/* Bizxpo Eventin Widgets CSS — extracted from master.css */
.schedule-home .etn-nav li {
  margin-left: -8px;
}
.schedule-home .etn-nav li:first-child a {
  border-radius: 12px 0 0 12px;
}
.schedule-home .etn-nav li:last-child a {
  border-radius: 0 12px 12px 0;
}
.schedule-home .etn-nav li a {
  padding: 15px 75px;
}
.schedule-home .etn-nav li a.etn-active {
  background: #e74c3c;
}
.schedule-home .etn-schedule-wrap .etn-schedule-info .etn-schedule-location {
  display: none;
}
.schedule-home .etn-schedule-wrap .etn-single-schedule-item {
  border-bottom-color: #283747;
  position: relative;
}
.schedule-home .etn-schedule-wrap .etn-single-schedule-item .etn-schedule-info:after {
  position: absolute;
  right: 30px;
  top: -30px;
  bottom: -30px;
  width: 1px;
  background-color: #283747;
  content: "";
}
.schedule-home .etn-schedule-wrap .etn-single-schedule-item .etn-schedule-info:before {
  position: absolute;
  right: 21px;
  top: 15px;
  width: 18px;
  height: 18px;
  background-color: #042433;
  content: "";
  border-radius: 50%;
  border: 3px solid #e74c3c;
  z-index: 1;
}
.schedule-home .etn-schedule-wrap .etn-single-schedule-item:last-of-type {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.schedule-home .etn-schedule-wrap .etn-single-schedule-item:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 26%;
  height: 1px;
  background-color: #042433;
  content: "";
}
.schedule-home .schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker {
  margin: 0 0 2px -12px;
}
.schedule-home .schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker img {
  border-radius: 50%;
  border: 2px solid #fff;
  height: 65px;
  width: 65px;
}
.schedule-home .schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker .etn-schedule-speaker-title {
  background-color: #fff;
  color: #e74c3c;
  font-weight: 600;
}
.schedule-home .schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker .etn-schedule-speaker-title:after {
  border-top-color: #fff;
}
.schedule-home .schedule-tab-wrapper .etn-schedule-right-content .etn-schedule-speaker {
  text-align: right;
  margin-top: 0;
}

.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-hours,
.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-days,
.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-minutes,
.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-seconds {
  padding: 0;
  position: relative;
}
.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-count {
  height: 60px;
  line-height: 60px;
}
.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
  position: absolute;
  top: -35px;
  left: 10px;
  right: 0;
  text-align: center;
}

