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

Portfolio

Explore our success through a comprehensive portfolio showcasing excellence and innovative achievements

About
Image
135+
Completed Projects
Fast Growing Information & Technologies Estates.

Providing High-Performance Services For Multiple Information & Technologies!

We provide cutting-edge software solutions created by our experienced programmers at Daynil group to make your ideas a reality. Our all client projects and their products are customized for today’s digital era, with premium features picked tending to display your day to day challenges. Here is our portfolio of some best works accompanying ever-growing business.

Fast Growing Information & Technologies Estates.

Providing High-Performance Services For Multiple Information & Technologies!

135+

PROJECTS COMPLETED

12+

YEARS OF EXPERIENCE

100+

SKILLED EXPERTS

50+

HAPPY CLIENTS

7+

COUNTRIES SERVED
// 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'); // } // } // } // });