.title {
  color: #000;
  font-size: calc(1vw + 2em);
  text-transform: uppercase;
  margin: 0 0 40px;
  font-family: "light";
  line-height: 1.5;
  padding: 0 5vw;
}
.title span {
  font-family: "bold";
  display: block;
  font-size: 100%;
}

select {
  appearance: none;
  padding: 5px 35px 5px 15px !important;
  background-image: url(../images/down-arrow.png);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.apply {
  padding-top: 0 !important;
}
.apply .applyBg {
  align-self: stretch;
  background-image: url(../images/applyBg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7450980392);
  background-blend-mode: overlay;
  max-height: 100vh;
  position: sticky;
  top: 0px;
  min-height: 700px;
}
@media (min-width: 1200px) {
  .apply .applyBg {
    min-height: 960px;
  }
}
@media (max-width: 1199px) {
  .apply .applyBg {
    padding: 150px 0 60px;
    position: relative;
  }
}
.apply .hireBg {
  align-self: stretch;
  background-image: url(../images/hireBg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7450980392);
  background-blend-mode: overlay;
  max-height: 100vh;
  position: sticky;
  top: 0px;
}
@media (max-width: 1199px) {
  .apply .hireBg {
    padding: 150px 0 60px;
    position: relative;
    min-height: 0px;
  }
}
.apply .text {
  height: 100%;
  display: flex;
  align-items: center;
}
.apply .text h1 {
  filter: invert(1);
  margin: 0;
}
.apply .model-form {
  padding: 105px 30px 30px;
}
@media (max-width: 1199px) {
  .apply .model-form {
    padding: 30px 30px 30px;
  }
}
.apply .model-form .form-check-inline {
  margin-right: 0;
}
.apply .model-form .form-check-inline .form-check-label {
  font-family: regular;
  padding-left: 5px;
}
.apply .model-form .checksGrid {
  margin-top: 10px;
  display: grid;
  grid-template: auto/repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
}
.apply .model-form .form-group {
  margin-bottom: 15px;
}
.apply .model-form .form-group label {
  font-size: 14px;
  margin-top: 0px;
  font-family: bold;
  text-transform: uppercase;
}
.apply .model-form .form-group .form-control {
  border-radius: 0px;
  font-size: 16px;
  background-color: #fff;
  font-family: regular;
}
.apply .model-form .btn-default {
  border: 1px solid #cbcbcb !important;
  padding: 10px 10px;
  width: 100%;
}
.apply .model-form .btn-default:hover {
  border: 1px solid #000 !important;
  background-color: #000;
}
.apply .input-group-text {
  padding: 0px 10px;
  border-radius: 0px;
}
.apply h2 {
  font-size: 28px;
  font-family: bold;
  text-transform: uppercase;
  margin: 10px 0 30px;
}
.apply h3 {
  font-size: 24px;
  margin: 15px 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
  font-family: medium;
}
.apply p {
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: light;
  margin: 0 0 25px;
  color: #000;
}
.apply p a {
  font-family: medium;
  color: #000;
}
@media (max-width: 1199px) {
  .apply p {
    margin: 0 0 15px;
    font-size: 14px;
  }
}
.apply .btn-default.solid {
  background-color: #000;
  color: #fff;
  height: 50px;
}
.apply .btns {
  display: flex;
  gap: 10px;
}
.apply .btns .btn-outline {
  background-color: rgb(220, 220, 220);
  border: 1px solid rgb(216, 216, 216) !important;
  box-shadow: none !important;
  color: #000;
}
.apply .btns .btn-outline:hover {
  background-color: #000;
  color: #fff;
}
.apply .btns .btn {
  width: 50%;
}

.imgForm {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  border: 1px dashed #808080;
  margin-bottom: 20px;
  background-color: #f6f6f7;
}
.imgForm .iviewer {
  height: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.1s linear;
}
.imgForm .iviewer img {
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  object-fit: cover;
  object-position: center;
  opacity: 0;
  z-index: 10;
}
.imgForm .iviewer::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f03e";
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 50px;
  position: absolute;
  color: rgb(177, 177, 177);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: 0.1s linear;
}
.imgForm .fa-times {
  position: absolute;
  z-index: 12;
  height: 22px;
  width: 22px;
  background: red;
  text-align: center;
  padding: 0px 0;
  color: #fff;
  border-radius: 15px;
  right: 5px;
  top: 5px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgForm.profile-picture {
  text-align: center;
}
.imgForm.profile-picture .iviewer {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto 10px;
  height: 180px;
  width: 180px;
}
.imgForm.profile-picture .iviewer::after {
  content: "\f093";
}
.imgForm.profile-picture .fa-times {
  position: relative;
  height: auto;
  width: 68px;
  background: red;
  color: #fff;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}