.inner-banner-section h1{
    color: #ffffff;
    font-family: 'GothamBook';
    font-size: 40px;
    font-weight: 400;
     margin: 0;
    padding: 0;
}
.inner-banner-section{
  position:relative;
  background: url(/template/3b1b00b8/images/inner-page-bg.jpg);
   padding:90px 0 90px;
  background-size: cover;
}
.inner-banner-section p{
    font-family: 'GothamBook';
    font-size: 16px;
    color: #ffffff;
    line-height: 27px;
    margin: 0 0 20px;
    padding-bottom: 0;
    font-weight: 500;
}
.inner-banner-section .inner-container{
  max-width:1200px;
  padding:0 15px;
  margin:0 auto;
  position:relative;
}
.inner-banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color:rgba(15, 67, 114, 0.9);
}
