.footer {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../images/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-galary-img img {
    width: 100%;
    border-style: dotted; 
    border-color: #FF4880;
    transition: 0.5s;
}

.footer .footer-galary-img img:hover {
    transform: scale(1.2);
}

.footer-item a.text-body:hover {
    color: #00b4d8 !important;
}

.footer-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-item .logo {
    max-height: 80px;
    width: 70%;
}

.edu-footer .border-primary{
    border-color: #ff4880 !important;
}

.edu-footer .text-primary{
    color: #ff4880 !important;
}

.edu-footer a {
    text-decoration: none; 
}

.edu-footer .btn-primary {
    color: #fff !important;
    background-color: #ff4880 !important;
    border-color: #ff4880 !important;
}

.edu-footer .btn-primary:hover {
    color: #ff4880 !important;
    background-color: #fff !important;
    border-color: #ff4880 !important;
}

.copyright {
    background-color: #393d72 !important;
}

.copyright a {
    text-decoration: none; 
    color: #fff !important;
}
