

body {
    color: #333 !important;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    
}

.bg-image-full {
    background-image: url("../images/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    max-width: 160px !important;
}

h1 {
    color: #284879 !important;
    font-weight: 600;
}

h2 {
    font-size: 32px !important;
}

a {
    color: #333;
}

.phone-icon a {
    text-decoration: none;
}

a:hover {
    color: #284879 !important;
}

.li-sm {
    font-size: 13px;
    color: #7a7a7a;
}

.font-blue {
    text-align: center;
    color: #284879;
}

.font-weight-bold {
    font-weight: 500;
}

.details-wrap_icon svg {
    font-family: "Font Awesome 5 Free";
    color: #7a7a7a;
    font-size: 28px;
    margin-right: 28px;
}

section .container {
    margin-bottom: 30px;
}

.fa-mobile-alt {
    margin: 0 0 0 3px;
}

.fa-envelope {
    margin-right: 30px;
    margin-left: -2px;
}

.details-wrap_icon .fa-mobile-alt {
    margin-right: 32px;
}

footer {
    font-size: 14px;
    background: #284879 !important;
}

@media (max-width: 576px) {
    header.pt-5 {
        padding-top: 0 !important;
    }
}