footer .top-footer{
    background-color: #071429;
}

footer .middle-footer-holder{
    background-color: #192a45;
}

footer .middle-footer-holder .about p{
    text-align: justify;
    line-height: 30px;
}

footer .section-title{
    position: relative;
    padding: 0 15px;
}

footer .section-title:before{
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background-color: #0d6efd;
    position: absolute;
    top: 5px;
    right: 0;
}

footer .middle-footer-holder .links ul li{
    list-style: none;
    margin-bottom: 10px;
}

footer .middle-footer-holder .links ul li a{
    color: #fff;
    transition: all 0.3s;
}

footer .middle-footer-holder .links ul li a:hover{
    color: #0d6efd;
}

footer .copyright{
    border-top: 1px dashed #fff;
    padding: 15px 0;
}