@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: "Montserrat", sans-serif;
  font-size: 15px;
  color: #fbfbfb;
  margin: 0;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

input,
textarea,
select,
button {
  font-family: "Montserrat", sans-serif;
  ;
  font-size: 15px;
  color: #d9dde5;
}

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/pexels-bess-hamiti-83687-36487.jpg");
  background-size: cover;
  height: 100vh;
}

.wrapper {
  width: 1000px;
  height: 90vh;
  margin: auto;
  display: flex;
}

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

.image-holder {
  width: 41.07%;
  align-self: flex-end;
  margin-bottom: 40px;
}

form {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  align-self: center;
}

.form-header {
  text-align: center;
}

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

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

#wizard {
  /* border: 1px solid #fff;  */
  border-radius: 15px;
  padding: 10px 57px 50px 50px;
  position: relative;
  background: rgba(14, 106, 175, 0.38)
  
}

s
#wizard2 {
  /* border: 1px solid #fff;  */
  border-radius: 15px;
  padding: 10px 57px 50px 50px;
  position: relative;
  background: rgba(14, 106, 175, 0.38)
  
}

.wizard>.steps ul {
  content: "";
  width: 60%;
  height: 12px;
  background: rgba(33, 56, 77, 0.57)
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.wizard>.steps ul:before {
  /* content: '\f26b'; */
  position: absolute;
  font-size: 20px;
  font-family: Material-Design-Iconic-Font;
  bottom: 20px;
  left: 29.4%;
  transition: all 0.5s ease;
}

.wizard>.steps ul:after {
  content: "";
  width: 33.33%;
  height: 12px;
  background: rgba(146, 197, 125, 0.8);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.wizard>.steps ul.step-2:before {
  left: 62.5%;
  transition: all 0.5s ease;
}

.wizard>.steps ul.step-2:after {
  width: 66.67%;
  transition: all 0.5s ease;
}

.wizard>.steps ul.step-3:before {
  left: 96%;
  transition: all 0.5s ease;
}

.wizard>.steps ul.step-3:after {
  width: 100%;
  transition: all 0.5s ease;
}

.form-row {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-row label {
  width: 24.9%;
  margin-right: 40px;
}

.form-row .form-holder {
  width: 75.1%;
}

.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(45, 52, 58, 0.2);
}

.form-control:focus {
  box-shadow: 0px 0px 7px 0px rgba(64, 193, 13, 0.8);
  border: 1px solid #18761f;
}

.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: 39px;
  justify-content: space-between;
}

.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 35px;
  width: 135px;
  letter-spacing: 1.3px;
  align-items: center;
  background: #ff6d00;;
  font-family: "Muli-Bold";
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  text-transform: uppercase;
  color: #fff;
  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: 17px; */
  right: 34px;
  font-family: Material-Design-Iconic-Font;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* 
.actions li a:hover {
  background: #e6e2d5;
}
*/

.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: #666;
  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: 90px; */
    /* padding-bottom: 97px; */
    align-self: flex-start;
  }

  .wrapper {
    height: auto;
  }
}

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

  .image-holder {
    align-self: center;
  }

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

  form {
    padding-top: 0;
    padding-bottom: 0;
    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 20px;
  }

  #wizard {
    border: none;
    display: flex;
    flex-direction: column;
    background: none;
  }

  form,
  #wizard {
    padding: 0;
  }

  h3 {
    margin-bottom: 30px;
  }

  .form-row {
    display: block;
  }

  .form-row label {
    margin-bottom: 29px;
    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;
  }

  .actions li a {
    height: 44px;
  }

  .actions li a:before {
    top: 13px;
  }

  .actions li:first-child a {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  left: 100%;
  /* -6px gives dropdown-menu's padding+border */
  top: -6px;
}

.dropdown-submenu:hover>.dropdown-menu,
.dropdown-submenu>a:focus+.dropdown-menu {
  /* :focus support is incomplete - pressing Tab sets focus to submenu, but that immediately hides submenu */
  display: block;
}

/* -----------------------------------------------------------------------------

# Footer Styles

----------------------------------------------------------------------------- */
.single-logo-item img {
  max-width: 180px;
  margin: 0 auto;
}

.logo-carousel-section {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.footer-area {
  background-color: #051922;
  color: #fff;
  padding: 30px 0;
}

h2.widget-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
}

h2.widget-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #F28123;
  content: "";
}

.footer-box p {
  color: #fff;
  opacity: 0.7;
  line-height: 1.8;
}

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

.footer-box ul li {
  opacity: 0.7;
  margin-bottom: 10px;
  line-height: 1.8;
}

.footer-box ul li:last-child {
  margin-bottom: 0;
}

.footer-box.subscribe form input[type=email] {
  border: none;
  background-color: #012738;
  width: 78%;
  padding: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
}

