quick contact:

Contact Us

Need Help?

Reach out to the world’s most reliable IT services.

    • Our Locations INIDA
      9-4-77/A/225, Peace Edifice Building, Hyderabad - 500 008 Telangana - India
      SAUDI ARABIA
      Riyadh – Kingdom of Saudi Arabia
      Al Malaz – SalahUddin
      Al Ayoobi Road.

    • Send Us Mail info@synotechgroup.com

    • Call Us Call Us +91 89786 22144

    document.addEventListener("DOMContentLoaded", function () { const popup = document.getElementById("techPopup"); const closeBtn = document.querySelector(".popup-close"); if (!popup) return; let shownTimes = 0; function showPopup(delay) { setTimeout(() => { if (shownTimes < 3) { popup.style.display = "flex"; shownTimes++; } }, delay); } showPopup(10000); // 10 sec showPopup(25000); // +15 sec showPopup(55000); // +30 sec closeBtn.addEventListener("click", () => { popup.style.display = "none"; }); });