.bio-banner {
  background-color: #132b13;
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%;
  min-height: 700px;
  justify-content: center;
  align-items: center;
}
.banner-inner {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 30px;
}
.biobanner-left {
  width: 100%;
  max-width: 500px;
}
.bio-banner:after {
  content: "";
  background-image: url(/sites/default/files/inline-images/bio/banner-bio.png);
  background-repeat: no-repeat;
  width: 835px;
  height: 700px;
  position: absolute;
  right: 0px;
  background-size: cover;
  top: 0;
}
.banner-inner h1 {
  color: #f8c51e;
  text-transform: uppercase;
}
.banner-inner h1 span {
  color: #fff;
  text-transform: capitalize;
}
.banner-inner img {
  width: 100%;
}
.banner-inner p {
  color: #fff;
  margin-bottom: 35px;
}
.banner-inner a {
  background-color: #f8c51e;
  border-radius: 50px;
  color: #111111;
  text-decoration: none;
  padding: 10px 15px;
}
.bio-services {
  padding: 50px 0px 200px 0px;
}
.bioservice-left {
  position: relative;
  width: 90%;
}
.image-2 {
  position: relative;
  z-index: 1;
}
.image-2 img {
  position: absolute;
  right: -50px;
  width: 100%;
}
.image-1 img {
  position: relative;
  top: 135px;
  width: 80%;
}
.small-btm {
  background-color: #fff;
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 100px;
  height: 100px;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-bg {
  background-color: #132b13;
  padding: 6px;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-bg img {
  width: 70%;
  transition: transform 0.3s ease;
}
.circle-bg:hover img {
  transform: translateY(-4px);
}
.service-right {
  padding-left: 30px;
}
.outsourced-right img {
  width: 100%;
}
.title {
  text-align: center;
  margin-bottom: 40px;
}
.higher-value .title p {
  width: 100%;
  max-width: 870px;
  margin: 0px auto;
}
.high-vallue-inner {
  background-color: #132b13;
  padding: 20px;
  border-radius: 18px;
  text-align: left;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.value {
  display: flex;
}
/* .value-content {
    flex-grow: 1;
} */
.high-vallue-inner h3 {
  font-size: 20px;
}
.high-vallue-inner h3,
.high-vallue-inner p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.high-vallue-inner p {
  margin-bottom: 0px;
}
.high-vallue-inner:after {
  content: "";
  position: absolute;
  background-image: url(/sites/default/files/inline-images/bio/insect.png);
  background-repeat: no-repeat;
  width: 250px;
  height: 345px;
  display: block;
  top: 0;
  right: 0;
  background-size: cover;
  z-index: 0;
  transition: transform 0.3s ease;
}
.high-vallue-inner:hover::after {
  transform: translateY(-4px);
}
.delivered-icon {
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  width: 75px;
  height: 75px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.delivered-icon span {
  background-color: #132b13;
  border-radius: 50px;
  padding: 8px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delivered-icon span img {
  width: 35px;
  height: 35px;
}
.insights-card {
  position: relative;
  border-radius: 18px;
  margin-bottom: 30px;
}
.insights-card:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(227, 227, 227, 0) 100%
  );
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.our-insights p {
  margin-bottom: 0;
}
.insights-card img {
  width: 100%;
  border-radius: 18px;
}
.card-content {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.card-content h3 {
  color: #fff;
}
.card-content a {
  color: #f8c51e;
  text-decoration: none;
}
.card-content a i {
  font-size: 13px;
}
.outsourced {
  position: relative;
}
.outsourced .container {
  position: relative;
  /* margin: 1px 55px; */
}
.svgbox {
  width: 150px;
  position: absolute;
  top: 0;
  /* margin-top: -75px; */
}
.svgbox--1 {
  left: 0;
}
.svgbox--2 {
  right: 0;
}
.svgbox--2 img {
  width: 100%;
}

[data-split] > span {
  display: inline-block;
}
.steps {
  counter-reset: step-counter;
  border-left: 3px solid #3498db;
  padding-left: 40px;
  position: relative;
}

.step {
  counter-increment: step-counter;
  position: relative;
  margin-bottom: 22px;
  /* padding-left: 10px; */
}

.step::before {
  content: "Step " counter(step-counter) ":";
  position: absolute;
  left: -97px;
  top: 13px;
  font-weight: bold;
  font-size: 14px;
  color: #24d430;
}

.step::after {
  content: "";
  position: absolute;
  left: -44px;
  top: 16px;
  width: 16px;
  height: 16px;
  background-color: #3498db;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #3498db;
}

.step h3 {
  font-size: 20px;
  margin-bottom: 7px;
  padding: 10px;
  border-radius: 6px;
  font-weight: 700;
}

.step p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 1px 20px;
}

.step:nth-child(odd) h3 {
  background-color: #d8ddff;
}

.step:nth-child(even) h3 {
  background-color: #ffefab;
}

.step {
  transition: transform 0.3s ease;
}
.step:hover {
  transform: translateY(-4px);
}
.higher-value {
  margin-top: 35px;
}
.all-section-space {
  padding-bottom: 15px;
}

.outsourced {
  /* margin-top: 140px; */
  overflow: hidden;
  padding-top: 60px;
  background: #d9d9d966;
}
.outsourced-right {
  margin-right: 55px;
}
