

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'GamePlayed';
  src: url('../lib/font-awesome/fonts/GamePlayed.eot?#iefix') format('embedded-opentype'),  url('../lib/font-awesome/fonts/GamePlayed.woff') format('woff'), url('../lib/font-awesome/fonts/GamePlayed.ttf')  format('truetype'), url('../lib/font-awesome/fonts/GamePlayed.svg#GamePlayed') format('svg');
}
@font-face {
  font-family: 'GamePlayedOutline';
  src: url('../lib/font-awesome/fonts/GamePlayedOutline.eot?#iefix') format('embedded-opentype'),  url('../lib/font-awesome/fonts/GamePlayedOutline.woff') format('woff'), url('../lib/font-awesome/fonts/GamePlayedOutline.ttf')  format('truetype'), url('../lib/font-awesome/fonts/GamePlayedOutline.svg#GamePlayedOutline') format('svg');

}
body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #3fa4e8;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #2962ff;
  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: #3fa4e8;
  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: #2962ff;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #2962ff;
  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: #3fa4e8;
  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 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(4, 9, 25, 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: "GamePlayed";
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #3fa4e8;
}

#header #logo h2 span {
  color: #3fa4e8;
}

#header #logo h3 span {
  color: #3fa4e8;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header #logo strong {
  font-family: "GamePlayed";
}
/*--------------------------------------------------------------
# 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: GamePlayed;
  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: "GamePlayed";
  font-weight: 600;
  font-size: 13px;
  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: #3fa4e8;
  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: #3fa4e8;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #3fa4e8;
  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: #3fa4e8;
  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;
  font-family: "GamePlayed";
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #3fa4e8;
}

#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: #3fa4e8;
}

#mobile-nav ul .menu-item-active {
  color: #3fa4e8;
}
#mobile-nav ul li .dropdown-content {
    background-color: #060f26;
} /*meshwa*/

#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/photo/intro.jpeg) top center;
/*  background: url(../img/intro-bg.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: "GamePlayed";
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #3fa4e8;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#3fa4e8 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 #3fa4e8;
  -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: "GamePlayed";
/*  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 #3fa4e8;
}

#intro .about-btn:hover {
  background: #3fa4e8;
  color: #fff;
}
.nstitle {
  font-family: "GamePlayed"
}

.nstitle span {
  font-family: "GamePlayedOutline";
}

/* HIGHLIGHT */

#highlight {
    padding:0px;
    position:absolute; left:0; right:0; bottom:0;top:150; z-index:21;
   
}

#highlight h2 {
    color:#ffffff;
    margin-bottom:0;
}

#highlight #left {
    color:#b0b0b0;
    background:rgba(15,15,15,.8);
    min-height:90px;
    padding:20px 20px;
}
#highlight #left h2 {
    margin-top:0;
}

#highlight #right {
    background:#3fa4e8;
    min-height:90px;
}

#right #countdown {
    padding:15px 0;
}

@media only screen and (max-width: 1023px), only screen and (max-device-width: 1023px) {
    #highlight #left { text-align:center; min-height:0; }
    #highlight #left h2 { font-size:25px; }
}

/* countdown */

#countdown {
    margin-top:0;
}

#countdown .countdown_amount {
    color:#fff;
    font-family:"GamePlayed";
/*    font-family:"Open Sans", sans-serif;*/
    font-size:40px;
    line-height:50px;
    text-align:center;
    font-weight:bold;
}

#countdown .countdown_section {
    color:#fff;
    font-family:"GamePlayed";
/*    font-family:"Open Sans", sans-serif;*/
    font-size:13px;
    line-height:10px;
    letter-spacing:0;
    text-align:center;
}

.bnj-4 {
  margin-bottom: 6.5rem !important;
}

.j-btn {
  font-family: "GamePlayed";
/*  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 #3fa4e8;
}

.j-btn:hover {
  background: #3fa4e8;
  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);
/*  background: #3fa4e8;*/
  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;
  text-align: justify;
  color: #fff;
}

/*--------------------------------------------------------------
# Talks Section
--------------------------------------------------------------*/

#talks {
  background-size: cover;
  overflow: hidden;
  position: relative;
  /* color: #ffffff; */
  color: #0e1b4d;
  padding: 60px 0 40px 0;
/*   background-color: #3d4354; */
  background-color: #3fa4e8;
}

#talks h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  /* color: #ffffff; */
  color: #0e1b4d;
  font-family: 'GamePlayed';
}

