/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #f82249;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #f82249;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header h3 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f82249;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #f82249;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #f82249;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #f82249;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #f82249;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f82249;
}

#mobile-nav ul .menu-item-active {
  color: #f82249;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/oran2.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #f82249;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #f82249;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f82249;
}

#intro .about-btn:hover {
  background: #f82249;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}
/*--------------------------------------------------------------
# hcommittees Section
--------------------------------------------------------------*/

#hcommittees {
  padding: 60px 0 30px 0;
}

#hcommittees .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#hcommittees .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#hcommittees .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#hcommittees .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#hcommittees .speaker .details .social {
  height: 30px;
}

#hcommittees .speaker .details a {
  color: #fff;
}

#hcommittees .speaker .details a:hover {
  color: #f82249;
}

#hcommittees .speaker:hover .details {
  bottom: 0;
}

/*--------------------------------------------------------------
# ocommittees Section
--------------------------------------------------------------*/

#ocommittees {
  padding: 60px 0 30px 0;
}

#ocommittees .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#ocommittees .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#ocommittees .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#ocommittees .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#ocommittees .speaker .details .social {
  height: 30px;
}

#ocommittees .speaker .details a {
  color: #fff;
}

#ocommittees .speaker .details a:hover {
  color: #f82249;
}

#ocommittees .speaker:hover .details {
  bottom: 0;
}

/*--------------------------------------------------------------
# pcommittees Section
--------------------------------------------------------------*/

#pcommittees {
  padding: 60px 0 30px 0;
}

#pcommittees .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#pcommittees .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#pcommittees .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#pcommittees .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#pcommittees .speaker .details .social {
  height: 30px;
}

#pcommittees .speaker .details a {
  color: #fff;
}

#pcommittees .speaker .details a:hover {
  color: #f82249;
}

#pcommittees .speaker:hover .details {
  bottom: 0;
}

/*--------------------------------------------------------------
# gcommittees Section
--------------------------------------------------------------*/

#gcommittees {
  padding: 60px 0 30px 0;
}

#gcommittees .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#gcommittees .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#gcommittees .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#gcommittees .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#gcommittees .speaker .details .social {
  height: 30px;
}

#gcommittees .speaker .details a {
  color: #fff;
}

#gcommittees .speaker .details a:hover {
  color: #f82249;
}

#gcommittees .speaker:hover .details {
  bottom: 0;
}


/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #f82249;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/venue-gallery/1.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/

#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #152b79;
}

#hotels a:hover {
  color: #f82249;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: #ffc31d;
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery {
  padding: 60px;
  overflow: hidden;
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #f82249;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 6px solid #f82249;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/

#sponsors {
  padding: 60px 0;
}

#sponsors .sponsors-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#sponsors .sponsor-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#sponsors .sponsor-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#sponsors img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: black;
}

#faq #faq-list a.collapsed {
  color: black;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #f82249;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#buy-tickets {
  padding: 60px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #e0072f;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #f82249;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #f82249;
  border: 1px solid #f82249;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #f82249;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f82249;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #f82249;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f82249;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f82249;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(6, 12, 34, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

