/*--------------------------------------------------------------------------------------------------------------------*/
.btn-two:hover {
    background: #E26043;
    border-color: #E26043;
}

.btn-four {
    background-color: #E26043;
}

.btn-four:hover {
    background-color: #F3AE9C;
}

.btn-five .text {
    color: #E26043;
}

.btn-five .icon {
    background: #E26043;
}

.btn-five:hover .icon {
    background: #F3AE9C;
    color: #E26043;
}

.btn-six {
    color: #E26043;
    border: 1px solid #E26043;
}

.btn-six:hover {
    background-color: #F3AE9C;
    border-color: #F3AE9C;
    color: white;
}

/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
.text-feature-one .media-list-item li:before {
    background: #F3AE9C;
}

.text-feature-one .media-list-item li:after {
    color: #000;
}

.text-feature-one .media-list-item li:hover:before {
    background: #E26043;
}

/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
.hero-banner-one .more-btn:hover {
    background: #F3AE9C;
    border-color: #F3AE9C;
    color: #19352D;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.theme-main-menu.menu-style-two {
    padding: 0;
    background: white;
}

.footer-one {
    background: #E26043;
    padding-top: 95px;
}

.scroll-top {
    background: #F3AE9C;
    color: white;
}

.block-feature-one:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 17%;
    background: #EBF3EE;
    z-index: -1;
}

.blog-meta-one:hover .round-btn {
    background: #F3AE9C;
}

.blog-meta-one .post-img .round-btn {
    color: #000;
}

.feedback-section-one .icon {
    background: #F3AE9C;
}

.card-style-one:hover .icon {
    background: #F3AE9C;
}

.card-style-two:hover {
    background: #F3AE9C;
    border-color: #F3AE9C;
}

.card-style-four .media:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(226, 96, 67, 0.7);
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.block-feature-one:before {
    background: #FFF7F1;
}

.blog-section-one:before {
    background: #FFF7F1;
}

.light-bg-deep {
    background-color: #FFF7F1;
}

.light-bg {
    background-color: #FFF7F1;
}

.address-block-one .icon {
    background: #E26043;
}

.address-block-one p .call {
    color: #E26043;
}

.faq-section-three nav .nav .nav-link.active {
    background: #E26043;
}

.theme-main-menu .navbar-toggler {
    background: #E26043;
}

.theme-main-menu .navbar-toggler::before, .theme-main-menu .navbar-toggler::after {
    background: white;
}

.theme-main-menu .navbar-toggler span {
    background: white;
}

.theme-main-menu .navbar {
    margin-left: 20px;
}

.theme-main-menu .signup-btn-one span {
    color: #E26043;
    border: 2px solid #E26043;
    background: #fff;
}

.service-details .service-nav-item {
    background: #F3AE9C;
}

.service-details .service-nav-item a.active, .service-details .service-nav-item a:hover {
    color: white;
}

.service-details .contact-banner {
    background: #E26043;
}

.service-details .contact-banner h3 {
    color: white;
}

.service-details .contact-banner a {
    border: 2px solid white;
    color: white;
}

.title-one .upper-title {
    color: #E26043;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    color: rgba(0, 0, 0, 0.7);
}

.card-style-twelve h4 {
    color: #E26043
}

.card-style-four .round-btn:hover {
    background: #F3AE9C;
}


@media screen and (max-width: 991px) {
    .navbar-collapse {
        background-color: white;
    }

    .info-row {
        display: none;
    }

    .header-logo {
        max-width: 50px !important;
    }
}
