/*------- social color -----*/
/**
 * Theme Name: Exhibz
 * Theme URI: https://themeforest.net/user/tripples/portfolio
 * Description: This is a skull theme which we use to develope new themes. textdomain: exhibz, class: Exhibz, var: $exhibz_, constants: EXHIBZ_, function: exhibz_
 *
 */
/* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# Blog
# Widget
# Footer
# Resonsive
# text logo
# Sticky sidebar
*/
/*------- social color -----*/
/* Global
================================================== */
body {
  color: #5a5a5a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 26px;
}

html.fonts-loaded body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c24;
  margin-bottom: 20px;
  font-weight: bold;
  font-display: swap;
}

h1,
h2 {
  font-weight: 900;
}

html.fonts-loaded h1,
html.fonts-loaded h2,
html.fonts-loaded h3,
html.fonts-loaded h4,
html.fonts-loaded h5,
html.fonts-loaded h6 {
  font-family: "Raleway", sans-serif;
}

a {
  color: #e7015e;
}
a:hover {
  text-decoration: none;
}

.form-control {
  border: 1px solid #f1f1f1;
  padding: 6px 20px;
  height: 50px;
  font-size: 14px;
  border-radius: 0;
}

.xs-page-header {
  margin: 0 0 60px;
}
.xs-page-header h2 {
  font-size: 28px;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

/* Gradient*/
.gradient {
  position: relative;
}
.gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.902;
}

/* Title */
.title-section-area .section-title .sub-title {
  display: block;
  margin-bottom: 10px;
}

/* Button */
.btn,
.btn-primary,
.wp-block-button .wp-block-button__link:not(.has-background) {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #e7015e;
  height: 50px;
  padding: 0 35px;
  line-height: 50px;
  border-radius: 3px;
  border: 0;
}
.btn:hover,
.btn-primary:hover,
.wp-block-button .wp-block-button__link:not(.has-background):hover {
  background: #222;
  color: #fff;
}

.btn-link {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  text-decoration: none !important;
}

.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.btn-link:hover {
  color: #e7015e;
}

/* Common navbar mobile */
.navbar-toggler {
  padding: 8px 12px;
  background: #e7015e;
  color: #fff;
  border-color: #e7015e;
  position: absolute;
  top: -40px;
  right: 0;
}
.navbar-toggler .navbar-toggler-icon {
  background: none;
  width: auto;
  height: auto;
}
.navbar-toggler .navbar-toggler-icon i {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}

/* Default font color */
.elementor-widget-tabs .elementor-tab-content {
  color: #5a5a5a;
}

/* Header Top
================================================== */
.header-top {
  padding: 30px 0;
}
.header-top ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-top .header-contact-info li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
  border-right: 1px solid #85299c;
  color: #fff;
}
.header-top .header-contact-info li i {
  margin-right: 10px;
}
.header-top .social-links {
  padding: 0 10px;
}
.header-top .social-links li {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}
.header-top .social-links li a {
  color: #fff;
}
.header-top .qoute-btn {
  padding-left: 15px;
}
.header-top .qoute-btn .ticket-btn.btn {
  float: none;
  margin-top: 0;
}
.header-top .header-top-info {
  text-align: right;
}

.header-transparent .header-top .logo {
  padding-top: 0;
}

.cart-btn {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 0;
  margin-top: 23px;
  font-size: 18px;
  color: #e7015e;
}
.cart-btn:hover {
  color: #e7015e;
}

/*-- Nav Search start --*/
.nav-search {
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.nav-search i {
  font-size: 14px;
  font-weight: 900;
}

.search-block {
  background: #1f1f1f;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 56px;
  width: 350px;
  z-index: 10;
  margin-top: 0;
}
.search-block .form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #4d4542;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-size: 15px;
  font-style: italic;
}
.search-block .search-button {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  color: #7a7a7d;
  top: 5px;
}
.search-block .search-close {
  color: #fff;
  position: absolute;
  top: -58px;
  right: 15px;
  font-size: 32px;
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
  line-height: 14px;
  text-align: center;
}
.search-block .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #fff;
}

.nav-search-area {
  position: relative;
}
.nav-search-area .nav-search.hide {
  opacity: 0;
  visibility: hidden;
}

/* Header
================================================== */
.xs-header {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  z-index: 999999;
}
.xs-header .site-title {
  font-size: 26px;
  margin-top: 25px;
}

.header-standard .navbar-brand.logo {
  padding: 15px 0 0;
}

.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  z-index: 2;
  height: auto;
  padding: 0;
}
.header-transparent .navbar.navbar-light ul.navbar-nav > li > a {
  color: #fff;
}

.admin-bar .header-transparent {
  top: 30px;
}

.h-transparent2 .navbar.navbar-light {
  padding: 28px 0 0 0;
}
.h-transparent2 .ticket-btn.btn {
  border-radius: 36px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #3b1d82;
  font-size: 14px;
}
.h-transparent2 .ticket-btn.btn:hover {
  color: #fff;
}

.h-transparent2.navbar-fixed.sticky {
  background: rgba(255, 255, 255, 0.95);
}
.h-transparent2.navbar-fixed.sticky .logo {
  padding: 0;
}
.h-transparent2.navbar-fixed.sticky .navbar.navbar-light {
  padding: 0;
}
.h-transparent2.navbar-fixed.sticky .navbar.navbar-light ul.navbar-nav > li > a {
  color: #3b1d82;
}

