
a:hover,
a:focus {
  color: #F44336;
}

.circled {
	background: #F44336;
}

.con1 > div, .con2 > div, .con3 > div { 
	background-color: #F44336;
}

.scrollup:hover {
	background: #F44336;
}

.service-icon span {
	color: #F44336;
}

/* button */
.btn-skin {
  background-color: #F44336;
  border-color: #F44336;
}


/* top */
.top-area {
	background: #F1F1F1;
  border-bottom: 1px solid #dadada;
}

/* menu */

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #e23c3c;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active a,.navbar-custom.top-nav-collapse .nav li.active a  {
  color: #e23c3c;
}


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #F44336;
}


.bg-skin {
	background: #F44336;
}

.highlight-color {
	background-color: #F44336;
}
.color {
	color: #F44336;
}

/* pricing box  */
.pricing-content.featured h2,.pricing-content.featured .price-bottom {
	background-color:#e23c3c;
}
.pricing-content.featured h3 {
	background:#F44336;
}



/* team */
.cbp-l-filters-button .cbp-filter-counter {
	background-color: #F44336;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap{
  background: #F44336;
 
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
  background: #F44336;
  border-color: #F44336;
}
.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
  /* @editable properties */
  color: white;
}
.cbp-l-filters-button .cbp-filter-counter:after{
  border-top: 4px solid #F44336;
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight{
  background: rgb(244, 67, 54);
  color: white;
  border-radius: 9px;
  padding: 6px;
}