$("#scroll-to").on('click', function() {
    $('html, body').animate({
      scrollTop: $("#wrap_div").offset().top
    }, 1000);
  });