/*
Theme Name: Lab Optimise
Theme URI: https://www.laboptimise.co.uk
Template: Divi
Author: Artsphere Creative
Author URI: https://www.artspherecreative.uk
Version: 1.0.0.1641486341
Updated: 2022-01-06 16:25:41
*/

/*pop up animation*/
@-webkit-keyframes ac_herotext_fade_inout{
  0%   { opacity: 0; }
	25% {opacity: 1;}
  75%   { opacity: 1;  }
	100% { opacity: 0;}
}
@keyframes ac_herotext_fade_inout {
  0%   { opacity: 0; }
	25% {opacity: 1;}
  75%   { opacity: 1;  }
	100% { opacity: 0;}
}
@-webkit-keyframes ac_herotext_fade_in{
  0%   { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes ac_herotext_fade_in {
  0%   { opacity: 0; }
	100% { opacity: 1;}
}

.hero-img-text {
	display: flex;
	position: absolute;
	z-index: 2;
	opacity: 0;
    animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.hero-img-text .et_pb_module_header {
	padding-bottom: 0px;
}

#hero-text-1 {
	left: -45px;
	bottom: 300px;
    animation-duration: 8s;
    animation-delay: 2.5s;
    animation-name: ac_herotext_fade_inout;
}
#hero-text-2 {
	left: 70px;
	bottom: -10px;
    animation-duration: 8s;
    animation-delay: 3s;
    animation-name: ac_herotext_fade_inout;
}
#hero-text-3 {
	right: -30px;
	bottom: 170px;
    animation-duration: 10s;
    animation-delay: 3.5s;
    animation-name: ac_herotext_fade_inout;
}
#hero-text-4 {
	left: -45px;
	bottom: 300px;	
    animation-duration: 4s;
    animation-delay: 8.5s;
    animation-name: ac_herotext_fade_in;
}
#hero-text-5 {
	left: 70px;
	bottom: -10px;
    animation-duration: 4s;
    animation-delay: 11s;
    animation-name: ac_herotext_fade_in;
}
#hero-text-6 {
	right: -30px;
	bottom: 170px;
    animation-duration: 4s;
    animation-delay: 13.5s;
    animation-name: ac_herotext_fade_in;
}

.herotext {
	animation-name: ac_herotext_fade;
	animation-duration: 10s !important;
	animation-delay: 2s !important;

	color: #ffffff;
}
.home-howitworks h4 {
	padding-bottom: 0px !important;
}
@media only screen and (max-width: 767px){
	body { font-size: 18px; }
}