.navbar img {
    max-height: 79px;
}
.text-light-purple-blue {
    color: #001A65;
}

.bg-light-purple-blue {
    background: #001A65;
}

.title-extra-large-2 {
    font-size: 35px !important;
    line-height: 35px !important;;
}

.text-large {
    font-size: 14px !important;
    line-height: 25px;
}

.bg-middle-light-gray {
    background: #001A65;
}

.btn:hover {
    opacity: 1;
    background-color: #111;
}

.header-style4 .header-top a:hover {
    opacity: 1;
    color: #001a65;
}

.text-greenish-blue {
    color: #001A65;
}

.feature-section .text-medium {
    font-size: 13px !important;
    line-height: 24px;
    color: #999;
}

.feature-section h3 {
    color: #001A65 !important;
    font-weight: bold;
}

.feature-section span {
    color: #3454b1 !important;
}

.text-medium {
    font-size: 14px !important;
    line-height: 24px;
}

.title-extra-large {
    font-size: 25px !important;
    line-height: 25px;
}

.sub-title {
    font-size: 14px;
    color: #001a65;
    font-weight: bold;
    /* text-transform:uppercase;*/
}

@media (max-width: 991px)
{
    .navbar-toggle {
        background-color: #001a65;
        border-radius: 0;
        margin-right: 0;
        display: block;
        cursor: pointer !important;
    }

    .navbar-collapse {
        background: rgb(0, 26, 101);
    }
}