/* HEADER */
.navbar-area.style-three.sticky
{
    background-color: #161647 !important;
}
.text_primary.customize
{
    color: #faa230 !important;
}

/* FOOTER */
.footer-area.bg-optional
{
    background-color: #161647 !important;
}
.hero-area.style-three .hero-bg {
    background-image: url(./imgs/hero/hero-1.jpg) !important;
}

.wh-home-bg {
    background-color: #F8F3F0 !important;
}

/* Breadcrumb */
.breadcrumb-area {
    border-radius: 0px;
    margin: 0;
    background-image: url(./imgs/hero/hero-bg-1.png);
    background-size: cover;
}
.hero-area.style-three .hero-bg:after
{
    background-color: rgba(0, 0, 0, 0.5);
}
.hero-area.style-three
{
    border-radius: 0px;
}
.hero-area.style-three:after
{
    display: none;
}
.breadcrumb-overlay {
    background-color: #190E12;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    display: inline-block;
}

.breadcrumb-area .br-line-shape {
    display: none;
}

.breadcrumb-area .section-title.style-one, .section-title.style-two
{
    color: #ffffff;
}
.breadcrumb-area .br-menu li
{
    color: #ffffff;
}
.breadcrumb-area .br-menu li a
{
    color: #faa230;
}
.navbar-area.style-one .menu > ul > li > a.active, .navbar-area.style-one .menu > ul > li > a:hover, .navbar-area.style-three .menu > ul > li > a.active, .navbar-area.style-three .menu > ul > li > a:hover
{
    color: #FBBD06;
}
.btn.style-one span.btn-text:before, .btn.style-one span.btn-icon:before
{
    background-color: #FBBD06 !important;
}
/* TEXT */
.text_primary
{
    /* color: #FBBD06 !important; */
}
.cta-area.style-one:after
{
    background-color: #161647 !important;
}
.cta-area.style-one .circle-text-wrap.bg_primary
{
    background-color: #faa230 !important;
}
.wh-area.bg-optional
{
    background-color: #161647 !important;
}
/* ABOUT PAGE */
.about-one.style-three:before
{
    background-color: #ffffff !important;
    border-radius: 0px !important;
} 
@media only screen and (min-width: 1400px) {
    .breadcrumb-area {
        margin: -102px 0px 0;
    }
}

@media only screen and (max-width: 1399px) {
    .breadcrumb-area {
        margin: -102px 0px 0;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-area {
        /* padding: 14px 0; */
        padding-top: 0px;
        z-index: 99;
    }
}