:root {
  --dark-grey: #afaeae;
  --61a9ff: #c08dff;
  --grey-2: #ffffffd9;
  --cornflower-blue: #7fa1ff;
  --grey: #787879;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  width: 80px;
  height: 70px;
}

.header {
  background-color: #eff6ff;
}

.hero-section {
  background-image: url('../images/petrochemical_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading {
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(163deg, #61a9ff, #d087ff);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  align-items: stretch;
  margin: 20px 0 0;
  padding: 10px 40px 20px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 95px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.heading.no_space {
  opacity: 1;
  outline-offset: 0px;
  direction: ltr;
  white-space: normal;
  word-break: normal;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #7fa1ff, #c08dff);
  -webkit-background-clip: text;
  background-clip: text;
  outline: 3px #fff;
  margin-top: 0;
  padding: 0;
  line-height: 80px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.body {
  background-color: #242526;
  margin-left: auto;
  margin-right: auto;
}

.site-wraper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.site-wraper.marquee {
  padding: 10px;
  overflow: visible;
}

.hero-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.hero-text.left-align {
  border: 1px #363535;
  align-items: flex-start;
  height: 240px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.body-text {
  color: #d3d3d3;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 40px 20px 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.body-text.top-aligned {
  padding-top: 0;
}

.body-text.small {
  color: var(--dark-grey);
  height: 100%;
  margin-top: 40px;
  font-size: 14px;
}

.body-text.small.client {
  border-bottom: 1px solid var(--61a9ff);
  border-left: 1px solid var(--61a9ff);
  color: var(--grey-2);
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.body-text.small.bottom {
  border-left: 1px solid var(--61a9ff);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.body-text.footer {
  color: var(--grey-2);
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
}

.body-text.footer.address {
  margin-bottom: 10px;
  font-size: 15px;
  font-style: normal;
}

.body-text.left {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.body-text.black {
  color: #333;
  padding: 0;
}

.transparent-div {
  background-image: linear-gradient(#000000b5, #000000b5);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 60px 20px;
  display: flex;
}

.heading-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(139deg, #d087ff, #61a9ff);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.heading-3.small {
  text-align: left;
  background-image: linear-gradient(139deg, #d087ff, #61a9ff);
  justify-content: flex-start;
  width: 100%;
  padding-left: 20px;
  font-size: 20px;
}

.heading-3.small.left {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
}

.heading-3.services {
  padding-left: 60px;
}

.heading-4 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #c08dff, #7fa1ff);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  padding-left: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 41px;
  display: flex;
}

.heading-4.position {
  text-align: left;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.heading-4.medium {
  background-image: linear-gradient(270deg, var(--61a9ff), var(--cornflower-blue));
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.div-block-7 {
  box-shadow: 0 2px 5px 0 var(--grey);
  border: 1px solid #000;
  border-radius: 10px;
}

.div-block-8 {
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 0 2px 5px #787879;
}

.div-block-9, .div-block-10 {
  box-shadow: 0 2px 5px 0 var(--grey);
}

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

.time-line-div {
  box-shadow: 0 2px 5px 0 var(--grey);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  height: 1000px;
  margin-top: 60px;
  display: flex;
}

.timeline-holder {
  border: 1px #ffffff29;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.left-text-holder {
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 480px;
  height: 250px;
  display: flex;
}

.left-text-holder.left {
  border-right: 3px solid var(--61a9ff);
  border-left: 0 #0000;
}

.left-text-holder.right {
  border: 1px #000;
  height: 250px;
}

.right-text-holder-box {
  border: 1px #0000;
  flex-direction: row;
  width: 480px;
  height: 250px;
  display: flex;
}

.right-text-holder-box.right {
  border: 1px #0000;
}

.right-text-holder-box.left {
  border-right: 3px solid var(--61a9ff);
}

.l-r-text-holder-div {
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.line-div-top-right {
  border: 1px #000;
  width: 100%;
  height: 50%;
}

.all-text-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  height: auto;
  display: flex;
}

.all-text-holder.right {
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
}

.time-line-body-text {
  color: silver;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  display: flex;
}

.time-line-body-text.left {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.time-line-body-text.right {
  font-size: 16px;
}

.number-div {
  background-image: linear-gradient(to bottom, var(--61a9ff), var(--cornflower-blue));
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
}

.white-text {
  color: #eff6ff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

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

.white-text.small {
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 150%;
}

.white-text.small.align-center {
  text-align: center;
  font-weight: 400;
}

.white-text.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#61a9ff 37%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.line-div-holder {
  border-right: 1px solid var(--61a9ff);
  width: 20%;
}

.line-div-holder.right {
  border: 1px solid #0000;
}

.line-div-holder.left {
  border-left: 1px #000;
  border-right-style: none;
}

.line-div-bottom-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.line-div-bottom-right.right, .line-div-bottom-right.left {
  border-top: 2px solid var(--cornflower-blue);
}

.timeline-section, .comprehensive-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.client-success-div {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.column {
  outline-offset: 0px;
  outline: 3px #333;
  justify-content: center;
  display: flex;
}

.column.client {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px solid #333;
  height: 280px;
}

.column-2 {
  outline-offset: 0px;
  outline: 3px #333;
  justify-content: center;
  display: flex;
}

.column-2.client {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px solid #333;
  height: 280px;
}

.column-3 {
  outline-offset: 0px;
  outline: 3px #333;
  justify-content: center;
  display: flex;
}

.column-3.client {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px solid #333;
  height: 280px;
}

.our-team-section {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-15 {
  object-fit: contain;
  background-color: #afaeae;
  border: 1px solid #000;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.team-div {
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 550px;
  padding-top: 20px;
  display: flex;
}

.image-3 {
  object-fit: fill;
  border-radius: 50%;
  position: static;
}

.position-text {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.name-text {
  background-image: linear-gradient(84deg, var(--cornflower-blue), var(--61a9ff));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.name-text.left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  display: flex;
}

.name-text.footer {
  justify-content: flex-start;
  width: 90%;
  margin-bottom: 10px;
}

.name-text.cleint-success {
  margin-top: 0;
  padding-left: 20px;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.footer-section {
  background-image: linear-gradient(#c08dff7d, #7fa1ff7d);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.footer-section.hide {
  display: none;
}

.columns-3 {
  justify-content: space-between;
  width: 98%;
  height: 280px;
  margin-top: 40px;
  margin-left: 38px;
  display: flex;
}

.our-partners-clients {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.partner-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px solid #333;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  height: 160px;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  display: grid;
}

.partner-div.healthcare {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: start;
  width: 80%;
  height: 160px;
  padding: 20px 30px;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.image-4 {
  text-align: justify;
  object-fit: contain;
  border-radius: 10px;
  width: 90px;
  height: 90px;
}

.div-block-19 {
  background-color: #ffffffdb;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 0;
  display: flex;
}

.sub-partners-div {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 20px 0;
  display: flex;
}

.column-4 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px #333;
  height: 100px;
  padding-left: 0;
}

.column-4.right {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.column-5 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px #333;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-20 {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 3px solid #333;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 80px;
  display: flex;
}

.div-block-21 {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 3px solid #333;
  align-items: center;
  width: 90%;
  height: 80px;
  display: flex;
}

.div-block-22, .div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  display: flex;
}

.client-div {
  outline-color: var(--61a9ff);
  outline-offset: 0px;
  border-radius: 10px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.div-block-25 {
  background-color: var(--white);
  outline-offset: 0px;
  object-fit: contain;
  border-radius: 10px;
  outline: 3px solid #555;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-5 {
  object-fit: contain;
  width: 70px;
  height: 70px;
  padding: 5px;
}

.marquee-client-holder {
  justify-content: space-between;
  align-items: stretch;
  width: 250%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

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

.div-block-27 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: visible;
}

.image-6 {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 600px;
}

.about-us-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-28 {
  background-color: #000000a3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 20px;
  display: flex;
  position: absolute;
}

.div-block-29 {
  width: 80%;
  padding-left: 20px;
}

.button {
  background-image: linear-gradient(117deg, #c08dff, #7ba2ff);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-30 {
  color: #030303;
  background-color: #0e0d0db0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 70%;
  height: 300px;
  display: flex;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.body-2 {
  background-color: #242526;
}

.image-7 {
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 20px;
  width: 500px;
  height: 300px;
  margin-bottom: 0;
  padding-top: 0;
  box-shadow: 2px 2px 6px #787879;
}

.our-mission-scetion {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.column-6 {
  justify-content: center;
  align-items: center;
  height: 80%;
  display: flex;
}

.columns-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-33 {
  justify-content: flex-end;
  display: flex;
}

.columns-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.our-services-scetion {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.vertical-div {
  width: 100%;
}

.column-7 {
  grid-column-gap: 30px;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  height: 240px;
  padding-left: 10px;
  display: flex;
  box-shadow: 2px 4px 5px #d3d1d133;
}

.column-8 {
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  height: 240px;
  padding-left: 10px;
  display: flex;
  box-shadow: 0 4px 5px #d3d1d133;
}

.column-9 {
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  height: 240px;
  display: flex;
  box-shadow: 0 4px 5px #d3d1d133;
}

.div-block-35 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.testimonial-image-div {
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.image-8 {
  object-fit: contain;
  transform-style: preserve-3d;
  border-radius: 15px;
  width: 300px;
  height: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-36, .div-block-37 {
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 5px #d3d1d133;
}

.testimonial_content {
  border: 1px solid #000;
  border-radius: 20px;
  height: 160px;
  box-shadow: 0 4px 5px #d3d1d133;
}

.contact-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-39 {
  width: 100%;
  height: auto;
  display: flex;
}

.body-3 {
  background-color: #242526;
}

.contact-image-div {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.conatct-text-div {
  width: 40%;
  margin-top: 40px;
  margin-left: 40px;
}

.image-9 {
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  padding: 60px;
  box-shadow: 0 4px 5px #d3d1d133;
}

.text-field {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: padding-box;
  border: 1px solid #505050;
  border-radius: 10px;
  margin-left: 20px;
  padding-left: 12px;
  box-shadow: 0 4px 5px #d3d1d133;
}

.text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #7a7878;
  border-radius: 10px;
  margin-left: 20px;
  box-shadow: 0 4px 5px #d3d1d133;
}

.text-field-2.description {
  height: 100px;
}

.field-label {
  color: #fff;
  padding-left: 20px;
}

.field-label-2 {
  color: #fdfdfd;
  margin-left: 20px;
  font-size: 16px;
}

.submit-button {
  background-image: linear-gradient(96deg, #d087ff, #61a9ff);
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
}

.header-menu {
  color: #333;
  background-color: #0000;
  font-size: 16px;
  text-decoration: none;
}

.header-menu:hover {
  color: #8601db;
}

.header-menu.w--current {
  color: #8a01e2;
  font-size: 17px;
  text-decoration: none;
}

.link {
  color: #fff;
  align-self: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link.woven {
  color: #ffffff6b;
}

.phone-div {
  height: 30px;
  display: flex;
}

.email-div {
  flex-direction: row;
  height: 30px;
  margin: 10px 0;
  display: flex;
}

.div-block-42 {
  background-color: #8f878705;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 0;
}

.testimonial-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.div-block-43 {
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 50px;
  display: flex;
}

.div-block-43.social {
  justify-content: flex-start;
  align-items: center;
}

.copy-rights-text {
  color: #fff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.social-media-div {
  width: 40px;
  height: 40px;
  margin: 9px;
}

.socail-media-link {
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.image-11 {
  margin-top: 12px;
}

.image-12 {
  object-fit: cover;
  width: 40px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
}

.container {
  width: 100%;
  overflow: hidden;
}

.inner-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.scroll-text {
  color: #e6e6e6;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 20px;
  font-size: 30px;
  display: inline-block;
}

.infinity-client-scroll {
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px;
  display: block;
  overflow: hidden;
}

.infinity-client-scroll.oil-gas {
  display: none;
}

.marque-wraper {
  width: 200%;
  display: flex;
}

.marque-div {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.card {
  background-color: #464444;
  border-radius: 10px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 10px;
  display: flex;
}

.text-block {
  color: #f5eaea;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-hospital {
  background-image: url('../images/Hospital--1.webp');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.columns-6 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar {
  background-color: #eff6ff;
  position: relative;
  top: auto;
  overflow: hidden;
}

.div-block-44 {
  width: 260px;
  padding-left: 10px;
}

.key_strength-and-advantages, .safety-efficientcy-timeline {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.home_hero_section {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0 0;
  display: flex;
  overflow: hidden;
}

.hospetroherodiv {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  min-height: 0;
  display: flex;
}

.hero_section_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #00000030;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: .3fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: flex-start center;
  width: 600px;
  height: auto;
  padding: 0 0 0 20px;
  display: block;
  box-shadow: 2px 2px 5px #0003;
}

.image-13 {
  height: 300px;
}

.button-2 {
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 16px;
}

.brand {
  background-color: #000000b3;
  border-radius: 10px;
}

.brand.w--current {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 0;
  display: none;
}

.nav-menu {
  align-items: stretch;
  display: flex;
}

.hero_heading_wrapper {
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
}

.hero_section_lright {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #00000036;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: .3fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  width: 640px;
  height: auto;
  padding: 0 0 0 20px;
  display: block;
  box-shadow: 2px 2px 5px #0003;
}

.margin_bottom.padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.margin_bottom.margin_medium {
  margin-bottom: 50px;
}

.home_hero_image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 20px;
  width: 260px;
  height: 260px;
  margin-top: 0;
  margin-bottom: 0;
}

.home_hero_image2 {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 20px 30px 30px 20px;
  width: 300px;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 0;
}

.hospetro_header_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  background-color: #0000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.hospetro_home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #3a3b3c00;
  border: 1px solid #fff0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 460px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: -5px -5px 10px 3px #7878794a, 3px 3px 5px 3px #00000080;
}

.hospetro_home:hover {
  box-shadow: -5px -5px 10px 5px #78787969, 5px 5px 5px 10px #00000080;
}

.hospetro_home_right {
  background-color: #3a3b3c;
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 480px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.header_content_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

.title-copy {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: linear-gradient(163deg, #d087ff, #61a9ff);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.title-copy.small {
  text-align: left;
  background-image: linear-gradient(139deg, #d087ff, #61a9ff);
  justify-content: flex-start;
  width: 100%;
  padding-left: 20px;
  font-size: 20px;
}

.title-copy.small.left {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
}

.title-copy.services {
  padding-left: 60px;
}

.title-copy.is1 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.title-copy.is3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d087ff 24%, #61a9ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.title-copy_wrap {
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.title_section {
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin: 60px auto;
  display: block;
}

.title_copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.heading2.normal {
  letter-spacing: -2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.key_strength_-_advantage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.key_strength_-_adv_sec {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  list-style-type: square;
  display: flex;
}

.list-item {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 140%;
}

.list-item-2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 120%;
}

.key_strength {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 85%;
  margin-bottom: 40px;
  font-size: 24px;
  display: grid;
  box-shadow: 1px 1px 5px 1px #fff3;
}

.paragraph {
  font-size: 20px;
  line-height: 120%;
}

.represented_countries {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.represented_countries_sec {
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.map-image {
  border-radius: 20px;
  height: 500px;
}

.principle_products {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product_list {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 440px;
  padding: 10px;
  display: flex;
}

.product_content {
  width: 460px;
  margin-top: 0;
  margin-bottom: 20px;
}

.product_image {
  object-fit: cover;
  border-radius: 10px;
  width: 460px;
  height: 280px;
  margin-left: 20px;
}

.principle_product_section {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.keystrength_image {
  border-radius: 10px;
  width: 360px;
}

.keystrength_image_wrapper {
  justify-content: center;
  align-items: center;
  width: 500px;
  padding: 20px;
  display: flex;
}

.countries_list {
  position: absolute;
  inset: auto auto 10% 3%;
}

.intent_text {
  color: #fff;
}

.list-2 {
  color: #fff;
  list-style-type: disc;
}

.list-item-3 {
  color: #fff;
}

.white_partner_logo_div {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.body-text-2 {
  color: #d3d3d3;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 40px 0 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.body-text-2.top-aligned {
  padding-top: 0;
}

.body-text-2.small {
  color: var(--dark-grey);
  height: 100%;
  margin-top: 40px;
  font-size: 14px;
}

.body-text-2.small.client {
  border-bottom: 1px solid var(--61a9ff);
  border-left: 1px solid var(--61a9ff);
  color: var(--grey-2);
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.body-text-2.small.bottom {
  border-left: 1px solid var(--61a9ff);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.body-text-2.footer {
  color: var(--grey-2);
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
}

.body-text-2.footer.address {
  margin-bottom: 10px;
  font-size: 15px;
  font-style: normal;
}

.body-text-2.left {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.body-text-2.black {
  color: #333;
  padding: 0;
}

.email_button {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--cornflower-blue), var(--61a9ff));
  color: #242526;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 16px 32px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 22px;
}

.testimonial-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px;
  width: 100%;
  height: 400px;
}

.our_partners_div {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.clinets_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 85%;
  display: grid;
}

.team_member {
  display: block;
}

.hero_content_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/1_1.avif');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  padding: 20px;
  display: flex;
  box-shadow: 2px 2px 5px 2px #78787936, -2px -2px 5px 2px #0000004d;
}

.hero_content_wrapper.healthcare {
  background-image: url('../images/Hospital--1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  box-shadow: 2px 2px 5px 2px #78787936, -4px -4px 5px 3px #0000004d;
}

.home_heading1 {
  color: #fff;
  letter-spacing: -3px;
  text-shadow: 10px 10px 20px #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.home_h1 {
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(163deg, #61a9ff, #d087ff);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  align-items: stretch;
  margin: 20px 0 0;
  padding: 10px 40px 20px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 95px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.home_h1.no_space {
  opacity: 1;
  outline-offset: 0px;
  direction: ltr;
  white-space: normal;
  word-break: normal;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #7fa1ff, #c08dff);
  -webkit-background-clip: text;
  background-clip: text;
  outline: 3px #fff;
  margin-top: 0;
  padding: 0;
  line-height: 80px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.container_nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  display: flex;
}

.column-10 {
  justify-content: center;
  display: flex;
}

.footer_wrap {
  display: none;
}

.logo_brand {
  object-fit: cover;
  width: 75px;
  height: 68px;
  text-decoration: none;
}

.nav_container {
  width: 100%;
  max-width: 1200px;
  padding: 8px 20px;
}

.nav_bar {
  background-color: #fff;
}

.brand-2 {
  object-fit: cover;
  background-color: #47494c;
  border-radius: 10px;
  padding: 4px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
  }

  .logo_brand {
    object-fit: cover;
    width: 80px;
    height: 80px;
  }

  .menu-button-2 {
    background-color: #eaeaea;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .icon-2 {
    color: var(--61a9ff);
  }

  .nav_container {
    width: 100%;
  }

  .nav_bar {
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding: 0;
    font-size: 32px;
    line-height: 130%;
  }

  .heading.no_space {
    line-height: 130%;
  }

  .site-wraper {
    max-width: 320px;
  }

  .hero-text {
    height: auto;
    margin-bottom: 10px;
  }

  .hero-text.left-align {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text.left-align.email {
    height: 260px;
    margin-bottom: 0;
  }

  .body-text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 16px;
  }

  .body-text.top-aligned {
    margin-top: 10px;
    padding-right: 10px;
  }

  .body-text.small {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-right: 10px;
    display: flex;
  }

  .body-text.small.client {
    padding: 0;
  }

  .body-text.footer.address {
    text-align: left;
  }

  .body-text.left {
    justify-content: center;
    margin-top: 10px;
  }

  .transparent-div {
    height: 460px;
    padding: 20px 10px;
  }

  .heading-3 {
    text-align: center;
    justify-content: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 24px;
    line-height: 130%;
  }

  .heading-3.small {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding-left: 0;
    font-size: 17px;
    font-weight: 400;
  }

  .heading-3.small.left {
    padding-right: 0;
    font-size: 17px;
  }

  .heading-3.services {
    padding-left: 0;
  }

  .heading-4 {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 20px;
    line-height: 130%;
  }

  .heading-4.position {
    text-align: center;
    justify-content: center;
  }

  .div-block-7, .div-block-8 {
    width: 280px;
  }

  .grid {
    grid-template-columns: 1fr;
    place-items: center;
    width: 280px;
  }

  .time-line-div {
    width: 330px;
    height: 840px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .timeline-holder {
    width: 95%;
    margin-top: 60px;
  }

  .line-div-top-right {
    width: 80%;
  }

  .all-text-holder.right {
    width: 95%;
  }

  .time-line-body-text.left {
    padding-right: 0;
    font-size: 14px;
  }

  .time-line-body-text.right {
    padding-left: 0;
    font-size: 14px;
  }

  .white-text {
    text-align: center;
    font-size: 16px;
  }

  .white-text.small.align-center {
    font-size: 16px;
  }

  .white-text.gradient {
    font-size: 18px;
  }

  .line-div-holder.left {
    width: 20%;
  }

  .client-success-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column {
    justify-content: center;
    display: flex;
  }

  .column.client {
    height: 240px;
  }

  .column-2.client {
    justify-content: center;
    align-items: center;
    height: 240px;
    display: flex;
  }

  .column-3.client {
    align-items: center;
    height: 240px;
    display: flex;
  }

  .our-team-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-15 {
    width: 100px;
    height: 100px;
  }

  .team-div {
    justify-content: flex-start;
    width: 280px;
    height: 400px;
    margin-top: 20px;
    padding: 20px 10px 10px;
  }

  .team-div.addon {
    height: 480px;
  }

  .image-3 {
    width: 100px;
    height: 100px;
  }

  .position-text {
    text-align: center;
    justify-content: center;
  }

  .name-text {
    justify-content: center;
    margin-top: 10px;
  }

  .name-text.left {
    justify-content: center;
  }

  .name-text.cleint-success {
    text-align: center;
    justify-content: center;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    display: flex;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .columns-3 {
    flex-flow: column;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .our-partners-clients {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .partner-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    justify-items: center;
    width: 100%;
    height: 140px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
  }

  .partner-div.healthcare {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    width: 95%;
    height: 120px;
    padding: 10px 15px;
  }

  .div-block-18 {
    padding-bottom: 0;
  }

  .image-4 {
    border-radius: 5px;
    width: 70px;
    height: 60px;
  }

  .div-block-19 {
    width: 70px;
    height: 70px;
  }

  .sub-partners-div {
    flex-flow: column;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .column-4.right {
    justify-content: center;
  }

  .column-5.left {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-20 {
    justify-content: center;
    width: 100%;
    height: 100px;
  }

  .div-block-21 {
    width: 100%;
    height: 100px;
  }

  .client-div {
    flex-flow: row;
    width: 140px;
  }

  .image-5 {
    width: 40px;
    height: 40px;
  }

  .div-block-28 {
    width: auto;
    height: auto;
    padding-top: 0;
  }

  .div-block-29 {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .div-block-30 {
    width: 320px;
    height: 340px;
  }

  .div-block-31 {
    height: auto;
  }

  .image-7 {
    object-fit: cover;
    width: 280px;
    height: 200px;
    margin-top: 20px;
  }

  .our-mission-scetion {
    align-items: flex-start;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columns-4 {
    flex-flow: column;
    height: auto;
  }

  .div-block-33 {
    justify-content: center;
    margin-bottom: 20px;
  }

  .columns-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 90%;
    margin-top: 0;
  }

  .our-services-scetion {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-7 {
    justify-content: center;
    height: 200px;
  }

  .column-8 {
    justify-content: center;
    align-items: stretch;
    height: 200px;
  }

  .column-9 {
    justify-content: center;
    height: 200px;
  }

  .div-block-35 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-image-div {
    justify-content: flex-end;
    width: 300px;
    margin-top: 20px;
    display: none;
  }

  .testimonial_div {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .testimonials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-items: center;
    margin-top: 20px;
  }

  .image-8 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px;
    width: 300px;
    height: 140px;
    margin: 10px auto 0;
  }

  .testimonial_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 200px;
    padding: 15px;
    display: flex;
  }

  .contact-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-39 {
    flex-flow: column;
    align-items: center;
  }

  .contact-image-div {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .conatct-text-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    width: 300px;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .image-9 {
    margin-bottom: 10px;
  }

  .text-field, .text-field-2 {
    margin-left: 0;
  }

  .field-label {
    padding-left: 0;
  }

  .field-label-2 {
    margin-left: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .submit-button {
    margin-left: 0;
  }

  .header-menu {
    display: flex;
  }

  .link {
    font-size: 14px;
  }

  .testimonial-section {
    flex-flow: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .div-block-43.social {
    justify-content: center;
  }

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

  .socail-media-link {
    width: 25px;
    height: 30px;
  }

  .infinity-client-scroll {
    height: 140px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .marque-div {
    width: 200%;
  }

  .columns-6 {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar {
    background-color: #fff;
  }

  .key_strength-and-advantages, .safety-efficientcy-timeline {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home_hero_section {
    background-image: none;
    flex-flow: row;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .hospetroherodiv {
    width: 100%;
  }

  .hero_section_left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: center;
    height: 260px;
    padding: 15px;
  }

  .button-2 {
    margin-top: 15px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
  }

  .hero_heading_wrapper {
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 50px;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    width: 280px;
    display: flex;
  }

  .form {
    flex-flow: column;
    flex: 1;
    align-items: stretch;
    width: 280px;
    display: flex;
  }

  .hero_section_lright {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: center;
    height: 260px;
    padding: 15px;
  }

  .margin_bottom.margin_medium {
    margin-bottom: 20px;
  }

  .home_hero_image {
    object-position: 50% 50%;
    border-radius: 10px;
    width: 220px;
    height: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home_hero_image2 {
    width: 280px;
    height: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hospetro_header_div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
    padding: 0;
  }

  .hospetro_home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #3a3b3c;
    border-style: solid;
    width: 320px;
    height: 320px;
    padding: 20px;
    box-shadow: -1px -1px 5px 1px #7878794a, 2px 2px 5px 2px #00000080;
  }

  .hospetro_home:hover {
    box-shadow: -3px -3px 5px 2px #78787969, 3px 3px 5px 3px #00000080;
  }

  .hospetro_home_right {
    background-color: #0000;
    border-style: solid;
    width: auto;
    padding: 10px;
  }

  .header_content_component {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 320px;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .top_heading_wrapper {
    flex-flow: column;
  }

  .title-copy {
    text-align: center;
    justify-content: center;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 130%;
  }

  .title-copy.small {
    text-align: center;
    justify-content: center;
    padding-left: 0;
  }

  .title-copy.services {
    padding-left: 0;
  }

  .title-copy.is2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
  }

  .title-copy_wrap {
    padding: 0;
  }

  .title_section {
    height: 40vh;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .title_copy {
    width: 300px;
    height: 30vh;
  }

  .heading2 {
    text-align: center;
    font-size: 26px;
  }

  .heading2.normal {
    text-align: center;
    letter-spacing: 0;
    font-size: 24px;
  }

  .key_strength_-_advantage {
    margin-top: 20px;
  }

  .key_strength_-_adv_sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .list {
    padding-left: 0;
  }

  .list-item {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .key_strength {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 95%;
    margin-bottom: 40px;
    padding: 5px 5px 10px;
  }

  .represented_countries {
    height: auto;
    margin-top: 0;
  }

  .represented_countries_sec {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .map-image {
    width: 320px;
    height: 160px;
  }

  .principle_products {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .product_list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
  }

  .product_content {
    width: auto;
    margin-bottom: 0;
  }

  .product_image {
    width: 300px;
    height: 160px;
    margin-left: 0;
  }

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

  .keystrength_image {
    width: 280px;
  }

  .keystrength_image_wrapper {
    width: auto;
    padding: 0;
  }

  .intent_text {
    color: #323232;
  }

  .list-2 {
    color: #000;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .list-item-3 {
    color: #000;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .white_partner_logo_div {
    width: 90px;
    height: 80px;
  }

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

  .body-text-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .body-text-2.top-aligned {
    margin-top: 10px;
    padding-right: 10px;
  }

  .body-text-2.small {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-right: 10px;
    display: flex;
  }

  .body-text-2.small.client {
    padding: 0;
  }

  .body-text-2.footer.address {
    text-align: left;
  }

  .body-text-2.left {
    justify-content: center;
    margin-top: 10px;
  }

  .email_button {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 8px 20px;
    font-size: 16px;
  }

  .testimonial-image {
    height: 200px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: var(--61a9ff);
  }

  .clinets_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 100%;
  }

  .hero_content_wrapper, .hero_content_wrapper.healthcare {
    width: 280px;
    height: 280px;
  }

  .home_heading1 {
    font-size: 36px;
  }

  .home_h1 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding: 0;
    font-size: 32px;
    line-height: 130%;
  }

  .home_h1.no_space {
    line-height: 130%;
  }

  .logo_brand {
    width: 75px;
    height: 65px;
  }

  .menu-button-2 {
    background-color: #fff;
  }
}

#w-node-_07664f28-0861-d0f8-c114-f4ced00faf55-279807d4, #w-node-_663fe2ce-929c-c56f-f6c0-65c76df275e0-279807d4, #w-node-b3d3cebd-d830-5c21-df15-eef481b565d1-279807d4, #w-node-_2253360e-74da-2ee2-d01e-360e55e8a94a-279807d4, #w-node-_07664f28-0861-d0f8-c114-f4ced00faf55-edc4c5db, #w-node-_663fe2ce-929c-c56f-f6c0-65c76df275e0-edc4c5db, #w-node-b3d3cebd-d830-5c21-df15-eef481b565d1-edc4c5db, #w-node-_2253360e-74da-2ee2-d01e-360e55e8a94a-edc4c5db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_35db3bb3-c331-e8f4-3923-1667b7be186f-279807d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


