/************************** 
* . General Style
***************************/
a:hover,
a:focus,
.fa:hover,
.navbar-header .navbar-brand span,
.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus,
.portfolio .portfolio-list .nav li:hover {
  color: #832532;
}

.form-control:focus,
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #832532;
}

.btn:hover,
.btn:focus {
  background: #832532;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  background: #832532;
}

.draw:hover:before {
  border-top-color: #832532;
  border-right-color: #832532;
}
.draw:hover:after {
  border-bottom-color: #832532;
  border-left-color: #832532;
}

.cd-overlay-content span {
  background-color: #832532;
}

/************************** 
* Navbar
***************************/
.nav-styletwo .navbar .menu-toggle .bar {
  background-color: #832532;
}
.nav-styletwo .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #832532;
}

@media (max-width: 991px) {
  .nav-styletwo
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .nav-link.active {
    color: #832532;
  }
}
.dl-burger-menu {
  background: #832532;
}

.dl-fixed-sidebar .dl-menu-fixed ul li:hover a {
  color: #832532 !important;
}
.dl-fixed-sidebar .dl-menu-fixed ul li a.active {
  color: #832532 !important;
}
.dl-fixed-sidebar .dl-menu-fixed ul li .active:after {
  background: #832532;
}
.dl-fixed-sidebar .line:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(75%, #832532),
    to(#832532)
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    #832532 75%,
    #832532
  );
}

/************************** 
* Sidebar fix 
***************************/
.sidebar-contet .contentsidebar .themecolor .list-sidebar li span.active {
  border: 1px solid #832532 !important;
}

/************************** 
* About Us
***************************/
.about .about-blok .aboutinfo .about-img:after, .about-image:after {
  background-color: #832532 !important;
}
.about .skills-bar-container li .bar-container .progressbar {
  background-color: #832532;
}

/************************** 
* . Services
***************************/
.services .cont-services .servfix:hover .read-more {
  color: #832532 !important;
}
.services .cont-services .servfix:hover .read-more i {
  color: #832532 !important;
}

/************************** 
* Team
***************************/
.team .teamiteam .imgteam .socials-media ul li:hover {
  background: #832532;
}

/************************** 
* Contact
***************************/
.contact {
  height: auto;
  width: 100%;
}
.contact .contact-block1 .contact-block .fa {
  color: #832532;
}
.contact .socials-media ul li:hover {
  background: #832532;
}

::-webkit-scrollbar-thumb {
  background: #832532;
}

::-webkit-scrollbar-thumb:hover {
  background: #832532;
}

::-webkit-selection {
  background: #832532;
}

::-moz-selection {
  background: #832532;
}

::selection {
  background: #832532;
}

.counter .fullcounter h3 sup {
  color: #832532;
}

.error {
  color: #832532;
}

.overlay-2 {
  background: #832532;
}

.mainicon.sidebaricon {
  background: #832532;
  border: 1px solid #832532;
}
.mainicon.btn-purchase {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/************************** 
* Option themes
***************************/
.sidebar-contet .contentsidebar .themecolor .list-sidebar li a.active {
  border: 1px solid #832532;
}

/************************** 
* Footer
***************************/
#footer .line:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(75%, #832532),
    to(#832532)
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    #832532 75%,
    #832532
  );
}

/************************** 
* Color Error
***************************/
.error {
  color: #832532 !important;
}
