*{
        box-sizing:border-box;
        font-family: 'Mulish', sans-serif;
        overflow-x: hidden;
}

/* scroll bar */
::-webkit-scrollbar{
    background:rgb(217, 0, 17);
    width:4px;
    height:15px;
  }
  ::-webkit-scrollbar-thumb{
    background:rgb(217, 0, 17);
    height:10px;
  }
  ::-webkit-scrollbar-track{
    background:#FFCE00;
    height:10px;
  }

  /* scroll bar */
/* start navbar */
.navbar{
    width:100%;
}
.navbar .logo-brand{
    padding-top:50px;
}
.navbar .logo-brand img{
    width:40%;
    width:40%;
}
.navbar .navbar-right{
    padding-top:50px;
}
.navbar .navbar-right img {
    width:40px;
    height:40px;
    border-radius:50%;
}
.navbar .navbar-right button{
    width:150px;
    height:45px;
    background-color:#ffc107;
    outline:none;
    border:none;
    border-radius:20px;
    color:#000;
    margin-left:20px;
    font-weight:bold;
}
.navbar button:focus{
    outline:none;
}
@media(max-width:991px){
    .navbar .navbar-right button{
        width:130px;
        height:40px;
        font-size:13px;
    }
}
@media(max-width:530px){
    .navbar .logo-brand{
        width:40%;
    }
    .navbar .logo-brand img{
        width:60%;
        width:60%;
    }
    .navbar .navbar-right{
       margin-left:auto;
    }
    .navbar .navbar-right button{
        width:120px;
        height:35px;
        font-size:11px;
        margin-left:10px;
    }
    .navbar .navbar-right img {
        width:30px;
        height:30px;
    }
}
/* end navbar */



/* start partener info */
/* paretner-desc */
.partener{
    background-image:url('../images/photo-1429554513019-6c61c19ffb7e.jpg');
    position:relative;
    width:100%;
    height:100%;
    background-position: center; 
    background-size:cover;
    background-repeat: repeat;
    overflow-x: hidden; 
    position:relative;
}
.partener .partener-overlay{
position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #6b7079;
  opacity: .5;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.partener-info .partener-desc p{
    color:#fff;
    font-size:25px;
    margin-top:70px;
}
@media(max-width:991px){
.partener-info .partener-desc p{
    margin-top:30px;
}
}
/* paretner-desc */

/* partener form */
.partener-info .paretner-form{
    background-color:#fff;
    color:#000;
    border-radius:15px;
    padding:20px;
    position:relative;
    overflow: hidden;
    
}
.partener-info .paretner-form h2{
    color:rgb(217, 0, 17);
    font-size:25px;
    font-weight:bold;
}
.partener-info .paretner-form .partener-progress{
    padding:20px;
}
.partener-info .paretner-form .partener-progress span{
    padding:15px;
    border-radius:10px;
}
.partener-info .paretner-form .partener-progress .progress1.active,
.partener-info .paretner-form .partener-progress .progress2.active{
    background-color:#ffc107;
    font-weight:bold;
}
.partener-info .paretner-form form {
    width:300px;
    height:auto;
    transition:0.5s ease-in-out;
}
.partener-info .paretner-form form input {
    width:100%;
    height:40px;
    border-radius:25px;
    border:1px solid #ccc;
    padding-left: 25px;
    outline:none;
}
.partener-info .paretner-form form input::placeholder{
    font-size: 14px;
    color:#777;;
}
.partener-info .paretner-form form select{
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
    height:40px;
    border-radius:25px;
    border:1px solid #ccc;
    padding-left: 25px;
    outline:none;
}
.partener-info .paretner-form form button{
    margin-top: 20px;
    background-color:rgb(217, 0, 17);
    color:#fff;
    border:none;
    outline:none;
    width:220px;
    height:35px;
    border-radius:25px;
}
.partener-info .paretner-form #form2 button{
    display:inline-block;
    width:120px;
}
.partener-info .paretner-form #form2{
    left:650px;
}
@media(max-width:991px){
    .partener-info .partener-desc{
        margin-top:0px;
        text-align: center;
        margin:auto
    }
    .partener-info .paretner-form{
        margin-left:0;
        margin:auto
    }
    .partener-info .paretner-form h2{
        font-size:18px;
        overflow:hidden;
    }
    .partener-info .paretner-form .partener-progress{
        padding:10px 5px;
    }
    .partener-info .paretner-form .partener-progress span{
        padding:10px;
    }
    .partener-info .paretner-form form {
        width:250px;
    }
}
@media(max-width:420px){
    .partener-info .partener-desc p{
        font-size:16px;
        margin-top:0px;
    }
    .partener-info .paretner-form .partener-progress span{
        padding:8px;
        font-size:11px;
    }
    .partener-info .paretner-form form {
        text-align: center;
        /*width:190px;*/
        top:110px;
    }
    .partener-info .paretner-form form button{
        max-width:100%;
        height:35px;
        margin-bottom:5px;
    }
    .partener-info .paretner-form #form2 button{
        width:100%;
    }
}
@media(max-width:350px){
    .partener-info .paretner-form form {
        width:175px;
    }
}
/* partener form */


/* start footer */
/* Bounce To Right */
.footer{
    width: 100%;
  background-image: url(../images/eaters-collective-132773-unsplash.png);
  background-position: 460px -239px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
  overflow: hidden;
}

.footer .install-btns button
{

    width:auto;
    height:45px;
    font-size:15px;
    background-color:rgb(217, 0, 17);
    outline:none;
    border:none;
    border-radius:10px;
    color:#fff;
    text-align: center;
    transition:0.5s ease-in-out
}

.footer .install-btns button:hover{
    color:#000;
}
.footer .install-btns button svg{
    text-align: center;
    font-size:20px;
    margin-right:5px;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius:10px;
  }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFCE00;
    color:#000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius:10px;
  }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: #000;
  }
  .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    color:#000;
  }
  /* Bounce To Left */
  .hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius:10px;
  }
  .hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFCE00;
    color:#000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius:10px;
  }
  .hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
    color:#000;
  }
  .hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    color:#000;
  }

  /* copyright */
  .footer .copyright{
    margin-top:30px;
    margin-bottom:30px;
    color:#fff;
    font-size:15px;
  }
  @media(max-width: 991px){
      .footer{
          padding:20px 0px;
          background-position: 370px -209px
      }
      .footer .install-btns{
          text-align: center;
      }
      .footer .install-btns button{
          max-width:100%;
          font-size:13px;
      }

      .footer .install-btns button:first-of-type{
          /*margin-right:0px;*/
      }
      .footer .copyright{
        text-align: center;
        font-size:13px;
      }
  }

  @media(max-width:660px){
    .footer{
      background-position: 300px -176px;
    }
  }
  @media(max-width:560px){
    .footer{
      background-position: 228px -83px;
    }
  }
  @media(max-width:420px){
    .footer{
      background-image:none;
    }
  }

  @media(max-width:400px){
    .footer .install-btns button:first-of-type{
        margin-top:40px;
        margin-bottom:10px;
    }
    .footer .install-btns button{
        width: 160px;
    }
    .footer .copyright{
        font-size:11px;
      }
  }
    @media(max-width:400px){
    button.hvr-bounce-to-right {
    display: block;
    margin: auto;
}
  }