/*
for the keynotespeaker abstract (the model)

*/
/* Abstract popup styling */
.abstract-popup {
  max-width: 700px;       /* Wider than default Venobox */
  padding: 20px;          /* Add breathing room */
  background: #fff;       /* White background */
  border-radius: 12px;    /* Rounded corners */
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.abstract-popup h4 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-weight: 600;
  color: #444;
  text-align: center;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

.abstract-popup p {
  font-size: 1rem;
  text-align: justify;
}

/*--------------------------------------------------------------
# Color Themes
--------------------------------------------------------------*/

:root {
  --theme-page-bg: #fff;
  --theme-plain-section-bg: #fff;
  --theme-body-text: #2f3138;
  --theme-heading: #0e1b4d;
  --theme-heading-soft: #112363;
  --theme-heading-muted: #152b79;
  --theme-muted: #9195a2;
  --theme-accent: #f82249;
  --theme-accent-hover: #e0072f;
  --theme-link-hover: #f8234a;
  --theme-contact-link: #4869df;
  --theme-section-bg: #f6f7fd;
  --theme-surface: #fff;
  --theme-surface-soft: #e9edfb;
  --theme-surface-translucent: rgba(255, 255, 255, 0.5);
  --theme-border: #e0e5fa;
  --theme-border-strong: #cad4f6;
  --theme-border-muted: #ddd;
  --theme-header-bg: rgba(6, 12, 34, 0.98);
  --theme-header-text: #fff;
  --theme-nav-text: rgba(202, 206, 221, 0.8);
  --theme-dropdown-text: #060c22;
  --theme-mobile-nav-bg: rgba(6, 12, 34, 0.9);
  --theme-hero-overlay: rgba(6, 12, 34, 0.8);
  --theme-image-overlay: rgba(13, 20, 41, 0.8);
  --theme-card-overlay: rgba(6, 12, 34, 0.76);
  --theme-subscribe-overlay: rgba(6, 12, 34, 0.6);
  --theme-body-overlay: rgba(6, 12, 34, 0.8);
  --theme-venobox-overlay: rgba(6, 12, 34, 0.85);
  --theme-contrast-text: #fff;
  --theme-contrast-muted: #ebebeb;
  --theme-on-accent: #fff;
  --theme-on-strong: #fff;
  --theme-play-halo: rgba(101, 111, 150, 0.15);
  --theme-play-pulse: rgba(163, 163, 163, 0.4);
  --theme-shadow: rgba(127, 137, 161, 0.25);
  --theme-card-shadow: rgba(6, 12, 34, 0.1);
  --theme-card-shadow-hover: rgba(6, 12, 34, 0.2);
  --theme-footer-bg: #101522;
  --theme-footer-top-bg: #040919;
  --theme-footer-icon-bg: #222636;
  --theme-footer-border: #262c44;
  --theme-footer-text: #eee;
  --theme-footer-muted: #ddd;
  --theme-warning: #ffc31d;
  --theme-danger: red;
  --theme-inline-topic: darkblue;
  --theme-date: green;
  --theme-popup-bg: #fff;
  --theme-popup-text: #333;
  --theme-popup-heading: #444;
  --theme-popup-border: #eee;
  --theme-popup-shadow: rgba(0, 0, 0, 0.25);
  --theme-switcher-bg: rgba(255, 255, 255, 0.92);
  --theme-switcher-border: rgba(127, 137, 161, 0.35);
}

[data-theme="gray-clear"] {
  --theme-page-bg: #f8f9fb;
  --theme-plain-section-bg: #f8f9fb;
  --theme-body-text: #30343b;
  --theme-heading: #20242b;
  --theme-heading-soft: #384150;
  --theme-heading-muted: #4b5664;
  --theme-muted: #6f7782;
  --theme-accent: #6c757d;
  --theme-accent-hover: #555f66;
  --theme-link-hover: #4f5964;
  --theme-contact-link: #516070;
  --theme-section-bg: #eef1f4;
  --theme-surface: #fff;
  --theme-surface-soft: #e6eaf0;
  --theme-surface-translucent: rgba(255, 255, 255, 0.72);
  --theme-border: #cfd6dd;
  --theme-border-strong: #bac4cc;
  --theme-border-muted: #ced4da;
  --theme-header-bg: rgba(248, 249, 251, 0.97);
  --theme-header-text: #1f2329;
  --theme-nav-text: rgba(47, 52, 59, 0.78);
  --theme-dropdown-text: #1f2329;
  --theme-mobile-nav-bg: rgba(248, 249, 251, 0.97);
  --theme-hero-overlay: rgba(250, 251, 252, 0.78);
  --theme-image-overlay: rgba(250, 251, 252, 0.78);
  --theme-card-overlay: rgba(248, 249, 251, 0.88);
  --theme-subscribe-overlay: rgba(250, 251, 252, 0.75);
  --theme-body-overlay: rgba(54, 61, 69, 0.35);
  --theme-venobox-overlay: rgba(54, 61, 69, 0.72);
  --theme-contrast-text: #20242b;
  --theme-contrast-muted: #3d4650;
  --theme-play-halo: rgba(108, 117, 125, 0.18);
  --theme-play-pulse: rgba(108, 117, 125, 0.28);
  --theme-shadow: rgba(70, 79, 89, 0.16);
  --theme-card-shadow: rgba(70, 79, 89, 0.12);
  --theme-card-shadow-hover: rgba(70, 79, 89, 0.2);
  --theme-footer-bg: #e4e8ed;
  --theme-footer-top-bg: #d7dde4;
  --theme-footer-icon-bg: #c7cfd7;
  --theme-footer-border: #bdc5ce;
  --theme-footer-text: #2f343b;
  --theme-footer-muted: #555f68;
  --theme-inline-topic: #35465c;
  --theme-date: #527064;
  --theme-popup-bg: #fff;
  --theme-popup-text: #30343b;
  --theme-popup-heading: #20242b;
  --theme-popup-border: #d7dde4;
  --theme-switcher-bg: rgba(255, 255, 255, 0.94);
  --theme-switcher-border: rgba(70, 79, 89, 0.28);
}

[data-theme="blue-clear"] {
  --theme-page-bg: #f3f8ff;
  --theme-plain-section-bg: #f3f8ff;
  --theme-body-text: #24364c;
  --theme-heading: #102a54;
  --theme-heading-soft: #183f78;
  --theme-heading-muted: #25518a;
  --theme-muted: #5e7592;
  --theme-accent: #1d72d2;
  --theme-accent-hover: #155aab;
  --theme-link-hover: #0f5fb8;
  --theme-contact-link: #2f68a7;
  --theme-section-bg: #e8f2ff;
  --theme-surface: #fff;
  --theme-surface-soft: #dcecff;
  --theme-surface-translucent: rgba(255, 255, 255, 0.72);
  --theme-border: #c9dcf4;
  --theme-border-strong: #b4cfee;
  --theme-border-muted: #c9d8ea;
  --theme-header-bg: rgba(239, 247, 255, 0.97);
  --theme-header-text: #0e2747;
  --theme-nav-text: rgba(14, 39, 71, 0.78);
  --theme-dropdown-text: #0e2747;
  --theme-mobile-nav-bg: rgba(239, 247, 255, 0.97);
  --theme-hero-overlay: rgba(239, 247, 255, 0.76);
  --theme-image-overlay: rgba(239, 247, 255, 0.78);
  --theme-card-overlay: rgba(239, 247, 255, 0.88);
  --theme-subscribe-overlay: rgba(239, 247, 255, 0.76);
  --theme-body-overlay: rgba(16, 42, 84, 0.35);
  --theme-venobox-overlay: rgba(16, 42, 84, 0.72);
  --theme-contrast-text: #0e2747;
  --theme-contrast-muted: #2f557f;
  --theme-play-halo: rgba(29, 114, 210, 0.17);
  --theme-play-pulse: rgba(29, 114, 210, 0.28);
  --theme-shadow: rgba(49, 88, 128, 0.15);
  --theme-card-shadow: rgba(49, 88, 128, 0.12);
  --theme-card-shadow-hover: rgba(49, 88, 128, 0.2);
  --theme-footer-bg: #dcecff;
  --theme-footer-top-bg: #cde2fb;
  --theme-footer-icon-bg: #b8d3f2;
  --theme-footer-border: #a8c8ea;
  --theme-footer-text: #17375e;
  --theme-footer-muted: #3d628d;
  --theme-inline-topic: #1f4f86;
  --theme-date: #26705d;
  --theme-popup-bg: #fff;
  --theme-popup-text: #24364c;
  --theme-popup-heading: #102a54;
  --theme-popup-border: #cde2fb;
  --theme-switcher-bg: rgba(255, 255, 255, 0.94);
  --theme-switcher-border: rgba(49, 88, 128, 0.28);
}

[data-theme="green-clear"] {
  --theme-page-bg: #f3fbf6;
  --theme-plain-section-bg: #f3fbf6;
  --theme-body-text: #243b32;
  --theme-heading: #0f3d2e;
  --theme-heading-soft: #18583f;
  --theme-heading-muted: #24684b;
  --theme-muted: #5d7c6d;
  --theme-accent: #1f9d55;
  --theme-accent-hover: #147c42;
  --theme-link-hover: #17894a;
  --theme-contact-link: #2f7e5a;
  --theme-section-bg: #e7f5ec;
  --theme-surface: #fff;
  --theme-surface-soft: #d8efdf;
  --theme-surface-translucent: rgba(255, 255, 255, 0.72);
  --theme-border: #c8dfd0;
  --theme-border-strong: #b2d3bd;
  --theme-border-muted: #c9dacd;
  --theme-header-bg: rgba(240, 250, 245, 0.97);
  --theme-header-text: #123c2c;
  --theme-nav-text: rgba(18, 60, 44, 0.78);
  --theme-dropdown-text: #123c2c;
  --theme-mobile-nav-bg: rgba(240, 250, 245, 0.97);
  --theme-hero-overlay: rgba(240, 250, 245, 0.76);
  --theme-image-overlay: rgba(240, 250, 245, 0.78);
  --theme-card-overlay: rgba(240, 250, 245, 0.88);
  --theme-subscribe-overlay: rgba(240, 250, 245, 0.76);
  --theme-body-overlay: rgba(15, 61, 46, 0.35);
  --theme-venobox-overlay: rgba(15, 61, 46, 0.72);
  --theme-contrast-text: #123c2c;
  --theme-contrast-muted: #315e4b;
  --theme-play-halo: rgba(31, 157, 85, 0.17);
  --theme-play-pulse: rgba(31, 157, 85, 0.28);
  --theme-shadow: rgba(55, 99, 74, 0.15);
  --theme-card-shadow: rgba(55, 99, 74, 0.12);
  --theme-card-shadow-hover: rgba(55, 99, 74, 0.2);
  --theme-footer-bg: #d9efe1;
  --theme-footer-top-bg: #c9e7d3;
  --theme-footer-icon-bg: #b5dabe;
  --theme-footer-border: #a5cdaa;
  --theme-footer-text: #1e4937;
  --theme-footer-muted: #476e59;
  --theme-inline-topic: #205f47;
  --theme-date: #1f7d47;
  --theme-popup-bg: #fff;
  --theme-popup-text: #243b32;
  --theme-popup-heading: #0f3d2e;
  --theme-popup-border: #c9e7d3;
  --theme-switcher-bg: rgba(255, 255, 255, 0.94);
  --theme-switcher-border: rgba(55, 99, 74, 0.28);
}

body {
  background: var(--theme-page-bg);
  color: var(--theme-body-text);
}

a {
  color: var(--theme-accent);
}

a:hover,
a:active,
a:focus {
  color: var(--theme-link-hover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-heading);
}

#preloader {
  background-color: var(--theme-page-bg);
}

