@media (min-width:1024px){
	
	
	.animate .fold-1-content-title {
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .fold-1-content-title {
    opacity: 1;
    transition: all 500ms ease;
}

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

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

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

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

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

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

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

.animate.animate-complete .service-foldb-img {
    transition: all 500ms ease 500ms;
    opacity: 1;
    transform: translatex(0px);
}
	
.animate .contact-foldb-left {
    transition: all 500ms ease;
    opacity: 0;
}

.animate.animate-complete .contact-foldb-left {
    transition: all 500ms ease;
    opacity: 1;
}

.animate .contact-foldb-right {
    transition: all 500ms ease;
    opacity: 0;
}

.animate.animate-complete .contact-foldb-right {
    transition: all 500ms ease 500ms;
    opacity: 1;
}
	
}