html, body {
    font-size: 14px;
    color: #313131;
}
.banner-area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgba(0,81,146,0.95) 0%,rgba(3,31,70,1) 100%);
}

.welcome-content {
    background: linear-gradient(to right, rgba(0,81,146,0.95) 0%,rgba(3,31,70,1) 100%);
}

.welcome-title {
    font-size: 24px;
    color: #fff;
}

.slogan {
    background: url(../../img/slogan.jpg) no-repeat right;
    height: 34px;
    margin-bottom: 5px;
}

.container {
    max-width: 960px !important;
}

a:hover, a:focus {
    text-decoration: none !important;
}

.content-area {
    background: #F4F5F0;
}

.contact-info {
    background: #fff;
    box-shadow: inset 0px 10px 10px 0px rgba(206,206,206,1);
}

.info-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #005596;
    /* font-weight: 700; */
}

.address-name {
    color: #4c4c4c;
}

.info-content {
    color: #4c4c4c;
}

.btn-primary {
    color: #fff !important;
    background-color: #0d5997 !important;
    border-color: #0d5997 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #031f46 !important;
    border-color: #031f46 !important;
}

a {
    color: #0d5a98 !important;
}

.footer {
    background-color: #f4f5f0;
    color: #a4a4a4;
}

.footer a {
    color: #a4a4a4;
    text-decoration: none;
}