You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AOS.init();function openNav(){document.getElementById("myNav").style.height="100%";document.getElementById("myTopnav").style.zIndex="0";document.getElementById("myTopnav").style.height="0%";} function closeNav(){document.getElementById("myNav").style.height="0%";document.getElementById("myTopnav").style.zIndex="99";document.getElementById("myTopnav").style.height="initial";} function resiForm(){let form=document.querySelector(".form-style-10");if(form.style.display=='block'){form.style.display='none';} else{form.style.display='block';}}