.navbar-nav .nav-item a.active {
    color: #7A4900;
}

.navbar-nav .nav-item a {
    font-size: 16px;
    color: #7A4900;
}

.navbar-nav .nav-item a:hover {
    color: #7A4900;
/*    text-decoration: overline;*/
    text-decoration: none;
}

.theme-btn {
    background: #7A4900;
}

.theme-btn:hover, .theme-btn:focus {
    background-position: right center;
    color: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
    box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
}

.theme-btn-outline {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 50px;
    color: #7A4900;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: 1.5px solid #7A4900;
    /*  background: linear-gradient(to left, #3763eb 0%, #6f58e8 50.39%, #3763eb 100%);*/
    background-size: 200% auto;
    overflow: hidden;
}

.theme-btn-outline:hover, .theme-btn-outline:focus {
    background-position: right center;
    color: #7A4900;
    -webkit-box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
    box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
}

.scroll-top {
    background: #7A4900;
}

.scroll-top:hover {
    background: rgba(122, 73, 0, 0.7);
    color: #fff;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
    font-size: 40px;
    font-weight: 600;
    color: #7A4900;
    display: block;
    margin-bottom: 8px;
}

.about-section .about-img-wrapper .about-experience {
    background: linear-gradient(to top left, #7A4900 0%, #7A4900 100%);
    border: 5px solid #7A4900;
}

.section-title span {
    font-size: 25px;
    font-weight: 700;
    color: #7A4900;
    margin-bottom: 5px;
}

.box-style .box-icon-style {
    border: 2px solid #7A4900;
    color: #7A4900;
}

.box-style:hover .box-icon-style {
    background: linear-gradient(#7A4900 0%, #7A4900 100%);
}

.box-style:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
    box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
}

.box-style .box-icon-style::after {
    background: linear-gradient(#7A4900 0%, #7A4900 100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact-section.cta-bg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to left, rgba(122, 73, 0, 0.18) 0%, #7A4900 100%);
}

.time-line .box-icon-style i {
    color: #7A4900;
}

.time-line .single-timeline:hover .box-icon-style {
    background: linear-gradient(#7A4900 0%, #7A4900 100%);
    color: #fff;
    border-color: transparent;
}

.subscribe-section .subscribe-form button {
    background: linear-gradient(to left, #7A4900 0%, #7A4900 50.39%, #7A4900 100%);
}

.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
    font-size: 20px;
    color: #7A4900;
    margin-bottom: 10px;
}

.contact-section .contact-item-wrapper .contact-item .contact-icon {
    background: linear-gradient(#7A4900 0%, #7A4900 100%);
}

.contact-section:hover .contact-item-wrapper:hover .contact-item:hover .contact-icon:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
    -moz-box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
    box-shadow: 0px 0px 30px rgba(122, 73, 0, 0.45);
}

.navbar-brand img {
    max-width: 200px;
}

.carousel-section-wrapper .carousel-section.clip-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to right, rgba(122, 73, 0, 0.6) 70%, #7A4900 100%);
}

.about-section {
    background: #EFF2F9;
    padding: 50px 0;
    position: relative;
}

.details-form {
    border: 1px solid #aaaaaa;
    padding: 20px;
}

.transparent-bg {
    background-color: #222;
    opacity: 0.4;
    color: #fff;
}

.section-transparent-bg {
    background-color: #eee;
}

.services {
    font-size: 1rem !important;
    font-weight: 400;
    color: #fff !important;
    opacity: 100;
}

.box-style {
    padding: 25px 25px;
    border: 2px solid rgb(122, 73, 0, .45);
    border-radius: 10px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header-btn .theme-btn {
    padding: 10px 10px !important;
}

.service-content {
    height: 340px;
    max-height: 340px;
    overflow: auto;
}

.cta-button {
    border: 2px solid;
    border-radius: 8px;
    padding: 10px;
    font-size: .8rem !important;
    font-weight: 200;
    color: #fff !important;
    background: #5D3809;
}

.cta-button:hover, cta-button:focus {
    background: #5D3809;
}

#section_sub_services {
    padding: 20px;
}

.btn-our-service {
    border: 1px solid #5D3809;
    color: #5D3809 !important;
    margin-top: 12px;
}

.btn-our-service:hover {
    color: #fff !important;
    background-color: #5D3809;
}

.btn-our-service.active {
    color: #fff !important;
    background-color: #5D3809;
}

.footer .footer-widget ul.footer-links li a:hover
{
    color: #000;
    font-weight: 600;
}

