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

.custom-color {
  color: #001FFF;
  font-weight: 600;
  text-align: justify;
}

html {
  min-width: fit-content;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}


body {
  background: #021FFF;
  color: #2f3138;
  font-family: "Poppins", sans-serif;
}


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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", 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: #066cd3;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

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

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

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

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


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

.version-details .section-header {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 20px;
}

/*
  .section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #066cd3;
    bottom: 0;
    left: calc(50% - 25px);
  }
  */
#speakers .section-header h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 77px;
  line-height: 116px;
  color: #001FFF;
}

#speakers .section-header p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  text-transform: capitalize;
  color: #010F77;
  text-align: center;
  width: 60%;
}

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


/*--------------------------------------------------------------
  # Marquee
  --------------------------------------------------------------*/
.news-marquee {
  height: 25px;
  background-color: #001FFF;
  color: #fff;
  font-family: "Poppins";
}

.news-marquee span {
  margin: auto 30px;
}

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

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

#header.header-scrolled,
#header.header-fixed {
  background: #010839;
  height: 94px;
  padding: 0;
  transition: all 0.5s;
}

#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

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

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

/* Nav Menu Essentials */

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

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

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

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

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

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

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

/* Nav Menu Arrows */

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

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

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


/* Nav Meu Styling */

.nav-menu a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  outline: none;
}

.nav-menu .dropdown-menu a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  outline: none;
  padding: 10px;
  border-bottom: .5px solid rgb(151, 151, 151);
}

.nav-menu .dropdown-menu a:hover {
  background-color: #001FFF;
  color: #fff;
  transition: .3s ease-in-out;
  border-bottom: none;
}

.nav-menu a i .fa-chevron-down {
  font-size: 12px;
  vertical-align: middle;
  height: 16px;
}


.nav-menu .menu-active a,
.nav-menu a:hover {
  color: rgb(255, 255, 255, 0.8);
}

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

.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;
  padding: 0px 0 0px 8px;
  border: 1px solid #fff;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  font-family: 'Poppins';
}

.nav-menu li.buy-tickets a i {
  background: #fff;
  padding: 6px;
  margin-left: 8px;
  color: #000;
}

.nav-menu li.buy-tickets a:hover {
  background: rgb(255, 255, 255);
  color: #00052C;
  border: 1px solid #00052C;
}

.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: #066cd3;
  color: #fff;
}

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

/* Mobile Nav Toggle */

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

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

/* Mobile Nav Styling */

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

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

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

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

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

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

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

#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 {
    position: relative;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #00052C 0%, #001FFF 70%);
}

#intro:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 31, 255, 0.4) .1em, transparent .1em), linear-gradient(90deg, rgba(0, 31, 255, 0.4) .1em, transparent .1em);
  background-size: 5em 5em;

}

#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: 200px 15px 80px 20px;
}

#intro h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 103px;
  line-height: 102px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 1;
}

#intro h1 span {
  color: #066cd3;
  z-index: 1;
}

#intro p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  text-transform: capitalize;
  color: #FFFFFF;
  z-index: 1;
}


@-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;
  }
}

/*--------------------------------------------------------------
  # cards
  --------------------------------------------------------------*/
#cards {
  position: relative;
  background-color: #00062A;
  padding: 80px 10px 40px;
}
#cards .card img{
  border-radius: .75rem;
  padding: 10px;
  width: 100%;
}
#cards .card{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0px;
  padding: 10px;
  transition: transform .2s ease-in-out;
}

#cards .card:hover{
  transform: scale(1.05);
}


#cards .card .content{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
#cards .card .content h3{
  font-size: 20px;
  font-weight: 600;
}
#cards .card .content p{
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  height: 120px;
}

#cards .card .content .get-ticket-button {
  position: relative;
  display: flex;
  background-color: #021FFF;
  width: 100%;
  text-align: center;
  font-size: 20px;
  border-radius: 0.125rem;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

#cards .card .content .get-ticket-button::before {
  left: 0px;
  position: absolute;
  content: "\25BA\25BA";
  letter-spacing: -.5cap;
  color: #021FFF00;
  transition: all .2s ease-in-out;
}

