/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2023 | 15:04:47 */
.bubble{
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: 0px;
    left: 60%;
    -webkit-animation: bubble-movement 10s infinite ease-in -0.1s;
    animation: bubble-movement 10s infinite ease-in -0.1s;
}

@keyframes bubble-movement{
0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 10px;
    width: 10px;
}

100% {
    -webkit-transform: translate3d(-50%, -700px, 0);
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
}
}

.bubble-1{
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: 0px;
    left: 60%;
    -webkit-animation: bubble-movement 10s infinite ease-in 0.51s;
    animation: bubble-movement1 10s infinite ease-in -0.51s;
}
.bubble-2{
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom: 0px;
    left: 60%;
    -webkit-animation: bubble-movement 10s infinite ease-in -3.37s;
    animation: bubble-movement1 10s infinite ease-in -3.37s;
}

@keyframes bubble-movement1{
0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 15px;
    width: 15px;
}

100% {
    -webkit-transform: translate3d(-50%, -700px, 0);
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
}
}
	
.custom-cols-sec .custom-col:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    background: #0B306E;
    bottom: 0px;
    z-index: 1 !important;
    transition: all 500ms ease;
}
.custom-col:hover:after {
   
    height: 100%;
    top: 0px;
}
.custom-imgbox h3, .custom-imgbox img, .custom-imgbox p{
	z-index: 2 !important;
	position: relative;
}
.custom-testimonials .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
	background-image: url('/tlc-outdoor/wp-content/uploads/2023/03/straight-quotes.png');
    background-size: cover;
    top: 10%;
    left: 15%;
}
.custom-trans-text {
    transform: rotate(-90deg);
    position: relative !important;
    left: 30%;
    bottom: 50%;
}
.rotate-col .elementor-widget-wrap.elementor-element-populated {
    position: relative !important;
}