@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf"); }
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #fff !important;
  margin: 0;
  }

:focus {
  outline: none; }

textarea {
  resize: none; }

input, textarea, select, button {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #fff; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none; }

textarea {
  resize: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none; }
  select option[value=""][disabled] {
    display: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

body {/*
  background: url("../images/login-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 100vh; */}

.wrapper {
  overflow-x: hidden;
  background: url("../images/bg_back.svg");
  /*background-size: cover;
  background-attachment: fixed;*/
  background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  height: 100%;
  width: 100%;
  margin: auto; }

.wizard > .steps .current-info, .wizard > .steps .number {
  display: none; }

.image-holder {
  width: 41.07%;
  align-self: flex-end;
  display: block;
  position: fixed;
  top: 12px; }

form {
  overflow-x: hidden;
  width: auto !important;
  align-self: center;
  margin-left: 28%;/*
  padding-left: 100px;
  padding-right: 100px;
margin-left: 37%;
margin-top: 7%;*/
padding-bottom: 50px;
padding-top: 50px;
    float: right;
    margin-right: 15%;
	}

.form-header {
  text-align: center; }
  .form-header a {
    font-family: "Poppins-Regular";
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background: #e4bd37; }

h3 {
  font-family: "Poppins-SemiBold";
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 46px;
  letter-spacing: 3px;
  margin-top: 19px; }

#wizard {
  overflow-x: hidden !important;
  width: 470px !important;
  height: 645px;
  overflow: auto;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 50px;
  position: relative;
  background: #002961; }

.wizard > .steps ul {
  content: "";
  width: 60%;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%); }
  .wizard > .steps ul:before {
    content: '\f26b';
    position: absolute;
    font-size: 20px;
    font-family: Material-Design-Iconic-Font;
    bottom: 20px;
    left: 21%;
    transition: all 0.5s ease; }
  .wizard > .steps ul:after {
    content: "";
    width: 25%;
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-2:before {
    left: 46%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-2:after {
    width: 50%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-3:before {
    left: 71%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-3:after {
    width: 75%;
    transition: all 0.5s ease; }
    .wizard > .steps ul.step-4:before {
    left: 96%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-4:after {
    width: 100%;
    transition: all 0.5s ease; }

.form-row {
  display: block;
  margin-bottom: 29px;
  align-items: center; }
.form-row:last-child {
  margin-bottom: 0; }
.form-row label {
  width: 100%;
 }
.form-row .form-holder {
  width: 100%; }

.form-holder {
  position: relative; }
  .form-holder i {
    position: absolute;
    bottom: 7px;
    right: 20px;
    font-size: 25px; }

.form-control {
  height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  border-radius: 5px;
  width: 100%;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.2); }
  .form-control:focus {
    box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
    border: 1px solid #ceebf7; }
  .form-control::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control::-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control:-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }

select.form-control {
  text-transform: uppercase; }

.option {
  color: #999; }

textarea.form-control {
  padding: 8px 0;
  background: url("../images/textarea-bg.png") no-repeat right bottom 3px; }

.actions ul {
  display: flex;
  margin-top: 10px;
  justify-content: space-between; }
.actions li a {
  border: 1px solid #025d9f !important;  background: linear-gradient(to right, #025d9f 20%, #22b7fa 100%) !important;
  padding: 0;
 /* border: solid white 2px; */
  display: inline-flex;
  height: 45px;
  width: 180px;
  letter-spacing: 1.3px;
  align-items: center;
  background: white;
  font-family: "Muli-Bold";
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  text-transform: uppercase;
  color: white;
  border-radius: 27px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .actions li a:before {
    content: '\f2ee';
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 34px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .actions li a:hover {
    background: transparent; color:white; text-decoration:none !important;}
    .actions li a:hover:before {
      -webkit-animation-name: hvr-icon-wobble-horizontal;
      animation-name: hvr-icon-wobble-horizontal;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 0.3s; }
.actions li:first-child a {
  width: 136px;
  background: #fff;
  color: #fff;
  font-family: "Muli-Bold";
  padding-left: 57px; }
  .actions li:first-child a:before {
    content: '\f2ea';
    left: 32px;
    font-size: 18px; }
  .actions li:first-child a:hover {
    background: #e5e5e5; }
.actions li:last-child a {
  width: 154px; }

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.checkbox-circle {
  display: flex;
  justify-content: space-between; }
  .checkbox-circle label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
    margin-right: 0;
    width: auto; }
  .checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-circle input:checked ~ .checkmark:after {
    display: block; }
    
  .checkbox-circle .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4); }
    
    .checkbox-circle .checkmark:after {
      content: "";
      top: 3px;
      left: 3px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      display: none; }

@media (max-width: 1500px) {
  form {
    padding-top: 40px;
    padding-bottom: 40px;
    align-self: flex-start; }

  .wrapper {
    height: auto; } }
@media (max-width: 1199px) {
  .wrapper {
    height: 100%;
   /* width: auto; */}

  .image-holder {
    align-self: center; }
    .image-holder img {
      transform: translateY(40px); }

  form {margin-left: 15%;
    padding-top: 50;
    padding-bottom: 50;
    padding-left: 50px;
    padding-right: 50px;
    align-self: center; } }
	
@media (max-width: 991px) {
  .wrapper {
    justify-content: center; }

  .image-holder {
    display: none; }

 /* form {
    width: auto; } */}
@media (max-width: 767px) {
  body {
    height: auto; }

  .wrapper {
    height: auto;
    padding: 30px 0px; }

  #wizard {
    border: none;
    display: flex;
    flex-direction: column;
    width: 370px !important;
    overflow: auto;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 50px !important;
    position: relative;
    background: #002961;
    height: 560px;
  }

  form, #wizard {
    padding: 0; }

  h3 {
    margin-bottom: 30px; }

  .form-row {
    display: block; }
    .form-row label {
      margin-bottom: 2px;
      display: block; }
    .form-row label, .form-row .form-holder {
      width: 100%; }

  .checkbox-circle {
    display: block; }

  .wizard > .steps {
    order: 3;
    margin-top: 60px;
    margin-bottom: 20px; }
    .wizard > .steps ul {
      position: static;
      transform: translateX(0);
      width: 100%; }

  .actions ul {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
    display: -webkit-inline-box;}
  
  .actions li a {
    height: 44px; width: 145px; padding: 10px 20px; font-size: 12px; }
    
    .actions li a:before {
      top: 9px; right: 20px;}
  .actions li:first-child a {
    margin-bottom: 20px; } }

@media (max-width: 500px) {
.wrapper{padding: 25px 0px;}
    
form {margin-left: 0%;margin-right: 0px;}
.form-row {margin-bottom: 12px !important;}
#wizard {height:auto !important;}
.demo #wizard {height:590px !important;}
p.headertxt{line-height:1.1em !important;}
.form-control {height:32px !important;}
.actions li:first-child a, .actions ul{margin:0px;}
.actions ul li {height: fit-content;}
.actions li a:before {right:33px; top: 7px;}
.actions li:first-child a { width: 115px; padding-left: 45px;}
.actions li a { width: 135px; height: 40px;}
.actions li a:before {right: 15px;}
.actions li:first-child a:before {left: 20px; }

  #wizard {
    padding: 30px !important;
    width: auto !important;
    margin: 0px 20px;
  }
 
 .demo .actions li:last-child a { width: 120px; }
}
/*# sourceMappingURL=style.css.map */

.error { color: red; }

.tnr .error { padding-left: 0px !important; display: block !important;}

.checkbox-circle.tnr .checkmark {bottom: 3px !important;}



.iti {width:100%}

.navmenu{display: flex;
align-items: center;
	background:#002961;
	padding:20px;
}

.rightmenu, .leftmenu{
	width:50%
}

.rightmenu #google_translate_element{float:right}

.goog-te-gadget .goog-te-combo {color:black; padding: 5px;}

.skiptranslate span {display:none}
.goog-te-gadget {color:transparent !important}

iframe.skiptranslate {display:none}

body {top:0px !important}

.goog-te-banner-frame.skiptranslate {display: none !important;} 
        .goog-logo-link { display:none !important;}
		.open>.dropdown-menu.selectpicker{top:0px; left: inherit !important; width: -webkit-fill-available; overflow-x: clip;}
		.open>.dropdown-menu{min-height:500px; height:800px; right: 0; left: auto;}
		.btn-group, .btn-group-vertical {float:right}
		
.form-row {margin-bottom:15px }


/* width */
#wizard::-webkit-scrollbar { width: 15px; background:#f4f4f4; border-radius: 10px;}

/* Track */
#wizard::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; 
 border-radius: 10px; }
 
/* Handle */
#wizard::-webkit-scrollbar-thumb { background: #00A8E7;  border-radius: 10px; }

/* Handle on hover */
#wizard::-webkit-scrollbar-thumb:hover { background: #00A8E7; }

.steps.clearfix {display:none;}

.footer {background: #002961; padding: 25px; text-align:center; color:#656d78; font-size
:12px}

p.headertxt {font-size:23px; line-height:1.3em; margin-bottom: 15px; color: #00A8E7}

body {overflow-x:hidden;}

/* Absolute Center Spinner */
.loading {
	display:none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 35px;
    border-radius: 0px 0px 5px 5px;
}
button.dropbtn {
    background: #f1f1f1;
    min-width: 100px !important;
    color: #000;
    padding: 0.5em 1em;
    border-radius: 5px;
}
.dropbtn {
    color: #333;
    padding: 8px 25px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-align: left;
}
.changeDropdown {
    display: flex;
    justify-content: flex-end;
    width: 90%;
    margin: 0 75px;
}
.dropdown-content a {
    color: black;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px !important;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover{
    background: #f7f7f7;
    text-decoration: none;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.arrow {
    border: solid #000;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 30px;
    margin-bottom: 3px;
}
@media (max-width: 767px){
    .changeDropdown {
    margin: 0 25px;
}
}

.valid{
    display: none;
}
.invalid{
    display: block;
    color: #ff0000;
}