/*
  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: rgb(10, 10, 152);
  transition: 0.5s;
}

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

p {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #0e1b4d;  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  margin: 0 0 15px 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: #7FC8BE;
  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: #A8D4AF;
  color: #fff;
  outline: none;
}

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

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

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

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

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

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

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

/* Sections Body
--------------------------------*/

.section-body {
  position: relative;
  padding-bottom: 30px;
}

.section-body p {
  text-align: justify;
}

.section-body ul li {
  font-size: 18px;
  font-weight: 500;
  color: #0e1b4d;
  margin-bottom: 5px;  
}

/* Buttons
--------------------------------*/
.btn-mdtw {
  background-color: #0e1b4d;
  color:#ffffff;
  font-size: larger;
  font-weight: 600;
  padding: 12px 25px;
  margin: 10px 12px;
  border-radius: 20px;
}

.btn-mdtw:hover{
  background-color: #7FC8BE;
  color: #0e1b4d;
}

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

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(6, 12, 34, 0.98);
}

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

#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: 125px;
}

/* Nav Menu Arrows */

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

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 10px;
  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: 5px;
  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: rgba(202, 206, 221, 1);
}*/

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

.nav-menu>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #7FC8BE;
  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 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: #7FC8BE;
  color: #060c22;
}

.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: #7FC8BE;
}

#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: #7FC8BE;
}

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

#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/iesa_background.png) top center;
  background-size: cover;
  overflow: hidden;
  position:relative;
}

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

#intro .intro-container { 
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  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: 90px 15px 90px 15px;
}

#intro .intro-container .image{
  width: auto;
  height: 50%;
}

#intro .intro-container .image img{
  max-width:100%;
  max-height:100%;
  object-fit: contain;
}

#intro h1 {
  color: #ebebeb;
  font-weight: 600;
  font-size: x-larger;
}

#intro h2 {
  color: #ebebeb;
  font-weight: 600;
  font-size: x-larger;
}

#intro p {
  color: #ebebeb;
  font-weight: 600;
  font-size: large;
}

#intro a{
  color: white;
}

#intro a:hover {
  color: #7FC8BE;
}


#intro .intro-container .countdown-container {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

#intro .intro-container .countdown-container h1 {
  color: #A8D4AF;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#intro .intro-container .countdown-container ul {
  margin: 0px;
  padding: 0px;
}

#intro .intro-container .countdown-container li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  font-size: larger;
  padding-right: 20px;
  padding-left: 20px;
}

#intro .intro-container .countdown-container li span {
  display: block;
  font-size: xx-large;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/

#banner {
  width: 100%;
  height: 90px;
}

#banner .banner-container { 
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about .image {
  text-align: center;
}

#about .image img {
  width: 30%;
}

/*--------------------------------------------------------------
# Committees Section
--------------------------------------------------------------*/
#committees .section-body .row {
  /*align-items: center;*/
  margin-bottom: 20px;
  justify-content: center;
}

#committees .section-body p{
  text-align: center;
}

#committees .speaker img {
  width: 100%;
  border: none;
  border-radius: 100px;
}

#committees .speaker .details h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 2px;
}

#committees .speaker .details p {
  font-size: 13px;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}

#smallCommittee ul li {
  font-size: 14px;
}

/*--------------------------------------------------------------
# Organisers Section
--------------------------------------------------------------*/
#Organisers .sponsors-wrap {
  border-top: 0px solid #e0e5fa;
  border-left: 0px solid #e0e5fa;
  margin-bottom: 0px;
}

#Organisers .sponsor-logos {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 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: 0px solid #e0e5fa;
  border-bottom: 0px solid #e0e5fa;
  overflow: hidden;
  background: #ffffff;
  min-height: 100px;
}

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

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

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  padding-bottom: 30px;
}

#contact .contact-info {
  text-align: center;
}

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

#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
  font-size: 20px;
}

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

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

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

#contact .section-header {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Contributions Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Submissions Section
--------------------------------------------------------------*/
#submissions .buttons-mdtw {
  padding: 0 0 30px 0;
  text-align: center;
  font-size: medium;
}

/*--------------------------------------------------------------
# Registration Section
--------------------------------------------------------------*/
#fees .buttons-mdtw {
  padding: 0 0 10px 0;
  text-align: center;
  font-size: medium;
}

#fees .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.75rem;
  background-color: transparent;
}

#fees .table th,
#fees .table td {
  padding: 0.75rem;
  vertical-align: middle;
  text-align: center;
  font-size: medium;
  border: 2px solid rgb(255, 255, 255);
}

