/* Hive CTA */
/* Home CTA Styles */
.home-cta.new-section{
  border-top: 2px solid #194A4D;
}
.home-cta.new-section .cta-box-content h2.section-title {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-cta.new-section .cta-box-content h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.new-section .cta-container .cta-columns-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0;
}
.home-cta .cta-item-wrap {
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  height: 33vw;
  width: calc(25% - 10px);
  opacity: 1 !important;
  padding: 0;
  transition: all 0.5s ease 0s;
}
.home-cta .cta-2-columns .cta-item-wrap{
width: calc(50% - 10px);
}

.home-cta .cta-item-wrap:last-child {
  margin-right: 0;
}

.home-cta .cta-item-wrap.active {
  width: calc(50% - 10px);
}
.home-cta .cta-1-columns .cta-item-wrap{
 max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100% ;
}
.home-cta .cta-item-wrap .cta-box-img {
  position: relative;
  width: 100%;
  height: 100%;
  top: auto;
  left: auto;
  overflow: hidden;
  transform: none !important;

  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;
  transform: translateY(0);
  top: auto;
  left: auto;
  padding: 20px;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 2;
  text-align: center;
  flex-direction: column-reverse;
  display: flex;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 50%;
}

.home-cta .cta-box-content .cta-btns {
  display: none;
}
.home-cta .cta-box-content .cta-btns a {
  display: flex;
  justify-content: center;
}
.home-cta .cta-caption-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 12.85%,
    rgba(255, 255, 255, 0.7) 36.81%
  );
  transition: all 0.5s ease 0s;
}
/* .cta-item-wrap:hover .cta-caption-bg {
  opacity: 0;
  transition: all 0.5s ease 0s;
} */
/*End Home CTA Styles */
/* Contact CTA Styles */

.contact-cta.new-section { 
  border-top: 2px solid #194A4D;
      margin-top: 40px;
 }
.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.34rem;
  margin-bottom: 0;
  font-weight: 600;
  color: #000000;
}
.contact-cta .cta-head-icon .swi {
  color: #000000;
  font-size: 2rem;
}
.contact-cta .cta-head-icon .swi.swi-clock {
  font-size: 2.5rem;
}
.cta-social-media-wrap {
  margin-top: 15px;
}
.contact-cta .cta-social-media {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #194a4d;
}
.contact-cta .contact-cta-item {
  border: 1px solid #cccccc;
  /* background: #e0f0ed; */
  height: 100%;
  padding: 20px;
  min-height: 305px;
}
.cta-call-wrap a,
.cta-email-wrap a,
.cta-address-wrap a {
  display: flex;
  gap: 5px;
  text-align: center;
  justify-content: center;
  font-size: 1rem;
}
.contact-cta .contact-cta-wrap {
  max-width: 100%;
  display: grid;
  gap: 24px;
  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 {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* color: #194a4d; */
}
.cta-con-btn-wrap {
  text-align: center;
}
.cta-office-hours-wrap {
  display: flex;
  justify-self: center;
  flex-direction: column;
  text-align: center;
  margin-top: 15px;
  line-height: 1;
  gap: 12px;
  /* color: #000000; */
}
.cta-con-btn-wrap .btn {
  /* color: #494949; */
  border-color: #194a4d;
  line-height: 1;
}

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

@media screen and (max-width: 1024px) {
  .home-cta .cta-item-wrap {
    margin-right: 10px;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
  .new-section .cta-container .cta-columns-wrap {
    flex-direction: column;
    gap: 8px;
  }
  .home-cta .cta-item-wrap {
    width: 100%;
    margin-right: 0;
    height: 380px;
  }
  .home-cta .cta-item-wrap.active {
    width: 100%;
  }
  .home-cta .cta-item-wrap .cta-box-content {
    bottom: 0;
    transform: none;
    left: auto;
    top: auto;
  }
  .home-cta .cta-caption-bg {
    height: 150px;
  }
  .cta-call-wrap a, .cta-email-wrap a, .cta-address-wrap a{
    flex-direction: column;
  }
}
