/*
#1 color = #00AFEF;
#2 color = #3fbbc0;
*/

a:hover,
a:focus {
    color: rgb(255, 255, 255);
}

.circled {
	background: #00AFEF;
}

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

.scrollup:hover {
	background: #00AFEF;
}


/* service */

.service-icon span {
	color: #00AFEF;
}



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


/* top */
.top-area {
	background: #3A3854;
}

/* menu */

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


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


.bg-skin {
	background: #00AFEF;
}

.highlight-color {
	background-color: #00AFEF;
}
.color {
	color: #00AFEF;
}

/* pricing box  */
.pricing-content.featured h2,.pricing-content.featured .price-bottom {
	background-color:#3fbbc0;
}
.pricing-content.featured h3 {
	background:#00AFEF;
}



/* team */
.cbp-l-grid-team-name {
    color: #3fbbc0;
}

.cbp-l-filters-button .cbp-filter-counter {
	background-color: #00AFEF;
}

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

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

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

.form-control:focus {
  border-color: #3fbbc0;
}

.cbp-l-grid-projects-title {
    font: 700 17px "Open Sans", sans-serif;
    color: #00B3D0;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}

.cbp-caption-activeWrap {
    background-color: rgb(19, 17, 49);
    
}