html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  max-width: 100%;
  height: auto;
}

.linkWrap {
  display: inline-block;
  overflow: hidden;
}
.linkWrap a {
  transform: translateY(100%);
  transition: 0.5s ease;
}
.linkWrap.active a {
  transform: translateY(0);
}

a {
  text-decoration: none;
  transition: 0.3s ease;
  color: #fff;
}

section {
  float: left;
  width: 100%;
}

svg {
  pointer-events: none;
}

p, ul {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1100px) {
  p, ul {
    margin-bottom: 35px;
  }
}
p strong, ul strong {
  font-weight: 700;
}

input[type=email],
input[type=text],
input[type=tel] {
  background: transparent;
  border: none;
}

.inputWrapper .inputWrap input {
  height: 34px;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.inputWrapper .inputWrap label {
  transition: 0.3s ease;
  pointer-events: none;
}
.inputWrapper .inputWrap label.active {
  bottom: 46px !important;
  left: 2px !important;
  font-size: 14px !important;
}
.inputWrapper .inputWrap input:focus + label {
  bottom: 46px !important;
  left: 2px !important;
  font-size: 14px !important;
}

.button,
.wpcf7-submit {
  padding: 6px 20px;
  border-radius: 40px;
  height: 40px;
  font-size: 18px;
  display: inline-block;
  width: auto;
  transition: 0.3s ease;
  box-shadow: none;
}
.button:hover,
.wpcf7-submit:hover {
  cursor: pointer;
}
.button.noOutline.arrow,
.wpcf7-submit.noOutline.arrow {
  position: relative;
  padding-right: 75px;
  font-weight: 400;
}
.button.noOutline.arrow:after,
.wpcf7-submit.noOutline.arrow:after {
  transition: 0.3s ease;
  transform: scale(1);
  transform-origin: left;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.253' height='9.246' viewBox='0 0 42.253 9.246'%3E%3Cg transform='translate(-428.5 -2030.917)'%3E%3Cline x2='41' transform='translate(428.5 2035.5)' fill='none' stroke='%2302dd8d' stroke-width='1'/%3E%3Cpath d='M467.306,2032.331l4.27,4.27-4.27,4.27' transform='translate(-1.53 -1.06)' fill='none' stroke='%2302dd8d' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 10px;
  width: 42px;
  margin: auto 0;
}
.button.noOutline.arrow:hover .underline,
.wpcf7-submit.noOutline.arrow:hover .underline {
  background-size: 100% 90%;
}
.button.noOutline.arrow:hover:after,
.wpcf7-submit.noOutline.arrow:hover:after {
  transform: scale(1.3);
}
.button.noOutline.arrow.white .underline,
.wpcf7-submit.noOutline.arrow.white .underline {
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 5px);
}
.button.noOutline.arrow.white:after,
.wpcf7-submit.noOutline.arrow.white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.253' height='9.246' viewBox='0 0 42.253 9.246'%3E%3Cg transform='translate(-428.5 -2030.917)'%3E%3Cline x2='41' transform='translate(428.5 2035.5)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath d='M467.306,2032.331l4.27,4.27-4.27,4.27' transform='translate(-1.53 -1.06)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}

.slick-slide {
  float: left;
}

a:hover, a:focus,
div:hover,
div:focus,
button:hover,
button:focus,
select:hover,
select:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
text:hover,
text:focus {
  outline: none;
}

