body {
  margin: 0;
}

section {
  padding: 120px 0;
}

:root {
  --tan-color: #a99a80;
  --black-color: #000000;
  --white-color: #fff;
  --red-color: #892332;
  --yellow-color: #febd11;
}

@media all and (max-width: 992px) {
  section {
    padding: 50px 0;
  }
}

.wood-bg {
  background-image: url("./assets/img/wood-background.jpg");
  background-size: cover !important;
  background-position: center;
}

.paper-bg {
  background-image: url("./assets/img/paper-background.jpg");
  background-size: cover !important;
  background-position: center;
}

.line-art {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  position: relative;
}

.line-art:before,
.line-art:after {
  content: "";
  border-top: 2px solid;
  margin: 0 5px 0 5px;
  flex: 1 0 20px;
  color: #000;
  max-width: 150px;
}

.line-art-gold {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  position: relative;
}

.line-art-gold:before,
.line-art-gold:after {
  content: "";
  border-top: 2px solid;
  margin: 0 5px 0 5px;
  flex: 1 0 20px;
  color: #a99a80;
  max-width: 150px;
}

/* Navigation
	 ========================================================================== */

.site-header .fixed-top {
  position: absolute !important;
}
@media all and (max-width: 992px) {
  .site-header .fixed-top {
    position: fixed !important;
  }
}

.site-header .navbar .nav-item .nav-link {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  transition: 0.5s all ease-in-out;
  display: inline-block;
}
.site-header .navbar .nav-item .nav-link:after {
  content: "";
  width: 0;
  height: 2px;
  background: #a99a80;
  transition: 0.5s all ease-in-out;
  display: block;
}

.site-header .navbar .nav-item:hover .nav-link {
  color: #a99a80;
}

.site-header .navbar .nav-item:hover .nav-link:after {
  width: 100%;
}

.fixed-top.scrolled {
  background-color: #a99a80 !important;
  transition: background-color 200ms linear;
}

.fixed-top.scrolled .nav-link:hover {
  color: #000 !important;
}

.scrolled .navbar-brand img {
  width: 150px;
  transition: 0.5s all ease-out;
}

@media all and (max-width: 992px) {
  .site-header .bg-transparent {
    background-color: #a99a80 !important;
  }
  .site-header .navbar .navbar-brand img {
    width: 150px;
  }
}

/* Homepage Templates
	 ========================================================================== */
.home-hero {
  height: 100vh;
  position: relative;
  width: 100%;
  min-height: 800px;
  background-color: #000;
}

.home-hero .bg-image {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.home-hero .mobile-bg {
  display: none;
}

.home-hero .inner-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex-direction: column;
}

.home-hero .inner-wrap img {
  width: 650px;
}

.home-hero .date-location {
  text-align: center;
  margin-top: 25px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.home-hero .date-location span {
  margin-right: 15px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-left: 50px;
}

.home-hero .date-location span:after {
  background: url("./assets/img/wheat-gold.png");
  background-size: cover;
  height: 35px;
  width: 35px;
  left: -35px;
  top: -1px;
  position: absolute;
}

.home-hero .date-location span svg {
  margin-right: 5px;
  color: var(--yellow-color);
}

.home-hero .button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}

.home-hero .blacksword-font {
  color: var(--tan-color);
}

.home-hero .button-wrap .button-fqf {
  font-size: 21px;
  font-weight: 600;
  padding: 18px 25px;
  margin-right: 20px;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #ffffff 50%, #febd11 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  color: #000;
  line-height: 21px;
  text-decoration: none;
  border-radius: 25px;
}
.home-hero .button-wrap .button-fqf:after {
  content: "" !important;
}

.home-hero .button-wrap .button-fqf:hover {
  background-position: left bottom;
  color: #febd11;
  padding: 18px 25px !important;
}

