
.custom_done{
	opacity:1;
	top: 0px;
	position:relative;	
	-webkit-transition-property: all;
    -webkit-transition-duration:0.6s;
    -webkit-transition-delay:0s;
	-webkit-transition-timing-function:  cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-property: all;
    transition-duration:0.6s;
    transition-delay:0s;
    transition-timing-function:  cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.animation_done{
	opacity:1;
	top: 0px;
	position:relative;	
	-webkit-transition-property: all;
    -webkit-transition-duration:0.6s;
    -webkit-transition-delay:0s;
	-webkit-transition-timing-function:  cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-property: all;
    transition-duration:0.6s;
    transition-delay:0s;
    transition-timing-function:  cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.animation_done2{
	opacity:1;
	top: 0px;
	position:relative;	
	-webkit-transition-property: all;
    -webkit-transition-duration:0.6s;
    -webkit-transition-delay:0.2s;
	-webkit-transition-timing-function:  cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-property: all;
    transition-duration:0.6s;
    transition-delay:0.2s;
    transition-timing-function:  cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.animation_done3{
	opacity:1;
	top: 0px;
	position:relative;	
	-webkit-transition-property: all;
    -webkit-transition-duration:0.6s;
    -webkit-transition-delay:0.3s;
	-webkit-transition-timing-function:  cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-property: all;
    transition-duration:0.6s;
    transition-delay:0.3s;
    transition-timing-function:  cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.animation_done4{
	opacity:1;
	top: 0px;
	position:relative;	
	-webkit-transition-property: all;
    -webkit-transition-duration:0.6s;
    -webkit-transition-delay:0.4s;
	-webkit-transition-timing-function:  cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-property: all;
    transition-duration:0.6s;
    transition-delay:0.4s;
    transition-timing-function:  cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.get_animation{
	opacity:0;
	position:relative;
	top: 80px;
}

.get_2animation{
	opacity:0;
	position:relative;
	top: 80px;
}

.get_3animation{
	opacity:0;
	position:relative;
	top: 80px;
}

.get_4animation{
	opacity:0;
	position:relative;
	top: 80px;
}

.get_animatecss{
	opacity:0;
	animation-name:none;	
	
}

.delay-200ms{
    animation-delay:0.2s;	
	
}

.delay-300ms{
    animation-delay:0.3s;	
	
}

.delay-400ms{
    animation-delay:0.4s;	
	
}

.delay-500ms{
    animation-delay:0.5s;	
	
}

.delay-600ms{
    animation-delay:0.6s;	
	
}

.delay-700ms{
    animation-delay:0.7s;	
	
}

.delay-800ms{
    animation-delay:0.8s;	
	
}

.delay-900ms{
    animation-delay:0.9s;	
	
}


.slow1{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
	
}


