/* footer */
footer .footer-middle {
    background-image: linear-gradient(to right, #007dd5, #08035a);
}

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 {
    margin-bottom: 32px;
    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;
    margin-bottom: 32px;
}

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





/* footer new design */
footer {

    background-color: rgb(40, 40, 40);

    /* background-image: url("/img/bg-footer.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */

    -webkit-box-shadow: 0px 0px 5px 1px rgba(199,200,200, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(199,200,200,0.75);
    box-shadow: 0px 0px 5px 1px rgba(199,200,200,0.75);
}

footer .container {
    background-color: transparent;
}

footer h6 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}
footer p {
    color: #fff;
}
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;
     }

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

footer ul li {
    list-style: none;
    display: block;
}

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

.logo-part {
    border-right: 1px solid grey;
    height: 100%;
}

footer span {
    color: gray;
}

form .form-control::-webkit-input-placeholder { 
  color: #D3D3D3;
}

form .form-control::-moz-placeholder {
  color: #D3D3D3;
}
form .form-control:-ms-input-placeholder {
  color: #D3D3D3;
}
form .form-control:placeholder {
  color: #D3D3D3;
}

