@media (min-width: 1024px) {
	
	.animate-on-load .fold2-slider {
 	   opacity: 0;
    	transition: 
        all 500ms ease;
}

.animate-on-load.active .fold2-slider {
    opacity: 1;
}


.animate .fold3-img img {
    transform: translatex(200px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .fold3-img img {
    transform: translatex(0px);
    opacity:1;
    transition:all 500ms ease;
}
    
.animate .fold3-content-header {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .fold3-content-header {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 300ms;
}

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

.animate.animate-complete .fold3-content-inner {
    transform: translatex(0%);
    opacity: 1;
    transition: all 500ms ease 600ms;
}
	
.animate .fold3-content-inner-lower {
    transform: translatex(-150px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .fold3-content-inner-lower {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 900ms;
}

.animate .fold3-content-readmore {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .fold3-content-readmore {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1.2s;
}

    .animate .fold4-header {
    transform: translatex(-200px);
    transition: all 500ms ease;
    opacity:0;
}

.animate.animate-complete .fold4-header {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease;
}

.animate .fold4-slider {
    transform: translatex(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .fold4-slider {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 500ms;
}

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

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

.animate .content-fold-b-content-header-title {
    transform: translate(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-b-content-header-title {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 300ms;
}

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

.animate.animate-complete .content-fold-b-content-header-subtitle {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 600ms;
}

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

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

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

.animate.animate-complete .content-fold-b-content-readmore {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1.2s;
}

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

.animate.animate-complete .content-fold-c-content-header {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease;
}
	
	.animate .content-fold-c-content-inner p.bold {
    transition: all 500ms ease;
    opacity: 0;
    transform: translatex(200px);
}

.animate.animate-complete .content-fold-c-content-inner p.bold {
    transition: all 500ms ease 300ms;
    opacity: 1;
    transform: translatex(0px);
}

.animate .content-fold-c-content-inner p:not(.bold) {
    transition: all 500ms ease;
    opacity: 0;
    transform: translatex(-200px);
}

.animate.animate-complete .content-fold-c-content-inner p:not(.bold) {
    transition: all 500ms ease 600ms;
    opacity: 1;
    transform: translatex(0px);
}

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

.animate.animate-complete .content-fold-c-content-readmore {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 900ms;
}
    .animate .reviews-header .title span:first-child {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .reviews-header .title span:first-child {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease;
}

.animate .reviews-header .title span:last-child {
    transform: translatex(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .reviews-header .title span:last-child {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.animate .reviews-item-slider {
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .reviews-item-slider {
    opacity: 1;
    transition: all 500ms ease 1s;
}
	
}