.button {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "manrope-semibold", sans-serif;
  color: #ffffff;
  padding: 4px 12px;
  background: linear-gradient(93.46deg, #ff7f00 -0.47%, #fba959 100.92%);
  border: 0;
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .button {
    min-height: 48px;
    font-size: 18px;
    line-height: 28px;
    padding: 6px 14px;
  }
}
.button-sm {
  min-width: 140px;
}
.button-md {
  min-width: 160px;
}
@media (max-width: 767px) {
  .button-mobile-full {
    width: 100%;
  }
}

.ziva-line-banner path {
  stroke: rgb(253, 209, 6) !important;
}

.powering {
  background: #f99f22;
}
.powering__contentSection {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (min-width: 992px) {
  .powering__contentSection {
    flex-direction: row;
    justify-content: space-between;
  }
}
.powering__Img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .powering__Img {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .powering__Img {
    max-width: 100%;
  }
}
.powering__contentArea {
  max-width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .powering__contentArea {
    max-width: 639px;
    text-align: left;
  }
}
.powering__contentText {
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .powering__contentText {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
  }
}

.modules {
  background: #fff8ef;
  position: relative;
}
.modules__cardArea {
  display: grid;
  grid-template-columns: auto;
  gap: 12px;
}
@media (min-width: 768px) {
  .modules__cardArea {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .modules__cardArea {
    grid-template-columns: repeat(3, 1fr);
  }
}
.modules__cardSection {
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.modules__cardTitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .modules__cardTitle {
    font-size: 20px;
    line-height: 28px;
  }
}

.product__cardColumn {
  max-width: 1180px;
  margin: auto;
}
.product__cardArea {
  display: grid;
  grid-template-columns: auto;
  gap: 12px;
}
@media (min-width: 768px) {
  .product__cardArea {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
.product__Img {
  max-width: 60px;
  max-height: 60px;
}
@media (min-width: 992px) {
  .product__Img {
    max-width: 80px;
    max-height: 80px;
  }
}
.product__cardSection {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.product__cardContent {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product__cardTitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .product__cardTitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}

.personalise {
  background: #fff8ef;
}
.personalise__contentSection {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 992px) {
  .personalise__contentSection {
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .personalise__contentSection {
    margin-left: 98px;
  }
}
.personalise__Img {
  max-width: 70%;
}
@media (min-width: 1200px) {
  .personalise__Img {
    max-width: 100%;
  }
}
.personalise__contentArea {
  max-width: 100%;
}
@media (min-width: 992px) {
  .personalise__contentArea {
    max-width: 700px;
  }
}

.leading__listArea {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .leading__listArea {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .leading__listArea {
    gap: 72px;
  }
}
.leading__Img {
  border-radius: 8px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .leading__Img {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .leading__Img {
    max-width: 100%;
  }
}
.leading__listContent {
  max-width: 100%;
}
@media (min-width: 992px) {
  .leading__listContent {
    max-width: 450px;
  }
}
.leading__listItem {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
  padding: 12px 0;
}
.leading__listItem:last-child {
  margin-bottom: 0;
}
.leading__listTitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #333333;
}
@media (min-width: 992px) {
  .leading__listTitle {
    font-size: 20px;
    line-height: 34px;
  }
}

.coverage {
  background: #fff8ef;
}
.coverage__cardArea {
  display: grid;
  grid-template-columns: auto;
}
@media (min-width: 768px) {
  .coverage__cardArea {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .coverage__cardArea {
    grid-template-columns: repeat(3, 1fr);
  }
}
.coverage__cardContent {
  padding: 16px 8px;
  border-bottom: 1px solid #efe8df;
  display: flex;
  align-items: center;
  gap: 16px;
}
.coverage__cardTitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .coverage__cardTitle {
    font-size: 20px;
    line-height: 28px;
  }
}

.form {
  background: #f99f22;
}
.form__body {
  max-width: 1059px;
  margin: auto;
}
.form__button {
  height: 42px;
  color: #000;
  border-radius: 4px;
  background: #fff;
}
.form__button:hover {
  background: #fdd106 !important;
}
.form__heading {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .form__heading {
    font-size: 20px;
    line-height: 28px;
  }
}
.form-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .form-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.form-group {
  max-width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.form-control {
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-family: "manrope-medium", sans-serif;
  color: #ffffff;
  line-height: 16px;
  background-color: #fff !important;
  border: 1px solid #bebfc1;
  text-overflow: ellipsis;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.form ::-moz-placeholder {
  color: #ffffff !important;
}
.form ::placeholder {
  color: #ffffff !important;
}

.error {
  display: block;
  position: static !important;
  font-size: 12px;
  line-height: 20px;
  color: red;
}

.client-x .title1:hover {
  color: #f5911f;
}

.client-x .awards-carousel-2 .owl-nav button:hover {
  background-color: #f3f4f5;
  color: white;
}

.client-x .row {
  margin: 0 auto;
  width: 990px;
}

.client-x .awards-carousel-2 .owl-nav button {
  top: 50%;
  font-size: 25px;
  border: none;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  left: -65px;
}

.client-x .awards-carousel-2 .owl-nav button.owl-next {
  left: auto;
  right: -65px;
}

.client-x .t-sec-thoughts {
  border-radius: 10px;
  overflow: hidden;
}

.services-cont {
  background-color: #ffffff;
  text-align: center;
  font-weight: 600;
  /* padding: 40px 10px; */
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.client-x .t-cont-thoughts {
  padding: 10px 20px;
  height: 200px;
}

.client-x .title1 {
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.client-x .row {
  width: auto;
  margin: 0 auto;
}

.client-x .col-md-4 {
  padding: 30px;
}

.client-x .thought-title {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #a5a5a5;
  font-size: 14px;
}

@media (min-width: 768px) {
  .client-x .row {
    margin: 0 auto;
    width: auto;
  }
  .client-x .t-cont-thoughts {
    padding: 10px 20px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .client-x .item {
    padding: 0px 8px;
  }
  .client-x .awards-carousel-2 .owl-nav button {
    position: absolute;
    top: 50%;
    font-size: 25px;
    border: none;
    border-radius: 50%;
    height: 43px;
    width: 43px;
    left: -38px;
  }
  .client-x .thrives-bsm p {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  .clients-sec {
    padding: 40px 0;
  }
  .client-x .awards-carousel-2 .owl-nav button.owl-next {
    left: auto;
    right: -38px;
  }
}
@media (min-width: 768px) {
  .client-x .awards-carousel-2 .owl-nav button {
    position: absolute;
    -webkit-transform: translate(0, -50%);
  }
}

.learning-carosuel .owl-carousel .owl-stage {
  display: flex;
}
.learning-carosuel .owl-item.cloned {
  height: inherit;
}
.learning-carosuel .owl-item > * {
  height: 100%;
  border: 1px solid #dae4fe;
  border-radius: 10px;
}
.learning-carosuel .client-x .item {
  padding: 0;
}
.learning-carosuel .owl-nav {
  padding-bottom: 0 !important;
  text-align: center;
}
.learning-carosuel .owl-carousel.owl-drag .owl-item {
  margin: 1px;
}

.brouchers {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: auto;
  padding: 15px;
  height: 100%;
  transition: all 0.6s ease;
}
.brouchers > * {
  flex: 1;
}
.brouchers:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
.brouchers__button {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  padding: 0 15px;
  text-align: center;
  background-color: #ffe9c5;
  text-decoration: none;
  color: black;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.brouchers__button:hover {
  background-color: #f7921f;
  color: rgb(255, 255, 255);
}
.brouchers__img {
  max-width: 215px;
  margin: auto;
}
.brouchers__heading {
  font-size: 28px;
  line-height: 28px;
}
.brouchers__content {
  font-size: 16px;
  line-height: 24px;
  color: #636363;
}

body {
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  line-height: 22px;
  color: #000;
}
@media (width >= 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
body * {
  font-weight: inherit;
}

p {
  margin-bottom: 24px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  width: auto;
  height: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1270px !important;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1370px !important;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1470px !important;
  }
}

header.navbar img {
  max-width: 179px;
}

.spacer-pt-space {
  padding-top: 40px;
}
@media (width >= 768px) {
  .spacer-pt-space {
    padding-top: 60px;
  }
}
@media (width >= 1200px) {
  .spacer-pt-space {
    padding-top: 70px;
  }
}
.spacer-pb-space {
  padding-bottom: 40px;
}
@media (width >= 768px) {
  .spacer-pb-space {
    padding-bottom: 60px;
  }
}
@media (width >= 1200px) {
  .spacer-pb-space {
    padding-bottom: 70px;
  }
}

.intro-block {
  margin-bottom: 32px;
}
@media (width >= 768px) {
  .intro-block {
    margin-bottom: 50px;
  }
}
.intro-text {
  margin-top: 24px;
}
.intro-text * {
  font-size: 16px;
  line-height: 24px;
}
.intro-text > *:last-child {
  margin-bottom: 0;
}

.heading-primary-11xl {
  font-size: 24px;
  line-height: 36px;
}
@media (width >= 768px) {
  .heading-primary-11xl {
    font-size: 32px;
    line-height: 44px;
  }
}
.heading-rgb-blue span {
  background: linear-gradient(90deg, #2ebdb9 35%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.editor-content > * {
  margin-bottom: 24px;
}
.editor-content > *:last-child {
  margin-bottom: 0;
}

.remove-space-last > *:last-child {
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.header-top-space {
  margin-top: 70px;
}
@media (width >= 992px) {
  .header-top-space {
    margin-top: 80px;
  }
}

.bg-light-grey {
  background-color: #f9f9f9;
}
.bg-grey {
  background-color: #e8e8e8;
}
.bg-green {
  background-color: #209493;
}

.icon {
  max-width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media (width >= 768px) {
  .icon-md {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.gap-y-3 {
  row-gap: 30px;
}

.merge-block {
  display: none;
}
@media (width >= 1200px) {
  .merge-block {
    display: block;
  }
}
.merge-rgb-green-grey {
  background: linear-gradient(to bottom, #209493 50%, #e8e8e8 0);
}
.merge-rgb-orange-grey {
  background: linear-gradient(to bottom, #f99f22 50%, #fff8ef 0);
}
.merge-text {
  font-size: 156px;
  font-weight: 700;
  line-height: 100%;
  color: #00afb9;
  opacity: 0.5;
  position: relative;
  top: 5px;
}
.merge-text-orange {
  color: #f99f22;
}

.merge-text {
  font-size: 156px;
  font-weight: 700;
  line-height: 100%;
  color: rgba(253, 209, 148, 0.5019607843);
  opacity: 0.5;
  position: relative;
  top: 5px;
}/*# sourceMappingURL=style.css.map */