An IT consultancy can help you assess your technology needs and develop a technology strategy that aligns with your business

Contact Us

Unit No.212, Globe Estate, Dombivli (East), Maharashtra - 421203

Contact

Career

Join Our Team and Shape the Future with Us in a Career of Growth, Innovation, and Impact

About
Elevate Your Career

Why Should You Join Us

At Daynil Group, we invest in your growth and well-being. Enjoy a supportive work environment that balances your professional development with a healthy work-life harmony.

Fast Growing Information & Technologies Estates.

Providing High-Performance Services For Multiple Information & Technologies!

Tech Evolution Hub"

Fast Growing Information & Technologies Estates.

Providing High-Performance Services For Multiple Information & Technologies!

5-Day Work Week

Work Monday to Friday and enjoy your weekends.

Employee First

We focus on your well-being and career growth.

Rewards & Benefits

Get great pay and additional perks.

Onsite Opportunities

Explore various roles and experiences at our locations.

Advanced Resources

Use the latest tools and technology.

Clear Communication

We keep conversations open and honest.

Positive Work Environment

Work in a friendly and supportive atmosphere.

Exciting Projects

Work on innovative and meaningful projects.

Learning Sessions

Regular opportunities for professional & skill development.

// when live on main domain // const navLinkEls = document.querySelectorAll('.main_menu a'); // Select all elements within .main_menu // const windowPathname = window.location.pathname; // // Function to determine if the link is active // const isActiveLink = (href) => { // const linkPathname = new URL(href, window.location.origin).pathname; // return windowPathname === linkPathname || (windowPathname === "/index.php" && linkPathname === "/"); // }; // // Remove 'active' class from all links first // navLinkEls.forEach(navLinkEl => { // navLinkEl.classList.remove('active'); // }); // navLinkEls.forEach(navLinkEl => { // const href = navLinkEl.getAttribute('href'); // // Skip links with href="#" or empty href // if (href === "#" || href === "") { // return; // } // // Check if the link is active // if (isActiveLink(href)) { // navLinkEl.classList.add('active'); // // Find and activate parent link if it exists // const parentMenuItem = navLinkEl.closest('.mega_menu_dropdown'); // if (parentMenuItem) { // const parentLink = parentMenuItem.querySelector('a[href="#"]'); // if (parentLink) { // parentLink.classList.add('active'); // } // } // } // });