.custom-banner-area-wrap{
  height: 520px;
  position: relative;
}
.custom-banner-area-wrap .custom-banner-area-inner {
  left: 0!important;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  transform: translate(0,0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -o-transform: translate(0,0);
  -webkit-transition: left .33s cubic-bezier(.694,.0482,.335,1),margin .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1),margin .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: left .33s cubic-bezier(.694,.0482,.335,1),margin .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: left .33s cubic-bezier(.694,.0482,.335,1),margin .33s cubic-bezier(.694,.0482,.335,1);
  transition: left .33s cubic-bezier(.694,.0482,.335,1),margin .33s cubic-bezier(.694,.0482,.335,1);
}
.custom-banner-area-wrap .custom-banner-area {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.custom-banner-area-wrap .custom-banner-area-inner>div{
  height: 520px;
}
.custom-banner-area-wrap .banner-page-center{
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.custom-banner-area-wrap .banner-header{
  display: table-cell;
  vertical-align: middle;
  position: static;
  text-align: center;
  width: 100%;
}
.custom-banner-area-wrap .banner-header h1 {
  margin: 10px 0 20px;
  text-align: center;
  padding: 0;
  font-weight: 600;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(.165,.84,.44,1) 0s;
  -moz-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(.165,.84,.44,1) 0s;
  -o-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(.165,.84,.44,1) 0s;
  animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(.165,.84,.44,1) 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
  font-family: 'BW Modelica Extra Bold';
  text-shadow: none;
  letter-spacing: -1.8px;
}

.custom-banner-area-wrap .banner-header p {
  font-family: 'BW Modelica Regular', sans-serif;
  letter-spacing: -0.7px;
  font-weight: 400;
  margin: 10px 0 15px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(.165,.84,.44,1) 0s;
  -moz-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(.165,.84,.44,1) 0s;
  -o-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(.165,.84,.44,1) 0s;
  animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(.165,.84,.44,1) 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  filter: alpha(opacity=100);
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
  margin-bottom: 40px;
  text-shadow: none;
  color: #ffffff;
  font-size: 26px;
  line-height: 34px;
}
.custom-banner-area-wrap .banner-header>div {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: text-from-bottom 1.5s 1 cubic-bezier(.165,.84,.44,1);
  -moz-animation: text-from-bottom 1.5s 1 cubic-bezier(.165,.84,.44,1);
  -o-animation: text-from-bottom 1.5s 1 cubic-bezier(.165,.84,.44,1);
  animation: text-from-bottom 1.5s 1 cubic-bezier(.165,.84,.44,1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  opacity: 1;
  line-height: 26px;
}

@media (max-width:1316px) {
  .custom-banner-area-wrap,
  .custom-banner-area-wrap .custom-banner-area-inner>div{
    height: 416px;
  }


}
@media (max-width: 1200px){
  .custom-banner-area-wrap .banner-header h1 span{
    font-size: .625em;
    line-height: 1.4em;
  }
  .custom-banner-area-wrap .banner-header h1 {
    margin-top: 0;
    line-height: inherit!important;
  }
}
@media (max-width:1016px) {
  .custom-banner-area-wrap,
  .custom-banner-area-wrap .custom-banner-area-inner>div{
    height:364px;
  }


}
@media (max-width:1000px) {
  .custom-banner-area-wrap .custom-banner-area-inner {
    position: relative;
  }
}

@media (max-width:768px) {
  .custom-banner-area-wrap, .custom-banner-area-wrap .custom-banner-area-inner>div {
    height: 520px;
  }
}
@media (max-width: 567px){
  .custom-banner-area-wrap .banner-header h1 span {
    font-size: .525em;
  }
}

@media (max-width: 320px){
  .custom-banner-area-wrap .banner-header h1 span {
    font-size: .4em;
    line-height: 1em;
  }
  .custom-banner-area-wrap .banner-header p span{
    font-size: 60%;
  }
  .custom-banner-area-wrap .banner-header p{
    line-height: 1em;
  }
}