.hero-bottom .inner-wrap {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 60px 20px;
  overflow: hidden;
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 5px solid var(--yellow-color);
  margin-left: -30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hero-bottom .inner-wrap h2 {
  font-size: 2.5rem;
  line-height: 2.7rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-bottom .inner-wrap p {
  font-size: 21px;
  line-height: 1.5em;
  margin-top: 15px;
}

@media all and (max-width: 1400px) {
  .home-hero .date-location span {
    margin-right: 15px;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    margin-left: 50px;
  }

  .hero-bottom .inner-wrap {
    padding: 30px;
  }

  .hero-bottom .inner-wrap h2 {
    font-size: 2rem;
    line-height: 2.1rem;
    text-align: center;
  }

  .hero-bottom .inner-wrap p {
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 15px;
  }
  .home-hero .inner-wrap img {
    width: 550px;
  }
}

@media all and (max-width: 992px) {
  .home-hero {
    height: 70vh;
    position: relative;
    width: 100%;
    min-height: 700px;
    margin-top: 25px;
  }
  .home-hero .inner-wrap img {
    width: 95%;
  }

  .hero-bottom .inner-wrap {
    padding: 20px 15px;
    margin-left: 0;
  }
  .home-hero .date-location span {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .home-hero .mobile-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
  }
  .home-hero .image-wrap {
    display: none;
  }
}

.hero-bottom .registration-info a {
  color: var(--red-color);
  font-weight: 600;
}

.hero-bottom .inner-wrap .registration-info .button-fqf {
  font-size: 17px;
  font-weight: 600;
  padding: 18px 25px;
  margin-right: 15px;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: linear-gradient(to right, #ffffff 50%, var(--yellow-color) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  line-height: 17px;
  text-decoration: none;
  display: block;
  max-width: 220px;
  margin: 1rem auto;
  border: 1px solid transparent;
  border-radius: 25px;
}

.hero-bottom .registration-info .button-fqf:hover {
  background-position: left bottom;
  color: var(--yellow-color);
  border: 1px solid var(--yellow-color);
  padding: 18px 25px !important;
}

.hero-bottom .registration-info .button-fqf:after {
  content: "" !important;
}

@media all and (max-width: 1024px) {
  .home-hero {
    padding: 6rem 0;
    background-size: cover !important;
  }

  .home-hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .home-hero .date-location {
    text-align: center;
    margin-top: 15px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
  }

  .home-hero .date-location span {
    font-size: 24px;
    display: block;
    color: #fff;
    margin-bottom: 15px;
  }

  .home-hero img {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: block;
    width: 95%;
  }

  .hero-bottom h1 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 1rem;
  }

  .hero-bottom p {
    font-size: 18px;
  }
  .hero-bottom .registration-info .button-fqf {
    margin: 0 auto;
    padding: 12px 15px;
  }

  .home-hero .button-wrap {
    display: block;
  }

  .home-hero .button-wrap {
    display: block;
  }

  .home-hero .button-wrap .button-fqf {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 12px 15px;
  }
}

.home-info {
  background: #000;
}

.home-info h2 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 600;
}

.inner-header .line-art-gold {
  position: relative;
  z-index: 2;
}

.home-info h2:before,
.home-info h2:after {
  content: "";
  border-top: 3px solid;
  margin: 0 5px 0 5px;
  flex: 1 0 20px;
  color: var(--yellow-color);
  max-width: 150px;
}

.home-info .button-fqf {
  font-size: 17px;
  font-weight: 600;
  padding: 18px 25px;
  margin-top: 1.5rem;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #ffffff 50%, var(--yellow-color) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  color: #000;
  line-height: 17px;
  text-decoration: none;
  max-width: 220px;
  display: block;
  border-radius: 25px;
}

.home-info .button-fqf:hover {
  background-position: left bottom;
  color: var(--yellow-color);
  padding: 18px 25px !important;
}

@media all and (max-width: 992px) {
  .home-info h2 {
    font-size: 2rem;
    line-height: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 2rem;
  }
}

.home-info .agenda-item .inner-wrap {
  overflow: hidden;
  border-bottom: 1px solid var(--yellow-color);
  text-align: left;
}

.home-info .agenda-item .inner-wrap h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}