/*==========================
// Shortcode : Event Category
============================ */
.cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.cat-item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.cat-item .cat-bg {
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 100px;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cat-item .cat-bg .cat-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cat-item .cat-content {
  padding: 20px;
}
.cat-item .cat-content .ts-title {
  font-size: 18px;
  margin-bottom: 0;
}
.cat-item .cat-content .ts-title a {
  color: #1c1c24;
}
.cat-item .cat-content .ts-title a:hover {
  color: #E7532C;
}
.cat-item .cat-content p {
  margin: 0;
}

.creative-schedule .ts-schedule-schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.creative-schedule .ts-schedule-single-speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creative-schedule .ts-speaker-image img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.creative-schedule .etn-schedule-info {
  background: #0bc07f;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creative-schedule .ts-schedule-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 170px);
          flex: 0 0 calc(100% - 170px);
  overflow: hidden;
  padding: 30px 45px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.creative-schedule .ts-schedule-time p {
  margin: 0;
}
.creative-schedule .swiper-button-next.swiper-button-disabled,
.creative-schedule .swiper-button-prev.swiper-button-disabled,
.creative-schedule .swiper-button-prev,
.creative-schedule .swiper-container-rtl .swiper-button-next,
.creative-schedule .swiper-button-next,
.creative-schedule .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.creative-schedule .swiper-button-next,
.creative-schedule .swiper-button-prev {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creative-schedule .swiper-button-next::after,
.creative-schedule .swiper-button-prev::after {
  display: none;
}
.creative-schedule .swiper-button-prev,
.creative-schedule .swiper-container-rtl .swiper-button-next {
  left: -25px;
}
.creative-schedule .swiper-button-next,
.creative-schedule .swiper-container-rtl .swiper-button-prev {
  right: -30px;
}
.creative-schedule .ts-speaker-description {
  padding-left: 15px;
}
.creative-schedule .etn-schedule-speaker {
  position: relative;
}
.creative-schedule .etn-nav li {
  position: relative;
}
.creative-schedule .etn-nav li a {
  padding: 5px 0;
}
.creative-schedule .etn-nav li a span {
  padding: 0;
}
.creative-schedule .etn-nav li:not(:last-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 44px;
  background: #4f4f5f;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.creative-schedule .ts-schedule-schedule-item:nth-child(1) .etn-schedule-info {
  background-color: #0bc07f;
}
.creative-schedule .ts-schedule-schedule-item:nth-child(2) .etn-schedule-info {
  background-color: #4999e8;
}
.creative-schedule .ts-schedule-schedule-item:nth-child(3) .etn-schedule-info {
  background-color: #9d76ff;
}
.creative-schedule .ts-schedule-schedule-item:nth-child(4) .etn-schedule-info {
  background-color: #0fc5d0;
}

@media (max-width: 768px) {
  .creative-schedule .etn-schedule-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
  .creative-schedule .ts-schedule-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 15px;
  }
  .creative-schedule .swiper-button-prev,
  .creative-schedule .swiper-container-rtl .swiper-button-next {
    left: -18px;
  }
  .creative-schedule .swiper-button-next,
  .creative-schedule .swiper-container-rtl .swiper-button-prev {
    right: -15px;
  }
  .creative-schedule .ts-schedule-single-speaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .etn-speakers-social {
    visibility: visible;
    opacity: 1;
  }
}
/**
  Event Ticket Style
*/
.bizxpo-ticket-widget .etn-widget-title {
  display: none;
}
.bizxpo-ticket-widget .etn-widget,
.bizxpo-ticket-widget .etn-form-wrap {
  width: 100%;
}
.bizxpo-ticket-widget .event-registration .attr-form-control {
  background: transparent;
}
.bizxpo-ticket-widget .event-registration .etn-form-ticket-text {
  color: #ffffff;
}
.bizxpo-ticket-widget .etn-price-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bizxpo-ticket-widget .etn-price-field label {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  color: #fff;
}
.bizxpo-ticket-widget .etn-price-field .etn-event-form-price {
  font-size: 80px;
  padding: 0;
  height: 80px;
  max-width: 150px;
  overflow: visible;
  color: #fff;
  border: 1px solid transparent;
  background-color: transparent;
}
.bizxpo-ticket-widget .etn-qty-field {
  margin-bottom: 30px;
}
.bizxpo-ticket-widget .etn-qty-field .attr-form-control {
  border: 1px solid #fff;
  max-width: 120px;
  padding: 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.bizxpo-ticket-widget .etn-total-price {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.bizxpo-ticket-widget .etn-total-price .etn_form_price {
  margin-left: -7px !important;
}
.bizxpo-ticket-widget .bizxpo-btn {
  background: #f75b57;
  border: 3px solid #1c1d23;
  color: #fff;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 40px;
  -webkit-box-shadow: 10px 10px 0px 0px #1c1d23;
          box-shadow: 10px 10px 0px 0px #1c1d23;
  margin-left: 90px;
}
@media (max-width: 1092px) {
  .bizxpo-ticket-widget .bizxpo-btn {
    margin-left: 0;
  }
}
.bizxpo-ticket-widget .bizxpo-btn .bizxpo-button-text {
  margin-right: 10px;
}
.bizxpo-ticket-widget .bizxpo-btn i {
  color: #fff;
}
.bizxpo-ticket-widget .bizxpo-btn:hover {
  color: #fff;
}
.bizxpo-ticket-widget .bizxpo-btn:hover i {
  color: #fff;
}
.bizxpo-ticket-widget .price-image {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.bizxpo-ticket-widget .price-image .plan-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
}
.bizxpo-ticket-widget .price-image .end-date {
  margin-bottom: 0;
}
.bizxpo-ticket-widget .avaiable-seat {
  text-align: center;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.speakers-grid {
  display: -ms-grid;
  display: grid;
}

.speaker-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.speaker-information {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.speaker-item {
  position: relative;
  overflow: hidden;
}
.speaker-item .speaker-thumb {
  position: relative;
}
.speaker-item .speaker-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--speaker-overlay-color);
  mix-blend-mode: var(--speaker-overlay-blend-mode);
}
.speaker-item .speaker-thumb img {
  width: 100%;
}
.speaker-item:hover .speaker-information {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 30px;
}
.speaker-item:hover .etn-speakers-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.speaker-item:hover .speaker-details-arrow {
  opacity: 1;
  visibility: visible;
}
.speaker-item:hover .speaker-thumb img {
  opacity: 0.18;
}

.etn-speakers-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.etn-speakers-social a {
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.exh-speaker-title a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.speaker-details-arrow {
  display: inline-block;
  margin: 20px 0 0 30px;
  font-size: 44px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.speaker-details-arrow:hover {
  color: transparent;
}

.exh-speaker-title .first-name {
  display: block;
}

.bizxpo-creative-speaker .swiper-container-rtl.swiper-button-next, .bizxpo-creative-speaker .swiper-container-rtl.swiper-button-prev,
.bizxpo-creative-speaker .speaker-slider-nav-item.swiper-button-next,
.bizxpo-creative-speaker .speaker-slider-nav-item.swiper-button-prev {
  background-image: none;
}
.bizxpo-creative-speaker .swiper-button-next,
.bizxpo-creative-speaker .swiper-button-prev {
  top: auto;
  bottom: -100px;
  left: 0;
}
.bizxpo-creative-speaker .swiper-button-next::after,
.bizxpo-creative-speaker .swiper-button-prev::after {
  display: none;
}
.bizxpo-creative-speaker .swiper-button-next {
  left: 30px;
}

.conference-header .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
  visibility: hidden;
}

.ofcanvas-menu .elementskit-navbar-nav-default .elementskit-navbar-nav {
  display: block;
}
.ofcanvas-menu .elementskit-navbar-nav li:hover .ekit-menu-nav-link::before {
  opacity: 1;
  width: 100%;
}
.ofcanvas-menu .elementskit-navbar-nav li a {
  display: inline-block !important;
}
.ofcanvas-menu .ekit-menu-nav-link::before {
  content: "";
  height: 2px;
  width: 0%;
  background: #fff;
  position: absolute;
  bottom: 26px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.plutinum-sponsor .elementskit-box-header {
  background: #fff;
}

.plutinum-sponsor .elementskit-box-header img {
  margin: 0 auto;
}

.gold-sponsors .elementor-container {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* conference gallery css */
.conference-gallery .gallery-item a,
.conference-gallery .gallery-item a:hover,
.conference-gallery .gallery-item a:focus {
  display: block;
}

.conference-gallery .gallery-item {
  padding: 0;
}

.creative-schedule .etn-schedule-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 0;
}
.creative-schedule .exhibz-speaker-description {
  padding-left: 15px;
}
.creative-schedule .etn-nav li:not(:last-child):before {
  right: 40px;
}

/* schedule css */
@media (max-width: 1092px) {
  .conference-gallery .gallery-item {
    padding: 0 10px 0 0;
  }
}
/* Header css */
@media (min-width: 1025px) and (max-width: 1545px) {
  .conference-header .elementor-widget-elementskit-button {
    display: none;
  }
}
/* Responsive css */
@media (max-width: 767px) {
  .conference-header {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.sidebar .widget .widget {
  padding: 0;
  border: navajowhite;
}

.creative-conference-hero-date .elementskit-section-title > span {
  -webkit-text-stroke: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #f8ed06;
  stroke: #f8ed06;
}

.bizxpo-speaker-scrollbar.swiper-pagination {
  left: 0;
  bottom: -71px;
}

/*----icon replace ------*/
.ekit-wid-con .ekit-menu-nav-link .elementskit-submenu-indicator:before {
  content: "\e874";
  font-family: "tsicon" !important;
}

.etn-speaker-wrapper.speaker-style5 .etn-speakers-social {
  display: block;
}
.etn-speaker-wrapper.speaker-style5 .etn-single-speaker-item:hover .etn-speakers-social {
  opacity: 1;
  visibility: visible;
}
.etn-speaker-wrapper.speaker-style5 .etn-single-speaker-item:hover .etn-speakers-social a {
  line-height: 40px;
}

.bizxpo-ticket-widget .ant-card-body {
  background-color: #6120CC;
  border-radius: 8px;
}
