.max-width-450 {
  max-width: 450px;
}

.max-width-1100 {
  max-width: 1100px;
}

.expertise-experience h2 {
  line-height: 83px;
}
@media only screen and (max-width: 991px) {
  .expertise-experience h2 {
    line-height: 1.2;
  }
}
.expertise-experience img {
  display: block;
  margin: -150px 0 0 auto;
  max-width: 840px;
}
.expertise-experience.expertise-experience-sample img {
  margin: -270px 0 0 32%;
}
@media only screen and (max-width: 1260px) {
  .expertise-experience.expertise-experience-sample img {
    margin: -100px 0 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .expertise-experience.expertise-experience-sample img {
    margin: 0 0 0 auto;
  }
}
.expertise-experience::after {
  background-image: url(../../images/home/blue-curve-bottom-left-expertise-experience.png) !important;
  max-width: 86% !important;
  top: auto !important;
  bottom: 0;
}
@media only screen and (max-width: 1439px) {
  .expertise-experience::after {
    max-width: 90% !important;
  }
}
@media only screen and (max-width: 1199px) {
  .expertise-experience::after {
    max-width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .expertise-experience::after {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .expertise-experience::after {
    background-image: url(../../images/home/blue-curve-bottom-left-expertise-experience-mobile.png) !important;
    background-size: contain !important;
    background-position: 0 100% !important;
  }
}
@media only screen and (max-width: 1339px) {
  .expertise-experience {
    color: var(--color-black);
  }
}
@media only screen and (max-width: 991px) {
  .expertise-experience img {
    margin: 0 0 0 auto;
  }
}
.expertise-experience::before {
  width: 38% !important;
  height: 100% !important;
  margin-bottom: 0 !important;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: auto !important;
  background: url(../../images/home/expertise-experience.png) no-repeat !important;
  background-position: 100% 100% !important;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .expertise-experience::before {
    display: block !important;
    width: 45% !important;
  }
}
@media only screen and (max-width: 576px) {
  .expertise-experience::before {
    display: block !important;
    width: 55% !important;
  }
}
@media only screen and (max-width: 1375px) {
  .expertise-experience.min-height-690 {
    min-height: 630px;
  }
}
@media only screen and (max-width: 1256px) {
  .expertise-experience.min-height-690 {
    min-height: 529px;
  }
}
@media only screen and (max-width: 991px) {
  .expertise-experience.min-height-690 {
    min-height: 560px;
  }
}

.underline-w40 span {
  position: relative;
}
.underline-w40 span::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 2px;
  background-color: var(--color-blue);
  left: 0;
  bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .underline-w40 span::after {
    background-color: var(--color-orange);
    bottom: 2px;
    height: 1px;
  }
}

@media only screen and (max-width: 400px) {
  .leveraging-sec .row .col-sm-6 {
    width: 50%;
  }
}
.section-business-backed {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section-business-backed {
    padding-bottom: 150px;
    padding-top: 140px;
  }
}
.section-business-backed::before, .section-business-backed::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.section-business-backed::before {
  width: 378px;
  height: 457px;
  top: 0;
  left: 0;
  background-image: url(../../images/home/business-backed-before.png);
}
.section-business-backed::after {
  width: 266px;
  height: 415px;
  bottom: 0;
  right: 0;
  background-image: url(../../images/home/business-backed-after.png);
  background-position: 100% 100%;
}
@media only screen and (max-width: 991px) {
  .section-business-backed::before {
    width: 132px;
    height: 141px;
  }
  .section-business-backed::after {
    width: 82px;
    height: 110px;
  }
}
@media only screen and (max-width: 367px) {
  .section-business-backed h2 br {
    display: none;
  }
}

.bg-with-curve-on-home .bg-with-curve-inner .col-md-6 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bg-with-curve-on-home .bg-with-curve-inner .col-md-6.bg-with-curve-right > .pt70.sm-pt30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 1050px) and (min-width: 992px) {
  .bg-with-curve-on-home .bg-with-curve-inner .col-md-6.bg-with-curve-right .font-size-54 {
    font-size: 50px !important;
  }
}

.intro-video-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  background-color: rgba(3, 0, 47, 0.9);
  width: 100%;
  height: 100%;
}
.intro-video-wrapper .intro-video-inner {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 960px;
}
.intro-video-wrapper .intro-video-inner iframe {
  display: block;
}
.intro-video-wrapper .intro-video-inner .intro-video-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url(../../images/home/x.svg) no-repeat;
  background-position: center center;
  text-indent: -9999999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 999999999;
}
@media only screen and (max-width: 1020px) {
  .intro-video-wrapper .intro-video-inner {
    width: 94.2%;
    padding-bottom: 58.9%;
  }
  .intro-video-wrapper .intro-video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=home.css.map */