.submenu-heading{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:larger; 
  display: block;
    white-space: pre;
    position: relative;
    font-weight: 300;
    padding: 9px 35px 9px 20px;
	border-bottom:  1px solid #ddd;
}

.pre-header{
	background:#E30613;
	border-bottom: 1px solid #FFF;
	line-height:4px;
	padding:11px 1px 0px 1px;
}

.header.style-3 .top-header {
	border-bottom:1px solid #fff;
}

.toggle-list li.current a {
	color: #283376;
}

.service-image {
	margin: 1px;
    padding: 1px;
    box-shadow: 0px 4px 9px #88888b;
    border: 2px solid #ffffff;
    background-color: #efefef;
    color: #ffffff;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
  background: #eee;
  font: 12px/1.5 'Roboto Condensed', serif;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 22px;
  position: relative;
  margin: 0 6px 6px 0;
  text-decoration: none;
  -webkit-transition: color 0.5s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #e30613;
  color: white;
}

.tag:hover::after {
   border-left-color: #e30613
   ; 
}