.footer-widget {
    /* background-image: url(	https://dev.futuremug.com/demo/fm-new-ui/src/assets/index/images/foot-widget-bg.jpg); */
    /* background-image: url(https://dev.futuremug.com/resources/assets/images/shutterstock_1217098729.jpg); */
    background-color: #102a6e;
    background-position: center;
    background-size: cover;
    padding: 10vh 0;
    font-weight: 400;
}
.footer-widget .Information {
    color: #fff;
    font-size: 18px;
}
.footer-widget .Information .section-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    /* margin-top: -50px; */
}
.footer-widget .Information .section-title span {
    margin: 0 5px;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #FFF;
    color: #002968;
}
.footer-text {
    width: 500px;
}
@media (max-width: 520px){
    .footer-text{
        width: 100%;
    }
}
.footer-widget .Information b {
    font-size: 20px;
}
.footer-widget .Information a {
    text-decoration: none;
}
.footer-widget a {
    color: #fff;
}
.d-flex.social {
    margin-top: 3rem;
}
.footer-widget .Information .social a {
    margin-right: 25px;
}
.footer-widget .Information a {
    text-decoration: none;
}
.footer-widget a {
    color: #fff;
}

/*  */
.contact-form {
    border-radius: 15px;
    padding: 30px 20px;
    margin: 25px 0;
    background-color: #FFF;
}
.contact-form h4 {
    color: #0940AB;
    font-size: 26px;
}
.pp-log-reg h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    font-weight: 600 !important;
}
.form-group {
    font-size: 14px;
    font-weight: bold;
}
.contact-form .form-control {
    font-size: 0.7rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-form .btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    background: #002968;
    padding: 12px 22px;
    border-radius: 50px;
    border: 0;
}

.site-footer {
    /* background-color: #002968; */
    background-color: #102a6e;
    text-align: center;
    color: #FFF;
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.178);
}
.site-footer p, .site-footer a {
    color: #FFF !important;
}