/* footer */
footer .footer-middle {
    background-image: url("../../img/black-two.html");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .footer-middle .container {
    background-color: transparent;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


footer .footer-middle {
    padding-top: 15px;
    padding-bottom: 15px;
}


footer .footer-middle .footer-middle-col {
    padding-left: 15px;
}

.footer-middle ul li.d-flex i {
    margin-top: 4px !important;
}
.footer-middle ul li .course-span {
    margin-top: 4px !important;
}

.footer-location-col {
    padding-left: 15px;
}

.footer-bottom.text-center {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}





/* footer new design */
footer{
    background-color: #000424;
    margin-top: 70px;
}

footer .container {
    background-color: transparent;
    margin-bottom: -20px;
}

footer h6 {
    margin-bottom: 40px;
    position: relative;
}

footer h6:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
.btn-footer {
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    border-radius: 43px;
    font-size: 13px;
    padding: 7px 30px;
    line-height: 47px;
    }

    .btn-footer:hover {
    text-decoration: none;
    color: white;
    }

.social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}

footer ul li {
    list-style: none;
    display: block;
    font-size: 15px;
}

footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: #fff;
  text-decoration:none;
}

.logo-part {
    height: 100%;
}

.footer-bottom {
    background-color: #000424;
    border-top: 0.1px solid #5e5c5c;
}
.footer-bottom a,.footer-bottom a:hover{
    color: #a7a7a7;
}

