.header-two .logo img {
    height: 70px;
}

.navbar-light ul.navbar-nav > li > a:hover,
.navbar-light ul.navbar-nav > li.active > a {
    color: #1e64ba !important;
}

.navbar-light ul.navbar-nav > li > a {
    font-weight: 600 !important;
    font-size: 14px;
}

.page-slider.small-bg .box-slider-content {
    left: 0;
    right: 0;
    text-align: center;
}

.facts-area {
    background-color: #1e64ba;
}

.facts-wrapper .ts-facts .fa {
    font-size: 50px;
}

.ts-facts .ts-facts-content .ts-facts-title {
    color: #ffffff;
    text-transform: capitalize;
}

.banner-area:before {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 34%, rgba(0, 0, 0, 0.6) 53%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.copyright {
    color: #ffffff;
    padding: 5px 0;
    font-size: 14px;
}

.copyright a {
    color: #ffffff;
}