html {
  touch-action: manipulation; }

body {
  line-height: 1.2;
  font-family: Area_Normal_Regular;
  overflow-x: hidden;
  background-color: #FAFAFA; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

button {
  cursor: pointer; }

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: unset; }

button:focus {
  outline: none; }

img {
  max-width: 100%; }

.accordion-button:focus {
  box-shadow: unset; }

@font-face {
  font-family: Area_Normal_Regular;
  src: url(../fonts/Area_Normal_Regular.otf); }
@font-face {
  font-family: AreaNormal-Medium;
  src: url(../fonts/AreaNormal-Medium.otf); }
@font-face {
  font-family: Area_Normal_Bold;
  src: url(../fonts/Area_Normal_Bold.otf); }
@font-face {
  font-family: Area_Normal_Black;
  src: url(../fonts/Area_Normal_Black.otf); }
@font-face {
  font-family: AreaNormal-Light;
  src: url(../fonts/AreaNormal-Light.otf); }
@font-face {
  font-family: Neue_Haas_Unica_W1G_Medium;
  src: url(../fonts/Neue_Haas_Unica_W1G_Medium.ttf); }
@font-face {
  font-family: NeueHaasUnicaW1G-Bold;
  src: url(../fonts/NeueHaasUnicaW1G-Bold.ttf); }
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf); }
@font-face {
  font-family: Neue_Haas_Unica_W1G;
  src: url(../fonts/NeueHaasUnicaW1G.woff2) format("woff2"), url(../fonts/NeueHaasUnicaW1G.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: Mulish-Medium;
  src: url(../fonts/Mulish-Medium.ttf); }
@media (min-width: 1700px) {
  .container {
    max-width: 1664px; } }
h1 {
  font-size: 60px;
  line-height: 70px; }
  h1 b {
    color: #FFFFFF;
    font-family: Area_Normal_Bold; }

h2 {
  font-size: 55px;
  line-height: 68px;
  letter-spacing: 3.3px;
  color: #000000; }
  h2 b {
    color: #307498;
    font-family: Area_Normal_Bold; }

h3 {
  font-size: 45px;
  line-height: 55px;
  color: #000000; }
  h3 b {
    color: #307498;
    font-family: Area_Normal_Bold; }

h4 {
  font-size: 40px;
  line-height: 50px;
  color: #000000; }
  h4 b {
    color: #307498;
    font-family: Area_Normal_Bold; }

h5 {
  font-size: 30px;
  line-height: 40px;
  color: #000000; }
  h5 b {
    color: #307498;
    font-family: Area_Normal_Bold; }

h6 {
  font-size: 20px;
  line-height: 25px;
  color: #000000; }
  h6 b {
    color: #307498;
    font-family: Area_Normal_Bold; }

strong {
  font-family: Area_Normal_Bold; }

p {
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 1.2px;
  color: #272727; }
  p strong {
    font-family: Area_Normal_Bold; }

p {
  margin-bottom: 22px; }

ul,
ol {
  padding-left: 20px; }

li {
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 1.2px;
  color: #4D4D4D;
  position: relative;
  list-style-type: none; }
  li::before {
    content: "-";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0; }

.more-btn {
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 1.14px;
  color: #272727;
  text-transform: uppercase;
  font-family: Mulish-Medium;
  border: 2px solid #272727;
  padding: 13px 32px 12px 32px;
  display: inline-block;
  border-radius: 24px; }
  .more-btn:hover {
    border-color: #307498;
    color: #307498; }

.header {
  padding: 39px 0;
  position: absolute;
  z-index: 10;
  width: 100%; }
  .header .navbar-brand {
    display: inline-block; }
    .header .navbar-brand img {
      width: 118px;
      object-fit: cover; }
  .header .navbar {
    padding: 0; }
    .header .navbar .navbar-nav .menu-item .nav-link {
      font-family: Neue_Haas_Unica_W1G;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 27px;
      letter-spacing: 1.8px;
      color: #FFFFFF;
      padding: 0 0 0 41px; }
    .header .navbar .navbar-nav .menu-item:first-child .nav-link {
      padding-left: 0; }
    .header .navbar .navbar-nav .menu-item.current-menu-item .nav-link {
      font-family: NeueHaasUnicaW1G-Bold; }
    .header .navbar .navbar-nav .menu-item::before {
      display: none; }
  .header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    animation: fadeInDown 0.4s ease-in-out; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.home .banner-section .banner-title h1 {
  max-width: 1400px;
  margin-left: 0; }

.banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 93px;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner-section .banner-title {
    position: absolute;
    bottom: 172px;
    z-index: 2; }
    .banner-section .banner-title h1 {
      font-size: 50px;
      line-height: 60px;
      letter-spacing: 3px;
      color: #FFFFFF;
      font-family: Poppins-Light;
      font-family: Area_Normal_Regular;
      margin-left: 81px;
      max-width: 1088px; }
      .banner-section .banner-title h1 b {
        font-family: Area_Normal_Bold; }
  .banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.43); }
  .banner-section .arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    cursor: pointer; }

.img-text-block {
  margin-bottom: 130px; }
  .img-text-block .img-text-block-desc {
    gap: 107px;
    justify-content: end;
    margin-left: 140px; }
    .img-text-block .img-text-block-desc.flex-row-reverse {
      gap: 116px;
      justify-content: flex-end;
      margin-right: 139px;
      margin-left: 0; }
      .img-text-block .img-text-block-desc.flex-row-reverse .one-img img {
        max-width: 837px;
        height: 610px;
        object-fit: cover; }
      .img-text-block .img-text-block-desc.flex-row-reverse .img-text-desc {
        margin-top: 34px; }
  .img-text-block .one-img img {
    max-width: 837px;
    height: 596px;
    object-fit: cover; }
  .img-text-block .img-text-desc span {
    font-size: 20px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #272727;
    margin-bottom: 24px;
    display: inline-block;
    font-family: AreaNormal-Medium; }
  .img-text-block .img-text-desc p {
    max-width: 836px; }
  .img-text-block .img-text-desc h2 {
    margin-bottom: 25px;
    max-width: 811px;
    color: #000000; }
  .img-text-block .img-text-desc a {
    margin-top: 38px; }
  .img-text-block .container .img-text-block-desc {
    margin: 0;
    gap: 112px;
    align-items: center; }
    .img-text-block .container .img-text-block-desc p {
      letter-spacing: 0.8px; }
    .img-text-block .container .img-text-block-desc .one-img img {
      max-width: 698px;
      height: 947px;
      object-fit: cover; }

.counter {
  margin-bottom: 143px; }
  .counter .count-up {
    width: 25%;
    border-right: 1px solid rgba(112, 112, 112, 0.2);
    padding-left: 58px; }
    .counter .count-up > span {
      font-size: 13px;
      line-height: 21px;
      letter-spacing: 0.78px;
      color: #307498;
      font-family: Area_Normal_Black;
      display: block;
      text-transform: uppercase;
      margin-bottom: 36px; }
    .counter .count-up .counter-number {
      font-size: 54px;
      line-height: 65px;
      letter-spacing: 3.24px;
      color: #272727;
      display: flex;
      align-items: baseline;
      margin-bottom: 8px; }
      .counter .count-up .counter-number strong {
        font-weight: 300;
        font-family: AreaNormal-Light; }
      .counter .count-up .counter-number span {
        color: #307498; }
    .counter .count-up p {
      max-width: 338px;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0.9px;
      color: #272727;
      margin-bottom: 0; }
    .counter .count-up:last-child {
      border-right: none; }

.img-gallery {
  margin-bottom: 216px;
  overflow: hidden; }
  .img-gallery .img-gallery-info {
    row-gap: 35px; }
  .img-gallery .gallery-block {
    gap: 16px;
    width: 100%; }
    .img-gallery .gallery-block .gallery-item {
      width: 28.5%;
      position: relative; }
      .img-gallery .gallery-block .gallery-item span {
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0.96px;
        color: #000000;
        text-transform: uppercase;
        font-family: Mulish-Medium;
        margin-top: 24px;
        display: inline-block; }
      .img-gallery .gallery-block .gallery-item img {
        height: 330px;
        width: 100%;
        object-fit: cover; }
      .img-gallery .gallery-block .gallery-item:last-child {
        width: 14.5%; }
        .img-gallery .gallery-block .gallery-item:last-child span {
          position: absolute;
          right: -38px;
          bottom: 0; }
    .img-gallery .gallery-block:last-child .gallery-item:last-child {
      order: -1; }
      .img-gallery .gallery-block:last-child .gallery-item:last-child span {
        right: auto;
        left: -80px; }
  .img-gallery .project-btn {
    margin-top: 50px; }

.logo-section {
  margin-bottom: 163px; }
  .logo-section .logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .logo-section .logo-box .logo-img {
      width: 254px;
      mix-blend-mode: multiply; }

.job-section {
  margin-bottom: 136px; }
  .job-section .job-head-info {
    max-width: 1234px;
    margin: 0 auto;
    text-align: center; }
    .job-section .job-head-info span {
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      color: #000000;
      margin-bottom: 25px;
      display: inline-block; }
    .job-section .job-head-info h2 {
      font-size: 50px;
      line-height: 60px;
      letter-spacing: 3px;
      color: #000000;
      margin-bottom: 25px; }
      .job-section .job-head-info h2 b {
        color: #307498;
        font-family: Area_Normal_Bold;
        display: block; }
    .job-section .job-head-info p:first-of-type {
      margin-bottom: 0; }
  .job-section .job-list {
    margin-top: 146px; }
    .job-section .job-list .row {
      row-gap: 40px; }
    .job-section .job-list .job-list-box {
      border: 2px solid #307498;
      padding: 52px 42px 42px 35px;
      background-color: #FFFFFF;
      border-radius: 30px;
      height: 100%; }
      .job-section .job-list .job-list-box ul {
        display: flex;
        gap: 20px;
        list-style-type: none;
        margin-bottom: 40px;
        position: relative;
        padding-left: 0; }
        .job-section .job-list .job-list-box ul li {
          font-size: 13px;
          line-height: 19px;
          letter-spacing: 1.3px;
          color: #272727;
          text-transform: uppercase;
          font-family: NeueHaasUnicaW1G-Bold; }
          .job-section .job-list .job-list-box ul li::before {
            display: none; }
        .job-section .job-list .job-list-box ul::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 19px;
          height: 19px;
          border-radius: 100%;
          background-color: #307498; }
      .job-section .job-list .job-list-box span {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 2.24px;
        color: #272727;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-family: Area_Normal_Black;
        display: block; }
        .job-section .job-list .job-list-box span b {
          color: #307498; }
      .job-section .job-list .job-list-box p {
        line-height: 30px;
        max-width: 672px; }
      .job-section .job-list .job-list-box a {
        border: 1px solid #0E0F0F;
        font-size: 19px;
        line-height: 19px;
        letter-spacing: 1.14px;
        color: #272727;
        text-transform: uppercase;
        font-family: Mulish-Medium;
        padding: 15px 44px;
        display: inline-block;
        margin-top: 52px;
        border-radius: 24px;
        background-color: #FFFFFF; }
        .job-section .job-list .job-list-box a:hover {
          background-color: #307498;
          color: #FFFFFF;
          border-color: #307498; }

.project-img-text-block {
  margin-bottom: 184px; }
  .project-img-text-block .img-text-block-desc {
    gap: 117px;
    justify-content: end;
    margin-left: 129px; }
    .project-img-text-block .img-text-block-desc.flex-row-reverse {
      justify-content: flex-end;
      margin-right: 129px;
      margin-left: 0; }
  .project-img-text-block .one-img img {
    max-width: 837px;
    height: 869px;
    object-fit: cover; }
  .project-img-text-block .img-text-desc {
    margin-top: 39px; }
    .project-img-text-block .img-text-desc > span {
      font-size: 20px;
      line-height: 37px;
      letter-spacing: 1.2px;
      color: #4D4D4D;
      display: inline-block; }
    .project-img-text-block .img-text-desc p {
      max-width: 832px;
      letter-spacing: 0.8px; }
    .project-img-text-block .img-text-desc h2 {
      margin-bottom: 36px;
      font-size: 45px;
      line-height: 53px;
      letter-spacing: 2.7px;
      color: #000000;
      text-transform: uppercase; }
      .project-img-text-block .img-text-desc h2 b {
        color: #000000;
        font-family: Area_Normal_Bold; }
    .project-img-text-block .img-text-desc a {
      margin-top: 38px;
      font-size: 19px;
      line-height: 19px;
      letter-spacing: 1.14px;
      color: #272727;
      text-transform: uppercase;
      font-family: Mulish-Medium;
      border: 2px solid #272727;
      padding: 13px 32px 12px 32px;
      display: inline-block;
      border-radius: 24px; }
      .project-img-text-block .img-text-desc a:hover {
        border-color: #307498;
        color: #307498; }
  .project-img-text-block .project-counter {
    margin: 58px 0 46px 0; }
    .project-img-text-block .project-counter .count-up {
      width: 45%;
      border-right: 1px solid rgba(112, 112, 112, 0.2);
      padding-left: 58px; }
      .project-img-text-block .project-counter .count-up > span {
        font-size: 13px;
        line-height: 21px;
        letter-spacing: 0.78px;
        color: #307498;
        font-family: Area_Normal_Black;
        display: block;
        text-transform: uppercase;
        margin-bottom: 36px; }
      .project-img-text-block .project-counter .count-up .counter-number {
        font-size: 54px;
        line-height: 65px;
        letter-spacing: 3.24px;
        color: #272727;
        display: flex;
        align-items: baseline;
        margin-bottom: 8px; }
        .project-img-text-block .project-counter .count-up .counter-number strong {
          font-weight: 300;
          font-family: AreaNormal-Light; }
        .project-img-text-block .project-counter .count-up .counter-number span {
          color: #307498; }
      .project-img-text-block .project-counter .count-up p {
        max-width: 194px;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.9px;
        color: #272727;
        margin-bottom: 0; }
      .project-img-text-block .project-counter .count-up:last-child {
        border-right: none; }
      .project-img-text-block .project-counter .count-up:first-child {
        padding-left: 0; }

.contact-form {
  margin-bottom: 111px; }
  .contact-form .contact-info {
    max-width: 1097px;
    margin: 0 auto;
    text-align: center; }
    .contact-form .contact-info > span {
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      color: #000000;
      margin-bottom: 25px;
      display: inline-block;
      font-family: AreaNormal-Medium; }
    .contact-form .contact-info h2 {
      font-size: 50px;
      line-height: 60px;
      letter-spacing: 3px;
      color: #000000;
      margin-bottom: 86px; }
      .contact-form .contact-info h2 b {
        color: #307498;
        font-family: Area_Normal_Bold;
        display: block; }

.contact-details .row,
.job-details .row {
  row-gap: 22px; }
.contact-details label,
.job-details label {
  width: 100%; }
.contact-details p,
.job-details p {
  line-height: unset;
  margin: 0;
  font-size: unset;
  letter-spacing: unset; }
.contact-details input,
.contact-details select,
.job-details input,
.job-details select {
  border: 1px solid #707070;
  border-radius: 26px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #272727;
  padding: 13px 34px;
  font-family: Neue_Haas_Unica_W1G,sans-serif;
  width: 100%;
  background-color: #FFFFFF;
  outline: 0; }
  .contact-details input::placeholder,
  .contact-details select::placeholder,
  .job-details input::placeholder,
  .job-details select::placeholder {
    color: #272727;
    font-family: Neue_Haas_Unica_W1G,sans-serif; }
.contact-details textarea,
.job-details textarea {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 26px;
  padding: 13px 34px;
  background-color: #FFFFFF;
  height: 265px;
  resize: none;
  outline: 0; }
  .contact-details textarea::placeholder,
  .job-details textarea::placeholder {
    color: #272727; }
.contact-details input[type="submit"],
.job-details input[type="submit"] {
  background-color: #FFFFFF;
  border: 2px solid #2E6F92;
  border-radius: 24px;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 1.14px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 13px 63px 12px 62px;
  font-family: Mulish-Medium;
  width: auto;
  color: #307498;
  display: block;
  margin: 13px auto auto; }
  .contact-details input[type="submit"]:hover,
  .job-details input[type="submit"]:hover {
    background-color: #307498;
    color: #FFFFFF; }
.contact-details .file-input,
.job-details .file-input {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left; }
.contact-details .file-input input[type="file"],
.job-details .file-input input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2; }
.contact-details .file-input label,
.contact-details .file-input .file-name,
.job-details .file-input label,
.job-details .file-input .file-name {
  border: 1px solid #707070;
  border-radius: 26px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #272727;
  padding: 13px 34px;
  font-family: Neue_Haas_Unica_W1G;
  width: 100%;
  background-color: #FFFFFF;
  outline: 0;
  cursor: pointer;
  position: relative; }
.contact-details .file-input label::before,
.contact-details .file-input label::after,
.job-details .file-input label::before,
.job-details .file-input label::after {
  content: "";
  position: absolute;
  background-color: #000000;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%); }
.contact-details .file-input label::before,
.job-details .file-input label::before {
  width: 12px;
  height: 1px;
  right: 25px; }
.contact-details .file-input label::after,
.job-details .file-input label::after {
  width: 1px;
  height: 12px;
  right: 30px; }
.contact-details .file-input .file-name,
.job-details .file-input .file-name {
  display: none; }
.contact-details .custom-select,
.job-details .custom-select {
  position: relative; }
.contact-details .custom-select select,
.job-details .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  cursor: pointer; }
.contact-details .custom-select .nice-select,
.job-details .custom-select .nice-select {
  box-shadow: 0 0 0 1px #707070;
  border: 0;
  border-radius: 26px;
  padding: 13px 34px;
  width: 100%;
  background-color: #FFFFFF;
  outline: 0;
  height: auto;
  font-family: Neue_Haas_Unica_W1G,sans-serif;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #272727; }
.contact-details .custom-select .nice-select::after,
.job-details .custom-select .nice-select::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 0;
  border-left: 1px solid #010101;
  border-bottom: 1px solid #010101;
  transform: translateY(-60%) rotate(-45deg);
  pointer-events: none; }
.contact-details .nice-select.open .list,
.job-details .nice-select.open .list {
  width: 100%; }
  .contact-details .nice-select.open .list li,
  .job-details .nice-select.open .list li {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit; }
.contact-details .wpcf7-not-valid-tip,
.job-details .wpcf7-not-valid-tip {
  margin-top: 10px; }
.contact-details .custom-checkbox input[type="checkbox"],
.job-details .custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
.contact-details .custom-checkbox .wpcf7-list-item-label,
.job-details .custom-checkbox .wpcf7-list-item-label {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 1.2px;
  color: #4D4D4D;
  max-width: 940px;
  text-align: left;
  margin-left: 20px; }
.contact-details .custom-checkbox label,
.job-details .custom-checkbox label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex; }
.contact-details .custom-checkbox label:before,
.job-details .custom-checkbox label:before {
  content: "";
  margin: 5px 0px 0 0;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 11px;
  flex: none; }
.contact-details .custom-checkbox label:after,
.job-details .custom-checkbox label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: 1px solid #307498;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0; }
.contact-details .custom-checkbox:has(input:checked) label:after,
.job-details .custom-checkbox:has(input:checked) label:after {
  opacity: 1; }

.job-details {
  max-width: 785px;
  margin: 84px auto auto;
  text-align: center; }
  .job-details .custom-checkbox .wpcf7-list-item-label {
    max-width: 505px;
    margin-left: 8px; }
  .job-details input[type="submit"] {
    padding: 13px 29px 12px 28px; }

.job-details-section {
  margin-bottom: 80px; }
  .job-details-section h5 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    color: #307498;
    font-family: Area_Normal_Black;
    margin: 40px 0 33px 0;
    display: block; }
  .job-details-section .job-inner-img img {
    height: 218px;
    width: 100%;
    object-fit: cover; }
  .job-details-section .benefits {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    margin: -30px 0 102px 0;
    padding-left: 0; }
    .job-details-section .benefits li {
      width: 255px;
      border: 2px solid #524F49;
      border-radius: 100px;
      background-color: #FFFFFF;
      font-size: 17px;
      line-height: 26px;
      letter-spacing: 1.7px;
      color: #524F49;
      font-family: Neue_Haas_Unica_W1G;
      padding: 17px 0px;
      list-style-type: none;
      text-align: center; }
      .job-details-section .benefits li::before {
        display: none; }
      .job-details-section .benefits li:hover {
        border-color: #307498;
        color: #307498; }
  .job-details-section p strong {
    color: #307498; }
  .job-details-section .job-process {
    max-width: 1058px;
    margin: 96px auto 73px auto; }
    .job-details-section .job-process .job-process-setp {
      position: relative;
      align-items: center;
      padding: 0 50px; }
      .job-details-section .job-process .job-process-setp .job-process-icon {
        max-height: 40px; }
      .job-details-section .job-process .job-process-setp .job-process-text span {
        font-size: 21px;
        line-height: 29px;
        color: #4D4D4D;
        text-transform: uppercase;
        letter-spacing: 1.68px;
        font-family: Area_Normal_Bold;
        margin-left: 12px;
        display: inline-block; }
      .job-details-section .job-process .job-process-setp:first-child {
        padding-left: 0; }
      .job-details-section .job-process .job-process-setp:last-child {
        padding-right: 0; }
        .job-details-section .job-process .job-process-setp:last-child::after {
          display: none; }
      .job-details-section .job-process .job-process-setp::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 12px;
        height: 12px;
        border-left: 2px solid #707070;
        border-bottom: 2px solid #707070;
        transform: translateY(-60%) rotate(-135deg); }

.job-featured-image img {
  height: 500px;
  width: 100%;
  object-fit: cover; }

.footer {
  background-color: #272727;
  padding: 95px 0 54px 0; }
  .footer .footer-bottom {
    margin-top: 20px; }
  .footer .footer-address {
    max-width: 330px;
    float: right; }
    .footer .footer-address p {
      max-width: 200px;
      color: #FFFFFF; }
    .footer .footer-address a,
    .footer .footer-address span {
      font-size: 20px;
      line-height: 37px;
      letter-spacing: 1.2px;
      color: #FFFFFF;
      font-family: Area_Normal_Bold; }
  .footer .footer-menu .menu {
    display: flex;
    gap: 33px;
    padding-left: 54px; }
    .footer .footer-menu .menu li {
      line-height: normal;
      font-size: 0; }
      .footer .footer-menu .menu li::before {
        display: none; }
      .footer .footer-menu .menu li a {
        font-size: 18px;
        line-height: 29px;
        letter-spacing: 1.08px;
        color: #F7F3EF;
        font-family: Poppins-Medium; }

.text-element {
  margin-bottom: 90px; }
  .text-element h1, .text-element h2, .text-element h3, .text-element h4, .text-element h5, .text-element h6 {
    margin-bottom: 30px; }

@media (max-width: 1600px) {
  h2 {
    font-size: 40px;
    line-height: 53px;
    letter-spacing: 3px; }

  p {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px; }

  .banner-section .banner-title h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 2.5px; }

  .img-text-block .one-img img {
    max-width: 600px;
    height: 430px; }
  .img-text-block .img-text-desc h2 {
    max-width: 621px; }
  .img-text-block .img-text-desc span {
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 1px; }
  .img-text-block .img-text-block-desc.flex-row-reverse .one-img img {
    max-width: 600px;
    height: 410px; }
  .img-text-block .container .img-text-block-desc .one-img img {
    max-width: 500px;
    height: 675px; }

  .counter .count-up .counter-number {
    font-size: 38px;
    line-height: 61px;
    letter-spacing: 2.28px; }

  .img-gallery .gallery-block .gallery-item img {
    height: 260px; }

  .job-section .job-head-info span {
    font-size: 18px;
    line-height: 22px; }
  .job-section .job-head-info h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2.5px; }
  .job-section .job-list .job-list-box span {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px; }

  .project-img-text-block .img-text-desc > span {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 1px; }
  .project-img-text-block .img-text-desc h2 {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 2px; }
  .project-img-text-block .one-img img {
    max-width: 600px;
    height: 100%; }
  .project-img-text-block .project-counter .count-up .counter-number {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 3px; }

  .job-details-section .benefits li {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px; }

  .contact-form .contact-info h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2.5px; } }
@media (max-width: 1400px) {
  .job-section .job-list .job-list-box a {
    padding: 15px 20px; } }
@media (max-width: 1200px) {
  .img-text-block .img-text-block-desc {
    gap: 52px !important;
    flex-direction: column !important;
    max-width: 960px !important;
    margin: 0 auto !important; }
  .img-text-block .img-text-desc p {
    max-width: 100%; }
  .img-text-block .img-text-desc .btn-contact {
    text-align: center; }
  .img-text-block .one-img img {
    max-width: 100% !important;
    width: 100% !important; }

  .counter .count-up {
    padding-left: 25px; }

  .project-img-text-block {
    gap: 50px !important;
    flex-direction: column !important;
    max-width: 960px !important;
    margin: 0 auto 70px auto !important; }
    .project-img-text-block .img-text-block-desc {
      flex-direction: column !important;
      margin: 0 !important;
      gap: 50px; }
      .project-img-text-block .img-text-block-desc p {
        max-width: 100%; }
      .project-img-text-block .img-text-block-desc .one-img img {
        max-width: 100%;
        width: 100%; }

  .job-details-section .job-process .job-process-setp .job-process-text span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.4px; }
  .job-details-section .benefits {
    flex-wrap: wrap;
    margin: 40px 0; }
    .job-details-section .benefits li {
      width: 31%; } }
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px; }

  h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.8px; }

  h3 {
    font-size: 25px;
    line-height: 35px; }

  h4 {
    font-size: 22px;
    line-height: 30px; }

  h5 {
    font-size: 20px;
    line-height: 28px; }

  h6 {
    font-size: 18px;
    line-height: 26px; }

  li {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 1px; }
    li::before {
      top: 15px;
      transform: unset; }

  .header {
    padding: 20px 0; }
    .header .row {
      margin: 0;
      position: relative; }
      .header .row .col-6 {
        padding: 0; }
    .header .navbar {
      justify-content: end;
      position: unset; }
      .header .navbar .navbar-nav {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #307498;
        top: 130%;
        padding: 20px 0;
        gap: 20px; }
        .header .navbar .navbar-nav .menu-item .nav-link {
          padding: 0px 0 0 20px !important; }
      .header .navbar .navbar-toggler {
        display: block;
        position: relative;
        width: 30px;
        border: none;
        background: transparent;
        cursor: pointer;
        padding: 0;
        z-index: 100; }
        .header .navbar .navbar-toggler:focus {
          box-shadow: unset; }
      .header .navbar .navbar-toggler-icon {
        display: inline-block;
        background: none; }
      .header .navbar .navbar-toggler-icon,
      .header .navbar .navbar-toggler-icon::before,
      .header .navbar .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: all 0.3s ease; }
      .header .navbar .navbar-toggler-icon::before {
        top: -8px; }
      .header .navbar .navbar-toggler-icon {
        top: 50%;
        transform: translateY(-50%); }
      .header .navbar .navbar-toggler-icon::after {
        bottom: -8px; }
      .header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        transform: rotate(45deg);
        top: 0; }
      .header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        bottom: 0; }
      .header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-color: transparent; }

  .banner-section {
    margin-bottom: 37px;
    height: 500px;
    background-position: center center; }
    .banner-section .banner-title h1 {
      margin-left: 0;
      font-size: 32px;
      line-height: 42px;
      letter-spacing: 2px; }

  .counter {
    margin-bottom: 70px; }
    .counter .counter-item {
      flex-wrap: wrap; }
      .counter .counter-item .count-up {
        width: 50%;
        padding-top: 46px; }
        .counter .counter-item .count-up:nth-child(2) {
          border-right: 0; }
        .counter .counter-item .count-up:nth-child(even) {
          padding-left: 120px; }

  .img-text-block {
    margin-bottom: 56px; }
    .img-text-block .img-text-block-desc {
      max-width: 720px !important; }
      .img-text-block .img-text-block-desc.flex-row-reverse .img-text-desc {
        margin-top: 0px; }
    .img-text-block .img-text-desc a {
      margin-top: 29px; }

  .project-img-text-block {
    max-width: 720px !important; }

  .logo-section {
    margin-bottom: 70px; }
    .logo-section .logo-box {
      flex-wrap: wrap;
      gap: 29px;
      justify-content: unset; }

  .job-section {
    margin-bottom: 70px; }
    .job-section .job-head-info h2 {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: 1.8px; }
    .job-section .job-list {
      margin-top: 70px; }

  .img-gallery {
    margin-bottom: 70px; }
    .img-gallery .gallery-block .gallery-item img {
      height: 140px; }

  .contact-form {
    margin-bottom: 70px; }
    .contact-form .contact-info h2 {
      font-size: 25px;
      line-height: 35px;
      letter-spacing: 2px;
      margin-bottom: 40px; }
    .contact-form .contact-info > span {
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 1px; }

  .job-details-section .job-process {
    margin: 40px auto;
    flex-direction: column;
    gap: 20px; }
    .job-details-section .job-process .job-process-setp {
      padding: 0; }
      .job-details-section .job-process .job-process-setp::after {
        display: none; } }
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.96px; }

  .banner-section {
    height: 430px; }
    .banner-section .banner-title {
      bottom: 120px; }
      .banner-section .banner-title h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1.8px;
        word-break: break-word; }

  .img-text-block .img-text-block-desc {
    max-width: 540px !important; }
  .img-text-block .one-img img {
    height: 430px !important; }
  .img-text-block .container .img-text-block-desc .one-img img {
    height: 450px !important; }

  .project-img-text-block {
    max-width: 540px !important; }
    .project-img-text-block .img-text-desc {
      margin-top: 0; }
      .project-img-text-block .img-text-desc h2 {
        font-size: 26px;
        line-height: 36px; }
    .project-img-text-block .img-text-block-desc .one-img img {
      height: 364px !important; }

  .img-gallery .img-gallery-info {
    row-gap: 20px; }
    .img-gallery .img-gallery-info .gallery-block:nth-child(1) .gallery-item:nth-child(1), .img-gallery .img-gallery-info .gallery-block:nth-child(1) .gallery-item:nth-child(4) {
      display: none; }
    .img-gallery .img-gallery-info .gallery-block:nth-child(1) .gallery-item:nth-child(2), .img-gallery .img-gallery-info .gallery-block:nth-child(1) .gallery-item:nth-child(3) {
      width: 50%; }
    .img-gallery .img-gallery-info .gallery-block:nth-child(2) .gallery-item:nth-child(4) {
      display: none; }
    .img-gallery .img-gallery-info .gallery-block:nth-child(2) .gallery-item:nth-child(1), .img-gallery .img-gallery-info .gallery-block:nth-child(2) .gallery-item:nth-child(3) {
      width: 15%; }
    .img-gallery .img-gallery-info .gallery-block:nth-child(2) .gallery-item:nth-child(2) {
      width: 70%; }
  .img-gallery .gallery-block .gallery-item img {
    height: 184px; }
  .img-gallery .gallery-block .gallery-item:last-child span {
    position: unset; }

  .logo-section .logo-box {
    justify-content: space-between; }
    .logo-section .logo-box .logo-img {
      width: 100px; }

  .footer {
    padding: 40px 0; }
    .footer .footer-logo {
      margin-bottom: 25px; }
      .footer .footer-logo img {
        max-width: 145px; }
    .footer .footer-address {
      float: unset; }
      .footer .footer-address a,
      .footer .footer-address span {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.96px; }
    .footer .footer-menu .menu {
      gap: 20px;
      padding-left: 25px; }
      .footer .footer-menu .menu li a {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.8px; }

  .job-details-section .benefits li {
    width: 45%; }

  .counter .counter-item .count-up:nth-child(even) {
    padding-left: 50px; } }
