.about-us-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/about_us_banner.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  max-height: 550px;
}

.hero-content {
  text-align: justify !important;
  padding-top: 30px;
}

.hero-content .title {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 600;
}

.hero-content .description {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  letter-spacing: 3px;
}

/* Vision css */

.my_section {
  margin-top: 150px;
  margin-bottom: 150px;
}

.heading {
  font-family: "Rubik", sans-serif;
  font-size: 1.8625rem;
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
  color: #282828;
}

.qpaix-vision .sub_title {
  font-family: "Rubik", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #282828;
  font-size: 3rem;
}

.highlighted_text {
  color: #007bff;
}

/* css for mission */
.my_section {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.heading {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_mob_15 {
  padding-bottom: 15px;
}

.image_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.qpaix-mission .card_image {
  position: relative !important;
  border-radius: 12px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}

.qpaix-mission .desc {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Rubik", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.04;
  text-align: center;
  color: #282828;
  font-size: 2.1rem;
  width: calc(100% - 100px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.2px;
  text-align: center;
}

/* css for values  */
.qpaix-values .card {
  justify-content: space-between;
  border: 1px solid #ffffff;
  padding: 0;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.value-card {
  flex-basis: 20%;
  margin: 0 5px;
}
.qpaix-values .card-content {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center top, bottom;
  background-size: cover;
  background-image: linear-gradient(
      180deg,
      black 15%,
      rgba(241, 97, 56, 0) 85.8%
    ),
    var(--bgimage);
}
.card-content .desc,
.card-content .description {
  transform: translateY(0);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.qpaix-values .card-content .desc {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 30px;
  color: #fff;
  padding: 18px 15px 10px;
}
.qpaix-values .card-content .description {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 21px;
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
.qpaix-values .card-content:hover {
  background-image: linear-gradient(
      359.55deg,
      black 25%,
      rgba(241, 97, 56, 0) 85.8%
    ),
    var(--bgimage);
}

.card-content:hover .desc {
  transform: translateY(300px);
}

.card-content:hover .description {
  transform: translateY(305px);
}

/* css for qpaix-leadership */

.leadership_block {
  padding-right: 0px;
  padding-left: 0px;
}
.qpaix-leadership .content_wrapper .name {
  font-family: "Rubik", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: #282828;
}

.content_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.name {
  font-family: "Rubik", sans-serif;
  font-size: 1.8625rem;
  font-weight: 600;
}
.qpaix-leadership .content_wrapper .designation {
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #282828;
}
.designation {
  font-family: "Rubik", sans-serif;
  font-size: 1.8625rem;
  font-weight: 100;
  opacity: 50%;
}

@media (max-width: 767.98px) {
  .leadership_block {
    flex: 1 1 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .leadership_block {
    flex: 1 1 50%;
  }
}

@media (max-width: 767px) {
  .pb_mob_15 {
    padding-bottom: 15px;
  }
  .mt_mob_0 {
    margin-top: 0;
  }
  .card_image {
    width: 100%;
  }

  .desc {
    width: 100%;
  }
  .value-card {
    flex-basis: 45%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 993px) {
  .heading {
    font-size: 3.5rem;
  }
  .d-lg-block {
    display: block !important;
  }
  .image_content {
    position: relative;
  }
  .pb_30 {
    padding-bottom: 30px;
  }
  .value-card {
    flex-basis: 30%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .pb_100 {
    padding-bottom: 100px;
  }
  .aboutleader {
    padding-top: 0px;
    padding-left: 40px;
  }
  .leader_title {
    margin-top: 80%;
  }
  .qpaix-leadership .content_wrapper .name {
    font-size: 2.25rem;
  }
  .mb_100 {
    margin-bottom: 100px;
  }
}

.partners-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partner-item {
  flex: 1;
  margin: 0 10px;
  text-align: center;
}

.partner-item img {
  max-width: 100%;
  height: auto;
  height: 80px;
}

.value-sec .how_we_do_image {
  height: 90px !important;
}
.single-team-item {
  position: relative;
  transition: 0.5s;
  margin-bottom: 88px;
}

.single-team-item img {
  display: block;
  width: 100%;
}
.single-team-item .single-text {
  position: absolute;
  width: 85%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: -85px;
  transition: 0.5s;
}
.single-team-item .single-team-text {
  transition: 0.5s;
  padding: 34px 15px 34px;
  border: none;
  background-color: #ffffff;
  box-shadow: var(--shadow);
}
.single-team-text:hover {
  transform: translateY(-20px); /* Adjust this value as needed */
}
.single-team-item h3 {
  color: #00263a;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}
.single-team-item .single-team-text p {
  margin-bottom: 0;
  color: #000000 !important;
}
.our-client .partner-item {
  padding: 15px;
  background: #ffffff;
  box-shadow: var(--shadow);
}
.our-client .partner-item img {
  max-width: 100%;
  height: auto;
  height: 80px;
  object-fit: contain;
}
/* .our-mission {
  background: url(/img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
/* .our-vision {
  background: url(/img/bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
.about-value-card {
  padding: 20px;
  background: #f1faff;
  text-align: center;
  margin-bottom: 15px;
}
.about-value-card h4 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}
.about-value-card img {
  width: 80px;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .about-us-hero {
    max-height: 100%;
  }
}