.inner-banner .banner-content-item{
/*   height:475px; */
  background-size: cover;
  display: block !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top:250px;
  padding-bottom:100px;
}

/* .inner-banner .banner-content-item .banner-inner-content{
  padding-top:250px;
} */

.inner-banner .banner-content-item .banner-title h1{
  color:#fff;
  font-weight:light;
  font-size:45px;
}

.inner-banner .banner-content-item .banner-title .sub-title{
  color:#fff;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Fira Sans',sans-serif;
  margin-bottom: 30px;
  display: block;
}

.inner-banner .banner-content-item .btn-section .inner-banner-btn{
  background-color: #09b78a;
  border:2px solid #09b78a;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 45px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none; 
  margin-top: 35px;
}

.inner-banner .banner-content-item .btn-section .inner-banner-btn:hover{
  background-color:#f67f00;
  border:2px solid #f67f00;
  transition: all 0.6s ease-out 0s;
}

.inner-banner .banner-content-item .banner-inner-content{
  text-align :center;
}

@media(max-width: 992px){
   .inner-banner .banner-content-item{
    padding-top:100px;
  }
}

@media(max-width: 767px){
  .inner-banner .banner-content-item .banner-title h1{
    font-size: 30px;
  }  
}