.nav-center .navbar.navbar-light .collapse.justify-content-end {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.nav-center .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li > a {
  color: #3b1d82;
}

/* Main menu
================================================== */
@media (min-width: 992px) {
  .navbar.navbar-light {
    height: 80px;
  }
}
.navbar.navbar-light .dropdown-menu {
  margin: 0;
}
.navbar.navbar-light ul.navbar-nav > li {
  position: relative;
  float: none;
  display: inline-block;
  margin: 0 20px;
  background: none;
}
.navbar.navbar-light ul.navbar-nav > li > a {
  color: #1c1c24;
  line-height: 80px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 5px;
  position: relative;
  display: inline-block;
  transition: color 500ms !important;
  -webkit-transition: color 500ms !important;
}
.navbar.navbar-light ul.navbar-nav > li > a.opened:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.navbar.navbar-light ul.navbar-nav > li.dropdown > a {
  position: relative;
}
.navbar.navbar-light ul.navbar-nav > li.dropdown > a:after {
  font-family: "iconfont";
  position: absolute;
  clear: both;
  content: "\e874";
  display: block;
  font-size: 14px;
  right: 0;
  top: 50%;
  margin-top: -40px;
  border: 0;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu {
  width: 200px;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
  display: none;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  z-index: 999;
  padding: 15px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  word-wrap: break-word;
  border-top: 1px solid #eaeaea;
  background: none;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item.active {
  color: #e7015e;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li:first-child > a {
  border-top: 0;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.active a, .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li:hover a {
  color: #e7015e;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu {
  top: 0;
  border: 0;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li a {
  color: #1c1c24;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li.active a, .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li:hover a {
  color: #e7015e;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.dropdown > a:after {
  font-family: "iconfont";
  position: absolute;
  clear: both;
  content: "\e874";
  display: block;
  font-size: 14px;
  right: 0;
  top: 50%;
  margin-top: -40px;
  border: 0;
}
@media (min-width: 992px) {
  .navbar.navbar-light ul.navbar-nav > li:hover ul.dropdown-menu {
    display: block;
  }
}

.main-menu > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu {
  right: 100%;
  top: 0;
  left: auto;
}

.header-classic {
  background: rgba(66, 64, 72, 0.25);
}
.header-classic .justify-content-end {
  -webkit-box-pack: start !important;
  -ms-flex-pack: end !important;
  justify-content: flex-start !important;
}
@media (min-width: 1200px) {
  .header-classic .navbar.navbar-light ul.navbar-nav > li:first-child {
    margin-left: 0;
  }
}
.header-classic .navbar.navbar-light ul.navbar-nav > li > a {
  line-height: 60px;
}
.header-classic .navbar.navbar-light ul.navbar-nav > li.dropdown > a:after {
  margin-top: -32px;
}

.nav-center-logo .logo {
  max-width: 170px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  display: inline-block;
}
@media (min-width: 992px) {
  .nav-center-logo .logo {
    position: absolute;
    left: 47%;
    right: auto;
  }
}
@media (max-width: 991px) {
  .nav-center-logo .navbar-toggler {
    top: -60px;
  }
}
.nav-center-logo .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li > a {
  color: #191919;
}
.nav-center-logo .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li.logo-center {
  min-width: 170px;
}
.nav-center-logo .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li.logo-center a {
  text-indent: -9999px;
  line-height: 0;
}
.nav-center-logo .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li.nav-ticket-btn > a {
  background: #e7015e;
  height: 40px;
  line-height: 40px;
  padding: 1px 25px 0;
  margin-top: 18px;
  color: #fff !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .navbar-fixed.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    margin: 0;
    -webkit-box-shadow: 0 8px 17px rgba(61, 61, 61, 0.02);
            box-shadow: 0 8px 17px rgba(61, 61, 61, 0.02);
    background: #fff;
  }
  .navbar-fixed.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .navbar-fixed.sticky.nav-center .ticket-btn.btn {
    margin-top: 0;
  }
  .sticky.header-transparent,
  .sticky.header-classic {
    background: rgba(26, 24, 49, 0.95);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Ticket Button
=================================================*/
.ticket-btn.btn {
  background: #00c1c1;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  margin-top: 22px;
  float: right;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ticket-btn.btn:hover {
  background: #e7015e;
}

@media (min-width: 992px) {
  header .navbar-brand.logo {
    padding: 0 !important;
    max-width: 158px;
  }
}
/* header fullwidth
================================================== */
@media (min-width: 1200px) {
  .header-fullwidth .logo {
    margin-left: 40px;
  }
  .header-fullwidth.sticky {
    background: #283747;
  }
  .header-fullwidth.sticky .header-fullwidth-nav {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .header-fullwidth .header-fullwidth-nav {
    background: #283747;
    padding-right: 20px;
    margin-top: 10px;
  }
  .header-fullwidth .header-fullwidth-nav .navbar.navbar-light {
    display: inline-block;
  }
  .header-fullwidth .header-fullwidth-nav .ticket-btn {
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding: 0px 30px;
  }
  .header-fullwidth .header-fullwidth-nav .navbar.navbar-light ul.navbar-nav > li.current-menu-parent::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 6px;
    width: 100%;
    background: #e74c3c;
    left: 0;
    right: 0;
    top: 3px;
    margin: auto;
  }
  .header-fullwidth .header-fullwidth-nav .navbar.navbar-light ul.navbar-nav > li > a {
    position: relative;
    z-index: 1;
  }
  .header-fullwidth .header-fullwidth-nav .navbar.navbar-light ul.navbar-nav > li > a:before {
    position: absolute;
    bottom: 40%;
    width: 100%;
    left: 0;
    height: 6px;
    background: #e7015e;
    content: "";
    opacity: 0;
    z-index: -1;
  }
  .header-fullwidth .header-fullwidth-nav .navbar.navbar-light ul.navbar-nav > li.current-menu-item > a:before, .header-fullwidth .header-fullwidth-nav .navbar.navbar-light ul.navbar-nav > li.active > a:before {
    opacity: 1;
  }
}
@media (max-width: 1025px) {
  .header-fullwidth .ticket-btn {
    display: none;
  }
}

/* Intro Feature
================================================== */
.single-intro-text {
  padding: 40px 45px 40px 40px;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  z-index: 2;
}
.single-intro-text i {
  position: absolute;
  right: -10px;
  top: 20px;
  font-size: 55px;
  color: #bababa;
}
.single-intro-text svg {
  position: absolute;
  right: -10px;
  top: 20px;
  height: 3rem;
  width: 3rem;
  fill: #bababa;
}
.single-intro-text p {
  margin-bottom: 0;
}
.single-intro-text .count-number {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #e7015e;
  color: #ffffff;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 30px;
}
.single-intro-text.single-contact-feature {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.single-intro-text.single-contact-feature span i {
  font-size: 20px;
  position: relative;
  top: unset;
  right: unset;
}
.single-intro-text.single-contact-feature span svg {
  position: relative;
  top: unset;
  right: unset;
  height: 1.5rem;
  width: 1.5rem;
  fill: #fff;
}
.single-intro-text.feature-style4 {
  position: relative;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-intro-text.feature-style4 .feature-img img {
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.single-intro-text.feature-style4 .feature-content-item {
  position: absolute;
  left: 0;
  bottom: -115px;
  background: rgba(25, 25, 25, 0.8);
  padding: 50px 40px 70px;
  -webkit-transform: skew(0deg, -9deg);
  transform: skew(0deg, -9deg);
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.single-intro-text.feature-style4 .feature-content {
  -webkit-transform: skew(0deg, 9deg);
  transform: skew(0deg, 9deg);
}
.single-intro-text.feature-style4 .feature-content .ts-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  position: relative;
}
.single-intro-text.feature-style4 .feature-content p {
  color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.single-intro-text.feature-style4 .feature-content i {
  right: 0px;
  top: -15px;
}
.single-intro-text.feature-style4:hover .feature-content-item {
  bottom: -40px;
  background: #b48b4e;
}
.single-intro-text.feature-style4:hover .feature-content p {
  opacity: 1;
}
.single-intro-text.feature-style4:hover .feature-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Main container
================================================== */
.main-container {
  padding: 80px 0;
}

/*hero content
================================================== */
.hero-form-content {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  border-top: 4px solid #e7015e;
}
.hero-form-content h2 {
  font-size: 36px;
  font-weight: 800;
  position: relative;
  margin-bottom: 30px;
}
.hero-form-content p {
  margin-bottom: 35px;
}

.hero-form .form-control {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 5px;
}
.hero-form .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.hero-form .btn {
  display: block;
  width: 100%;
}
.hero-form select {
  width: 100%;
  border: none;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  padding: 12px 17px;
  color: #888888;
  line-height: 27px;
  margin-bottom: 40px;
}
.hero-form select option {
  border: none;
  line-height: 28px;
  padding: 10px 0;
}

/* Newsletter
================================================== */
.newsletter-form {
  position: relative;
  z-index: 1;
}
.newsletter-form .form-group .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #6f55b0;
  border-radius: 0;
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  color: #fff;
}
.newsletter-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.newsletter-form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-form .form-group .form-control::-moz-placeholder {
  color: #fff;
}
.newsletter-form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.newsletter-form .form-group .form-control::-ms-input-placeholder {
  color: #fff;
}
.newsletter-form .form-group .form-control::placeholder {
  color: #fff;
}
.newsletter-form .form-group .btn {
  position: absolute;
  right: 0;
  top: 0;
}

/*============================
 ts schedule
 ===========================*/
/* Schedule tab title
================================================== */
img.schedule-slot-speakers.tab-speaker-img-2 {
  top: 130px !important;
}

.ts-schedule .ts-schedule-content .column-title {
  font-size: 36px;
  font-weight: 800;
  color: #3b1d82;
  position: relative;
  padding-bottom: 30px;
}
.ts-schedule .ts-schedule-content .column-title span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: #5a5a5a;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  margin-top: -5px;
}
.ts-schedule .ts-schedule-content .column-title:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url(../images/shape/title.png);
  background-repeat: no-repeat;
  background-position: contain;
  width: 70px;
  height: 10px;
  margin: auto auto 0;
  top: auto;
  bottom: 0;
}
.ts-schedule .schedule-tabs .multi-speaker-2 .speaker-content,
.ts-schedule .schedule-tabs .single-speaker-2 .speaker-content {
  margin: 30px 30px 0 0;
  display: inline-block;
  text-align: center;
}
.ts-schedule .schedule-tabs .multi-speaker-2 .speaker-content .schedule-slot-speakers,
.ts-schedule .schedule-tabs .single-speaker-2 .speaker-content .schedule-slot-speakers {
  width: 60px;
  height: 60px;
}

.ts-schedule-info {
  position: relative;
}
.ts-schedule-info ul {
  position: relative;
  text-align: center;
  border: none;
  min-height: 445px;
}
.ts-schedule-info ul li a {
  height: 245px;
  width: 245px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-image: linear-gradient(-45deg, rgb(34, 225, 255) 0%, rgb(29, 143, 225) 49%, rgb(98, 94, 177) 100%);
  background-image: -ms-linear-gradient(-45deg, rgb(34, 225, 255) 0%, rgb(29, 143, 225) 49%, rgb(98, 94, 177) 100%);
  opacity: 0.502;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #ffffff;
  padding: 100px 0;
}
.ts-schedule-info ul li a h3 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.5;
}
.ts-schedule-info ul li a span {
  text-transform: uppercase;
  opacity: 0.5;
}
.ts-schedule-info ul li:nth-child(1) a {
  top: 140px;
  background-image: linear-gradient(110deg, rgb(252, 96, 118) 0%, rgb(255, 154, 68) 100%);
}
.ts-schedule-info ul li:nth-child(2) a {
  left: 130px;
  top: -15px;
}
.ts-schedule-info ul li:nth-child(3) a {
  top: 100px;
  left: auto;
  right: 0;
  background-image: radial-gradient(50% 50%, circle closest-side, rgb(87, 198, 225) 0%, rgb(180, 159, 218) 0%, rgb(122, 197, 216) 0%, rgb(238, 162, 162) 0%, rgb(177, 175, 240) 0%, rgb(131, 109, 240) 100%);
}
.ts-schedule-info ul li a.active {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  opacity: 1;
  z-index: 2;
}
.ts-schedule-info ul li a.active h3,
.ts-schedule-info ul li a.active span {
  opacity: 1;
}

.schedule-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.schedule-listing .schedule-slot-time {
  color: #ffffff;
  background: #e7015e;
  padding: 60px 20px;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  max-width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.schedule-listing .schedule-slot-time span {
  display: block;
  line-height: 26px;
}
.schedule-listing .schedule-slot-info {
  position: relative;
  padding: 35px 40px 35px 170px;
  border: 1px dashed #e5e5e5;
  border-left: none;
  width: 100%;
}
.schedule-listing .schedule-slot-info .schedule-slot-speakers {
  position: absolute;
  left: 40px;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: 0;
  margin: auto;
}
.schedule-listing .schedule-slot-info .schedule-slot-title {
  font-size: 24px;
}
.schedule-listing .schedule-slot-info .schedule-slot-title strong {
  font-size: 14px;
  color: #888888;
  margin-left: 12px;
}
.schedule-listing .schedule-slot-info p {
  margin-bottom: 0;
}
.schedule-listing:nth-of-type(even) .schedule-slot-time {
  position: relative;
  z-index: 1;
}
.schedule-listing:nth-of-type(even) .schedule-slot-time:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.schedule-listing.launce .schedule-slot-time {
  padding: 40px 28px;
}
.schedule-listing.launce .schedule-slot-title {
  float: left;
  margin-bottom: 0;
}
.schedule-listing.launce .schedule-slot-info-content img {
  float: right;
}
.schedule-listing.multi-schedule-list .multi-speaker {
  float: left;
  margin-right: 20px;
  height: 100%;
  text-align: center;
  min-width: 140px;
}
.schedule-listing.multi-schedule-list .multi-speaker .speaker-content {
  margin-bottom: 15px;
}
.schedule-listing.multi-schedule-list .schedule-slot-info .schedule-slot-speakers {
  position: relative;
  left: 0;
  width: 80px;
  height: 80px;
  margin: auto auto 5px;
}
.schedule-listing.multi-schedule-list .schedule-speaker {
  font-size: 14px;
}
.schedule-listing.multi-schedule-list .schedule-slot-info {
  padding-left: 30px;
}
.schedule-listing.multi-schedule-list .schedule-slot-info .single-speaker {
  float: left;
  margin-right: 30px;
  min-width: 130px;
  text-align: center;
}
.schedule-listing.multi-schedule-list .schedule-slot-info .single-speaker img {
  width: 80px;
  height: 80px;
  margin: auto auto 5px;
}

.schedule-listing-btn {
  text-align: center;
  margin-top: 60px;
}

.schedule-tabs .tab-pane.active,
.direction-tabs .tab-pane.active {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*============================
 ts-map-tab
 ===========================*/
.ts-map-tabs {
  position: relative;
}
.ts-map-tabs .elementor-tabs-wrapper {
  height: 70px;
}
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title {
  padding: 16px 20px !important;
  position: relative;
  border: 1px solid #ccc !important;
}
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  color: #fff !important;
  border: 1px solid #e7015e !important;
  background-color: #e7015e;
}
.ts-map-tabs .elementor-tab-content {
  padding-left: 0px;
}
.ts-map-tabs .elementor-tab-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.ts-map-tabs .elementor-tab-content p {
  margin-bottom: 30px;
}
.ts-map-tabs .elementor-tab-content .contact-info-box {
  position: relative;
  margin-top: 20px;
}
.ts-map-tabs .elementor-tab-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.ts-map-tabs .elementor-tab-content p {
  margin-bottom: 5px;
}
.ts-map-tabs .elementor-tab-content p strong {
  font-weight: 700;
  color: #222;
}
.ts-map-tabs .elementor-tab-content p.derecttion-vanue {
  margin-bottom: 20px;
}

.ts-schedule-nav {
  text-align: center;
  margin-bottom: 90px;
}
.ts-schedule-nav ul {
  border: none;
}
.ts-schedule-nav ul li {
  margin: 0 3px;
}
.ts-schedule-nav ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #1c1c24;
  text-transform: uppercase;
  background: #f1f0f6;
  display: block;
  padding: 20px 50px;
  position: relative;
}
.ts-schedule-nav ul li a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #e7015e transparent transparent;
  position: absolute;
  left: 0;
  bottom: -15px;
  content: "";
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-schedule-nav ul li a h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1c1c24;
  margin-bottom: 0;
  text-transform: capitalize;
}
.ts-schedule-nav ul li a.active {
  background: #e7015e;
  color: #ffffff;
}
.ts-schedule-nav ul li a.active h3 {
  color: #ffffff;
}
.ts-schedule-nav ul li a.active:before {
  opacity: 1;
}

/*============================
 intro video
 ===========================*/
.about-video {
  position: relative;
}
.about-video:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#e6005d), color-stop(65%, rgba(115, 0, 47, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.schedule-tabs-item .schedule-listing-item {
  position: relative;
}
.schedule-tabs-item .schedule-listing-item .schedule-slot-time {
  font-size: 14px;
  color: #e7015e;
  margin-bottom: 10px;
  display: block;
}
.schedule-tabs-item .schedule-listing-item .schedule-slot-title {
  margin-bottom: 10px;
}
.schedule-tabs-item .schedule-listing-item .schedule-slot-name {
  font-size: 14px;
  line-height: 36px;
  color: #888888;
  font-weight: 700;
  margin-bottom: 5px;
}
.schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
  position: absolute;
  top: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(135deg, rgb(130, 225, 130) 0%, rgb(10, 203, 245) 100%);
}
.schedule-tabs-item .schedule-listing-item:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: #e7015e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 80px;
  background: #ffffff;
}
.schedule-tabs-item .schedule-listing-item.schedule-left {
  padding: 60px 125px 20px 0;
  text-align: right;
}
.schedule-tabs-item .schedule-listing-item.schedule-left .schedule-slot-speakers {
  right: 30px;
}
.schedule-tabs-item .schedule-listing-item.schedule-left:before {
  right: -17px;
}
.schedule-tabs-item .schedule-listing-item.schedule-left:after {
  right: -6px;
}
.schedule-tabs-item .schedule-listing-item.schedule-right {
  padding: 60px 20px 0px 125px;
  text-align: left;
}
.schedule-tabs-item .schedule-listing-item.schedule-right .schedule-slot-speakers {
  left: 30px;
}
.schedule-tabs-item .schedule-listing-item.schedule-right:before {
  left: -15px;
}
.schedule-tabs-item .schedule-listing-item.schedule-right:after {
  left: -19px;
}
.schedule-tabs-item .schedule-listing-item:hover:before {
  background: #e7015e;
}
.schedule-tabs-item ul {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.schedule-tabs-item ul:before {
  position: absolute;
  top: -30px;
  width: 2px;
  left: 50%;
  height: 100%;
  content: "";
  background: #f1f0f6;
}
.schedule-tabs-item ul li {
  list-style: none;
  clear: both;
  width: 50%;
  display: block;
  position: relative;
}
.schedule-tabs-item ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background: #e7015e;
  width: 2px;
  opacity: 0;
}
.schedule-tabs-item ul li:nth-child(odd) {
  float: left;
}
.schedule-tabs-item ul li:nth-child(odd):before {
  right: -2px;
}
.schedule-tabs-item ul li:nth-child(odd):hover:before {
  opacity: 1;
}
.schedule-tabs-item ul li:nth-child(even) {
  float: right;
  padding-left: 15px;
}
.schedule-tabs-item ul li:nth-child(even):before {
  left: 0;
}
.schedule-tabs-item ul li:nth-child(even):hover:before {
  opacity: 1;
}

/*============================
 Blog
 ===========================*/
.elementor-widget-exhibz-latestnews .post {
  padding-right: 0px;
}
.elementor-widget-exhibz-latestnews .post .post-media.post-image {
  position: relative;
}
.elementor-widget-exhibz-latestnews .post .post-body {
  padding: 20px 20px 25px 30px;
  margin: 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #ffffff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title a {
  color: #1c1c24;
}
.elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title a:hover {
  color: #e7015e;
}
.elementor-widget-exhibz-latestnews .post .post-body .entry-content p {
  line-height: 26px;
}
.elementor-widget-exhibz-latestnews .post .post-body .post-meta {
  padding: 5px 0px 0px 0px;
  font-size: 13px;
  margin-bottom: 5px;
}
.elementor-widget-exhibz-latestnews .post .post-body .post-author {
  margin-right: 25px;
  text-transform: uppercase;
}
.elementor-widget-exhibz-latestnews .post .post-body .post-author a:hover {
  color: #e7015e;
}
.elementor-widget-exhibz-latestnews .post .post-body .post-meta-date {
  display: inline-block;
  text-transform: uppercase;
}
.elementor-widget-exhibz-latestnews .post:hover .post-body {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}
.elementor-widget-exhibz-latestnews .post:hover .post-body .entry-header .entry-title a {
  color: #e7015e;
}

/* Address Map
==================================================

.ts-tab-map{
   .elementor-column-wrap{
      width: 550px;
      border-radius: 100%;
      overflow: hidden;

   }
}
.ts-tab-map{
  .elementor-widget{
    border-radius: 50% !important;
    overflow: hidden;
  }
}*/
/* Footer
================================================== */
.ts-newsletter.elementor-section.elementor-section-boxed > .elementor-container {
  position: relative;
  z-index: 9;
}

.ts-newsletter-area .newsletter-form .form-group .btn {
  border-radius: 36px;
  background: #101010;
}
.ts-newsletter-area .newsletter-form .form-group .form-control {
  border-bottom: 1px solid #ab8b5d;
}

.ts-footer {
  background: #1a1831;
  padding: 250px 0 50px;
  position: relative;
  overflow: hidden;
}

.blog .ts-footer,
.category .ts-footer,
.single-post .ts-footer,
.archive .ts-footer,
.tag .ts-footer,
body.single .ts-footer,
.single-etn-speaker .ts-footer,
.author .ts-footer {
  padding: 50px 0;
}

.ts-footer-social ul {
  padding: 0;
}
.ts-footer-social ul li {
  display: inline-block;
  list-style: none;
}
.ts-footer-social ul li a {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #525164;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 0;
  margin: 0 10px;
}
.ts-footer-social ul li a span {
  display: none;
}
.ts-footer-social ul li a:hover {
  background: #e7015e;
  border-color: transparent;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer-menu {
  margin: 25px 0;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  color: #a8a8ad;
  margin: 0 20px;
  position: relative;
}
.footer-menu ul li a:before {
  position: absolute;
  left: -24px;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  background: #5f5e6f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.footer-menu ul li a:hover {
  color: #e7015e;
}
.footer-menu ul li:first-child a:before {
  display: none;
}

.copyright-text p {
  margin-bottom: 0;
  color: #a8a8ad;
}

/*=================================
      ts-intro-outcome
=================================*/
.ts-intro-outcome {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 170px;
}

.ts-single-outcome {
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 250px;
  height: 250px;
  background-image: linear-gradient(110deg, rgb(252, 96, 118) 0%, rgb(255, 154, 68) 100%);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 55px 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-single-outcome i {
  font-size: 80px;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}
.ts-single-outcome svg {
  height: 5rem;
  width: 5rem;
  fill: #fff;
}
.ts-single-outcome .ts-title {
  color: #ffffff;
}
.ts-single-outcome:hover i,
.ts-single-outcome:hover svg {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=================================
      Sub Pages
=================================*/
.banner-title {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}

/*      Faq Page
=================================*/
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  display: block;
  background: transparent;
  width: 100%;
  text-align: left;
  border: 1px solid #e5e5e5;
  color: #101010;
  text-transform: capitalize;
  position: relative;
  height: 60px;
  line-height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-active {
  background-color: #e7015e;
  border: transparent;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  background-color: #e7015e;
}

.elementor-element .elementor-accordion .elementor-accordion-icon.elementor-accordion-icon-right i {
  line-height: 26px;
}

.widget {
  margin-bottom: 50px;
}

.wpcf7-form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.wpcf7-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #e7015e;
}
.wpcf7-form .form-control.message-box {
  height: 150px;
  resize: none;
  padding-top: 10px;
}

.sidebar-widgets .form-group {
  margin-bottom: 30px;
}
.sidebar-widgets .form-group textarea {
  height: 150px;
  padding-top: 10px;
  resize: none;
}

/*==========================
     ts speaker
===========================*/
.ts-speaker {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
  overflow: hidden;
}
.ts-speaker .speaker-img {
  width: 255px;
  height: 255px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  margin: auto auto 20px;
}
.ts-speaker .speaker-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-speaker .speaker-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(59, 29, 130, 0.5);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.4s ease;
}
.ts-speaker .view-speaker {
  position: absolute;
  left: 0;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 12px 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 2;
}
.ts-speaker .ts-title {
  margin-bottom: 5px;
  font-size: 24px;
}
.ts-speaker .ts-title a {
  color: #1c1c24;
}
.ts-speaker:hover .speaker-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ts-speaker:hover .speaker-img:before {
  opacity: 1;
}
.ts-speaker:hover .view-speaker {
  top: 50%;
  opacity: 1;
}
.ts-speaker:hover .ts-title a {
  color: #e7015e;
}
.ts-speaker.white-text .ts-title a,
.ts-speaker.white-text p {
  color: #ffffff;
}

.speaker-classic {
  padding-top: 0px;
}
.speaker-classic .ts-speaker {
  margin-bottom: 60px;
}
.speaker-classic .ts-speaker .speaker-img {
  width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.speaker-classic .ts-speaker .speaker-img:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.speaker-classic .ts-speaker .ts-speaker-info {
  position: absolute;
  right: 0;
  bottom: -13px;
  background: #ffffff;
  z-index: 1;
  width: 90%;
  padding: 20px 0 25px;
}
.speaker-classic .ts-speaker .ts-speaker-info .ts-title {
  margin-bottom: 0;
}
.speaker-classic .ts-speaker .ts-speaker-info p {
  margin-bottom: 0;
}

.ts-speakers-classic .ts-speaker {
  border-radius: 5;
  -webkit-border-radius: 5;
  -ms-border-radius: 5;
  overflow: hidden;
}
.ts-speakers-classic .ts-speaker .speaker-img:before {
  background: #e7015e;
}
.ts-speakers-classic .ts-speaker .ts-speaker-info {
  background: transparent;
  width: 100%;
  color: #fff;
  bottom: 0px;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  padding: 20px 40px 25px;
}
.ts-speakers-classic .ts-speaker .ts-speaker-info .ts-title {
  color: #fff;
  margin-bottom: 10px;
}
.ts-speakers-classic .ts-speaker:hover .ts-speaker-info {
  bottom: 50px;
  opacity: 1;
}
.ts-speakers-classic .ts-speaker:hover .view-speaker {
  top: 36%;
}

.speaker-shap img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100px;
}
.speaker-shap img.shap1 {
  top: 15%;
}
.speaker-shap img.shap2 {
  bottom: 0;
  left: auto;
  top: 35%;
  right: 0;
  margin: auto;
}
.speaker-shap img.shap3 {
  top: auto;
  bottom: -25px;
  margin: auto;
  left: 6%;
}

.ts-speaker-popup {
  background: #ffffff;
  padding: 0;
  position: relative;
}
.ts-speaker-popup .ts-speaker-popup-img img {
  width: 100%;
}
.ts-speaker-popup .ts-speaker-popup-content {
  padding: 60px 40px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-title {
  margin-bottom: 10px;
}
.ts-speaker-popup .ts-speaker-popup-content .speakder-designation {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.ts-speaker-popup .ts-speaker-popup-content .company-logo {
  margin-bottom: 15px;
}
.ts-speaker-popup .ts-speaker-popup-content p {
  margin-bottom: 25px;
}
.ts-speaker-popup .ts-speaker-popup-content h4 {
  font-size: 20px;
  font-weight: 700;
}
.ts-speaker-popup .ts-speaker-popup-content .session-name {
  margin-bottom: 15px;
}
.ts-speaker-popup .ts-speaker-popup-content .speaker-session-info p {
  color: #e7015e;
  margin-bottom: 30px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a {
  color: #ababab;
  margin-right: 18px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover {
  color: #e7015e;
}
.ts-speaker-popup button.mfp-close {
  font-size: 30px;
}

.elementor-social-icon i {
  font-family: "iconfont" !important;
  font-style: normal;
}
.elementor-social-icon i.fa-facebook-official:before, .elementor-social-icon i.fa-facebook:before, .elementor-social-icon i.fa-facebook-f:before {
  content: "\e913";
}
.elementor-social-icon i.fa-twitter:before {
  content: "\e912";
}
.elementor-social-icon i.fa-google-plus-g:before, .elementor-social-icon i.fa-google-plus:before {
  content: "\e911";
}
.elementor-social-icon i.fa-pinterest:before, .elementor-social-icon i.fa-pinterest-p:before {
  content: "\e910";
}
.elementor-social-icon i.fa-instagram:before {
  content: "\e90f";
}
.elementor-social-icon i.fa-linkedin:before {
  content: "\e90e";
}
.elementor-social-icon i.fa-behance:before {
  content: "\e90d";
}
.elementor-social-icon i.fa-flickr:before {
  content: "\e90c";
}
.elementor-social-icon i.fa-github:before {
  content: "\e90b";
}
.elementor-social-icon i.fa-skype:before {
  content: "\e90a";
}
.elementor-social-icon i.fa-soundcloud:before {
  content: "\e909";
}
.elementor-social-icon i.fa-stumbleupon:before {
  content: "\e908";
}
.elementor-social-icon i.fa-tumblr:before {
  content: "\e907";
}
.elementor-social-icon i.fa-vimeo:before {
  content: "\e906";
}
.elementor-social-icon i.fa-vine:before {
  content: "\e905";
}
.elementor-social-icon i.fa-vk:before {
  content: "\e904";
}
.elementor-social-icon i.fa-xing:before {
  content: "\e903";
}
.elementor-social-icon i.fa-yelp:before {
  content: "\e902";
}
.elementor-social-icon i.fa-youtube:before {
  content: "\e96f";
}

.ts-single-speaker .speaker-content {
  background: #f7f7f7;
  padding: 30px;
}
.ts-single-speaker .speaker-content .speaker-exhibs_photo {
  margin-bottom: 20px;
}
.ts-single-speaker .speaker-content .speaker-exhibs_photo img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.ts-single-speaker .speaker-content h2 {
  font-size: 28px;
}
.ts-single-speaker .speaker-content .speaker-designation {
  margin-bottom: 20px;
}
.ts-single-speaker .speaker-content .speaker-exhibs_logo {
  margin-bottom: 25px;
}
.ts-single-speaker .ts-social-list {
  padding-left: 0;
}
.ts-single-speaker .ts-social-list li {
  display: inline-block;
}
.ts-single-speaker .ts-social-list li a {
  font-size: 15px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  background: #e7015e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #fff;
  margin: 0 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-single-speaker .ts-social-list li a:hover {
  background: #3b1d82;
}
.ts-single-speaker .single-speaker-schedule .schedule-listing .schedule-slot-info {
  padding-left: 40px;
  text-align: left;
}
.ts-single-speaker.archive .speaker-content {
  background: transparent;
}

.single-ts-speaker .ts-footer {
  padding-top: 60px;
}

.countdown {
  margin-bottom: 60px;
}
.countdown .counter-item {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 18px;
  padding: 35px 0;
  position: relative;
}
.countdown .counter-item i {
  font-size: 105px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.countdown .counter-item span {
  font-size: 24px;
  display: block;
  line-height: 18px;
  letter-spacing: 0.96px;
  font-weight: 700;
}
.countdown .counter-item .smalltext {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.countdown .counter-item:last-of-type {
  margin-right: 0;
}
.countdown .counter-item:nth-of-type(1) i {
  color: #00a3ee;
}
.countdown .counter-item:nth-of-type(2) i {
  color: #ffcf4a;
  top: 2px;
  -webkit-transform: rotate(-148deg);
  transform: rotate(-148deg);
}
.countdown .counter-item:nth-of-type(3) i {
  color: #00c1c1;
}
.countdown .counter-item:nth-of-type(4) i {
  color: #ff6386;
}

.ts-count-down {
  padding: 0;
  z-index: 1;
}
.ts-count-down .countdown {
  margin-bottom: 0;
}
.ts-count-down .countdown .counter-item {
  width: 25%;
  float: left;
  margin-right: 0;
  border: none;
  position: relative;
  height: auto;
}
.ts-count-down .countdown .counter-item span {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}
.ts-count-down .countdown .counter-item b {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  -webkit-transform: translateY(-18%);
  transform: translateY(-18%);
}
.ts-count-down .countdown:before {
  z-index: -1;
  opacity: 1;
}

.count-dwon-item .counter-item b {
  display: none !important;
}
.count-dwon-item .ts-count-down {
  margin: 0;
}

.gradient-counter {
  z-index: 1;
}

.gradient-overlay .elementor-custom-embed-image-overlay:before {
  background: linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/* highlight count down*/
.highlight-count-down .counter-item:nth-child(1) {
  color: #ff007a;
}

.highlight-count-down .counter-item:nth-child(2) {
  color: #ffc107;
}

.highlight-count-down .counter-item:nth-child(3) {
  color: #00c1c1;
}

.highlight-count-down .counter-item:nth-child(4) {
  color: #8bc34a;
}

/*====================================
      ts-pricing
=====================================*/
.ts-pricing {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ts-pricing .speaker-shap .shap2 {
  top: 150px;
  bottom: auto;
}

.ts-pricing.p-60 {
  padding-top: 20px;
}

.pricing-item {
  position: relative;
  max-width: 320px;
  margin: auto;
}
.pricing-item .pricing-dot {
  width: 100%;
  display: block;
}
.pricing-item .pricing-dot1 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  width: 100%;
  margin-top: -2px;
}

.pricing-item.disebled {
  opacity: 0.7;
  cursor: no-drop;
}

.pricing-item.disebled .btn {
  background: #a077a6;
  cursor: no-drop;
}

.ts-pricing-box .ts-pricing-progress .ts-pricing-value {
  font-weight: 700;
  color: #e7015e;
  margin-bottom: 25px;
}
.ts-pricing-box .ts-progress {
  width: 100%;
  height: 10px;
  background: #ebedf4;
  margin-bottom: 10px;
}
.ts-pricing-box .ts-progress .ts-progress-inner {
  background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  height: 100%;
}
.ts-pricing-box .promotional-code .promo-code-text {
  font-weight: 400;
  color: #e7015e;
}
.ts-pricing-box .pricing-btn {
  margin-bottom: 25px;
  position: relative;
}
.ts-pricing-box .pricing-btn:after, .ts-pricing-box .pricing-btn:before {
  position: absolute;
  left: -14px;
  top: 0;
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: 0;
  margin: auto;
}
.ts-pricing-box .pricing-btn:after {
  position: absolute;
  left: auto;
  top: 0;
  right: -14px;
}
.ts-pricing-box .vate-text {
  margin-bottom: 0;
}

.ts-pricing-item {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 40px;
  margin-top: 50px;
}
.ts-pricing-item .ts-pricing-header i {
  font-size: 70px;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: block;
  margin: auto;
  background: #3b1d82;
  color: #fff;
  padding: 45px 0;
  margin-top: -100px;
  margin-bottom: 40px;
}
.ts-pricing-item .ts-pricing-name {
  font-size: 24px;
  font-weight: 700;
  color: #3b1d82;
  margin-bottom: 35px;
}
.ts-pricing-item .ts-pricing-price {
  font-size: 48px;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
}
.ts-pricing-item .ts-pricing-price img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  top: 0;
}
.ts-pricing-item .ts-pricing-price span {
  position: relative;
  z-index: 1;
  color: #3b1d82;
}
.ts-pricing-item p {
  margin-bottom: 30px;
}
.ts-pricing-item .btn {
  background: #3b1d82;
}

.ts-pricing-item.disebled {
  cursor: no-drop;
  opacity: 0.7;
}
.ts-pricing-item.disebled .ts-pricing-header i {
  background: #e7e7e7;
}
.ts-pricing-item.disebled .ts-pricing-header .ts-pricing-name {
  color: #cccccc;
}
.ts-pricing-item.disebled .ts-pricing-price span {
  opacity: 0.5;
}
.ts-pricing-item.disebled .btn {
  background: #e7e7e7;
}

.ts-pricing-item.active .ts-pricing-header i,
.ts-pricing-item.active .btn {
  background: #e7015e;
}

.ts-pricing-item.active .ts-pricing-name,
.ts-pricing-item.active .ts-pricing-price span {
  color: #e7015e;
}

/* extract css */
@media (min-width: 991px) {
  .header ul.navbar-nav li:hover > .dropdown-menu {
    display: block;
    border: none;
  }
}
/*====================================
      ts-pricing
=====================================*/
.pricing-item.disebled {
  opacity: 0.7;
  cursor: no-drop;
}

.pricing-item.disebled .btn {
  background: #a077a6;
  cursor: no-drop;
}

.ts-pricing-box {
  background: #fff;
  padding: 40px;
  text-align: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-pricing-box:hover {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
}
.ts-pricing-box .ts-pricing-header .ts-pricing-name {
  font-size: 20px;
  font-weight: 800;
  color: #3b1d82;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ts-pricing-box .ts-pricing-header .ts-pricing-price {
  font-size: 58px;
  font-weight: 900;
  color: #3b1d82;
  margin-bottom: 20px;
}
.ts-pricing-box .ts-pricing-header .ts-pricing-price span {
  margin-right: 10px;
}

.ts-pricing.classic .ts-pricing-item {
  -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
}

.pricing-wrap .pricing-item .ts-pricing-box {
  background: #120f4e;
}

.pricing-wrap .pricing-item .ts-pricing-box .ts-pricing-name,
.pricing-wrap .pricing-item .ts-pricing-box .ts-pricing-price,
.pricing-wrap .pricing-item .ts-pricing-box .amount-progres-text,
.pricing-wrap .pricing-item .ts-pricing-box .vate-text {
  color: #fff;
}

.pricing-wrap .pricing-item .ts-pricing-box .pricing-btn:before,
.pricing-wrap .pricing-item .ts-pricing-box .pricing-btn:after {
  background: #120f4e;
}

/* Page banner area */
.page-banner-area {
  position: relative;
  min-height: 400px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}

.page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
}
.page-banner-title.mt-80 {
  margin-top: 60px;
}

.page-banner-title h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}

.page-banner-title .breadcrumb {
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-banner-title .breadcrumb li a {
  color: #fff;
  margin-right: 5px;
}

.page-banner-title .breadcrumb a:hover {
  color: #ccc;
}

.breadcrumb {
  padding: 0;
  background: none;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb > li {
  font-weight: 500;
  margin: 0 10px;
}

/*------------back to top-------------*/
.BackTo {
  background: #e7015e none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 75px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
}

.BackTo a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 2px;
  display: inline-block;
}
.BackTo a:hover {
  color: #ffffff;
}

.text-right-bottom {
  text-align: right !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* Error page
================================================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

.ts-funfacts .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  display: none;
}
.ts-funfacts .elementor-counter-title {
  text-align: left;
}

.main-slider {
  padding: 0;
  z-index: 0;
}
.main-slider .banner-item {
  min-height: 850px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.main-slider .banner-item:before {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.main-slider .banner-item .banner-content-wrap {
  padding: 250px 0 182px;
  z-index: 1;
  position: relative;
}
.main-slider .banner-item .banner-content-wrap .title-shap-img {
  margin: auto auto 25px;
  max-width: 70px;
}
.main-slider .banner-item .banner-content-wrap p.banner-info {
  font-style: italic;
  font-size: 20px;
  color: #fff;
}
.main-slider .banner-item .banner-content-wrap h1.banner-title {
  text-transform: capitalize;
  margin-bottom: 30px;
}
.main-slider .banner-item .banner-content-wrap p.banner-desc {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0px 180px;
  margin-bottom: 40px;
}
.main-slider .banner-item .banner-content-wrap .ts-banner-btn .btn {
  height: 55px;
  line-height: 55px;
  padding: 0 55px;
}
.main-slider .banner-item .banner-content-wrap .ts-banner-btn .btn.fill {
  background: #4381fd;
  border-color: #4381fd;
  padding: 0 55px;
  margin-left: 20px;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap .title-shap-img,
.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-info,
.main-slider .owl-item.active .banner-item .banner-content-wrap h1.banner-title,
.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-desc,
.main-slider .owl-item.active .banner-item .banner-content-wrap .ts-banner-btn {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap .title-shap-img {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-title {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap h1.banner-title {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-desc {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.main-slider .owl-item.active .banner-item .banner-content-wrap .ts-banner-btn {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}
.main-slider .owl-dots {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 130px;
  margin: auto;
  text-align: center;
}
.main-slider .owl-dots .owl-dot {
  width: 20px;
  height: 2px;
  background: #ffffff;
  opacity: 0.5;
  display: inline-block;
  margin: 0 5px;
}
.main-slider .owl-dots .owl-dot.active {
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 60px;
  margin: auto;
  text-align: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background: #ffffff;
  opacity: 0.5;
  display: inline-block;
  margin: 0 5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.date-item {
  display: inline-block;
  border: 3px solid #e7015e;
  border-radius: 10px;
  padding: 18px 20px 14px;
  color: #3b1d82;
  font-size: 18px;
  font-weight: 500;
}
.date-item .event-day {
  display: block;
  font-size: 36px;
  font-weight: 900;
}

@media (min-width: 1024px) {
  .box-style .elementor-row {
    position: relative;
  }
  .box-style .indicator {
    position: absolute;
    content: "";
    height: 100%;
    left: 33.3333333333%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    width: 33.3333333333%;
    z-index: -1;
    -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .box-style .elementor-inner-column:nth-child(1):hover ~ .indicator {
    left: 0;
  }
  .box-style .elementor-inner-column:nth-child(3):hover ~ .indicator {
    left: 66.6666666%;
  }
}
.custom-list-style ul li {
  border-left: 3px solid #ff007a;
  padding: 0 20px;
  display: inline-block;
  line-height: 20px;
}

/* //.woocommerce */
.page-banner-title .woocommerce-breadcrumb,
.page-banner-title .woocommerce-breadcrumb a {
  color: #fff;
}

p.form-submit .submit {
  background: #ff007a !important;
  color: #fff !important;
}

.woocommerce #reviews #comments h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 25px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 70px;
}

.woocommerce-Reviews .comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  display: block;
}

.woocommerce .star-rating {
  color: #ff007a;
}

/*  multi-schedule-list */
.multi-schedule-list .multi-speaker .schedule-speaker {
  margin-bottom: 25px;
}
.multi-schedule-list .schedule-slot-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food-main-banner {
  overflow: hidden;
}

/****************************
   Gallery slider
*****************************/
.ts-gallery-slider .swiper-horizontal {
  padding-top: 80px;
}
.ts-gallery-slider .galler-img-item {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  clear: both;
}
.ts-gallery-slider .galler-img-item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.ts-gallery-slider .swiper-container {
  padding-top: 80px;
}
.ts-gallery-slider .swiper-slide-active .galler-img-item {
  margin-top: -80px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-gallery-slider .swiper-slide-active .galler-img-item img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(180, 139, 78, 0.25);
          box-shadow: 0px 20px 30px 0px rgba(180, 139, 78, 0.25);
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .ts-gallery-slider .swiper-slide-active {
    z-index: 1;
  }
}
.ts-gallery-slider .slider_nav {
  position: absolute;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 10px;
  left: 0;
}
@media (min-width: 1024px) {
  .ts-gallery-slider .slider_nav {
    left: -50px;
  }
}
.ts-gallery-slider .slider_nav .swiper-button-prev,
.ts-gallery-slider .slider_nav .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #e7015e;
  margin: 0px 5px;
}

/*-------------------------
 preloader
 ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background-color: #ff007a;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

#preloader.loaded {
  top: -200%;
}

#preloader.loaded .preloader-cancel-btn-wraper {
  bottom: 200%;
}

.preloader-cancel-btn-wraper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
  border-radius: 36px;
  font-size: 11px;
  background: #000;
  color: #fff;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ===========================
// Education And Conference
============================ */
.title-bar-shap {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-style: initial;
}
.title-bar-shap::before {
  position: absolute;
  bottom: 4px;
  width: 100%;
  left: 0;
  height: 9px;
  background: #fea9a0;
  content: "";
  z-index: -1;
}

.title-border {
  width: 60px;
  background: #e74c3c;
  height: 5px;
  display: inline-block;
}

.block-count-down {
  margin: 0;
  padding: 0 30px;
}
.block-count-down .countdown .counter-item {
  width: 100%;
  position: relative;
  border-radius: 0;
  padding: 22px 0;
}
.block-count-down .countdown .counter-item:not(:last-child) {
  border-bottom: 2px dotted #4f5b68;
}
.block-count-down .countdown .counter-item span {
  letter-spacing: 0;
  line-height: 48px;
  display: inline-block;
}
.block-count-down .countdown .counter-item .smalltext {
  position: static;
  text-transform: initial;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 0.8;
}

.event-date .date-item {
  padding: 0;
}

@media (max-width: 768px) {
  .block-count-down {
    padding: 0;
  }
}
.image-box .elementor-image {
  position: relative;
}
.image-box .elementor-image img {
  width: 100%;
}
.image-box .elementor-image::after {
  position: absolute;
  content: "";
  right: -30px;
  bottom: -30px;
  width: 200px;
  height: 200px;
  border: 5px solid #e74c3c;
  border-width: 5px 30px 30px 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.image-box .elementor-image:hover::after {
  background: rgba(231, 76, 60, 0.3);
  width: 100%;
  height: 100%;
}

.edu-con blockquote {
  border-color: #e74c3c;
}

.cta {
  position: relative;
  overflow: hidden;
  z-index: 11;
}
.cta .newsletter-form .form-group .form-control {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}
.cta .newsletter-form .form-group .btn {
  border-radius: 0;
  font-size: 15px;
  color: #e74c3c;
  background: #fff;
}
.cta .newsletter-form .form-group .btn:hover {
  background: #e74c3c;
  color: #fff;
}
.cta .newsletter-form .form-group .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ==========================
// Shortcode: Topics
=============================*/
.single-topics {
  position: relative;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(40, 55, 71, 0.05);
          box-shadow: 0px 15px 30px 0px rgba(40, 55, 71, 0.05);
  padding: 35px 40px 30px 40px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-topics::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-blend-mode: multiply;
}
.single-topics::before {
  position: absolute;
  content: "";
  left: -12px;
  top: -12px;
  width: 66px;
  height: 33px;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: url(../images/shape/topics_mem.png) no-repeat center left;
}
.single-topics .ts-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.single-topics p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.single-topics .topics-link {
  width: 34px;
  height: 34px;
  background: #fff;
  color: #e74c3c;
  padding: 6px;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-topics:hover::after, .single-topics:hover::before,
.single-topics:hover .topics-link {
  opacity: 1;
}
.single-topics:hover .ts-title {
  color: #fff;
}
.single-topics:hover p {
  color: #fff;
}

/* ===============================
// Shortcode: Speakers slider
================================== */
.ts-speaker-slider .owl-stage-outer {
  padding: 50px 0;
}
.ts-speaker-slider .ts-speaker {
  text-align: left;
  overflow: initial;
}
.ts-speaker-slider .ts-speaker::before {
  position: absolute;
  content: "";
  width: 0%;
  right: 0;
  height: 110%;
  top: -20px;
  background: rgba(231, 76, 60, 0.7);
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.ts-speaker-slider .ts-speaker .speaker-img {
  border-radius: 0;
}
.ts-speaker-slider .ts-speaker .ts-title {
  font-size: 30px;
  margin: 10px 0 15px;
}
.ts-speaker-slider .ts-speaker .view-speaker {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0);
          transform: translate(0);
  top: 0;
  bottom: 0;
  border-radius: 0;
  border-color: transparent;
}
.ts-speaker-slider .ts-speaker:hover::before {
  width: 50%;
}
.ts-speaker-slider .ts-speaker:hover .speaker-img::before {
  opacity: 0;
}
.ts-speaker-slider .owl-dots {
  text-align: center;
}
.ts-speaker-slider .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background: #cccccc;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.ts-speaker-slider .owl-dots .owl-dot.active {
  width: 30px;
  background: #e74c3c;
}

@media (max-width: 768px) {
  .meetup {
    overflow: hidden;
  }
  .ts-speaker-slider .ts-speaker {
    overflow: hidden;
  }
  .ts-speaker-slider .ts-speaker .speaker-img {
    width: 100%;
    height: auto;
  }
  .ts-speaker-slider .ts-speaker:hover .speaker-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* =======================
// Shortcode: Meetup
=========================== */
.meetup-wrap .meetup-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.meetup-wrap .meetup-image img {
  width: 100%;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(40, 55, 71, 0.15);
          box-shadow: 0px 20px 30px 0px rgba(40, 55, 71, 0.15);
}
.meetup-wrap:hover .meetup-box {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.meetup-wrap .meetup-box {
  padding: 35px 40px 35px 40px;
  background: #e74c3c;
  position: absolute;
  left: 0;
  margin: 0 auto;
  top: 20px;
  right: 0;
  width: 340px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.meetup-wrap .meetup-box::after {
  position: absolute;
  content: "";
  right: 25px;
  width: 3px;
  height: 90px;
  background: #fff;
  bottom: -40px;
}
.meetup-wrap .meetup-box .ts-title {
  color: #fff;
}
.meetup-wrap .meetup-box p {
  color: #fff;
  margin-bottom: 0;
}
.meetup-wrap .meetup-box.right::after {
  left: 25px;
  right: auto;
}
.meetup-wrap .meetup-box.left::after {
  left: auto;
  right: 25px;
}

@media (max-width: 375px) {
  .meetup-wrap .meetup-box {
    width: 250px;
  }
  .meetup-wrap .meetup-box::after {
    display: none;
  }
}
/* =======================
// Text Logo
=========================== */
.logo-title {
  margin-bottom: 0;
  font-size: 30px;
  text-transform: uppercase;
}
.logo-title a:hover {
  color: #e7015e;
}

.post-type-archive-ts-speaker .ts-single-speaker .speaker-content .speaker-exhibs_photo img,
.tax-ts-speaker_cat .ts-single-speaker .speaker-content .speaker-exhibs_photo img {
  width: 180px;
  height: 180px;
}
.post-type-archive-ts-speaker .ts-single-speaker .speaker-content,
.tax-ts-speaker_cat .ts-single-speaker .speaker-content {
  padding: 10px;
}

.ts-speaker-archive-widget .ts-single-speaker .speaker-content .speaker-exhibs_photo img {
  width: 180px;
  height: 180px;
}
.ts-speaker-archive-widget .ts-single-speaker .speaker-content {
  padding: 40px;
}

/* =============================
// Home Style: Classic 2020
=================================*/
.header-fullwidthsolid {
  position: relative;
  z-index: 99;
}
.header-fullwidthsolid.navbar-fixed.sticky {
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.07);
          box-shadow: 0 8px 17px rgba(0, 0, 0, 0.07);
}
.header-fullwidthsolid .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1020px) {
  .header-fullwidthsolid .container-fluid {
    padding: 0 30px;
  }
}
.header-fullwidthsolid .container-fluid .navbar-toggler {
  top: -53px;
}
.header-fullwidthsolid .container-fluid .header-btn .ticket-btn {
  padding: 7px 30px;
  height: 50px;
  font-size: 15px;
  margin: 18px 0 18px 15px;
  border-radius: 0;
}
.header-fullwidthsolid .container-fluid .header-btn .ticket-btn i {
  margin-left: 5px;
}

.conference-banner .title-section-area .section-title .sub-title {
  position: relative;
  padding-left: 75px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  left: -145px;
  top: 87px;
  margin: 0;
}
.conference-banner .title-section-area .section-title .sub-title::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 2px;
  background: #ffffff;
  left: 0;
  top: 10px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .conference-banner .title-section-area .section-title .sub-title {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: static;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
}
.conference-banner .elementor-social-icons-wrapper {
  padding-left: 100px;
  position: relative;
}
.conference-banner .elementor-social-icons-wrapper::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #ffffff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.conference-banner .elementor-social-icons-wrapper .elementor-social-icon {
  background: transparent;
  vertical-align: middle;
}
.conference-banner .icon-wrapper .elementor-container {
  margin-left: 0;
}

.date-box .title-section-area .section-title {
  position: relative;
  padding-bottom: 20px;
}
.date-box .title-section-area .section-title::after {
  position: absolute;
  content: "";
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
}

.conference-feature .single-intro-text {
  padding: 0 0 15px;
}
.conference-feature .single-intro-text.single-contact-feature {
  border: none;
}
.conference-feature .single-intro-text.single-contact-feature .count-number {
  display: none;
}
.conference-feature .feature-btn .elementor-button {
  position: relative;
}
.conference-feature .feature-btn .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}
.conference-feature .feature-btn .elementor-button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 1px;
  width: 92px;
  height: 7px;
  background: #ffac27;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.conference-feature .feature-btn .elementor-button:hover::after {
  width: 15px;
}

.classic-post .post .post-body .entry-content p {
  margin-top: 0;
}

@media (min-width: 768px) {
  .list-style .elementor-widget-container .elementor-icon-box-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.list-style:hover .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  background: rgba(255, 255, 255, 0.2);
}
.list-style:hover .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  color: #ffffff;
}

.ts-speakers-style4 .speaker-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--speaker-color);
  z-index: 1;
  mix-blend-mode: color;
  pointer-events: none;
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.ts-speakers-style4 .speaker-img img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.ts-speakers-style4 .ts-speaker {
  margin-bottom: 0;
}
.ts-speakers-style4 .ts-speaker .ts-speaker-info {
  background: transparent;
  bottom: 50px;
  right: auto;
  left: 0%;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  padding: 0;
}
.ts-speakers-style4 .ts-speaker .ts-speaker-info .ts-title {
  background: #25cd44;
  display: inline-block;
  padding: 15px 25px;
}
.ts-speakers-style4 .ts-speaker .ts-speaker-info p {
  background: #ffac27;
  padding: 3px 25px;
}
.ts-speakers-style4 .ts-speaker .ts-speakers-social-4 {
  position: absolute;
  bottom: -42px;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 999;
}
.ts-speakers-style4 .ts-speaker .ts-speakers-social-4 a {
  width: 42px;
  height: 42px;
  text-align: center;
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.ts-speakers-style4 .ts-speaker .ts-speakers-social-4 a:not(:last-child) {
  margin-right: 5px;
}
.ts-speakers-style4 .ts-speaker .ts-speakers-social-4 a:hover {
  color: #25cd44;
  background: #ffffff;
}
.ts-speakers-style4:hover .speaker-img::before {
  mix-blend-mode: multiply;
}
.ts-speakers-style4:hover .ts-speaker .ts-speakers-social-4 {
  bottom: 40px;
}
.ts-speakers-style4:hover .ts-speaker .ts-speaker-info {
  left: -100%;
  overflow: hidden;
}

.btn-alt .elementor-button {
  position: relative;
}
.btn-alt .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 9;
}
.btn-alt .elementor-button::before {
  position: absolute;
  content: "";
  background: #ff2661;
  width: 50px;
  left: 0;
  top: 0;
  height: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn-alt .elementor-button:hover::before {
  width: 100%;
}

.title-alter .elementor-heading-title {
  position: relative;
  padding-left: 20px;
}
.title-alter .elementor-heading-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #25cd44;
  z-index: -1;
}
.title-alter.title-secondary .elementor-heading-title::before {
  background: #ffac27;
}

.testimonial-item .testimonial-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 30px;
}
.testimonial-item .testimonial-body .testimonial-content {
  padding-left: 10px;
}
.testimonial-item .testimonial-body .testimonial-content p {
  font-size: 20px;
  letter-spacing: -0.6px;
  font-weight: 500;
  line-height: 28px;
}
.testimonial-item .testimonial-body .client-info .client-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  padding-left: 45px;
  display: inline-block;
}
.testimonial-item .testimonial-body .client-info .client-name::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #25cd44;
  margin: auto;
}
.testimonial-item .testimonial-body .client-info .client-name span {
  font-weight: 400;
  font-size: 14px;
}
.testimonial-thumb {
  max-width: 160px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-thumb {
    margin-bottom: 20px;
  }
}
.testimonial-thumb img {
  width: 100%;
}
.testimonial-thumb .quote-icon {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #25cd44;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  left: -30px;
  top: -30px;
}
.testimonial-carousel .slider_nav {
  text-align: right;
  position: relative;
}
@media (max-width: 992px) {
  .testimonial-carousel .slider_nav {
    text-align: center;
  }
}
.testimonial-carousel .slider_nav::after {
  position: absolute;
  content: "";
  left: 0;
  top: 20px;
  width: 90%;
  height: 2px;
  background: #eaeaea;
}
@media (max-width: 992px) {
  .testimonial-carousel .slider_nav::after {
    display: none;
  }
}
.testimonial-carousel .slider_nav .swiper-button-prev,
.testimonial-carousel .slider_nav .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eaeaea;
  color: #000;
  padding: 8px 0;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: static;
  margin-top: 0;
}
.testimonial-carousel .slider_nav .swiper-button-prev:hover,
.testimonial-carousel .slider_nav .swiper-button-next:hover {
  background: #25cd44;
  color: #ffffff;
}
.testimonial-carousel .slider_nav .swiper-button-prev::after,
.testimonial-carousel .slider_nav .swiper-button-next::after {
  display: none;
}

.gallery-otem {
  position: relative;
}
.gallery-otem .video-btn-area .video-btn {
  position: absolute;
  right: 40px;
  width: 60px;
  top: 40px;
  height: 60px;
  background: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.gallery-otem .video-btn-area .video-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.ts-schedule-alt .ts-schedule-nav ul {
  border-bottom: 4px solid #eaeaea;
}
.ts-schedule-alt .ts-schedule-nav ul li a {
  padding: 20px;
  background: transparent;
  margin-bottom: -4px;
  margin-left: -3px;
}
.ts-schedule-alt .ts-schedule-nav ul li a::before {
  border-width: 8px 8px 0 8px;
  border-color: #25cd44 transparent transparent transparent;
  bottom: -12px;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all ease 0s;
  transition: all ease 0s;
}
.ts-schedule-alt .ts-schedule-nav ul li a.active {
  background: transparent;
  border-bottom: 4px solid #25cd44;
}
.ts-schedule-alt .ts-schedule-nav ul li a h3 {
  display: inline-block;
  color: #333333;
  padding: 0 30px;
}
.ts-schedule-alt .ts-schedule-nav ul li a h3:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}
@media (max-width: 992px) {
  .ts-schedule-alt .ts-schedule-nav ul li a h3:not(:last-child) {
    border: none;
  }
}
.ts-schedule-alt .schedule-listing {
  padding: 50px 0;
  border-top: 1px solid #eaeaea;
}
.ts-schedule-alt .schedule-listing .schedule-slot-info {
  border: none;
}
.ts-schedule-alt .schedule-listing .schedule-slot-time {
  background: transparent !important;
  padding: 0;
  display: block;
  max-width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.ts-schedule-alt .schedule-listing .schedule-slot-time span {
  background: #fff8ee;
  border-radius: 25px;
  padding: 9px 23px;
  display: inline-block;
  color: #333333;
}
.ts-schedule-alt .schedule-listing .schedule-slot-info {
  padding: 0;
}
.ts-schedule-alt .schedule-listing .multi-speaker-2 .speaker-content {
  margin: 0 0 12px 6px;
  position: relative;
}
.ts-schedule-alt .schedule-listing .multi-speaker-2 .speaker-content .schedule-speaker {
  position: absolute;
  left: -30px;
  top: -25px;
  padding: 0;
  background: #25cd44;
  color: #fff;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0;
}
.ts-schedule-alt .schedule-listing .multi-speaker-2 .speaker-content .schedule-speaker .schedule-slot-speakers {
  width: 50px;
  height: 50px;
}
.ts-schedule-alt .schedule-listing .multi-speaker-2 .speaker-content .schedule-speaker::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #25cd44 transparent transparent transparent;
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  right: 0;
  margin: 0 auto;
}
.ts-schedule-alt .schedule-listing .multi-speaker-2 .speaker-content:hover .schedule-speaker {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.ts-schedule-alt .schedule-listing:nth-of-type(even) .schedule-slot-time::before {
  background: transparent;
}

.multi-speaker-2 .designation {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .ts-schedule-alt .schedule-listing .schedule-slot-time {
    margin-bottom: 20px;
  }
  .ts-schedule-alt .schedule-listing .schedule-slot-info {
    margin-bottom: 40px;
  }
}
.footer-area .ts-footer-3 {
  padding: 90px 0 30px;
  margin: 0 60px;
}
@media (max-width: 1024px) {
  .footer-area .ts-footer-3 {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .footer-area .ts-footer-3 {
    margin: 0px;
  }
}
.footer-area .ts-footer-3 .copyright-text {
  padding-top: 25px;
}
.footer-area .ts-footer-3 .footer-border {
  border-top: 1px solid #555555;
  margin-top: 15px;
}
.footer-area .ts-footer-3 .footer-widget {
  margin-bottom: 20px;
}
.footer-area .ts-footer-3 .footer-widget h3 {
  font-size: 20px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #25cd44;
}
.footer-area .ts-footer-3 .footer-widget p {
  color: #bbbbbb;
}
.footer-area .ts-footer-3 .footer-widget .menu {
  padding: 0;
}
.footer-area .ts-footer-3 .footer-widget .menu li a {
  color: #bbbbbb;
  display: inline-block;
  padding: 5px 0;
}
.footer-area .ts-footer-3 .footer-widget .menu li a i {
  font-family: "iconfont";
}
.footer-area .ts-footer-3 .footer-widget .menu li a:hover {
  color: #25cd44;
}
@media (min-width: 992px) {
  .footer-area .ts-footer-3 .footer-widget.footer-two {
    padding-left: 30px;
  }
}
.footer-area .ts-footer-3 .footer-widget.footer-three .text-right {
  text-align: initial !important;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control {
  padding-left: 10px;
  border-bottom: 1px solid #555555;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::placeholder {
  color: #666666;
  opacity: 1;
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn {
  background: #ff2661;
  border-radius: 0;
  margin-top: 30px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn:hover {
  background: #25cd44;
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn i {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .footer-area .ts-footer-3 .newsletter-form {
    padding: 0;
  }
}
.footer-area .ts-footer-3 .ts-footer-social {
  padding: 30px 0 20px;
}
.footer-area .ts-footer-3 .ts-footer-social ul li a {
  border-radius: 0;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.3);
}
.footer-area .ts-footer-3 .ts-footer-social ul li a:hover {
  background: #25cd44;
}

/*speaker popup */
.mfp-zoom-in {
  z-index: 999999;
}

/*======================
// Instagram Feed
========================*/
.feed-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feed-content a {
  width: 30%;
}

/*==========================
// Shortcode : Event Category
============================ */
.event-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;
}
.event-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);
}
.event-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;
}
.event-cat-item .cat-bg .cat-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.event-cat-item .cat-content {
  padding: 20px;
}
.event-cat-item .cat-content .ts-title {
  font-size: 18px;
  margin-bottom: 0;
}
.event-cat-item .cat-content .ts-title a {
  color: #1c1c24;
}
.event-cat-item .cat-content .ts-title a:hover {
  color: #e7015e;
}
.event-cat-item .cat-content p {
  margin: 0;
}

/*==================================
   countdown style
================================== */
.etn-countdown-wrap {
  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;
}
.etn-countdown-wrap .etn-count-item {
  font-size: 26px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 0;
  margin: 0px 10px;
  background-image: url(../images/shape/countdown_shape1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  width: 80px;
  text-align: center;
  color: #ffffff;
}
.etn-countdown-wrap .etn-count-item.etn-hours {
  background-image: url(../images/shape/countdown_shape2.png);
}
.etn-countdown-wrap .etn-count-item.etn-minutes {
  background-image: url(../images/shape/countdown_shape3.png);
}
.etn-countdown-wrap .etn-count-item.etn-seconds {
  background-image: url(../images/shape/countdown_shape4.png);
}
@media (max-width: 767px) {
  .etn-countdown-wrap .etn-count-item {
    margin-bottom: 15px;
  }
}
.etn-countdown-wrap .etn-count-item .text {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
.etn-countdown-wrap .date-seperate {
  font-size: 36px;
  font-weight: 700;
}

/*================================
      event banner
 ==================================*/
.banner-area.single-event-banner {
  padding: 55px 0 65px 0;
  background-color: #f4f4fc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.banner-area.single-event-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(4, 26, 87, 0.85);
}
.banner-area.single-event-banner .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-area.single-event-banner .banner-title-des {
  border-right: 2px solid rgba(255, 255, 255, 0.1254901961);
  padding-right: 20px;
}
.banner-area.single-event-banner .banner-title {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 39px;
  line-height: 48px;
  padding-left: 10px;
  color: #ffffff;
}
.banner-area.single-event-banner .breadcrumb {
  margin-bottom: 30px;
  color: #ffffff;
}
.banner-area.single-event-banner .breadcrumb li {
  font-size: 14px;
  color: #ffffff;
}
.banner-area.single-event-banner .breadcrumb li a {
  color: #ffffff;
}
.banner-area.single-event-banner .event-categories {
  padding-left: 10px;
  margin-bottom: 10px;
}
.banner-area.single-event-banner .event-categories li {
  display: inline-block;
}
.banner-area.single-event-banner .event-categories li a {
  color: #ffffff;
  font-size: 18px;
}
.banner-area.single-event-banner .date-location {
  margin-left: 12px;
}
.banner-area.single-event-banner .date-location span {
  font-size: 14px;
  margin-right: 30px;
  color: #ffffff;
}
.banner-area.single-event-banner .date-location span i {
  margin-right: 5px;
}

.etn-es-events-page-container {
  padding-top: 0;
}

.header-transparent + .etn-es-events-page-container .single-event-banner {
  padding: 150px 0 80px;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent + .etn-es-events-page-container .single-event-banner .banner-title-des {
  margin-bottom: 30px;
}

.sinlge-event-registration {
  padding: 97px 0 72px;
  background: #334987 !important;
}
.sinlge-event-registration .etn-variable-total-price {
  display: none;
}
.etn-sidebar .sinlge-event-registration .etn-variable-total-price {
  display: block;
}
.sinlge-event-registration .etn-widget {
  text-align: center;
}
.sinlge-event-registration .etn-widget .etn-title {
  font-size: 26px;
  color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item {
  background-color: transparent;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item .ticket-header,
.sinlge-event-registration .etn-widget .etn-single-ticket-item .etn-ticket-divider {
  display: none;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item .ticket-price-item {
  color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item .ticket-price-item input,
.sinlge-event-registration .etn-widget .etn-single-ticket-item .ticket-price-item .qt-btn {
  background-color: transparent;
  color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-single-ticket-item .ticket-price-item input {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.sinlge-event-registration .etn-widget .etn-event-form-parent label,
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-total-price {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-form-ticket-text {
  color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-total-price {
  margin-bottom: 6px;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 52px;
  height: 52px;
  padding-left: 15px;
  padding-right: 0;
  outline: none;
  -moz-appearance: textfield;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control::-moz-placeholder {
  color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control:-ms-input-placeholder {
  color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control::-ms-input-placeholder {
  color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .attr-form-control::placeholder {
  color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-btn {
  background: #ffa217;
  padding: 4px 25px;
}
.sinlge-event-registration .etn-widget .etn-event-form-parent .etn-btn:hover {
  background: #e7015e;
}
.sinlge-event-registration .etn-widget .etn-zoom-event-notice {
  color: #ffffff;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper {
  text-align: left;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  background: transparent;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-webkit-input-placeholder {
  color: #fff;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-moz-placeholder {
  color: #fff;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input:-ms-input-placeholder {
  color: #fff;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-ms-input-placeholder {
  color: #fff;
}
.sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::placeholder {
  color: #fff;
}
.sinlge-event-registration .etn-widget .ticket-price-item {
  text-align: left;
}
.sinlge-event-registration .etn-widget .ticket-price-item label {
  margin-bottom: 10px;
  position: relative;
  top: -2px;
}
.sinlge-event-registration .etn-widget .ticket-price-item strong {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 25px;
  font-size: 14px;
}
.sinlge-event-registration .etn-widget .ticket-price-item input {
  height: 44px;
  position: relative;
  top: -10px;
}
.sinlge-event-registration .etn-widget .ticket-price-item .qt-add,
.sinlge-event-registration .etn-widget .ticket-price-item .qt-sub {
  line-height: initial;
}

@media (min-width: 1024px) {
  .sinlge-event-registration .etn-widget .etn-title {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .sinlge-event-registration .etn-widget .etn-event-form-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 0 auto;
  }
  .sinlge-event-registration .etn-widget .etn-event-form-parent .etn-add-to-cart-block {
    width: auto;
    margin-left: 40px;
    margin-top: 24px;
    border-radius: 0;
  }
  .sinlge-event-registration .etn-widget .etn-event-form-parent .variations_0 {
    width: 100%;
  }
  .sinlge-event-registration .etn-widget .etn-event-form-parent .variations_0 .variation_0 {
    margin: 0 0px 0 15px;
  }
  .sinlge-event-registration .etn-widget .etn-single-ticket-item {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
  }
  .sinlge-event-registration .etn-widget .etn-stripe-input-wrapper {
    width: 55%;
  }
  .sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input {
    width: 92%;
    border-radius: 0;
    padding: 13px 0px 13px 15px;
  }
  .sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
  }
  .sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
  }
  .sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
  }
  .sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
  }
  .sinlge-event-registration .etn-widget .etn-stripe-input-wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
  }
  .sinlge-event-registration.woo_active .etn-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sinlge-event-registration.woo_active .etn-widget .etn-title {
    margin: 0;
  }
  .sinlge-event-registration.woo_active .etn-widget .etn-event-form-parent {
    width: 70%;
    margin: 0;
  }
  .sinlge-event-registration.woo_active .etn-widget .etn-event-form-parent .etn-add-to-cart-block {
    margin-left: 100px;
    width: 165px;
  }
}
.etn-event-item:hover .etn-title a {
  color: #e7015e;
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
          box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(255, 38, 97, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #fc5280;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(0, 193, 193, 0.15);
          box-shadow: 0px 20px 60px rgba(0, 193, 193, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(0, 193, 193, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #00c1c1;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(128, 0, 255, 0.15);
          box-shadow: 0px 20px 60px rgba(128, 0, 255, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(128, 0, 255, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #9047ff;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(255, 0, 178, 0.15);
          box-shadow: 0px 20px 60px rgba(255, 0, 178, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(255, 0, 178, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #ff00b2;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(0, 180, 255, 0.15);
          box-shadow: 0px 20px 60px rgba(0, 180, 255, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(0, 180, 255, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #39ddff;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(255, 133, 39, 0.15);
          box-shadow: 0px 20px 60px rgba(255, 133, 39, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(255, 133, 39, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #ffbb00;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .event-slider-item {
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
          box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
  overflow: hidden;
  border-radius: 10px;
}
.ts-event-category-slider .event-slider-item:hover .cat-bg {
  -webkit-transform: scale(1.1) rotate(-20deg);
          transform: scale(1.1) rotate(-20deg);
}
@media (max-width: 767px) {
  .ts-event-category-slider .event-slider-item:hover .cat-bg {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
.ts-event-category-slider .event-slider-item .cat-content {
  padding: 20px 25px 0;
}
.ts-event-category-slider .event-slider-item .cat-content .ts-title {
  line-height: 24px;
  padding-bottom: 40px;
}
.ts-event-category-slider .event-slider-item .cat-content .ts-title a {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-event-category-slider .event-slider-item .cat-bg {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  max-height: 90px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .ts-event-category-slider .event-slider-item .cat-bg {
    max-height: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.ts-event-category-slider .event-slider-item .cat-bg::before {
  content: "";
  height: 150px;
  width: 150px;
  background: rgba(255, 38, 97, 0.15);
  position: absolute;
  left: -25px;
  top: -40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
}
.ts-event-category-slider .event-slider-item .cat-bg a img {
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  position: relative;
  left: 70px;
  top: 10px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.ts-event-category-slider .slider-nav .swiper-button-prev,
.ts-event-category-slider .slider-nav .swiper-button-next {
  background: #00c1c1;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  position: absolute;
  top: 45%;
  height: 40px;
  width: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.ts-event-category-slider .slider-nav .swiper-button-prev.disabled,
.ts-event-category-slider .slider-nav .swiper-button-next.disabled {
  background: #dfe1e3;
}
.ts-event-category-slider .slider-nav .swiper-button-prev {
  left: -6%;
}
.ts-event-category-slider .slider-nav .swiper-button-next {
  right: -6%;
}

.location-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dfe1e3;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
.location-box:hover {
  border: 1px solid #ff2661;
}
.location-box .location-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}
.location-box .location-image img {
  height: 100%;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
}
.location-box .location-des {
  padding: 20px;
}
.location-box .location-des span {
  display: block;
}
.location-box .location-des .location-name {
  font-size: 19px;
  font-weight: 700;
  color: #283746;
  padding-bottom: 3px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.location-box .location-des .event-number {
  font-size: 15px;
  font-weight: 500;
  color: #68737d;
}

.etn-event-attendee-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.etn-event-attendee-single .etn-attendee.etn-attendee-avatar-wrap {
  max-height: 70px;
  max-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.etn-event-attendee-single .etn-attendee.etn-attendee-avatar-wrap img {
  border-radius: 5px;
}
.etn-event-attendee-single .etn-attendee.etn-attendee-content {
  padding-left: 15px;
}
.etn-event-attendee-single .etn-attendee.etn-attendee-content h4 {
  margin: 0;
  font-size: 20px;
}
.etn-event-attendee-single .etn-attendee.etn-attendee-content p {
  font-size: 14px;
}

.tax-etn_category .etn_event_inline_form {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tax-etn_category .etn_event_inline_form::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tax-etn_category .etn-advanced-search-form {
  margin-top: -60px;
}

.tax-event_location .etn_event_inline_form {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tax-event_location .etn_event_inline_form::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tax-event_location .etn-advanced-search-form {
  margin-top: -60px;
}

.multievent-event-cat-bg .etn-col-md-6:nth-child(1) .etn-event-item .etn-event-category span {
  background-color: #8000ff;
  padding: 6px 10px;
}

.multievent-event-cat-bg .etn-col-md-6:nth-child(2) .etn-event-item .etn-event-category span {
  background-color: #0088ff;
  padding: 6px 10px;
}

.multievent-event-cat-bg .etn-col-md-6:nth-child(3) .etn-event-item .etn-event-category span {
  background-color: #25cd44;
  padding: 6px 10px;
}

.multievent-event-cat-bg .etn-col-md-6:nth-child(4) .etn-event-item .etn-event-category span {
  background-color: #fe723e;
  padding: 6px 10px;
}

.multievent-event-cat-bg .etn-col-md-6:nth-child(5) .etn-event-item .etn-event-category span {
  background-color: #00c1c1;
  padding: 6px 10px;
}

.multievent-event-cat-bg .etn-col-md-6:nth-child(6) .etn-event-item .etn-event-category span {
  background-color: #e20dcd;
  padding: 6px 10px;
}

.more-events .etn-event-content .etn-title {
  height: 50px;
  overflow: hidden;
}
.more-events .etn-event-item .etn-event-category {
  left: 10px;
  top: 10px;
}
.more-events .etn-event-item .etn-event-category span:first-child {
  display: none;
}
.more-events .etn-event-item .etn-event-footer .etn-atend-btn {
  display: none;
}

.ticket-btn.btn {
  background-color: #00c1c1;
  border-radius: 6px;
  height: 50px;
  padding-top: 5px;
}
.ticket-btn.btn:hover {
  background-color: #00c1c1;
}

.main-slider .banner-btn .btn:hover {
  background: #d20567;
}

.exhibz-feature-events .etn-event-content {
  padding: 3px 30px 30px;
}
.exhibz-feature-events .etn-event-item .etn-event-thumb {
  border-radius: 12px 12px 0 0;
}

.exhibz-eventine-search .etn_search_top_area_text {
  opacity: 0;
}
.exhibz-eventine-search .etn_search_bottom_area_text {
  opacity: 0;
}

.footer-area .ts-footer-3 {
  margin: 0;
  padding: 80px 0 30px;
  background: #283746;
}
.footer-area .ts-footer-3 .footer-widget .menu li a {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .footer-widget .menu li a:hover {
  color: #ff007a;
}
.footer-area .ts-footer-3 .footer-widget p {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .ts-footer-social ul li a {
  background: rgba(255, 255, 255, 0.07);
}
.footer-area .ts-footer-3 .ts-footer-social ul li a:hover {
  background: #ff007a;
}
.footer-area .ts-footer-3 .ts-footer-social ul li a i {
  font-family: "Font Awesome 5 Brands";
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn {
  background: #00c1c1;
  text-transform: capitalize;
  border-radius: 6px;
  font-family: "Raleway";
  height: 56px;
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn:hover {
  background: #ff007a;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-webkit-input-placeholder {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-moz-placeholder {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control:-ms-input-placeholder {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-ms-input-placeholder {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::placeholder {
  color: #d4d7da;
}

.multievent-slider .main-slider .banner-item {
  min-height: 750px;
}
.multievent-slider .main-slider .banner-item .banner-content-wrap {
  padding: 150px 0 100px;
}
.multievent-slider .main-slider .banner-item .banner-content-wrap .banner-info {
  font-style: normal;
  font-size: 34px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 7px;
}
.multievent-slider .main-slider .banner-item .banner-content-wrap .banner-desc {
  font-size: 26px;
  margin-bottom: 55px;
}
.multievent-slider .main-slider .banner-item .banner-content-wrap .banner-btn .btn {
  height: 62px;
  line-height: 62px;
}
.multievent-slider .main-slider .banner-item .banner-content-wrap .banner-title {
  margin-bottom: 25px;
}

.etn-event-related-post .etn-event-item:hover .etn-title a {
  color: #ff007a;
}
.etn-event-related-post .etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border {
  border-color: #ff007a;
  color: #ff007a;
}
.etn-event-related-post .etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border:hover {
  background-color: #ff007a;
  color: #ffffff;
}

.multievent-search .etn-event-search-wrapper {
  border-radius: 12px;
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 1024px) {
  .multievent-search .etn-event-search-wrapper .input-group {
    border-bottom: 1px solid #e4e6eb;
  }
}
@media (min-width: 1024px) {
  .multievent-search .etn-event-search-wrapper .search-button-wrapper {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
.multievent-search .etn-event-search-wrapper .form-control::-webkit-input-placeholder {
  font-family: "Raleway";
  line-height: 28px;
  letter-spacing: 0.3px;
}
.multievent-search .etn-event-search-wrapper .form-control::-moz-placeholder {
  font-family: "Raleway";
  line-height: 28px;
  letter-spacing: 0.3px;
}
.multievent-search .etn-event-search-wrapper .form-control:-ms-input-placeholder {
  font-family: "Raleway";
  line-height: 28px;
  letter-spacing: 0.3px;
}
.multievent-search .etn-event-search-wrapper .form-control::-ms-input-placeholder {
  font-family: "Raleway";
  line-height: 28px;
  letter-spacing: 0.3px;
}
.multievent-search .etn-event-search-wrapper .form-control::placeholder {
  font-family: "Raleway";
  line-height: 28px;
  letter-spacing: 0.3px;
}

.popular-event-tab .etn-event-item .etn-event-category {
  top: 10px;
  left: 10px;
}
.popular-event-tab .etn-event-item .etn-event-category span:first-child {
  display: none;
}

.home-default-search .etn-event-search-wrapper .etn-btn.etn-btn-primary {
  text-indent: -999px;
  overflow: hidden;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  padding: 20px 21px !important;
}
.home-default-search .etn-event-search-wrapper .etn-btn.etn-btn-primary::before {
  content: "\e87a";
  font-size: 20px;
  color: #fff;
  font-family: "iconfont";
  float: left;
  text-indent: 0;
}
.home-default-search .etn_event_inline_form .input-group {
  padding: 15px 30px;
  margin: 20px 0;
}
.home-default-search .etn_event_inline_form .input-group input {
  height: 30px;
}
.home-default-search select.etn_event_select2.etn_event_select {
  height: 30px;
}
.home-default-search .etn-col-lg-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  max-width: 28%;
}
.home-default-search .etn-col-lg-3.etn-text-right {
  max-width: 15%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu > li.dropdown > a:after {
  display: none;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu > li > .dropdown-menu-toggle {
  right: -10px;
  z-index: 99999;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu > li > ul > li {
  z-index: 99999;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu > li > ul > li:last-child a {
  right: 0;
}
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu > li > ul > li:last-child .dropdown-menu-toggle {
  right: -20px;
}

.recurring-event {
  margin-bottom: 30px;
}
.recurring-event .etn-recurring-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #e7015e;
  padding: 14px 35px;
  line-height: 50px;
  border-radius: 5px;
  display: block;
  border: 0;
  text-align: center;
}
.recurring-event .etn-recurring-title:hover {
  background: #222;
  color: #fff;
}

.recurring-tools {
  color: #ffffff;
  font-size: 16px;
  background: #00c1c1;
  padding: 2px 14px;
  border-radius: 5px;
  margin-right: 18px;
}

.etn-event-single-content-wrap .etn-single-event-media img {
  border-radius: 5px;
}

.exhibz-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
}
.exhibz-btn:hover::after {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #f75b57;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}
.exhibz-btn:hover::before {
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.exhibz-btn::before, .exhibz-btn::after {
  content: "";
  height: 6px;
  background: #ffd2d1;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.exhibz-btn::after {
  background: #f75b57;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
}
.exhibz-btn i,
.exhibz-btn svg {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.exhibz-btn .exhibz-button-text {
  display: -ms-grid;
  display: grid;
}

.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 img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.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:hover .speaker-information {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 30px;
}
.speaker-item:hover img {
  opacity: 0.45;
}
.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;
}

.business-speaker-item .speaker-content-wrappers .business-speaker-information {
  text-align: center;
}

.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;
}

.etn-business-speakers-social {
  font-size: 18px;
  line-height: 1.2rem;
  text-align: center;
}
.etn-business-speakers-social a {
  color: #202020;
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 2px solid #202020;
  border-radius: 50px;
  line-height: 35px;
  font-size: 16px;
  margin-right: 10px;
}
.etn-business-speakers-social a:last-child {
  margin-right: 0;
}

.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;
}

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

.creative-schedule .exhibz-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 .exhibz-schedule-single-speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creative-schedule .exhibz-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 .exhibz-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 .exhibz-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-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 .exhibz-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 .exhibz-schedule-schedule-item:nth-child(1) .etn-schedule-info {
  background-color: #0bc07f;
}
.creative-schedule .exhibz-schedule-schedule-item:nth-child(2) .etn-schedule-info {
  background-color: #4999e8;
}
.creative-schedule .exhibz-schedule-schedule-item:nth-child(3) .etn-schedule-info {
  background-color: #9d76ff;
}
.creative-schedule .exhibz-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 .exhibz-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 .exhibz-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
*/
.exhibz-ticket-widget .event-registration {
  background: #0d066e;
  padding: 20px;
  margin-bottom: 15px;
}
.exhibz-ticket-widget .swiper-button-prev:after,
.exhibz-ticket-widget .swiper-container-rtl .swiper-button-next:after,
.exhibz-ticket-widget .swiper-button-next:after,
.exhibz-ticket-widget .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.exhibz-ticket-widget .swiper-button-prev {
  left: -25px;
}
.exhibz-ticket-widget .swiper-button-next {
  right: -20px;
}
.exhibz-ticket-widget .slider-nav-item {
  background-color: #f7c831;
  color: #1c1c24;
  font-size: 18px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.exhibz-ticket-widget .slider-nav-item:hover {
  color: #ffffff;
  background-color: #f7c831;
}
.exhibz-ticket-widget .etn-widget-title {
  display: none;
}
.exhibz-ticket-widget .etn-widget,
.exhibz-ticket-widget .etn-form-wrap {
  width: 100%;
}
.exhibz-ticket-widget .ticket-price-item {
  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;
}
.exhibz-ticket-widget .ticket-price-item label {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  color: #fff;
}
.exhibz-ticket-widget .ticket-price-item .etn-ticket-price {
  font-size: 80px;
  overflow: visible;
  color: #fff;
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 1;
}
.exhibz-ticket-widget .exhibz-btn {
  background: transparent;
  border: 1px solid transparent;
  color: #f7c831;
  font-size: 22px;
  text-align: left;
  border-bottom: 6px solid #f7c831;
  cursor: pointer;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.exhibz-ticket-widget .exhibz-btn::before {
  display: none;
}
.exhibz-ticket-widget .exhibz-btn::after {
  display: none;
}
.exhibz-ticket-widget .exhibz-btn .exhibz-button-text {
  margin-right: 30px;
}
.exhibz-ticket-widget .exhibz-btn i {
  color: #f7c831;
}
.exhibz-ticket-widget .exhibz-btn:hover {
  color: #fff;
}
.exhibz-ticket-widget .exhibz-btn:hover i {
  color: #fff;
}
.exhibz-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;
}
.exhibz-ticket-widget .price-image .plan-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
}
.exhibz-ticket-widget .price-image .end-date {
  margin-bottom: 0;
}
.exhibz-ticket-widget .etn-quantity {
  max-width: 90px;
  margin: 0 auto 30px;
}
.exhibz-ticket-widget .etn-quantity .qt-btn {
  color: #ffffff;
}
.exhibz-ticket-widget .etn-quantity input {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.exhibz-ticket-widget .etn-subtotal * {
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
}
.exhibz-ticket-widget .etn-subtotal * strong span {
  margin-left: -5px;
}
.exhibz-ticket-widget .seat-remaining-text {
  color: #ffffff;
}
.exhibz-ticket-widget .item {
  text-align: center;
  margin-bottom: 20px;
}

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

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

.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;
}

.video-img::after {
  content: "";
  height: 100%;
  width: 91%;
  border: 4px solid #282833;
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: -1;
}

.creative-counter .elementor-counter-number-suffix::after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: 50px;
  right: auto;
  border-radius: 50px;
}
.creative-counter .elementor-counter::before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: -60px;
  left: 60px;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

.color-one .elementor-counter::before {
  background: #f75b57;
}
.color-one .elementor-counter-number-suffix::after {
  background: #f75b57;
}

.color-two .elementor-counter::before {
  background: #f7c831;
}
.color-two .elementor-counter-number-suffix::after {
  background: #f7c831;
}

.color-three .elementor-counter::before {
  background: #0bc07f;
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
          box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(255, 38, 97, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(1) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #fc5280;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(0, 193, 193, 0.15);
          box-shadow: 0px 20px 60px rgba(0, 193, 193, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(0, 193, 193, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(2) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #00c1c1;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(128, 0, 255, 0.15);
          box-shadow: 0px 20px 60px rgba(128, 0, 255, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(128, 0, 255, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(3) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #9047ff;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(255, 0, 178, 0.15);
          box-shadow: 0px 20px 60px rgba(255, 0, 178, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(255, 0, 178, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(4) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #ff00b2;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(0, 180, 255, 0.15);
          box-shadow: 0px 20px 60px rgba(0, 180, 255, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(0, 180, 255, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(5) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #39ddff;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ts-event-category-slider .swiper-slide {
  padding: 60px 0;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item {
  -webkit-box-shadow: 0px 20px 60px rgba(255, 133, 39, 0.15);
          box-shadow: 0px 20px 60px rgba(255, 133, 39, 0.15);
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg {
  position: relative;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg::before {
  content: "";
  height: 200px;
  width: 200px;
  background: rgba(255, 133, 39, 0.15);
  position: absolute;
  left: -40px;
  top: -40px;
  border-radius: 100px;
}
.ts-event-category-slider .swiper-slide:nth-child(6) .event-slider-item .cat-bg a::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #ffbb00;
  position: absolute;
  top: 8px;
  left: 70px;
  mix-blend-mode: multiply;
  border-radius: 15px 75px 0px 0px;
  -webkit-border-radius: 15px 75px 0px 0px;
  -ms-border-radius: 15px 75px 0px 0px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.color-four .elementor-counter::before {
  background: #9d76ff;
}
.color-four .elementor-counter-number-suffix::after {
  background: #9d76ff;
}

/* Counter css */
.creative-counter .elementor-counter-number-suffix:after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: 50px;
  right: auto;
  border-radius: 50px;
}

.creative-counter .elementor-counter:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: -60px;
  left: 60px;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

/* Subscribe form css */
.creative-subscribe-form .elementskit_inline_form .ekit-mail-submit {
  position: absolute;
  width: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Sponsor shape css */
.sponsor-shape::bfore {
  content: "";
  width: 254px;
  height: 254px;
  position: absolute;
  top: 40%;
  left: 0px;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  background: #f7c831;
}

.subscription-shape:before {
  content: "";
  width: 254px;
  height: 254px;
  position: absolute;
  top: 35%;
  right: 0;
  -webkit-filter: blur(130px);
          filter: blur(130px);
  background: #ff28f6;
}

.platinum-sponsor-shape:before {
  content: "";
  width: 224px;
  height: 224px;
  position: absolute;
  top: -5%;
  right: -24%;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  background: #5bdfc8;
}

.platinum-sponsor-shape:after {
  content: "";
  width: 254px;
  height: 254px;
  position: absolute;
  top: 47%;
  left: -10%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  background: #f7c831;
}

.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;
}

.gold-sponsors-shape:before {
  content: "";
  width: 254px;
  height: 254px;
  position: absolute;
  top: 40%;
  right: -15%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  background: #f7c831;
}

.footer-area .ts-footer-3 {
  margin: 0;
  padding: 80px 0 30px;
  background: #283746;
}
.footer-area .ts-footer-3 .footer-widget .menu li a {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .footer-widget .menu li a:hover {
  color: #ff007a;
}
.footer-area .ts-footer-3 .footer-widget p {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .ts-footer-social ul li a {
  background: rgba(255, 255, 255, 0.07);
}
.footer-area .ts-footer-3 .ts-footer-social ul li a:hover {
  background: #ff007a;
}
.footer-area .ts-footer-3 .ts-footer-social ul li a i {
  font-family: "iconfont";
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn {
  background: #00c1c1;
  text-transform: capitalize;
  border-radius: 6px;
  font-family: "Raleway";
  height: 56px;
}
.footer-area .ts-footer-3 .newsletter-form .button-wrap .btn:hover {
  background: #ff007a;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-webkit-input-placeholder {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-moz-placeholder {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control:-ms-input-placeholder {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::-ms-input-placeholder {
  color: #d4d7da;
}
.footer-area .ts-footer-3 .newsletter-form .form-group .form-control::placeholder {
  color: #d4d7da;
}

.schedule-shape:before {
  content: "";
  width: 484px;
  height: 484px;
  position: absolute;
  bottom: -12%;
  right: 0%;
  -webkit-filter: blur(220px);
          filter: blur(220px);
  background: #9d76ff;
}

/* 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;
}
.creative-schedule .schedule-content-wrapper {
  padding: 0 15px;
}
.creative-schedule .schedule-content-wrapper .etn-nav li a {
  padding: 10px 60px;
}
.creative-schedule .schedule-content-wrapper .etn-nav li:last-child a {
  border: none;
}

/* schedule css */
.creative-agenda.elementor-section .elementor-container {
  margin-right: 0;
}

.home-default-search .etn-event-search-wrapper .etn-btn.etn-btn-primary {
  text-indent: -999px;
  overflow: hidden;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  padding: 20px 21px !important;
  margin-left: 0 !important;
}
.home-default-search .etn-event-search-wrapper .etn-btn.etn-btn-primary::before {
  content: "\e87a";
  font-size: 20px;
  color: #fff;
  font-family: "iconfont";
  float: left;
  text-indent: 0;
}
.home-default-search .etn_event_inline_form .input-group {
  padding: 15px 30px;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .home-default-search .etn_event_inline_form .input-group {
    padding: 20px 30px;
    margin: 0;
  }
}
.home-default-search .etn_event_inline_form .input-group input {
  height: 30px;
}
.home-default-search select.etn_event_select2.etn_event_select {
  height: 30px;
}

@media (min-width: 767px) {
  .conference-footer .elementor-background-overlay {
    display: none;
  }
}
@media (max-width: 1092px) {
  .gold-sponsors-shape:before {
    top: 80%;
    right: 30%;
  }
  .conference-gallery .gallery-item {
    padding: 0 10px 0 0;
  }
  .creative-hero-area.elementor-section {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(0%, #ffe03a)) !important;
    background-image: linear-gradient(90deg, #ffffff 0%, #ffe03a 0%) !important;
  }
}
/* Header css */
@media (min-width: 1025px) and (max-width: 1545px) {
  .conference-header .elementor-widget-elementskit-button {
    display: none;
  }
  .schedule-shape .elementor-element-populated {
    padding: 0px 120px 0px 0px !important;
  }
}
/* Responsive css */
@media (max-width: 767px) {
  .conference-header {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .subscription-shape:before {
    top: 60%;
  }
  .creative-counter .elementor-counter:before {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 40%;
  }
  .platinum-sponsor-shape:before {
    top: 0;
    right: 0;
  }
}
.schedule-shape-2:before {
  content: "";
  width: 460px;
  height: 650px;
  position: absolute;
  bottom: -12%;
  right: 0%;
  -webkit-filter: blur(350px);
          filter: blur(350px);
  background: #9b51e0;
}

.schedule-shape-3:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0%;
  -webkit-filter: blur(85px);
          filter: blur(85px);
  background: #ff00a8;
}

.sidebar .widget .widget {
  padding: 0;
  border: navajowhite;
}

html:not(.is-active-page) section .elementor-section:not(:nth-child(-n+2)),
html:not(.is-active-page) section .elementor-section:not(:nth-child(-n+2)) .elementor-background-overlay,
html:not(.is-active-page) section .item,
html:not(.is-active-page) .elementor-cta__bg,
html:not(.is-active-page) .e-gallery-image,
html:not(.is-active-page) .elementor-location-footer .elementor-section,
html:not(.is-active-page) .elementor-column-wrap {
  background-image: none !important;
}

.op-hide {
  display: none;
}

.agenda-title {
  width: auto !important;
}
.agenda-title .elementor-heading-title {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sinlge-event-registration .etn-widget .ticket-price-item .qt-add,
.sinlge-event-registration .etn-widget .ticket-price-item .qt-sub {
  z-index: 99;
  top: 30px;
}

.exhibz-fancy-wrapper .exhibz-fancy-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.exhibz-fancy-wrapper .exhibz-fancy-title .exhibz-scroll-text {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 7em;
  font-weight: 100;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.exhibz-fancy-wrapper .exhibz-fancy-title .text-first {
  -webkit-animation: first-text-scroll 35s linear infinite;
          animation: first-text-scroll 35s linear infinite;
}
.exhibz-fancy-wrapper .exhibz-fancy-title .text-second {
  -webkit-animation: sec-text-scroll 35s linear infinite;
          animation: sec-text-scroll 35s linear infinite;
}
@-webkit-keyframes first-text-scroll {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@keyframes first-text-scroll {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes sec-text-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes sec-text-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.pricing-ticket-wrapper {
  padding: 0 15px;
}
.pricing-ticket-wrapper .event-registration {
  background-color: #fff;
  -webkit-box-shadow: -10px 10px 0 0 #E03000;
          box-shadow: -10px 10px 0 0 #E03000;
  padding: 40px 45px 58px 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 15px 30px;
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap {
  text-align: center;
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .content {
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 1px;
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #FACBCB;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .pricing-ticket-wrapper .event-registration .etn-form-wrap .content::after {
    left: 0;
    width: 100%;
  }
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .content .pricing-title {
  color: #E03000;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .content .pricing-date {
  color: #666666;
  margin-bottom: 23px;
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item {
  margin-top: 16px;
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .ticket-price-item {
  margin-bottom: 45px;
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .ticket-price-item .etn-ticket-price {
  color: #321E18;
  font-weight: 800;
}
@media (max-width: 768px) {
  .pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .ticket-price-item .etn-ticket-price {
    font-size: 56px;
  }
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .ticket-price-item label {
  color: #666666;
  font-size: 30px;
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .etn-quantity {
  max-width: 239px;
}
@media (max-width: 768px) {
  .pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .etn-quantity {
    max-width: 158px;
  }
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .etn-quantity .qt-sub, .pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .etn-quantity input, .pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .etn-quantity .qt-add {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  border: 2px solid #C4C4C4 !important;
  border-collapse: collapse;
  width: 81px;
  height: 70px;
}
@media (max-width: 768px) {
  .pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .etn-quantity .qt-sub, .pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .etn-quantity input, .pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .etn-quantity .qt-add {
    width: 54px;
    height: 52px;
  }
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .etn-single-ticket-item .etn-subtotal * {
  color: #321E18;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .pricing-btn {
  padding: 25px 35px;
  color: #321E18;
  background-color: transparent;
  border: 2px solid #321E18;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pricing-ticket-wrapper .event-registration .etn-form-wrap .pricing-btn {
    padding: 18px 25px;
  }
}
.pricing-ticket-wrapper .event-registration .etn-form-wrap .pricing-btn:hover {
  background: #321E18;
  color: #fff;
}

/*------- social color -----*/
/* Blog
================================================== */
/* Global */
select {
  max-width: 100%;
}

.post-password-form input[type=password] {
  padding: 5px 15px;
  margin-left: 10px;
}
.post-password-form input[type=submit] {
  background-color: #e7015e;
  border-color: #e7015e;
  padding: 6px 55px;
  color: #fff;
}

/* default svg CSS */
svg {
  fill: #1c1c24;
}

/* Image */
img,
figure {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img[class*=wp-image-] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
}

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  clear: both;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  color: #777777;
  margin-bottom: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

p {
  margin: 0 0 25px;
}

/*-- HTML Formate --*/
blockquote,
.wp-block-quote:not(.is-large),
.wp-block-quote:not(.is-style-large) {
  padding: 0px;
  padding-left: 40px;
  border-left: 3px solid #e7015e;
  margin: 15px 0;
  background: transparent;
  position: relative;
}

/* table */
table {
  border: 1px solid #f1f1f1;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-right: 0;
  border-top: 0;
}

.wp-block-table th,
.wp-block-table td {
  border-color: #f1f1f1;
  padding: 10px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 10px;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  border-left: 0;
}

table > tbody > tr:nth-child(2n+1) > td {
  background-color: #fcfcfc;
}

div#calendar_wrap caption {
  margin: 10px 10px 0;
  padding-bottom: 0;
}
div#calendar_wrap table > thead > tr > th,
div#calendar_wrap table > tbody > tr > th,
div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td,
div#calendar_wrap table > tbody > tr > td,
div#calendar_wrap table > tfoot > tr > td {
  padding: 0;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  border: 1px solid #e7e7e7;
}

dt {
  font-weight: bold;
  margin: 6px;
}

/* Sticky */
.meta-featured-post {
  display: none;
}

.sticky.post {
  background: #fff;
}
.sticky.post .post-body {
  overflow: hidden;
  position: relative;
}
.sticky.post .meta-featured-post {
  display: block;
  position: absolute;
  right: -35px;
  top: 18px;
  background: #e7015e;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  -webkit-transform: rotate(45deg);
}

/* Gallery item */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/*-- Category listing --*/
.post {
  margin: 0 0 60px;
  padding-right: 20px;
}
.post .play-btn.video-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e7015e;
  padding: 15px 20px;
  color: #fff;
  font-size: 20px;
}

.entry-header .entry-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 20px;
  ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-header .entry-title a {
  color: #1c1c24;
}
.entry-header .entry-title a:hover {
  color: #e7015e;
}

.author-box {
  padding: 0 70px;
}
.author-box .author-info {
  margin-top: 10px;
}

.post-meta {
  font-size: 13px;
  padding: 20px 0 15px;
  text-transform: uppercase;
  color: #5a5a5a;
}
.post-meta span {
  padding-right: 5px;
  margin-right: 5px;
}
.post-meta span i {
  margin-right: 5px;
  color: #e7015e;
  font-weight: bold;
}
.post-meta a {
  color: #5a5a5a;
}

.post-footer {
  margin-top: 20px;
}
.post-footer .btn-readmore {
  color: #222;
  font-weight: 700;
}
.post-footer .btn-readmore i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.post-footer .btn-readmore:hover {
  color: #e7015e;
}

/* Post body */
.blog .post-media {
  width: calc(100% - 40px);
  margin: 0 auto 5px auto;
  position: relative;
}
.blog .post-media img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.blog .post-body {
  padding: 15px 30px 35px 30px;
  margin: 0 0px 60px;
  -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.blog .has-post-thumbnail .post-body {
  padding: 150px 30px 35px 30px;
  margin: -130px 0px 60px;
}

/* Pagination */
.pagination {
  margin: 0;
}
.pagination li a,
.pagination li span {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: normal;
  border: 1px solid #f1f1f1;
  text-align: center;
  display: inline-block;
  color: #5a5a5a;
  border-radius: 3px;
}
.pagination li a i,
.pagination li span i {
  line-height: 40px;
}
.pagination li a i::before,
.pagination li span i::before {
  content: "\e87a";
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #e7015e;
  border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #e7015e;
}
.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

/*-- Blog single --*/
.post-details .entry-header {
  padding: 0px 80px;
}
.post-details .entry-header .entry-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 0;
}
.post-details table td,
.post-details table th {
  border: 1px solid #f1f1f1;
}
.post-details .entry-thumbnail {
  margin: 20px 0 40px;
}
.post-details .entry-thumbnail img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}
.post-details .post-body {
  padding: 30px 70px 0;
}

.blog-single .entry-footer,
.blog-single .blog-post-comment {
  padding-left: 70px;
  padding-right: 70px;
}
.blog-single .post-navigation {
  margin: 0 70px 40px;
}
.blog-single .post-navigation .post-next a,
.blog-single .post-navigation .post-previous a {
  color: #000;
}
.blog-single .post-navigation .post-next a:hover,
.blog-single .post-navigation .post-previous a:hover {
  color: #e7015e;
}
.blog-single .post-navigation h3 {
  color: #000;
}

.entry-content h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.entry-content h4 {
  font-size: 22px;
}
.entry-content table {
  margin: 20px 0;
}
.entry-content .page-links {
  color: #5a5a5a;
  margin-left: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.entry-content .page-links span {
  display: inline-block;
}
.entry-content .page-links span.page-link {
  color: #5a5a5a;
  margin-right: 5px;
}
.entry-content .page-links a span {
  color: #ffffff !important;
  background-color: #e7015e;
  border-color: #e7015e;
}
.entry-content .page-links .page-link-text {
  margin-right: 10px;
}
.entry-content p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

.blog-post-comment h3 {
  font-size: 24px;
}
.blog-post-comment table {
  margin: 20px 0;
}
.blog-post-comment ul,
.blog-post-comment ol {
  margin-bottom: 20px;
}
.blog-post-comment .comment-respond {
  margin-bottom: 40px;
}
.blog-post-comment #comment.form-control {
  height: 100%;
}

#cancel-comment-reply-link {
  float: right;
  color: #000;
}
#cancel-comment-reply-link:hover {
  color: #e7015e;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}

.post-social-icons a {
  margin-left: 10px;
  font-size: 16px;
  color: #5a5a5a;
  text-align: center;
}
.post-social-icons a:hover {
  color: #e7015e;
}

/* Post navigation */
.post-navigation {
  padding: 25px;
  border: 1px solid #f1f1f1;
}
.post-navigation .post-previous,
.post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.post-navigation span:hover,
.post-navigation h3:hover {
  color: #e7015e;
}
.post-navigation h3 {
  font-size: 16px;
  line-height: 26px;
  margin: 5px 0;
  font-weight: bold;
  ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-navigation span {
  color: #777777;
}
.post-navigation i {
  margin: 0 5px;
  color: #777777;
}
.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}
.post-navigation .post-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

/*-- Post footer --*/
.entry-footer {
  margin: 40px 0;
}

/* tags list */
.post-tag-container {
  display: inline-block;
}
.post-tag-container span {
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}

.tag-lists a,
.wp-block-tag-cloud a,
.tagcloud a {
  border: 1px solid #f1f1f1;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.tag-lists a:hover,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background: #e7015e;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-share-container {
  float: right;
}
.post-social-share-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-social-share-container ul li {
  display: inline-block;
}
.post-social-share-container ul li.title {
  font-weight: bold;
  color: #000;
}
.post-social-share-container ul li a {
  color: #5a5a5a;
  margin-left: 10px;
}
.post-social-share-container ul li a:hover {
  color: #e7015e;
}

/* Post comment */
.blog-post-comment .comment-title {
  font-size: 24px;
}
.blog-post-comment .comment-info [class*=col-md-] {
  margin-bottom: 15px;
  position: inherit;
}
.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}
.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 40px;
}

.loginformuser .form-control {
  height: 100%;
}

/* Common */
.pingback p,
.pingback .says {
  display: none;
}

.comments-list .pingback .comment-body {
  margin-left: 0;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  list-style: none;
}
.comments-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  color: #1c1c24;
  font-style: normal;
}
.comments-list .comment-author a {
  color: #1c1c24;
}
.comments-list .comment-author a:hover {
  color: #e7015e;
}
.comments-list .comment-author cite {
  font-style: normal;
}
.comments-list .comment-date {
  font-size: 14px;
  display: block;
  margin-top: -5px;
}
.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-body {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-reply-link {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}
.comments-list .comment-reply-link i {
  margin-right: 5px;
}
.comments-list .comment-reply-link:hover {
  color: #e7015e;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #5a5a5a;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

/*-- Archive --*/
/* Widgets
================================================== */
.sidebar .widget {
  margin-bottom: 40px;
  border: 1px solid #f1f1f1;
  padding: 40px;
}
.sidebar .widget .widget-title {
  font-size: 20px;
  font-weight: 900;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
}
.sidebar .widget .widget-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: #e7015e;
}
.sidebar .widget.widget_search {
  padding: 0;
  border: 0;
}
.sidebar .widget.widget_search .input-group-btn {
  background: #e7015e;
  color: #ffffff;
  padding: 0 20px;
  border: none;
}
.sidebar .widget.widget_search .input-group-btn i {
  line-height: 48px;
}
.sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul li {
  border-bottom: 1px dashed #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar ul li a {
  color: #5a5a5a;
}
.sidebar ul li a:hover {
  color: #e7015e;
}
.sidebar ul li a.url, .sidebar ul li a.rsswidget {
  color: #1c1c24;
}
.sidebar ul li a.rsswidget {
  font-weight: 600;
}
.sidebar ul li cite {
  font-style: normal;
}
.sidebar ul.sub-menu,
.sidebar ul.children {
  padding: 10px 0px 0 20px;
}
.sidebar ul.children {
  padding-bottom: 0;
}

.textwidget img {
  margin: 10px 0;
}

.not-found .input-group-btn {
  background: #e7015e;
  color: #ffffff;
  padding: 0 20px;
}
.not-found .input-group-btn i {
  line-height: 48px;
}

/* Theme check */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  display: block;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

/* Gutenberg CSS
==================================================*/
.sidebar-inactive .wp-block-image.alignfull img {
  width: 100%;
}

.wp-block-image img {
  margin: 0 !important;
}

figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 40px 10px 5px;
  font-size: 14px;
  -webkit-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease;
}

.wp-block-gallery figure:hover figcaption,
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
  margin-bottom: -6em;
}

.wp-block-image figure figcaption,
.wp-block-image figcaption {
  font-size: 13px;
}

/*-------------------------
  preloader 
  ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background-image: linear-gradient(20deg, #e7015e 0%, #d20055 100%);
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

#preloader.loaded {
  top: -200%;
}

#preloader.loaded .preloader-cancel-btn-wraper {
  bottom: 200%;
}

.preloader-cancel-btn-wraper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
  border-radius: 36px;
  font-size: 11px;
  padding: 4px 23px;
  background: #3b1d82;
  color: #fff !important;
  line-height: 42px;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.preloader-logo {
  max-width: 200px;
  width: 180px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*===========================
    Recent Post
=============================*/
.recent-post-widget .widget-post {
  padding-bottom: 20px;
}
.recent-post-widget .widget-post img {
  max-width: 110px;
}
.recent-post-widget .widget-post .media-body {
  margin-left: 20px;
  text-align: left;
}
.recent-post-widget .widget-post .media-body .post-meta {
  color: #666666;
  font-size: 14px;
}
.recent-post-widget .widget-post .media-body .entry-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
.recent-post-widget .widget-post .media-body .entry-title a {
  color: #101010;
}
.recent-post-widget .widget-post .media-body .entry-title:hover a {
  color: #e7015e;
}
.recent-post-widget .widget-post:last-child {
  padding-bottom: 0;
}

/* archive banner */
.ts_eventin_banner {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  min-height: 325px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 174px 0 130px;
}
.ts_eventin_banner .banner-area {
  min-height: 325px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}
.ts_eventin_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 26, 87, 0.85);
}
.ts_eventin_banner .banner-title {
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ts_eventin_banner .banner-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.7) !important;
}
.ts_eventin_banner .breadcrumb {
  display: none;
}
.ts_eventin_banner .etn-single-event-img {
  min-height: 360px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ts_eventin_banner.event-banner .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ts_eventin_banner.event-banner .breadcrumb li {
  color: #ffffff;
}
.ts_eventin_banner.event-banner::before {
  opacity: 0;
}

/* archive banner */
.etn_search_archive_sidebar {
  max-width: 350px;
  width: 100%;
}
.etn_search_archive_sidebar .widget_media_image a {
  display: block;
}
.etn_search_archive_sidebar img {
  width: 100%;
}

.banner_search_form_wraper {
  margin-top: -60px;
}

.etn_event_form_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.09;
  letter-spacing: 0.02px;
  color: #041a57;
  margin-bottom: 30px;
}

.etn_search_bottom_area_text {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  color: #3c4144;
}

.etn_exhibz_inline_form_top,
.etn_event_inline_form {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-right: 20px;
  background: #ffffff;
  position: relative;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
}
.etn_exhibz_inline_form_top:before,
.etn_event_inline_form:before {
  left: 20px;
  right: 20px;
  z-index: -1;
  bottom: -10px;
  height: 100%;
  opacity: 0.5;
  content: "";
  position: absolute;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
}
.etn_exhibz_inline_form_top .etn_exhibz_select,
.etn_exhibz_inline_form_top .etn_event_select,
.etn_event_inline_form .etn_exhibz_select,
.etn_event_inline_form .etn_event_select {
  border: none !important;
  padding: 0 0 0 35px !important;
  color: #041a57;
  font-size: 15px;
}
.etn_exhibz_inline_form_top .input-group,
.etn_event_inline_form .input-group {
  padding: 20px 30px;
  border-right: 1px solid #dfe1e5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.etn_exhibz_inline_form_top .input-group svg,
.etn_event_inline_form .input-group svg {
  fill: none !important;
}
.etn_exhibz_inline_form_top .input-group:nth-child(3),
.etn_event_inline_form .input-group:nth-child(3) {
  border-right: none;
}
.etn_exhibz_inline_form_top .input-group input,
.etn_event_inline_form .input-group input {
  width: 100%;
  border: none;
  height: 70px;
  padding: 0px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  padding-left: 35px;
  background-color: transparent;
}
.etn_exhibz_inline_form_top .input-group-prepend,
.etn_event_inline_form .input-group-prepend {
  top: 50%;
  left: 30px;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.etn_exhibz_inline_form_top .input-group-text,
.etn_event_inline_form .input-group-text {
  padding: 0px;
  border: none;
  color: #3c4144;
  line-height: 1;
  font-size: 18px;
  border-radius: 0px;
  background-color: transparent;
}
.etn_exhibz_inline_form_top .select2-container--default .select2-selection--single,
.etn_event_inline_form .select2-container--default .select2-selection--single {
  border: none;
  height: auto;
  border-radius: 0px;
  padding-left: 35px;
  background-color: transparent;
}
.etn_exhibz_inline_form_top .select2-container--default .select2-selection--single .select2-selection__rendered,
.etn_event_inline_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0px;
  height: 70px;
  line-height: 70px;
  font-weight: 400;
  font-size: 16px;
  color: #041a57;
}
.etn_exhibz_inline_form_top .select2-container--default .select2-selection--single .select2-selection__arrow,
.etn_event_inline_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0;
  width: auto;
  height: auto;
  position: absolute;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.etn_exhibz_inline_form_top .select2-container--default .select2-selection--single .select2-selection__arrow b,
.etn_event_inline_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: none;
  margin: 0px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center center;
  background-image: url(../images/down-arrow.png);
}
.etn_exhibz_inline_form_top .btn.btn-primary,
.etn_exhibz_inline_form_top .etn-btn.etn-btn-primary,
.etn_event_inline_form .btn.btn-primary,
.etn_event_inline_form .etn-btn.etn-btn-primary {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  padding: 27px 46px;
  background: #ff007a;
  border-radius: 12px;
  margin-left: 20px;
  height: auto;
}
.etn_exhibz_inline_form_top .btn.btn-primary:hover,
.etn_exhibz_inline_form_top .etn-btn.etn-btn-primary:hover,
.etn_event_inline_form .btn.btn-primary:hover,
.etn_event_inline_form .etn-btn.etn-btn-primary:hover {
  color: #ffffff;
}
.etn_exhibz_inline_form_top .etn-event-search-wrapper,
.etn_event_inline_form .etn-event-search-wrapper {
  margin: auto;
}
.etn_exhibz_inline_form_top .etn-event-search-wrapper .etn-btn.etn-btn-primary,
.etn_event_inline_form .etn-event-search-wrapper .etn-btn.etn-btn-primary {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  padding: 27px 46px;
  background: #ff007a;
  border-radius: 12px;
  margin-left: 20px;
  height: auto;
}
.etn_exhibz_inline_form_top .etn-event-search-wrapper .etn-btn.etn-btn-primary:hover,
.etn_event_inline_form .etn-event-search-wrapper .etn-btn.etn-btn-primary:hover {
  color: #ffffff;
}

.etn_event_inline_form {
  padding-right: 0;
}

.etn_exhibz_inline_form_bottom,
.etn_event_inline_form_bottom {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: 20px;
  padding-top: 45px;
}
.etn_exhibz_inline_form_bottom .etn_exhibz_select,
.etn_exhibz_inline_form_bottom .etn_event_select,
.etn_event_inline_form_bottom .etn_exhibz_select,
.etn_event_inline_form_bottom .etn_event_select {
  border-radius: 8px;
  border-style: solid !important;
  border-color: #f2f2f2 !important;
  border-width: 1px !important;
  padding: 0 25px !important;
  height: 55px !important;
  line-height: 55px;
  width: 100% !important;
  color: #041a57;
  font-size: 15px;
}
.etn_exhibz_inline_form_bottom .etn_exhibz_inline_input_label,
.etn_exhibz_inline_form_bottom .etn_event_inline_input_label,
.etn_event_inline_form_bottom .etn_exhibz_inline_input_label,
.etn_event_inline_form_bottom .etn_event_inline_input_label {
  font-size: 14px;
  line-height: 1.07;
  color: rgba(4, 26, 87, 0.5);
  margin-bottom: 10px;
  display: block;
}
.etn_exhibz_inline_form_bottom .select2-selection--single,
.etn_event_inline_form_bottom .select2-selection--single {
  border-radius: 8px;
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 1px !important;
  height: 55px;
  line-height: 55px;
  width: 100%;
}
.etn_exhibz_inline_form_bottom .select2-container--default,
.etn_event_inline_form_bottom .select2-container--default {
  width: 100% !important;
}
.etn_exhibz_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__rendered,
.etn_event_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  height: 55px;
  line-height: 55px;
  font-weight: 500;
  color: #041a57;
  padding: 0 25px;
}
.etn_exhibz_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__arrow,
.etn_event_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.etn_exhibz_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__arrow b,
.etn_event_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 10px;
  border: none;
  margin: 0px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center center;
  background-image: url(../images/down-arrow.png);
}
.etn_exhibz_inline_form_bottom .preview_type_lists,
.etn_event_inline_form_bottom .preview_type_lists {
  border-radius: 8px;
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 1px;
  display: inline-block;
}
.etn_exhibz_inline_form_bottom .preview_type_lists li,
.etn_event_inline_form_bottom .preview_type_lists li {
  display: inline-block;
  height: 53px;
  line-height: 53px;
  padding: 0 20px;
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 0px 1px 0px 0;
}
.etn_exhibz_inline_form_bottom .preview_type_lists li:last-child,
.etn_event_inline_form_bottom .preview_type_lists li:last-child {
  border-width: 0;
}

/* search box styling for tab & mobile device - start */
@media screen and (max-width: 1200px) {
  .etn_exhibz_inline_form_top .input-group {
    width: 23%;
  }
  .etn_exhibz_inline_form_top .input-group:first-child {
    width: 28%;
  }
  .etn_exhibz_inline_form .input-group {
    width: 25%;
  }
  .etn_exhibz_inline_form .btn.btn-primary {
    padding: 27px 45px;
  }
}
@media screen and (max-width: 992px) {
  .etn_exhibz_inline_form {
    padding: 15px;
  }
  .etn_exhibz_inline_form .input-group {
    width: 50%;
    border: none;
    padding: 15px;
    border-bottom: 1px solid #dfe1e5;
  }
  .etn_exhibz_inline_form .input-group:nth-child(3) {
    border-bottom: none;
  }
  .etn_exhibz_inline_form .btn.btn-primary {
    margin: 0px;
    width: 50%;
    margin-top: 15px;
    font-size: 15px;
    padding: 18px 30px;
  }
  .etn_exhibz_inline_form .input-group-prepend {
    left: 15px;
  }
  .etn_exhibz_inline_form .input-group input {
    height: 50px;
    font-size: 15px;
  }
  .etn_exhibz_inline_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .etn_exhibz_inline_form .input-group {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dfe1e5;
  }
  .etn_exhibz_inline_form .btn.btn-primary {
    width: 100%;
  }
  .etn_exhibz_inline_form_bottom .select2-container--default {
    margin-bottom: 30px;
  }
}
/* search box styling for tab & mobile device - start */
.preview_type_lists > li {
  cursor: pointer;
}
.preview_type_lists > li svg path {
  fill: #99a0a7;
}
.preview_type_lists > li.active svg path {
  fill: #e7015e;
}

.etn_load_more_button {
  text-align: center;
  margin: 30px 0;
}
.etn_load_more_button span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 16px 32px;
  background-color: #e7015e;
  border-color: #e7015e;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.etn_load_more_button span:hover {
  background-color: transparent;
  color: #e7015e;
  border-color: #e7015e;
}

.etn_load_more_button.loading span {
  position: relative;
  font-size: 0;
}

.etn_load_more_button.loading span:before {
  content: attr(data-loading-text);
  font-size: 16px;
  font-weight: 500;
}

.select2-container--open .select2-dropdown {
  left: 0;
  top: 35px;
  border: transparent;
  -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
          box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f9fb;
  color: #212121;
}

.select2-results__options {
  margin: 0 4px;
}

.search-results .type-etn {
  margin-bottom: 30px;
}

.home .etn_exhibz_search_wraper {
  margin-top: -90px;
}

.etn_search_archive_sidebar .widget_media_image a {
  display: block;
}

.etn_search_archive_sidebar .widget_media_image img {
  width: 100%;
}

body.search-results .main-container {
  padding-top: 40px;
}

.home .etn_exhibz_search_wraper {
  margin-top: -90px;
}

.ts-event-archive-wrap .etn-event-item {
  padding: 0;
}
.ts-event-archive-wrap .etn-event-item .etn-event-thumb {
  visibility: visible;
  margin-bottom: 0;
}
.ts-event-archive-wrap .etn-event-item .etn-event-thumb > a {
  overflow: hidden;
}
.ts-event-archive-wrap .etn-event-item .ts_etn_thumb_meta_wraper {
  z-index: 1;
  position: relative;
  left: 20px;
  bottom: 20px;
}
.ts-event-archive-wrap .etn-event-item .ts_etn_thumb_meta_wraper .ts-event-term {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  color: #fff;
  background-color: #e7015e;
  z-index: 1;
  padding: 12px 20px;
  line-height: 1;
}
.ts-event-archive-wrap .etn-event-item .etn-event-content {
  padding: 20px 30px 10px;
}

.page-template-homepage-template .etn_event_inline_form_bottom {
  display: none !important;
}
.page-template-homepage-template .etn_search_bottom_area_text {
  display: none;
}

.post-type-archive-etn .etn_event_inline_form {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post-type-archive-etn .etn_event_inline_form:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post-type-archive-etn .etn-advanced-search-form {
  margin-top: -60px;
}

@media (min-width: 992px) {
  .xs-navbar ul.navbar-nav > li ul.dropdown-menu {
    opacity: 0;
  }
  .xs-navbar ul.navbar-nav > li:hover ul.dropdown-menu {
    opacity: 1;
  }
  .xs-navbar ul.dropdown-menu {
    visibility: hidden;
    display: block;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.28s ease-in-out;
    transition: all 0.28s ease-in-out;
    /*.dropdown-menu{
             left:100%;
             .dropdown-menu{
                left: -100%;
             }
       }*/
  }
  .xs-navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
  }
  .xs-navbar .dropdown:hover > .dropdown-menu .dropdown:hover > .dropdown-menu {
    visibility: visible;
  }
  .xs-navbar .dropdown:hover > .dropdown-menu .dropdown:hover > .dropdown-menu .dropdown:hover > .dropdown-menu {
    visibility: visible;
  }
}
@media (max-width: 1200px) {
  .header.header-transparent .navbar.navbar-light ul.navbar-nav > li {
    margin: 0 14px;
  }
  .header-top-info .header-contact-info,
  .header-top-info .social-links {
    display: none;
  }
  .header-classic .navbar-light .navbar-toggler {
    position: relative;
    top: 0;
    margin: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-light .navbar-toggler-icon {
    background-image: none;
  }
  .header-standard .navbar-toggler {
    top: -48px;
  }
  .navbar.navbar-light ul.navbar-nav {
    background: #222;
    padding: 20px;
    margin-top: 2px;
  }
  .navbar.navbar-light ul.navbar-nav > li > a {
    line-height: 40px;
    display: block;
    color: #fff;
  }
  .navbar.navbar-light ul.navbar-nav > li > a:after {
    margin-top: -20px !important;
  }
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu {
    background: none;
    padding-left: 25px;
    width: auto;
  }
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item {
    color: #fff !important;
    border-top: 1px solid #3c3c3c;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover,
  .nav-center .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li > a {
    color: #fff;
  }
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.dropdown > a:after {
    content: "\e874";
    right: -18px;
  }
  .ts-schedule-info ul {
    margin: 50px 0;
    min-height: 215px;
  }
  .ts-schedule-info ul li a {
    position: relative;
    padding: 70px 0;
    width: 200px;
    height: 200px;
    margin: 0 8px;
  }
  .ts-schedule-info ul li:nth-child(1) a {
    left: 0;
    top: 0;
  }
  .ts-schedule-info ul li:nth-child(2) a {
    left: 0;
    top: 0;
  }
  .ts-schedule-info ul li:nth-child(3) a {
    left: 0;
    top: 0;
  }
  /* All blog part */
  .sidebar {
    margin-top: 60px;
  }
  .post {
    padding-right: 0;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #e7015e;
  }
  .ts-single-outcome {
    margin: auto;
  }
}
/* Small Devices Potrait */
@media (max-width: 767px) {
  .author-box {
    padding: 0;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .btn {
    font-size: 14px;
  }
  .banner-title {
    font-size: 40px;
    line-height: 100%;
  }
  .main-slider .banner-item .banner-content-wrap {
    padding: 180px 0 100px;
  }
  .banner-item .banner-content-wrap .ts-banner-btn .btn {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .banner-item .banner-content-wrap .ts-banner-btn .btn.fill {
    margin-left: 0 !important;
  }
  .main-slider .banner-item .banner-content-wrap p.banner-desc {
    padding: 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: none;
  }
  .navbar.navbar-light ul.navbar-nav {
    background: #222;
    padding: 20px;
    margin-top: 2px;
  }
  .navbar.navbar-light ul.navbar-nav > li > a {
    line-height: 40px;
    display: block;
    color: #fff;
  }
  .navbar.navbar-light ul.navbar-nav > li > a:after {
    margin-top: -20px !important;
  }
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu {
    background: none;
    padding-left: 25px;
    width: auto;
  }
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item {
    color: #fff !important;
    border-top: 1px solid #3c3c3c;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover,
  .nav-center .navbar.navbar-light .collapse.justify-content-end ul.navbar-nav > li > a {
    color: #fff;
  }
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.dropdown > a:after {
    content: "\e874";
    right: -20px;
  }
  .header-standard .navbar-toggler {
    top: -50px;
  }
  .countdown {
    margin-bottom: 40px;
  }
  .countdown .counter-item {
    margin-bottom: 20px;
  }
  .ts-count-down .countdown .counter-item {
    width: 50%;
    margin: 0;
    padding-bottom: 0;
  }
  .schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .schedule-tabs-item ul li:nth-child(even) {
    padding-left: 0;
  }
  .ts-schedule-info {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ts-schedule-info ul {
    min-height: 150px;
  }
  .ts-schedule-info ul li a {
    width: 100px;
    height: 100px;
    padding: 35px 0;
  }
  .ts-schedule-info ul li a h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .ts-schedule-info ul li a span {
    text-transform: capitalize;
    font-size: 12px;
  }
  .ts-schedule-info ul li:nth-child(1) a {
    top: 30px;
  }
  .ts-schedule-info ul li:nth-child(2) a {
    left: 76px;
  }
  .ts-schedule-info ul li:nth-child(3) a {
    top: 30px;
    left: 160px;
    right: auto;
  }
  .schedule-listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .schedule-listing .schedule-slot-time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 35px;
  }
  .schedule-listing .schedule-slot-info {
    padding: 35px 40px 35px 35px;
    border-left: 1px dashed #e5e5e5;
  }
  .schedule-listing .schedule-slot-info .schedule-slot-speakers,
  .schedule-listing .schedule-slot-info .multi-speaker {
    display: none;
  }
  .schedule-listing-btn {
    margin-top: 40px;
  }
  .ts-newsletter {
    padding: 40px 20px;
  }
  .newsletter-form {
    padding: 0 20px;
  }
  .ts-footer {
    padding: 290px 0 60px;
  }
  .ts-footer.ts-footer-item .newsletter-form {
    margin-top: 40px;
  }
  .footer-menu ul {
    text-align: center;
  }
  .text-right-bottom {
    position: absolute;
    left: 0 !important;
    text-align: center !important;
  }
  .elementor-10 .elementor-element.elementor-element-1ea6097 > .elementor-element-populated {
    margin-left: 0px;
  }
  .ts-schedule-nav {
    margin-bottom: 40px;
  }
  .ts-schedule-nav ul li a {
    display: inline-block;
    padding: 20px 14px;
    margin: 8px 0;
  }
  .schedule-tabs-item ul:before {
    display: none;
  }
  .schedule-tabs-item ul li {
    width: 100%;
  }
  .schedule-tabs-item .schedule-listing-item:before, .schedule-tabs-item .schedule-listing-item:after {
    display: none;
  }
  .schedule-tabs-item .schedule-listing-item.schedule-left {
    margin-top: 0;
    padding: 0px 110px 20px 0;
  }
  .schedule-tabs-item .schedule-listing-item.schedule-right {
    padding: 0px 20px 0px 110px;
    margin-bottom: 30px;
  }
  .schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
    top: 5px;
  }
  /* All blog part */
  .sidebar {
    margin-top: 60px;
  }
  .post-details .entry-header,
  .post-details .post-body {
    padding: 0;
  }
  .blog-single .entry-footer,
  .blog-single .blog-post-comment,
  .post-navigation .post-previous {
    padding: 0;
  }
  .blog-single .post-navigation {
    margin: 0 0 40px;
  }
  .elementor-widget-tabs .elementor-tab-mobile-title {
    padding-left: 0 !important;
  }
  .post-navigation .post-next {
    text-align: left;
    margin-top: 30px;
    padding: 0;
  }
  .post-navigation .post-previous,
  .post-navigation .post-next {
    float: none;
    width: 100%;
    display: block;
    border: 0;
  }
  .comments-list .comment-body {
    margin-left: 0;
  }
  .blog-post-comment ul,
  .blog-post-comment ol {
    padding-left: 10px;
  }
  .post {
    padding-right: 0;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #e7015e;
  }
  .ts-single-outcome {
    margin: auto;
  }
}
/* update css  */
@media (max-width: 767px) {
  .schedule-listing .schedule-slot-info .schedule-slot-speakers,
  .schedule-listing .schedule-slot-info .multi-speaker {
    display: block;
    position: static;
    margin: 0 0 20px;
  }
  .schedule-listing .schedule-slot-info .multi-speaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .schedule-listing .schedule-slot-info .multi-speaker .speaker-content {
    padding: 0 10px;
  }
  .schedule-listing .schedule-slot-info .multi-speaker .speaker-content p {
    margin-bottom: 0;
  }
  .schedule-listing.multi-schedule-list .schedule-slot-info {
    display: block;
  }
  .schedule-listing.multi-schedule-list .schedule-slot-info .single-speaker {
    float: none;
    margin-right: 0;
    min-width: 130px;
    text-align: left;
    margin: 0 0 20px;
  }
  .schedule-listing.multi-schedule-list .schedule-slot-info .single-speaker img {
    margin: 0 0 5px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media (max-width: 420px) {
  .schedule-listing .schedule-slot-info .multi-speaker {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
/* Responsive menu click issue on mobile */
@media (min-width: 992px) {
  .dropdown-menu-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-light ul.navbar-nav > li.dropdown > a:after {
    display: none;
  }
  .dropdown-menu-toggle {
    font-family: "iconfont";
    position: absolute;
    display: block;
    font-size: 14px;
    right: 0;
    top: 0;
    color: #fff;
    padding: 13px 15px;
    cursor: pointer;
    line-height: 1;
  }
  .dropdown-menu-toggle:before {
    content: "\e874";
  }
}
@media (max-width: 1600px) {
  .multievent-search.home-default-search .etn_event_inline_form {
    position: relative;
    margin: auto;
    max-width: 80%;
  }
  .main-home-search .etn_event_inline_form .etn-col-lg-3:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (max-width: 1500px) {
  .multievent-hero .ekit-section-parallax-layer .elementskit-parallax-graphic {
    max-width: 65%;
  }
}
@media (max-width: 1300px) {
  .multievent-hero .ekit-section-parallax-type-mousemove {
    display: none;
  }
  .multievent-hero .ekit-section-parallax-layer {
    display: none;
  }
}
@media (max-width: 1024px) {
  .etn-event-search-wrapper .input-group {
    max-width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .etn-event-search-wrapper .etn-text-right {
    text-align: left;
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .etn_exhibz_inline_form_top .input-group {
    border-right: 1px solid transparent;
  }
  .etn_exhibz_inline_form_top .input-group input {
    height: 35px;
  }
  .etn_event_inline_form .input-group {
    border-right: 1px solid transparent;
  }
  .etn_event_inline_form .input-group input {
    height: 35px;
  }
  .ts-event-category-slider .event-slider-item .cat-bg {
    max-height: 100%;
  }
  .ts-event-category-slider .owl-nav .owl-prev {
    display: none;
  }
  .ts-event-category-slider .owl-nav .owl-next {
    display: none;
  }
  .multievent-search.home-default-search .etn_event_inline_form {
    max-width: 100%;
  }
}
/*# sourceMappingURL=master.css.map */