#cards .card .content .get-ticket-button::after {
  right: 8px;
  text-align: right;
  position: absolute;
  content: "\25C4\25C4";
  letter-spacing: -.5cap;
  color: #021FFF00;
  transition: all .2s ease-in-out;
}

#cards .card .content .get-ticket-button:hover{
  background-color: #fff;
  color: #021FFF;
}

#cards .card .content .get-ticket-button:hover > a{
  color: #021FFF;
}

@keyframes left-arrow {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(30px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes right-arrow {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0px);
  }
}

#cards .card .content .get-ticket-button:hover::before {
  color: #021FFF;
  animation: left-arrow .5s ease-in-out infinite;
}

#cards .card .content .get-ticket-button:hover::after {
  color: #021FFF;
  animation: right-arrow .5s ease-in-out infinite;
}

#cards .card .content .get-ticket-button a{
  width: 100%;
}



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

#about {
  position: relative;
  color: #fff;
  padding: 20px 0;
  margin: 120px 0 0 0;
}

#about h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 69px;
  line-height: 70px;
  /* or 101% */
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 115px;
}

#about h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 22px;
  /* identical to box height, or 63% */
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 15px;
}


#about p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  /* or 117% */
  text-align: justify;
  text-transform: capitalize;
  color: #FFFFFF;
  width: 80%;
}

#about .steps {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  /* or 117% */

  text-align: justify;
  text-transform: capitalize;

  color: #FFFFFF;
}

#about .ticket-section img {
  width: 90%;
  width: 271px;
  height: 249px;
}

.ticket-section {
  background-color: #fff;
  margin: 10px;
  width: 345px;
}

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

#speakers {
  padding: 100px 0 50px 0;
  position: relative;
  margin-bottom: 100px;
}

#speakers .part-of-design {
  background: #001FFF;
  height: 22px;
  position: absolute;
  right: 0;
  top: -1px;
  width: 65%;
  z-index: -1;
}

#speakers .part-of-design2 {
  background: #001FFF;
  height: 75px;
  position: absolute;
  left: 0;
  top: 103%;
  width: 30.5%;
}

#speakers .part-of-design3 {
  background: #001FFF;
  height: 75px;
  position: absolute;
  left: 0;
  top: 98%;
  width: 10%;
}

#speakers .part-of-design4 {
  background: #001FFF;
  height: 75px;
  position: absolute;
  right: 0;
  top: 103%;
  width: 14%;
}

#venue .part-of-design5 {
  background: #00052C;
  height: 60px;
  position: absolute;
  top: 106%;
  width: 80%;
  right: 0;
  left: auto;
}

#venue .part-of-design6 {
  background: #00052C;
  height: 60px;
  position: absolute;
  top: 111%;
  width: 20%;
  right: 0;
  left: auto;
}



#speakers .speakers-bottom-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 39px;
  text-decoration-line: underline;
  color: #001FFF;
  position: absolute;
  top: 99%;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#speakers .speaker .rec-left {
  position: absolute;
  top: 0;
  left: 0;
}

#speakers .speaker .rec-right {
  position: absolute;
  top: 0;
  right: 0;
}

#speakers .speaker .rec-right-bottom {
  position: absolute;
  top: 30px;
  right: 30px;
}

#intro .header-of-speakers-section {
  position: absolute;
  top: 99%;
  left: 32%;
  font-family: 'Poppins';
  padding: 20px 15px 5px 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 31px;
  line-height: 46px;
  background-color: #001FFF;
  color: #fff;
  text-transform: uppercase;
}

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

#speakers .speaker .details {
  background: rgba(1, 15, 119, 0.8);
  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);
  font-family: "Poppins";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#schedule {
  padding: 60px 0 60px 0;
  background: linear-gradient(180deg, #001FFF 0%, #00052C 100%);
  color: #fff;
}

#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 {
  padding: 2px 0;
  width: 345px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 49px;
  line-height: 74px;
  color: #fff;
  border: 4px solid #FFFFFF;
  border-radius: 70px;
  margin: 10px;
}

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


#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 time {
  padding-bottom: 5px;
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
  color: #FFFFFF;
}

#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 {
  margin-bottom: 5px;
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
}

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

#schedule .schedule-item p {
  margin-bottom: 0;
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;

  color: #DADADA;
}