@media (max-width: 567px) {
  .container {
    padding: 0 21px 0 29px; }

  .img-text-block .img-text-block-desc {
    max-width: 100% !important; }
  .img-text-block .img-text-desc {
    padding: 0 21px 0 29px; }
    .img-text-block .img-text-desc h2 br {
      display: none; }
    .img-text-block .img-text-desc span {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: .84px;
      margin-bottom: 16px; }
  .img-text-block .container .img-text-block-desc {
    padding: 0; }
    .img-text-block .container .img-text-block-desc .img-text-desc {
      padding: 0 !important; }
    .img-text-block .container .img-text-block-desc .one-img {
      width: 100vw;
      margin-left: calc(48% - 44vw); }

  .header .navbar-brand img {
    width: 90px; }

  .banner-section .banner-title {
    padding-right: 21px;
    bottom: 67px; }
  .banner-section .arrow {
    bottom: 40px; }
    .banner-section .arrow img {
      width: 20px;
      height: 12px;
      object-fit: cover; }

  .project-img-text-block .img-text-desc {
    padding: 0 21px 0 29px; }
    .project-img-text-block .img-text-desc > span {
      font-size: 16px;
      line-height: 23px;
      letter-spacing: 0.96px; }
  .project-img-text-block .project-counter .count-up {
    width: 100%;
    padding-left: 38px !important; }
    .project-img-text-block .project-counter .count-up > span {
      font-size: 9px;
      line-height: 15px;
      letter-spacing: 0.54px;
      margin-bottom: 26px; }
    .project-img-text-block .project-counter .count-up .counter-number {
      font-size: 38px;
      line-height: 46px;
      letter-spacing: 2.28px; }
    .project-img-text-block .project-counter .count-up p {
      margin: 0 auto;
      font-size: 10px;
      line-height: 17px;
      letter-spacing: 0.6px; }
    .project-img-text-block .project-counter .count-up:first-child {
      padding-left: 20px !important;
      padding-right: 20px !important; }

  .counter .counter-item .count-up {
    padding: 46px 25px 0 17px; }
    .counter .counter-item .count-up > span {
      font-size: 9px;
      line-height: 15px;
      letter-spacing: 0.54px;
      margin-bottom: 26px; }
    .counter .counter-item .count-up .counter-number {
      line-height: 46px; }
    .counter .counter-item .count-up p {
      font-size: 10px;
      line-height: 17px;
      letter-spacing: 0.6px; }
    .counter .counter-item .count-up:nth-child(even) {
      padding-left: 38px; }

  .logo-section .logo-box {
    gap: 0; }
    .logo-section .logo-box .logo-img {
      width: 25% !important; }
      .logo-section .logo-box .logo-img img {
        width: 63px !important;
        object-fit: cover; }
      .logo-section .logo-box .logo-img:nth-child(2) img {
        width: 88px !important; }
      .logo-section .logo-box .logo-img:nth-child(3) {
        text-align: center; }

  .job-section .job-head-info {
    text-align: left; }
    .job-section .job-head-info span {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.84px;
      margin-bottom: 16px; }
  .job-section .job-list .job-list-box {
    padding: 30px 20px; }
    .job-section .job-list .job-list-box span {
      font-size: 17px;
      line-height: 27px;
      letter-spacing: 2px;
      word-break: break-all; }
    .job-section .job-list .job-list-box a {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 1px;
      padding: 15px;
      margin-top: 20px; }

  .contact-details input,
  .contact-details select,
  .job-details input,
  .job-details select {
    white-space: normal;
    padding: 13px 20px; }
  .contact-details textarea,
  .job-details textarea {
    padding: 13px 20px; }
  .contact-details .custom-select .nice-select,
  .job-details .custom-select .nice-select {
    padding: 13px 25px; }
    .contact-details .custom-select .nice-select::after,
    .job-details .custom-select .nice-select::after {
      right: 15px; }
  .contact-details .custom-checkbox .wpcf7-list-item-label,
  .job-details .custom-checkbox .wpcf7-list-item-label {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 1px; }

  .job-details-section h5 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px; }
  .job-details-section .benefits li {
    width: 100%; }

  .img-gallery .gallery-block {
    gap: 9px; }
    .img-gallery .gallery-block .gallery-item span {
      font-size: 10px;
      margin-top: 14px; } }

/*# sourceMappingURL=style.css.map */
