:root {
  --color1: #4353ff;
  --color2: #F3317A;
  --color3: #FB6567;
}

.show-border {
  border: 1px solid red;
}

.fix-center {
  width: 100%;
  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;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body,
#wrapper,
.css3-spinner,
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark) {
  background-color: #000;
}

.responsive-sticky-header.dark #header-wrap {
  background-color: transparent;
}

.dark #header-wrap:not(.not-dark) #primary-menu > ul:not(.header-button) > li.current > a,
.dark #header-wrap:not(.not-dark) #primary-menu > ul:not(.header-button) > li:hover > a,
.gradient-text {
  background: linear-gradient(280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-underline {
  font-family: 'Graphik', serif;
  background-image: linear-gradient(280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62%);
  background-repeat: no-repeat;
  background-size: 100% .2em;
  background-position: 0 88%;
}

.button-effect:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #fff;
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.button-effect:hover:after {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button.button-xxlarge {
  padding: 0 44px;
  font-size: 20px;
  height: 72px;
  line-height: 70px;
}

.button-effect,
.button.button-gradient-hover:hover,
.button.button-gradient {
  background-color: #fb6567;
  background-image: linear-gradient(100deg, #4353ff 0%, #4353ff 100%);
}

.button.button-gradient:hover {
  opacity: .9;
}

.gradient-bg {
  position: relative;
  padding: 4px;
}

.gradient-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62%);
}

.gradient-bg * {
  position: relative;
  z-index: 2;
}

.card-columns .team {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.card-columns:hover .team:not(:hover) {
  opacity: .3;
}

.team-image {
  width: 95%;
  margin-left: auto;
}

.team-image:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}

.team-desc {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: left;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.team-title span {
  font-style: normal;
  color: #aaa;
}

.team:hover .team-desc {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.joinspeaker .team-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

ul.tab-nav:not(.tab-nav-lg) {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

ul.tab-nav:not(.tab-nav-lg) li {
  border: 1px solid #ddd;
  height: 61px;
  text-align: center;
}

ul.tab-nav:not(.tab-nav-lg) li a {
  position: relative;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
  top: 2px;
  height: 60px;
  line-height: 60px;
  border-bottom: 0;
}

.tabs.tabs-bb ul.tab-nav li a:after {
  content: '';
  opacity: 0;
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62%);
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width .15s ease-out;
  transition: width .15s ease-out;
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a:after {
  opacity: 1;
  width: 100%;
}

.schedule-wrap {
  padding: 10px;
}

.schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.schedule-time,
.schedule-desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.schedule-desc small {
  display: block;
  font-size: 14px;
  opacity: .7;
  margin-top: 4px;
}

.dotted-bg {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pricing-box,
.pricing-title {
  background-color: #ffff;
}

.pricing [class^=col-] {
  padding: 0 15px;
  margin-top: 0;
}

.pricing-price {
  padding-bottom: 15px;
}

.Pricing-persons {
  padding: 15px 50px;
}

.pricing-price:after {
  display: none;
}

.pricing-box.disabled {
  border: 0;
  pointer-events: none;
  cursor: default;
}

.pricing-box.disabled:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  cursor: default;
  z-index: 1;
}

#headquarters-map:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(92%, black));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 92%);
}

.device-xs .display-2 {
  font-size: 48px;
}

#section-location .container-bg {
  position: relative;
  bottom: -2px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, black 100%);
}

#section-location .container-bg .container {
  padding: 150px 0;
}

@media (min-width: 992px) {
  #slider + #header.transparent-header {
    top: -60px;
    margin-bottom: -60px;
  }
  #header.transparent-header.floating-header + #slider {
    top: -120px;
    margin-bottom: -120px;
  }
  #primary-menu ul li > a {
    padding-top: 19px;
    padding-bottom: 19px;
    font-weight: 600;
    font-size: 14px;
  }
  #top-search,
  #top-cart,
  #side-panel-trigger {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #top-cart .top-cart-content {
    top: 40px;
  }
  #header,
  #header-wrap,
  #logo img {
    height: 60px;
  }
  #header.sticky-header:not(.static-sticky),
  #header.sticky-header:not(.static-sticky) #header-wrap,
  #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 60px;
  }
  #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  #header.sticky-header:not(.static-sticky) #top-search,
  #header.sticky-header:not(.static-sticky) #top-cart,
  #header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  #header.sticky-header:not(.static-sticky) #top-cart .top-cart-content,
  #header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div #top-cart .top-cart-content {
    top: 40px;
  }
  .header-button .button-effect {
    line-height: 2px !important;
  }
  .about-img > div {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 75%;
  }
  .about-img > div + div {
    top: 130px;
    left: 0;
    right: auto;
    z-index: 0;
  }
  .schedule-wrap {
    padding: 70px 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.01)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
  }
  .schedule-wrap dt:not(:nth-last-of-type(1)),
  .schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .schedule-time,
  .schedule-desc {
    font-size: 26px;
  }
  #section-location #headquarters-map {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  #footer .footer-widgets-wrap {
    padding: 50px 0;
  }
  .dark .widget_links li a,
  .dark .widget_meta li a {
    background-image: none;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  #header.transparent-header.responsive-sticky-header #header-wrap {
    background-color: #000;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  #header.transparent-header.responsive-sticky-header + #slider {
    top: 100px;
  }
  #primary-menu ul > li > a.button-effect {
    background: linear-gradient(280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  #primary-menu ul > li > a.button-effect:after {
    display: none;
  }
}
