Hi,
Please try to use this custom js code at Admin -> Theme Options -> Custom JS :-
<script>
jQuery( document ).ready(function() {
jQuery('ul#menu-mainmenu li.menu-item-103 a').click(function(e) {
e.preventDefault();
jQuery('html, body').animate({scrollTop : 0},800);
});
});
</script>
Thanks
Mohammad