<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<?php
elegant_description();
elegant_keywords();
elegant_canonical();
/**
* Fires in the head, before {@see wp_head()} is called. This action can be used to
* insert elements into the beginning of the head before any styles or scripts.
*
* @since 1.0
*/
do_action( 'et_head_meta' );
$template_directory_uri = get_template_directory_uri();
?>
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script type="text/javascript">
document.documentElement.className = 'js';
</script>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php
wp_body_open();
$product_tour_enabled = et_builder_is_product_tour_enabled();
$page_container_style = $product_tour_enabled ? ' style="padding-top: 0px;"' : ''; ?>
<div id="page-container"<?php echo et_core_intentionally_unescaped( $page_container_style, 'fixed_string' ); ?>>
<?php
if ( $product_tour_enabled || is_page_template( 'page-template-blank.php' ) ) {
return;
}
$et_secondary_nav_items = et_divi_get_top_nav_items();
$et_phone_number = $et_secondary_nav_items->phone_number;
$et_email = $et_secondary_nav_items->email;
$et_contact_info_defined = $et_secondary_nav_items->contact_info_defined;
$show_header_social_icons = $et_secondary_nav_items->show_header_social_icons;
$et_secondary_nav = $et_secondary_nav_items->secondary_nav;
$et_top_info_defined = $et_secondary_nav_items->top_info_defined;
$et_slide_header = 'slide' === et_get_option( 'header_style', 'left' ) || 'fullscreen' === et_get_option( 'header_style', 'left' ) ? true : false;
$show_search_icon = ( false !== et_get_option( 'show_search_icon', true ) && ! $et_slide_header ) || is_customize_preview();
?>
<?php if ( $et_top_info_defined && ! $et_slide_header || is_customize_preview() ) : ?>
<?php ob_start(); ?>
<div id="top-header"<?php echo $et_top_info_defined ? '' : 'style="display: none;"'; ?>>
<div class="container clearfix">
<?php if ( $et_contact_info_defined ) : ?>
<div id="et-info">
<?php if ( ! empty( $et_phone_number = et_get_option( 'phone_number' ) ) ) : ?>
<span id="et-info-phone"><?php echo et_core_esc_previously( et_sanitize_html_input_text( strval( $et_phone_number ) ) ); ?></span>
<?php endif; ?>
<?php if ( ! empty( $et_email = et_get_option( 'header_email' ) ) ) : ?>
<a href="<?php echo esc_attr( 'mailto:' . $et_email ); ?>"><span id="et-info-email"><?php echo esc_html( $et_email ); ?></span></a>
<?php endif; ?>
<?php
if ( true === $show_header_social_icons ) {
get_template_part( 'includes/social_icons', 'header' );
} ?>
</div>
<?php endif; // true === $et_contact_info_defined ?>
<div id="et-secondary-menu">
<?php
if ( ! $et_contact_info_defined && true === $show_header_social_icons ) {
get_template_part( 'includes/social_icons', 'header' );
} else if ( $et_contact_info_defined && true === $show_header_social_icons ) {
ob_start();
get_template_part( 'includes/social_icons', 'header' );
$duplicate_social_icons = ob_get_contents();
ob_end_clean();
printf(
'<div class="et_duplicate_social_icons">
%1$s
</div>',
et_core_esc_previously( $duplicate_social_icons )
);
}
if ( '' !== $et_secondary_nav ) {
echo et_core_esc_wp( $et_secondary_nav );
}
et_show_cart_total();
?>
</div>
</div>
</div>
<?php
$top_header = ob_get_clean();
/**
* Filters the HTML output for the top header.
*
* @since 3.10
*
* @param string $top_header
*/
echo et_core_intentionally_unescaped( apply_filters( 'et_html_top_header', $top_header ), 'html' );
?>
<?php endif; // true ==== $et_top_info_defined ?>
<?php if ( $et_slide_header || is_customize_preview() ) : ?>
<?php ob_start(); ?>
<div class="et_slide_in_menu_container">
<?php if ( 'fullscreen' === et_get_option( 'header_style', 'left' ) || is_customize_preview() ) { ?>
<span class="mobile_menu_bar et_toggle_fullscreen_menu"></span>
<?php } ?>
<?php
if ( $et_contact_info_defined || true === $show_header_social_icons || false !== et_get_option( 'show_search_icon', true ) || class_exists( 'woocommerce' ) || is_customize_preview() ) { ?>
<div class="et_slide_menu_top">
<?php if ( 'fullscreen' === et_get_option( 'header_style', 'left' ) ) { ?>
<div class="et_pb_top_menu_inner">
<?php } ?>
<?php }
if ( true === $show_header_social_icons ) {
get_template_part( 'includes/social_icons', 'header' );
}
et_show_cart_total();
?>
<?php if ( false !== et_get_option( 'show_search_icon', true ) || is_customize_preview() ) : ?>
<?php if ( 'fullscreen' !== et_get_option( 'header_style', 'left' ) ) { ?>
<div class="clear"></div>
<?php } ?>
<form role="search" method="get" class="et-search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<?php
printf( '<input type="search" class="et-search-field" placeholder="%1$s" value="%2$s" name="s" title="%3$s" />',
esc_attr__( 'Search …', 'Divi' ),
get_search_query(),
esc_attr__( 'Search for:', 'Divi' )
);
/**
* Fires inside the search form element, just before its closing tag.
*
* @since ??
*/
do_action( 'et_search_form_fields' );
?>
<button type="submit" id="searchsubmit_header"></button>
</form>
<?php endif; // true === et_get_option( 'show_search_icon', false ) ?>
<?php if ( $et_contact_info_defined ) : ?>
<div id="et-info">
<?php if ( ! empty( $et_phone_number = et_get_option( 'phone_number' ) ) ) : ?>
<span id="et-info-phone"><?php echo et_core_esc_previously( et_sanitize_html_input_text( strval( $et_phone_number ) ) ); ?></span>
<?php endif; ?>
<?php if ( ! empty( $et_email = et_get_option( 'header_email' ) ) ) : ?>
<a href="<?php echo esc_attr( 'mailto:' . $et_email ); ?>"><span id="et-info-email"><?php echo esc_html( $et_email ); ?></span></a>
<?php endif; ?>
</div>
<?php endif; // true === $et_contact_info_defined ?>
<?php if ( $et_contact_info_defined || true === $show_header_social_icons || false !== et_get_option( 'show_search_icon', true ) || class_exists( 'woocommerce' ) || is_customize_preview() ) { ?>
<?php if ( 'fullscreen' === et_get_option( 'header_style', 'left' ) ) { ?>
</div>
<?php } ?>
</div>
<?php } ?>
<div class="et_pb_fullscreen_nav_container">
<?php
$slide_nav = '';
$slide_menu_class = 'et_mobile_menu';
$slide_nav = wp_nav_menu( array( 'theme_location' => 'primary-menu', 'container' => '', 'fallback_cb' => '', 'echo' => false, 'items_wrap' => '%3$s' ) );
$slide_nav .= wp_nav_menu( array( 'theme_location' => 'secondary-menu', 'container' => '', 'fallback_cb' => '', 'echo' => false, 'items_wrap' => '%3$s' ) );
?>
<ul id="mobile_menu_slide" class="<?php echo esc_attr( $slide_menu_class ); ?>">
<?php
if ( '' === $slide_nav ) :
?>
<?php if ( 'on' === et_get_option( 'divi_home_link' ) ) { ?>
<li <?php if ( is_home() ) echo( 'class="current_page_item"' ); ?>><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Home', 'Divi' ); ?></a></li>
<?php }; ?>
<?php show_page_menu( $slide_menu_class, false, false ); ?>
<?php show_categories_menu( $slide_menu_class, false ); ?>
<?php
else :
echo et_core_esc_wp( $slide_nav ) ;
endif;
?>
</ul>
</div>
</div>
<?php
$slide_header = ob_get_clean();
/**
* Filters the HTML output for the slide header.
*
* @since 3.10
*
* @param string $top_header
*/
echo et_core_intentionally_unescaped( apply_filters( 'et_html_slide_header', $slide_header ), 'html' );
?>
<?php endif; // true ==== $et_slide_header ?>
<?php ob_start(); ?>
<header id="main-header" data-height-onload="<?php echo esc_attr( et_get_option( 'menu_height', '66' ) ); ?>">
<div class="container clearfix et_menu_container">
<?php
$logo = ( $user_logo = et_get_option( 'divi_logo' ) ) && ! empty( $user_logo )
? $user_logo
: $template_directory_uri . '/images/logo.png';
// Get logo image size based on attachment URL.
$logo_size = et_get_attachment_size_by_url( $logo );
$logo_width = ( ! empty( $logo_size ) && is_numeric( $logo_size[0] ) )
? $logo_size[0]
: '93'; // 93 is the width of the default logo.
$logo_height = ( ! empty( $logo_size ) && is_numeric( $logo_size[1] ) )
? $logo_size[1]
: '43'; // 43 is the height of the default logo.
ob_start();
?>
<div class="logo_container">
<span class="logo_helper"></span>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
<img src="<?php echo esc_attr( $logo ); ?>" width="<?php echo esc_attr( $logo_width ); ?>" height="<?php echo esc_attr( $logo_height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>" id="logo" data-height-percentage="<?php echo esc_attr( et_get_option( 'logo_height', '54' ) ); ?>" />
</a>
</div>
<?php
$logo_container = ob_get_clean();
/**
* Filters the HTML output for the logo container.
*
* @since 3.10
*
* @param string $logo_container
*/
echo et_core_intentionally_unescaped( apply_filters( 'et_html_logo_container', $logo_container ), 'html' );
?>
<div id="et-top-navigation" data-height="<?php echo esc_attr( et_get_option( 'menu_height', '66' ) ); ?>" data-fixed-height="<?php echo esc_attr( et_get_option( 'minimized_menu_height', '40' ) ); ?>">
<?php if ( ! $et_slide_header || is_customize_preview() ) : ?>
<nav id="top-menu-nav">
<?php
$menuClass = 'nav';
if ( 'on' === et_get_option( 'divi_disable_toptier' ) ) $menuClass .= ' et_disable_top_tier';
$primaryNav = '';
$primaryNav = wp_nav_menu( array( 'theme_location' => 'primary-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => 'top-menu', 'echo' => false ) );
if ( empty( $primaryNav ) ) :
?>
<ul id="top-menu" class="<?php echo esc_attr( $menuClass ); ?>">
<?php if ( 'on' === et_get_option( 'divi_home_link' ) ) { ?>
<li <?php if ( is_home() ) echo( 'class="current_page_item"' ); ?>><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Home', 'Divi' ); ?></a></li>
<?php }; ?>
<?php show_page_menu( $menuClass, false, false ); ?>
<?php show_categories_menu( $menuClass, false ); ?>
</ul>
<?php
else :
echo et_core_esc_wp( $primaryNav );
endif;
?>
</nav>
<?php endif; ?>
<?php
if ( ! $et_top_info_defined && ( ! $et_slide_header || is_customize_preview() ) ) {
et_show_cart_total( array(
'no_text' => true,
) );
}
?>
<?php if ( $et_slide_header || is_customize_preview() ) : ?>
<span class="mobile_menu_bar et_pb_header_toggle et_toggle_<?php echo esc_attr( et_get_option( 'header_style', 'left' ) ); ?>_menu"></span>
<?php endif; ?>
<?php if ( $show_search_icon ) : ?>
<div id="et_top_search">
<span id="et_search_icon"></span>
</div>
<?php endif; ?>
<?php
/**
* Fires at the end of the 'et-top-navigation' element, just before its closing tag.
*
* @since 1.0
*/
do_action( 'et_header_top' );
?>
</div> <!-- #et-top-navigation -->
</div> <!-- .container -->
<?php if ( $show_search_icon ) : ?>
<div class="et_search_outer">
<div class="container et_search_form_container">
<form role="search" method="get" class="et-search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<?php
printf( '<input type="search" class="et-search-field" placeholder="%1$s" value="%2$s" name="s" title="%3$s" />',
esc_attr__( 'Search …', 'Divi' ),
get_search_query(),
esc_attr__( 'Search for:', 'Divi' )
);
/**
* Fires inside the search form element, just before its closing tag.
*
* @since ??
*/
do_action( 'et_search_form_fields' );
?>
</form>
<span class="et_close_search_field"></span>
</div>
</div>
<?php endif; ?>
</header> <!-- #main-header -->
<?php
$main_header = ob_get_clean();
/**
* Filters the HTML output for the main header.
*
* @since 3.10
*
* @param string $main_header
*/
echo et_core_intentionally_unescaped( apply_filters( 'et_html_main_header', $main_header ), 'html' );
?>
<div id="et-main-area">
<?php
/**
* Fires after the header, before the main content is output.
*
* @since 3.10
*/
do_action( 'et_before_main_content' );
With videos you have the opportunity to display the best of what you offer in an impactful more engaging and easy–to–retain way.
One survey result showed that 86% of businesses have adopted video marketing as part of their promotional strategy. Furthermore, a large majority of video marketers (87%) have reported positive returns on investment.
Video production services can be vital for businesses of any size. From crafting a short promotional video to creating a larger-scale documentary, videos are a powerful way to reach out to your target audience, build brand awareness and establish a unique, creative presence in the market. With our video production services, we can create high-quality, professional videos that capture the message and mission of your brand. Whether you’re looking to create an explainer video, product commercial, or more unique stylised video then the Falcon Digital team can help showcase your brand.
INCREASE ENGAGEMENT
Professional video production services help maximise the impact of your video, making it more effective in terms of reach and engagement.
INCREASE AUDIENCE
With the ability to be shared across multiple platforms, promotional videos provide businesses an excellent opportunity to reach a wider audience.
INCREASE REVENUE
Seventy-eight percent of businesses indicated that utilising videos aided their financial performance.
Choosing a professional video production agency is essential for effectively showing your products and services. Videos are an invaluable tool for conveying your brand, driving lead generation, and enhancing customer experience, culminating in increased sales.
Why Choose Falcon Digital
We are a Devon-based digital company specialising in providing remarkable video production services at reasonable prices to a wide variety of organisations. With the help of our experienced digital agency, you can get the right type of video for your audience which fits your budget.
Allow us to be the step in which we bring your brand to life.
We will be delighted to collaborate with you on developing and refining your ideas. Whether you have an initial concept or a comprehensive brief, we look forward to working with you.
Falcon Digital offers brands a platform to express their narrative through captivating digital video content that encourages, educates and energizes viewers. Crafting and delivering compelling messages through video media is our specialty.
Our team is comprised of professionals who are passionate about creating stunning visuals that capture the essence of our client’s stories. We offer a wide range of services, including pre-production planning, filming, editing, post-production and final delivery. We strive to make every project an exceptional experience for our clients, from concept to completion. With our creative approach and dedication to client satisfaction, we guarantee a unique project that will reach the next level.
South Devon Optical
Along with our social media marketing services we created two videos, targeting two different lense markets to better create awareness of their services and products. The videos were then promoted through South Devon Optical’s social media accounts and website to provide the most reach and build a strong company profile.
Did you know?
Establishing a strong bond with your customer base and providing compelling, thought-provoking content are essential to boosting customer confidence and loyalty.
Our Video Services
Corporate/ brand (advertising)
Community projects
Promotional videos
Website video assets
Social media videos
Training videos
Testimonial/ case study videos
Slideshow style videos
The steps to a successful video project
;
Initial Discussion
In order to begin working on a video project it is important to first develop a video content strategy that outlines the project, what goals you have and your budget.
As part of this process, we analysis of your organisation’s existing online video content, visual media and text media to understand your company’s style and ethos.
Once we have established the objectives, we can assess the video and animated content produced by your competitors. This analysis can help identify potential gaps in your video content, which will then inform the creative aspect of the video production and the metrics used to measure its success.
;
Pre-Video Production
Prior to production, the strategy, creative direction, and execution of a video are all examined and mapped out.
At a briefing, we will discuss concept ideas for a video, creating mood boards and storyboards to then plan a schedule, the location and who will be part of the video.
;
Video production
The production phase is when principal photography takes place, which includes shooting amazing footage on location, as well as capturing any other supplementary material that may be required in the final cut, such as B-roll, voice-overs, or sound effects. It is the stage of a video production project where creativity and strategic thinking combines.
Some of the elements that can take place:
- Interviews
- Set designing
- Filming
- Photography
- Presenting
;
Post Video Production
In the post-production stage of a project, the planning from pre-production and the video combine into the finished film. This is where a creative strategy is finalised and your video is delivered which achieves your aims.
This can cover:
- Sound design
- Video editing
- Graphics
- Video subtitles
- Adding voice overs
- Reviews and feedback
- Delivering finished video in final format, MP4 file or delivered straight onto your social media/website.
Our comprehensive video production services provide clients with everything necessary for a successful video project, from creating an effective strategy to pre-production, production, post-production and delivery.
The importance of both small businesses and large corporations developing their own video content is undeniable. For brands to effectively reach their target audience and promote their products or services, creating a single, impactful video is no longer sufficient to have continued success. Utilising the services of a professional film production company can help your business create a comprehensive video marketing strategy.
Professional video production companies are knowledgeable and experienced in providing strategic solutions that are tailored to meet the specific needs of their clients. They understand the importance of creating content that resonates with the target audience, offers valuable insights and information, and ultimately drives conversions. Professional video production services are essential for growing your businesses to better reach your customers.
Social audiences have a growing appetite for video content, and this has created a great demand for creators and publishers to deliver content that meets the needs and habits of their audiences on different social channels. To keep up with the ever-evolving tastes and preferences of their viewers, content creators must remain up-to-date on the latest trends and technology, ensuring that their videos have the necessary elements to captivate and engage their viewers. This means that video content must be creative and innovative, offering both entertainment and value. Additionally, content must be optimised for the specific platform it is being shared on, as well as being tailored to the intended audience. This is where a professional digital agency can add great value to your brand.
Falcon Digital is specific in our efforts to ensure that your content is created in the most engaging way on the right platforms and to the right customers.
Videos combine multiple elements of communication, including audio, visuals, and text, which allows for a virtually limitless range of potential applications in sharing your business’s message to new and old customers.
Book a free meeting
Our experienced producers are happy to discuss your project in detail and at a point that is convenient for you. We take the time to understand your organisation and the objectives of your video content and your organisation aims to create a tailored proposal that meets your needs. Our team is available to talk through any stage of the video production process, and we will provide a comprehensive proposal that outlines the scope of work, creative ideas, and a timeline for the project. We are committed to helping you create high-quality video content that meets your goals and objectives.
To ensure you get the best video for your business then get in touch so you can see what type of video will benefit you most. So, contact us now to get your project underway!
Subscribe to Falcon Digital to learn more about our products, receive news and be the first to know when we release offers.
Company Registration no:
13682575
VAT Registration Number:
GB 437 7229 74
<?php
if ( et_theme_builder_overrides_layout( ET_THEME_BUILDER_HEADER_LAYOUT_POST_TYPE ) || et_theme_builder_overrides_layout( ET_THEME_BUILDER_FOOTER_LAYOUT_POST_TYPE ) ) {
// Skip rendering anything as this partial is being buffered anyway.
// In addition, avoids get_sidebar() issues since that uses
// locate_template() with require_once.
return;
}
/**
* Fires after the main content, before the footer is output.
*
* @since 3.10
*/
do_action( 'et_after_main_content' );
if ( 'on' === et_get_option( 'divi_back_to_top', 'false' ) ) : ?>
<span class="et_pb_scroll_top et-pb-icon"></span>
<?php endif;
if ( ! is_page_template( 'page-template-blank.php' ) ) : ?>
<footer id="main-footer">
<?php get_sidebar( 'footer' ); ?>
<?php
if ( has_nav_menu( 'footer-menu' ) ) : ?>
<div id="et-footer-nav">
<div class="container">
<?php
wp_nav_menu( array(
'theme_location' => 'footer-menu',
'depth' => '1',
'menu_class' => 'bottom-nav',
'container' => '',
'fallback_cb' => '',
) );
?>
</div>
</div>
<?php endif; ?>
<div id="footer-bottom">
<div class="container clearfix">
<?php
if ( false !== et_get_option( 'show_footer_social_icons', true ) ) {
get_template_part( 'includes/social_icons', 'footer' );
}
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
echo et_core_fix_unclosed_html_tags( et_core_esc_previously( et_get_footer_credits() ) );
// phpcs:enable
?>
</div>
</div>
</footer>
</div>
<?php endif; // ! is_page_template( 'page-template-blank.php' ) ?>
</div>
<?php wp_footer(); ?>
</body>
</html>