.banner-section {}

.banner-section .span12 {
  min-height: 0;
}

.banner-section .dnd-section {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.banner-area {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #373737;
  background-image: linear-gradient(90deg,rgba(0,0,0,0.30),rgba(0,0,0,0.30));
  background-position: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-page-center {
  max-width: 1366px;
  margin: 0 auto;
  width: 80%;
  position: relative;
}

.banner-area h1 {
  text-align: center;
    font-size: 1em !important;
    color: #fff;
    line-height: 1.2em !important;
    font-family: "Montserrat",open-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: none !important;
    padding: 62px;
    /* padding-bottom: 10px;
}



@media only screen and (max-width: 980px){
  .banner-area h1 {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 767px){
  .banner-area h1 {
    font-size: 22px !important;
  }
}