/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2026 | 08:47:02 */
#read-more {display:none;}

div#read-more.fp-home, div#read-more.fp-center {
    text-align: center;
}


.footer-bottom-bar{
	height: 40px;
    text-align: center;
    display: flex;
    border-top: 1px solid #7a7a7a73 !important;
    justify-content: center;
    align-items: center;
}
.fp-footer-container { 
	display: block;
width: 100%;
}

.fp-footer {
display: flex;
	justify-content: space-between; 
margin: 0 auto;
	max-width: 1180px;
	padding: 20px 10px 40px;
	width: 95%; 
}

.fp-footer a {
	color:#7A7A7A!important;
	-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:#fff!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;
}

li.fp-title a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #04599c!important;
}

#read-more h2 {
    margin: 50px auto 10px;
}

#read-more h3 {
    font-size: 24px;
    margin: 40px auto 10px;
}

@media (max-width: 799px) { 
	.fp-footer {
		padding: 20px 10px 50px;
		text-align: center; 
		display:block;
	}
}
