.custom-footer{
    background:#2e276d;
    color:#fff;
    padding:70px 0 20px;
    position:relative;
    overflow:hidden;
}

/* Light line background effect */
.custom-footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:300px;
    height:300px;
    background:url('https://www.svgrepo.com/show/353655/globe.svg') no-repeat;
    background-size:contain;
    opacity:0.04;
}

.custom-footer::after{
    content:"";
    position:absolute;
    bottom:0;
    right:80px;
    width:420px;
    height:280px;
    background:url('https://www.svgrepo.com/show/530421/building.svg') no-repeat;
    background-size:contain;
    opacity:0.04;
}

.footer-logo{
    max-width:340px;
}

.footer-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:30px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links li a{
    color:#ffffffb5;
    text-decoration:none;
    font-size:16px;
    transition:0.3s;
}

.footer-links li a:hover{
    color:#ff9900;
    padding-left:5px;
}

.footer-links li a::before{
    content:"›";
    color:#ff8c1a;
    font-size:24px;
    margin-right:12px;
    vertical-align:middle;
}

.contact-text{
    font-size:16px;
    line-height:1.8;
    color:#ffffffb5;
}

.bottom-footer{
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,0.15);
    padding-top:18px;
    font-size:18px;
    color:#ddd;
}

.bottom-footer span{
    color:#fff;
    font-weight:600;
}

.bottom-footer p {
    font-size:16px;
    color:#ffffffb5;
}

.footer-box p {line-height:30px;}


/* Responsive */
@media(max-width:991px){
    .footer-box{
        margin-bottom:40px;
    }

    .bottom-footer{
        text-align:center;
    }

    .bottom-footer .text-end{
        text-align:center !important;
        margin-top:10px;
    }
}

.footer-bg h4 {color:#ffffff;}