#fees .table th span{
  font-size: medium;
  font-weight: 500;
}

#fees .table thead th {
  vertical-align: middle;
}

#fees .table-primary,
#fees .table-primary > th,
#fees .table-primary > td {
  background-color: #f7f7f7;
  color: #0e1b4d;
}

#fees .table-secondary,
#fees .table-secondary > th,
#fees .table-secondary > td {
  background-color: rgba(127, 200, 190, 0.25);
  color: #0e1b4d;
}

#fees .table-active,
#fees .table-active > th,
#fees .table-active > td {
  background-color:rgba(69, 170, 178, 0.50);
  color: #0e1b4d;
  font-weight: 525;
}

#fees .section-body h2 {
  margin-top: 25px;
}

#fees h5 {
  text-decoration: underline;
}

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

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

#sponsors .sponsor-logos {
  padding-left: 30px;
  padding-right: 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: 0px solid #e0e5fa;
  border-bottom: 0px solid #e0e5fa;
  overflow: hidden;
  background: #ffffff;
  min-height: 100px;
}

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

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

/*--------------------------------------------------------------
# Program Section
--------------------------------------------------------------*/
#programme .image img {
  width: 100%;
}
/*#programme .table {
  width: 100%;
  max-width: 100%;
}

#programme .table th,
#programme .table td {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-top: 2px solid #ffffff;
  padding: 4px;
}

#programme .table thead th {
  vertical-align: middle;
  border-bottom: 2px solid #ffffff;
}

#programme .table-bordered {
  border: 2px solid #ffffff;
}

#programme .table-bordered th,
#programme .table-bordered td {
  border: 2px solid #ffffff;
}

#programme .table-bordered thead th,
#programme .table-bordered thead td {
  border-bottom-width: 2px;
}

#programme .table-primary,
#programme .table-primary > th,
#programme .table-primary > td {
  background-color: rgba(6, 12, 34, 0.60);
  color: #ffffff;
}

#programme .table-secondary,
#programme .table-secondary > th,
#programme .table-secondary > td {
  background-color: rgba(127, 200, 190, 0.25);
  color: #0e1b4d;
}

#programme .programme-item-click,
#programme .programme-item{
  border: 1.5px solid #ffffff;
  margin: auto;
  color: #0e1b4d;
  font-weight: 550;
  background-color: rgba(127, 200, 190, 0.25);
  font-size: small;
}

#programme .programme-item-click:hover{
  background-color: rgba(251, 251, 251, 0.15);
  color: #0e1b4d; 
}

#programme .time {
  font-size: small;
  font-weight: 550; 
}

#programme .parallel {
  background-color: #A8D4AF;
}

#programme .keynote {
  background-color: #7FC8BE;
}

#programme .social {
  background-color: #b3ef87;
}

#programme .ceremony {
  background-color: rgb(125, 202, 95);
}

#programme .week {
  background-color: rgba(6, 12, 34, 0.80);
  color: #ffffff;
}

#programme .bold {
  font-size: small;
}

#programme .bold span{
  font-size: smaller;
}

#programme .center {
  margin: auto;
  padding: 0;
  text-align: center;
}

#programme .centerV {
  margin: auto;
  padding: 0;
  text-align: center;
  writing-mode: vertical-rl;
}

#programme a {
  color: #0e1b4d;
  transition: 0.5s;
}

#programme .t5m {
  height: 10px;
}

#programme .t10m {
  height: calc(2*10px);
}

#programme .t15m{
  height: calc(3*10px);
}

#programme .t20m{
  height: calc(4*10px);
}

#programme .t25m{
  height: calc(5*10px);
}

#programme .t30m{
  height: calc(6*10px);
}

#programme .t40m{
  height: calc(8*10px);
}

#programme .t45m{
  height: calc(9*10px);
}

#programme .t1h{
  height: calc(12*10px);
}

#programme .t1h10m{
  height: calc(14*10px);
}

#programme .t1h15m{
  height: calc(15*10px);
}

#programme .t1h20m{
  height: calc(16*10px);
}

#programme .t1h25m{
  height: calc(17*10px);
}

#programme .t1h30m{
  height: calc(18*10px);
}

#programme .t1h40m{
  height: calc(20*10px);
}

#programme .t1h45m{
  height: calc(21*10px);
}

#programme .t1h50m{
  height: calc(22*10px);
}

#programme .t2h{
  height: calc(24*10px);
}

#programme .t2h15m{
  height: calc(27*10px);
}

#programme .t2h30m{
  height: calc(30*10px);
}

#programme .t2h50m{
  height: calc(34*10px);
}

#programme .t3h{
  height: calc(36*10px);
}

#programme .t4h30m{
  height: calc(54*10px);
}

#programme .t5h{
  height: calc(60*10px);
}

#programme .t5h15m{
  height: calc(63*10px);
}

#programme .t6h{
  height: calc(72*10px);
}*/

