if ($("body").not("home")) {
$(".js-pop-services").click(function(e) {
e.preventDefault()
$(window).scrollTop($(window).scrollTop()+1);
$(".promo-section--hide").toggleClass("promo-section--show")
$("body").toggleClass('body-hidden')
});