.home-info .agenda-item .inner-wrap svg {
  vertical-align: baseline;
  color: var(--yellow-color);
  font-weight: 600;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 5px;
  margin-right: 5px;
}
.home-info .agenda-item .inner-wrap img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 45px;
}
.home-info .agenda-item .inner-wrap p {
  color: #fff;
  font-size: 1.2rem;
}

@media all and (max-width: 992px) {
  .home-info .agenda-item .inner-wrap h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .home-info .agenda-item .inner-wrap svg {
    margin-top: 1.2rem;
  }
  .home-info .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}

.home-banner {
  padding: 40px 0;
  width: 100%;
}

.home-banner h2 {
  font-size: 34px;
  text-align: center;
}

.home-banner p {
  font-size: 30px;
  text-align: center;
}

.home-banner p a {
  color: #892332;
  transition: 0.5s all linear;
}

.home-banner p a:hover {
  color: #000000;
  transition: 0.5s all linear;
}

.home-blocks {
  padding: 0;
}

.home-blocks .home-block {
  background-size: cover;
  background-position: center;
  position: relative;
}

.home-blocks .home-block:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-blocks .home-block .block-wrap {
  position: relative;
  z-index: 2;
  padding: 60px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.home-blocks .home-block .block-wrap h3 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.home-blocks .home-block .block-wrap p {
  font-size: 18px;
  color: #fff;
  list-style-type: none;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  font-weight: 500;
}

.home-blocks .home-block .block-wrap .button-fqf {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #ffffff 50%, var(--yellow-color) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease out;
  color: #000;
  line-height: 17px;
  text-decoration: none;
  display: block;
  max-width: 220px;
  margin: 30px auto;
  border-radius: 25px;
}

.home-blocks .home-block .block-wrap .button-fqf:after {
  content: "" !important;
}

.home-blocks .home-block .block-wrap .button-fqf:hover {
  background-position: left bottom;
  color: var(--yellow-color);
  padding: 15px 20px !important;
}

.home-blocks .home-block:nth-of-type(even) {
  background-color: #892332;
}

.home-blocks .home-block:nth-of-type(even) .block-wrap h3 {
  color: var(--white-color);
}

.home-blocks .home-block:nth-of-type(even) .block-wrap .button-fqf {
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.5s ease-out !important;
  background: linear-gradient(to right, #892332 50%, #ffffff 50%);
  color: var(--red-color);
  border: 1px solid transparent;
  border-radius: 25px;
}

.home-blocks .home-block:nth-of-type(even) .block-wrap .button-fqf:hover {
  background-position: left bottom !important;
  border: 1px solid #fff;
  color: #fff;
}

.home-blocks .home-block:nth-of-type(even):before {
  content: "";
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media all and (max-width: 1024px) {
  .home-blocks .home-block .block-wrap {
    padding: 65px 25px;
  }

  .home-blocks .home-block .block-wrap h3 {
    font-size: 1.5rem;
  }

  .home-blocks .home-block .block-wrap p {
    max-width: 100%;
    font-size: 17px;
  }

  .home-blocks .home-block .block-wrap .button {
    margin: 10px auto;
    padding: 10px 15px;
  }
}

/* Inner Header
	 ========================================================================== */

.inner-header {
  padding: 10rem 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.inner-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.inner-header h1 {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.inner-header .line-art-gold {
  position: relative;
  z-index: 2;
}

.inner-header h1:before,
.inner-header h1:after {
  content: "";
  border-top: 3px solid;
  margin: 0 5px 0 5px;
  flex: 1 0 20px;
  color: var(--yellow-color);
  max-width: 150px;
}

@media all and (max-width: 992px) {
  .inner-header h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .inner-header {
    margin-top: 40px;
    padding: 6rem 0;
  }
}

.inner-header .agenda-button-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 25px;
}

.inner-header .agenda-button-wrap a {
  font-size: 17px;
  font-weight: 600;
  padding: 18px 25px;
  margin-right: 20px;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #ffffff 50%, var(--yellow-color) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  color: #000000;
  line-height: 17px;
  text-decoration: none;
  max-width: 220px;
  border-radius: 25px;
}

.inner-header .agenda-button-wrap a:hover {
  background-position: left bottom;
  color: var(--yellow-color);
}

@media all and (max-width: 992px) {
  .inner-header .agenda-button-wrap {
    display: flex;
    position: relative;
    z-index: 2;
    margin-top: 25px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .inner-header .agenda-button-wrap a {
    font-size: 17px;
    font-weight: 600;
    padding: 12px 15px;
    margin-bottom: 25px;
    width: 200px;
    margin-right: 0;
  }
}

/*Agenda Page
	 ========================================================================== */

#fqf_agenda .container-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}

#fqf_agenda .container-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  height: 3px;
  width: 300px;
  background-color: var(--yellow-color);
}
@media all and (max-width: 992px) {
  #fqf_agenda .container-title {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
}

#fqf_agenda .tabs-container {
  margin: 0 auto;
  width: 100%;
}

#fqf_agenda .tabs-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 35px;
}

#fqf_agenda .tabs-container ul li {
  padding: 20px;
  font-size: 18px;
  background: var(--yellow-color);
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  margin-right: 15px;
  transition: 0.3s;
}

#fqf_agenda .agenda-schedule .tabs-container ul li:hover {
  color: #892332;
  transition: 0.3s;
  background: #fff;
  border: 1px solid #892332;
}

