.fw-bold {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}

.py-3 {
  font-family: Inter, sans-serif;
  color: var(--bs-gray-600);
  line-height: 18px;
  font-size: 16px;
}

#so-logo {
  box-shadow: 0px 0px 17px 2px rgba(45,45,45,0.3);
}

#copyright {
  font-size: 11px;
}

.paralax1 {
  width: 1000px;
  height: auto;
  padding: 0px;
  backdrop-filter: grayscale(0%);
  -webkit-backdrop-filter: grayscale(0%);
}

.main {
  margin-top: 8px;
  background: rgba(255,255,255,0);
}

.so-footer {
  background: linear-gradient(-64deg, var(--bs-primary-bg-subtle) 0%, rgba(130,118,86,0.72) 72%);
  filter: contrast(103%);
}

.pg-header {
  padding-top: 15px;
}

.bg-plax {
  width: 100%;
  height: auto;
  min-height: 600px;
}

.soi-logo {
  background: url("../../assets/img/brands/sol-one-inc.png") no-repeat;
  width: 140px;
  height: 77px;
  background-size: cover;
}

.section-transparency {
  background: url("../../assets/img/site-graphics/venetian-plaster-texture.jpg"), rgba(143,136,124,0.36);
  background-size: contain, auto;
}

.soi-card {
  background: rgba(255,255,255,0);
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.2) ;
  padding: 6px;
}

.feature-cards {
  background: rgba(255,255,255,0);
  padding-top: 44px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .6rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2d2d2d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.w-65 {
  border-radius: 4px;
  background-color: var(--ref-gray-600);
}

p {
  color: var(--ref-gray-600);
}

.card-img, .card-img-bottom {
  border-radius: 4px;
  box-shadow: 4px 4px 7px 2px rgba(120,120,120,0.18);
  border: 1.0px solid rgb(93,94,93) ;
}

.bg-secondary-light {
  background: rgba(201,198,193,0.95) !important;
  border-radius: 4px;
}

.bg-primary-light {
  background: #eff5ff !important;
  border-radius: 4px;
}

.email-address {
  --bs-primary: #3763f4;
  --bs-primary-rgb: 55,99,244;
  color: rgb(218,35,57);
}

.bg-secondary-light.card-shadow {
  box-shadow: 3px 3px 7px rgba(136,136,136,0.29);
}

.so-body {
  background-color: #ffffff;
}

.top-slit {
  background: url("../../assets/img/site-graphics/Slit%20Shadow%201%20Sharpest.png") top / auto no-repeat;
  height: 35px;
}

.services-logo-img {
  padding: 1em;
  margin-right: auto;
  margin-left: auto;
  max-width: 30%;
  margin-top: 2em;
}

.rounded {
  border-radius: 1px;
  /*border-top-left-radius: 1px;*/
  /*border-top-right-radius: 1px;*/
  /*border-bottom-right-radius: 1px;*/
  /*border-bottom-left-radius: 1px;*/
}

.services-img {
  border-radius: -7px;
}

.about-header {
  font-family: Raleway, sans-serif;
  font-size: 36px;
}

.p {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  color: blue;
}

.item.col-border {
  border: 6.5px solid rgb(255,255,255);
}

