.grey_bk {
  background: #f7f7f7;
}
.banner_text h6 {
  color: #160a25;
  text-align: center;
}
.bread_link.text-center.margin-auto {
  display: flex;
}
ol.breadcrumb li {
  color: #007bff !important;
  font-weight: 400;
}
ol.breadcrumb li a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #6c34bb !important;
  text-decoration: none;
  content: " » " !important;
}
ol.breadcrumb li:before {
  color: #fff !important;
}
.bread_link.text-center.margin-auto {
  display: flex;
}
.margin-auto nav {
  margin: 0 auto;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #6c34bb;
}
.width_100 {
  width: 100%;
}
.testimonials-home-wrap .card-body {
  padding: 0px 0px !important;
}
img.proimg.width_100 {
  height: 500px;
  object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #160a25;
}
.carousel-indicators [data-bs-target] {
  background-color: #6c34bb;
}
.banner_new {
  position: relative;
}
.banner_contenmt {
  position: absolute;
  top: 34%;
  width: 100%;
  text-align: center;
}
.banner_contenmt h1,
.banner_contenmt h6 {
  color: #fff;
}
.Testimonials h2 {
  color: #160a25 !important;
}
@media (max-width: 900px) {
  img.width_100.dynamic-image.banner_img_city {
    height: 240px;
    object-fit: cover;
  }
  .card-body.text-center {
    height: auto !important;
  }
  img.proimg.width_100 {
    height: 350px;
    object-fit: cover;
  }
}
@media (max-width: 769px) {
  .mobile_view {
    display: block;
    padding: 3% 0;
  }
  .desk_view {
    display: none;
  }
  .banner_contenmt {
    position: relative;
  }
  .grey_bk {
    background: #f5f1fa;
  }
  section.banner_new.grey_bk {
    padding: 25px 0 20px;
    color: #000;
  }
  section.banner_new.grey_bk h1,
  section.banner_new.grey_bk h6 {
    color: #160a25;
  }
}