#schedule .section-header h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 77px;
  line-height: 116px;
  color: #fff;
}

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

#venue {
  padding: 50px 0 20px 0;
  position: relative;
}

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

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

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

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

#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 .no-gutters h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 84px;
  line-height: 72px;
  color: #FFFFFF;
  padding: 20px 0 10px 0;
}

.to-past-editions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.to-past-editions h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  color: #FFFFFF;
}

.to-past-editions img {
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
  # Sponsors Section
  --------------------------------------------------------------*/
#sponsors {
  padding: 93px 0;
  position: relative;
  z-index: -1;
}


#sponsors:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -22px;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 31, 255, 0.2) .1em, transparent .1em), linear-gradient(90deg, rgba(0, 31, 255, 0.2) .1em, transparent .1em);
  background-size: 5em 5em;
}

#sponsors .part-of-sponsors-design {
  background: #001FFF;
  height: 60px;
  position: absolute;
  left: 0;
  top: 96%;
  width: 73.8%;
}


#sponsors .section-header {
  text-align: center;
}

#sponsors .section-header h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 73px;
  line-height: 65px;
  text-transform: uppercase;
  color: #00052C;
}

#sponsors .section-header p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 65px;
  text-transform: uppercase;
  color: #00052C;
  margin-bottom: 0;
}

#sponsors .more-sponsors-link {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 39px;
  margin-top: 68px;
  text-align: center;
  text-transform: uppercase;
  text-decoration-line: underline;
  color: #00052C;
}


#sponsors .sponsor-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  overflow: hidden;
  height: 80px;
  margin: 0px;
}

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

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

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

#faqs {
  margin: 0;
  padding: 90px 0 0 0;
  background-color: #021FFF;
  color: #fff;
}

#faqs .section-header{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#faqs .section-header h2{
  font-style: normal;
  font-weight: 800;
  font-size: 69px;
  line-height: 77px;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;

}

#faqs .section-header img{
  height: 231px;
}

#faq {
  background-color: #021FFF;
  padding: 10px 0 30px ;
}

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

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

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

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

#faq #faq-list p {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 25px;
}

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

#faq #faq-list a.collapsed {
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 35px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

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

/*--------------------------------------------------------------
  # Tickets
  --------------------------------------------------------------*/
  #tickets {
    background-color: #021FFF;
    margin: 0;
    padding: 90px 0;
    height: 500px;
  }
  
  
  #tickets .ticket-background {
    position: relative;
    background: linear-gradient(90deg, #2b4bff70 0%, #62bbff70 100%);
    width: 740px;
    height: 350px;
  }
  
  #tickets .ticket-background .free-ticket {
    left: 0;
    top: 0;
    width: 740px;
    height: 350px;
    background-color: #ffffff;
    transition: left .3s ease-in-out, top .3s ease-in-out, width .3s ease-in-out;
    position: absolute;
  }
  #tickets .ticket-background .free-ticket:hover {
    left: 15px;
    top: -15px;
  }
  
  #tickets .ticket-background .free-ticket h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
    text-transform: uppercase;
    color: #021FFF;
    margin: 32px 25px;
  }
  
  #tickets .ticket-background .free-ticket .incline-arrow {
    right: 4%;
    top: 8%;
    position: absolute;
    height: 80px;
  }
  
  #tickets .ticket-background .free-ticket div {
    bottom: 0;
    margin: 0;
    position: absolute;
    height: 75px;
    width: 100%;
    background: #00062A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
  }

/*--------------------------------------------------------------
  # Reviews & FAQs
  --------------------------------------------------------------*/

#reviews {
  padding: 60px 0 60px 0;
  background: linear-gradient(180deg, #001FFF 0%, #00052C 100%);
  color: #fff;
}

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

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

#reviews .nav-tabs a {
  padding: 2px 0;
  width: 345px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 49px;
  line-height: 74px;
  color: #fff;
  border: 4px solid #FFFFFF;
  border-radius: 70px;
  margin: 10px;
}

#reviews .nav-tabs a.active {
  background: #fff;
  color: #001FFF;
}


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

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

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


#reviews .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
  color: #FFFFFF;
}

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

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

#reviews .schedule-item h4 {
  margin-bottom: 5px;
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
}

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