/*--------------------------------------------------------------
# Detailed Program Section
--------------------------------------------------------------*/
/*#technical .section-links{
  margin-bottom: 60px;
}

#technical .section-links h4{
  text-align: center;
  font-weight: 600;
  font-size: 20px
}

#technical .section-links a{
  color: #0e1b4d;
  padding: 0 10px;

}

#technical .section-links a:hover{
  color: #7FC8BE;
}

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

#technical .nav-tabs li {
  display: inline-block;
  margin-bottom: 10px;
}

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

#technical .nav-tabs a.active {
  background-color: #7FC8BE;
  color: #0e1b4d;
}*/

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

/*#technical .tab-pane {
  transition: ease-in-out .2s;
}

#technical .with-bg {
  background-color: rgba(127, 200, 190, 0.25);
}

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

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

#technical .schedule-item time {
  font-family: 12px;
  font-weight: 500;
  display: inline-block;
  margin: auto;
}

#technical .center2 {
  margin: auto;
}

#technical .center {
  margin: auto;
  text-align: center;
  padding: 0;
}

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

#technical .schedule-item p {
  font-style: italic;
  margin-bottom: 5px;
  text-align: inherit;
  font-size: 16px;
}

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

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

#technical .schedule-item line {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  margin-top: 20px;
}

#technical .schedule-item line2 {
  content: '';
  display: block;
  width: 150px;
  height: 2px;
  background: #ffffff;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#technical .schedule-item .borders-right {
  border-right: 2px solid #f6f7fd;
  margin-left: 0px;
  margin-right: 0px;
}
#technical .schedule-item .borders {
  border-left: 2px solid #f6f7fd;
  border-right: 2px solid #f6f7fd;
  margin-left: -2px;
  margin-right: 0px;
}
#technical .schedule-item .borders-left {
  border-left: 2px solid #f6f7fd;
  margin-right: 0px;
  margin-left: -2px;
}

#technical .parallel {
  background-color: rgb(168, 212, 175, 0.5);
}

#technical .parallel h4 {
  font-size: medium;
  margin-left: 5px;
  margin-right: 5px;
}

#technical .parallel h5 {
  font-size: medium;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 15px;  
}

#technical .parallel p {
  font-size: medium;
}

#technical .parallelLeft {
  border-right: 3px solid #0e1b4d;
  text-align: center;
  margin: auto;
  margin-left: 0px;
  margin-right: 0px;
}

#technical .parallelCenter {
  border-left: 3px solid #0e1b4d;
  border-right: 3px solid #0e1b4d;
  text-align: center;
  margin: auto;
  margin-left: -3px;
  margin-right: 0px;
}
#technical .parallelRight {
  border-left: 3px solid #0e1b4d;
  text-align: center;
  margin: auto;
  margin-left: -3px;
  margin-right: 0px;
}

#technical .keynote {
  background-color: rgb(127, 200, 190, 0.4);
}

#technical .social {
  background-color: rgb(179, 239, 135, 0.5);
}

#technical .ceremony{
  background-color: rgb(125, 202, 95, 0.4);
}*/

/*--------------------------------------------------------------
# Keynotes Section
--------------------------------------------------------------*/
/*#keynotes .keynote {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#keynotes .keynote img {
  width: 100%;
}

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

#keynotes .keynote .details h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

#keynotes .keynote .details p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  font-style: italic;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;  
}

#keynotes .keynote .details a {
  color: #fff;
}

#keynotes .keynote .details a:hover {
  color: #A8D4AF;
}

#keynotes .keynote:hover .details {
  bottom: 0;
}

#keynotes .section-body {
  margin-bottom: 40px;
}

#keynotes .center {
  margin: auto;
}*/
/*--------------------------------------------------------------
# Keynotes Details Section
--------------------------------------------------------------*/

/*#keynotes-details .section-header{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#keynotes-details .section-header::before {
  content:none;
}

#keynotes-details .keynote{
  padding-top: 50px;
  position: relative;
}

#keynotes-details .keynote::before {
  content: '';
  display: block;
  width: auto;
  height: 5px;
  background: #7FC8BE;
  bottom: 0;
  margin-bottom: 50px;
}*/

