.copyright:hover{
    transition: transform .5s;
    transform: scale(1.8);

}
.foot h2{
  color: #777 !important;
}

.intro h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.intro .overlay {
  height: 400px;
}

 @media (min-width: 768px){
  .on .navbar-right{
   float: right!important;
      margin-right: -15px;
      margin-top: 0 !important;
  }

  #footer .social i {
font-size: 26px;
padding: 4px;
color: #cab17a;
transition: all .3s;
}

  
  .navbar-fixed-top .navbar-right {
      float: right!important;
      margin-right: -15px;
      margin-top: 32px;
  }

}
@media (max-width: 568px){
#menu.navbar-default a img {
width: 85px;

}}

.on {
background-image: #000000b0!important;
 background: #000000b0!important;
padding: 0!important;
padding: 10px 0!important;
}


#footer a:hover,#footer a:focus {
text-decoration: none;
color: #fff;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  .content {
    position:  relative;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
  
  }
  
  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }
 
       .form-control {
      display: block;
      width: 100%;
      padding: 6px 12px;
      font-size: 16px;
      line-height: 1.42857143;
      color: #444;
      background-color: #fff;
      background-image: none;
      border: 1px solid #e6e6e6;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
  }
  .error {
      color:#f00;
      font-size: 11px;
  }


 /* contact us form */
 /* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.inputs{
  outline: 0;
  border-width: 0 0 1px;
  border-color: #424F5F;
}

@media (min-width: 1200px){
  .container {
      width: 80%;
  }
  }

  #regForm {
    background-color: #ffffff;
    margin: 50px auto;
    padding: 30px;
    width: 90%;
    min-width: 300px;
}
.footer-logo h2 {
  font-size: 40px;
  color: #777 !important;
}

/* on phone */
@media (max-width: 568px) {
.intro-text-fixed h2{
  font-size: 28px;
}

.intro p {
  font-size: 20px;
 
}
.tab h1 {
  font-size: 30px;
  padding-bottom: 10px;
}
.footer-logo h2 {
  font-size: 30px;
  color: #777 !important;
}
.footer-logo{
  margin-top: 3rem !important;
}
/* .input-group-btn #country_code{
  width: 100% !important;
  margin-bottom: 15px;
} */
}