.banner-section {
  overflow: hidden;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0;
}

.head_panel .banner {
  height: 133px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 380px;
  width: 100%;
}

.head_panel .hgroup {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: inherit;
  z-index: 9;
}

.head_panel .banner_title {
  background: linear-gradient(to right, rgb(255 255 255) 15%, rgb(255 255 255) 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
  margin: 30px 0 0 0;
  position: relative;
}

.head_panel .banner_title h1 {
  background-color: #FFF;
  padding: 19px 30px 0px 0;
  display: inline-block;
  position: relative;
  color: #323232;
  min-width: 200px;
  z-index: 2;
  margin: 0;
  font-weight: 900;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.head_panel .banner_title .container:before {
  position: absolute;
  background: #FFF;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  left: 0;
  width: 50%;
  height: 63px;
  transform: translateX(-40%);
}

.head_panel .banner_title .container h1:after {
  background: linear-gradient(to right top, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  content: '';
  width: 72px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -72px;
}

.head_panel .banner_title .container:before {
  position: absolute;
  background: #FFF;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  left: 0;
  width: 50%;
  height: 63px;
  transform: translateX(-40%);
  content: " ";
  display: table;
}

@media(max-width:991px){
  .head_panel .banner {
    min-height: 280px;
  }

}























