.primary-btn, .secondary-btn {
    font-size: 1.2em;
    font-weight: 900;
}

.navbar-nav li a {
    font-weight: 600;
    font-size: 1.2em;
}

.social-share a.social-link {
    color: #444;
}

.breadcrumb-area-inner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/page-header.jpg);
    background-position: center center;
}

.section-content-white .section-para {
    max-width: 100%;
}

.widget.footer-widget ul li a {
    color: #feffdb;
    font-size: 1.1em;
}

.widget.footer-widget .footer-content p {
    color: #feffdb;
}

@media only screen and (max-width: 991px) {
    .header-absolute {
        position: relative;
        padding: 12px 0;
        background-color: #444444;
    }
}