Thank you for choosing
shield corporate security

Once of our team members will get back to you shortly.

document.addEventListener('DOMContentLoaded', function () { const timelineItems = document.querySelectorAll('.v-timeline-item'); timelineItems.forEach(item => { item.addEventListener('touchstart', function () { timelineItems.forEach(el => el.classList.remove('active')); this.classList.add('active'); }); }); });