@media (min-width: 1024px) {
	
	.animate-on-load .fold1b-content {
    transform: translatex(-200%);
    opacity: 0;
    transition: all 500ms ease;
}

.animate-on-load.active .fold1b-content {
    transform: translatex(0%);
    opacity: 1;
    transition: all 500ms ease;
}

.animate-on-load .fold1b-img {
    transform: translatex(200%);
    opacity: 0;
    transition: all 500ms ease;
}

.animate-on-load.active .fold1b-img {
    transform: translatex(0%);
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.animate .content-fold-b-img {
    transform: translatex(-200%);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-b-img {
    transform: translatex(0%);
    opacity: 1;
    transition: all 500ms ease;
}


.animate .content-fold-b-content {
    transform: translatex(200%);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-b-content {
    transform: translatex(0%);
    opacity: 1;
    transition: all 500ms ease 500ms;
}
	
	/*== EBOOK ==*/
		
.page-template-service-template .animate .ebook-image {
    transform: translatex(200%);
    opacity: 0;
    transition: all 500ms ease;
}

.page-template-service-template .animate.animate-complete .ebook-image {
    /* transform: translatex(0%) translatey(-50%); */
    opacity: 1;
    transition: all 500ms ease;
}

.page-template-service-template .animate .ebook-form {
    transform: translatex(-200%);
    opacity: 0;
    transition: all 500ms ease;
}

.page-template-service-template .animate.animate-complete .ebook-form {
    transform: translatex(0%);
    opacity: 1;
    transition: all 500ms ease 500ms;
}
	
		/*== EBOOK END ==*/
}
}