#talks h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  /* color: #ffffff; */
  color: #0e1b4d;
}

#talks p {
  font-size: 14px;
  margin-bottom: 20px;
  /* color: #ffffff; */
  color: #0e1b4d;
  text-align: justify;
}

/*--------------------------------------------------------------
# Workshops Section
--------------------------------------------------------------*/

#workshops {
  background: url("../img/about-bg.jpg"); 
  
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  /* color: #0e1b4d; */
  padding: 60px 0 40px 0;
}

#workshops:before {
  content: "";
/*  background: rgba(13, 20, 41, 0.8);*/
/*  background: #3fa4e8;*/
  background-color: #fff;
  /* background-color: #f6f7fd; */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#workshops h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0e1b4d;
/*  color: #ffffff;*/
}

#workshops h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
}

#workshops p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: justify;
}

#workshops ul {
    color: #3fa4e8;
  }

/*--------------------------------------------------------------
# Workshops Section
--------------------------------------------------------------*/

#cfp {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#cfp:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#cfp h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#cfp h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#cfp p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
}

/*--------------------------------------------------------------
# CTF Section
--------------------------------------------------------------*/

#ctf {
  background-size: cover;
  background: rgba(13, 20, 41, 0.8);
  overflow: hidden;
  position: relative;
  color: #ffffff;
  padding: 60px 0 40px 0;
}

#ctf h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

#ctf h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 13px 0;
  color: #ffffff;
}

#ctf p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: justify;
}

#ctf .section-header h2 {
  font-family: "GamePlayed";
}
/*--------------------------------------------------------------
# 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: #3fa4e8;
}

#speakers .speaker:hover .details {
  bottom: 0;
}
#speakers .section-header h2 {
  font-family: "GamePlayed";
}
#speakers-details {
  padding: 10px 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; meshwa */
}

#speakers-details .details .social a:hover {
  background: #3fa4e8;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}
#speakers-details .section-header h2 {
  font-family: "GamePlayed";
}
/*--------------------------------------------------------------
# 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: #3fa4e8;
  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;
}

#schedule .section-header h2 {
  font-family: "GamePlayed";
}

/*--------------------------------------------------------------
# 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-info-bg.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);
}

#venue .section-header h2 {
  font-family: "GamePlayed";
}

/*--------------------------------------------------------------
# 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: #3fa4e8;
}

#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: #3fa4e8;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 6px solid #3fa4e8;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/

#supporters {
  padding: 60px 0;
}

#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#supporters .supporter-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;
}

#supporters .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#supporters 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: "GamePlayed";
/*  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: #3fa4e8;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#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: #3fa4e8;
  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: #3fa4e8;
  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: #3fa4e8;
  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: #3fa4e8;
}

#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: #3fa4e8;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #3fa4e8;
  border: 1px solid #3fa4e8;
  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: #3fa4e8;
  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-family: "GamePlayed";
  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: "GamePlayed";
/*  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: #3fa4e8;
  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 #3fa4e8;
}

#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: #3fa4e8;
  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: #3fa4e8;
}

#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: #3fa4e8;
  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(4, 9, 25, 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;
  }
}
/*Meshwa*/
/* TRAINING */
#training { position:relative; background-color: #f6f7fd;}
#training h2 { margin-bottom:45px; }
#training h4 { font-size:21px; text-transform:uppercase; margin:0; }
#training .instructor { color:#808080; text-transform:none; display:inline-block; }
#training .intro { font-size:17px; padding:.5em 0; color:#0e1b4d; text-align: justify;}
#training article { margin-bottom:2em; }
#training .raquo { }
#training span.aim { margin-bottom:-4px; }

span.aim {
    display:inline-block; width:24px; height:24px;
    background: url(../img/point.jpg) no-repeat center center;
	background-size: 25px 29px;
}

/* TRAINING-ITEM */
#training-item {
    color:#fff;    
    padding:0;
    position:relative;
    z-index:2;
}
#training:before,
#training-item:before{
    width: 100%;
    content: " ";    
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    opacity:.3;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
}
#training-item .container { z-index:2; position:relative; }
#training-item .bg { background-image: url(../img/logo.png); }
#training-item h1 small  { color:#0e1b4d; }
#training-item .feature { background-color:rgba(0,0,0,.75); padding:1.5em; }
#training-item .feature span { display:inline-block; color:#0e1b4d; font-size:1.5em; margin-top:1em; font-weight:bold; }
#training-item .feature i { color:#b0b0b0; }
#training-item .feature h4 { margin:.5em 0; }