.back-to-top {
  background: var(--theme-accent);
  color: var(--theme-on-accent);
}

.back-to-top:focus,
.back-to-top:hover {
  background: var(--theme-accent-hover);
  color: var(--theme-on-accent);
}

.section-header::before {
  background: var(--theme-accent);
}

.section-header p {
  color: var(--theme-muted);
}

.section-with-bg {
  background-color: var(--theme-section-bg);
}

.section-bg {
  background-color: var(--theme-plain-section-bg);
}

#header.header-scrolled,
#header.header-fixed {
  background: var(--theme-header-bg);
}

#header #logo h1 span {
  color: var(--theme-accent);
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: var(--theme-header-text);
}

.nav-menu a {
  color: var(--theme-nav-text);
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: var(--theme-header-text);
}

.nav-menu > li > a:before {
  background-color: var(--theme-accent);
}

.nav-menu li.buy-tickets a {
  color: var(--theme-on-accent);
  background: var(--theme-accent);
  border-color: var(--theme-accent);
}

.nav-menu li.buy-tickets a:hover {
  color: var(--theme-header-text);
  background: none;
}

.nav-menu ul {
  box-shadow: 0px 0px 30px var(--theme-shadow);
  background: var(--theme-surface);
}

.nav-menu ul li a {
  color: var(--theme-dropdown-text);
}