.footer-box.subscribe form button {
  width: 20%;
  border: none;
  background-color: #012738;
  color: #F28123;
  padding: 14px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}

.footer-box.subscribe form button:focus {
  outline: none;
}

.copyright {
  background-color: #05192269;;
  border-top: 1px solid #232a35;
  position:fixed;
  bottom: 0;
  left:0;
  width: 100%;
  z-index: 1000;
   

}

.copyright p {
  margin: 0;
  color: #fff;
  opacity: 0.7;
  padding: 16px 0;
  font-size: 15px;
}

.copyright a {
  color: #DFDEE6;;
  font-weight: 700;
}

.copyright a:hover {
  color: #f59d53;
}

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

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  padding: 16px 10px;
  display: block;
}

.footer-box ul li a {
  color: #fff;
}

.footer-box.pages ul li {
  position: relative;
  padding-left: 20px;
}

.footer-box.pages ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #F28123;
}

.addhonor {
  position: relative;
  top: 50%;
  transform: translateY(25%);
}

.third_row {
  width: 10%;
}


.form-row {
  flex-wrap: nowrap !important;
}

.form-control {
  color: #dde2e8 !important;
}

.modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
}

.progress-bar {
  background-color: #59a644 !important;
}


.form-control:focus {
  background-color: #212129 !important;
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*Page styles*/
/*
html { height: 100%; }

body {
  height: 100%;
  margin: 0;
  background: #363636;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
*/

.boxes {
  margin: auto;
  padding: 20px 20px 0px 20px;
  background: #95ce7b38;
}

/*Checkboxes styles*/
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



.more-selections {
  display: grid;
  grid-template-columns: 50% 50%;

}

.honor-btn {
  padding: 3px 3px 3px 3px !important;
}


.whole-page {
  display: flex;
  flex-direction: column;
}

.header-section {
  height: 20px;
  text-align: center;
  /* padding-top: 30px; */
  /* margin-bottom: 20px; */
  /* margin-top: 50px; */
  position: relative;
  top:50px;
  
  width: 100%;

  
}

.detail-reminder {
  margin-top: 30px;
  background-color: #2d553d;;
}

.detail-reminder-text {
   padding-left: 10px;
}

.header-link {
  color: #f7f7f9 !important;
}
.report-btn {
  border: #59a644 !important;
  background-color: #85c148 !important;
}


.report-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.report-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.report-btn:hover span {
  padding-right: 25px;
}


.report-btn:hover span:after {
  opacity: 1;
  right: 0;
}

.report-btn:hover {background-color: #b74494}

.modal-footer {
  justify-content: center !important;
  margin-bottom: 30px;
}

.dropdown-input {
    padding-right: 24px; /* space for arrow */
background: transparent
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><polygon points='0,0 8,0 4,4' style='fill:white;'/></svg>")
            no-repeat right 8px center;
background-size: 12px;
}

.section-header {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;       /* vertical alignment */
  justify-content: center;   /* horizontal centering */
}

.rounded-popup {
  border-radius: 35px !important; /* Adjust the roundness */
  transform: scale(0.8);   /* 80% of normal size */
}


/* 默认：移动端/通用 —— 不要写死宽度，不要用 top/transform 居中 */
.modal-dialog{
  width: auto;
  max-width: 90vw;
  margin: 1rem auto;
  position: relative;
  top: auto;
  transform: none;
}

/* 桌面端再固定 650px 并居中（如果你确实想要垂直居中） */
@media (min-width: 992px){
  .modal-dialog{
    width: 650px;
    max-width: 650px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
  }
}


.modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #f9f9f9;          /* optional: light header bg */
  border-bottom: none;          /* cleaner look */
}

.modal-footer {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #f9f9f9;          /* optional: light footer bg */
  border-top: none;
}


/* Modal box itself */
.modal-content {
 
 
  background: rgba(255, 255, 255, 0.1); /* translucent white */
  backdrop-filter: blur(10px); /* glass blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  
  
  
  /* frosted glass look */
}

/* Backdrop overlay (the dark layer behind modal) */
.modal-backdrop.show {
  opacity: 0.5;         /* 0.5 = 50% transparent (default Bootstrap is ~0.8) */
  background-color: #000;  /* dark gray/black tint */
}


.modal-header,
.modal-body,
.modal-footer {
  background: transparent;  /* let parent background show through */
  border: none;             /* remove default borders */
}


.modal-title{
  color: white;

}


.job_submit {
  margin-top: 30px;
}

.job_analysis {
  color: #fff !important;
  background-color: #ff6d00 !important;
  border-color: #ff6d00 !important;
}

#myModal .progress{
    width:100%;
    overflow:hidden;
    height:18px;
}

#myModal .progress-bar{
    white-space:nowrap;
}

@media (max-width:576px){

#myModal .modal-dialog{
    width:90%;
    max-width:90%;
    margin:1rem auto;
}

}
