h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #2B3940 !important;
    font-weight: 800 !important;
}

.bg-light {
    background-color: #d2ffe5 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500 !important;
}

.nav-pills .nav-item .active {
    border-bottom: 2px solid #198754 !important;
}

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

a {
    text-decoration: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #198754 !important;
}

.breadcrumb-item a {
    color: #d1fee5 !important;
    text-decoration: none !important;
}

.btn {
    border-radius: 2px !important;
}

.text-primary {
    color: #198754 !important;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid #198754;
}

.job-item {
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    padding: 10px;
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: 100;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}


.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.navbar .container-fluid {
    padding-right: 0;
}

/* Mobile styles */
@media (max-width: 767.98px) {
    .navbar .container-fluid {
        padding-right: 1.5rem;
    }
}


.banner {
    position: relative;
    background-image: url('/assets/img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
}

.header-style {
    position: relative;
    padding: 10px 0 15px 10px;
    border-left: 10px solid #198754;
}

.header-style::before,
.header-style::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 10px;
    background: #198754;
}

.header-style::after {
    top: 100%;
    margin-top: -10px;
}

.navbar-toggler-icon {
    background-image: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/header.jpg) center center no-repeat;
    background-size: cover;
    padding: 10px 0 10px 0px;
}

.text-primary {
    color: #198754 !important;
}

.btn-primary {
    background: #198754 !important;
    border: 1px solid #198754 !important;
}

.page-link.active,
.active>.page-link {
    background-color: #198754 !important;
    border: 1px solid #198754 !important;
}

.header-title {
    font-size: 2rem;
    font-weight: 900 !important;
    color: #2B3940;
    margin-bottom: 20px;
    border-left: 5px solid #198754;
    padding-left: 5px;
}

.p-component {
    border-radius: 0 !important;
}
