/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.header-menu {
    text-transform: uppercase;
}

.single-news a {
    text-transform: uppercase;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.slide-content .row {
    height: 257px;
}

.slide-content .row h1, .slide-content .row h2, .slide-content .row h3, .slide-content .row h4 {
    color: #fff;
}

.slide-content-inner {
    background-color: #000 !important;
    opacity: 70% !important;
    padding: 20px !important;
}

.slide-content:before {
    background: none !important;
}
.section-title p {
    font-size: 1rem;
}

.header-call a {
    color: #1e4381;
}

.header-top-right form input {
    color: #1e4381;
    background-color: #1e4381;
}

.header-info a {
    color: #1e4381;
}

.header-top-right form button {
    background: #1e4381;
}

.theme-bg-overlay:before {
    background: #1e4381;
}

.faq-answer p span {
    color: #1e4381;
}

.single-faq h3:before {
    color: #1e4381;
}

.back-to-top a {
    color: #fff;
    background: #1e4381;
}

.back-to-top a:hover {
    color: #2b7de0;
}

.single-news a.tip {
    background-color: #1e4381;
}

.contact-widget-content ul li i {
    color: #1e4381;
}

.header-menu > ul > li:hover > a, .header-menu > ul > li.active > a {
    color: #1e4381;
}

.tip, a.tip {
    background: #1e4381;
}

.btn:before {
    background: #1e4381;
}

.single-news img {
    max-height: 247px;
}

.faq-answer a {
    color: #605cb8 !important;
}

.faq-answer a:hover  {
    color: #ccc  !important;
}