#fqf_agenda .tabs-container ul li.active {
  color: #892332;
  border: 1px solid #892332;
  background: #fff;
}

#fqf_agenda .tab-content {
  display: none;
  padding: 35px 15px;
}

#fqf_agenda .tab-content.current {
  display: inherit;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #892332 !important;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

#fqf_agenda .speaker-wrap {
  background-color: #892332;
}

#fqf_agenda .speaker-wrap h3 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  color: #fff;
}

#fqf_agenda .speaker-wrap h4 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
  color: #fff;
  padding-bottom: 10px;
}

#fqf_agenda .speaker-wrap img {
  display: block;
  margin: 20px auto;
  width: 150px;
  border: 2px solid #fff;
  border-radius: 50%;
}

#fqf_agenda .agenda-wrap {
  background: #fff;
  z-index: 2;
  padding: 25px 20px;
  overflow: hidden;
  border: 1px solid #e2e3e4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 2px solid var(--yellow-color);
  margin-bottom: 1.5rem;
  position: relative;
}

#fqf_agenda .agenda-wrap h3 {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 15x;
}
#fqf_agenda .agenda-wrap .time {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#fqf_agenda .agenda-wrap h4 {
  font-size: 1.2rem;
}

#fqf_agenda .agenda-wrap a {
  color: #892332;
  text-decoration: none;
  font-weight: 600;
}

#fqf_agenda .accordion-item .accordion-body {
  font-size: 1.2rem;
}

/* Hotel & Travel */

#hotel_info .hotel-button {
  font-size: 17px;
  font-weight: 600;
  padding: 18px 25px;
  margin-right: 20px;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #ffffff 50%, #a99a80 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  color: var(--white-color);
  line-height: 17px;
  text-decoration: none;
  max-width: 220px;
  display: block;
  margin-top: 15px;
  border: 1px solid transparent;
}

#hotel_info .hotel-button:hover {
  background-position: left bottom;
  color: #a99a80;
  border: 1px solid #a99a80;
}

#hotel_info .top-wrap {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 60px 20px;
  overflow: hidden;
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 5px solid var(--yellow-color);
  margin-right: -40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#hotel_info .top-wrap a {
  color: var(--yellow-color);
  transition: 0.3s;
}

#hotel_info .top-wrap a:hover {
  color: #000;
  transition: 0.3s;
}

#hotel_info .inner-wrap {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 60px 20px;
  overflow: hidden;
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 5px solid var(--yellow-color);
  display: flex;
  flex-direction: column;
  height: 100%;
}

#hotel_info .inner-wrap a {
  color: #a99a80;
  transition: 0.3s;
}

#hotel_info .inner-wrap a:hover {
  color: #000;
  transition: 0.3s;
}

@media all and (max-width: 992px) {
  #hotel_info .top-wrap {
    padding: 20px 15px;
    margin-right: 0;
  }
  #hotel_info .inner-wrap h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

