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

Profile

profile

Institute Global Studies

Bio data is empty
  • Email:info@instituteforglobalstudies.com

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