body {
  --bs-body-font-family: Lora, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.pattern-dots-xl {
  background-image: radial-gradient(currentColor 2px, transparent 2px);
  background-size: calc(10 * 2px) calc(10 * 2px);
}

.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #f4f4f4;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 1.75rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 1;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

.colorb {
  color: #484848;
}

.parag {
  font-size: 1.2rem;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .6rem 1.3rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
}

.btn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4) 0 0)!important;
}

.h1margin {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

