/* footer{
    background-color: #267712;
   
} */
footer{
    /* background-color: #267712; */
    background: 
    linear-gradient(rgb(0, 90, 12),rgba(0, 104, 14, 0.897))
    /* url("https://tse4.mm.bing.net/th/id/OIP.THDZZQKhTuX0KAMdmZhdVAHaDt?rs=1&pid=ImgDetMain&o=7&rm=3") no-repeat; */
    /* background-size: cover; */
}
footer h5,a{
    color: white;
text-decoration: none;
}

a{
    line-height: 1.2;
    letter-spacing: 1px;
}

.footer-bottom{
    border-bottom: 2px solid white;
    
    border-top: 2px solid white;
}

footer .col-lg-3{
    display: flex;
    align-items: center;
    justify-content: center;
}

 .footer-icon{
    margin-top: 10px;
    background-color: white;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    }
     .footer-icon i{
        color: #267712;
        font-size: 25px;
     }

     label{
        padding-bottom: 10px;
        padding-top: 10px;
        color: white;
     }