#testimonials .carousel-indicators .active{
  border: 2px solid #36a5dd;
}

header #contact-icons .mail,
header #contact-icons .phone{
  color: #36a5dd !important;
}

h3.section-header,
a, a:hover, a:active, a:focus,
#testimonial-quote-icon,
.contact-link .glyphicon{
  color: #36a5dd;
}

.btn-acc-main{
  background: #36a5dd !important;
  color: #fff !important;
  border-bottom: 3px solid #2886b6;
}

#hero-section,
#page-header-section{
  background: #36a5dd;
  background: -moz-linear-gradient(-45deg,  rgba(41,141,192,1) 0%, rgba(69,171,223,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(41,141,192,1) 0%,rgba(69,171,223,1) 100%);
  background: linear-gradient(135deg,  rgba(41,141,192,1) 0%,rgba(69,171,223,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298dc0', endColorstr='#45abdf',GradientType=1 );
}