.nav-menu ul li:hover > a {
  background: var(--theme-accent);
  color: var(--theme-on-accent);
}

#mobile-nav-toggle i,
body.mobile-nav-active #mobile-nav-toggle {
  color: var(--theme-header-text);
}

#mobile-nav {
  background: var(--theme-mobile-nav-bg);
}

#mobile-nav ul li a,
#mobile-nav ul .menu-has-children i {
  color: var(--theme-header-text);
}

#mobile-nav ul li a:hover,
#mobile-nav ul .menu-has-children i.fa-chevron-up,
#mobile-nav ul .menu-item-active {
  color: var(--theme-accent);
}

#mobile-body-overly {
  background: var(--theme-body-overlay);
}

#intro:before {
  background: var(--theme-hero-overlay);
}

#intro h1 {
  color: var(--theme-contrast-text);
}

#intro h1 span {
  color: var(--theme-accent);
}

#intro p {
  color: var(--theme-contrast-muted);
}

#intro .play-btn {
  background: radial-gradient(var(--theme-accent) 50%, var(--theme-play-halo) 52%);
}

#intro .play-btn::after,
#intro .play-btn:hover::before {
  border-left-color: var(--theme-on-accent);
}

#intro .play-btn:before {
  border-color: var(--theme-play-pulse);
}

