/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 18 2024 | 04:31:10 */
.fp-footer-container { 
	display: block;
width: 100%;
}

.fp-footer {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 0px;
    width: 100%;
}

.fp-footer a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
}

.fp-footer ul {
list-style: outside none none;
margin: 0;
padding: 0 5px; 
}

.fp-footer a:hover {
color:#006CBB!important; 
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
transition: all 0.2s ease-in-out;
}

#hide-links-trigger, #popular-services {display:none;}

li.fp-title a {
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 799px) { 
	.fp-footer {
		padding: 20px 10px 0;
		text-align: center; 
		display:block;
	}
}
