/*==========================
      LGP PREMIUM FOOTER
==========================*/

footer{
    background:#3b2418;
    color:#ffffff;
}

footer h3,
footer h4,
footer h5,
footer h6{
    color:#F4D7A3;
    font-family:Manrope,sans-serif;
    font-weight:700;
    margin-bottom:18px;
}

footer p,
footer a,
footer span{
    color:#E7E7E7;
    font-family:Manrope,sans-serif;
    transition:.3s;
}

footer a{
    text-decoration:none;
}

footer a:hover{
    color:#D8A34A;
}

footer hr{
    border-color:rgba(255,255,255,.15)!important;
}

footer .container{
    max-width:1320px;
}

footer img{
    transition:.3s;
}

footer img:hover{
    transform:scale(1.05);
}
/*==========================
      FOOTER SPACING
==========================*/

.lgp-footer-container{
    padding-top:60px;
    padding-bottom:20px;
}

footer .col-lg-5{
    padding-right:50px;
}

footer .col-lg-7{
    gap:50px;
}

footer .text-14-20{
    line-height:1.9;
}

footer .font-semibold{
    font-size:17px;
    letter-spacing:.5px;
}

footer .mt-12{
    margin-top:14px!important;
}

footer .gap-32{
    gap:40px!important;
}

footer a{
    position:relative;
    display:inline-block;
}

footer a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-2px;
    width:0;
    height:2px;
    background:#D8A34A;
    transition:.35s;
}

footer a:hover::after{
    width:100%;
}