.footer {
  float: left;
  width: 100%;
  background-color: #0F1010;
  position: relative;
  overflow: hidden;
  z-index: 330;
}
.footer .footerBG {
  position: absolute;
  top: -5px;
  bottom: -5px;
  height: calc(100% + 10px);
  left: 0%;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .footer .footerBG {
    left: 30%;
  }
}
.footer .wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.5s;
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper {
    padding-top: 65px;
    padding-bottom: 210px;
  }
}
.footer .wrapper.active {
  opacity: 1;
}
.footer .wrapper .tel a:hover, .footer .wrapper .mail a:hover {
  color: #6D7CC3 !important;
}
.footer .wrapper p a:hover {
  color: #6D7CC3 !important;
}
.footer .wrapper ul li a:hover {
  color: #6D7CC3 !important;
}
.footer .wrapper .footerLogo {
  margin-top: 18px;
  display: block;
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .footerLogo {
    display: flex;
    align-items: center;
    flex: 1 0 100%;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper .footerLogo {
    position: absolute;
    bottom: 70px;
    left: 40px;
  }
}
@media only screen and (min-width: 375px) {
  .footer .wrapper .addresses {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .addresses {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .addresses {
    width: 45%;
    float: left;
  }
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper .addresses {
    width: 40%;
    max-width: 460px;
  }
}
@media only screen and (min-width: 375px) {
  .footer .wrapper .addresses div {
    flex: 0 1 50%;
  }
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .addresses div {
    flex: 0 1 33.33%;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .addresses div {
    flex: 0 1 47%;
  }
}
.footer .wrapper .addresses div .tel, .footer .wrapper .addresses div .mail {
  padding-left: 0 !important;
}
@media only screen and (min-width: 375px) {
  .footer .wrapper .addresses div:nth-of-type(1) {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 640px) {
  .footer .wrapper .addresses div:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 375px) {
  .footer .wrapper .addresses div:nth-of-type(2) {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 640px) {
  .footer .wrapper .addresses div:nth-of-type(2) {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .addresses div:nth-of-type(2) {
    flex: 0 1 53%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 375px) {
  .footer .wrapper .addresses div:nth-of-type(2) .tel {
    margin-top: 46px;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .addresses div:nth-of-type(2) .tel {
    margin-top: 56px;
  }
}
@media only screen and (min-width: 375px) {
  .footer .wrapper .serviceSectors {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .serviceSectors {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .serviceSectors {
    width: 60%;
    float: left;
  }
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper .serviceSectors {
    max-width: 800px;
  }
}
@media only screen and (min-width: 375px) {
  .footer .wrapper .serviceSectors .servicesFooter {
    flex: 0 1 50%;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 640px) {
  .footer .wrapper .serviceSectors .servicesFooter {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .serviceSectors .servicesFooter {
    position: absolute;
    right: 20px;
    top: 89px;
    padding-right: 0;
    padding-left: 40px;
    width: 28.33%;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .serviceSectors .servicesFooter {
    position: relative;
    top: auto;
    flex: 0 1 32%;
    padding-left: 0;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper .serviceSectors .servicesFooter {
    flex: 0 1 25%;
  }
}
@media only screen and (min-width: 1300px) {
  .footer .wrapper .serviceSectors .servicesFooter {
    flex: 0 1 32%;
  }
}
@media only screen and (min-width: 375px) {
  .footer .wrapper .serviceSectors .sectorFooter {
    flex: 0 1 50%;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 640px) {
  .footer .wrapper .serviceSectors .sectorFooter {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .serviceSectors .sectorFooter {
    flex: 0 1 33.33%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .serviceSectors .sectorFooter {
    flex: 0 1 25%;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .serviceSectors .resourcesFooter {
    flex: 0 1 33.33%;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .serviceSectors .resourcesFooter {
    flex: 0 1 25%;
    padding-left: 0;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 375px) {
  .footer .wrapper .serviceSectors .isosFooter {
    flex: 0 1 50%;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 640px) {
  .footer .wrapper .serviceSectors .isosFooter {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .serviceSectors .isosFooter {
    position: absolute;
    right: 20px;
    /* top: 89px; */
    padding-right: 0;
    padding-left: 40px;
    width: 28.33%;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .serviceSectors .isosFooter {
    position: static;
    width: unset;
    flex: 0 1 18%;
    padding-left: 0;
  }
}
.footer .wrapper .addresses > div, .footer .wrapper .serviceSectors > div {
  margin-top: 50px;
}
.footer .wrapper .addresses > div h5, .footer .wrapper .serviceSectors > div h5 {
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper .addresses > div h5, .footer .wrapper .serviceSectors > div h5 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1250px) {
  .footer .wrapper .addresses > div h5, .footer .wrapper .serviceSectors > div h5 {
    font-size: 26px;
  }
}
.footer .wrapper .addresses > div ul, .footer .wrapper .serviceSectors > div ul {
  list-style: none;
  padding-left: 0;
}
.footer .wrapper .addresses > div ul li, .footer .wrapper .serviceSectors > div ul li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper .addresses > div ul li, .footer .wrapper .serviceSectors > div ul li {
    margin-bottom: 20px;
  }
}
.footer .wrapper .addresses > div p, .footer .wrapper .addresses > div a, .footer .wrapper .addresses > div li, .footer .wrapper .serviceSectors > div p, .footer .wrapper .serviceSectors > div a, .footer .wrapper .serviceSectors > div li {
  font-size: 13px;
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper .addresses > div p, .footer .wrapper .addresses > div a, .footer .wrapper .addresses > div li, .footer .wrapper .serviceSectors > div p, .footer .wrapper .serviceSectors > div a, .footer .wrapper .serviceSectors > div li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 350px) {
  .footer .wrapper .addresses > div.resourcesFooter ul, .footer .wrapper .serviceSectors > div.resourcesFooter ul {
    margin-bottom: 0;
  }
}
.footer .wrapper .holdens {
  margin-top: 40px;
  display: inline-block;
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .holdens {
    left: 40px;
    bottom: 40px;
    position: absolute;
  }
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper .holdens {
    left: auto;
    right: 20px;
    bottom: 70px;
  }
}
@media only screen and (min-width: 350px) {
  .footer .wrapper .copyRight {
    position: absolute;
    bottom: 40px;
    right: 20px;
  }
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper .copyRight {
    bottom: 70px;
    right: 60px;
  }
}
.footer .wrapper .copyRight span {
  font-size: 13px;
  display: block;
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .copyRight span {
    float: left;
    margin-left: 5px;
  }
}
.footer .wrapper .linkedIn {
  position: absolute;
  right: 20px;
  top: 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  font-size: 13px;
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .linkedIn {
    transition: 0.5s ease;
    transform: scale(1);
    cursor: pointer;
  }
  .footer .wrapper .linkedIn:hover {
    transform: scale(1.15);
  }
  .footer .wrapper .linkedIn svg {
    pointer-events: none;
  }
}
@media only screen and (min-width: 1150px) {
  .footer .wrapper .linkedIn {
    top: 88px;
  }
}
.footer .wrapper .linkedIn svg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.footer .wrapper .linkedIn span {
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=footer.css.map */