.custom-banner-area .custom-banner-inner {
  position: relative;
  padding: 190px 20px 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.custom-banner-area .page-center {
  max-width: 820px;
  text-align:center;
  position:relative;
  z-index:1;
}

.custom-banner-area .custom-banner-content {
  padding: 0 20px 20px;
  color: #fff;
}

.custom-banner-area .custom-banner-content h1,
.custom-banner-area .custom-banner-content h2,
.custom-banner-area .custom-banner-content h3,
.custom-banner-area .custom-banner-content h4,
.custom-banner-area .custom-banner-content h5,
.custom-banner-area .custom-banner-content h6 {
  color:#fff;
  margin:0 0 10px;
  font-weight: 400;
  line-height: 1.2;
}

.custom-banner-area .custom-banner-content .only-heading h1,
.custom-banner-area .custom-banner-content .only-heading h2,
.custom-banner-area .custom-banner-content .only-heading h3,
.custom-banner-area .custom-banner-content .only-heading h4,
.custom-banner-area .custom-banner-content .only-heading h5,
.custom-banner-area .custom-banner-content .only-heading h6 {
  margin:0;
}

.custom-banner-area .sub-heading {
  font-size: 22px;
}

.custom-banner-area .sub-heading p:last-of-type {
  margin-bottom: 0;
}

.custom-banner-area .custom-banner-overlay {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.custom-banner-area .btn-wrap {
  padding: 15px 20px 11px;
}

.custom-banner-area .btn-wrap a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  color: #ffffff;
  padding: 12px 35px;
  border-radius: 8px;
  font-weight:600;
}

@media (max-width:768px) {
  .custom-banner-area .custom-banner-inner {
    padding: 80px 0 60px;
  }

  .custom-banner-area .sub-heading {
    font-size: 20px;
  }
}









