#header {
    top: 0;
    background: transparent;
    border-bottom: none;
}

.breadcrumbs {
    margin-top: 69px;
}

@media (min-width:992px) {
    .navbar li {
        margin-right: 15px;
    }
    .navbar > ul > li a, .navbar > ul > li>  a:focus {
        padding: 5px 8px 6px 8px;
        border-bottom: 2px solid transparent;
    }


    .navbar >ul>li > a:hover, .navbar >ul>li> .active, .navbar > ul > li > .active:focus, .navbar  >ul>li:hover>a {
        color: #d9ba85 !important;
        border-bottom: 2px solid #d9ba85;
    }
    .navbar .dropdown ul {
        left: 0;
    }
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #cda45e;
}

/*#footer .footer-top {*/
/*    border-bottom: none;*/
/*    border-top: none;*/
/*    background: rgb(19, 19, 19);*/
/*}*/

/*#footer {*/
/*    background: rgb(19, 19, 19);*/
/*}*/

.dropdown-item.active, .dropdown-item:active,.dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
    color:#cda45e!important
}


/**
START CHANGE COLORS
 */
body {
    background: #dbd6d2;
}

#header {
    background: #5b5d5a;
    border-bottom: 1px solid #6b6b6b !important;
}

#header.header-scrolled {
    background: #5b5d5a;
    border-bottom: 1px solid #5b5d5a;
}

.navbar-mobile {
    background: #5b5d5a;
}

#footer {
    background: #252526;
}

#footer .footer-top {
    background: #5c5c5a;
    position: relative;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.footer-top-inner {
    position: relative;
    z-index: 1;
    background: rgb(91 93 90 / 93%);
    padding: 60px 0 30px 0;
}

#footer .footer-top:before {
    content: '';
    /*background-image: url(../img/bg-repeated.png);*/
    background-size: 320px;
}

#footer .footer-top:before {
    content: '';
    /*background-image: url(../img/bg-repeated.png);*/
    background-size: 240px;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    /*transform: rotate(15deg);*/
}



.breadcrumbs h2 ,.breadcrumbs ol li{
    color: #5b5d5a;
}

.breadcrumbs {
    background: #eee;
}


.section-title h2 {
    color: #99958a;
}

.section-title h2::after {
    background: #99958a;
}

.section-title p {
    color: #5a5a5a;
}

.why-us .box {
    background: #ffffff;
    color: #393939;
    border-radius: 8px;
}
.why-us .box h4 {
    color: #5a5a5a;
}

.btn-custom-job-search {
    background-color: #846c50;
    border: 1px solid #6f5b42;
}

.btn-custom-job-search:hover, .btn-custom-job-search:active,.btn-custom-job-search:focus {
    background-color: #69553e !important;
    border: 1px solid #473928 !important;
}

.form-control:focus,
.form-select:focus{
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #6f5b42;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(132 108 80 / 15%);
}
.form-check-input:checked {
    background-color: #6f5b42;
    border-color: #6f5b42;
}

.active>.page-link, .page-link.active {
    background-color: #846c50;
    border-color: #6f5b42;
}

.page-link {
    color: #846c50;
}

.page-link:hover,.page-link:focus {
    color: #6f5b42;
    box-shadow: 0 0 0 0.25rem rgb(132 108 80 / 10%);
}

.nav-link {
    text-transform: uppercase;
    font-weight: 500;
}

.why-us .box:hover {
    background: #5b5d5a;
}

.offers-gifts {
    color: #5b5d5a;
}

.settings-section {
    color: #5b5d5a;
}

.settings-section input {
    padding: 12px 16px;
    border: 1px solid #5b5d5a;
    border-radius: 8px;
}

.save-button {
    border: 1px solid #5b5d5a;
    color: #5b5d5a;
    min-width: 120px;
}

.save-button:hover, .save-button:active,.save-button:focus {
    background: #5b5d5a !important;
    color: #fff !important;
    border: 1px solid #5b5d5a !important;
}

.footer-top-inner .container {
    background: hsl(0deg 0% 47.84% / 70%);
    padding: 40px;
    border-radius: 0px;
    max-width: 100%;
}

#footer .footer-top .social-links a {
    background: #252526;
}

.section-bg {
    background-color: #252526;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    background: #252526;
}

.testimonials {
    color: #5b5d5a;
}

.testimonials .testimonial-item p {
    background: #ffffff;
}

.testimonials .testimonial-item .testimonial-img {
    border: 6px solid rgb(91 93 90 / 28%);
}

.testimonials .testimonial-item h3 {
     color: #5b5d5a;
}

.testimonials .testimonial-item h4 {
    color: rgb(139 139 139 / 60%);
}

.catering-booking, .booking-call {
    color: #5b5d5a;
}

.booking-call .or {
    text-align: center;
    position: relative;
}

.booking-call .or:before,
.booking-call .or:after {
    content: '';
    height: 1px;
    background: #5b5d5a;
    width: calc(50% - 30px);
    position: absolute;
    top: 50%;

    transform: translateY(-50%);
}

.booking-call .or:before {
    left: 0;
}

.booking-call .or:after {
    right: 0;
}

.alertify-notifier.ajs-top {
    top: 150px;
}

.gallery .gallery-item {
    border-right: none;
    border-bottom: none;
}

/*p, .description {*/
/*    word-break: break-all;*/
/*}*/

@media (min-width: 1140px) {
    .why-us .row > div>div>p {
        min-height: 240px;
    }
}

#hero {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
}

.with-pseudo-border:after {
    content: '';
    height: 2px;
    width: 15%;
    background: #99958a;
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translateX(-50%);
}

.border-brown {
    border-color: #99958a !important;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #5a5a5a;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


#MissionVisionValues .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    border-color: #5b5d5a;
    box-shadow: 0 0 0 0.25rem rgb(91 93 90 / 25%);
}

.modal-title {
    color: #5b5d5a;
}