@media all and (max-width: 1300px) {
  #hotel_info .inner-wrap {
    padding: 30px 20px;
  }
}

#hotel_info .inner-wrap h2 {
  font-size: 2.4rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

#hotel_info .inner-wrap p {
  font-size: 21px;
}

#hotel_info .top-wrap h2 {
  font-size: 2.4rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

#hotel_info .top-wrap p {
  font-size: 21px;
}

@media all and (max-width: 992px) {
  #hotel_info .inner-wrap {
    padding: 20px 15px;
    margin-right: 0;
  }
  #hotel_info .inner-wrap h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

#travel_info a {
  color: var(--yellow-color);
  text-decoration: none;
  transition: all 5s ease-in;
}

#travel_info .travel-item {
  margin-bottom: 3rem;
}

#travel_info .travel-item .inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  overflow: hidden;
  border-left: 5px solid var(--yellow-color);
}

#travel_info .travel-item .inner-wrap h3 {
  padding: 20px 25px;
  font-size: 2rem;
  color: #000;
  text-transform: uppercase;
}

#travel_info .travel-item .inner-wrap ul {
  margin-left: 2rem;
}

@media all and (max-width: 992px) {
  #travel_info .travel-item .inner-wrap h3 {
    padding: 20px 25px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    text-transform: uppercase;
  }

  #travel_info .travel-item .inner-wrap ul {
    margin-left: 1.5rem;
  }
}

#travel_info .travel-item .inner-wrap ul li {
  font-size: 19px;
  color: #231f20;
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

#travel_info .travel-item .inner-wrap ul li {
  font-size: 19px;
  color: #231f20;
  position: relative;
  list-style-type: square;
  margin-bottom: 20px;
  margin-top: 20px;
}

#travel_info .travel-item .inner-wrap p {
  font-size: 19px;
  color: #231f20;
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 2rem;
}

/* Registration Info */

#registration_top .registration-item .inner-wrap {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #fff;
  border-right: 5px solid var(--yellow-color);
  margin-bottom: 3rem;
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#registration_top .registration-item .inner-wrap h3 {
  font-size: 28px;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
#registration_top .registration-item .inner-wrap p {
  font-size: 21px;
  line-height: 1.5em;
  color: #000;
  text-align: left;
}

@media all and (max-width: 992px) {
  #registration_top .registration-item .inner-wrap {
    margin-left: 0;
    padding: 20px 15px;
    margin-bottom: 1rem;
  }
  #registration_top .registration-item .inner-wrap h3 {
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
  }
  #registration_top .registration-item .inner-wrap p {
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    text-align: left;
  }
}

#registration_top .registration-header h2 {
  color: #000;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

#registration_top .registration-header p {
  font-size: 28px;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 2rem;
  text-align: center;
}

@media all and (max-width: 992px) {
  #registration_top h2 {
    font-size: 2rem;
    line-height: 1.8rem;
    text-align: center;
  }
  #registration_top .registration-header p {
    font-size: 24px;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 2rem;
    text-align: center;
  }
}

#registration_top a {
  font-size: 21px;
  display: block;
  width: 200px;
  color: #fff;
  background: linear-gradient(to right, #ffffff 50%, var(--yellow-color) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
  border: 1px solid transparent;
  font-weight: 600;
}

#registration_top a:hover {
  background-position: left bottom;
  color: var(--yellow-color);
  border: 1px solid var(--yellow-color);
}

#registration_events h2 {
  color: #a99a80;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

@media all and (max-width: 992px) {
  #registration_events h2 {
    font-size: 2rem;
    line-height: 1.8rem;
    text-align: center;
  }
  #registration_top .registration-header h2 {
    color: #000;
    font-size: 2rem;
    line-height: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
  }
}

#registration_events .registration-item .inner-wrap {
  background: #fff;
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  border: 1px solid #e2e3e4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 5px solid #a99a80;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#registration_events .registration-item .inner-wrap h3 {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

#registration_events .registration-item .inner-wrap p {
  font-size: 18px;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 5px;
}

