
.custom_banner .title_holder {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
}

.banner_inner {
  display: block;
  position: relative;
  height: auto!important;
  line-height: normal;
  background: 0 0;
}

.custom_banner .title_holder .content-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.custom_banner .title_holder .title_subtitle_holder {
  padding: 0;
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-top: 121px;
}

.custom_banner .title_holder .title_subtitle_holder_inner {
  position: relative;
}

.custom_banner .title_holder .title_subtitle_holder_inner h1 {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  margin-bottom:0px;
}

.custom_banner .title_holder .title_subtitle_holder_inner .separator {
  height: 2px;
  position: relative;
  width: 22px;
  display: block;
  margin: 10px auto 20px;
  margin-top: 14px;
  margin-bottom: 10px;
  background-color: #f36823;
}

.custom_banner .title_holder .title_subtitle_holder .subtitle {
  font-size: 22px;
  color: #FFF;
}
@media only screen and (max-width: 1000px){

  .custom_banner .title_holder .title_subtitle_holder {
    padding: 0;
  }
  .custom_banner .title_holder .title_subtitle_holder_inner h1 {
    line-height: normal;
    font-size: 35px;
  }
}





@media(min-width:768px){
  .custom_banner .bnrbgg {
    display: none;
  }

}

@media(max-width:767px){
  .custom_banner img.bnrimg {
    display: none;
  }

  .custom_banner .bnrbgg {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

}

.banner_image img {
    height: 433px;
    max-width: 100%;
    width: 100%;
    max-height: 433px;
    object-fit: cover;
    object-position: top;
}

@media(max-width:768px){
  .banner_image img {
    height: auto;
    max-width: 100%;
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    object-position: top;
  }