.bg-theme-color-2, .line-bottom::after, .line-bottom-center::after {
    /* background: #ffc600 !important; */
    background: #B98D3B !important;
}

.border-bottom-theme-color-2-1px {
    /* border-bottom: 1px solid #ffc600 !important; */
    border-bottom: 1px solid #B98D3B !important;
}


.single-form {
    margin-top: 20px;
}
.single-form {
    margin-top: 0px;
    margin-bottom: 20px;
}

.single-address {
    /* padding: 20px 50px 50px;
    padding: 20px 20px 0px 0px; */
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-address .icon-circle i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #004282;
    color: #004282;
    font-size: 24px;
    text-align: center;
}

.single-address .cont {
    padding-left: 20px;
}

.hr {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}


.blockquote {
    padding: 21px 30px 18px;
    border-left: 5px solid #B98D3B ;
    background: #f2f2f2;
    font-size: 16px;
    color: #004282;
    font-style: italic;
}
blockquote {
    padding: 21px 30px 18px;
    border-left: 5px solid #B98D3B ;
    background: #004282;
    font-size: 16px;
    color: #B98D3B ;
    font-style: italic;
}

blockquote p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
}

.colored-bg {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    border: solid #B98D3B ;
}

.bg-theme-colored {
    background-color: #004282 !important;
}

.text-theme-colored {
    color: #004282 !important;
}

.tab-slider .nav.nav-pills a:hover, .tab-slider .nav.nav-pills a.active, .custom-nav-tabs > li > a:hover, .widget .tags a:hover, .progress-item .progress-bar, .small-title .title::after, .testimonial .item::after, .drop-caps.colored-square p:first-child:first-letter, .drop-caps.colored-rounded p:first-child:first-letter, .list-icon.theme-colored.square li i, .list-icon.theme-colored.rounded li i, .working-process.theme-colored a, .blog-posts .post .entry-content .post-date.right, .horizontal-tab-centered .nav-pills > li > a:hover, .horizontal-tab-centered .nav-pills > li.active > a, .horizontal-tab-centered .nav-pills > li.active > a:hover, .horizontal-tab-centered .nav-pills > li.active > a:focus, .owl-theme.dot-theme-colored .owl-controls .owl-dot span, .pagination.theme-colored li.active a, .section-title .both-side-line::after, .section-title .both-side-line::before, .section-title .top-side-line::after, .section-title .left-side-line::before, .section-title .right-side-line::before, .product .tag-sale, .team-member:hover .team-details, .owl-theme .owl-dots .owl-dot.active span, .portfolio-filter a.active, .portfolio-filter a:hover {
    background: #004282;
}