.top-header .active-bg-decoration > li.act > a {
    background-color: rgba(153,210,64,0);
    background: rgba(153,210,64,0);
    background: -webkit-linear-gradient(135deg,rgba(153,210,64,0) 30%,rgba(57,190,118,0) 100%);
    background: linear-gradient(135deg,rgba(153,210,64,0) 30%,rgba(57,190,118,0) 100%);
}

.page-title.title-center {
  min-height: auto;
}
.page-title.title-center .wf-table {
  height: auto;
}