.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #522306;
}
#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #522306;
    box-shadow: 0 8px 28px rgb(95 95 95 / 45%);
}
.featured-services .icon i {
    color: #522306;
    font-size: 36px;
}
.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #522306;
}
.counts .counters span {
    font-size: 48px;
    display: block;
    color: #522306;
    font-weight: 700;
}
.services .icon-box .icon i {
    color: #522306;
    font-size: 36px;
    transition: 0.3s;
}

.cta {
    background: #522306;
    background-size: cover;
    padding: 30px 0;
}
.contact .info {
    border-top: 3px solid #522306;
    border-bottom: 3px solid #522306;
    padding: 30px;
    width: 100%;
}
a {
    color: #522306;
    text-decoration: none;
}
a:hover {
    color: #9C1C00;
}
.services .icon-box:hover h4 a {
  color: #9C1C00;
}
.featured-services .icon-box:hover .title a {
  color: #9C1C00;
}
#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #522306;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #522306;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.contact .info i {
    font-size: 20px;
    color: #522306;
    float: left;
    width: 44px;
    height: 44px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #522306;
}

#header .logo img {
  max-height: 60px;
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    background: #9c1c00;
    color: #fff;
    border-color: #9c1c00;
}