.beforeHover {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s;
}
.afterHover {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.transition {
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .customContainer {
    max-width: 1024px;
    display: flex;
    margin: auto;
  }
  .textContainer {
    max-width: 768px;
    display: flex;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  .customContainer {
    max-width: 90%;
    display: flex;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .customContainer,
  .textContainer {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .customContainer,
  .textContainer {
    max-width: calc(100% - 30px);
  }
}
*,
body {
  font-family: Barlow, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
}
body {
  background-color: #f2f2f2 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: #000;
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flex_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Industries_wrap {
  position: relative;
  padding: 0 0 70px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #77bbc7;
}
.Industries_wrap .Locmap_pointer1 {
  background: url(../images/common/pointer-icon.png) no-repeat center top;
  height: 28px;
  width: 22px;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: 11px;
  z-index: 1;
}
.Industries_wrap .Locmap_pointer2 {
  background: url(../images/common/pointer-icon.png) no-repeat center top;
  height: 73px;
  width: 58px;
  background-size: contain;
  position: absolute;
  top: 65px;
  left: 180px;
  z-index: 1;
}
.Industries_wrap .Locmap_pointer3 {
  background: url(../images/common/pointer-icon.png) no-repeat center top;
  height: 57px;
  width: 45px;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1;
}
.Industries_wrap .Locmap_pointer4 {
  background: url(../images/common/pointer-icon.png) no-repeat center top;
  height: 35px;
  width: 28px;
  background-size: contain;
  position: absolute;
  top: 60px;
  right: 11px;
  z-index: 1;
}
.Industries_wrapOuter {
  position: relative;
  width: 100%;
  padding-top: 170px;
}
.Industries_wrapOuterSec_tit {
  font-size: 1.1456rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #202b59;
  line-height: 1.1;
  margin-top: -35px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.Industries_wrapOuter h2 {
  font-size: 2.75rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  color: #202b59;
  line-height: 1.1;
  margin: 15px 0 0;
}
.Industries_wrapOuterLists {
  list-style: none;
  position: relative;
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
  column-count: 2;
  column-gap: 5px;
  margin: 20px 0 0;
}
.Industries_wrapOuterListsBx {
  position: relative;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  float: left;
}
.Industries_wrapOuterListsBxInner {
  position: relative;
}
.Industries_wrapOuterListsBxInnerHead {
  background: #202b59;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.Industries_wrapOuterListsBxInnerHeadTxt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.Industries_wrapOuterListsBxInnerHeadTxtTit {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.Industries_wrapOuterListsBxInnerHeadTxtSub {
  font-size: 0.6794rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 2px;
  color: #f2f2f2;
}
.Industries_wrapOuterListsBxInnerHeadIcon {
  margin-left: auto;
  height: 45px;
}
.Industries_wrapOuterListsBxInnerHeadIcon figure {
  width: 100%;
  height: 100%;
  margin: 0 0;
  overflow: hidden;
}
.Industries_wrapOuterListsBxInnerHeadIcon figure img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.Industries_wrapOuterListsBxInnerContent {
  background: #f2f2f2;
  padding: 20px 20px;
}
.Industries_wrapOuterListsBxInnerContentTxt {
  font-size: 1.4994rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  color: #202b59;
  width: 100%;
  min-height: 170px;
}
.Industries_wrapOuterListsBxInnerContentBottom {
  width: 100%;
  min-height: 52px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.Industries_wrapOuterListsBxInnerContentBottomTxt {
  font-size: 0.8044rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  color: #202b59;
  flex: 1;
  word-wrap: break-word;
  margin-right: 15px;
}
.Industries_wrapOuterListsBxInnerContentBottomTxt a {
  color: #20c59a;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 700;
}
.Industries_wrapOuterListsBxInnerContentBottomTxt a:hover {
  color: #000;
}
.Industries_wrapOuterListsBxInnerContentBottomLink {
  margin-left: auto;
  background: #77bbc7;
  padding: 0;
  transition: all 0.3s;
}
.Industries_wrapOuterListsBxInnerContentBottomLinkBtn {
  background: url(../images/common/arrow.png) no-repeat center;
  width: 35px !important;
  height: 35px !important;
  background-size: 18px 12px;
  display: flex;
  position: relative;
  outline: 0;
  transition: all 0.3s;
}
.Industries_wrapOuterListsBxInnerContentBottomLink:hover {
  background: #202b59;
}
.Industries_wrapOuterListsBx:nth-child(3)
  .Industries_wrapOuterListsBxInnerHead {
  background: #0d6675;
}
.Industries_wrapOuterListsBx:nth-child(2)
  .Industries_wrapOuterListsBxInnerHead {
  background: #0f509a;
}
.Industries_wrapOuterListsBx:last-child .Industries_wrapOuterListsBxInnerHead {
  background: #202b59;
}
.Services_wrap {
  position: relative;
  padding: 70px 0 70px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/common/services-bg.png) no-repeat center 10px
    #f2f2f2;
  background-size: contain;
}
.Services_wrapOuter {
  position: relative;
  width: 100%;
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.Services_wrapOuterSec_tit {
  font-size: 1.1456rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  display: inline-flex;
  color: #202b59;
  line-height: 1.1;
  margin-top: 0;
  letter-spacing: 1.2px;
  position: relative;
}
.Services_wrapOuterSec_tit span {
  font-size: 1.1456rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #202b59;
  line-height: 1.1;
  letter-spacing: 1.2px;
}
.Services_wrapOuterSec_tit .buildings {
  position: absolute;
  top: -52px;
  left: 98px;
  background: url(../images/common/service-tit-after.png) no-repeat center top;
  background-size: contain;
  width: 162px;
  height: 81px;
}
.Services_wrapOuter h2 {
  font-size: 2.75rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  color: #202b59;
  line-height: 1.1;
  margin: 15px 0 0;
  width: 100%;
}
.Services_wrapOuterLists {
  list-style: none;
  position: relative;
  margin: 20px 0 0;
  width: 100%;
}
.Services_wrapOuterListsBx {
  position: relative;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  float: left;
}
.Services_wrapOuterListsBxInn_lft {
  position: relative;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  background: #0d6675;
  padding: 35px 20px 55px;
  order: 1;
  align-items: stretch;
}
.Services_wrapOuterListsBxInn_lftTit {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.Services_wrapOuterListsBxInn_lftCopy {
  font-size: 1.4994rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.Services_wrapOuterListsBxInn_lftSub {
  font-size: 0.8044rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  color: #f2f2f2;
  word-wrap: break-word;
}
.Services_wrapOuterListsBxInn_lftLink {
  background: #f2f2f2;
  padding: 0;
  transition: all 0.3s;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.Services_wrapOuterListsBxInn_lftLinkBtn {
  background: url(../images/common/p-arrow.png) no-repeat center;
  width: 35px !important;
  height: 35px !important;
  background-size: 18px 12px;
  display: flex;
  position: relative;
  outline: 0;
  transition: all 0.3s;
}
.Services_wrapOuterListsBxInn_lftLink:hover {
  background: #77bbc7;
}
.Services_wrapOuterListsBxInn_rgt {
  position: relative;
  width: 50%;
  display: flex;
  min-height: 308px;
  flex-wrap: wrap;
  order: 2;
  background: #f2f2f2;
  padding: 0;
}
.Services_wrapOuterListsBxInn_rgt figure {
  width: 100%;
  height: 100%;
  margin: 0 0;
  overflow: hidden;
}
.Services_wrapOuterListsBxInn_rgt figure img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  transition: all 0.3s;
}
.Services_wrapOuterListsBxInn_rgt figure img:hover {
  transform: scale(1.05);
}
.Services_wrapOuterListsBx:nth-child(even) .Services_wrapOuterListsBxInn_rgt {
  order: 1;
}
.Services_wrapOuterListsBx:nth-child(even) .Services_wrapOuterListsBxInn_lft {
  order: 2;
}
.Services_wrapOuterListsBx:nth-child(2) .Services_wrapOuterListsBxInn_lft {
  background: #202b59;
}
.Services_wrapOuterListsBx:last-child .Services_wrapOuterListsBxInn_lft {
  background: #0f509a;
}
.Services_wrapBottm {
  position: relative;
  margin-top: 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.Services_wrapBottmLists {
  list-style: none;
  position: relative;
  -moz-column-count: 3;
  -moz-column-gap: 5px;
  -webkit-column-count: 3;
  -webkit-column-gap: 5px;
  column-count: 3;
  column-gap: 5px;
  margin: 0;
}
.Services_wrapBottmListsBx {
  position: relative;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  float: left;
  min-height: 500px;
  padding: 20px;
  background: #202b59;
}
.Services_wrapBottmListsBxInner {
  font-size: 2.125rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.Services_wrapBottmCTA {
  text-align: center;
  font-size: 1.2688rem;
  font-weight: 600;
  color: #020730;
  line-height: 1;
  margin-top: 25px;
}
.Services_wrapBottmLink {
  background: #b3b3b3;
  padding: 0;
  transition: all 0.3s;
  margin-top: 20px;
}
.Services_wrapBottmLinkBtn {
  background: url(../images/common/arrow.png) no-repeat center;
  width: 35px !important;
  height: 35px !important;
  background-size: 18px 12px;
  display: flex;
  position: relative;
  outline: 0;
  transition: all 0.3s;
}
.Services_wrapBottmLink:hover {
  background: #202b59;
}
.About_wrap {
  position: relative;
  padding: 0 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/common/about-bg.jpg) no-repeat center top #f2f2f2;
  background-size: cover;
}
.About_wrapOuter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.About_wrapOuterScore-bx {
  position: relative;
  width: 100%;
  padding: 140px 12%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  background: url(../images/common/score-bg.jpg) no-repeat center top;
  background-size: cover;
}
.About_wrapOuterScore-bxLoop {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: auto;
  position: relative;
  margin-bottom: 35px;
}
.About_wrapOuterScore-bxLoopList {
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 5px 0 0;
}
.About_wrapOuterScore-bxLoopList li {
  position: relative;
  margin: 0 2px;
  padding: 0 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.1rem;
  line-height: 1 !important;
  min-width: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #202b59;
}
.About_wrapOuterScore-bxLoopList li:nth-child(1),
.About_wrapOuterScore-bxLoopList li:nth-child(2) {
  background: #999;
}
.About_wrapOuterScore-bxLoopList li:nth-child(3),
.About_wrapOuterScore-bxLoopList li:nth-child(4),
.About_wrapOuterScore-bxLoopList li:nth-child(5) {
  background: #ccc;
}
.About_wrapOuterScore-bxLoopList li:last-child,
.About_wrapOuterScore-bxLoopList li:nth-child(6),
.About_wrapOuterScore-bxLoopList li:nth-child(7) {
  background: #fff;
}
.About_wrapOuterScore-bxLoopTit {
  margin-left: auto;
  background: #fff;
  font-size: 0.875rem;
  color: #202b59;
  letter-spacing: 6px;
  padding: 5px 10px;
  line-height: 2;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: Barlow, sans-serif;
}
.About_wrapOuterContent {
  background: #202b59;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 140px 0;
}
.About_wrapOuterContentInner {
  position: relative;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.About_wrapOuterContentInner figure {
  width: 71px;
  height: 69px;
  margin: 0 0 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.About_wrapOuterContentInner figure img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.About_wrapOuterContentInner h2 {
  font-size: 2.7681rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  color: #f2f2f2;
  line-height: 1.1;
}
.About_wrapOuterContentInner p {
  font-size: 1.165rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  color: #f2f2f2;
  line-height: 1.3;
  margin: 20px 0 0;
}
.About_wrapOuterContentInnerLearn {
  font-size: 0.8725rem;
  margin-top: 20px;
  font-weight: 400;
  color: #f2f2f2;
  outline: 0;
  transition: all 0.3s;
}
.About_wrapOuterContentInnerLearn:hover {
  color: #fff;
}
.About_wrapOuterContentInnerLink {
  background: #b3b3b3;
  padding: 0;
  transition: all 0.3s;
  margin-top: 20px;
  display: flex;
}
.About_wrapOuterContentInnerLinkBtn {
  background: url(../images/common/arrow.png) no-repeat center;
  width: 35px !important;
  height: 35px !important;
  background-size: 18px 12px;
  display: flex;
  position: relative;
  outline: 0;
  transition: all 0.3s;
}
.About_wrapOuterContentInnerLink:hover {
  background: #0d5f75;
}
.Mpower_wrap {
  position: relative;
  padding: 140px 0;
  width: 100%;
  background: #f2f2f2;
}
.Mpower_wrapOuter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Mpower_wrapOuter figure {
  width: 235px;
  height: 60px;
  margin: 0 0 35px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.Mpower_wrapOuter figure img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.Mpower_wrapOuterTit {
  font-size: 1.0169rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #202b59;
  line-height: 1;
  letter-spacing: 3px;
}
.Mpower_wrapOuterSub {
  font-size: 3.2681rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  color: #202b59;
  line-height: 1.1;
  margin: 35px 0 0;
  text-align: center;
}
.Mpower_wrapOuterHighlights {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 70px;
}
.Mpower_wrapOuterHighlights h3 {
  font-size: 1.1456rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #202b59;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
}
.Mpower_wrapOuterHighlightsWrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 55px;
}
.Mpower_wrapOuterHighlightsWrapperBx {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #999;
  padding: 0 50px;
  box-sizing: border-box;
}
.Mpower_wrapOuterHighlightsWrapperBxInner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  flex-direction: column;
  align-items: flex-start;
}
.Mpower_wrapOuterHighlightsWrapperBxInnerTit {
  font-size: 0.9294rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  word-wrap: break-word;
}
.Mpower_wrapOuterHighlightsWrapperBxInnerContent {
  font-size: 0.8044rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  margin: 20px 0 0;
}
.Mpower_wrapOuterHighlightsWrapperBxInnerLearn {
  font-size: 0.9294rem;
  margin-top: 20px;
  font-weight: 600;
  color: #000;
  outline: 0;
  transition: all 0.3s;
}
.Mpower_wrapOuterHighlightsWrapperBxInnerLearn:hover {
  color: #202b59;
}
.Mpower_wrapOuterHighlightsWrapperBxInnerLink {
  background: #b3b3b3;
  padding: 0;
  transition: all 0.3s;
  margin-top: 15px;
  display: flex;
}
.Mpower_wrapOuterHighlightsWrapperBxInnerLinkBtn {
  background: url(../images/common/arrow.png) no-repeat center;
  width: 35px !important;
  height: 35px !important;
  background-size: 18px 12px;
  display: flex;
  position: relative;
  outline: 0;
  transition: all 0.3s;
}
.Mpower_wrapOuterHighlightsWrapperBxInnerLink:hover {
  background: #0d5f75;
}
.Mpower_wrapOuterHighlightsWrapper
  .Mpower_wrapOuterHighlightsWrapperBx:first-child {
  padding-left: 0;
}
.Mpower_wrapOuterHighlightsWrapper
  .Mpower_wrapOuterHighlightsWrapperBx:nth-child(2) {
  width: 40%;
}
.Mpower_wrapOuterHighlightsWrapper
  .Mpower_wrapOuterHighlightsWrapperBx:last-child {
  padding-right: 0;
  border-right: 0;
}
.Mpower_wrapOuterHighlightsWrapper
  .Mpower_wrapOuterHighlightsWrapperBx
  > .Mpower_wrapOuterHighlightsWrapperBxInner:first-child {
  margin-top: 0;
}
.CEO_wrap {
  position: relative;
  padding: 0 0;
  width: 100%;
  background: #f2f2f2;
}
.CEO_wrapOuter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.CEO_wrapOuterBanner {
  background: #f2f2f2;
  height: 300px;
  width: 100%;
}
.CEO_wrapOuterBanner figure {
  width: 100%;
  height: 100%;
  margin: 0 0;
  overflow: hidden;
}
.CEO_wrapOuterBanner figure img {
  object-fit: contain;
  object-position: center top;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  transition: all 0.3s;
}
.CEO_wrapOuterBanner figure img:hover {
  transform: scale(1.03);
}
.CEO_wrapOuterBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  background: #fff;
}
.CEO_wrapOuterBlockInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 140px;
}
.CEO_wrapOuterBlockInner figure {
  width: 185px;
  height: 185px;
  margin: 0 15px 0 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.CEO_wrapOuterBlockInner figure img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.CEO_wrapOuterBlockInnerDescribe {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.CEO_wrapOuterBlockInnerDescribeName {
  font-size: 1.0969rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  color: #000;
}
.CEO_wrapOuterBlockInnerDescribeDesig {
  font-size: 0.8469rem;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.CEO_wrapOuterBlockInnerMsg {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
.CEO_wrapOuterBlockInnerMsgCopy {
  font-size: 2.2681rem;
  line-height: 1.3;
  font-weight: 300;
  color: #000;
  margin-top: 35px;
}
.Abv_foo_wrap {
  position: relative;
  padding: 0 0;
  width: 100%;
  background: #f2f2f2;
}
.Abv_foo_wrapOuter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.Abv_foo_wrapOuterBanner {
  background: #f2f2f2;
  height: 300px;
  width: 100%;
  position: relative;
}
.Abv_foo_wrapOuterBanner figure {
  width: 100%;
  height: 100%;
  margin: 0 0;
  overflow: hidden;
}
.Abv_foo_wrapOuterBanner figure img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-position: center top;
  height: 100%;
  transition: all 0.3s;
}
.Abv_foo_wrapOuterBanner figure img:hover {
  transform: scale(1.03);
}
.Abv_foo_wrapOuterBlock {
  margin-top: 15px;
}
.Abv_foo_wrapOuterBlockInner {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 100px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.Abv_foo_wrapOuterBlockInnerTit {
  font-size: 2.2681rem;
  line-height: 1.3;
  font-weight: 400;
  color: #202b59;
  margin-top: 35px;
  text-align: center;
}
.Abv_foo_wrapOuterBlockInnerSub {
  font-size: 1.2688rem;
  font-weight: 600;
  color: #020730;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 35px;
}
.Abv_foo_wrapOuterBlockInnerLink {
  background: #b3b3b3;
  padding: 0;
  transition: all 0.3s;
  margin-top: 20px;
  display: flex;
}
.Abv_foo_wrapOuterBlockInnerLinkBtn {
  background: url(../images/common/arrow.png) no-repeat center;
  width: 35px !important;
  height: 35px !important;
  background-size: 18px 12px;
  display: flex;
  position: relative;
  outline: 0;
  transition: all 0.3s;
}
.Abv_foo_wrapOuterBlockInnerLink:hover {
  background: #0d5f75;
}
.swiper-pagination {
  position: absolute;
  bottom: -90px;
  right: calc(50% - 62px);
}
.swiper-pagination-bullet {
  transform: scale(1) !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px !important;
  display: inline-block !important;
  border-radius: 50% !important;
  background: #202b59;
  opacity: 0.5;
  left: initial !important;
  position: relative;
}
.swiper-pagination-bullet-active {
  background: #202b59 !important;
  opacity: 1;
}
.Preferredout {
  min-height: 54px;
  padding-left: 5px;
  border-radius: 0 !important;
  background: #fff;
  border: 2px solid #1f60f1;
  outline: 0;
  color: #131c2f;
  width: 100%;
}
.Preferredout .select2-selection,
.Preferredout .select2-selection__placeholder {
  font-size: 1rem !important;
}
.Preferredout
  .select2-container--flat
  .select2-selection--single
  .select2-selection__arrow {
  height: 54px;
  position: absolute;
  top: 3px;
  font-size: 1rem;
  right: 5px;
  width: 20px;
}
.Preferredout
  .select2-container--flat
  .select2-selection--single
  .select2-selection__arrow
  b {
  height: 9px;
  width: 9px;
  transform: rotate(225deg);
  transform-origin: center center;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -3px;
  left: 0;
  top: 17px;
  position: absolute;
}
.Preferredout
  .select2-container--flat.select2-container--open
  .select2-selection__arrow
  b {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 22px;
}
.Preferredout .select2-container .select2-choice .select2-arrow {
  border: 0;
  border-radius: 0;
  background: 0 0;
  background-image: none;
}
.Preferredout
  .select2-container
  .select2-selection--single
  .select2-selection__clear {
  font-size: 1.5rem;
  right: 40px;
  position: absolute;
}
.Preferredout .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #131c2f;
  line-height: 1;
  font-weight: 400;
  height: 54px;
}
.Preferredout
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 10px;
}
.Preferredout
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: initial;
}
.Preferredout .select2-container {
  box-sizing: border-box;
  display: inline-block;
  width: 100% !important;
  min-height: 54px;
}
.backToTop {
  opacity: 0.7;
}
.backToTop svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  vertical-align: center;
}
.backToTop:hover {
  opacity: 1;
}
textarea.custinput {
  height: 100px;
  line-height: 1em;
  padding-top: 15px;
  outline: 0;
}
textarea.custinput::placeholder {
  color: #131c2f;
  opacity: 1;
  font-size: 1rem;
  font-weight: 400;
}
textarea.custinput:-ms-input-placeholder {
  color: #131c2f;
  font-size: 1rem;
  font-weight: 400;
}
textarea.custinput::-ms-input-placeholder {
  color: #131c2f;
  font-size: 1rem;
  font-weight: 400;
}
textarea.custinput:focus {
  border: 2px solid #202b59;
}
.custinput {
  float: left;
  width: 100%;
  padding: 3px 15px;
  min-height: 58px;
  line-height: 58px;
  border: 2px solid #1f60f1;
  font-size: 1rem;
  color: #131c2f !important;
  line-height: 1em;
  border-radius: 0;
  font-weight: 400;
  background-color: #fff;
}
.custinput::placeholder {
  color: #131c2f;
  opacity: 1;
  font-size: 1rem;
  font-weight: 400;
}
.custinput:-ms-input-placeholder {
  color: #131c2f;
  font-size: 1rem;
  font-weight: 400;
}
.custinput::-ms-input-placeholder {
  color: #131c2f;
  font-size: 1rem;
  font-weight: 400;
}
.custinput:focus {
  border: 2px solid #202b59;
}
label.error {
  width: 100%;
  position: relative;
  bottom: 0;
  float: left;
  left: 0;
  color: #e46363;
  font-size: 12px;
  text-align: left;
  line-height: 1em;
  font-weight: 300;
  transition: all 0.3s;
  margin-top: 7px;
}
.swiper-button-container {
  background-color: rgba(0, 0, 0, 0.25);
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 1 !important;
  color: #4b4342 !important;
  outline: 0;
  border: none !important;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
}
.swiper-button-prev {
  right: 15% !important;
  left: auto;
}
.swiper-button-next {
  right: 10% !important;
  left: auto;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8 !important;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50% !important;
  transform: translateY(-50%);
  position: absolute;
  overflow: hidden;
  width: 18px;
  height: 12px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  background: url(../images/common/arrow.png) no-repeat center;
  content: "" !important;
  background-size: contain;
  top: 0;
  position: absolute;
  width: 18px;
  height: 12px;
}
.swiper-button-next {
  right: 25% !important;
  left: auto;
  transform: translateX(-50%);
}
.swiper-button-prev {
  right: auto;
  left: 25% !important;
  transform: translateX(-50%);
}
.swiper-button-prev::after {
  transform: rotate(180deg);
}
.errorPage_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 15% 0;
}
.errorPage_wrap h2 {
  font-size: 2.825rem;
  font-weight: 400;
  color: #202b59;
  line-height: 1.15;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  margin: 0;
  text-align: center;
}
.errorPage_wrapCopy {
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 500;
  margin: 30px 0;
  color: #000;
  text-align: center;
}
.errorPage_wrapBtom {
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  margin: 15px 0;
  text-align: center;
}
.errorPage_wrapBtom a {
  color: #58bbc7 !important;
  text-decoration: none;
  font-weight: 500;
}
.errorPage_wrapBtom a:hover {
  color: #202b59 !important;
}
@media (max-height: 991px) and (min-width: 1200px) and (max-width: 1600px) {
  html {
    font-size: 95%;
  }
}
@media (max-height: 1024px) and (min-width: 1190px) and (max-width: 1400px) {
  html {
    font-size: 87%;
  }
}
@media (max-width: 1650px) {
  html {
    font-size: 100%;
  }
  .swiper-button-next {
    right: 15% !important;
  }
  .swiper-button-prev {
    left: 15% !important;
  }
  .bannerSlideOuterLeft {
    background-position: top right !important;
  }
}
@media (max-width: 1200px) {
  .swiper-button-next {
    right: 10% !important;
  }
  .swiper-button-prev {
    left: 10% !important;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  .swiper-button-next {
    right: 30px !important;
  }
  .swiper-button-prev {
    left: 30px !important;
  }
  .About_wrapOuterScore-bx {
    padding: 140px 30px;
  }
  .Abv_foo_wrapOuterBanner,
  .CEO_wrapOuterBanner {
    height: 250px;
  }
  .Abv_foo_wrapOuterBanner figure img,
  .CEO_wrapOuterBanner figure img {
    object-fit: cover;
  }
}
@media (max-width: 992px) {
  .About_wrapOuterScore-bxLoopTit {
    letter-spacing: 5px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .About_wrapOuterContent {
    padding: 100px 0;
  }
  .Abv_foo_wrapOuterBanner,
  .CEO_wrapOuterBanner {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .bannerSlideOuterLeft,
  .bannerSlideOuterRight {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    height: 300px;
  }
  .Industries_wrap .Locmap_pointer3 {
    display: none;
  }
  .Industries_wrap .Locmap_pointer4 {
    top: 20px;
    height: 57px;
    width: 45px;
    right: 30px;
  }
  .Industries_wrap .Locmap_pointer1 {
    top: 30px;
  }
  .About_wrapOuterScore-bxLoop {
    align-items: center;
  }
  .banner,
  .bannerSlideOuter {
    height: 600px;
  }
  .bannerSlideOuterLeft {
    background-position: bottom right !important;
  }
  .Industries_wrapOuterLists {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    margin: 20px 0 0;
  }
  .Services_wrapBottmLists {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    margin: 0;
  }
  .Industries_wrapOuterListsBxInnerContentTxt {
    min-height: 135px;
  }
  .Services_wrapOuterListsBxInn_rgt {
    width: 100%;
    min-height: 140px;
    height: 140px;
    order: 2;
  }
  .Services_wrapOuterListsBxInn_rgt figure img {
    object-fit: cover;
    object-position: 0 -20px;
  }
  .Services_wrapBottmListsBx {
    min-height: auto;
  }
  .About_wrapOuterScore-bxLoopTit {
    margin-left: 0;
  }
  .About_wrapOuterScore-bx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Services_wrapOuterListsBxInn_lft {
    width: 100%;
    order: 1;
  }
  .About_wrapOuterContentInner {
    width: 100%;
  }
  .Mpower_wrapOuterHighlightsWrapper
    .Mpower_wrapOuterHighlightsWrapperBx:nth-child(2),
  .Mpower_wrapOuterHighlightsWrapperBx {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    border: 0;
  }
  .Mpower_wrapOuterHighlightsWrapperBx {
    flex-direction: column;
  }
  .Services_wrapOuterListsBxInn_lftSub {
    margin-bottom: 20px;
  }
  .About_wrapOuterScore-bxLoop {
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .CEO_wrapOuterBlockInnerMsgCopy {
    font-size: 1.6rem;
  }
  .Industries_wrapOuter {
    background-position: left top;
    background-size: 600px;
  }
  .Industries_wrapOuterSec_tit,
  .Services_wrapOuterSec_tit {
    font-size: 2rem;
    margin-bottom: 35px;
    letter-spacing: 2px;
  }
  .Services_wrapOuterSec_tit span {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .Industries_wrapOuterListsBxInnerHeadTxtSub {
    font-size: 0.8794rem;
    margin-top: 4px;
  }
  .Industries_wrapOuterListsBxInnerHeadTxtTit {
    font-size: 1.4625rem;
  }
  .Industries_wrapOuterListsBx {
    margin-top: 15px;
  }
  .Industries_wrapOuterListsBxInnerContentBottomTxt {
    font-size: 1rem;
  }
  .Industries_wrapOuterListsBxInnerHeadTxt {
    flex: 1;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .Services_wrapOuterSec_tit:after {
    position: absolute;
    top: -52px;
    left: 157px;
  }
  .Services_wrapOuterListsBxInn_lftTit {
    font-size: 1.2625rem;
    letter-spacing: 2px;
  }
  .Services_wrapOuterListsBxInn_lftCopy {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .Services_wrapOuterListsBx:nth-child(even) .Services_wrapOuterListsBxInn_rgt {
    order: 2;
  }
  .Services_wrapOuterListsBx:nth-child(even) .Services_wrapOuterListsBxInn_lft {
    order: 1;
  }
  .Services_wrapOuterListsBx {
    position: relative;
    margin-top: 15px;
  }
  .Services_wrapOuterListsBxInn_lftSub {
    font-size: 1.2044rem;
  }
  .Services_wrapBottmListsBx {
    padding: 35px;
  }
  .About_wrapOuterScore-bxLoopList {
    margin: 0;
  }
  .About_wrapOuterScore-bxLoopTit {
    margin-top: 3px;
  }
  .About_wrapOuterScore-bxLoopList li {
    min-width: calc(100% / 8 - 4px);
  }
  .About_wrapOuterScore-bxLoopList li:first-child {
    margin-left: 0;
  }
  .About_wrapOuterScore-bxLoopList li:last-child {
    margin-right: 0;
  }
  .About_wrapOuterScore-bx {
    padding: 70px 45px;
  }
  .About_wrapOuterContent {
    padding: 70px 15px;
  }
  .About_wrapOuterContentInner h2 {
    font-size: 2.0681rem;
  }
  .Mpower_wrap {
    position: relative;
    padding: 70px 0;
  }
  .Mpower_wrapOuterTit {
    line-height: 1.5;
    text-align: center;
  }
  .Mpower_wrapOuterSub {
    font-size: 2.5rem;
  }
  .Mpower_wrapOuterHighlights {
    justify-content: flex-start;
  }
  .Mpower_wrapOuterHighlights h3 {
    font-size: 1.7rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
  .Mpower_wrapOuterHighlightsWrapper {
    margin-top: 0;
  }
  .Mpower_wrapOuterHighlightsWrapperBxInnerTit {
    font-size: 1.3rem;
  }
  .Mpower_wrapOuterHighlightsWrapperBxInnerContent {
    font-size: 1rem;
    margin: 10px 0 0;
  }
  .Mpower_wrapOuterHighlightsWrapperBxInner {
    margin-top: 15px;
  }
  .Abv_foo_wrapOuterBanner,
  .CEO_wrapOuterBanner {
    height: 121px;
  }
  .CEO_wrapOuterBlockInner figure {
    width: 35%;
    height: auto;
  }
  .CEO_wrapOuterBlockInner {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .CEO_wrapOuterBlockInnerMsg {
    width: 100%;
  }
  .Abv_foo_wrapOuterBlockInnerTit {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0;
  }
  .Industries_wrapOuter h2,
  .Services_wrapOuter h2 {
    font-size: 2.25rem;
  }
  .About_wrapOuterScore-bxLoopTit {
    margin: 4px auto;
    letter-spacing: 2px;
    text-align: center;
    padding: 3px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    align-items: center;
    justify-content: center;
  }
  .About_wrapOuterContentInner figure {
    width: 58px;
    height: 56px;
    margin: 0 0 20px;
  }
  .Services_wrapOuterSec_tit .buildings {
    position: absolute;
    top: -34px;
    width: 120px;
    left: 170px;
    height: 62px;
  }
  .Mpower_wrapOuterHighlightsWrapperBxInnerLearn {
    flex: 1;
    width: 100%;
  }
  .errorPage_wrap h2 {
    font-size: 1.825rem;
  }
}
@media (max-width: 480px) {
  .About_wrapOuterScore-bxLoop {
    align-items: stretch;
  }
  .Abv_foo_wrapOuterBlockInnerSub {
    text-align: center;
  }
  .About_wrapOuterScore-bxLoopTit {
    line-height: 1.2;
    margin: 4px auto;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    padding: 5px 7px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
  }
  .About_wrapOuterScore-bx {
    padding: 50px 40px;
  }
  .CEO_wrapOuterBlockInnerMsgCopy {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .errorPage_wrap h2 {
    font-size: 1.525rem;
  }
}
@media (max-width: 391px) {
  .bannerSlideOuterRightContent {
    padding: 0 15px;
    text-align: left;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .Industries_wrapOuter h2,
  .Services_wrapOuter h2 {
    font-size: 1.8rem;
  }
  .Industries_wrapOuterListsBxInnerContentTxt {
    min-height: auto;
    font-size: 1.4rem;
    word-wrap: break-word;
    margin-bottom: 35px;
  }
  .Industries_wrapOuterListsBxInnerContentBottomTxt {
    font-size: 0.9rem !important;
  }
  .Industries_wrapOuterListsBxInnerHeadTxtTit {
    font-size: 1.1625rem;
  }
  .Industries_wrapOuterListsBxInnerHeadTxtSub {
    font-size: 0.7794rem;
  }
  .Industries_wrapOuterSec_tit,
  .Services_wrapOuterSec_tit span {
    font-size: 1.5rem;
  }
  .Services_wrapOuter h2 {
    margin-top: 0;
  }
  .Abv_foo_wrapOuterBlockInnerSub,
  .Services_wrapBottmCTA,
  .Services_wrapOuterListsBxInn_lftTit {
    font-size: 1rem;
  }
  .Services_wrapOuterListsBxInn_lftSub {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 400;
  }
  .Services_wrapOuterListsBxInn_lftCopy {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .Services_wrapBottm {
    margin-top: 70px;
  }
  .Services_wrapBottmListsBxInner {
    font-size: 1.8rem;
  }
  .About_wrapOuterScore-bxLoopList li {
    padding: 0 4px;
    font-size: 1.8rem;
    line-height: 1 !important;
    margin: 0 2px;
  }
  .About_wrapOuterContentInner h2 {
    font-size: 1.6rem;
  }
  .About_wrapOuterContentInner p {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.5;
  }
  .About_wrapOuterContentInnerLearn {
    font-size: 0.7725rem;
    margin-top: 35px;
  }
  .Abv_foo_wrapOuterBlockInnerTit,
  .Mpower_wrapOuterSub {
    font-size: 1.8rem;
  }
  .Abv_foo_wrapOuterBanner,
  .CEO_wrapOuterBanner {
    height: auto;
  }
  .Industries_wrap .Locmap_pointer4 {
    top: 20px;
    height: 47px;
    width: 37px;
    right: 10px;
  }
  .Industries_wrap .Locmap_pointer2 {
    left: 150px;
  }
  .Industries_wrap .Locmap_pointer1 {
    left: 0;
  }
  .Services_wrapOuterSec_tit .buildings {
    position: absolute;
    top: -34px;
    width: 120px;
    left: 125px;
    height: 62px;
  }
}
.wpcf7-form {
  width: 100%;
  height: auto;
  position: relative;
}
.wpcf7-form .formGroup {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 25px;
}
.wpcf7-form .formGroup p {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.wpcf7-form .formGroup .wpcf7-form-control-wrap {
  position: relative;
  height: 100%;
  display: flex;
}
.wpcf7-form .formGroup input,
.wpcf7-form .formGroup select,
.wpcf7-form .formGroup textarea {
  background: #fff;
  outline: 0;
  border: none !important;
  border: 1px solid !important;
  border-color: #d1d1d1 !important;
  height: 53px;
  padding: 20px 20px !important;
  margin: 0 !important;
  width: 100%;
  font-family: Barlow, sans-serif;
  color: #3a3a3a;
  line-height: 1 !important;
}
.wpcf7-spinner {
  float: right;
}
.wpcf7-form .formGroup textarea {
  height: 180px !important;
  resize: none;
  padding: 20px !important;
}
.wpcf7-form .formGroup input::placeholder,
.wpcf7-form .formGroup select::placeholder,
.wpcf7-form .formGroup textarea::placeholder {
  color: grey !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 0.7rem;
  background: #dc3232;
  font-weight: 400;
  margin-top: 3px;
  display: block;
  padding: 3px 5px;
  bottom: -18px;
  right: 0;
  position: absolute;
  width: fit-content;
  border-radius: 3px;
  line-height: 1;
}
.wpcf7-form .formGroup input.wpcf7-submit {
  width: fit-content !important;
  background: #202b59 !important;
  color: #fff !important;
  float: right;
  font-family: "Barlow Condensed", sans-serif;
  height: auto;
  font-size: 1rem;
  font-weight: 100 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  cursor: pointer;
  border-radius: 0;
  padding: 20px 30px !important;
  transition: all 0.3s;
  letter-spacing: 0.15rem;
}
.wpcf7-form .formGroup input.wpcf7-submit:hover {
  background: #0d5f75 !important;
}
.wpcf7-response-output {
  margin: 0 !important;
}
@media (max-width: 581px) {
  .wpcf7-form .formGroup input,
  .wpcf7-form .formGroup select,
  .wpcf7-form .formGroup textarea {
    height: 42px;
  }
  .wpcf7-form .formGroup textarea {
    height: 125px !important;
  }
}