#slider-top h1 {
  text-shadow: 1px 1px 5px #000000;
  color: #ffffff;
}
.slideshow_inner_caption p {
  text-shadow: 1px 1px 5px #000000;
  color: #ffffff;
}
.avia-slide-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sidebar .frm-fluent-form .ff-t-container {
  flex-direction: column;
  gap: 0;
}
.sidebar .frm-fluent-form .ff-t-container .ff-t-cell .ff-el-group {
  margin-bottom: 0;
}
.service-item {
  position: relative;
  background: #ffffff;
  padding: 20px;
  padding-top: 15px;
  margin-top: 40px;
  padding-top: 55px;
  height: 100%;
}
.service-item .service-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.service-item .service-title {
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  color: #000 !important;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.service-item .service-excerpt {
  text-align: center;
}
.service-item a.more-link {
  width: 100%;
  text-align: center;
  color: #9e1c32;
}
.service-item a.more-link:hover {
  text-decoration: underline;
}
.testimonial-item {
  padding: 20px;
  background: radial-gradient(at center center, #9e1c32 0%, #650313 100%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.testimonial-item .testimonial-content {
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-style: italic;
}
.testimonial-item .testimonial-author {
  text-align: center;
  color: #ffffff;
}
.column-center {
  margin: 0 auto;
  float: none;
}
.branch-contact .locatiin-field {
  display: none;
}
.branch-contact .ff-el-form-control, .branch-contact .ff_submit_btn_wrapper, .branch-contact .frm-fluent-form {
  margin-bottom: 0 !important;
}
.column-d-4 .pp-content-post-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.column-d-4 .pp-content-post-grid .pp-content-post {
  width: calc(25% - 20px);
}
.column-d-3 .pp-content-post-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.column-d-3 .pp-content-post-grid .pp-content-post {
  width: calc(33.333333% - 20px);
}
@media (max-width: 992px) {
  .column-t-2 .pp-content-post-grid .pp-content-post {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .column-t-2 .pp-content-post-grid .pp-content-post {
    width: 100%;
  }
}
