.header-container img {
  height: 70px;
  width: auto;
}
.iconImage .row {
  align-items: center;
}
.iconImage .row .col-md-6 {
  margin-bottom: 20px;
}
.iconImage .row .icon {
  border-radius: 20px;
}
.iconImage .row .project-title {
  margin-bottom: 20px;
}
#contactForm input {
  margin-bottom: 10px !important;
}
#contactForm .error-message {
  color: red;
  margin-bottom: 40px;
}
.footerBox {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-around;
}
.imageBox {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-mobile {
  width: 100% !important;
  text-align: center;
}
.title-flex {
  display: flex !important;
  width: 100% !important;
  justify-content: center;
  text-align: center;
}
#contact-us .heading-47 {
  word-break: break-all;
}
.cardPositions .card {
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.cardPositions .title-top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.cardPositions .title-top .lf {
  font-size: 20px;
}
.cardPositions .title-top .rt {
  transition: transform 0.3s ease;
  font-size: 20px;
  font-weight: bold;
}
.cardPositions .title-top.active .rt {
  transform: rotate(45deg);
}
.cardPositions .bottom {
  padding-top: 20px;
  display: none;
  transition: all 0.3s ease;
}
.cardPositions .bottom.active {
  display: block;
}
.title-cards .cards {
  padding: 20px;
  height: 100%;
  margin-bottom: 20px;
}
.title-cards .cards img {
  width: 100px;
}
.title-cards .cards h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.title-job {
  padding: 20px;
  align-items: center;
}
.title-job img {
  width: 100%;
  border-radius: 20px;
}
.title-job p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.title-text h3 {
  font-size: 4rem;
}
.title-text strong {
  font-size: 2rem;
}
.title-text p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.posActive {
  position: relative;
  z-index: 9999 !important;
}
@media screen and (max-width: 991px) {
  .footer-sublink {
    display: block !important;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none;
    height: 100%;
  }
}
/*# sourceMappingURL=style.css.map */