#registration_bottom .contact-banner {
  padding: 25px 0;
}

#registration_bottom .contact-banner p {
  font-size: 21px;
  color: #000;
  text-align: center;
  margin: 0 auto;
  max-width: 65%;
}

@media all and (max-width: 992px) {
  #registration_bottom .contact-banner p {
    max-width: 95%;
  }
}

#registration_bottom .contact-banner .button {
  font-size: 17px;
  display: block;
  width: 180px;
  text-transform: uppercase;
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  color: #a99a80;
  border: 2px solid #a99a80;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#registration_bottom .contact-banner .button:hover {
  background-position: left bottom;
  color: #a99a80;
}

#registration_bottom .container .inner-wrap {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  overflow: hidden;
  border: 1px solid #e2e3e4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 5px solid var(--yellow-color);
  margin-bottom: 2rem;
}

#registration_bottom .container .inner-wrap h2 {
  font-size: 32px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}

#registration_bottom .container .inner-wrap p {
  font-size: 21px;
  color: #000;
  line-height: 1.5em;
}

#registration_bottom a {
  color: var(--yellow-color);
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  transition: 0.3s;
}

#registration_bottom a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--yellow-color);
  transition: 0.3s;
}

#registration_bottom a:hover:after {
  width: 100%;
}

/* Speaker Info */

#fqf_speakers .fqf-speaker {
  margin-bottom: 75px;
}

#fqf_speakers .fqf-speaker .speaker-info {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 25px 40px;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 5px solid var(--yellow-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -15px;
}

@media all and (max-width: 1024px) {
  #fqf_speakers .fqf-speaker .speaker-info {
    padding: 20px 15px;
    margin-left: 0;
  }
  #fqf_speakers .fqf-speaker {
    margin-bottom: 25px;
  }
}

#fqf_speakers .fqf-speaker .speaker-info h2 {
  font-size: 2rems;
  font-weight: 600;
  margin: 0;
}

#fqf_speakers .fqf-speaker .speaker-info h3 {
  font-size: 21px;
  font-style: italic;
}

#fqf_speakers .fqf-speaker .speaker-info h3 {
  font-size: 24px;
  font-style: italic;
}

#fqf_speakers .fqf-speaker .speaker-info .session-time {
  margin: 10px 0;
}

#fqf_speakers .fqf-speaker .speaker-info .session-time h4 {
  margin: 0;
  font-weight: 600;
}

#fqf_speakers .fqf-speaker .speaker-info .session-time a {
  color: #892332;
  font-weight: 600;
  font-size: 21px;
  text-decoration: none;
}

#fqf_speakers .fqf-speaker .speaker-info p {
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}

/* BQA Training */

#bqa_training {
  padding-top: 120px;
  padding-bottom: 0;
}

#bqa_training .inner-wrap {
  border-left: 5px solid #900;
  padding: 0 20px;
}

#bqa_training h2 {
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

#bqa_training p {
  font-size: 21px;
  line-height: 1.5em;
}

#bqa_training .training-wrap {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #000;
  border-left: 5px solid var(--red-color);
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#bqa_training .training-wrap ul li {
  font-size: 21px;
  margin-bottom: 15px;
}
#bqa_training .rwr {
  padding: 40px 0;
  background-color: #343434;
  margin-top: 3rem;
  color: #fff;
  text-align: center;
}
#bqa_training .rwr a {
  color: #e8e0cd;
  text-decoration: none;
}
#bqa_training .rwr img {
  display: block;
  margin: 20px auto;
  width: 450px;
}

@media all and (max-width: 992px) {
  #bqa_training h2 {
    font-size: 2rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
  #bqa_training .training-wrap ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #bqa_training p {
    font-size: 18px;
  }
  #bqa_training .rwr img {
    width: 300px;
  }
}

.site-footer .sponsor-logos img {
  width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.site-footer h4 {
  font-size: 28px !important;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.footer-bottom {
  background-color: #000;
  padding: 15px 0;
}
.footer-bottom p {
  margin: 0;
  color: var(--yellow-color);
  text-align: center;
  font-size: 16px;
}