#training-item h3 { margin:10px 0 1em 0; text-transform:uppercase; }
#training-item h4 { margin:2em 0 1em 0; text-transform:uppercase; }
#training-item ul li h4 { padding-top:3px; }

/* First level */
#training-item ul { padding:0; margin:0; list-style-type: none;}
#training-item ul li {
    background: url('../img/point.png') no-repeat left top;
	background-size: 25px 25px;
    padding:0 34px;
    margin:0 0 1em 0;
	color:#0e1b4d;
}

/* Next levels */
#training-item ul ul { margin:0 0 2em 34px; }
#training-item ul ul li { background:none; padding:0 0 0 1em; text-indent: -1em; margin:0; min-height:0; }
#training-item ul ul li:before { content:'+'; padding-right: 5px; color:#3fa4e8; font-weight:bold; }

.trainings-item {
    display:flex;
}
.trainings-item .item-aim {
    margin-right:10px;
}
.trainings-item .item-content {

}

/* p {	 */
	/* text-align: justify; */
/* } */
.topics{
	color: #0e1b4d;
	text-align: justify;
}
.ws{
	color: #0e1b4d;
}
.ws a:focus,
a:hover{
	
	color: #3fa4e8;
}

/*.workshopList{
	color: #ffffff;
}*/
.workshopList a:focus,a:hover{
	color: #0e1b4d;
}

.talkList{
	color: #0e1b4d;
}
.
 a:focus,
a:hover{	
	color: #3fa4e8;
}
#workshops .workshopList li span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}


/*DROPDOWN START*/

.dropbtn {
  /*background-color: #04AA6D;*/
  /*color: white;*/
  /*padding: 16px;*/
  /*font-size: 16px;*/
  /*border: none;*/
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {color: black;}

.dropdown:hover .dropdown-content {display: block;}

/*DROPDOWN END

/*--------------------------------------------------------------
# SPONSOR Section
--------------------------------------------------------------*/

#sponsor h5 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #3e54ff;
}

#sponsor h2 {
  font-family: "GamePlayed";
}
#sponsor h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #373737;
}

#sponsor img {
  width: 30%;
  height: 100%;
}

#sponsor {
  padding: 60px 0;
}

#sponsor .container-fluid {
  margin-bottom: 3px;
}

#sponsor .ctr{
  text-align:center;
}

@media only screen 
and (max-device-width: 600px)
{
  #sponsor img {
    width: 80%;
  } 
}



.workshops {
  margin-top: 30px;
}

.workshop-list {
  display: flex;
  justify-content: space-between;
}

.workshop-card {
  width: 45%;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 15px;
}

.workshop-card h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.talkList {
  text-decoration: none;
  color: #007bff;
}

.talkList:hover {
  text-decoration: underline;
}

/*meshwa start 2023*/
/* Styles for the image grid */
/*.gallery {
    display: grid;
    grid-template-columns: repeat(50, 1fr);
    grid-template-rows: repeat(50, 5vw);
    grid-gap: 5px;
}
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}
.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
}
.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
}
.gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
}
.gallery__item--6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
}*/

/*one more*/
/* Styles for the image grid */
/*.image-grid {
      display: grid;
      grid-template-columns: repeat(15, 1fr); 
      grid-template-rows: repeat(5, 1fr);
      gap: 2px; 
      padding: 20px; 
    }

    .image {
      width: 100%; 
      height: 100px; 
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      
    }

    .image:nth-child(1) {
      background-image: url('../img/photo/1.jpg');
    }
    .image:nth-child(2) {
      background-image: url('../img/photo/2.jpg');
    }
   
    .image:nth-child(3) {
      background-image: url('../img/photo/3.jpg');
    }
    .image:nth-child(4) {
      background-image: url('../img/photo/4.jpg');
    }
    .image:nth-child(5) {
      background-image: url('../img/photo/5.jpg');
    }
     .image:nth-child(6) {
      background-image: url('../img/photo/6.jpg');
    }
    .image:nth-child(7) {
      background-image: url('../img/photo/7.jpg');
    }
    .image:nth-child(8) {
      background-image: url('../img/photo/8.jpg');
    }
    .image:nth-child(9) {
      background-image: url('../img/photo/9.jpg');
    }
    .image:nth-child(10) {
      background-image: url('../img/photo/10.jpg');
    }
    .image:nth-child(11) {
      background-image: url('../img/photo/11.jpg');
    }
    .image:nth-child(12) {
      background-image: url('../img/photo/12.jpg');
    }
    .image:nth-child(13) {
      background-image: url('../img/photo/13.jpg');
    }
    .image:nth-child(14) {
      background-image: url('../img/photo/14.jpg');
    }
    .image:nth-child(15) {
      background-image: url('../img/photo/15.jpg');
    }*/