#reviews .schedule-item p {
  margin-bottom: 0;
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;

  color: #DADADA;
}



#reviews .section-header h2,
.section-header h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 73px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

#reviews .review-item {
  height: 211px;
  width: 344px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
}


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

#footer {
  background: #001FFF;
  color: #eee;
  font-size: 14px;
}

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

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

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

#footer .footer-top .footer-info img {
  height: 82px;
}

#footer .footer-top .footer-info p {

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 42px;
  text-transform: capitalize;
  color: #001FFF;
  position: absolute;
  top: 82%;
  left: 15px;
  text-align: center;

}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  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: #066cd3;
  color: #000;
}

#footer .footer-top h4 {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 4px solid #001FFF;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #001FFF;
}

#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 li {
  padding: 4px 0;
}

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

#footer .footer-top .footer-links ul a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #001FFF;

}

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

#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: #066cd3;
  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 {
  display: flex;
  justify-content: space-between;
  height: 60px;
  padding: 15px 0;
}

#footer .copyright p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
  color: #FFFFFF;
}

#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 (max-width: 0px) {
  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
}

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

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

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

}

@media (max-width: 1440px){
  .more-sponsors-link a{
    font-size: 64px;
  }
}

@media (max-width: 1200px){
  #about h2{
    font-size: 60px;
    line-height: 65px;
  }

  #about h3{
    font-size: 32px;
  line-height: 20px;
  }
}

@media (max-width: 1024px){
  #intro .intro-container h1{
    font-size: 80px;
    line-height: 100px;
  }
  #venue .no-gutters h2{
    font-size: 69px;
  }
  .more-sponsors-link a{
    font-size: 50px;
  }

  #reviews .review-item {
    width: 280px;
  }

  #ticket .ticket-background .free-ticket{
    width: 560px;
  }

}

@media (max-width: 768px){

  #faqs .section-header h2{
    font-size: 42px;
    line-height: 55px;
    padding-right: 20px;

  }
  
  #faqs .section-header img{
    height: 150px;
  }

  #tickets .ticket-background {
    width: 500px;
    height: 250px;
  }

  #tickets .ticket-background .free-ticket {
    left: 0;
    top: 0;
    width: 500px;
    height: 250px;
  }

  #tickets .ticket-background .free-ticket h2 {
    font-size: 56px;
    line-height: 56px;
    margin: 24px 15px;
  }
  #tickets .ticket-background .free-ticket div {
    height: 53px;
  }

}

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

  #header .container {
    margin-top: 15px;
  }

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

  #mobile-nav-toggle {
    display: inline;
    margin: 40px 15px 0 0;
  }

  .news-marquee {
    position: fixed;
    top: 0;
  }

  .news-marquee span {
    margin: auto 30px;
  }
}

@media (max-width: 673px){
  #intro .intro-container h1{
    font-size: 50px;
    line-height: 65px;
  }
}

@media (max-width: 480px){

  #intro .intro-container{
    padding-bottom: 60px;
  }

  #intro .intro-container h1{
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 320px){

  #intro .intro-container h1 {
    font-size: 32px;
    line-height: 34px;
  }

  #faqs .section-header {
    justify-content: center;
  }
  #faqs .section-header h2{
    font-size: 28px;
    line-height: 30px;
  }
  #faqs .section-header img{
    height:90px;
  }
  #faqs .section-header img{
    height:90px;
  }

  #faq{
    padding: 0 70px;
  }
  #faq #faq-list a.collapsed{
    font-size: 18px;
  }
  #faq #faq-list a.collapsed i{
    font-size: 14px;
  }

  #tickets {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding: 0;
  }
  #tickets .ticket-background {
    width: 280px;
    height: 140px;
  }

  #tickets .ticket-background .free-ticket {
    left: 0;
    top: 0;
    width: 280px;
    height: 140px;
  }

  #tickets .ticket-background .free-ticket h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 12px 15px;
  }
  #tickets .ticket-background .free-ticket .incline-arrow {
    height: 50px;
  }
  #tickets .ticket-background .free-ticket div {
    height: 30px;
  }
  #tickets .ticket-background .free-ticket div img{
    height: 20px;
  }

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

  #footer .copyright {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

}