/*
  Author: BootstrapMade.com
*/
body {
  background: #FFF;
  color: #333;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}
a {
  color: #1DC9CE;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #026674;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 1em 0 .5em 0;
  padding: 0;
}
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #1DE099, #026674);
  color: #FFF;
  padding: 2px 20px 8px 20px;
  font-size: 1em;
  border-radius: 4px 4px 0 0;
  right: 5vw;
  bottom: 0;
  transition: none;
}
.back-to-top:hover {
  background: #026674;
  color: #FFF;
}
/* Header
--------------------------------*/
#header {
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header #logo {
  float: left;
  margin-top: 0px;
}
#header #logo img {
  padding: 0;
  margin: 5px 0;
}
#header.header-fixed {
  background: linear-gradient(45deg, #1DE099, #026674);
  padding: 0px;
  height: 60px;
  transition: all 0.5s;
}
/* Intro
--------------------------------*/
#intro {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(0deg, rgba(29, 224, 153, 0), rgba(29, 200, 205, 0.9)), url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}
#intro .intro-text {
  position: relative;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#intro h1 {
  font-size: 3em;
  color: #000000;
  padding-top: 1.5em;
  padding-bottom: .5em;
  font-weight: 500;
}
#intro p {
  color: #FFF;
  padding: 0 2vw;
  font-size: 1.2em;
  text-align: center;
}
#intro .btn-get-started {
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  margin: 5px;
  border-radius: 25px;
  transition: 0.5s;
  border: 2px solid #FFF;
  color: #FFF;
  background: #026674;
}
#intro .btn-get-started:hover {
  color: #026674;
  background: #FFF;
  border: 2px solid #026674;
}
#intro .btn-other-events {
  font-family: 'Lato', sans-serif;
  font-size: .9em;
  letter-spacing: 0px;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 10px;
  transition: 0.5s;
  color: #026674;
  background: #FFF;
  border: 1px solid #026674;
}
#intro .btn-other-events:hover {
  border: 1px solid #FFF;
  color: #FFF;
  background: #026674;
}
/* Counter Area */
.intro-countdown-area {
  position: relative;
  z-index: 1;
}
.intro-countdown-area .countdown-up-area {
  position: relative;
  z-index: 1;
  padding-top: 1em;
  margin: 0;
}
.intro-countdown-area .countdown-up-area .countdown-content-text h4 {
  font-size: 1.2em;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: .5em 0px;
  text-align: center;
}
.intro-countdown-area .countdown-up-area .countdown-timer #clock {
  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;
  color: #FFFFFF;
}
.blinking {
  animation: blinkingText 1s infinite;
}
@keyframes blinkingText {
  0% {
    color: yellow;
  }
  100% {
    color: #1DC9CE;
  }
}
.intro-countdown-area .countdown-up-area .countdown-timer #clock div {
  font-size: 2em;
  font-weight: 600;
  max-width: 25%;
  padding: .4em .2em;
  margin: 0 .1em;
  border: 2px solid #FFFFFF;
  text-align: center;
  line-height: .75em;
}
.intro-countdown-area .countdown-up-area .countdown-timer #clock div span {
  font-size: calc(10px + .5vw);
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  display: block;
}
.intro-countdown-area .countdown-up-area .countdown-timer #clock2 {
  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;
  color: #FFF;
}
.intro-countdown-area .countdown-up-area .countdown-timer #clock2 div {
  font-size: 1.5em;
  font-weight: 500;
  padding: .4em .3em;
  margin: 0 .2em 1em .2em;
  border: 2px solid #FFF;
  text-align: center;
  line-height: .75em;
}
.intro-countdown-area .countdown-up-area .countdown-timer #clock2 div span {
  font-size: .5em;
  color: #FFF;
  font-weight: 500;
  display: block;
}
/* Navigation
--------------------------------*/
.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;
}
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f107";
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
#nav-menu-container {
  float: right;
  margin: 0;
  padding: 15px 0;
}
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .8em;
  outline: none;
}
.nav-menu > li {
  margin-left: 10px;
}
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #FFF;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 10px;
  color: #000;
  transition: 0.3s;
  display: block;
  font-size: 0.7em;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: #FFF;
  background: #026674;
}
.nav-menu ul ul {
  margin: 0;
}
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 20px 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 {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 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: .8em;
  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: #FFF;
  background: #026674;
}
#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: #026674;
}
#mobile-nav ul .menu-item-active {
  color: #026674;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #FFF;
}
/* Sections
--------------------------------*/
.section-header .section-title {
  font-size: 1.6em;
  color: #111;
  text-align: center;
  font-weight: 500;
}
.section-header .section-description {
  text-align: justify;
  color: #000;
  font-weight: 400;
  font-size: 1em;
}
.section-header .section-divider {
  display: block;
  width: 50%;
  height: 3px;
  background: #026674;
  background: linear-gradient(0deg, #026674 0%, #55FABE 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-bg {
  background: #E0F0F0;
}
/* About
--------------------------------*/
#about {
  padding: 1em 2em;
  overflow: hidden;
}
#advanced-features {
  overflow: hidden;
}
#advanced-features .features-row {
  padding: 2em 0 1em 0;
}
#advanced-features h2 {
  font-size: 1.2em;
  font-weight: 600;
  font-style: italic;
  color: #000;
}
#advanced-features h3 {
  font-size: 1em;
  font-weight: 500;
  font-style: italic;
  color: #026674;
}
#advanced-features h4 {
  font-size: 0.9em;
  font-weight: 600;
  color: #026674;
}
#advanced-features p {
  color: #000;
  margin-bottom: .5em;
  text-align: justify;
}
#advanced-features ul li {
  text-align: justify;
  color: #000;
}
#advanced-features .btn-pdf {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 15px;
  margin: 5px;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #FFF;
  color: #FFF;
  background: #D14D05;
}
#advanced-features .btn-pdf:hover {
  color: #D14D05;
  background: #FFF;
  border: 2px solid #D14D05;
}
#advanced-features i {
  font-size: 1.2em;
  transition: 0.5s;
  float: left;
  padding: 0px .5em 0px 0px;
  margin-left: 0.5em;
}
#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
}
#advanced-features .advanced-feature-img-left {
  max-width: 90%;
  float: left;
}
#advanced-features .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
#advanced-features .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
#advanced-features .nav-tabs a {
  border-radius: 20px;
  color: #026674;
  background: #FFF;
  border: 2px solid #026674;
  font-weight: 500;
  padding: 6px 10px;
  letter-spacing: 1px;
  margin: 2px;
}
#advanced-features .nav-tabs a.active {
  border: 2px solid #026674;
  background-color: #026674;
  color: #FFF;
}
#advanced-features .sub-heading {
  text-align: center;
  font-size: 1em;
  font-style: italic;
  margin: 0 auto 30px auto;
}
#advanced-features .tab-pane {
  transition: ease-in-out .2s;
}
#advanced-features .schedule-item {
  border-bottom: 1px solid lightgray;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}