/*.image-grid {
  display: grid;
  grid-template-columns: repeat(15, 1fr); 
  grid-template-rows: repeat(3, auto); 
  gap: 5px;
  padding: 20px; 
}

.image {
  max-width: 100%; 
  max-height: 100%;
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: center;
}*/

/*ticket*/
* {
  box-sizing: border-box;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}


div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

*{
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ========================================= */
/*          Pricing  CSS        */
/* ======================================== */
/*body{background-color:#eee;}*/
#generic_price_table {
  background-size: cover;
  overflow: hidden;
  position: relative;
  /* color: #ffffff; */
  color: #0e1b4d;
  padding: 0 0 40px 0;  
  background-color: #f6f7fd;
}

#generic_price_table h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  /* color: #ffffff; */
  color: #0e1b4d;
}

#generic_price_table h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  /* color: #ffffff; */
  color: #0e1b4d;
}

#generic_price_table p {
  font-size: 14px;
  margin-bottom: 20px;
  /* color: #ffffff; */
  color: #0e1b4d;
  text-align: justify;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
  background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
  background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
  border-color: #3fa4e8  rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3fa4e8;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
  color: #fff;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{  
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
  color: #414141;
}       
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  background-color: #E4E4E4;
  border-left: 5px solid #3fa4e8;
}

#generic_price_table .generic_content .generic_price_btn a{
  border: 1px solid #3fa4e8; 
    color: #3fa4e8;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
  border-color: #3fa4e8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3fa4e8;
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
  color: #fff;
}

/*#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
  background-color: #2ECC71;
  color: #fff;
} */
#generic_price_table{
/*  margin: 50px 0 50px 0;*/
/*    font-family: 'Raleway', sans-serif;*/
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
  margin: 0 0 0 0;/*meshwa*/
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
/*    border-width: 90px 1411px 23px 399px;*/
  border-width: 102px 358px 0px 353px;
  position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
  padding: 20px 0 0; /*meshwa*/
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
  display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
  font-family: "Lato",sans-serif;
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
  padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    !important border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 2px solid #3fa4e8;
  background-color: #3fa4e8;
  color: #fff;
  display: inline-block;
  font-family: /*"Lato",sans-serif*/;
  font-size: 18px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
/*  border-radius: 8px 48px 0 0;*/
} 
@media (max-width: 320px) { 
}

@media (max-width: 767px) {
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3{
    float:left;
    width:50%;
  }
  
  #generic_price_table .col-md-4{
    float:left;
    width:50%;
  }
  
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
   font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
  color: #7885CB;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}
.demo-pic{
  margin: 0 auto;
}
.demo-pic:hover{
  opacity: 0.7;
}



.price-heading{
    text-align: center;
}
.price-heading h1{
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
  background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
  background-color: #666;
  color: #FFF;
  text-decoration:none;
  
}
.bottom_btn:hover{
  background-color: #666;
  color: #FFF;
  text-decoration:none;
}

ul.no-bullets {
  list-style-type: none;
  margin: 5px;
  padding: 0;
  font-size: 12px;
  text-align: left;
}
ul.no-bullets > li > a{
  text-align: right;
}

.header-date{
  font-size: 14px !important;
  font-weight: bold;
}

.tabledata{
  text-align: center;
  color: #0e1b4d ;
/*  color: #fff ;*/
}

.tabledata table, th, tr, td {
  font-weight: bold;
  padding: 10px;
}

table.tabledata > tbody > tr > th{
  font-size: 24px;
/*  border-bottom: 5px solid;*/
}
table.tabledata > tbody > tr:nth-child(odd) {
  background-color: #3fa4e8a8;
}

