*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #0f161e;
  background-color: #fff;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

a, a:hover, a:focus {
  text-decoration: none;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1248px;
  padding: 0 20px;
}

header.headerArea {
  padding: 28px 0 68px 0;
  background: #032620;
}

.heroArea {
  background: #032620;
  padding-bottom: 134px;
  margin-top: -5px;
}

.heroContent h1 {
  color: #fff;
  font-size: 56px;
  line-height: 64px;
  margin: 0 0 24px;
  text-align: left;
}

.heroContent p {
  color: #fff;
  margin: 0 0 40px;
  font-size: 18px;
}

.heroContent {
  max-width: 488px;
}

img {
  max-width: 100%;
}

.formWrap {
  background: #fff5ee;
  border-radius: 16px;
  color: #0f161e;
  padding: 64px;
  position: relative;
  max-width: 588px;
  margin-left: auto;
}

.formWrap h2 {
  color: #004038;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 0;
  margin: 0 0 20px;
  text-align: center;
}

.formWrap p {
  text-align: center;
  font-size: 18px;
  margin: 18px 0;
}

.inputCol {
  padding: 20px 0 16px 0;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.inputCol.phonCol {
  z-index: 2;
}

.inputCol input {
  display: block;
  width: 100%;
}

.inputCol label {
  color: #6a7381;
  cursor: text;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  margin: 0 !important;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  transform: translateY(24px);
  transition: transform .3s ease-out;
  white-space: nowrap;
  width: 100%;
  pointer-events: none;
}

.inputCol ::placeholder {
  color: #6a7381;
  font-size: 16px;
  font-weight: 700;
}

.inputCol input, .inputCol select {
  appearance: none;
  background-color: transparent;
  border: solid #949ead !important;
  border-radius: 0 !important;
  border-width: 0 0 1px !important;
  color: #0f161e !important;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 16px !important;
  height: 36px !important;
  line-height: 1;
  margin: 0 !important;
  outline: 0;
  padding-bottom: 5px !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px !important;
  width: 100% !important;
}

span.invalidText {
  position: absolute;
  top: calc(100% - 12px);
  color: #d5351a !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  display: none;
}

input#form_submit {
  appearance: none;
  background-color: #004038;
  border: 1px solid #004038;
  border-radius: 8px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 64px;
  line-height: 20px;
  padding: 0;
  position: relative;
  transition: all .3s ease-out;
  width: 100%;
}

.acceptenceBox p {
  color: #0f161e;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding-left: 0;
  position: relative;
  text-align: left;
  margin: 0;
}

.acceptenceBox {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 24px !important;
  padding-top: 8px !important;
}