#advanced-features .schedule-item:hover {
  background-color: linen; 
}
#advanced-features .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}
#advanced-features .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#advanced-features .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
#advanced-features .schedule-item h4 {
  font-size: 1em;
  font-weight: 800;
  margin: 0;
  color: #D14D05;
}
#advanced-features .schedule-item h4 span {
  font-style: italic;
  font-weight: normal;
  font-size: 0.8em;	
}
#advanced-features .schedule-item p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 0.9em;	
}
#advanced-features .schedule-item p span {
  text-decoration: underline;
  color: #000;
}
#advanced-features .schedule-item p span:hover,
#advanced-features .schedule-item p span:focus {
  cursor: pointer;
  text-decoration: none;
}
#advanced-features .paper-title {
  color: #026674;
}
#advanced-features imodal {
  font-size: 1.2em;
  padding: .5em;
}
/* Call To Action
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.4), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 2em 0;
}
#call-to-action .cta-title {
  color: #FFF;
  font-size: 1.2em;
  font-weight: 700;
}
#call-to-action .cta-text {
  color: #FFF;
}
/* Keynotes
--------------------------------*/
#keynotes {
  padding: 60px 0;
  overflow: hidden;
}
#keynotes #keynotes-list {
  padding: 0;
  list-style: none;
}
#keynotes #keynotes-list li {
  padding: 18px 0;
  border-bottom: 1px solid #DDD;
}
#keynotes #keynotes-list a {
  display: block;
  position: relative;
  line-height: 1.2;
  font-weight: 300;
  padding-right: 20px;
}
#keynotes #keynotes-list i {
  font-size: 1em;
  position: absolute;
  right: 0;
  top: 16px;
}
#keynotes #keynotes-list .abstract {
  margin-left: 20px;
  margin-top: 20px;
  font-size: 0.9em;
}
#keynotes #keynotes-list .bio {
  margin: 10px 0;
  font-size: 0.85em;
  font-style: italic;
}
#keynotes #keynotes-list a.collapsed i::before {
  content: "\f2c7" !important;
}
#keynotes #keynotes-list .speaker {
  display: block;
  margin: 20px;
  width: 100%;
  border-radius: 15px;
}
#keynotes #keynotes-list .speaker:hover {
  opacity: 0.5;
}
/* Sponsors and Supporters
--------------------------------*/
#sponsors {
  padding: 2em 0;
  overflow: hidden;
}
#sponsors .member {
  text-align: center;
  margin-bottom: 0px;
}
#sponsors .member .pic img {
  max-width: 100%;
  padding: 10px 15px;
  max-height: 200px;
}
#supporters {
  padding: 2em 0;
  overflow: hidden;
}
#supporters .member {
  text-align: center;
  margin-bottom: 5px;
  border: 2px solid white;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
#supporters .member .pic img {
  max-width: 100%;
  padding: 10px 15px;
  max-height: 150px;
  border-radius: 15px;
}
#supporters .supporter {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  margin: 1em 0 0em 0;
}
/* Footer
--------------------------------*/
#footer {
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #000;
  font-size: 14px;
}
#footer .credits {
  font-size: 13px;
  color: #888;
}
#footer .footer-links a {
  color: #333;
  padding-left: 15px;
}
#footer .footer-links a:first-child {
  padding-left: 0;
}
#footer .footer-links a:hover {
  color: #026674;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #FFF;
  color: #026674;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #026674;
}
#footer .social-links a:hover {
  background: #026674;
  color: #FFF;
}

@media screen and (min-width: 576px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 576px) / 416));
  }
}
@media (min-width: 768px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  #header #logo img {
    max-height: 40px;
  }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 20px;
  }
  #intro {
    background-attachment: fixed;
  }
  #advanced-features .sub-heading {
    width: 75%;
  }
}