/*
#1 color = #00487B;
#2 color = #00487B;
*/

a:hover,
a:focus {
    color: #00487B;
}

.circled {
	background: #00487B;
}

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

.scrollup:hover {
	background: #00487B;
}


/* service */

.service-icon span {
	color: #00487B;
}



/* button */
.btn-skin {
  background-color: #43B02A;
  border-color: #fff;
}

/* button */
.btn-gray {
  background-color: #f0f8ff;
  border-color: #666;
  color: #1B3864;
}

/* top */
.top-area {
	background: #00487B;
}

/* menu */

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #00487B;
}
.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: #00487B;
}


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


.bg-skin {
	background: #00487B;
}

.highlight-color {
	background-color: #00487B;
}
.color {
	color: #00487B;
}

/* pricing box  */
.pricing-content.featured1 h2,.pricing-content.featured .price-bottom {
	background-color:#1B3864;
}
.pricing-content.featured2 h2,.pricing-content.featured .price-bottom {
	background-color:#285193;
}
.pricing-content.featured3 h2,.pricing-content.featured .price-bottom {
	background-color:#346BC1;
}

.pricing-content.featured h2,.pricing-content.featured .price-bottom {
	background-color:#00487B;
}
.pricing-content.featured h3 {
	background:#00487B;
}

/* team */
.cbp-l-grid-team-name {
    color: #00487B;
}

.cbp-l-filters-button .cbp-filter-counter {
	background-color: #00487B;
}

.cbp-l-filters-alignLeft .cbp-filter-item-active {
    /* @editable properties */
    background-color: #00487B;
    border:1px solid #00487B;
}

.cbp-l-filters-dropdownWrap {
    background: #00487B;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    background-color: #00487B;
    border-color: #00487B;
}
.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    /* @editable properties */
    background-color: #00487B;
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    /* @editable properties */
    background-color: #00487B;
}

.form-control:focus {
  border-color: #00487B;
}
