.carousel-item {
  height: 85vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-sub .row {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-sub .home-sub-tile {
  background: rgba(120, 15, 80, 0.8);
}
.home-sub .home-sub-spacer {
  min-height: 360px;
}
.project-tile .card:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.20), 0 4px 8px rgba(0,0,0,.10);
  transition: transform 0.35s ease-in-out, scale 0.35s ease-in-out;
}
footer {
  color: #f8f8f8;
}
footer a {
  color: #f8f8f8;
  text-decoration: none;
}
footer a:hover {
  color: #a8a8a8;
  text-decoration: underline;
}
.calculator-section {
  background-image: url('../assets/img/home/calculator_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-image {
  background-image: url('../assets/img/home/contact_image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb a {
 color: #ccc;
}
.breadcrumb a:hover {
 color: #fff;
}
.icon-square {
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
}
.icon-square img {
  height: 2.75rem;
}
.hover-image {
  overflow: hidden;
  position: relative;
}
.hover-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover-image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.list-padded li {
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  border-bottom: #ececec 1px solid;
}
.text-gray {
  color: #495057
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 880px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1280px;
  }
}