
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}

.fa-rss:before {
    content: "\f09e";
}

.fas {
    font-family: "Font Awesome 5 Free";
}

.fas {
    font-weight: 900;
}


*, :after, :before {
    box-sizing: border-box;
}

h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

b {
    font-weight: bolder;
}

a {
    color: rgba(2, 68, 118, 1);
    text-decoration: underline;
}

a:hover {
    color: #0e8bff;
}

img {
    vertical-align: middle;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.container, .container-fluid {
    width: 100%;
    padding-right: var(--mdb-gutter-x, .75rem);
    padding-left: var(--mdb-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    --mdb-gutter-x: 1.5rem;
    --mdb-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--mdb-gutter-y) * -1);
    margin-right: calc(var(--mdb-gutter-x) * -0.5);
    margin-left: calc(var(--mdb-gutter-x) * -0.5);
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--mdb-gutter-x) * 0.5);
    padding-left: calc(var(--mdb-gutter-x) * 0.5);
    margin-top: var(--mdb-gutter-y);
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

a {
    text-decoration: none;
}


@media screen and (max-width: 991px) {
    .container {
        margin-top: 0px;
    }
}

/*! end @import */
.oldms {
    color: black !important;
    font-weight: bold;
    background-color: #ffcc00;
    padding: 5px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: auto;
}

#footer {
    font-size: 13px;
    background: #024476;
    padding: 30px 0px;
}

#footer-core, #footer-core p {
    color: #B3B3B3;
}

#footer-core::before, #footer-core::after {
    content: "";
    display: table;
}

#footer-core {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
}

.one_third {
    margin-right: 2.6%;
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 31.6%;
}

.last.one_third {
    clear: right;
    margin-right: 0px !important;
}

.one_third1 {
    width: 25%;
}

.one_third2 {
    width: 44.8%;
    margin-left: 2.6%;
    margin-right: 0%;
}

.widget {
    line-height: 1.8;
}

#footer-core h3 {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 600;
}

#footer-core a {
    color: white;
}

@media only screen and (max-width: 568px) {
    .one_third, .one_third1, .one_third2 {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    .one_third2 {
        margin-left: 0%;
    }

    #footer {
        padding: 45px 10px 10px;
    }

    #footer .widget {
        margin-bottom: 50px !important;
    }
}

#sub-footer, #sub-footer a:hover {
    color: #DADADA;
    font-size: 12px;
}

#sub-footer {
    background: #171719;
    position: relative;
    padding: 10px 10px;
}

#sub-footer::before, #sub-footer::after {
    content: "";
    display: table;
}

#sub-footer::after {
    clear: both;
}

#sub-footer-core {
    display: table;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

#sub-footer-core .copyright, #sub-footer-core #footer-menu {
    display: table-cell;
    vertical-align: middle;
}

#footer-menu {
    text-align: right;
    margin-bottom: 10px;
}

#footer-menu ul {
    margin: 0px;
    list-style: disc;
}

#footer-menu li {
    display: inline-block;
}

#footer-menu a {
    padding: 0 8px;
}

#sub-footer a {
    color: #888;
}

#footer-menu li:after {
    content: '/';
}

#footer-menu li:last-child:after {
    content: '';
}

@media (max-width: 1024px) {
    #sub-footer-core {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footer-menu {
        text-align: center;
    }

    #footer-menu ul {
        padding-left: 0px;
    }
}
