A Record-Breaking Season for Aircraft De/Anti-Icing...

This season, our training initiatives spanned various levels, covering DI-L20, DI-L30, DI-L40, DI-L50 & DI-L70. The comprehensive curriculum included both introductory courses as well as annual refresher programs, incorporating a blend of theoretical knowledge and practical applications. All courses were delivered by our seasoned instructors, Paul Willis and Dean Court, with the exception of the training at Emerald Airways, which was overseen by Miles Aviation Consultancy’s Managing Director, Simon Miles.

With still more training sessions scheduled before the year’s out, we look forward to continuing this trajectory of success and contributing to the heightened safety standards and operational proficiency within the aviation sector. Here’s to a season of remarkable achievements and the promise of a future marked by continued excellence!

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');