/*** 
====================================================================
	Footer Page
====================================================================
***/
.ep-footer-page{
	background: #003356;
}
.ep-footer-page p{
	line-height: 26px;
}
.ep-footer-page .ft-heading{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 2px;
    padding-bottom: 7px;
}
.ep-footer-page .ft-heading:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: var(--blue-color);
	width: 70px;
	height: 3px;
}
.ep-ft-contact-list a{
	display: flex;
}
.ep-footer-page .ft-list{
	font-size: 17px;
}
.ep-footer-page .ft-list li{
	margin-bottom: 7px;
}
.ep-footer-page .ft-list li a{
	display: inline-flex;
	align-items: baseline;
}
.ep-footer-page .ft-list li a:hover{
	transform: translateX(5px);
	color: var(--blue-color);
}
.ep-footer-page .ft-list a:before {
    content: '\f054';
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    margin-right: 8px;
    color: var(--blue-color);
    font-size: 14px;
}
.ep-ft-contact-list svg{
	width: 25px;
    min-width: 25px;
    margin-right: 10px;
    color: rgba(255, 255, 255, .7);
}
.ep-ft-contact-list li{
	margin-bottom: 10px;
}
.ep-footer-page a{
	color: #fff;
	transition: all .25s ease-in-out;
}
.social-mdeia-icons{
	gap: 10px;
}
.social-mdeia-icons a{
	width: 40px;
    height: 40px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s linear;
    color: #000;
    transition: all .25s ease-in-out;
    border-bottom: 5px solid var(--blue-color);
}
.social-mdeia-icons a svg{
	width: 22px;
}
.social-mdeia-icons a:hover{
	background: var(--blue-color);
	color: var(--white-color);
}
.copyright {
    border-top: 1px solid rgba(255,255,255,.15);
}
.copyright a{
	color: var(--blue-color);
}
.ep-ft-contact-list i {
    color: var(--danger-color);
    font-size: 18px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background:var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-bottom: 5px solid var(--blue-color);
}