@font-face {
	font-family: 'Acumin-Pro-ExtraCond-UltraBlack.woff';
	src: url('../fonts/Acumin-Pro-ExtraCond-UltraBlack.woff.eot');
	src: local('☺'), url('../fonts/Acumin-Pro-ExtraCond-UltraBlack.woff.woff') format('woff'), url('../fonts/Acumin-Pro-ExtraCond-UltraBlack.woff.ttf') format('truetype'), url('../fonts/Acumin-Pro-ExtraCond-UltraBlack.woff.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'P22 Cezanne Pro Regular';
	src: url('../fonts/P22 Cezanne Pro Regular.eot');
	src: local('☺'), url('../fonts/P22 Cezanne Pro Regular.woff') format('woff'), url('../fonts/P22 Cezanne Pro Regular.ttf') format('truetype'), url('../fonts/P22 Cezanne Pro Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
  }
  body{
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    background-color: #000;
  }
  h1,h2,h3,h4,h5,h6{
    font-weight: 800;
  }
  h2{
    font-size:48px
  }
  h2 span{
        color: #ffa800;
    display:block;
  }
  section{
    position:relative;
  }
  a, a:hover{
    text-decoration:none;
    transition:0.4s all ease-in-out;
  }
  span{
     transition:0.4s all ease-in-out;
  }
  p{
    padding:0;
    margin:0;
  }
  ul {
    margin:0;
    padding:0;
  }
  ul li{
    list-style:none;
  }
  input:focus{
    outline: none;
    box-shadow: none;
  }
  /* ================ social1 ================= */
  .left-panel{
    max-width: 1265px;
    margin: auto;
  }
  .ban{
    min-height: 100vh;
    width: 100%;
    background: url(../images/bk1.jpg) no-repeat center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center fixed;
  }
  .ban-no-bg{
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center fixed;
  }
  #ban1{
    background: url(../images/bk1.jpg) no-repeat center fixed;
    background-size: cover;
  }
  #ban2{
    background:url(../images/bk2.jpg) no-repeat center;
    background-size: cover;
  }
  #ban3{
    background:url(../images/bk3.jpg) no-repeat center;
    background-size: cover;
  }
  #ban4{
    background:url(../images/bk4.jpg) no-repeat center;
    background-size: cover;
  }
  #ban5{
    background-size: cover;
  }
  .ban-txt{
    padding: 45px 0;
    max-width: 650px;
  }
  .ban-txt p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 3rem;
    color: #fff;
  }
  .ban-txt h1{
    font-size: 5.875rem;
    line-height: 5rem;
    font-family: 'Acumin-Pro-ExtraCond-UltraBlack.woff';
    color: #fff;
  }
  .ban-txt h1 p{
    color: #8f7856;
    font-size: 5.875rem;
    line-height: 5rem;
    font-family: 'Acumin-Pro-ExtraCond-UltraBlack.woff';
  }
  #inn{
    color: #8f7856;
    display: inline-block;
  }
  .ban-txt h1 span{
    font-size: 3.188rem;
    line-height: 3.313rem;
    color: #fff;
    display: block;
    margin-top: 5px;
  }
  .pace{
    display: flex;
    justify-content: space-between;
    width: 75%;
  }
  .pace h2{
    font-family: 'Acumin-Pro-ExtraCond-UltraBlack.woff';
    color: #fff;
    line-height: 1;
    margin-top: 20px;
    font-size: 4.75rem;
    line-height: 4rem;
  }
  .pace h2 span{
    color: #8f7856;
    font-family: 'P22 Cezanne Pro Regular';
    display: inline-block;
    font-size: 5.438rem;
    line-height: 4.563rem;
    margin-left: -47px;
    position: relative;
    top: 6px;
    letter-spacing: 0.2rem;
  }
  .left-panel form{
    margin: 18px 0;
    width: 75%;
    position: relative;
    z-index: 99;
  }
  .left-panel form input[type="text"],
  .left-panel form input[type="email"],
  .left-panel form input[type="submit"]{
    width: 100%;
    border: 2px solid #8f7856;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background: none;
    padding: 0 15px;
    font-size: 1rem;
    line-height: 2.5rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .left-panel form input[type="text"]::placeholder,
  .left-panel form input[type="email"]::placeholder,
  .left-panel form input[type="submit"]::placeholder{
    color: #fff;
  }

  .left-panel form input[type="text"],
  .left-panel form input[type="email"]{
    margin-bottom: 8px;
  }
  .left-panel form label{
    color: #fff;
    margin: 15px 0 20px;
    display: block;
  }
  .left-panel form label input[type="checkbox"]{
    margin-right: 8px;
  }
  .left-panel form input[type="submit"]{
    font-size: 1.313rem;
    line-height: 3.5rem;
    background:#8f7856;
    border:none;
    color:#000;
    font-weight: bold;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
  }
  /* ================ social1 ================= */


  @media only screen and (max-width:991px){
    .left-panel {
        max-width: 100%;
        text-align: center;
    }
    .ban-txt {
        padding: 22px 15px;
        max-width: 100%;
    }
    .ban{
        min-height: 100vh;
        width: 100%;
        background: url(../images/mob-bk1.jpg) no-repeat center;
        background-size: cover;
        background-position: 0px -100px;
      }
      .ban-no-bg{
        min-height: 100vh;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center fixed;
      }
      #ban1 {
        background: url(../images/mob-bk1.jpg) no-repeat center;
        background-size: cover;
        /*background-position: 0px -100px;*/
      }
      #ban2{
        background:url(../images/mob-bk2.jpg) no-repeat center;
        background-size: cover;
        /*background-position: 0px -100px;*/
      }
      #ban3{
        background:url(../images/mob-bk3.jpg) no-repeat center;
        background-size: cover;
        /*background-position: 0px -100px;*/
      }
      #ban4{
        background: url(../images/mob-bk4.jpg) no-repeat center;
        background-size: cover;
        /*background-position: 0px -100px;*/
      }
      #ban5{
        background-size: cover;
        /*background-position: 0px -100px;*/
      }
      .ban-txt > img{
          width:220px;
      }
      .ban-txt h1 {
        font-size: 3.7rem;
        margin-top: 10px;
        line-height: 4rem;
    }
    .ban-txt h1 span {
        font-size: 2.1rem;
        line-height: 1.5rem;
    }
    .pace {
        width: 80%;
        margin: 10px auto 0;
    }
    .left-panel form {
        width: 100%;
        margin: 190px 0 0;
    }
    .pace h2 span {
        font-size: 2.738rem;
    }
    .pace h2 {
        margin-top: 0px;
        font-size: 3rem;
        line-height: 1rem;
    }
    .ban-txt h1 p {
        font-size: 2.875rem;
        line-height: 0rem;
    } 
    .ban-txt h1 {
        font-size: 2.7rem;
    }
    .left-panel form label {
        font-size: 11px;
    }   
    .ban-txt p {
        font-size: 0.8rem;
    }
    .loaderHolder{
      position:relative;
      height:100%;
      width:100%;
      display:flex;
      align-items:center;
      justify-content:center
    }

}
@media only screen and (max-width:576px){
  
}
@media only screen and (max-width:480px){
#ban1, #ban2, #ban3, #ban4 {background-position: 0 -100px;}
}

