
#main{
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.logo{
    width: 305px;
    margin: 38px 0 0;
}

#header{
    background: url('../../assets/img/banner.jpg') no-repeat center center;
    width: 100%;
    height: 675px;
    background-size: cover;
}

.glob{
    position: relative;
    top: -100px;
}

.loginBtn{
    background: #fcaf17;
    width: 187px;
    font-size: 20px;
    border-radius: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    float: right;
    top: 30px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.loginBtn a{
    color:#1d253a
}

.loginBtn a:hover{
    color:#fff !important;
    outline: none;
}

.bannerText{
    margin-top: 128px;
}

.bannerText img{
    width:100%;
}

#listImages{
    background: url('../../assets/img/img-bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    display: table;
}

.HR-bar{
    width: 50px;
    height: 2px;
    background: #515560;
    margin: 136px auto 0;
}

.clear{
    clear: both;
}

.listing{
    width: 100%;
    margin: 46px 0;
}

.img-box{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.img-box .thumbArea{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.img-box .thumbArea > img{
    width:100%;
}

.img-box .textArea{
    width: 100%;
    border: 1px solid #7e8189;
    font-weight: 900;
    font-style: oblique;
    color: #fff;
    font-size: 18px;
    padding: 20px;
    text-align: center;
}

.img-box .textArea span{
    display: block;
}

.listing > .row{
    margin-bottom: 50px;
}

.text-top-area{
    background: url('../../assets/img/cer-01.png') no-repeat top left;
    border-right: 1px solid #fcaf17;
}

.text-bottom-area{
    background: url('../../assets/img/cer-01.png') no-repeat top left;
    border-top: 1px solid #fcaf17;
    padding-bottom: 50px;
    position: relative;
}

.text-bottom-area::before{
    background: #fff;
    width: 18px;
    padding: 5px;
    content: " ";
    position: absolute;
    top:-2px;
    left: 0px;
}

.headingText{
    font-size: 30px;
    color: #413d4b;
    font-weight: 900;
    width: 60%;
    margin-left: 64px;
    padding-top: 69px;
}

.list-text{
    margin-top: 50px;
    width: 100%;
    padding-bottom: 50px;
}

.list-text ul#style-list{
    margin: 0px 0 0 33px;
    list-style-image: url('../../assets/img/icon-arrow.png');
}

.list-text ul#style-list > li{
    padding: 5px;
    font-weight: 400;
}

.peraText{
    margin-left: 70px;
    padding-top: 50px;
    font-size: 18px;
    line-height: 31px;
    color: #000;
    font-weight: 400;
}

.stations{
    background-color: #ededed;
    padding:60px 0px;
}

.stations-text{
    text-align: center;
}

.stations-text > h3{
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #4a4754;
}

.stations-text > a{
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 32px;
    padding-top: 10px;
    color: #fcaf17 !important;
}

.icon-de{
    text-align: center;
    padding-top: 50px;
}

.text-stn{
    color: #313131;
    font-size: 20px;
    line-height: 30px;
    width: 60%;
    margin: 20px auto 0;
}

.contact-form{
    background: url('../../assets/img/form-cer.png') no-repeat top center;
}

.form-title{
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #413d4b;
    padding-bottom: 15px;
    font-weight: lighter;
}

.form-box{
    padding: 100px 0px 50px;
    margin: 0px;
}

form.signup-form
{
    width: 460px;
    margin: 0 auto;
}

.boz-text, .boz-email{
    width: 100%;
    height: 43px;
    border: 1px solid #e5e5e5;
    margin-bottom: 23px;
    padding-left: 15px;
}

.boz-submit{
    width: 178px;
    height: 43px;
    background: transparent;
    border: 1px solid #fcaf17;
    border-radius: 4px;
    margin: 0 130px;
    font-weight: lighter;
}

::placeholder {
    color: #a09ea5;
  }

  #footer{
      background: url('../../assets/img/footerImg.jpg') no-repeat center center;
      background-size:cover;
      width: 100%;
      padding:100px 0px 0;
  }

  .ex-padding{
      padding:8px !important;
  }

  .listing-footer > .row{
    margin-bottom: 50px;
  }

  .footerLogo{
      text-align: center;
      padding-top:40px;
  }

  .copyRight{
      text-align: center;
      font-size: 16px;
      color:#a5a4a4;
      padding: 50px 0 40px;
  }