Contact Us

Here at Relec we welcome all forms of contact.  We’d prefer to speak to you, but if e mail is easier we’ll get back to you as quickly as we can.

Let’s make this easy. CAll +44 (0) 1929 555 700

Relec Electronics Ltd, Animal House, Justin Business Park, Sandford Lane, Wareham, Dorset BH20 4DY
T : +44 (0)1929 555700 F : +44 (0)1929 555701 E : enquiries@relec.co.uk

Please fill in your details below and we will get back to you within an hour, if you need an instant response please call us on 01929 555700

  • This field is for validation purposes and should be left unchanged.

LET’S MAKE THIS EASY. CALL 01929 555 700

why choose relec?
  • Faster

    Our aim is to get back to you with an initial response within the hour.

  • Attention to detail

    We pride ourselves on getting you the right product, at the right price and on time.

  • New ideas

    We are constantly looking for latest technology and products for your applications.

  • Beyond standard

    It’s not just about the product.  Our service goes way beyond the norm.

  • Easy

    We want to make your life as simple as it can be. Call us to find out what we can offer.

jQuery(document).ready(function($) { function updateActiveItem() { try { var carouselItems = $('.center-grow-carousel .elementor-carousel-item'); var centerIndex = Math.floor(carouselItems.length / 2); carouselItems.each(function(index) { if (index === centerIndex) { $(this).addClass('active'); } else { $(this).removeClass('active'); } }); } catch (error) { console.error('Error updating active item:', error); } } // Initial update updateActiveItem(); // Update on slide change var carousel = $('.center-grow-carousel .elementor-swiper'); if (carousel.length) { carousel.on('transitionend animationend', function() { updateActiveItem(); }); } else { console.error('Carousel element not found.'); } });