.ws-bg{
  background-color: #3fa4e8;
  border-radius: 10px 0 0 10px;
/*  padding: 20px;*/
}
.ws-bg-col2{
  background-color: #3fa4e863;
  border-radius: 0 10px 10px 0;
/*  padding: 20px;*/
}
.ws-bg-col3{
  background-color: #70797d;
  border-radius: 10px 0 0 10px;
/*  padding: 20px;*/
}
.ws-bg-col4{
  background-color: #47505763;
  border-radius: 0 10px 10px 0;
/*  padding: 20px;*/
}
.btn-register {
    display: inline-block;
    margin: 14px;
    width: 110px;
    height: 30px;
    background: #f6f7fd;
    padding: 5px;
    border-radius: 50px;
    color: #0E1B4D;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#talks .section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

/*TABS*/
/* Composant */
.tabs-wrapper {
  --_bar_height: 4px;
  --_bar-color: #f1f1f1;
  --_bar-background-opacity: 0.2;

  --_transition-time: .2s; /* Transition de la barre (width et transform) */

  --_text-color: var(--_bar-color);
  --_font-size: 18px;
  
  /* Ne pas toucher, les valeurs seront changées en JS */
  --bar-width: 0;
  --bar-offset: 0;
  
  position: relative;
  display: inline-flex;
  flex-direction: row;
  padding-bottom: var(--_bar_height); /* La barre est dans le padding, comme ca y a pas d'overflow */
}
.tabs-wrapper::before,
.tabs-wrapper::after {
  position: absolute;
  bottom: 0;
  content: '';
  height: var(--_bar_height);
  width: 100%;
  background: var(--_bar-color);
  opacity: var(--_bar-background-opacity);
  border-radius: var(--_bar_height);
}
.tabs-wrapper::after {
  width: var(--bar-width);
  opacity: 1;
  transform: translateX(var(--bar-offset));
  transition: width var(--_transition-time) ease, transform var(--_transition-time) ease;
}
.tabs-wrapper .tab {
  padding: 0.5rem 2rem;
  font-family: Arial;
  font-size: var(--_font-size);
  color: var(--_text-color);
  cursor: pointer;
  user-select: none; /* Enleve le rectangle bleu de selection */
}
.tabs-wrapper .tab:focus-visible { /* Focus au clavier */
  background: rgba(0,0,0,0.2);
  outline: none;
  border-radius: 5px 5px 0 0;
}

.justifylist{
  text-align: justify;
}

/********************* === Medium-style Blog Scoped Styling === *******************************/
.medium-body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #24292e;
    line-height: 1.6;
    padding: 2rem;
    display: flex;
    justify-content: center;
}

.medium-blog {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 1.8;
    color: #222;
}

    .medium-blog .blog-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 60px 20px;
        /* max-width: 800px;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;*/
    }

    .medium-blog h1,
    .medium-blog h2,
    .medium-blog h3,
    .medium-blog h4 {
        font-weight: bold;
        margin-top: 1.5em;
        margin-bottom: 1px;
        padding-bottom: .3em;
        /*  line-height: 1.4;*/
        /*border-bottom: ;
  ;
  margin-top: ;*/
    }

    .medium-blog p {
        margin-bottom: 24px;
    }

    .medium-blog img {
        max-width: 100%;
        border: 1px solid #ddd;
        border-radius: 4px;
        height: auto;
        margin: 1rem 0;
        display: block;
        /*max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 1rem 0;
  display: block;*/
    }

    .medium-blog figure {
        text-align: center;
        margin: 40px 0;
    }

    .medium-blog figcaption {
        font-size: 14px;
        color: #777;
        margin-top: 8px;
    }

    .medium-blog blockquote {
        margin: 30px 0;
        padding-left: 20px;
        border-left: 4px solid #ccc;
        font-style: italic;
        color: #555;
    }

    .medium-blog pre {
        background: #f8f8f8;
        padding: 16px;
        overflow-x: auto;
        font-size: 100%;
        line-height: 1.45;
        border-left: 4px solid #ccc;
        margin-bottom: 30px;
        /* background-color: #f6f8fa;
  padding: 16px;
  overflow-x: auto;
  font-size: 100%;
  line-height: 1.45;
  border-radius: 6px;
  white-space: pre-wrap;
  word-break: break-word;*/
    }

    .medium-blog code {
        /*  font-family: monospace;*/
        /*  color: #d6336c;*/
        background-color: rgba(27,31,35,0.05);
        padding: .2em .4em;
        margin: 0;
        font-size: 100%;
        border-radius: 3px;
        word-break: break-word;
    }