.bixol-banner-home-block {
  position: relative;
}
.bixol-banner-home-block .bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.bixol-banner-home-block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bixol-banner-home-block .bixol-ct-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .bixol-banner-home-block .bixol-ct-section {
    padding: 30px 0;
  }
}
.bixol-banner-home-block .bixol-ct-section .bixol-counter-column {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bixol-banner-home-block .bixol-ct-section .bixol-counter-column {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span {
  display: inline-block;
  width: 54px;
  height: 54px;
}
@media (max-width: 1199px) {
  .bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span {
    width: 42px;
    height: 42px;
  }
}
.bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper i {
  color: var(--color-primary);
}
.bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-ct-content {
  flex: 1;
  overflow: hidden;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-ct-content {
    padding-right: 0;
  }
}
.bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 {
  color: #fff;
  display: flex;
}
@media (max-width: 1199px) {
  .bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 {
    font-size: 22px;
    align-items: center;
    justify-content: center;
  }
}
.bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 i {
  color: var(--color-second);
}
.bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 .odometer {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-ct-content .subtitle {
  display: block;
  font-weight: 500;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .bixol-banner-home-block .bixol-ct-section .bixol-counter-column .bixol-ct-content .subtitle {
    font-size: 14px;
  }
}
.bixol-banner-home-block .bixol-ct-section .bixol-counter-column.bx-col-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 90%;
  border: 1px dashed #fff;
}
@media (max-width: 270px) {
  .bixol-banner-home-block .bixol-ct-section .bixol-counter-column.bx-col-line::after {
    display: none;
  }
}
