/* Apiary Home CTA */
/* Home CTA Styles */

.cta-container {
  display: flex;
  gap: 21px;
  justify-content: center;
}
.apiary-clm-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-cta.new-section .cta-columns-wrap {
  max-width: 420px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-cta.new-section .cta-box-content h2.section-title {
  margin-bottom: 0px;
  font-size: 1.75rem;
}
.home-cta.new-section .cta-box-content h3.section-subtitle {
  margin-bottom: 0;
}
.home-cta.new-section .apiary-clm-wrap {
  width: 100%;
  max-width: calc(100% - 420px);
  max-height: 648px;
}
.home-cta.new-section  .cta-item-wrap {
  height: auto;
  min-height: 173px;
  position: relative;
  padding: 25px;
  transition: transform 0.3s ease-in-out;
}
.home-cta.new-section .cta-item-wrap:hover {
  transform: translateX(-50px);
  transition: transform 0.3s ease-in-out;
}
.home-cta.new-section .cta-box-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
}
.home-cta.new-section .cta-caption-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 0;
}
.home-cta.new-section .cta-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-cta.new-section .cta-box-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000;
  padding: 20px;
  border: 2px solid #ffffff;
}
.home-cta.new-section .cta-btns {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.home-cta.new-section .cta-btns .cta-box-link {
  font-size: 0;
}
.home-cta.new-section .cta-btns  .cta-link-icon {
  font-size: 0;
  height: 24px;
  width: 24px;
  background: #ffffff;
  display: flex;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.302);
}
.home-cta.new-section .cta-btns .swi {
  font-size: 20px;
}
/*End Home CTA Styles */
/* Contact CTA Styles */

.contact-cta .icon-heading-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #494949;
}
.contact-cta .icon-heading-wrap h2.section-title {
  line-height: 1;
  font-size: 1.34rem;
  margin-bottom: 0;
  font-weight: 600;
}
.contact-cta .cta-head-icon .swi {
  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: left;
  gap: 10px;
  color: #194a4d;
}
.contact-cta .cta-social-media li a{
  font-size: 1.2rem;
}
.contact-cta .contact-cta-item {
  border: 1px solid #cccccc;
  background: rgba(255, 255, 255, 0.698);
  height: 100%;
  padding: 20px;
  min-height: 220px;
}
.cta-call-wrap a,
.cta-email-wrap a,
.cta-address-wrap a {
  display: flex;
  gap: 5px;
  text-align: left;
  justify-content: left;
  font-size: 1rem;
  /* color: #513304; */
}
.cta-address-wrap a .swi{
  font-size: 1.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-contact-details-wrap {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta-con-btn-wrap {
  text-align: left;
}
.cta-con-btn-wrap .btn {
  color: #ca7f0b;
}
.cta-office-hours-wrap {
  display: flex;
  justify-self: left;
  flex-direction: column;
  text-align: left;
  margin-top: 15px;
  line-height: 1;
  gap: 12px;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
  .home-cta.new-section .apiary-clm-wrap {
    max-width: calc(100% - 320px);
  }
  .home-cta.new-section .cta-columns-wrap {
    max-width: 320px;
    gap: 14px;
  }
  .cta-container {
    gap: 14px;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
  .home-cta.new-section .apiary-clm-wrap {
    max-width: 100%;
    height: 244px;
  }
  .home-cta.new-section .cta-columns-wrap {
    max-width: 100%;
    gap: 12px;
    padding: 0 12px;
    margin-top: -40px;
  }
  .home-cta.new-section .cta-container {
    flex-flow: wrap;
  }
  .home-cta.new-section .cta-item-wrap {
    min-height: 133px;
    padding: 8px 15px;
  }
  .home-cta.new-section .cta-container {
    padding: 0;
  }
  .contact-cta{
        padding: 12px 0px;
  }
  
  .contact-cta .contact-cta-wrap {
    gap: 14px;
  }
  .home-cta.new-section .cta-item-wrap:hover{
    transform: translateX(0px);
  }
}
