/* ---------------------------footer--------------------------- */

footer {
    padding: 20px;
    background-attachment: fixed;
    background-size: cover;
}

.footer-col {
    padding: 10px;
    position: relative;

}

.footer-col p {
    line-height: 1.6;
    margin-top: 10px;
    color: #fff;
    text-align: justify;
}

.footer-col .col-heading {
    font-size: x-large;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
    margin :20px 0;
    color: #f19d00;
    text-decoration: underline;

}

footer .footer-col ul {
    padding: 0;
}

footer .footer-col ul li {
    list-style: none;
}

footer .footer-col ul li a {
    color: #fff;
    text-decoration: none;
    font-size: large;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 1px;
}

footer .footer-col ul li .icon {
    color: #ffdc84;
    margin-right: 5px;
}



.footer-bottom {
    background-color: #FFB700;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px 3px 5px;
}

footer .footer-icons {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

footer .footer-icons svg{
    width: 24px;
    height: 24px;
    padding: 14px;
    border-radius: 50%;
    background-color: red;
    margin-right: 5px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

footer .footer-icons a:last-child svg{
    background-color: green;
    color: #fff;
}

@media (max-width:768px){

    .footer-bottom {
     min-height: 140px;
    }
}