#testimonials .ac-carousel-indicators li.active button,
#testimonials .carousel-indicators .active{
  border-color: #b2256f;
}

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

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

.btn-acc-main{
  background: #b2256f !important;
  color: #fff !important;
  border-bottom: 3px solid #8d1c58;
}

#hero-section,
#page-header-section{
  background: #e84297;
  background: -moz-linear-gradient(-45deg,  rgba(208,29,121,1) 0%, rgba(232,65,151,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(208,29,121,1) 0%,rgba(232,65,151,1) 100%);
  background: linear-gradient(135deg,  rgba(208,29,121,1) 0%,rgba(232,65,151,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01d79', endColorstr='#e84197',GradientType=1 );
}