.footer-top-container {
    padding: 50px 0;
    background: url(../img/footer_bg_3.png) no-repeat;
    background-size: 100% 100%;
    
}

.footer-top-container .footer-content img {
    width: 220px;
    margin-bottom: 20px;

}

.footer-top-container .footer-content p {
    line-height: 30px;
    text-align: justify;
    padding-right: 10px;
}

.footer-top-container .footer-content .footer-title {
    color: #fff;
    font-family: "Playfair Display", sans-serif !important;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
}

.footer-top-container .footer-content .footer-title::after{
    content: "";
    width: 80px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-top-container .footer-content li {
    margin: 10px 0;
}

.footer-top-container .footer-content li a {
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    text-transform: capitalize;
}

.footer-top-container .footer-content li a svg {
    margin-right: 20px;
}

.footer-top-container .footer-content li:hover a {
    color: #e28000;
}

.footer .copyright{
    background-color: rgba(0,0,0,0.95);
    color: #fff;
    padding:20px 0 0;
}

.footer .copyright a{
    color: #ff9100;
}