.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(10, 31, 36, 0.65);
}

.breadcrumb-wrapper .page-heading {
  padding: 190px 0 170px;
  text-align: center;
  position: relative;
}

.breadcrumb-wrapper .page-heading h2 {
  color: white;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 30px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 100px;
  border: 0.5px solid white;
  background: rgba(255, 255, 255, 0.15);
  justify-content: center;
  display: inline-flex;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  color: white;
  font-weight: 500;
}

li {
  list-style: none !important;
}

.about-wrapper-2 .about-image {
  position: relative;
  max-width: 330px;
  z-index: 1;
}

.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.about-wrapper-2 .about-image .shape-image {
  position: absolute;
  bottom: 50px;
  left: -60px;
}

.about-wrapper-2 .about-image .shape-image img {
  border: 8px solid white;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.about-wrapper-2 .about-image .group-image {
  position: absolute;
  bottom: -65px;
  left: 70px;
}

.about-wrapper-2 .about-image .about-image-2 .plane-shape {
  position: absolute;
  top: -138px;
  left: -100px;
  z-index: -1;
}

.about-wrapper-2 .about-image .about-image-2 .plane-shape img {
  border: none;
  box-shadow: none;
}

.about-wrapper-2 .about-content .about-items:not(:last-child) {
  margin-bottom: 40px;
}
.about-wrapper-2 .about-content .about-items {
  display: flex;
  align-items: center;
  gap: 150px;
  margin-top: 30px;
}

.about-wrapper-2 .about-content .about-items .about-icon-items {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-wrapper-2 .about-content .about-items .text {
  position: relative;
}

.about-wrapper-2 .about-content .about-items .text::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #8b183b;
  width: 2px;
  height: 41px;
  left: -27px;
  top: 8px;
}

.cta-box-items {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background: rgb(1, 125, 185);
}

.cta-box-items .cta-content {
  position: relative;
  z-index: 1;
}
.cta-box-items .cta-content h3 {
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
}

.cta-box-items .cta-content .shape {
  margin-bottom: 40px;
}

.cta-box-items .cta-content .theme-btn {
  background-color: transparent;
  min-width: 100px;
  color: white;
  padding: 12px 20px;
  border: 1px solid white;
}
.theme-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  background-color: transparent;
  color: white;
  line-height: 1;
  min-width: 170px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 22px 24px;
  border-radius: 100px;
}

.cta-box-items .cta-image {
  position: absolute;
  bottom: 14px;
  right: 40px;
}

