.aboutSoon {
  background: #bc8b7a;
}
img {
  max-width: 100%;
}

.hero {
  border-bottom-style: solid;
  border-color: #cc7f12;
  overflow-x: hidden;
  padding: 0;
}

.hero .carousel {
  width: 100%;

  margin: 0;
  position: relative;
}

.hero .carousel-item {
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
}

.hero .carousel-item::before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.7);*/
  position: absolute;
  inset: 0;
}

.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.customsection_member {
  margin-top: 10px !important;
  padding: 0px !important;
}
.member_customcolum {
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}
.member_customgradientdiv {
  min-height: 190px;
  background: -webkit-linear-gradient(#2b0439 50%, #3f0556 50%);
  border-top: 8px solid transparent;
  border-image: -moz-linear-gradient(left, #04549b, #fff, #7997c4);
  border-image-slice: 1;
  margin-bottom: 10px;
  margin-right: 1px;
}
.member_customgradientdiv > h4 {
  color: #fff !important;
  text-align: center;
  font-weight: bold !important;
}
.member_custimg > .member_custom-imge {
  border-radius: 99px;
  border: #2b0439 solid 5px;
  height: 128px;
  width: 130px;
}
@font-face {
  font-family: "AkzidenzGroteskBQ";
  src: url("Berthold Akzidenz Grotesk Bold Condensed.otf") format("woff2"),
    url("Berthold Akzidenz Grotesk Bold Condensed.otf") format("woff");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "AkzidenzGroteskBQ";
  src: url("Berthold Akzidenz Grotesk Condensed.otf") format("woff2"),
    url("Berthold Akzidenz Grotesk Condensed.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}

.main-banner img {
  max-width: 100%;
}
.main-banner {
  border-bottom-style: solid;
  border-color: #cc7f12;
}
.service_heading h1 {
  font-size: 45px;
  padding-top: 56px;
  color: #401010;
  font-weight: bold;
  font-family: "gotham";
}
.service_content .card {
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  border-radius: 15px;
  border-bottom: 7px solid #5e1313;
}
.service_content img {
  border-radius: 10px 10px 0 0;
  max-width: 100%;
  object-position: center;
  object-fit: cover;
}
.service_content p {
  font-size: 25px;
  font-family: "AkzidenzGroteskBQ";
  font-weight: bold;
  color: #540e0e;
}
.container_border {
  border-bottom-style: solid;
  border-color: #cc7f12;
}

a:hover {
  text-decoration: none;
}
.service_image {
  position: relative;
}

.service_image:hover .overlayred {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #541100db;
  border-radius: 10px 10px 0 0;
}
.middle {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.service_image:hover .middle {
  opacity: 1;
}
