Deicing Training Takes Off This Season...

This year, we expanded our reach to locations including Vilnius, London-City, London-Gatwick, Southend, Manchester, Amsterdam, Bilbao, Barcelona, Groningen, Bournemouth, Exeter, Edinburgh, Brize Norton, and Lisbon.

We trained at all levels of the deicing team, covering roles from De-Icing Vehicle Drivers (DI-L10) and De-Icing Operators (DI-L20) to De-Icing Instructors (DI-L40) and even Head of De-Icing Training (DI-L70).

Our valued clients this season include London-City Airport, Aer Lingus, London-Southend Airport, Babcock International, Exeter International Airport, Bournemouth International Airport, Up & Away Aviation Services, Litcargus, Aviapartner, Ping Group, Groningen Eelde Airport, Red Handling, and more. Together, we’ve worked to ensure their teams are expertly prepared for winter’s challenges.

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');