.inner-banner {
  overflow: hidden;
  position: relative;
}
.inner-banner .banner-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.inner-banner .banner-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-top: -18%;
}
@media screen and (max-width: 1740px) {
  .inner-banner .banner-image {
    height: 1830px;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner .banner-image {
    height: 956px;
  }
  .inner-banner .banner-image img {
    height: 122%;
  }
}
@media screen and (max-width: 820px) {
  .inner-banner .banner-image {
    height: 100%;
  }
  .inner-banner .banner-image img {
    height: 122%;
  }
}
@media screen and (max-width: 1365px) {
  .inner-banner h1.data-management {
    font-size: 50px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner {
    min-height: 800px;
  }
}
@media screen and (max-width: 820px) {
  .inner-banner {
    min-height: 900px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    min-height: 1000px;
  }
}

.card-box {
  padding: 90px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.6);
  margin-top: 8%;
}
@media screen and (max-width: 1365px) {
  .card-box.data-management .font-60 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .card-box {
    padding: 50px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .card-box {
    padding: 20px;
  }
}

.header-black .header-menu-global {
  background-color: #000;
}

@media (max-width: 450px) {
  .global-wrapper .container-xlarge.frontier-head-con .card-box h3 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .global-wrapper .container-xlarge.frontier-head-con .card-box p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.tab-wrapper {
  position: relative;
}

.slider-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider-tab__sec {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .slider-tab__sec {
    padding-right: 0px;
  }
}
.slider-tab__heading {
  font-family: "Helvetica-Bold";
  font-size: 2.5vw;
  line-height: 1.32;
  margin: 0 0 6.25vw;
}
@media screen and (max-width: 1199px) {
  .slider-tab__heading {
    font-size: 26px;
    margin: 0 0 15px;
  }
}
.slider-tab__left {
  width: 100%;
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 991px) {
  .slider-tab__left {
    position: relative;
  }
}
.slider-tab .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .slider-tab .list {
    display: none;
    top: calc(100% - 19px);
    width: 100%;
    position: absolute;
    z-index: 4;
    background: #237efb;
  }
  .slider-tab .list li {
    padding: 15px 20px 8px 20px;
    border-bottom: solid 1px #707070;
  }
  .slider-tab .list li.active {
    background: #000;
  }
}
@media screen and (min-width: 992px) {
  .slider-tab .list {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    width: 100%;
  }
  .slider-tab .list li {
    padding: 1.5625vw 0 1.5625vw;
    position: relative;
    cursor: pointer;
    color: #030A24;
    border-bottom: 1px solid #707070;
    padding-left: 50px;
  }
  .slider-tab .list li.active {
    color: #2475EC;
    font-weight: 700;
  }
}
@media screen and (max-width: 1024px) {
  .slider-tab .list li {
    font-size: 18px;
    line-height: 1.2;
  }
}
.slider-tab .slide-slider {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .slider-tab .slide-slider {
    left: calc(100% - 39.6875vw);
    width: 45.9375vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .slider-tab .slide-slider {
    left: calc(100% - 45.9375vw);
  }
}
@media screen and (max-width: 1199px) {
  .slider-tab .slide-slider .slick-list {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .slider-tab .slide-slider {
    width: 100%;
  }
  .slider-tab .slide-slider .slick-list {
    width: 100%;
  }
  .slider-tab .slide-slider .slick-track {
    height: 100%;
  }
}
.slider-tab .slide-slider .slick-track {
  display: flex !important;
}
.slider-tab .slide-slider .slick-slide {
  height: 100% !important;
}
.slider-tab .slide-slider .slick-arrow {
  display: none !important;
  transform: none !important;
  top: initial !important;
  bottom: 0 !important;
  left: 0 !important;
  right: initial !important;
  width: 5.4166666667vw;
  height: 5.4166666667vw;
  background-image: url(../../images/industry/sl-arrow.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  z-index: 3;
}
.slider-tab .slide-slider .slick-arrow::before {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .slider-tab .slide-slider .slick-arrow {
    display: block !important;
    width: 30px;
    height: 30px;
    bottom: 13px !important;
  }
}
.slider-tab .slide-slider .slick-arrow:hover {
  opacity: 0.6;
}
.slider-tab .slide-slider .slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.slider-tab .slide-slider .slick-arrow.slick-prev {
  left: -16.6666666667vw !important;
}
@media screen and (max-width: 991px) {
  .slider-tab .slide-slider .slick-arrow.slick-prev {
    left: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .slider-tab .slide-slider .slick-arrow.slick-prev {
    left: 30px !important;
  }
}
.slider-tab .slide-slider .slick-arrow.slick-next {
  left: -9.8958333333vw !important;
  transform: rotate(180deg) !important;
}
@media screen and (max-width: 991px) {
  .slider-tab .slide-slider .slick-arrow.slick-next {
    left: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .slider-tab .slide-slider .slick-arrow.slick-next {
    left: 70px !important;
  }
}
.slider-tab .slide-slider-copy {
  height: 100%;
}
.slider-tab .slide-slider-copy__area {
  background: url("../../images/data-strategy/what-we-do/data-strategy-foundation-whatwedo-card-bg.webp") no-repeat top -3% center #237efb;
  background-size: contain;
  border-radius: 30px;
  padding: 0px;
  margin: -3.6458333333vw 6.25vw 6.25vw;
  box-shadow: 21px 21px 72px rgba(0, 0, 0, 0.29);
}
@media screen and (max-width: 1360px) {
  .slider-tab .slide-slider-copy__area {
    margin: -3.6458333333vw 4.1666666667vw 3.125vw;
    box-shadow: 12px 10px 37px rgba(0, 0, 0, 0.29);
  }
}
@media screen and (max-width: 1280px) {
  .slider-tab .slide-slider-copy__area:before {
    background-size: 45vw;
    height: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-tab .slide-slider-copy__area:before {
    background-size: 60vw;
  }
}
@media screen and (max-width: 991px) {
  .slider-tab .slide-slider-copy__area {
    padding: 0px 20px 20px;
    margin: -7.8125vw 6.25vw 13.0208333333vw;
  }
}
@media screen and (max-width: 768x) {
  .slider-tab .slide-slider-copy__area:before {
    height: 200px;
  }
}
.slider-tab .slide-slider-copy__area > *:last-child {
  margin-bottom: 0 !important;
}
.slider-tab .slide-slider-copy__area h3 {
  font-family: "Helvetica-Bold";
  margin: 0 0 1.0416666667vw;
  padding: 0vw 5.2083333333vw;
  padding-top: 45%;
  font-size: 1.875vw;
  line-height: 1.32;
}
@media screen and (max-width: 1190px) {
  .slider-tab .slide-slider-copy__area h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.slider-tab .slide-slider-copy__area ul {
  margin: 0;
  padding: 0 0 0.3645833333vw;
  font-family: "Helvetica-Light";
  font-size: 1.5625vw;
  line-height: 1.5;
  list-style: none;
}
@media screen and (max-width: 1199px) {
  .slider-tab .slide-slider-copy__area ul {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.slider-tab .slide-slider-copy__area ul li {
  padding: 0 0 0 3.6458333333vw;
  margin-bottom: 1.5625vw;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .slider-tab .slide-slider-copy__area ul li {
    padding: 0 0 0 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .slider-tab .slide-slider-copy__area ul li {
    padding: 0 0 0 22px;
    margin-bottom: 10px;
  }
}
.slider-tab .slide-slider-copy__area ul li::before {
  display: block;
  content: "";
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  background-image: url(../../images/industry/bullet-icon-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.2083333333vw;
}
@media screen and (max-width: 1199px) {
  .slider-tab .slide-slider-copy__area ul li::before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .slider-tab .slide-slider-copy__area ul li::before {
    top: 2px;
    width: 12px;
    height: 12px;
  }
}
.slider-tab .slide-slider-copy__area p {
  font-family: "Helvetica-Light";
  font-size: 1.25vw;
  line-height: 1.4285714286;
  margin: 0 0 1.8229166667vw;
  padding: 0vw 5.2083333333vw 3.6458333333vw;
}
@media screen and (max-width: 1199px) {
  .slider-tab .slide-slider-copy__area p {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .slider-tab .slide-slider-copy__area p {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1360px) {
  .slider-tab .slide-slider-copy__area p {
    padding: 0vw 1.5625vw 3.6458333333vw;
  }
}
.slider-tab .slide-slider-copy__image {
  border-radius: 100px;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  max-width: 20%;
  margin: 20px auto 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 21px 21px 72px rgba(0, 0, 0, 0.16);
}
.slider-tab .slide-slider-copy__image img {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .slider-tab .slide-slider-copy__image img {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-tab .slide-slider-copy__image img {
    padding: 25px;
  }
}
.slider-tab-dropdown {
  display: none;
  background-color: #237efb;
  font-size: 18px;
  padding: 15px 50px 10px 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  font-family: "Helvetica-Bold";
}
.slider-tab-dropdown::after {
  display: block;
  content: "";
  border: solid #030a24;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 17px;
  transition: all 0.25s ease;
}
.slider-tab-dropdown.tab-selected::after {
  top: 21px;
  transform: rotate(224deg);
}
@media screen and (max-width: 991px) {
  .slider-tab-dropdown {
    display: block;
  }
}

.what-we-do {
  background: #FCFCFC;
  overflow: hidden;
}
.what-we-do .mw-70 {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .what-we-do .mw-70 {
    max-width: 100%;
  }
}

.cloud-partners-slider .slick-list {
  padding-bottom: 220px;
}
@media (min-width: 1239px) {
  .cloud-partners-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87% !important;
  }
}
@media (min-width: 1550px) {
  .cloud-partners-slider .slick-track {
    width: 100% !important;
  }
}
.cloud-partners-slider .slick-dots {
  bottom: 20px;
}
.cloud-partners-slider .slick-dots li button::before {
  color: #4fb6ff;
  font-size: 20px;
  opacity: 0.2;
}
.cloud-partners-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}
@media only screen and (max-width: 1238px) {
  .cloud-partners-slider .slick-list {
    padding-bottom: 80px;
  }
}

.client-patner {
  background: #fcfcfc;
}

.partner-card {
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin: 0 19px;
  cursor: pointer;
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.24);
  border: 1px dashed #fff;
  border-right: 0px;
  border-radius: 10px;
}
@media (min-width: 1239px) {
  .partner-card {
    margin: 43px 38px 0px 0px;
    width: 260px !important;
    height: 201px;
  }
}
.partner-card:last-child {
  margin-right: 0px;
}

/* IMAGE WRAP - RIGHT SHADOW */
.img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: white;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid #4fb6ff;
}
.img-wrap:before {
  content: "";
  width: calc(100% + 24px);
  display: block;
  background: #CECECE 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  right: -22px;
  z-index: -1;
  border-radius: 15px;
  border: 1px dashed #fff;
  border-left: 0px;
  height: 201px;
  transition: height 0.1s ease-out;
  top: -2px;
  border-left: 1px dashed #ffffff;
}
.img-wrap:after {
  content: "";
  border: 1px dashed #ffffff;
  border-left: 0;
  width: 42px;
  height: 201px;
  position: absolute;
  right: -21px;
  top: -2px;
  border-radius: 15px;
}
@media only screen and (max-width: 1238px) {
  .img-wrap {
    border: 0px;
    border-radius: 0px;
  }
}

/* HOVER: Remove Shadow */
.partner-card:hover .img-wrap {
  box-shadow: none; /* Removes shadow when hovered */
}

/* EXPAND ON HOVER */
.partner-card:hover {
  background: #227BFF;
  border-radius: 15px 15px 0 0;
  width: 500px; /* Expands width */
  box-shadow: unset;
  border-bottom: 0px;
}
@media only screen and (max-width: 1238px) {
  .partner-card:hover {
    background: transparent;
    border: 1px dashed #fff;
    border-radius: 10px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.partner-card img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  filter: grayscale(1);
}

.partner-info {
  position: absolute;
  top: 239px;
  left: 0;
  width: 100%;
  background: #227BFF;
  color: white;
  padding: 20px 20px 10px;
  font-size: 12px;
  text-align: left;
  border-radius: 0 10px 10px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.2509803922);
  border: 1px dashed #fff;
  height: 146px;
  overflow: hidden;
}

/* SHOW CONTENT ON HOVER */
@media only screen and (min-width: 1239px) {
  .partner-card:last-child .partner-info {
    right: -21px;
    left: auto;
  }
  .partner-card:hover img {
    filter: unset;
  }
  .partner-card:hover .partner-info {
    opacity: 1;
    visibility: visible;
    margin: -1.2px 0 0 -1px;
    z-index: -3;
    width: 450px;
  }
  .partner-card:hover:first-child .partner-info {
    width: 520px;
  }
  .partner-card:hover:last-child .partner-info {
    right: -21px;
    left: auto;
    border-radius: 10px 0px 10px 10px;
  }
  .partner-card:hover .img-wrap {
    margin-bottom: 40px;
  }
  .partner-card:hover .img-wrap::before {
    background: #227BFF;
    border-radius: 10px 10px 0px 0;
    height: calc(100% + 43px);
    top: -1px;
    border-bottom: 0px;
    z-index: -2;
  }
  .partner-card:hover .img-wrap:after {
    display: none;
  }
}
@media only screen and (max-width: 1238px) {
  .partner-card {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px dashed #fff;
    overflow: hidden;
  }
  .partner-card img {
    filter: unset;
  }
  .partner-card .partner-info {
    min-height: 220px;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: relative;
    top: unset;
    border-radius: 0 0 10px 10px;
    box-shadow: unset;
    border-radius: 0px;
    border: 0px;
  }
  .partner-card .img-wrap::before {
    display: none;
  }
}

@media (min-width: 1366px) {
  .global-wrapper .container-xlarge {
    max-width: 1364px;
  }
  .global-wrapper .container-xlarge.frontier-head-con h1 {
    font-size: 81px;
    line-height: 120px;
  }
  .global-wrapper .container-xlarge.frontier-head-con h2 {
    font-size: 45px;
    line-height: 57px;
    padding: 10px;
  }
  .global-wrapper .container-xlarge.frontier-head-con .card-box h3 {
    font-size: 69px;
    line-height: 90px;
  }
  .global-wrapper .container-xlarge.frontier-head-con .card-box p {
    font-size: 26px;
    line-height: 39px;
  }
  .global-wrapper .container-xlarge .cardcall h3, .global-wrapper .container-xlarge .cardcall p, .global-wrapper .container-xlarge .cardcall a {
    font-size: 24px;
    line-height: 40px;
  }
  .global-wrapper .container-xlarge .title-creds, .global-wrapper .container-xlarge .heading-sec h2 {
    font-size: 70px;
    line-height: 110px;
  }
  .global-wrapper .container-xlarge .parent-h-cal {
    min-height: 565px;
  }
  .global-wrapper .container-xlarge .parent-h-cal .h-cal {
    padding: 0px 93px 80px;
    min-height: 565px;
  }
  .global-wrapper .container-xlarge .parent-h-cal .h-cal .number-card__heading {
    font-size: 113px;
    line-height: 110px;
  }
  .global-wrapper .container-xlarge .parent-h-cal .h-cal p {
    font-size: 30px;
    line-height: 40px;
  }
  .global-wrapper .container-xlarge .partner-info p, .global-wrapper .container-xlarge .partner-info h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1365px) {
  .global-wrapper .container-xlarge.frontier-head-con h1 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .global-wrapper .container-xlarge.frontier-head-con h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.global-wrapper .container-xlarge.frontier-head-con .card-box {
  padding: 90px 100px;
  margin-top: 10%;
}
@media (min-width: 1600px) {
  .global-wrapper .container-xlarge.frontier-head-con .card-box {
    margin-top: 35%;
  }
}
@media (max-width: 1365px) {
  .global-wrapper .container-xlarge.frontier-head-con .card-box {
    padding: 50px 60px;
  }
  .global-wrapper .container-xlarge.frontier-head-con .card-box h3 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .global-wrapper .container-xlarge.frontier-head-con .card-box {
    padding: 30px;
  }
  .global-wrapper .container-xlarge.frontier-head-con .card-box h3 {
    font-size: 46px;
    line-height: 55px;
  }
  .global-wrapper .container-xlarge.frontier-head-con .card-box p {
    font-size: 20px;
    line-height: 26px;
  }
}

.bottom-form-wrapper {
  background-color: #fcfcfc;
}

.heading-sec p {
  font-size: 24px;
  line-height: 30px;
  padding-top: 20px;
  max-width: 64%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  color: #1C1C1C;
}
@media (max-width: 767px) {
  .heading-sec p {
    font-size: 18px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .partner-info {
    min-height: 180px !important;
  }
}
.calltoaction {
  background-image: url("/images/data-strategy/data-strategy-foundation-cta-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: hidden;
}
.calltoaction.data-management {
  background-image: url("/images/data-management/data-management-cta.webp");
}

.cardcall {
  padding: 80px 0px;
}
.cardcall p {
  max-width: 89%;
  margin: 20px auto 30px;
}
.cardcall a {
  text-align: center;
  display: table;
  margin: 0px auto;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cardcall {
    padding: 50px 0px;
  }
  .cardcall p {
    max-width: 100%;
  }
  .cardcall a {
    font-size: 16px;
  }
}

/* curve bg */
.crenditials-line-1 {
  position: relative;
}

.about-curve-line-1 {
  position: absolute;
  top: -30vw;
  z-index: 0;
}

.about-curve-line-1 svg {
  display: block;
  width: 100vw;
  height: 126.0416666667vw;
  max-width: 100%;
  height: auto;
}

.about-curve-line-1 svg .about-curve-draw-1 {
  stroke-dashoffset: 3280px;
  stroke-dasharray: 3280px;
  transition: stroke-dashoffset 2s linear 0s;
}

.about-line-1.active svg .about-curve-draw-1 {
  stroke-dashoffset: 0;
}

@media (max-width: 767px) {
  .about-curve-line-1 svg .about-curve-draw-1 {
    stroke-width: 9;
    opacity: 1;
  }
}
.about-line-2 {
  position: relative;
}

.about-curve-line-2 {
  position: absolute;
  top: 0px;
  z-index: 0;
}

@media (max-width: 767px) {
  .about-curve-line-2 {
    top: 100px;
  }
}
.about-curve-line-2 svg {
  display: block;
  width: 100vw;
  /* height: 40.15625vw; */
  max-width: 100%;
  height: auto;
}

.about-curve-line-2 svg:nth-child(2) {
  margin-top: -20vw;
}

.about-curve-line-2 svg .about-curve-draw-2 {
  stroke-dashoffset: 3000px;
  stroke-dasharray: 3000px;
  transition: stroke-dashoffset 2s linear 0s;
}

@media (max-width: 767px) {
  .about-curve-line-2 svg .about-curve-draw-2 {
    stroke-width: 9;
    opacity: 1;
  }
}
.about-curve-line-2.active svg .about-curve-draw-2 {
  stroke-dashoffset: 0;
}

.about-line-3 {
  position: relative;
}

@media (max-width: 767px) {
  .about-line-3 {
    display: none;
  }
}
.about-curve-line-3 {
  position: absolute;
  top: -16vw;
  z-index: 0;
}

.about-curve-line-3 svg {
  display: block;
  width: 100vw;
  /* height: 50.15625vw; */
  max-width: 100%;
  height: auto;
}

.about-curve-line-3 svg .about-curve-draw-3 {
  stroke-dashoffset: 3000px;
  stroke-dasharray: 3000px;
  transition: stroke-dashoffset 2s linear 0s;
}

.about-curve-line-3.active svg .about-curve-draw-3 {
  stroke-dashoffset: 0;
}

.crenditials {
  background-image: url("/images/data-strategy/data-strategy-foundation-our-credentials-bg.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow-x: hidden;
}

.title-creds {
  text-align: center;
  color: #ffffff;
}

.number-card__heading {
  color: #C201B0;
  padding-bottom: 30px;
}

.client-wrapper {
  display: flex;
  overflow: hidden;
  position: relative;
}
.client-wrapper .client-content {
  display: flex;
  animation: marquee 20s linear infinite;
  color: white;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Stop animation on hover */
.client-wrapper:hover .client-content {
  animation-play-state: paused;
}

.crenditials-section {
  display: flex;
  gap: 31px;
  justify-content: center;
  padding: 85px 0px;
  position: relative;
}

.parent-h-cal {
  background: transparent linear-gradient(180deg, rgba(38, 34, 98, 0.74) 0%, rgba(45, 32, 102, 0.74) 0%, rgba(91, 22, 124, 0.74) 20%, rgba(128, 14, 143, 0.74) 40%, rgba(157, 8, 158, 0.74) 50%, rgba(178, 4, 168, 0.74) 70%, rgba(190, 1, 174, 0.74) 80%, rgba(195, 1, 177, 0.74) 100%) 0% 0% no-repeat padding-box;
  padding: 2px;
  border-radius: 40px;
  width: 50%;
  min-height: 400px;
  transition: transform 0.4s;
}

.h-cal {
  border-radius: 40px;
  background-color: #00002f;
  padding: 2.823vw;
  min-height: 400px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.parent-h-cal:hover {
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .crenditials-section {
    padding: 40px 0px;
  }
  .parent-h-cal {
    width: 50%;
    min-height: 300px;
  }
  .h-cal {
    min-height: 300px;
  }
  .number-card__heading {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 675px) {
  .parent-h-cal, .h-cal {
    border-radius: 19px;
  }
  .h-cal {
    padding: 30px 30px 0;
    min-height: 200px;
  }
  .crenditials-section {
    flex-direction: column;
  }
  .crenditials-section {
    padding: 20px 0px 20px;
  }
  .parent-h-cal {
    width: 100%;
    min-height: 200px;
  }
}
/* slider */
.slide {
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px; /* Optional rounded corners */
  border: 3px dashed #4FB6FF;
}
@media (max-width: 1400px) {
  .slide {
    width: 340px;
  }
}
@media (max-width: 1024px) {
  .slide {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .slide {
    width: 165px;
  }
}

.slide img {
  padding: 10px;
}

.cta-svg-line-anim svg .draw-curve-1 {
  stroke-dashoffset: 2111.19921875px;
  stroke-dasharray: 2111.19921875px;
  transition: stroke-dashoffset 2s linear 0s;
}
@media (max-width: 767px) {
  .cta-svg-line-anim svg .draw-curve-1 {
    stroke-width: 9;
  }
}
.cta-svg-line-anim.active svg .draw-curve-1 {
  stroke-dashoffset: 4222.3984375px;
}

.cta-form-top-anim svg .draw-footer-form-top-curve {
  stroke-dashoffset: 2249.0639648438px;
  stroke-dasharray: 2249.0639648438px;
  transition: stroke-dashoffset 2s linear 0s;
}
@media (max-width: 767px) {
  .cta-form-top-anim svg .draw-footer-form-top-curve {
    stroke-width: 9;
    opacity: 1;
  }
}
.cta-form-top-anim.active svg .draw-footer-form-top-curve {
  stroke-dashoffset: 4498.1279296875px;
}

.cta-form-bottom-anim svg .draw-footer-form-bottom-curve {
  stroke-dashoffset: 2256.82421875px;
  stroke-dasharray: 2256.82421875px;
  transition: stroke-dashoffset 2s linear 0s;
}
@media (max-width: 767px) {
  .cta-form-bottom-anim svg .draw-footer-form-bottom-curve {
    stroke-width: 9;
    opacity: 1;
  }
}
.cta-form-bottom-anim.active svg .draw-footer-form-bottom-curve {
  stroke-dashoffset: 0;
}

.global-wrapper .font-70 {
  font-size: 70px;
  line-height: 80px;
}
.global-wrapper .font-60 {
  font-size: 60px;
  line-height: 70px;
}
.global-wrapper .font-42 {
  font-size: 42px;
  line-height: 56px;
}
.global-wrapper .font-24 {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .global-wrapper .font-70 {
    font-size: 40px;
    line-height: 46px;
  }
  .global-wrapper .font-60 {
    font-size: 35px;
    line-height: 50px;
  }
  .global-wrapper .font-42 {
    font-size: 25px;
    line-height: 35px;
  }
  .global-wrapper .font-24 {
    font-size: 20px;
    line-height: 26px;
  }
}
.global-wrapper .ctaBtn.ax-primary-btn {
  border-radius: 60px;
  color: #fff;
  background-color: #2475EC;
}
.global-wrapper .ctaBtn.ax-primary-btn:hover {
  background-color: #4FB6FF;
}

/* Why Our Data Strategy Is Right For You? section start */
.data-strategy-wrapper {
  background-color: #fff;
  overflow: hidden;
}
.data-strategy-wrapper.data-management {
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1570px) {
  .data-strategy-wrapper {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1330px) {
  .data-strategy-wrapper {
    padding-bottom: 30px;
  }
  .data-strategy-wrapper .head-wrapper .pb-100 {
    padding-bottom: 0;
  }
}
.data-strategy-wrapper .head-wrapper p {
  color: #030A24;
}
.data-strategy-wrapper .data-strategy {
  position: relative;
}
.data-strategy-wrapper .data-strategy .image-container {
  max-width: 100%;
  height: 927px;
  position: absolute;
  width: 100%;
}
.data-strategy-wrapper .data-strategy .image-container svg {
  width: 100%;
}
.data-strategy-wrapper .data-strategy .image-container .ds-main-img {
  height: 927px;
  width: auto;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.data-strategy-wrapper .data-strategy .data-strategy-inner {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
}
.data-strategy-wrapper .data-strategy .data-strategy-inner .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.data-strategy-wrapper .data-strategy .data-strategy-inner .info-card {
  background: rgba(246, 246, 246, 0.89);
  border-radius: 32px;
  padding: 30px 20px 0 20px;
  box-shadow: 21px 21px 72px rgba(0, 0, 0, 0.29);
  cursor: pointer;
  opacity: 0;
  margin: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: -moz-max-content;
  max-height: max-content;
  min-height: 150px;
}
.data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .title-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .title-wrapper .ds-icon {
  width: 90px;
  height: 90px;
  background-color: #2d8cff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 9px 9px 21px rgba(0, 0, 0, 0.22);
}
.data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .title-wrapper h4 {
  font-weight: 700;
  margin: 0;
  width: calc(100% - 110px);
  text-align: left;
}
.data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .description p {
  color: #252F3E;
  opacity: 0.75;
  margin-bottom: 0;
  padding: 20px 10px 20px;
  text-align: left;
}
.data-strategy-wrapper .data-strategy .data-strategy-inner .info-card:hover .description {
  max-height: 400px;
  opacity: 1;
}
@media screen and (max-width: 1570px) {
  .data-strategy-wrapper .data-strategy .data-strategy-inner .info-card {
    padding: 20px 10px 0 10px;
    min-height: auto;
    margin: 0px 10px;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .title-wrapper {
    padding-bottom: 15px;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .title-wrapper .ds-icon {
    width: 60px;
    height: 60px;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .title-wrapper .ds-icon img {
    width: 30px;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .title-wrapper h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    width: calc(100% - 80px);
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .description p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 1366px) {
  .data-strategy-wrapper .data-strategy .data-strategy-inner .info-card {
    width: 300px;
    padding: 20px 10px 0 10px;
    margin: 0px 10px;
  }
}
@media screen and (max-width: 1330px) {
  .data-strategy-wrapper .data-strategy .data-strategy-inner {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0px;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .slick-track {
    display: flex;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .info-card {
    position: initial;
    margin: 92px 36px;
    opacity: 1;
    transform: translateY(0);
    transition: none;
    min-height: auto;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .description {
    opacity: 1;
    max-height: none;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .info-card .description p {
    margin-bottom: 20px;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .slick-dots {
    bottom: 20px;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .slick-dots li button::before {
    color: #4fb6ff;
    font-size: 20px;
    opacity: 0.2;
    content: "";
    background-color: #4fb6ff;
    border-radius: 100px;
  }
  .data-strategy-wrapper .data-strategy .data-strategy-inner .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #4fb6ff;
  }
}
@media screen and (max-width: 600px) {
  .data-strategy-wrapper .data-strategy .image-container {
    top: 150px;
  }
}

/* Why Our Data Strategy Is Right For You? section end */
.bottom-form-wrapper {
  padding-bottom: 150px;
  overflow: hidden;
}
.bottom-form-wrapper .bottom-form-svg {
  position: relative;
}
.bottom-form-wrapper .bottom-form-svg .svg-1 {
  transform: rotate(-5deg);
}
.bottom-form-wrapper .bottom-form-svg .svg-2 {
  position: absolute;
  top: 60px;
  left: 0;
}
.bottom-form-wrapper .container-xlarge {
  max-width: 1364px !important;
}
.bottom-form-wrapper .form-inner-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin: -120px 0 -200px;
}
.bottom-form-wrapper .form-inner-wrapper .form-right {
  width: 100%;
}
.bottom-form-wrapper .form-inner-wrapper .form-right .bottom-form-main .bottom-form-inner {
  box-shadow: 12px 12px 60px rgba(0, 0, 0, 0.2509803922);
  border: 2px dashed #0095FF;
  border-radius: 20px;
  background: #F6F6F6;
  padding: 40px;
  overflow: hidden;
}
.bottom-form-wrapper .form-inner-wrapper h4 {
  font-weight: 100;
  color: #1C1C1C;
  margin-bottom: 120px;
  line-height: 82px;
}
.bottom-form-wrapper .form-inner-wrapper .indicator {
  font-weight: bold;
  line-height: 48px;
  color: #C201B0;
  max-width: 48%;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .bottom-form-wrapper .form-inner-wrapper {
    display: block;
  }
  .bottom-form-wrapper .form-inner-wrapper .form-left {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .bottom-form-wrapper .form-inner-wrapper .form-right {
    width: 100%;
  }
  .bottom-form-wrapper .form-inner-wrapper h4 {
    margin-bottom: 50px;
  }
  .bottom-form-wrapper .form-inner-wrapper .form-right {
    text-align: center;
  }
  .bottom-form-wrapper .form-inner-wrapper .indicator {
    gap: 10px;
    margin: 0 auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

/* SVG Animation*/
.top-form-svg svg path {
  stroke-dashoffset: 3000px;
  stroke-dasharray: 3000px;
  transition: stroke-dashoffset 2s linear 0s;
}

.top-form-svg.active svg path {
  stroke-dashoffset: 0;
}

.bottom-form-svg svg .bottom-line-1 {
  stroke-dashoffset: 3000px;
  stroke-dasharray: 3000px;
  transition: stroke-dashoffset 2s linear 0s;
}

.bottom-form-svg.active svg .bottom-line-1 {
  stroke-dashoffset: 0;
}

.bottom-form-svg svg .bottom-line-2 {
  stroke-dashoffset: 3000px;
  stroke-dasharray: 3000px;
  transition: stroke-dashoffset 2s linear 0s;
}

.bottom-form-svg.active svg .bottom-line-2 {
  stroke-dashoffset: 0;
}

.ds-image-container svg .ds-curve {
  stroke-dashoffset: 4150px;
  stroke-dasharray: 4150px;
  transition: stroke-dashoffset 2s linear 0s;
}

.ds-image-container.active svg .ds-curve {
  stroke-dashoffset: 0;
}

.slick-dots {
  bottom: 20px;
}
.slick-dots li button::before {
  color: #4fb6ff;
  font-size: 20px;
  opacity: 0.2;
  content: "";
  background-color: #4fb6ff;
  border-radius: 100px;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #4fb6ff;
}

.power-up-your-data {
  background-image: url("/images/data-operations/power-up-your-data.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.data-security {
  overflow: hidden;
}/*# sourceMappingURL=data-operations.css.map */