.header_top {
  background-color: #f8f8f8;
  border-bottom: 2px solid #09c;  
}
.latest_newsarea {
  border-bottom: 0px solid #f9fbfc;
  border-top: 3px solid #f9fbfc;  
}
.latest_newsarea span {
  background-color: #26ABE2;
  color: #fff;
}
.latest_newsarea span:after, .latest_newsarea span:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.latest_newsarea span:after { border-color: rgba(0, 153, 204, 0); border-left-color: #26ABE2; border-width: 10px; margin-top: -10px; } 
.latest_newsarea span:before { border-color: rgba(0, 153, 204, 0); border-left-color: #00793A; border-width: 11px; margin-top: -11px; }
.news_sticker li a:before {
  color: #000;
 }
.carousel-indicators .active {
  background-color: #09c;
}
 .catg_title:before {
  color: #0DB14B;
}
.scrollToTop {
  background: none repeat scroll 0 0 #0474BB;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 5px;
 }
 .scrollToTop:hover, .scrollToTop:focus{
  background-color: #26ABE2;
  border-color: #09c;
  color: #FFF !important;
 }
.single_post_area .author_name,.single_post_area .post_date{
  color: #09c;  
}
.single_post_area .author_name:hover,.single_post_area .post_date:hover{
  color: #444;
}
.single_post_area .author_name i,.post_date i{
  color: #252525;
}
.single_post_content ul li:before {
  color: #09c;
}
.custom-tabs {
  background: none repeat scroll 0 0 #00793A;  
}
.custom-tabs > li > a:hover{
  background-color: #0DB14B;
  color: #fff;
}
.custom-tabs  > li.active > a, .custom-tabs  > li.active > a:hover, .custom-tabs  > li.active > a:focus {  
  border-top: 5px solid #00793A;  
}
.footer_top{
  border-top: 5px solid #09c;
}