#intro .play-btn:hover::after {
  border-left-color: var(--theme-accent);
}

#intro .about-btn {
  color: var(--theme-contrast-text);
  border-color: var(--theme-accent);
}

#intro .about-btn:hover {
  background: var(--theme-accent);
  color: var(--theme-on-accent);
}

#about {
  color: var(--theme-contrast-text);
}

#about:before,
#venue .venue-info:before {
  background: var(--theme-image-overlay);
}

#about h2,
#about h3,
#about p,
#venue .venue-info h3,
#venue .venue-info p {
  color: var(--theme-contrast-text);
}

#hcommittees .speaker .details,
#ocommittees .speaker .details,
#pcommittees .speaker .details,
#gcommittees .speaker .details,
#speakers .speaker .details {
  background: var(--theme-card-overlay);
}

#hcommittees .speaker .details h3,
#hcommittees .speaker .details p,
#hcommittees .speaker .details a,
#ocommittees .speaker .details h3,
#ocommittees .speaker .details p,
#ocommittees .speaker .details a,
#pcommittees .speaker .details h3,
#pcommittees .speaker .details p,
#pcommittees .speaker .details a,
#gcommittees .speaker .details h3,
#gcommittees .speaker .details p,
#gcommittees .speaker .details a,
#speakers .speaker .details h3,
#speakers .speaker .details p,
#speakers .speaker .details a {
  color: var(--theme-contrast-text);
}

#hcommittees .speaker .details a:hover,
#ocommittees .speaker .details a:hover,
#pcommittees .speaker .details a:hover,
#gcommittees .speaker .details a:hover,
#speakers .speaker .details a:hover {
  color: var(--theme-accent);
}

#speakers-details .details h2,
#speakers-details .details p {
  color: var(--theme-heading-soft);
}

#speakers-details .details .social a {
  background: var(--theme-surface-soft);
  color: var(--theme-heading-soft);
}

#speakers-details .details .social a:hover {
  background: var(--theme-accent);
  color: var(--theme-on-accent);
}

#cfp #faq-list[style] {
  color: var(--theme-body-text) !important;
}

#cfp #faq-list p[style*="darkblue"] {
  color: var(--theme-inline-topic) !important;
}

#dates .contact-info h3,
#dates .contact-info i {
  color: var(--theme-heading-soft);
}

#dates p[style*="green"] {
  color: var(--theme-date) !important;
}

#schedule .nav-tabs a {
  background-color: var(--theme-heading);
  color: var(--theme-on-strong);
}

#schedule .nav-tabs a.active {
  background-color: var(--theme-accent);
  color: var(--theme-on-accent);
}

#schedule .schedule-item {
  border-bottom-color: var(--theme-border-strong);
}

#schedule .schedule-item:hover {
  background-color: var(--theme-surface);
}

#schedule .schedule-item h4 span {
  color: var(--theme-heading-soft);
}

#schedule .schedule-item p {
  color: var(--theme-heading-muted);
}

#hotels .hotel {
  border-color: var(--theme-border);
  background: var(--theme-surface);
}

#hotels a,
#hotels p {
  color: var(--theme-heading-muted);
}

#hotels a:hover {
  color: var(--theme-accent);
}

#hotels .stars i {
  color: var(--theme-warning);
}

#gallery .owl-item {
  border-left-color: var(--theme-surface);
  border-right-color: var(--theme-surface);
}

#gallery .owl-dot {
  background-color: var(--theme-border-muted);
}

#gallery .owl-dot.active {
  background-color: var(--theme-accent);
}

#gallery .gallery-carousel .center {
  border-color: var(--theme-accent);
  background: var(--theme-surface);
}

#sponsors .sponsors-wrap {
  border-top-color: var(--theme-border);
  border-left-color: var(--theme-border);
}

#sponsors .sponsor-logo {
  border-right-color: var(--theme-border);
  border-bottom-color: var(--theme-border);
  background: var(--theme-surface-translucent);
}

#faq #faq-list li {
  border-bottom-color: var(--theme-border-muted);
}

#faq #faq-list a.collapse,
#faq #faq-list a.collapsed {
  color: var(--theme-body-text);
}

#subscribe:before {
  background: var(--theme-subscribe-overlay);
}

#subscribe .section-header h2,
#subscribe p {
  color: var(--theme-contrast-text);
}

