footer {
    background-color: #171717;
}

.footer-content {
    background-image: url(../images/footerbg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .footer-logo img {
    height: 60px;
} 

footer a, footer p, footer li, footer h5 {
    font-family: font-2;
    color: #fff;
    font-size: 0.8rem;;
	line-height: 25px;
}

.footer-about-text {
    font-size: 0.8rem;
	font-family: font-1;
}

footer h5 {
    font-family: font-4;
    font-size: 1.2rem;
}

footer a:hover {
	color: var(--theme1-color);
	text-decoration: none;
}

footer ul {
	margin-left: 0;
	padding-left: 15px;
}

.fa-circle:before {
    font-size: .5rem;
}

.address a:hover i {
    color: #fff;
}

ul.address {
    list-style: none;
    padding-left: 0;
}
.address i {
    color: #8c94b0;
}

.address li:hover i {
    color: #fff;
}

.address li:hover a {
    color: #fff;
}

.social-list i {
    font-size: 1.5rem;
}

i.fa-facebook-square,
i.fa-instagram,
i.fa-linkedin,
i.fa-twitter-square{
    color: var(--theme1-color);
}


footer hr {
    border-color: #a5a5a5;
}

.footer-copyright p {
    color: #a5a5a5;
    font-size: 0.8rem;
    font-weight: 400;
    text-decoration: none;
}

.footer-copyright p:hover {
    color:  #a5a5a5;
}

