/* Tupelo CTA */
/* Home CTA Styles */
.home-cta.new-section .cta-container {
  background-color: #ffffff;
}
.home-cta.new-section .cta-box-content h2.section-title {
  font-weight: 300;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-cta.new-section .cta-box-content h3 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
}
.home-cta .cta-item-wrap {
  position: relative;
  overflow: hidden;
  height: 33vw;
  /*  max-height: 334px; */
  width: 100%;
  opacity: 1 !important;
  padding: 0;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  max-height: 650px;
  min-height: 455px;
}
.home-cta .cta-1-columns .cta-item-wrap{
 max-width: 500px;
    margin-left: auto;
    margin-right: auto;
   
}
.home-cta .cta-item-wrap .cta-box-img {
  position: relative;
  width: 100%;
  height: 100%;
  top: auto;
  left: auto;
  overflow: hidden;
  transform: none !important;
 /*  height: 33vw; */
 /*  min-height: 455px; */

  transition: all 0.5s ease 0s;
}
.home-cta .cta-item-wrap .cta-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.4s ease 0s;
  background-size: cover;
  background-position: center center;
  opacity: 0.8;
}

.home-cta .cta-item-wrap:hover .cta-box-img {
  margin-bottom: 0;
}

.home-cta .cta-item-wrap .cta-box-content {
  width: 100%;
  height: auto;
  display: flex;
  top: auto;
  left: auto;
  padding: 29px;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: 0;
  flex-direction: column-reverse;
  gap: 10px;
  /* background-color: #194a4d;
  color: #ffffff; */
}
.home-cta .cta-item-wrap:hover .cta-box-content {
  background-color: rgba(255, 255, 255, 0.8);
  color: #194a4d;
}
.home-cta .cta-item-wrap:hover .cta-box-content h2.section-title {
  color: #194a4d;
}
.home-cta .cta-item-wrap:hover .cta-box-content h3.section-subtitle {
  color: #194a4d;
}
.home-cta .cta-box-content .cta-btns {
  display: none;
}

.home-cta .cta-caption-bg {
  display: none;
}

/*End Home CTA Styles */
/* Contact CTA Styles */
.home-cta.new-section .con-cta-container {
  max-width: 1350px;
}
.contact-cta {
  padding: 24px 0;
}

.contact-cta .icon-heading-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.contact-cta .icon-heading-wrap h2.section-title {
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
  color: #000000;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.new-section.contact-cta .icon-heading-wrap h2.section-title::after {
  border-bottom: 6px solid #111111;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: -3px;
  padding-top: 0px;
  width: 72px;
  content: "";
  position: absolute;
}

.contact-cta .cta-head-icon .swi {
  color: #000000;
  font-size: 2rem;
}

.cta-social-media-wrap,
.cta-contact-details-wrap,
.cta-office-hours-wrap {
  display: flex;
  align-items: center;
  min-height: 204px;
  justify-content: center;
  width: 100%;
  font-weight: 400;
}
/* .cta-social-media-wrap:hover, .cta-contact-details-wrap:hover, .cta-office-hours-wrap:hover{
 background-color: #ffffff;
    color: #194A4D;
} */
.contact-cta .cta-social-media {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* color: #194a4d; */
}
.contact-cta .cta-social-media a {
  font-size: 1.25rem;
  /* color: #194a4d; */
}

.contact-cta .contact-cta-item {
  height: 100%;
  cursor: pointer;
}
.cta-call-wrap a,
.cta-email-wrap a,
.cta-address-wrap a {
  display: flex;
  gap: 5px;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.125rem;
}
.contact-cta .contact-cta-wrap {
  max-width: 100%;
  display: grid;
  gap: 4px;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.cta-con-icon i {
  font-size: 0.8rem;
}
.cta-address-wrap .cta-con-icon i{
  font-size: 1rem;
}
.cta-contact-details-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta-con-btn-wrap {
  text-align: center;
}
.cta-office-hours-wrap {
  display: flex;
  justify-self: center;
  flex-direction: column;
  text-align: center;
  line-height: 1;
  gap: 12px;
  font-weight: 400;
  font-size: 1.125rem;
}
.cta-con-btn-wrap .btn {
  color: #fff;
  border-color: #194a4d;
  line-height: 1;
  background-color: #194a4d;
}
/*End Contact CTA Styles */

@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1024px) {
  .home-cta.new-section .cta-columns-wrap{
    gap: 14px;
  }
  .home-cta .cta-item-wrap .cta-box-content{
    padding: 15px;
    gap: 4px;
  }
  .home-cta .cta-item-wrap{min-height: 420px;}
  .cta-social-media-wrap, .cta-contact-details-wrap, .cta-office-hours-wrap{
    min-height: auto;
    padding: 16px;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
  .cta-call-wrap a, .cta-email-wrap a, .cta-address-wrap a{
    flex-direction: column;
  }
}
