
.footer-div{
    z-index: 3;
}

#footer {
    height: 100%;
}


.bg-footer {
    /* margin-top: 5%; */
    background-color: #33383c;
    /* height: 700px; */
    padding: 50px 0 30px;
}

.footer-heading {
    letter-spacing: 2px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 5%;
    font-size: 12px;
}

.footer-link a {
    color:#FFF;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    margin: 0% 0% 0% 0%;
}

.list-unstyled {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    margin-top: 0%;
    font-size: 12px;
    margin-bottom: 10px;
}

.footer-link a:hover {
    color: #1bbc9b;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    padding: 10px;
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    padding: 10px;
    background-color: #55acee;
    color: #ffffff;
}

.youtube {
    padding: 10px;
    background-color: #FF0000;
    color: #ffffff;
}

.instagram {
    padding: 10px;
    background-color: #8a3ab9;
    color: #ffffff;
}

.Linkedin {
    padding: 10px;
    background-color: #0e76a8;
    color: #ffffff;
}

.footer-alt {
    margin-top: 2%;
    color: #acacac;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
}