@font-face {
  font-family: "Montserrat-Regular" !important;
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") !important; }
@font-face {
  font-family: "Montserrat-Medium" !important;
  src: url("../fonts/montserrat/Montserrat-Medium.ttf") !important; }
@font-face {
  font-family: "ElMessiri-SemiBold.ttf" !important;
  src: url("../fonts/el_messiri/ElMessiri-SemiBold.ttf") !important; }
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

body {
  font-family: "Montserrat-Regular" !important;
  font-size: 15px !important;
  color: #666 !important;
  margin: 0 !important; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0 !important; }

img {
  max-width: 100% !important; }

ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important; }

a {
  text-decoration: none !important; }
  a:hover {
    text-decoration: none !important; }

input, textarea, select, button {
  font-family: "Montserrat-Regular" !important;
  font-size: 15px !important;
  color: #666 !important; }

textarea {
  resize: none !important; }

:focus {
  outline: none !important; }

.wrapper {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  background: url("../images/5e4ee26fa30f9319891945.jpg") no-repeat center center  !important;
  background-size: cover !important; 
}





.inner {
  min-width: 861px !important;
  transform: translateX(47px) !important;

  margin: auto !important;
  display: flex !important;
  background: #fff !important;
  border-radius: 20px !important;
 
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)  !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important; }

.image-holder img {
  border-radius: 15px !important;
  transform: translateX(-94px) !important; }

form {
  padding-top: 42px !important;
  min-width: 63.88% !important;
  transform: translateX(-34px) !important; }

h3 {
  font-size: 25px !important;
  text-align: center !important;
  margin-bottom: 21px !important;
  color: #333 !important;
  text-transform: uppercase !important;
  font-family: "ElMessiri-SemiBold.ttf" !important; }

.form-control {
  height: 47px !important;
  display: block !important;
  border: 1px solid #e6e6e6 !important;
  background: none !important;
  border-radius: 5px !important;
  padding: 0 19px !important; }
  .form-control:focus {
    border: 1px solid #f4d5cc !important; }
  .form-control::-webkit-input-placeholder {
    color: #999 !important; }
  .form-control::-moz-placeholder {
    color: #999 !important; }
  .form-control:-ms-input-placeholder {
    color: #999 !important; }
  .form-control:-moz-placeholder {
    color: #999 !important; }

select.form-control {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  color: #999 !important; }
  select.form-control option[value=""][disabled] {
    display: none !important; }

textarea.form-control {
  width: 100% !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important; }

.form-row {
  display: flex !important;
  margin-bottom: 20px !important; }
  .form-row .form-control {
    width: 50% !important; }
    .form-row .form-control:first-child {
      margin-right: 20px !important; }
  .form-row .form-holder {
    width: 50% !important; }
    .form-row .form-holder .form-control {
      width: 100% !important; }

.form-holder {
  position: relative !important; }
  .form-holder i {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 20px !important; }


  button i {
    margin-left: 8px !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important; }
  button:hover {
    -webkit-animation-name: hvr-back-pulse !important;
    animation-name: hvr-back-pulse !important;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
    background-color: #17c8f8 !important;
    color: white !important; }
    button:hover i {
      -webkit-animation-name: hvr-icon-buzz-out !important;
      animation-name: hvr-icon-buzz-out !important;
      -webkit-animation-duration: 0.75s !important;
      animation-duration: 0.75s !important;
      -webkit-animation-timing-function: linear !important;
      animation-timing-function: linear !important;
      -webkit-animation-iteration-count: infinite !important;
      animation-iteration-count: infinite !important; }

@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75) !important; } }
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75) !important; } }
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg) !important;
    transform: translateX(3px) rotate(2deg) !important; }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg) !important;
    transform: translateX(-3px) rotate(-2deg) !important; }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg) !important;
    transform: translateX(3px) rotate(2deg) !important; }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg) !important;
    transform: translateX(-3px) rotate(-2deg) !important; }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg) !important;
    transform: translateX(2px) rotate(1deg) !important; }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg) !important;
    transform: translateX(-2px) rotate(-1deg) !important; }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg) !important;
    transform: translateX(2px) rotate(1deg) !important; }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg) !important;
    transform: translateX(-2px) rotate(-1deg) !important; }
  90% {
    -webkit-transform: translateX(1px) rotate(0) !important;
    transform: translateX(1px) rotate(0) !important; }
  100% {
    -webkit-transform: translateX(-1px) rotate(0) !important;
    transform: translateX(-1px) rotate(0) !important; } }
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg) !important;
    transform: translateX(3px) rotate(2deg) !important; }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg) !important;
    transform: translateX(-3px) rotate(-2deg) !important; }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg) !important;
    transform: translateX(3px) rotate(2deg) !important; }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg) !important;
    transform: translateX(-3px) rotate(-2deg) !important; }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg) !important;
    transform: translateX(2px) rotate(1deg) !important; }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg) !important;
    transform: translateX(-2px) rotate(-1deg) !important; }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg) !important;
    transform: translateX(2px) rotate(1deg) !important; }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg) !important;
    transform: translateX(-2px) rotate(-1deg) !important; }
  90% {
    -webkit-transform: translateX(1px) rotate(0) !important;
    transform: translateX(1px) rotate(0) !important; }
  100% {
    -webkit-transform: translateX(-1px) rotate(0) !important;
    transform: translateX(-1px) rotate(0) !important; } }
@media (max-width: 991px) {
  .inner {
    min-width: auto !important;
    max-width: 660px !important; }

  form {
    padding-top: 0 !important; } }
@media (max-width: 767px) {
  .inner {
    display: block !important;
    transform: translateX(0) !important;
    border-radius: 0 !important;
    box-shadow: none !important; }

  .image-holder img {
    transform: translateX(0) !important;
    border-radius: 0 !important; }

  form {
    transform: translateX(0) !important;
    padding-top: 40px !important; }

  .form-row {
    display: block !important; }
    .form-row .form-control, .form-row .form-holder {
      width: 100% !important; }

  .form-control {
    margin-bottom: 20px !important; }

  .wrapper {
    background: none !important; } }

/*# sourceMappingURL=style.css.map */
