:root {
  --heading-color: #000230;
  --paragraph-color: #5e5d5e;
  --main-color: #ff6f00;
  --white: white;
  --secondary-color: #000;
}

body {
  color: #333;
  font-family: Apercu pro, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cerebri Sans Pro, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 85px;
}

h2 {
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cerebri Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h3 {
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cerebri Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

h4 {
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cerebri Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

p {
  color: var(--paragraph-color);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.mb-15 {
  margin-bottom: 15px;
}

.color-black {
  color: #000;
}

.mb-70 {
  margin-bottom: 70px;
}

.overflow-visible {
  overflow: visible;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.align-center-both {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mb-50 {
  margin-bottom: 50px;
}

.section-paddiing {
  padding-bottom: 70px;
}

.mb-40 {
  margin-bottom: 40px;
}

.text-right {
  text-align: right;
}

.add-to-cart-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mb-25 {
  margin-bottom: 25px;
}

.max-w100 {
  max-width: 100%;
}

.transparent-bg {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.ml-30 {
  padding-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-80 {
  margin-bottom: 80px;
}

.position-absolute {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container {
  width: 100%;
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.d-block {
  display: flex;
}

.ml-50 {
  padding-right: 50px;
}

.d-flex, .d-none {
  display: flex;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.is-magnetic {
  display: inline-block;
}

.btn-wrapper {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.primary-button {
  z-index: 0;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 38px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.blank {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.blank.two {
  border-color: var(--main-color);
}

.button-hover-bg {
  z-index: -1;
  border: 1px solid var(--main-color);
  background-color: var(--secondary-color);
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-hover-bg.main {
  background-color: var(--main-color);
}

.button-content {
  display: flex;
}

.button-text {
  color: var(--white);
  font-family: Cerebri Sans Pro, sans-serif;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.button-text.main-color {
  color: var(--main-color);
}

.overflow-hidden {
  overflow: hidden;
}

.nav-right-content {
  align-items: center;
  display: flex;
}

.navbar-logo-left {
  background-color: var(--secondary-color);
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: rgba(255, 255, 255, .75);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--main-color);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: var(--main-color);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--main-color);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-logo-left-container {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(89, 64, 83, .7);
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.nav-menu-wrapper {
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-title {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 24px;
}

.banner-area {
  z-index: 0;
  background-color: var(--secondary-color);
  position: relative;
}

.banner-button {
  grid-column-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-thumbnail-wrap {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  background-image: url('../images/Dot-Line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.banner-inner-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-paragraph {
  color: #d9d9d9;
  text-transform: capitalize;
  max-width: 560px;
  margin-bottom: 20px;
}

.our-user-area {
  background-color: #000;
  margin-top: 95px;
}

.user-inner-wrap {
  align-items: center;
  display: flex;
}

.user-number {
  margin-top: 0;
  margin-bottom: 8px;
}

.user-content {
  margin-bottom: 0;
}

.our-user-logo-wrap {
  flex: 1;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-track {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.marquee-list, .marquee-flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee-item {
  flex: none;
  margin-right: 95px;
}

.border-line {
  background-color: rgba(68, 43, 61, .4);
  width: 2px;
  height: 53px;
  margin-left: 80px;
  margin-right: 51px;
}

.engage-area {
  z-index: 1;
  width: 100%;
}

.primary-button-2 {
  z-index: 0;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-2:hover {
  transform: scale(1.05);
}

.primary-button-2.border {
  border: 1px solid #231f1e;
}

.lab-test-single-item {
  z-index: 0;
  background-color: #ffebe5;
  border-radius: 30px;
  padding: 42px 32px;
  position: relative;
  overflow: hidden;
}

.engage-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 120px;
  display: grid;
}

.section-cotent-wrap.grid-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 24px;
}

.section-title.mb-0 {
  margin-bottom: 0;
}

.section-paragraph.mb-50 {
  text-transform: capitalize;
}

.section-paragraph.engage-paragraph {
  max-width: 498px;
}

.section-paragraph.create-paragraph {
  max-width: 410px;
}

.section-paragraph.insights-paragraph {
  max-width: 500px;
}

.section-paragraph.control-paragraph {
  max-width: 470px;
}

.section-paragraph.trust-paragraph {
  max-width: 486px;
  margin-left: auto;
  margin-right: auto;
}

.section-paragraph.integration-paragraph {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.enage-thumbnail-wrap {
  z-index: 0;
  background-color: #f6e186;
  border-radius: 10px;
  padding-left: 80px;
  padding-right: 40px;
  display: inline-block;
  position: relative;
}

.section-featured-list {
  align-items: center;
  display: flex;
}

.section-featured-list.m-bottom {
  margin-bottom: 17px;
}

.key-featured-list-item {
  color: #5e5d5e;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.check-image {
  margin-right: 17px;
}

.insights-area, .create-once-area {
  z-index: 1;
  width: 100%;
  padding-top: 120px;
}

.integrations-area {
  z-index: 0;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.integrations-item-wrap {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integrations-single-item {
  z-index: 0;
  background-color: #fff;
  border: 2px solid #f5f6f6;
  border-radius: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.integrations-single-item:hover {
  border: 2px solid var(--main-color);
}

.integrations-single-item.style-01 {
  background-color: #313257;
  background-image: url('../images/Line-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.integrations-thumbnail-wrap {
  background-color: #f9f9f9;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.integrations-logo {
  border-radius: 10px;
  transition: all .2s;
}

.integrations-logo:hover {
  transform: scale(1.2);
}

.delivery-time {
  color: #6e6d7f;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.delivery-time.color-white {
  color: var(--white);
  margin-bottom: 50px;
}

.integration-span-title {
  color: #000230;
  font-weight: 700;
}

.integration-bg-image {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.read-more-button {
  color: #a19d9f;
  font-family: Apercu pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline;
}

.read-more-button.color-white {
  color: var(--white);
}

.our-power-area {
  z-index: 0;
  background-color: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.expertise-inner-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.count-title {
  color: #6e6d7f;
  font-size: 22px;
  font-weight: 500;
}

.count-number-title {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 12px;
}

.counter-single-item {
  z-index: 0;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.video-lightbox {
  z-index: 0;
  color: #0e0f18;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video-content-wrap {
  z-index: 1;
  background-image: url('../images/group-diverse-people-attending-startup-business-course-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  min-height: 366px;
  display: flex;
  position: relative;
}

.grid-two {
  grid-column-gap: 12px;
  grid-row-gap: 55px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.expertise-single-item {
  z-index: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
}

.video-button {
  cursor: pointer;
  background-color: #ff6854;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}

.count-icon-wrap {
  background-color: #fc7557;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 24px;
  display: flex;
}

.count-icon-wrap.style-01 {
  background-color: #7f9dff;
}

.count-icon-wrap.style-02 {
  background-color: #ffc73a;
}

.count-icon-wrap.style-03 {
  background-color: #3ac4e5;
}

.slide-nav {
  display: none;
  position: static;
  top: auto;
  left: 0%;
  right: 0%;
}

.clip-text {
  overflow: hidden;
}

.speaker-slide-mask {
  width: 487px;
  overflow: visible;
}

.speaker-arrow {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.speaker-arrow.arrow-anim {
  margin-top: -180px;
  display: none;
}

.speaker-arrow.left {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  width: 100px;
  height: 100px;
  margin-top: -180px;
  margin-right: 120px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.speaker-slide {
  height: 100%;
  margin-right: 32px;
  overflow: hidden;
}

.speaker-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: block;
  overflow: visible;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.quote-content {
  color: #404042;
  text-transform: capitalize;
  border-radius: 10px;
  max-width: 378px;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.testimonial-slider-author-info {
  flex: none;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.testimonial-author-designation {
  color: #667085;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
}

.testimonial-author-name {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Apercu pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.testimonial-slider-content-wrap {
  background-image: url('../images/testi-bg-one.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 25px;
  padding-right: 25px;
}

.testimonial-slider-content-wrap.style-01 {
  background-image: url('../images/testi-bg-two.svg');
}

.testimonial-slider-content-wrap.style-02 {
  background-image: url('../images/Testi-bg-three.svg');
}

.testimonial-author-meta {
  margin-left: 18px;
}

.connect-form {
  z-index: 0;
  max-width: 497px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.submit-button {
  z-index: 1;
  color: var(--white);
  background-color: #442b3d;
  border-radius: 100px;
  max-height: 54px;
  padding: 18px 33px;
  font-family: Cerebri Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: all .2s;
  position: absolute;
  top: 4px;
  bottom: auto;
  left: auto;
  right: 4px;
}

.submit-button.is-magnetic:hover {
  background-color: var(--main-color);
}

.call-to-action-area {
  margin-bottom: -120px;
}

.text-field {
  border-radius: 100px;
  width: 497px;
  min-height: 62px;
  margin-bottom: 0;
  padding: 28px 28px 28px 30px;
}

.text-field::placeholder {
  color: #928a8e;
  font-size: 18px;
  font-weight: 300;
}

.connect-form-bock {
  margin-bottom: 0;
}

.call-to-action-inner {
  z-index: 3;
  background-color: #ff6854;
  background-image: url('../images/Line-8_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 65px 190px;
  display: flex;
  position: relative;
}

.copyright-text {
  color: rgba(247, 245, 237, .7);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.footer-area {
  z-index: 0;
  background-color: #442b3d;
  padding-top: 267px;
  position: relative;
}

.list-item {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  transition: all .2s;
}

.list-item:hover {
  color: var(--main-color);
  transform: translate(10px);
}

.list-item.two {
  color: #cdcdcd;
  margin-bottom: 12px;
}

.footer-menu-list {
  color: #0e0f18;
  flex-direction: column;
  align-items: flex-start;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-left: 20px;
  display: flex;
}

.copyright-content {
  border-top: 1px solid rgba(89, 64, 83, .75);
  justify-content: space-between;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.footer-top {
  padding-bottom: 30px;
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 18px;
  display: flex;
}

.footer-top-bg {
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 55px;
  right: auto;
}

.footer-bottom-bg {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cat-title {
  margin-top: 0;
  margin-bottom: 0;
}

.cat-title.color-white {
  text-transform: capitalize;
}

.create-once-thumbnail-wrap {
  text-align: center;
  background-color: #bbd7e7;
  background-image: url('../images/Ellipse-51.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding: 60px 90px;
}

.engage-left-image {
  z-index: 2;
  border-radius: 10px;
  position: absolute;
  top: -31px;
  bottom: auto;
  left: auto;
  right: -41px;
  box-shadow: 5px 0 50px 5px rgba(0, 0, 0, .08);
}

.engage-right-image {
  z-index: 3;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: -40px;
  right: auto;
  box-shadow: 5px 0 50px 5px rgba(0, 0, 0, .08);
}

.control-thumbnail-wrap {
  z-index: 0;
  margin-bottom: 10px;
  padding-bottom: 83px;
  padding-right: 53px;
  display: inline-block;
  position: relative;
}

.insights-right-image {
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 5px 50px rgba(0, 0, 0, .05);
}

.insights-bg-image-block {
  background-color: #ffc0ac;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 386px;
  height: 337px;
  display: flex;
  overflow: hidden;
}

.insights-left-image {
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 5px 50px rgba(0, 0, 0, .05);
}

.insights-thumbnail-wrap {
  z-index: 0;
  padding: 58px 46px 37px 105px;
  display: inline-block;
  position: relative;
}

.control-image-two {
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 5px 50px rgba(0, 0, 0, .2);
}

.water-wave-image {
  z-index: -1;
  width: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -40px;
  right: auto;
}

.testimonial-single-item {
  z-index: 0;
  background-color: var(--white);
  border: 1px solid rgba(255, 192, 172, .2);
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 5px 40px rgba(255, 192, 172, .2);
}

.image-2 {
  z-index: -1;
  position: absolute;
  top: 44px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.banner-grid-one {
  text-align: right;
}

.banner-grid-two {
  position: relative;
}

.banner-grid-three {
  text-align: right;
}

.banner-thumb-icon {
  background-color: #fc7557;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.banner-lottie {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-title-wrap {
  z-index: 0;
  max-width: 565px;
  position: relative;
}

.lottie-animation {
  position: absolute;
  top: auto;
  bottom: 43px;
  left: auto;
  right: 0%;
}

.integration-number {
  color: var(--white);
  font-family: Apercu pro, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.integrations-number-wrap {
  margin-bottom: 16px;
  position: relative;
}

.banner-line-image {
  z-index: -1;
  width: auto;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: auto;
  right: -90px;
}

.control-content-wrap {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 110px;
  display: grid;
}

.create-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.insights-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 120px;
  display: grid;
}

.testimonial-area {
  z-index: 0;
  border-radius: 10px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.control-area {
  z-index: 1;
  width: 100%;
  padding-top: 120px;
}

.courser-area {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.courser-wrap {
  opacity: 0;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: rgba(255, 104, 84, .7);
  border: 3px solid rgba(255, 104, 84, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: opacity .5s;
  display: flex;
  position: relative;
  transform: scale(0);
}

.cursor-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.doctor-tab-thumbnail-wrap {
  text-align: center;
  background-color: #f1f5f9;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.integration-bg-color {
  z-index: -11;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.preloader {
  z-index: 99999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloder-text-wrapperr {
  z-index: 3;
  position: relative;
}

.preloder-text {
  color: #170f49;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.preloader-bg-grey {
  z-index: 2;
  background-color: #f7f7fb;
  width: 100%;
  height: 100%;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.preloader-bg-primary {
  z-index: 1;
  background-color: #4a3aff;
  width: 100%;
  height: 100%;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 1280px) {
  .d-block {
    display: block;
  }

  .d-none {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .container.overflow-visible {
    overflow: visible;
  }

  .text-field {
    text-transform: none;
  }
}

@media screen and (min-width: 1920px) {
  .social-icon-image {
    display: inline-block;
  }

  .footer-social-link {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    font-size: 44px;
    line-height: 54px;
  }

  h3 {
    font-size: 36px;
    line-height: 46px;
  }

  h4 {
    font-size: 26px;
    line-height: 36px;
  }

  .section-paddiing {
    padding-bottom: 50px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button {
    padding: 12px 35px;
  }

  .nav-menu-two {
    background-color: #52354a;
    border-radius: 10px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    padding: 10px 5px;
    display: inline-block;
  }

  .nav-menu-wrapper {
    background-color: #52354a;
    height: 100vh;
  }

  .menu-button {
    border: 1px solid var(--white);
    border-radius: 10px;
    margin-left: 40px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--secondary-color);
    color: #fff;
  }

  .banner-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-thumbnail-wrap {
    display: none;
  }

  .banner-inner-wrap {
    grid-template-columns: 1fr;
  }

  .banner-paragraph {
    margin-bottom: 40px;
  }

  .our-user-area {
    margin-top: 80px;
  }

  .marquee-item {
    width: 28vw;
    margin-right: 40px;
  }

  .border-line {
    margin-left: 40px;
    margin-right: 40px;
  }

  .engage-area {
    position: static;
  }

  .engage-content-wrap {
    grid-template-columns: 1fr;
    padding-top: 100px;
  }

  .section-cotent-wrap.grid-item {
    grid-template-columns: 1fr;
  }

  .section-thumbnail-block {
    padding-bottom: 30px;
  }

  .insights-area, .create-once-area {
    padding-top: 100px;
    position: static;
  }

  .integrations-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .integrations-item-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .our-power-area {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .expertise-inner-wrap {
    grid-template-columns: 1fr;
  }

  .counter-single-item {
    margin-bottom: 30px;
  }

  .grid-two {
    grid-row-gap: 30px;
  }

  .expertise-single-item {
    margin-bottom: 40px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .slide-arrow {
    width: 30px;
  }

  .speaker-arrow.arrow-anim {
    width: 60px;
    height: 60px;
    margin-top: -100px;
  }

  .speaker-arrow.left {
    width: 60px;
    height: 60px;
    margin-top: -100px;
    margin-right: 80px;
  }

  .testimonial-author-name {
    font-size: 22px;
  }

  .call-to-action-inner {
    text-align: center;
    flex-direction: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .copyright-text {
    text-align: left;
  }

  .footer-area {
    padding-top: 200px;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
  }

  .cat-title.color-white {
    margin-bottom: 40px;
  }

  .icon {
    color: #fff;
  }

  .control-content-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

  .create-content-wrap {
    grid-template-columns: 1fr;
  }

  .insights-content-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

  .testimonial-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .control-area {
    padding-top: 100px;
    position: static;
  }

  .courser-wrap {
    margin-top: 50px;
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
    line-height: 62px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 34px;
    line-height: 44px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .mb-70, .mb-60 {
    margin-bottom: 30px;
  }

  .mb-100 {
    margin-bottom: 40px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .section-paddiing {
    padding-bottom: 40px;
  }

  .mb-40 {
    margin-bottom: 30px;
  }

  .add-to-cart-wrap {
    display: block;
  }

  .mb-80 {
    margin-bottom: 35px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-two {
    border-radius: 10px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .marquee-item {
    width: 35vw;
    margin-right: 4vw;
  }

  .engage-area {
    border-radius: 15px;
  }

  .primary-button-2.border.cart-button:hover {
    background-color: #f9dcdc;
    border-color: #f9dcdc;
  }

  .lab-test-single-item {
    border-radius: 10px;
    padding: 20px;
  }

  .key-featured-list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .insights-area, .create-once-area {
    border-radius: 15px;
  }

  .read-more-button {
    font-size: 16px;
    font-weight: 400;
  }

  .counter-single-item, .expertise-single-item {
    border-radius: 15px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-arrow.arrow-anim {
    display: none;
  }

  .quote-content {
    font-size: 24px;
  }

  .testimonial-author-designation {
    font-size: 16px;
  }

  .testimonial-author-name {
    font-size: 20px;
  }

  .text-field {
    width: 466px;
  }

  .call-to-action-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .copyright-text {
    margin-bottom: 10px;
  }

  .footer-social-block {
    padding-bottom: 10px;
  }

  .copyright-content {
    flex-direction: column;
  }

  .cat-title.color-white {
    margin-bottom: 30px;
  }

  .insights-content-wrap {
    padding-bottom: 80px;
  }

  .control-area {
    border-radius: 15px;
    padding-top: 100px;
  }

  .doctor-tab-thumbnail-wrap {
    border-radius: 10px;
  }

  .preloder-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h3 {
    font-size: 32px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .mb-70, .mb-60 {
    margin-bottom: 30px;
  }

  .mb-100 {
    margin-bottom: 40px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .section-paddiing {
    padding-bottom: 35px;
  }

  .text-right {
    text-align: left;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .mb-80 {
    margin-bottom: 35px;
  }

  .text-center {
    text-align: left;
  }

  .btn-wrapper.sign-button {
    display: none;
  }

  .button-text {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .banner-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-paragraph {
    margin-bottom: 30px;
  }

  .user-inner-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .our-user-logo-wrap {
    padding-top: 30px;
  }

  .marquee-item {
    width: 40vw;
    margin-right: 6vw;
  }

  .border-line {
    display: none;
  }

  .enage-thumbnail-wrap {
    padding-left: 40px;
    padding-right: 20px;
  }

  .key-featured-list-item {
    font-size: 14px;
    line-height: 24px;
  }

  .insights-area, .create-once-area {
    padding-top: 80px;
  }

  .integrations-item-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .integrations-single-item {
    padding: 20px;
  }

  .delivery-time {
    font-size: 14px;
    line-height: 24px;
  }

  .expertise-inner-wrap {
    grid-column-gap: 10px;
  }

  .count-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .count-number-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }

  .counter-single-item {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .video-lightbox {
    display: block;
  }

  .grid-two {
    grid-row-gap: 30px;
  }

  .count-icon {
    width: 25px;
    height: 25px;
  }

  .count-icon-wrap {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.arrow-anim {
    top: 0;
    right: 0%;
  }

  .quote-content {
    font-size: 18px;
  }

  .testimonial-author-designation {
    font-size: 15px;
  }

  .testimonial-author-name {
    font-size: 18px;
  }

  .submit-button {
    border: 1px solid var(--secondary-color);
    width: 100%;
    max-height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: static;
  }

  .submit-button.is-magnetic:hover {
    border: 1px solid var(--white);
  }

  .text-field {
    width: 100%;
    min-height: 50px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-field::placeholder {
    font-size: 16px;
    line-height: 26px;
  }

  .connect-form-bock {
    width: 100%;
  }

  .call-to-action-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .copyright-text {
    text-align: center;
    line-height: 26px;
  }

  .list-item {
    font-size: 16px;
  }

  .footer-nav {
    margin-bottom: 30px;
  }

  .footer-social-link {
    margin-right: 0;
    padding-left: 12px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer-columns {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .create-once-thumbnail-wrap {
    padding: 30px;
  }

  .engage-left-image {
    right: -20px;
  }

  .engage-right-image {
    left: -20px;
  }

  .insights-right-image {
    width: 60%;
  }

  .insights-bg-image-block {
    width: 300px;
    height: 270px;
  }

  .insights-left-image {
    width: 46%;
  }

  .insights-thumbnail-wrap {
    padding-left: 60px;
  }

  .water-wave-image {
    width: auto;
  }

  .image-2 {
    width: 40px;
  }

  .banner-lottie, .lottie-animation {
    display: none;
  }

  .control-area {
    padding-top: 80px;
  }
}

#w-node-c6b6e90a-4475-e888-2815-4782f13a85ff-2dc72817 {
  align-self: center;
}

#w-node-e1498ef0-427b-6b6f-41f2-5490f672ad7f-2dc72817 {
  align-self: end;
}

#w-node-_1565079b-b4b3-8149-8544-e9cc868fe368-2dc72817, #w-node-b68d501b-779b-d3ef-2e47-6274d5b91dc9-2dc72817 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9b41e89-713d-8eaf-07aa-942cdfdef5b8-2dc72817, #w-node-c6b6e90a-4475-e888-2815-4782f13a85ff-3edf105c {
  align-self: center;
}

#w-node-e1498ef0-427b-6b6f-41f2-5490f672ad7f-3edf105c {
  align-self: end;
}

#w-node-_1565079b-b4b3-8149-8544-e9cc868fe368-3edf105c, #w-node-b68d501b-779b-d3ef-2e47-6274d5b91dc9-3edf105c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bf72674e-96b4-79c7-a9d5-06c0d263bf80-2dc72817 {
    justify-self: center;
  }

  #w-node-cd8feb06-1677-5a68-196c-63bc735ac921-2dc72817 {
    order: 9999;
  }

  #w-node-e7bef298-bc34-f255-7a74-5d3a716b81dd-3edf105c {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf72674e-96b4-79c7-a9d5-06c0d263bf80-2dc72817 {
    justify-self: center;
  }

  #w-node-_8d6283d3-2c3a-698c-0f7d-8aee1a034938-2dc72817 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Cerebri Sans Pro';
  src: url('../fonts/CerebriSansPro-Bold.ttf') format('truetype'), url('../fonts/CerebriSansPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerebri Sans Pro';
  src: url('../fonts/CerebriSansPro-SemiBold.ttf') format('truetype'), url('../fonts/CerebriSansPro-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/Apercu-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/Apercu-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/Apercu-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/Apercu-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}