.footer-part {
    width: 100%;
    background-color: #284795;
}
.footer-part .inner {
    width: 82%;
    margin: 0 auto;
    padding-top: 5rem;
}
.footer-part .inner .first {
    height: 45vh;
    position: relative;
    top: -1.7rem;
}
.footer-part .inner .first p {
    position: relative;
    top: -1rem;
}
.footer-part .inner .first .socialmedia {
    width: 100%;
    position: relative;
    top: -0.7rem;
    left: -0.4rem;
}
.footer-part .inner .first .socialmedia i {
    background-color: white;
    width: 40px;
    height: 40px;
    padding: 0.7rem;
    border: 1px solid #be262c;
    border-radius: 100%;
    font-size: 1.2rem;
    color: #be262c;
}
.footer-part .inner .first .socialmedia i .fa {
    text-align: center;
}
.footer-part .inner .first .socialmedia i:hover {
    background-color: #284795;
    color: #fff;
    border: 1px solid white;
    transition: 0.4s ease;
}
.footer-part .inner .content {
    width: 100%;
}
.footer-part .inner .content a {
    color: white;
    text-decoration: none;
}
.footer-part .inner .content a:hover {
    color: #be262c;
}
.footer-part .inner .content p {
    font-size: 1rem;
    margin-top: 1.5rem;
    line-height: 1.8rem;
    color: #fff;
}
.footer-part .inner .content p i {
    font-size: 1.2rem;
    color: #be262c;
    margin-right: 0.5rem;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 50%;
    border: 1px solid white;
}
.footer-part .inner .content p i:hover {
    background-color: #284795;
    color: #fff;
    border: 1px solid white;
    transition: 0.4s ease;
}
.footer-part .inner .content h4 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1rem;
}
.footer-part .inner .content ul {
    padding-left: 0;
}
.footer-part .inner .content ul li {
    list-style-type: none;
    font-size: 1rem;
    border-top: 1px dotted #b5bcc9;
    padding: 0.6rem 0;
    color: #fff;
}
.footer-part .inner .content ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-part .inner .content ul li:first-child {
    border: none;
}
.footer-part .inner .content ul li a:hover {
    color: #be262c;
}
.footer-part .inner .content img {
    width: 30%;
}
.footer-part .inner .content .phone {
    position: relative;
    top: -0.5rem;
}
.footer-part hr {
    width: 100%;
    margin-top: 3rem;
    background-color: #fff;
}
.footer-part .copyright {
    width: 40%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
}
.footer-part .copyright i {
    color: #be262c;
}
.footer-part .copyright a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.footer-part .copyright a:hover {
    color: #be262c;
    transition: 0.3s ease;
} /*# sourceMappingURL=footer.css.map */

@media only screen and (max-width: 576px) {
    .footer-part .inner .first {
        height: 40vh;
    }
    .footer-part .inner .content img {
        width: 20%;
    }

    .footer-part .inner {
        padding-bottom: 0;
    }

    .footer-part .inner .content h4 {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .footer-part .copyright {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: #fff;
    }

    .footer-part hr {
        width: 100%;
        margin-top: 1.5rem;
        background-color: #fff;
    }
}
