<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.common-footer{
    background: #fff;
}
.common-footer .btn{
    padding: 0 20px;
    line-height: 32px;
    border: 2px solid transparent;
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
}
.bg-blue {
    background-color: #243A7E;
}

.newsletter {
    padding: 30px 0
}

.newsletter__title {
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0 !important;
}

.text-newsletter {
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    font-size: 14px;
}

.newsletter .group-input {
    background-color: #243A7E;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.form-inline {
    display: flex;
    width: 100%;
    justify-content: end;
}

.newsletter input {
    background-color: transparent;
}
.newsletter input::placeholder{
    color:#fff !important
}

/* @media (min-width: 768px) {
    .newsletter .form-inline .form-control {
        width: 75%;
    }
}
 */

.newsletter .form-inline .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 767px) {
    .common-footer .d-flex {
        display: flex;
    }
}

.align-items-center {
    align-items: center;
}

.newsletter .form-control::placeholder {
    color: #fff
}

.newsletter .btn {
    color: #fff;
    border-left: 1px solid #ffffff !important;
    background: none;
}

.newsletter .btn:hover {
    color: #fff;
}

.icon-contact {
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    background-color: #159EDA;
    margin-right: 0.5rem
}

.common-footer .widget-title {
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 400;
    text-align: left;
    font-family: "Poppins";
    text-transform: uppercase;
    line-height: 12px ;
    margin: 0 0 10px 0 ;
}

.common-footer .widget-title::after {
    content: "";
    display: block;
    width: 10%;
    height: 3px;
    margin-top: .75rem;
    background:#159eda;
}

.d-inline {
    display: inline-flex;
}

.common-footer .widget-footer .list-unstyled li {
    margin-bottom: 1rem;font-size: 14px;
    line-height: 20px;
    color: #5d5d5d;
    font-weight: 300;

}

.common-footer .grey-text {
    font-size: 14px;
    line-height: 20px;
    color: #5d5d5d;
    font-weight: 300;
}

.common-footer .social li {
    display: inline-block;
    margin-right: 10px;
}

.common-footer .social-svg {
    height: 28px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #006AB4;
    padding: 5px;
}

.common-footer .social-svg:hover {
    border: 1px solid #159EDA;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.common-footer .footer-copyright {
    padding: 10px 0
}

.common-footer .footer-copyright .text-center {
    /*line-height: 25px;*/
    color: #5d5d5d;
    font-weight: 300;
    font-family: "Poppins";
}

.common-footer .footer-bottom {
    border-bottom: 1px solid #243A7E;
    padding: 20px 0
}

.common-footer .blue-text {
    color: #243A7E;
    font-weight: bold;
}

.common-footer .widget-body {
    padding: 15px 0;
}

.common-footer .input-email {
    padding-left: 30px !important;
    position: relative;
    color: #fff !important;
}

.common-footer .input-email::before {
    content: url(../images/icons/newsmail.svg);
    color: #fff;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
    top: 6px;

}
@media (min-width: 768px) {
    .common-footer .form-inline .form-control {

        width: 100%;

    }
}

.common-footer .form-control,.common-footer .post-password-form input[type="password"] {
    color: #fff;
}

.footer-bottom {
    width: auto;
    background-color: white !important;
    border-top: none !important; ;
}
.logo {
    line-height: initial !important;
    float: none !important;

    width: auto;
    max-height: 80px;
    max-width: 90%;
}


.newsletter .btn {
    color: #fff;
    border-left: 1px solid #ffffff;
    border-radius: 0px;
}
.newsletter .btn-primary {
    color: #fff;
    background-color: transparent !important;
    border-color: white !important;
}

.common-footer .footer-copyright .text-center {
    line-height: 25px;
    color: #5d5d5d;
    font-weight: 300;
    font-family: "Poppins";
    font-size: 12px;
}
@media (min-width: 768px) {
    .form-inline .form-control {

        width: 100%;
    }
}
@media (max-width: 767px)
{

    .form-inline {
        display: block;

    }

    .footer-bottom div[class*="col-"] {
        text-align: left;
        margin-bottom: 15px;
    }
}
.newsletter .group-input {
    padding:2px 0 2px 30px !important
}
.newsletter .btn{
    border:none;

}

p {
    font-size: 14px;
}</pre></body></html>