div#overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}
.loaderHolder {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loaderHolder img {
    width: 100px;
}

/*************************** success css **********************************/

@font-face {
  font-family: 'Acumin-Pro-ExtraCond-UltraBlack.woff';
  src: url('../fonts/Acumin-Pro-ExtraCond-UltraBlack.woff.eot');
  src: local('☺'), url('../fonts/Acumin-Pro-ExtraCond-UltraBlack.woff.woff') format('woff'), url('../fonts/Acumin-Pro-ExtraCond-UltraBlack.woff.ttf') format('truetype'), url('../fonts/Acumin-Pro-ExtraCond-UltraBlack.woff.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'P22 Cezanne Pro Regular';
  src: url('../fonts/P22 Cezanne Pro Regular.eot');
  src: local('☺'), url('../fonts/P22 Cezanne Pro Regular.woff') format('woff'), url('../fonts/P22 Cezanne Pro Regular.ttf') format('truetype'), url('../fonts/P22 Cezanne Pro Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'Conv_AcuminProExtraCond-Semibold';
  src: url('../fonts/AcuminProExtraCond-Semibold.eot');
  src: local('☺'), url('../fonts/AcuminProExtraCond-Semibold.woff') format('woff'), url('../fonts/AcuminProExtraCond-Semibold.ttf') format('truetype'), url('../fonts/AcuminProExtraCond-Semibold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
  }
  body{
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
  }
  h1,h2,h3,h4,h5,h6{
    font-weight: 800;
  }
  h2{
    font-size:48px
  }
  h2 span{
        color: #ffa800;
    display:block;
  }
  section{
    position:relative;
  }
  a, a:hover{
    text-decoration:none;
    transition:0.4s all ease-in-out;
  }
  span{
     transition:0.4s all ease-in-out;
  }
  p{
    padding:0;
    margin:0;
  }
  ul {
    margin:0;
    padding:0;
  }
  ul li{
    list-style:none;
  }
  input:focus{
    outline: none;
    box-shadow: none;
  }
  /* ================ social1 ================= */
  #success .left-panel{
    max-width: 1265px;
    margin: auto;
  }
  #success.ban{
    min-height: 100vh;
    width: 100%;
    background: url(../images/bk1.jpg) no-repeat center fixed;
    background-size: cover;
  }
  #ban2{
    background:url(../images/bk2.jpg) no-repeat center;
    background-size: cover;
  }
  #ban3{
    background:url(../images/bk3.jpg) no-repeat center;
    background-size: cover;
  }
  #ban4{
    background:url(../images/bk4.jpg) no-repeat center;
    background-size: cover;
  }
  #ban5{
    background-size: cover;
  }
  #success .ban-txt{
    padding: 45px 0;
    /*max-width: 650px;*/
    max-width: 590px;
  }
  #success .ban-txt p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 3rem;
    color: #fff;
  }
  #success .ban-txt h1{
    font-size: 5.2rem;
    line-height: 5rem;
    font-family: 'Acumin-Pro-ExtraCond-UltraBlack.woff';
    color: #fff;
    margin-top: 50px;
  }
  #success .ban-txt h1 p{
    color: #8f7856;
    font-size: 6.575rem;
    line-height: 5rem;
    font-family: 'Acumin-Pro-ExtraCond-UltraBlack.woff';
  }
  #success #inn{
    color: #8f7856;
    display: inline-block;
  }
  #success .ban-txt h1 span{
    font-size: 3.188rem;
    line-height: 3.313rem;
    color: #fff;
    display: block;
    margin-top: 5px;
  text-align-last: justify;
  }
  #success .pace{
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
    flex-wrap: wrap;
  }
  #success .pace h2 {
    color: #fff;
    line-height: 1;
    margin-top: 20px;
    font-size: 2.258rem;
    line-height: 2rem;
    /*padding-left: 45px;*/
    font-family: 'Roboto', sans-serif;
    text-align-last: justify;
   }
  #success .pace h2 span {
      color: #8f7856;
      font-family: 'P22 Cezanne Pro Regular';
      display: inline-block;
      font-size: 4.058rem;
      line-height: 2.563rem;
      margin-left: 0px;
      position: relative;
      top: auto;
      /*letter-spacing: 0.2rem;*/
  }
  #success .left-panel form{
    margin: 18px 0;
    width: 75%;
    position: relative;
    z-index: 99;
  }
  #success .left-panel form input[type="text"],
  #success .left-panel form input[type="email"],
  #success .left-panel form input[type="submit"]{
    width: 100%;
    border: 2px solid #8f7856;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background: none;
    padding: 0 15px;
    font-size: 1rem;
    line-height: 2.5rem;
    border-radius: 0;
  }
  #success .left-panel form input[type="text"]::placeholder,
  #success .left-panel form input[type="email"]::placeholder,
  #success .left-panel form input[type="submit"]::placeholder{
    color: #fff;
  }

  #success .left-panel form input[type="text"],
  #success .left-panel form input[type="email"]{
    margin-bottom: 8px;
  }
  #success .left-panel form label{
    color: #fff;
    margin: 15px 0 20px;
    display: block;
  }
  #success .left-panel form label input[type="checkbox"]{
    margin-right: 8px;
  }
  #success .left-panel form input[type="submit"]{
    font-size: 1.313rem;
    line-height: 3.5rem;
    background:#8f7856;
    border:none;
    color:#000;
    font-weight: bold;
    cursor: pointer;
  }
  #success .ban-txt h4 {
    color: #8f7856;
    font-family: 'Acumin-Pro-ExtraCond-UltraBlack.woff';
    font-size: 2.4rem;
    margin-top: 25px;
    text-align-last: justify;
  }
  #success .ban-txt p.white-text {
    font-family: 'Conv_AcuminProExtraCond-Semibold';
    font-size: 1.39rem;
    line-height: 2rem;
    color: #fff;
    text-align-last: justify;
  }
  h2 span:nth-child(2) {
      /*left: 59px;
      top: -8px;*/
  }
  .button-wrapper {
      margin-top: 61px;
  }
  .button-wrapper a {
    background-color: #8f7856;
    text-transform: uppercase;
    padding: 15px 134px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
  }
  /* ================ social1 ================= */

  @media only screen and (max-width:991px){
    #success .left-panel {
        max-width: 100%;
        text-align: center;
    }
    #success .ban-txt {
        padding: 45px 15px;
        max-width: 100%;
        height: 100%;
    }
    #success.ban{
        min-height:100%;
        width: 100%;
        background: url(../images/mob-bk1.jpg) no-repeat center;
        background-size: cover;
      }
      #ban2{
        background:url(../images/mob-bk2.jpg) no-repeat center;
        background-size: cover;
      }
      #ban3{
        background:url(../images/mob-bk3.jpg) no-repeat center;
        background-size: cover;
      }
      #ban4{
        background: url(../images/mob-bk4.jpg) no-repeat center;
        background-size: cover;
      }
      .ban-txt > img{
          width:220px;
      }
      .ban-txt h1 {
        font-size: 3.7rem;
        margin-top: 40px;
        line-height: 4rem;
    }
    #success .ban-txt h4 {
        color: #8f7856;
        font-family: 'Acumin-Pro-ExtraCond-UltraBlack.woff';
        font-size: 1.395rem;
        margin-top: 5px;
        text-align-last: auto;
    }
    #success .ban-txt h1 span {
        font-size: 1.8rem;
        line-height: 1.5rem;
    }
    #success .pace {
        width: 100%;
        margin: 10px auto 0;
        padding: 0 60px;
        justify-content: center;
    }
    #success .left-panel form {
        width: 100%;
        margin: 440px 0 0;
    }
    #success .pace h2 span {
        font-size: 2.738rem; 
    }
    #success .pace h2 {
        margin-top: 200px;
        font-size: 2.2rem;
        line-height: 1.9rem;
        padding-left: 0;
    }
    #success .ban-txt h1 p {
        font-size: 2.875rem;
        line-height: 0rem;
    } 
    #success .ban-txt h1 {
        font-size: 2.6rem;
    }
    #success .left-panel form label {
        font-size: 11px;
    }   
    #success .ban-txt p {
        font-size: 0.8rem;
    }

}
@media only screen and (max-width:576px){
  
}
@media only screen and (max-width:480px){
    #success .pace {
        padding: 0px 15px;
    }
    #success .pace h2{
        margin-top: 200px;
    font-size: 1.895rem;
    line-height: 1.3rem;
    padding-left: 0;
    text-align-last: auto;
    }
    #success .ban-txt p.white-text {
        font-size: 0.81rem;
        text-align-last: auto;
    }
    .button-wrapper {width: 100%;}
    .button-wrapper a {padding: 15px; display: block;}
    #ban1, #ban2, #ban3, #ban4 {background-position: 0 -100px;}
}
div#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.loaderHolder {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loaderHolder img {
  width: 100px;
}


/*********************** css end ********************************/

@media only screen and (max-width:414px){ 
.ban-txt {position: relative; height: 100vh;}
.ban-txt h1 {margin-top: 0px; font-size: 3.6rem; letter-spacing: 0; font-weight: normal;}
.ban-txt h1 span {font-size: 2rem;}
.ban-txt h1 p {line-height: 1.8rem;}
.left-panel form {position: absolute; bottom: 30px; left: 0; padding: 0 15px;}
#ban1, #ban2, #ban3, #ban4 {background-position: 0 -67px;}
}

@media screen and (orientation:landscape)
and (min-width: 460px) 
and (max-width: 812px) {
.ban-txt h1 {margin-top: 0px;}
.ban-txt h1 p {line-height: 1.8rem;}
.left-panel form {margin-top: 100%;}
}