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