• +1 212-226-3126
  • 457 Mott Street,NY 10013
  • Mon - Sat 8.00 - 18.00

Geometry

Taking Action to Help Kids Like Moonee Art

Grursus mal suada faci lisis Lorem ipsum dolarorit more ametion consectetur elit. Vesti at bulum nec odio aea the dumm ipsumm ipsum that dolocons rsus mal suada and fadolorit to the consectetur dummy read more elit.

Read More

News Rankings Cap a Strong Year in Academic Recognition

Grursus mal suada faci lisis Lorem ipsum dolarorit more ametion consectetur elit. Vesti at bulum nec odio aea the dumm ipsumm ipsum that dolocons rsus mal suada and fadolorit to the consectetur dummy read more elit.

Read More

How to Developers Taking the Guess work

Grursus mal suada faci lisis Lorem ipsum dolarorit more ametion consectetur elit. Vesti at bulum nec odio aea the dumm ipsumm ipsum that dolocons rsus mal suada and fadolorit to the consectetur dummy read more elit.

Read More

33-F, Jaffer Street, Shahrah-e-Faisal Rd, Block-6 Karachi, 75400.

info@instituteforglobalstudies.com

Get in touch!

Fusce varius, dolor tempor interdum tristiquei bibendum.

© 2025 Institueforglobalstudies All Rights Reserved by site

jQuery(document).ready(function($) { // ✅ Function to get header height function getHeaderHeight() { return $('.header-style-2').outerHeight() || 0; // Fallback to 0 if not found } // ✅ Smooth Scroll with Offset for In-Page Links $('a[href*="#"]:not([href="#"])').on('click', function(e) { var target = $(this.hash); if (target.length) { e.preventDefault(); var offset = target.offset().top - getHeaderHeight(); $('html, body').animate({ scrollTop: offset }, 600); } }); // ✅ Sticky Menu Logic var sticky = $('#sticky-menu'); if (sticky.length) { var stickyTop = sticky.offset().top; $(window).on('scroll', function() { var headerHeight = getHeaderHeight(); if ($(window).scrollTop() >= stickyTop - headerHeight) { sticky.addClass('is-sticky'); } else { sticky.removeClass('is-sticky'); } }); } });