.acceptenceBox input {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.acceptenceBox p a {
  color: #00544c;
  cursor: pointer;
  font-weight: 400;
  text-decoration: underline;
}

.formSubmit {
  margin-top: 32px;
}

.inputCol.selectCol label {
  transform: unset;
}

.postJobContainer {
  padding: 80px 0;
  background: #fffbf2;
}

.boxContent {
  background-color: #fff2d4;
  height: 100%;
  border-radius: 16px;
  padding: 32px;
}

.boxContent h2 {
  color: #0f161e;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin: 0 0 8px;
}

.boxContent p {
  color: #0f161e;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.completehiring {
  margin: 80px 0;
}
.completehiring img {
  max-width: 485px;
  display: block;
  margin-left: auto;
  width: 100%;
}

.completehiringCont {
  max-width: 590px;
}

.completehiringCont h2 {
  color: #012620;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin: 0 0 8px;
}

.completehiringCont p {
  color: #0f161e;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 24px;
}

.completehiringCont ul {
  padding-inline-start: 24px;
  list-style: disc;
}

.completehiringCont ul li {
  font-size: 18px;
  line-height: 28px;
}

.testimonial {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.testimonial> img {
  flex-shrink: 0;
  width: 128px;
}

.testimonial div {
  max-width: 690px;
}

.testimonial p {
  color: #0f161e;
  font-family: source-serif-pro, serif;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px;
}

.testimonial h3 {
  font-size: 18px;
  margin: 0 0 0 0;
}

.footerTop {
  background-size: cover;
  background-position: center;
  padding: 104px 0;
}

.footerTopContent {
  text-align: center;
}

.footerTopContent h2 {
  font-size: 56px;
  color: #0f161e;
  margin-bottom: 16px;
  font-weight: 700;
}

.footerTopContent p {
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 18px;
}

.dualBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.whiteButton, .blackButton {
  position: relative;
  z-index: 1;
}

span.buttonUpper {
  height: 48px;
  padding: 11px 24px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  color: #004038;
  position: relative;
  text-align: center;
  text-wrap: nowrap;
  top: 0;
  transition: all .3s ease-out;
  z-index: 1;
  gap: 15px;
  font-size: 16px;
  font-weight: bold;
}

span.buttonUpper img {
  display: block;
  width: 14px;
}

span.buttonDown {
  background
Shorthand property for setting most background properties at the same place in the style sheet.
Learn more
Don't show: linear-gradient(90deg, #00f5dc, #d5ff4d 48.5%, #b773ff);
  border-radius: 8px;
  bottom: 0;
  ;;;;;;height: 48px;;;;;;;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s ease-out;
  z-index: 0;
  background: linear-gradient(90deg,#00f5dc,#d5ff4d 48.5%,#b773ff);
  display: block;
  border-radius: 8px;
}

.whiteButton:hover .buttonUpper, .blackButton:hover .buttonUpper {
  transform: translateY(-10px);
}

.blackButton span.buttonUpper {
  background-color: #004038;
  color: #fff;
}

.blackButton span.buttonUpper img {
  filter: invert(1) brightness(10);
}

.copyrightArea {
  color: #0f161e;
  font-size: 16px;
  padding: 20px 0;
}

.copyrightArea .container {
  display: flex;
  align-items: center;
}

ul.footerMenu {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

ul.footerMenu li a {
  color: #0f161e;
  font-size: 16px;
}

ul.footerMenu li a:hover {
  text-decoration: underline;
}

.trackingSystem {
  padding: 80px 0;
}

.trackingTitle {
  text-align: center;
  max-width: 590px;
  margin: 0 auto 40px auto;
}

span.trackingTag {
  color: #0f161e;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: var(--line-height-sm);
  padding: 8px 24px;
  text-transform: none;
  display: inline-block;
  background: #ffca00;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 16px;
}

.trackingTitle h2 {
  font-size: 56px;
  margin-bottom: 16px;
  font-weight: bold;
}

.grid4 {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 40px;
}

.imageGrid {
  order: 2;
  grid-row: span 2;
  grid-column: span 2;
}

.flipBox.sideWhitebox {
  order: 3;
}

.sideWhitebox {
  order: 1;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid3 {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 40px;
}

.whitBox {
  background-color: #fff;
  padding: 32px;
  position: relative;
  transform: rotateY(0deg);
  z-index: 2;
  height: 100%;
}

.whitBox h2 {
  font-weight: 700;
  font-size: 31px;
  margin: 0 0 8px 0;
}

.whitBox p {
  margin-bottom: 40px;
}

.flipBox {
  position: relative;
}

.flipBox .whitBox {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 16px;
  transition: transform .6s ease;
}

.backFlip {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 16px;
  height: 100%;
  position: absolute;
  transition: transform .6s ease;
  width: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  transform: rotateY(180deg);
  z-index: 1;
}

.flipBoxActive .whitBox {
  transform: rotateY(-180deg);
}

.flipBoxActive .backFlip {
  transform: rotateY(0deg);
}

img.flipBtn {
  display: block;
  width: 24px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}

img.flipImage {
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

img.closeFlip {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.heroSliderWrap {
  padding: 0 40px;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

.swiper-button-next, .swiper-button-prev {
  width: 24px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 22px;
  color: #999999;
}

.swiper-slide {
  background: rgba(255, 255, 255, 10%);
  margin-top: 0px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 162px;
}




/* 
.iti__selected-country-primary {
  padding: 0;
  overflow: hidden;
  width: 110px;
}

.iti {
  width: 100%;
  display: block;
}

.inputCol .iti input.iti__tel-input {
  padding-left: 120px !important;
}

.iti__country-container {
  width: 110px;
}

.iti__selected-country {
  width: 100%;
  overflow: hidden;
  width: 110px;
}

.iti__arrow {
  display: none;
}

.iti__a11y-text {
  width: auto;
  height: auto;
  clip: unset;
  position: unset;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #6a7381 !important;
  font-weight: 700 !important;
}

.iti__flag.iti__us {
  height: auto;
  width: auto;
  overflow: hidden;
  width: 110px;
} */
 
.iti {
  display: block;
}