@charset "UTF-8";
@media only screen and (min-width: 920px) {
  .main-header-menu > .menu-item.current-menu-item > a {
    color: #e75b10;
  }
  .main-header-menu > .menu-item > a {
    color: #fff;
    font-weight: bold;
  }
}
.main-header-menu .button-custom-menu-item .ast-custom-button-link .ast-custom-button {
  font-weight: bold;
  border: none !important;
  font-family: "Poppins", sans-serif;
  transition: none;
  padding-bottom: 10px;
  /* &:hover span.aptus-i-timesheet {
    filter: none;
  } */
}
.main-header-menu .button-custom-menu-item .ast-custom-button-link .ast-custom-button .text {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 2px;
}

/* .ast-desktop .main-header-menu.submenu-with-border .sub-menu {
  padding: 10px 0;
  background: #eee;
  top: 75%;
  li {
    &:last-child a {
      padding-bottom: 0;
    }
    a {
      padding: 5px 10px;
      background: #eee;
    }
  }
} */
.main-header-menu > .menu-item.current-menu-item, .main-header-menu > .menu-item.current_page_parent > a {
  color: #e75b10;
}
.main-header-menu > .menu-item > a:after {
  display: none !important;
}
.main-header-menu > .menu-item > a:hover {
  text-decoration: underline;
}
.main-header-menu > .menu-item ul.sub-menu {
  border: none !important;
  background: none;
  text-align: center;
  line-height: 1;
  left: 50%;
  box-shadow: none;
  top: 75%;
  transform: translateX(-50%);
}
.main-header-menu > .menu-item ul.sub-menu li.current_page_item a {
  color: #e75b10;
}
.main-header-menu > .menu-item ul.sub-menu li a {
  padding: 8px;
  color: #fff;
  font-weight: bold;
}
.main-header-menu > .menu-item ul.sub-menu li a:hover {
  color: #e75b10;
}

.elementor-button:hover .elementor-button-text {
  transition: box-shadow 0.1s linear;
}
.aptus-i {
  display: inline-block;
  width: 15px;
  height: 18px;
  background-size: cover;
  transition: none;
}

.aptus-i-timesheet {
  background-image: url(../images/timesheet.png);
  filter: invert(40%) sepia(93%) saturate(2082%) hue-rotate(357deg) brightness(94%) contrast(93%);
  margin-right: 5px;
}

.hero::before {
  content: "╲╱";
  color: #fff;
  position: absolute;
  opacity: 0.8;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  width: 6rem;
  font-size: 1rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  bottom: 0;
  margin-left: -3rem;
  left: 26.5%;
  animation: bounce 2s ease infinite;
  z-index: 999;
}

@keyframes bounce {
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.withdot.orange h1:after,
.withdot.orange h2:after,
.withdot.orange h3:after {
  content: ".";
  color: #e75b10;
}
.withdot h1:after,
.withdot h2:after,
.withdot h3:after {
  content: ".";
  color: #cbcbcb;
}

.hover-zoom {
  transition: ease-in-out 0.3s;
}
.hover-zoom:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}

.team-members .members .member {
  visibility: hidden;
  opacity: 0;
  height: 0;
  flex-wrap: wrap;
  pointer-events: none;
  transition: opacity ease-in 0.3s;
}
.team-members .members .member.show {
  visibility: visible;
  display: flex;
  height: auto;
  opacity: 1;
  pointer-events: all;
}
.team-members .members .member .image {
  width: 25%;
}
.team-members .members .member .image img {
  width: 100%;
}
.team-members .members .member .details {
  width: 75%;
  padding-left: 60px;
}
.team-members .members .member .details h4 {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.team-members .members .member .details h4:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #cbcbcb;
  position: absolute;
  left: 0;
  bottom: 0;
}
.team-members .members .member .details h3 {
  font-size: 22px;
  color: #e75b10;
  margin-bottom: 15px;
}
.team-members .members .member .details .contacts a {
  color: #000;
  display: inline-block;
  margin-right: 15px;
}
.team-members .members .member .details .contacts a:hover {
  color: #e75b10;
}
.team-members .members-pics {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #d9d9d9;
}
.team-members .members-pics .pic {
  width: 25%;
  position: relative;
}
.team-members .members-pics .pic img {
  width: 100%;
}
.team-members .members-pics .pic .details {
  flex-direction: column;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-evenly;
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.team-members .members-pics .pic .details h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1;
}
.team-members .members-pics .pic .details h4 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 300;
}
.team-members .members-pics .pic:hover .details {
  opacity: 1;
  visibility: visible;
}

.jadder-jobs {
  min-height: 300px;
}
.jadder-jobs .no-match {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity ease-in-out 0.3s;
}
.jadder-jobs .no-match.show {
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.jadder-jobs .jadder-job {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity ease-in-out 0.3s;
}
.jadder-jobs .jadder-job.show {
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.jadder-jobs .jadder-job .title {
  margin-bottom: 5px;
}
.jadder-jobs .jadder-job .job-row {
  display: flex;
}
.jadder-jobs .jadder-job .job-row p {
  margin-bottom: 5px;
}
.jadder-jobs .jadder-job .job-row p span {
  font-weight: 500;
}
.jadder-jobs .jadder-job .job-row .meta {
  width: 65%;
  padding-right: 10px;
}
.jadder-jobs .jadder-job .job-row .details {
  width: 35%;
  padding: 10px;
  background: #eee;
}
.jadder-jobs .jadder-job .job-row .details h4 {
  color: #e75b10;
  margin-bottom: 5px;
}
.jadder-jobs .jadder-job .job-row .details .ctas {
  display: flex;
  justify-content: space-between;
}
.jadder-jobs .jadder-job .job-row .details .ctas .button {
  display: inline-block;
}

.jadder-form {
  margin-bottom: 50px;
}
.jadder-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jadder-form form .wrap {
  width: 33.33%;
  padding: 5px;
}
.jadder-form form .wrap input,
.jadder-form form .wrap select {
  width: 100%;
  margin: 0;
}
.jadder-form form .wrap input[type=text] {
  padding: 0.75rem;
  border: 1px solid #eaeaea;
  line-height: 1.4rem;
  font-size: 1rem;
  vertical-align: middle;
}
.jadder-form form .wrap input[type=submit] {
  line-height: 1.4rem;
  padding: 0.75rem;
  max-width: 320px;
}
.jadder-form form .wrap .count {
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
.jadder-form form .wrap .submit {
  text-align: right;
}
.jadder-form form .wrap.wrap-half {
  width: 50%;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  color: #e75b10;
  background-color: #222;
  border-radius: 5px;
  border: none;
  padding: 10px 30px 6px;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  color: #e75b10;
  background-color: #222;
}

@media only screen and (max-width: 920px) {
  .team-members .members .member .image {
    width: 100%;
    text-align: center;
  }
  .team-members .members .member .details {
    width: 100%;
    padding: 20px;
  }
  .team-members .members-pics .pic {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .team-members .members-pics .pic {
    width: 50%;
  }
  .team-members .members-pics .pic .details h3 {
    font-size: 12px;
  }
  .team-members .members-pics .pic .details h4 {
    font-size: 12px;
  }

  .jadder-jobs .jadder-job .job-row {
    display: block;
  }
  .jadder-jobs .jadder-job .job-row .meta,
.jadder-jobs .jadder-job .job-row .details {
    width: 100%;
  }

  .jadder-form form .wrap {
    width: 50%;
  }
}

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