.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);
  }
}
.Innerbanner {
  position: relative;
  width: 100%;
}
.InnerbannerOuter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.InnerbannerOuterImg {
  background-size: cover !important;
  background-position: center top !important;
  height: 300px;
  width: 100%;
  position: relative;
  padding: 70px 0;
}
.InnerbannerOuterImgBreadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.InnerbannerOuterImgBreadcrumbLists {
  list-style: none;
  position: relative;
  padding-top: 30px;
}
.InnerbannerOuterImgBreadcrumbLists li {
  position: relative;
  margin-right: 5px;
  float: left;
  padding: 0;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.InnerbannerOuterImgBreadcrumbLists li a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s;
}
.InnerbannerOuterImgBreadcrumbLists li a:hover {
  color: #00a99d;
}
.Mission_wrap {
  position: relative;
  padding: 70px 0;
  width: 100%;
}
.Mission_wrapOuter {
  position: relative;
  background-size: contain;
  width: 100%;
  padding-top: 0;
}
.Mission_wrapOuter h2 {
  font-size: 1.1456rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #202b59;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.Mission_wrapOuter h3 {
  font-size: 2rem;
  font-family: Barlow, sans-serif;
  font-weight: 100;
  color: #202b59;
  line-height: 1.1;
  width: 80%;
  word-wrap: break-word;
  margin: 15px 0 0;
}
.Story_wrap {
  position: relative;
  padding: 30px 0 70px;
  width: 100%;
}
.Story_wrapOuter {
  display: flex;
  width: 100%;
  position: relative;
  background: url(../images/common/our-story-bg.jpg) no-repeat center;
  background-size: cover !important;
  padding: 70px 0;
}
.Story_wrapOuterBlock {
  display: flex;
  width: 100%;
  position: relative;
}
.Story_wrapOuterBlockLeft {
  margin-top: 10px;
  width: 55%;
  position: relative;
}
.Story_wrapOuterBlockLeft h2 {
  font-size: 1.1456rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #202b59;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.Story_wrapOuterBlockLeft p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #202b59;
  line-height: 1.6;
  margin: 20px 0 0;
}
.Story_wrapOuterBlockGlobe {
  width: 317px;
  height: 317px;
  position: relative;
  margin-top: -250px;
  margin-left: auto;
  background: url(../images/common/universe.png) no-repeat center top;
  background-size: contain;
  display: flex;
  align-items: center;
}
.Story_wrapOuterBlockGlobeContent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.Story_wrapOuterBlockGlobeContentT1 {
  margin-top: 0;
  width: 100%;
  font-size: 0.759rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.Story_wrapOuterBlockGlobeContentT1 span {
  font-weight: 700;
  font-size: 1.818rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.Story_wrapOuterBlockGlobeContentT2 {
  margin-top: 50px;
  font-size: 0.759rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.Story_wrapOuterBlockGlobeContentT2 span {
  font-weight: 700;
  font-size: 1.818rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.Story_wrapPic {
  width: 100%;
  display: flex;
}
.Story_wrapPicInner {
  background-size: cover !important;
  background-position: top center !important;
  height: 300px;
  width: 100%;
}
.Story_wrap .Story_wrapmMain {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}
.Value_wrap {
  background: #202b59;
  padding: 100px 0;
  position: relative;
  margin-top: -220px;
  z-index: -1;
}
.Value_wrapOuter {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 150px;
}
.Value_wrapOuter h2 {
  font-size: 1.1456rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  width: 100%;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.Value_wrapOuter p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin: 15px 0 0;
}
.Team_wrap {
  padding: 100px 0;
  position: relative;
}
.Team_wrapOuter {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 0;
}
.Team_wrapOuter h2 {
  font-size: 1.1456rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #202b59;
  line-height: 1.1;
  width: 100%;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.Team_wrapOuterBlock {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.Team_wrapOuterBlockInner {
  margin-top: 90px;
  position: relative;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.Team_wrapOuterBlockInnerBx {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 50px;
}
.Team_wrapOuterBlockInnerBx figure {
  width: 270px;
  height: 270px;
  margin: 0 0;
  overflow: hidden;
}
.Team_wrapOuterBlockInnerBx figure img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.Team_wrapOuterBlockInnerBxContent {
  width: calc(100% - 270px);
  padding-left: 20px;
  padding-top: 60px;
}
.Team_wrapOuterBlockInnerBxContentTit {
  color: #000;
  font-size: 1.146rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
}
.Team_wrapOuterBlockInnerBxContentDesig {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 5px;
  letter-spacing: 1px;
}
.Team_wrapOuterBlockInnerBxContentCopy {
  width: 100%;
  position: relative;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.Team_wrapOuterBlockInnerBxContentCopy p {
  font-size: 0.813rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.7px;
  margin: 0 0 20px;
}
.Team_wrapOuterBlockInnerBxContentCopyLink {
  background: #b3b3b3;
  padding: 0;
  transition: all 0.3s;
  margin-top: 5px;
  display: flex;
  width: 37px;
  height: 37px;
}
.Team_wrapOuterBlockInnerBxContentCopyLinkBtn {
  background: url(../images/common/arrow.png) no-repeat center;
  width: 37px !important;
  height: 37px !important;
  background-size: 18px 12px;
  display: flex;
  position: relative;
  outline: 0;
  transform: rotate(90deg);
  transition: all 0.3s;
  cursor: pointer;
}
.Team_wrapOuterBlockInnerBxContentCopyLink:hover {
  background: #0d5f75;
}
.Team_wrapOuterBlockInnerBxContentCopy
  .active
  .Team_wrapOuterBlockInnerBxContentCopyLinkBtn {
  transform: rotate(270deg);
}
.Team_wrapOuterBlockInnerQuote {
  color: grey;
  font-size: 1.643rem;
  font-style: italic;
  line-height: 1.3;
  text-align: center;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.Team_wrapOuterBlockInnerQuote p {
  color: grey;
  font-size: 1.643rem;
  font-style: italic;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
@media (max-width: 890px) {
  .Story_wrapOuterBlock {
    padding: 0 15px;
  }
}
@media (max-width: 667px) {
  .Story_wrap {
    margin-top: 170px;
  }
  .Story_wrapOuterBlock {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .Story_wrapOuterBlockLeft {
    margin-top: 10px;
    width: 100%;
  }
  .Mission_wrapOuter h3 {
    font-size: 1.7rem;
  }
  .Value_wrapOuter p {
    font-size: 1.343rem;
  }
  .Team_wrap {
    padding: 70px 0;
  }
  .Story_wrapOuterBlockLeft {
    order: 2;
  }
  .Story_wrapOuterBlockGlobe {
    order: 1;
    transform: translateX(-135px);
    margin-left: 50%;
    width: 270px;
    height: 270px;
  }
  .Story_wrapOuter {
    padding: 90px 0 30px;
  }
}
@media (max-width: 581px) {
  .Team_wrapOuterBlockInnerBx {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .Team_wrapOuterBlockInnerBxContent {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .Team_wrapOuterBlockInnerQuote {
    font-size: 1.443rem;
    width: 100%;
    word-wrap: break-word;
    margin: 30px auto 0;
  }
  .Team_wrapOuterBlockInner {
    margin-bottom: 0;
  }
  .InnerbannerOuterImg {
    height: 300px;
  }
  .Story_wrap {
    position: relative;
    padding: 0 0 70px;
  }
  .Story_wrapPicInner {
    height: 150px;
  }
  .InnerbannerOuterImgBreadcrumb {
    display: none;
  }
  .Mission_wrapOuter h3 {
    width: 100%;
  }
  .Mission_wrap {
    padding: 50px 0;
  }
  .Story_wrap .customContainer {
    max-width: 100%;
  }
  .Value_wrap {
    margin-top: 0;
    z-index: 1;
  }
  .Story_wrap {
    padding: 0 0 0;
  }
  .Value_wrapOuter {
    margin-top: 0;
  }
  .Value_wrap {
    padding: 70px 0;
  }
}
.BB_button_wrap {
  position: relative;
  padding: 5px 0;
  width: 100%;
}
.BB_button_wrapOuter {
  position: relative;
  width: 100%;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.BB_button_wrapOuterBtn {
  min-width: 250px;
  max-width: 250px;
  padding-right: 5px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.BB_button_wrapOuterBtn:nth-child(2) .BB_button_wrapOuterBtnLink {
  background: #0c6478;
}
.BB_button_wrapOuterBtn:nth-child(2) .BB_button_wrapOuterBtnLink:active,
.BB_button_wrapOuterBtn:nth-child(2) .BB_button_wrapOuterBtnLink:focus,
.BB_button_wrapOuterBtn:nth-child(2) .BB_button_wrapOuterBtnLink:hover {
  background: #000;
}
.BB_button_wrapOuterBtn:last-child {
  padding-right: 0;
}
.BB_button_wrapOuterBtn:last-child .BB_button_wrapOuterBtnLink {
  background: #0f5096;
}
.BB_button_wrapOuterBtn:last-child .BB_button_wrapOuterBtnLink:active,
.BB_button_wrapOuterBtn:last-child .BB_button_wrapOuterBtnLink:focus,
.BB_button_wrapOuterBtn:last-child .BB_button_wrapOuterBtnLink:hover {
  background: #000;
}
.BB_button_wrapOuterBtnLink {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-weight: 500 !important;
  letter-spacing: 1px;
  background: #202b59;
  padding: 12px;
  transition: all 0.3s;
}
.BB_button_wrapOuterBtnLink:active,
.BB_button_wrapOuterBtnLink:focus,
.BB_button_wrapOuterBtnLink:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.Industries_content_wrap {
  position: relative;
  padding: 40px 0 80px;
  width: 100%;
}
.Industries_content_wrapOuter {
  position: relative;
  width: 100%;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Industries_content_wrapOuter h1 {
  font-size: 3.125rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #202b59;
  line-height: 1.15;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  margin: 0;
}
.Industries_content_wrapOuter p {
  font-size: 1.375rem;
  font-weight: 500;
  font-family: Barlow, sans-serif;
  color: #000;
  line-height: 1.4;
  word-wrap: break-word;
  margin: 15px 0 0;
}
.Industries_content_wrapOuterListing {
  width: 100%;
  margin: 0px;
}
.Industries_content_wrapOuterListingInner {
  list-style: none;
  position: relative;
  margin: 0 auto;
}
.Industries_content_wrapOuterListingInnerBx {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.Industries_content_wrapOuterListingInnerBxContent {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.Industries_content_wrapOuterListingInnerBxContent figure {
  width: 49px;
  height: 49px;
  margin: 5px 0;
  overflow: hidden;
}
.Industries_content_wrapOuterListingInnerBxContent figure img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.Industries_content_wrapOuterListingInnerBxContentRightblk {
  width: calc(100% - 59px);
  padding-left: 20px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
}
.Industries_content_wrapOuterListingInnerBxContentRightblk h2 {
  color: #000;
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-family: Barlow, sans-serif;
  margin: 0;
}
.Industries_content_wrapOuterListingInnerBxContentRightblk h3 {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.4;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  margin-top: 5px;
  letter-spacing: 0;
}
.Ind_services_wrap {
  position: relative;
  padding: 0 0 0;
  width: 100%;
}
.Ind_services_wrapBanner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 300px;
  overflow: hidden;
}
.Ind_services_wrapBannerPic {
  background-size: cover !important;
  background-position: top center !important;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.Ind_services_wrapBannerPic:hover {
  transform: scale(1.03);
}
.Ind_services_wrapContent {
  position: relative;
  padding: 90px 0;
  width: 100%;
}
.Ind_services_wrapContentInner {
  position: relative;
  background-size: contain;
  width: 100%;
  padding-top: 0;
}
.Ind_services_wrapContentInner h2 {
  font-size: 1.125rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #202b59;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.Ind_services_wrapContentInner h3 {
  font-size: 3.125rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #202b59;
  line-height: 1.2;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  margin: 30px 0 0;
}
.Ind_services_wrapContentInnerLoop {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 30px;
  padding-bottom: 35px;
  width: 100%;
  border-bottom: 3px solid #ccc;
}
.Ind_services_wrapContentInnerLoop:last-child {
  border: 0;
}
.Ind_services_wrapContentInnerLoop h3 {
  font-size: 1.8rem;
  font-family: Barlow, sans-serif;
  color: #202b59;
  line-height: 1.1;
  letter-spacing: 0.2px;
  margin: 35px 0 35px 0;
}
.Ind_services_wrapContentInnerLoop p {
  font-size: 1.375rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  word-wrap: break-word;
  margin: 15px 0 0;
}
.Ind_services_wrapContentInnerLoopBlock {
  width: 85%;
}
.Ind_services_wrapContentInnerLoopBlockBx {
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.Ind_services_wrapContentInnerLoopBlockBxTit {
  font-size: 1.125rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  word-wrap: break-word;
  margin: 0 0 0;
  position: relative;
  padding-left: 20px;
}
.Ind_services_wrapContentInnerLoopBlockBxTit:before {
  background: #000;
  border-radius: 10px;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
}
.Ind_services_wrapContentInnerLoopBlockBxLists {
  list-style: none;
  margin: 20px 0 0;
}
.Ind_services_wrapContentInnerLoopBlockBxLists li {
  font-size: 1rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  word-wrap: break-word;
  margin: 0 0 2px;
  position: relative;
  padding-left: 20px;
}
.Ind_services_wrapContentInnerLoopBlockBxLists li:before {
  width: 5px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 11px;
  background: #000;
  content: "";
}
.Ind_tech_wrap {
  position: relative;
  padding: 0 0 0;
  width: 100%;
}
.Ind_tech_wrapOuter {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #0f5096;
}
.Ind_tech_wrapOuter h2 {
  font-size: 1.1456rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.Ind_tech_wrapOuterBlock {
  margin-top: 0;
  width: 100%;
}
.Ind_tech_wrapOuterBlockInner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 70px;
  width: 100%;
}
.Ind_tech_wrapOuterBlockInnerBx {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  width: calc(100% / 3);
}
.Ind_tech_wrapOuterBlockInnerBxWrapper {
  padding: 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.Ind_tech_wrapOuterBlockInnerBxWrapper h3 {
  font-size: 1.25rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0;
  word-wrap: break-word;
  margin: 0 0;
  width: 100%;
  min-height: 44px;
}
.Ind_tech_wrapOuterBlockInnerBxWrapperLists {
  list-style: none;
  margin: 0;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.Ind_tech_wrapOuterBlockInnerBxWrapperLists li {
  font-size: 1.25rem;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
.Ind_tech_wrapBanner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 300px;
  overflow: hidden;
}
.Ind_tech_wrapBannerPic {
  background-size: cover !important;
  background-position: top center !important;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.Ind_tech_wrapBannerPic:hover {
  transform: scale(1.03);
}
.Case_study_wrapOuter {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.Case_study_wrapOuter h2 {
  font-size: 1.1456rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #202b59;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.Case_study_wrapCS_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}
.Case_study_wrapCS_sliderBx {
  width: auto;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #202b59;
  min-height: 340px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.Case_study_wrapCS_sliderBxContent {
  color: #fff;
  font-size: 1.751rem;
  line-height: 1.1;
  width: 90%;
  font-weight: 400;
}
.Case_study_wrapCS_sliderBxBtnLink {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  transition: all 0.3s;
  background: #20c59a;
  padding: 5px;
}
.Case_study_wrapCS_sliderBxBtnLink:hover {
  color: #014c8c;
}
.Case_study_wrapCS_sliderBxBtnLink:hover .Btnarrow {
  background-color: #0d5f75;
}
.Case_study_wrapCS_sliderBxBtnLink .Btnarrow {
  background: url(../images/common/arrow.png) no-repeat center #b3b3b3;
  width: 37px !important;
  height: 37px !important;
  background-size: 18px 12px;
  display: flex;
  position: relative;
  margin-right: 15px;
  outline: 0;
  transform: rotate(0);
  transition: all 0.3s;
  cursor: pointer;
}
.Case_study_wrapCS_sliderBxBtnLink .Btnarrow:hover {
  background-color: #0d5f75;
}
.Mid_cta_bx {
  position: relative;
  padding: 0 0;
  width: 100%;
}
.Mid_cta_bxOuter {
  position: relative;
  width: 100%;
  padding: 70px 0;
  background: #78bec8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.Mid_cta_bxOuterTit {
  font-size: 1.875rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  text-align: center;
  margin: 30px 0 0;
}
.Mid_cta_bxOuterTit:first-child {
  margin-top: 0;
}
.Mid_cta_bxOuterSub {
  font-size: 1.5rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin: 20px 0 0;
}
.M-Mid_cta_bx {
  position: relative;
  padding: 0 0;
  width: 100%;
  margin: 15px 0;
}
.M-Mid_cta_bxOuter {
  position: relative;
  width: 100%;
  padding: 50px 100px;
  background: #78bec8;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.M-Mid_cta_bxOuterMtit {
  font-size: 1.875rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  text-align: left;
  margin: 30px 0 0;
}
.M-Mid_cta_bxOuterMcopy {
  font-size: 1.5rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  text-align: left;
  margin: 20px 0 0;
}
.M-Mid_cta_bxOuterLists {
  list-style: none;
  margin-left: 70px;
  margin-top: 10px;
}
.M-Mid_cta_bxOuterLists li {
  list-style: none;
  font-size: 1.2rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  text-align: left;
  margin: 20px 0 0;
  padding: 0 20px;
}
.M-Mid_cta_bxOuterLists li:before {
  background: #000;
  border-radius: 10px;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
}
.Mpower_innerwrap {
  position: relative;
  padding: 0 0 0;
  width: 100%;
}
.Mpower_innerwrapBanner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 300px;
  overflow: hidden;
  justify-content: center;
}
.Mpower_innerwrapBannerPic {
  background-size: cover !important;
  background-position: top center !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.Mpower_innerwrapBannerPic:hover {
  transform: scale(1.03);
}
.Mpower_innerwrapBannerPicTxt {
  font-size: 5rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0.5px;
  text-align: center;
  word-wrap: break-word;
  margin: 0;
}
.Mpower_innerwrapOuter {
  position: relative;
  width: 100%;
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.Mpower_innerwrapOuter h1 {
  font-size: 3.125rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #202b59;
  line-height: 1.15;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  margin: 0;
}
.Mpower_innerwrapOuter p {
  font-size: 1.375rem;
  font-weight: 500;
  font-family: Barlow, sans-serif;
  color: #000;
  line-height: 1.4;
  word-wrap: break-word;
  margin: 35px 0 0;
}
.Mpower_innerwrapOuter .Mpower-logo {
  width: auto;
  height: 60px;
  margin: 50px 0;
  overflow: hidden;
}
.Mpower_innerwrapOuter .Mpower-logo img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.Mpower_innerwrapContent {
  position: relative;
  padding: 0 0 90px;
  width: 100%;
}
.Mpower_innerwrapContentInner {
  position: relative;
  background-size: contain;
  width: 100%;
  padding-top: 0;
}
.Mpower_innerwrapContentInnerLoop {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}
.Mpower_innerwrapContentInnerLoop:last-child {
  border: 0;
}
.Mpower_innerwrapContentInnerLoop h3 {
  font-size: 1.75rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  color: #202b59;
  line-height: 1.1;
  letter-spacing: 0.2px;
  margin: 0;
}
.Mpower_innerwrapContentInnerLoop p {
  font-size: 1rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  word-wrap: break-word;
  margin: 15px 0 0;
}
.Mpower_innerwrapContentInnerLoopBlock {
  width: 85%;
  margin: 15px auto 0;
}
.Mpower_innerwrapContentInnerLoopBlockLists {
  list-style: none;
  margin: 20px 0 0;
}
.Mpower_innerwrapContentInnerLoopBlockLists li {
  font-size: 1.125rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  word-wrap: break-word;
  margin: 0 0 20px;
  position: relative;
  padding-left: 20px;
}
.Mpower_innerwrapContentInnerLoopBlockLists li:before {
  background: #000;
  border-radius: 10px;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
}
.Ind_contact_wrap {
  position: relative;
  padding: 50px 0 100px;
  width: 100%;
}
.Ind_contact_wrapOuter {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.Ind_contact_wrapOuter h3 {
  font-size: 3.125rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #202b59;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.2px;
  margin: 0;
}
.Ind_contact_wrapOuter p {
  font-size: 1.457rem;
  line-height: 1.2;
  font-family: Barlow, sans-serif;
  text-align: center;
  color: #202b59;
  margin-top: 50px;
}
.Ind_contact_wrapOuterDoublebtn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
}
.Ind_contact_wrapOuterDoublebtnLink {
  background: #202b59;
  margin: 0 5px;
  color: #fff;
  padding: 15px 15px;
  text-transform: uppercase;
}
.Ind_contact_wrapOuterDoublebtnLink:hover {
  background: #0d5f75;
  color: #fff !important;
}
.Ind_contact_wrapOuterBtn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
  flex-direction: column;
}
.Ind_contact_wrapOuterBtnLink {
  color: #202b59;
  font-size: 1.269rem;
  line-height: 1;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
}
.Ind_contact_wrapOuterBtnLink:hover {
  color: #b3b3b3;
}
.Ind_contact_wrapOuterBtnLink:hover .Btnarrow {
  background-color: #0d5f75;
}
.Ind_contact_wrapOuterBtnLink .Btnarrow {
  background: url(../images/common/arrow.png) no-repeat center #b3b3b3;
  width: 37px !important;
  height: 37px !important;
  background-size: 18px 12px;
  display: flex;
  order: 2;
  position: relative;
  margin-top: 15px;
  outline: 0;
  transform: rotate(0);
  transition: all 0.3s;
  cursor: pointer;
}
.Ind_contact_wrapOuterBtnLink .Btnarrow:hover {
  background-color: #0d5f75;
}
.Contactbanner {
  position: relative;
  width: 100%;
}
.ContactbannerOuter {
  width: 100%;
  position: relative;
  background: #202b59;
  min-height: 300px;
  padding: 50px 0;
}
.ContactbannerOuterInner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.ContactbannerOuterInnerBreadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ContactbannerOuterInnerBreadcrumbLists {
  list-style: none;
  position: relative;
  margin: 0;
}
.ContactbannerOuterInnerBreadcrumbLists li {
  position: relative;
  margin-right: 5px;
  float: left;
  padding: 0;
  font-size: 0.813rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.ContactbannerOuterInnerBreadcrumbLists li a {
  font-size: 0.813rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s;
}
.ContactbannerOuterInnerBreadcrumbLists li a:hover {
  color: #00a99d;
}
.ContactbannerOuterInner h1 {
  font-size: 4rem;
  font-family: Barlow, sans-serif;
  font-weight: 100;
  color: #b3b3b3;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.2px;
  margin: 90px 0 10px;
  padding: 0;
}
.contactForm {
  position: relative;
  width: 100%;
}
.contactFormOuter {
  width: 100%;
  position: relative;
  padding: 90px 0;
}
.contactFormOuterInner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.contactAddress {
  position: relative;
  width: 100%;
}
.contactAddressOuter {
  width: 100%;
  position: relative;
  padding: 0 0 150px;
}
.contactAddressOuterInner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.contactAddressOuterInnerTit {
  font-size: 1.1rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  padding: 0;
  text-transform: uppercase;
}
.contactAddressOuterInnerCompany {
  font-size: 1.1rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  text-align: center;
}
.contactAddressOuterInnerAddress {
  position: relative;
}
.contactAddressOuterInnerAddress ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 30px;
}
.contactAddressOuterInnerAddress ul li {
  font-size: 0.9rem;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 0;
}
.contactAddressOuterInnerAddress ul li a {
  font-size: 0.9rem;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
.contactAddressOuterInnerAddress ul li a:hover {
  color: #202b59;
}
.contactAddressOuterInnerSub {
  font-size: .99rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
}
.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;
}
.ut-cust-bx .Ind_services_wrapContentInnerLoopBlockBxTit:before {
  display: none;
}
.ut-cust-bx .Ind_services_wrapContentInnerLoopBlockBxTit {
  font-weight: 600;
  font-size: 1.75rem;
  padding-left: 0;
}
.Ind_services_wrapContentInnerLoopBlockBx.ut-cust-bx {
  border-bottom: 3px solid #ccc;
  padding-bottom: 35px;
  margin-top: 35px;
}
.Ind_services_wrapContentInnerLoopBlockBx.ut-cust-bx:last-child {
  border-bottom: 3px solid transparent;
  padding-bottom: 0;
}
.Ind_services_wrapContentInnerLoop.ut-cust-loop
  .Ind_services_wrapContentInnerLoopBlockBxLists
  li:before,
.Ind_services_wrapContentInnerLoopBlockBx.ut-cust-bx
  .Ind_services_wrapContentInnerLoopBlockBxLists
  li:before {
  background: #000;
  border-radius: 10px;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
}
body.services-template-default
  .Ind_services_wrapContentInnerLoop.ut-cust-bx
  a.custom-link {
  color: #58bbc7;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
}
body.services-template-default
  .Ind_services_wrapContentInnerLoopBlockBx.ut-cust-bx
  .Ind_services_wrapContentInnerLoopBlockBxLists
  ul
  li {
  margin-left: 25px;
}
.Ind_services_wrapContentInnerLoopBlockBx.ut-cust-bx
  .Ind_services_wrapContentInnerLoopBlockBxLists
  li {
  margin: 0 0 15px;
}
.Ind_services_wrapContentInnerLoop.ut-cust-loop h3 {
  font-size: 3.125rem;
}
.Ind_services_wrapContentInnerLoop.ut-cust-loop p {
  font-size: 1.375rem;
  line-height: 1.2;
}
.Ind_services_wrapContentInnerLoop.ut-cust-loop
  .Ind_services_wrapContentInnerLoopBlockBxTit:before {
  display: none;
}
.Ind_services_wrapContentInnerLoop.ut-cust-loop
  .Ind_services_wrapContentInnerLoopBlockBxTit {
  font-weight: 700;
  font-size: 1.75rem;
  padding-left: 0;
}
.Ind_services_wrapContentInnerLoop.ut-cust-loop
  .Ind_services_wrapContentInnerLoopBlockBxLists
  li {
  font-weight: 500;
  margin: 0 0 10px;
}
.Ind_services_wrapContentInnerLoop.ut-cust-loop
  .Ind_services_wrapContentInnerLoopBlockBx {
  border-bottom: 3px solid #ccc;
  padding-bottom: 35px;
  margin-top: 35px;
}
.Ind_services_wrapContentInnerLoop.ut-cust-loop
  .Ind_services_wrapContentInnerLoopBlockBx:last-child {
  border-bottom: 3px solid transparent;
  padding-bottom: 0;
}
body.postid-19 .Ind_services_wrapContentInnerLoopBlock {
  width: 100%;
}
body.postid-19
  .Ind_services_wrapContentInnerLoopBlockBx.ut-cust-bx:first-child {
  margin-top: 0;
}
body.postid-19
  .Ind_services_wrapContentInner:last-child
  .Ind_services_wrapContentInnerLoop {
  border-top: 3px solid #ccc;
  margin-top: 0;
  padding-top: 30px;
}
.cust-mid {
  margin-top: 90px;
}
body.postid-135 .Industries_content_wrap .Industries_content_wrapOuterListing {
  margin-top: -80px;
}
.Ind_services_wrapContentInnerLoop h3 {
  font-size: 2rem;
  color: #202b59;
}
.Case_study_wrapCS_sliderBx {
  width: 380px;
  margin: 0 auto 10px;
}
.Case_study_wrapCS_slider.swiper.swiper-container-initialized .swiper-wrapper {
  align-items: unset;
  justify-content: unset;
}
body.postid-21 .Ind_contact_wrap {
  position: relative;
  padding: 0 0 100px;
}
body.postid-21 .Ind_contact_wrapOuterBtn {
  margin-top: 40px;
}
body.postid-138 .Case_study_wrap {
  padding-top: 0 !important;
}
body.postid-138 .Ind_contact_wrap,
body.postid-19 .Ind_contact_wrap {
  margin-top: -90px;
}
body.postid-20 .Ind_contact_wrap.Ind_contact_wrapfst,
body.postid-21 .Ind_contact_wrap {
  margin-top: -45px;
}
.highlight_item a {
  font-weight: 700;
  cursor: default;
}
.innerpageOuter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.innerpageOuter .InnerbannerOuterImgBreadcrumbLists li,
.innerpageOuter .InnerbannerOuterImgBreadcrumbLists li a {
  color: #000;
}
.innerpageOuter header.entry-header h1.entry-title {
  margin: 70px 0;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}
.innerpageOuter .entry-content p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  margin: 15px 0;
}
.innerpageOuter .entry-content ul {
  position: relative;
  margin: 0 20px;
  list-style: disc;
}
.innerpageOuter .entry-content ul li {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  margin: 5px 0;
}
.innerpageOuter .entry-content a,
.innerpageOuter .entry-content ul li a {
  font-weight: 500;
}
.innerpageOuter .entry-content a:hover,
.innerpageOuter .entry-content ul li a:hover {
  text-decoration: underline !important;
}
.innerpageOuter .entry-content h2 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 35px;
}
.innerpageOuter .entry-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 35px;
}
@media (max-width: 1366px) {
  .Case_study_wrapCS_sliderBxContent {
    font-size: 1.651rem;
  }
  .Case_study_wrapCS_sliderBx {
    min-height: 360px;
  }
}
@media (max-width: 781px) {
  .BB_button_wrapOuterBtn {
    min-width: auto;
    max-width: inherit;
    width: auto;
    margin: 0;
    flex: 1 0 auto;
  }
}
@media (max-width: 581px) {
  .BB_button_wrapOuter {
    align-items: stretch;
  }
  .BB_button_wrapOuterBtn {
    width: auto;
    margin: 0;
    flex: 1 0 auto;
    padding-right: 3px;
  }
  .BB_button_wrapOuterBtnLink {
    padding: 12px 8px;
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  .BB_button_wrap {
    padding: 3px 0;
  }
  .Ind_services_wrapContentInner h3,
  .Industries_content_wrapOuter h1,
  .Mpower_innerwrapOuter h1 {
    font-size: 2rem;
    letter-spacing: 0.1px;
    font-weight: 500;
  }
  .Ind_services_wrapContentInnerLoop p,
  .Industries_content_wrapOuter p,
  .Mpower_innerwrapOuter p {
    font-size: 1.225rem;
    font-weight: 500;
  }
  .Mpower_innerwrapBannerPicTxt {
    font-size: 3rem;
  }
  .InnerbannerOuterImg {
    height: 200px;
    background-position: -70px !important;
  }
  .Industries_content_wrapOuterListing {
    width: 100%;
  }
  .Ind_services_wrapBanner,
  .Ind_tech_wrapBanner {
    height: 200px;
  }
  .Ind_services_wrapContentInnerLoop {
    margin-top: 30px;
  }
  .Ind_services_wrapContentInnerLoopBlock {
    width: 85%;
  }
  .M-Mid_cta_bxOuterMcopy {
    font-size: 1.3rem;
  }
  .M-Mid_cta_bxOuter {
    padding: 30px;
  }
  .M-Mid_cta_bxOuterLists {
    margin-left: 20px;
  }
  .Ind_services_wrapContentInnerLoop:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .Ind_tech_wrapOuter {
    padding: 50px 0;
  }
  .Case_study_wrapCS_sliderBxContent,
  .Ind_tech_wrapOuterBlockInnerBx {
    width: 100%;
  }
  .Ind_tech_wrapOuterBlockInner {
    margin-top: 35px;
  }
  .Ind_contact_wrapOuter h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .Ind_contact_wrapOuter p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .Ind_contact_wrap {
    padding-top: 50px;
  }
  .Case_study_wrapCS_sliderBxContent {
    font-size: 1.651rem;
  }
  .Case_study_wrapCS_sliderBx {
    min-width: 290px;
    min-height: 360px;
  }
  .ContactbannerOuterInner h1 {
    font-size: 2.8rem;
  }
  .contactFormOuter {
    padding: 50px 0;
  }
  .contactAddressOuter {
    padding: 0 0 90px;
  }
  .wpcf7-form .formGroup input,
  .wpcf7-form .formGroup select,
  .wpcf7-form .formGroup textarea {
    height: 42px;
  }
  .wpcf7-form .formGroup textarea {
    height: 125px !important;
  }
}
@media (max-width: 360px) {
  .BB_button_wrapOuterBtnLink {
    padding: 12px 7px;
    font-size: 0.771rem;
  }
  .Case_study_wrapCS_sliderBx {
    width: 300px;
  }
}
.Ind_services_wrapContentInnerLoopBlock {
  width: 100%;
}
.Industries_content_wrapOuter h1 {
  margin-bottom: 35px;
}
.Industries_content_wrapOuterListing {
  margin: 25px 0px 0px;
}
.d-none {
  display: none !important;
}