#subscribe input {
  background: var(--theme-surface);
  color: var(--theme-dropdown-text);
}

#subscribe button,
#buy-tickets .card .btn,
#buy-tickets #buy-ticket-modal .btn,
#contact .form button[type="submit"] {
  background: var(--theme-accent);
  color: var(--theme-on-accent);
}

#subscribe button:hover,
#buy-tickets .card .btn:hover,
#buy-tickets #buy-ticket-modal .btn:hover,
#contact .form button[type="submit"]:hover {
  background: var(--theme-accent-hover);
}

#buy-tickets .card {
  background: var(--theme-surface);
  color: var(--theme-body-text);
  box-shadow: 0 10px 25px 0 var(--theme-card-shadow);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 var(--theme-card-shadow-hover);
}

#buy-tickets #buy-ticket-modal .modal-content,
#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select,
#contact .form input,
#contact .form textarea {
  background: var(--theme-surface);
  color: var(--theme-body-text);
  border-color: var(--theme-border);
}

#buy-tickets #buy-ticket-modal .modal-header {
  border-bottom-color: var(--theme-border-muted);
}

.text-muted {
  color: var(--theme-muted) !important;
}

#contact .contact-info i {
  color: var(--theme-accent);
}

#contact .contact-info address,
#contact .contact-info p,
#contact .contact-info h3 {
  color: var(--theme-heading-soft);
}

#contact .contact-info a {
  color: var(--theme-contact-link);
}

#contact .contact-info a:hover {
  color: var(--theme-accent);
}

#contact .form #sendmessage {
  color: var(--theme-accent);
  border-color: var(--theme-accent);
}

#contact .form #errormessage,
#contact .form .validation {
  color: var(--theme-danger);
}

#contact .form #errormessage {
  border-color: var(--theme-danger);
}

#footer {
  background: var(--theme-footer-bg);
  color: var(--theme-footer-text);
}

#footer .footer-top {
  background: var(--theme-footer-top-bg);
}

#footer .footer-top .footer-info h3,
#footer .footer-top .footer-info p,
#footer .footer-top h4,
#footer .footer-top .footer-links ul a {
  color: var(--theme-footer-text);
}

#footer .footer-top .social-links a {
  background: var(--theme-footer-icon-bg);
  color: var(--theme-footer-text);
}

#footer .footer-top .social-links a:hover,
#footer .footer-top .footer-newsletter input[type="submit"] {
  background: var(--theme-accent);
  color: var(--theme-on-accent);
}

#footer .footer-top h4 {
  border-bottom-color: var(--theme-accent);
}

#footer .footer-top .footer-links ul i,
#footer .footer-top .footer-links ul a:hover {
  color: var(--theme-accent);
}

#footer .footer-top .footer-links ul li {
  border-bottom-color: var(--theme-footer-border);
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: var(--theme-accent-hover);
}

#footer .credits {
  color: var(--theme-footer-muted);
}

.abstract-popup {
  background: var(--theme-popup-bg);
  box-shadow: 0 8px 30px var(--theme-popup-shadow);
  color: var(--theme-popup-text);
}

.abstract-popup h4 {
  color: var(--theme-popup-heading);
  border-bottom-color: var(--theme-popup-border);
}

.theme-switcher {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  background: var(--theme-switcher-bg);
  border: 1px solid var(--theme-switcher-border);
  border-radius: 50px;
  box-shadow: 0 8px 24px var(--theme-card-shadow);
}

.theme-switcher__button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}

.theme-switcher__button:hover,
.theme-switcher__button:focus,
.theme-switcher__button.is-active {
  border-color: var(--theme-accent);
}

.theme-switcher__button--dark {
  background: linear-gradient(135deg, #060c22 0 50%, #f82249 51% 100%);
}

.theme-switcher__button--gray {
  background: linear-gradient(135deg, #f8f9fb 0 50%, #6c757d 51% 100%);
}

.theme-switcher__button--blue {
  background: linear-gradient(135deg, #f3f8ff 0 50%, #1d72d2 51% 100%);
}

.theme-switcher__button--green {
  background: linear-gradient(135deg, #f3fbf6 0 50%, #1f9d55 51% 100%);
}

@media (max-width: 991px) {
  #header {
    background: var(--theme-header-bg);
  }
}


#hcommittees .speaker .details,
#ocommittees .speaker .details,
#pcommittees .speaker .details,
#gcommittees .speaker .details,
#speakers .speaker .details {
  bottom: 0;
}