Contact us

We'd love to hear from you!

We're always there to hear from our well-wishers, prospects, customers, and community. Whether you want to talk to us about a potential business partnership, need help with software solutions, or just want to drop a note, we're here for you! You can send us a message in the below form or e-mail us at address listed.

Contact us

Sales

Our Address

ZITIMA Pvt. Ltd.

Flat No.304, 3rd Floor, Skill Spectrum Complex, 3-6-367/68/69,
Himayat Nagar, Hyderabad-500029, INDIA.

Google
Map data ©2026 Google
Map data ©2026 Google
This page can't load Google Maps correctly.
Do you own this website?
function PostData(fname, email, phone, message) { $("[name='firstName']").val(fname); $("[name='lastName']").val(''); $("[name='jobTitle']").val(''); $("[name='companyName']").val(''); $("[name='about']").val(message); $("[name='contactInfo_Phone_1']").val(phone); $("[name='contactInfo_Email_1']").val(email); $("[name='contactInfo_Website_1']").val(''); $("[name='contactInfo_Address_5_Street_5']").val(''); $("[name='contactInfo_Address_5_City_5']").val(strCity); $("[name='contactInfo_Address_5_State_5']").val(strState); $("[name='contactInfo_Address_5_Country_5']").val(strCountry); $("[name='contactInfo_Address_5_Zip_5']").val(strZipCode); $("[name='customField_5']").val(strIp); $("[name='customField_7']").val(strTimeZone); $("[name='customField_8']").val(new Date().toString()); $("#btnSend").trigger('click'); }