*{
  text-decoration: none !important;
  outline: 0 !important;
}
.row {
  margin: 0 !important;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  background-image: url(../../images/bg.jpg);
  background-size: cover;
}
.container-in {
  max-width: 1100px;
  margin: 0 auto;
}
header{
  background: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.06);
  position: relative;
  width: 100%;
  display: block;
  padding: 10px;
  z-index: 99;
}
header .col-md-4:nth-child(1) a{
  display: inline-block;
  padding: 5px 15px;
  color: #019601;
  background: #E0F0E0;
  border-radius: 40px;
  font-family: 'AvenirNextLTProBold';
  font-size: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header .col-md-4:nth-child(1){
  padding-top: 12px;
}
header .col-md-4:nth-child(1) a img{
  margin-right: 5px;
}
header .col-md-4:nth-child(1) a:hover{
  background: #f9f9f9;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header .col-md-4:nth-child(2) img{
  width: 245px;
}
header .col-md-4:nth-child(3){
  padding-top: 12px;
}
header .col-md-4:nth-child(3) a{
  display: inline-block;
  padding: 5px 15px;
  color: #F5A623;
  background: #FFF3DE;
  border-radius: 40px;
  font-family: 'AvenirNextLTProBold';
  font-size: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header .col-md-4:nth-child(3) a img{
  margin-right: 5px;
}
header .col-md-4:nth-child(3) a:hover{
  background: #f9f9f9;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.box-form{
  background: rgba(0, 0, 0, 0.5);
  padding: 7% 0;
  height: 100%;
}
.box-form .col-md-6:nth-child(1){
  padding-right: 50px;
}
.box-form .col-md-6 h1{
  font-family: 'AvenirNextLTProBold';
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0.77px;
  line-height: auto;
  margin-top: 50px;
}
.box-form .col-md-6 h1 span{
  font-size: 60px;
}
.box-form .col-md-6 h1 strong{
  font-size: 48px;
}
.box-form .col-md-6:nth-child(1) p{
  font-family: 'AvenirNextLTProRegular';
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.28px;
  margin-top: 20px;
}
.form{
  background: #fff;
  padding: 30px 60px;
  text-align: center;
  border-bottom: 10px solid #019601;

}
.form h2{
  font-family: 'AvenirNextLTProBold';
  font-size: 20px;
  color: #019601;
  letter-spacing: 0.28px;
  margin-bottom: 30px;
}
.form .form-control{
  background: #FFFFFF;
  border: 1px solid #B2E7B2;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
  font-family: 'AvenirNextLTProRegular';
}
.form input{
  height: 45px;
}
.divider{
  height: 10px;
  background: #019601;
  width: 125px;
  margin-top: 20px;
}
.form button{
  color: #fff;
  background: #F5A623;
  border-radius: 100px;
  padding: 8px 35px;
  border: none;
  margin-top: 20px;
  font-family: 'AvenirNextLTProBold';
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.form button:hover{
  background: #019601;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
footer{
  background: #424242;
  padding: 25px;
}
footer .col-md-6:nth-child(1) a{
  margin-right: 15px;
  font-family: 'AvenirNextLTProRegular';
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.22px;
}
footer .col-md-6:nth-child(2) p{
  margin-right: 15px;
  font-family: 'AvenirNextLTProRegular';
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.22px;
}
footer .col-md-6:nth-child(2) p a{
  color: #E9D804;
  margin: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
footer .col-md-6:nth-child(2) p a:hover{
  color: #019601;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media (min-width: 320px) and (max-width: 484px){
  header .col-md-4:nth-child(1) a {
    display: block;
    padding: 15px 15px;
    color: #019601;
    background: #E0F0E0;
    text-align: center;
    border-radius: 0;
    font-family: 'AvenirNextLTProBold';
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  header .col-md-4:nth-child(2){
    padding: 20px 0;
    text-align: center;
  }
  header .col-md-4:nth-child(3){
    text-align: center;
  }
  .box-form .col-md-6 h1{
    font-size: 24px;
  }
  .box-form .col-md-6 h1 span {
    font-size: 36px;
  }
  .box-form .col-md-6 h1 strong {
    font-size: 24px;
  }
  .box-form .col-md-6:nth-child(1) {
    padding-right: 0;
    text-align: center;
  }
  .divider {
    height: 10px;
    background: #019601;
    width: 125px;
    margin-top: 20px;
    margin: auto;
  }
  .box-form .col-md-6:nth-child(1) p{
    margin-bottom: 20px;
  }
  .form {
    padding: 20px;
    text-align: center;
  }
  .box-form{
    height: auto;
  }
  footer {
    text-align: center;
  }
  footer .col-md-6:nth-child(2){
    text-align: center !important;
  }
}
@media (min-width: 568px) and (max-width: 736px){
  header .col-md-4:nth-child(1) a {
    display: block;
    padding: 15px 15px;
    color: #019601;
    background: #E0F0E0;
    text-align: center;
    border-radius: 0;
    font-family: 'AvenirNextLTProBold';
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  header .col-md-4:nth-child(2){
    padding: 20px 0;
    text-align: center;
  }
  header .col-md-4:nth-child(3){
    text-align: center;
  }
  .box-form .col-md-6 h1{
    font-size: 24px;
  }
  .box-form .col-md-6 h1 span {
    font-size: 36px;
  }
  .box-form .col-md-6 h1 strong {
    font-size: 24px;
  }
  .box-form .col-md-6:nth-child(1) {
    padding-right: 0;
    text-align: center;
  }
  .divider {
    height: 10px;
    background: #019601;
    width: 125px;
    margin-top: 20px;
    margin: auto;
  }
  .box-form .col-md-6:nth-child(1) p{
    margin-bottom: 20px;
  }
  .form {
    padding: 20px;
    text-align: center;
  }
  .box-form{
    height: auto;
  }
  footer {
    text-align: center;
  }
  footer .col-md-6:nth-child(2){
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 800px){
  header .col-md-4:nth-child(1) a {
    display: block;
    padding: 15px 15px;
    color: #019601;
    background: #E0F0E0;
    text-align: center;
    border-radius: 0;
    font-family: 'AvenirNextLTProBold';
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  header .col-md-4:nth-child(2){
    padding: 20px 0;
    text-align: center;
  }
  header .col-md-4:nth-child(3){
    text-align: center;
  }
  .box-form .col-md-6 h1{
    font-size: 24px;
  }
  .box-form .col-md-6 h1 span {
    font-size: 36px;
  }
  .box-form .col-md-6 h1 strong {
    font-size: 24px;
  }
  .box-form .col-md-6:nth-child(1) {
    padding-right: 0;
    text-align: center;
  }
  .divider {
    height: 10px;
    background: #019601;
    width: 125px;
    margin-top: 20px;
    margin: auto;
  }
  .box-form .col-md-6:nth-child(1) p{
    margin-bottom: 20px;
  }
  .form {
    padding: 20px;
    text-align: center;
  }
  .box-form{
    height: auto;
  }
  footer {
    text-align: center;
  }
  footer .col-md-6:nth-child(2){
    text-align: center !important;
  }
}