/*--------------------------------------------------------------
# Social Events Section
--------------------------------------------------------------*/
/*#social .section-event {
  position:relative;
  padding-bottom: 50px;
  vertical-align: middle;
  align-items: center;
}

#social .section-event p {
  text-align: justify;
}

#social .content-image {
  width: 100%
}*/

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

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

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

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

#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);
}

/*--------------------------------------------------------------
# accommodation Section
--------------------------------------------------------------*/

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

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

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

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

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

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

#accommodation p {
  margin-bottom: 5px;
  padding: 0 20px;
}

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

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

/*--------------------------------------------------------------
# Travel Section
--------------------------------------------------------------*/
#travel h3{
  margin-top: 20px;
}

#travel .row{
  margin: 0px 0-15px 0px -15px;
}

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

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

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

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

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

/*#sponsors .buttons-mdtw {
  padding: 50px 0 50px 0;
  text-align: center;
}*/

#sponsors .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.75rem;
  background-color: transparent;
}

#sponsors .table th,
#sponsors .table td {
  padding: 0.75rem;
  vertical-align: middle;
  text-align: center;
  font-size: larger;
  border-top: 3px solid #ffffff;
}

#sponsors .table th img {
  max-width: 50%;
  height: auto;
}

#sponsors .table thead th {
  vertical-align: middle;
  border-bottom: 3px solid #ffffff;
}

#sponsors .table td span{
  font-size: small;
}

#sponsors .table-bordered {
  border: 3px solid #ffffff;
}

#sponsors .table-bordered th,
#sponsors .table-bordered td {
  border: 5px solid #ffffff;
}

#sponsors .table-bordered thead th,
#sponsors .table-bordered thead td {
  border-bottom-width: 5px;
}

#sponsors .table-primary,
#sponsors .table-primary > th,
#sponsors .table-primary > td {
  background-color: rgba(6, 12, 34, 0.60);
  color: #ffffff;
}

#sponsors .table-secondary,
#sponsors .table-secondary > th,
#sponsors .table-secondary > td {
  background-color: rgba(127, 200, 190, 0.25);
  color: #0e1b4d;
}

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

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

#footer .footer-top {
  background: #040919;
  padding: 30px 0 60px 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 {
  width: 50%;
  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 h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #7FC8BE;
  margin-bottom: 15px;
}

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

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .footer-contact a {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-bottom {
  background: #101522;
  padding: 5px 0 5px 0;
  color: #eee;
  position: fixed; 
  bottom: 0;
  width:100%;
}

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

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

#footer .footer-bottom a{
  color: white;
}

#footer .footer-bottom a:hover {
  color: #A8D4AF;
}

/* Style all font awesome icons */
.fa {
  width: 30px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

.fa.fa-twitter::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
  background-position: center 3px;
}

/*--------------------------------------------------------------
# Read More Buton
--------------------------------------------------------------*/
.read-more-text .read-more-button {
  border:none;
  background: none;
  color: blue;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

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

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

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

  #news {
    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;
  }

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

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

}

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

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

@media (max-width: 480px) {
  #technical .nav-tabs a {
    padding: 8px 30px;
  }
  #intro h1 {
    font-size: larger;
  }
  #intro h2 {
    font-size: large;
  }
  #intro .intro-container .countdown-container li {
    padding-right: 10px;
    padding-left: 10px;
    font-size: smaller;
  }
  #intro .intro-container .countdown-container li span {
    font-size: large;
  }
  #technical .schedule-item .borders-right {
    border-right: none;
    margin-left: 0px;
    margin-right: 0px;
  }
  #technical .schedule-item .borders {
    border-left: none;
    border-right: none;
    margin-left: 0px;
    margin-right: 0px;
  }
  #technical .schedule-item .borders-left {
    border-left: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  #technical .parallelLeft {
    border-right: none;
    text-align: center;
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  #technical .parallelCenter {
    border-left: none;
    border-right: none;
    text-align: center;
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  #technical .parallelRight {
    border-left: none;
    text-align: center;
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*@media (max-height: 800px) and (min-width: 500px){
  #intro .intro-container .image{
    width: 30%;
  }
}

@media (max-height: 700px) and (min-width: 500px){
  #intro .intro-container .image{
    width: 25%;
  }
}*/

/*@media (max-height: 600px) and (min-width: 500px){
  #intro .intro-container .image{
    width: 20%;
  }
}*/

/*:target::before {
    content: '.';
    color: transparent;
    display: inline-block;
    height:      90px;
    margin-top: -90px;
}*/