/* background-color */
.icare-theme-bg-colored, .btn-theme-colored, .line-bottom::after, .icon-theme-colored.icon-dark a, button, input[type="button"], input[type="submit"],
.btn-slider,.progress-item .progress-bar{
    background-color: #00a4ef;
}
/* darker background */
.progress-item .progress-bar .percent{
  background-color: #008bd6;
}
/* lighter background */
.social-links a {
    background-color: #19bdff;
}
/* transparent background */
.team-block .team-thumb .team-overlay,
#icare-home-feature-section.layer-overlay.overlay-blue::before,
.icare-theme-bg-colored-transparent{
    background-color: rgba(0,164,239,0.9);
}
/* background */
#cssmenu ul li:hover>a, #cssmenu ul li.active>a{
  background: #00a4ef; 
}
/* color */
.icare-text-colored,.icare-icon-box:hover .icon-hov i{
  color:#00a4ef;
}
/* border */
.icare-icon-box.icon-rounded-bordered i, .icare-widget .widget-title-border-bottom:after, .pager.theme-colored a {
    border: 1px solid #00a4ef;
}
.wp-block-quote,
.commentlist .bypostauthor .media-body {
  border-left-color: #00a4ef;
}