.home-poftfolio .filter_block li.selected a {
  background: #000;
  color: #fff;
}

.home-about .vc_row .wpb_column:first-child {
  transform: translateX(50px);
  z-index: 1;
}

.home-about .vc_row .wpb_column:first-child .vc_column-inner {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 35px 50px;
}

.home-about .vc_row .wpb_column:last-child {
  transform: translateX(-50px);
}

.title-style h2 span,
.title-style h4 span {
  display: inline-block;
  position: relative;
}

.title-style.center .wpb_wrapper {
    text-align: center;
}

.title-style h2 span::after,
.title-style h4 span::after {
  content: '';
  display: block;
  background-color: #B6702A;
  width: 100%;
  position: absolute;
  height: 19px;
  bottom: 9px;
  z-index: -1;
}

.vc_btn3-style-flat:hover {
  background: #B6702A !important;
  color: #fff !important;
}

#portfolio_list.grid_top_img .portfolio_descr_wrap .portfolio_title {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

#portfolio_list.grid_top_img .portfolio_descr_wrap .portfolio_title a {
    color: #000;
}