.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}
img.slider-img.rounded-top {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.carousel__slide.is-selected a.btn-outline-primary {
    border-radius: 0;
}
.carousel__button.is-prev{
    left: 10px;
    background: #ffc107;
    color: #000;
}
.carousel__button.is-next {
    right: 10px;
    background: #ffc107;
    color: #000;
}
.carousel-caption h1 {
    font-size: 50px;
    text-shadow: none !important;
}
a.btn.btn-sm {
       padding: 2px 20px;
    border-radius: 25px;
}
.card {
    border: 1px solid #adadad;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 10%) !important;
}
h4.card-title {
    padding-bottom: 10px;
    color: #333;
}
.featurette.real-estate {
    display: flex;
    justify-content: center;
}
.featurette strong {
    color: #0192de;
}

.featurette h2 {
    color: #333;
    font-weight: 500;
}
.featurette-divider {
    margin: 3rem
}
header.my-navbar {
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
nav.navbar.navbar-expand-lg {
    background: #fff;
}
a.navbar-brand, a.nav-link {
    color: #262626;
}
.row.featurette h1 {
    font-size: 30px;
    text-align: center;
    color: #333;
}
input, select, button, .navbar-toggler:focus {
    box-shadow: none !important;
}
.contact a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    margin-right: 10px;
}
.contact i {
    color: #0092de;
    margin-right: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #0191de !important;
    border-color: #0092dd !important;
    padding: 5px 25px !important;
}
a.nav-link {
        font-weight: 500;
    margin-left: 6px;
}
.footer-bottom {
    padding-top: 24px;
}
.footer-bottom i {
    background: #008ed7;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
}
footer.footer {
    margin-top: 45px !important;
}
.carousel-caption {
    background: #0000007d;
    padding: 20px;
    border-radius: 25px;
}
.carousel-caption .btn-lg.btn-primary {
    background: #ffc107 !important;
    border-radius: 25px;
    font-size: 15px;
    border: 0;
    color: #333;
    font-weight: 500;
}