body {
  font-family: "Poppins", sans-serif;
}

.navbar {
  background-color: rgba(38, 38, 38, 0.55);
}

.navbar-brand img {
  height: 51px;
}

.nav-link {
  color: #fff;
}

.width-90 {
  width: 90%;
}

.navbar .btn-primary {
  background-color: #A92323;
  border: 1px solid #A92323;
}
.navbar .btn-primary:active {
  background-color: #A92323;
  border: 1px solid #A92323;
}
.navbar .btn-primary:focus-visible {
  outline: none;
  box-shadow: none;
}

h2 {
  font-size: 30px;
  font-weight: 600;
}

h3 {
  font-size: 22px;
  font-weight: 500;
}

p,
span {
  font-weight: 300;
}

.hero {
  background-image: url("../img/adobestock-298589035.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 38, 38, 0.55);
}

.hero-title {
  font-size: 34px;
  font-weight: bold;
  color: white;
  text-shadow: 6px 6px 8px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 1;
}

.hero-subtitle {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-shadow: 6px 6px 8px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 1;
  text-align: right;
  margin-top: 20px;
}

.section-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.about {
  background-color: white;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  position: relative;
}
.about .yash-img {
  width: 90%;
}
.about a {
  position: relative;
  text-decoration: none;
  color: #262626;
  font-weight: 600;
}
.about a h3 {
  position: relative;
}
.about a h3:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #009AE5;
}

.client-reach {
  background-color: #f8f9fa;
}
.client-reach .img-bg {
  background-image: url("http://www.kaydeecapital.in/img/client_reach.png");
  width: 100%;
  height: 677px;
  background-repeat: no-repeat;
  background-size: contain;
}

.services .card {
  border: 1px solid #DCDCDC;
  border-radius: 20px;
}
.services .card h4 {
  font-size: 18px;
  font-weight: 400;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-item,
.insurance-item {
  padding: 15px;
  border: 1px solid #DCDCDC;
  border-radius: 20px;
  height: 100%;
}
.service-item img,
.insurance-item img {
  width: 76px;
  height: 76px;
}
.service-item .list-unstyled,
.insurance-item .list-unstyled {
  color: #979797;
  list-style: disc;
  padding-left: 1rem;
}

.contact .card {
  border-radius: 20px;
}
.contact .card a, .contact .card p {
  text-decoration: none;
  color: #979797;
}

.icon-circle {
  width: 100px;
  height: 100px;
  background-color: #e2e2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.offcanvas.offcanvas-bottom {
  height: 500px;
}

.offcanvas-body {
  font-size: 18px;
}

footer a {
  color: white;
  text-decoration: none;
  line-height: 1.8em;
}
footer a:hover {
  color: #f8f9fa;
}
footer p {
  line-height: 2em;
}

@media only screen and (max-width: 600px) {
  .about .col-md-4 {
    text-align: center;
  }
  .about .section-title {
    margin-top: 12px;
  }
  .client-reach .img-bg {
    height: 250px;
  }
  .services .card .col-md-3:not(.services .card .col-md-3:last-child, .services .card .col-md-4:last-child), .services .card .col-md-4:not(.services .card .col-md-3:last-child, .services .card .col-md-4:last-child) {
    margin-bottom: 15px;
  }
  .contact .col-md-4:not(.contact .col-md-4:last-child) {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */