.banner-section .row-fluid {
  padding: 0 !important;
}
.banner {
  background-color: #0d0c0c;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 24%;
}

.banner_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(13,12,12,0.5);
  z-index: 99;
}

.banner figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: feature-bg-anim .6s ease-in-out;
  animation: feature-bg-anim .6s ease-in-out;
  overflow: hidden;
  margin: 0;
}

.banner figure img {
  left: 0px;
  top: -124.768px;
  width: 100%;
  height: auto;
  position: relative;
}
.custom-contact .banner_content {
  padding: 80px 35px;
}
.banner_content {
  -webkit-animation: feature-text-anim .75s ease-in-out;
  animation: feature-text-anim .75s ease-in-out;
  z-index: 100;
  position: relative;
  width: 100%;
  max-width: 840px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  text-rendering: optimizeLegibility;
  padding: 190px 35px;
}

.banner_title {
  font-family: muli;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1.3em;
  color: #fff;
  margin: 20px auto;
  white-space: pre-wrap;
}

.banner_title strong {
  text-transform: uppercase;
  line-height: 1.2em;
  color: #fff;
  font-family: muli;
  font-weight: 800;
  font-style: normal;
  font-size: 60px;
  display: block;
  letter-spacing: 0.0204082em;
}

@media(max-width: 1363px){
  .banner figure img {
    top: -56.3451px;
    width: 1346px;
    height: 516.703px;
    position: relative;
  }
}

@media(max-width: 1024px){
  .banner figure img {
    top: -14.7017px;
    position: relative;
  }
}
@media(max-width: 938px){
  .banner {
    background-position-y: 0%;
  }
}

@media(max-width: 640px){

  .banner_title strong {
    font-size: 30px;
  }
  .banner_title {
    font-size: 18px;
    margin: 10px auto;
  }
}

.banner_description{
  color:#fff;
  font-weight:normal;