@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

:root {
  --green: #4aa173;
  --blue: #3484a5;
  --pink: #cf2d98;
  --gold: #f29e34;
}

label.required::after {
  content: " *";
  color: red;
}

span#grp_fld_1308670 p {
  font-size: 13px;
}

section#about {
  background-color: var(--pink) !important;
}

.reg-form-data .col-12 input[type="submit"] {
  color: #fff;
}

.welcomewrapper .row {
  display: flex;
  justify-content: center;
}

.btmbanner {
  margin-bottom: 30px;
}

.section.registration-form .container.full-page-container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.section.registration-form .row-content {
  padding: 0;
}

.section.registration-form {
  background-color: #cf2d98;
}

.section.registration-form .nw-frm-bldr.reg-form-wrap h3 {
  color: #fff;
  display: none;
}

.reg-form-data .col-12 input[type="submit"] {
  background-color: #49a072 !important;
  border-color: #49a072 !important;
}

body {
  font-family: "Open Sans", sans-serif;

  font-size: 15px;
}

.logo-left-en {
  text-align: left !important;
  padding: 20px 0 0;
}

.logo-left-en img {
  max-width: 170px;
}

.navbar-default .navbar-toggle {
  margin-top: -70px;
}

.header-content {
  background-color: #fff;
  padding: 10px 0 10px 0;
}

nav.navbar.navbar-default {
  margin-top: 13px;
  margin-bottom: 0;
}

.navbar-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.navbar-header i {
  font-size: 40px;
}

.video-sec {
  overflow: hidden;
  position: relative;
  text-align: center;
  min-height: 500px;
}

.embed-container {
  position: relative;
  padding-bottom: 33.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_top_area {
  background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/5513/content/files/1626154521banner-bg-png1626154521.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1080px;
  padding-top: 200px;
}

.top-right-section .navbar-collapse .navbar-nav {
  float: right;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 400;
  font-size: 17px;
  color: #4d4d4f !important;
  padding: 10px 20px;
  text-decoration: none !important;
}

.navbar-default .navbar-nav > li > a.btn {
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #3484a5;
  text-decoration: none !important;
}

.navbar-default .navbar-nav > li > a.btn-pink {
  color: #fff;
  margin-left: 12px;
}

.navbar-default .navbar-nav > li > a.btn-pink:hover,
.navbar-default .navbar-nav > li > a.btn-pink:focus {
  background-color: #ce72a9 !important;
  color: #fff;
}

.navbar-default .navbar-nav > li > a.btn-blue {
  color: #fff;
  margin-left: 12px;
}

.navbar-default .navbar-nav > li > a.btn-blue:hover,
.navbar-default .navbar-nav > li > a.btn-blue:focus {
  background-color: #669da7 !important;
  color: #fff;
}

.logos-row {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logos-row img {
  display: inline-block;
  margin: 14px;
  width: 240px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 130px;
  object-fit: contain;
}

.text-logo {
  width: 240px;
  height: 126px;
  margin: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.banner-wrap {
  position: relative;
  background-color: #fec632;
}

.sp-wrap .section-title {
  margin-bottom: 12px;
}

.sp-wrap {
  padding: 22px 0;
}

.banner-content {
  text-align: center;
  color: #fff;
  padding: 50px 0;
  font-family: "Open Sans", sans-serif;
}

.banner-logo img {
  border-radius: 10px;
}

.banner-content > h2 {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #fff;
}

.banner-content > h4 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #ffd255;
  font-weight: 600;
  font-style: italic;
}

.banner-content > h3 {
  line-height: 30px;
  font-size: 38px;
  /* margin: 0; */
}

.banner-content > h2 strong {
  color: #fdaf17;
}

.banner-content p {
  font-size: 40px;
  font-weight: 300;
}

.banner-content .desc {
  font-size: 24px;
  max-width: 710px;
  margin: auto;
  font-weight: 300;
}

.button {
  margin: 20px 0;
  text-align: center;
}

.button .btn {
  padding: 16px 40px;
  font-size: 24px;
  font-weight: 600;
  margin: 0 10px;
}

.button .btn:hover {
  opacity: 0.8;
}

.button.button-full {
  display: flex;
}

.button.button-full .btn {
  flex: 1;
  text-transform: uppercase;
}

.bottom-buttons {
  text-align: center;
}

.bottom-buttons .btn {
  padding: 16px 40px;
  font-size: 24px;
  font-weight: 600;
  margin: 0 10px;
}

.sp-bio {
  display: none;
}

.simple-section {
  padding: 60px 0;
  z-index: 0;
  position: relative;
}

.simple-section p {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 28px;
}

.simple-section ul {
  font-size: 18px;
}

.simple-section ul li {
  line-height: 28px;
}

.btn-yellow {
  background-color: #fec632 !important;
  color: #000;
}

.btn-yellow:hover {
  color: #000;
  background-color: #f29e34;
}

.btn-blue {
  background-color: #3484a5 !important;
  color: #fff;
}

.btn-blue:hover {
  color: #fff;
  background-color: #669da7;
}

.btn-pink {
  background-color: #cf2d98 !important;
  color: #fff;
}

.btn-pink:hover {
  color: #fff;
  background-color: #ce72a9;
}

.btn-black {
  background-color: #000 !important;
  color: #fff;
}

.btn-black:hover {
  color: #fff;
  background-color: #333;
}

.btn-gradient {
  background: linear-gradient(41.01deg, #f2662e 13.44%, #ef4177 86.54%);
  border-radius: 30px;
  color: #fff;
  padding: 12px 40px;
  font-size: 16px;
}

.icon-boxes {
  background-color: #fff;
  padding: 0;
  flex-shrink: 0;
  z-index: 1;
}

.icon-boxes-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: center;
}

.icon-boxes-wrap li {
  flex: 1;
  text-align: center;
  margin: 30px 8px;
  border: 2px solid transparent;
  padding: 10px;
  transition: all 0.2s ease;
}

.icon-boxes-wrap li:hover {
  border-color: #c32032;
  border-radius: 4px;
}

.icon-boxes-wrap li .info {
  padding-top: 14px;
}

.icon-boxes-wrap li .info h4 {
  color: #000;
  margin: 0 0 6px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.d-block {
  display: block;
}

.title-wrap {
  text-align: center;
}

.section-title {
  text-align: center;
  font-size: 25px;
  color: #414141;
  font-weight: 700;
  margin-bottom: 36px;
  margin-top: 20px;
  position: relative;
}

.section-title.white {
  color: #fff;
}

.section-title.white {
  color: #fff;
}

.section-title.mb-0 {
  margin-bottom: 0;
}

.section-title-2 {
  font-size: 30px;
  color: #a54c16;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.section-title-2 span {
  color: #fdaf17;
}

.section-title-2 small {
  display: block;
  color: #2a2a2a;
  font-size: 24px;
  margin-top: 20px;
}

.section-title-2 .icon {
  display: block;
  margin-bottom: 8px;
}

.section-title-2 .icon img {
  width: 50px;
}

.ribbon {
  font-size: 20px;
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2rem 5rem;
  margin: 0 0 5rem 0;
  display: inline-block;
  text-transform: uppercase;
}

.welcomewrapper {
  background-color: var(--gold);
}

.welcomewrapper p {
  color: #fff !important;
}

.welcome-speaker h4 {
  color: #fff !important;
}

/* .ribbon:before,
.ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #181818;
    z-index: -1;
}

.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}

.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}

.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #555555 transparent transparent transparent;
    bottom: -1em;
}

.ribbon .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
} */

.topics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.topics li {
  margin: 5px 0px;
  /* color: #FFF; */
  background: url("https://vepimg.b8cdn.com/uploads/vjfnew/7083/content/files/1648714563check-white-svg1648714563.svg")
    no-repeat left 6px;
  padding-left: 29px;
  font-size: 15px;
}

ul.sp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.sp-list li {
  margin: 4px 10px 0px 10px;

  background: url("https://vepimg.b8cdn.com/uploads/vjfnew/5853/content/files/1648121138check-svg1648121138.svg")
    no-repeat left 6px;
  padding-left: 29px;
  font-size: 15px;
}

.logos-wrap .col-md-3 {
  margin-bottom: 60px;
}

.welcome-speaker {
  text-align: center;
}

.welcome-speaker .photo img {
  border: 8px solid #000;
}

.welcome-speaker .info h4 {
  font-size: 20px;
  font-weight: 600;
}

.welcome-speaker .info p {
  font-size: 15px;
  line-height: 20px;
}

.speaker-item {
  text-align: center;
}

.speaker-item .photo img {
  border: 8px solid #000;
  max-width: 280px;
}

.speaker-item .info h4 {
  font-size: 20px;
  font-weight: 600;
}

.speaker-item .info p {
  font-size: 15px;
  line-height: 20px;
}

.flip-card {
  margin: 30px auto;
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card h4 {
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  display: flex;
  padding: 15px;
  flex-direction: column;
  background-color: #000;
  color: white;
  transform: rotateY(180deg);
  justify-content: center;
}

.flip-card-back p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.flip-card-back p strong {
  font-weight: normal;
}

.arrow-wrapper {
  color: #fff;
}

.arrow-wrapper:hover {
  color: #fec632;
  text-decoration: none;
}

.arrow-wrapper:hover img {
  margin-left: 15px;
}

.arrow-wrapper img {
  width: 24px;
  margin-left: 10px;
  transition: all 0.2s ease;
}

.faq {
  padding-bottom: 100px;
  position: relative;
  background: #fff;
}

.faq .panel {
  background: #fff;
  padding: 15px 25px;
  margin: 0 0 27px;
  border: none;
  border-radius: 8px;
}

.faq .panel-heading {
  padding: 0 !important;
  background: 0 0 !important;
}

.faq h4.panel-title a {
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  line-height: 24px;
  color: #333;
  font-weight: 700;
}

.faq .panel-collapse {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.faq .panel-collapse .panel-body {
  width: 100% !important;
  padding-bottom: 0;
  border: none !important;
  padding-top: 9px;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #666 !important;
}

.sp-item {
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.sp-item .head {
  display: flex;
  justify-content: space-between;
  background-color: #ffd255;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
}

.sp-item .head .title {
  font-weight: bold;
  color: #fec632;
  font-size: 24px;
}

.sp-item .head .price {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

footer {
  border-top: none !important;
  background-color: #fff;
  padding: 10px 0;
}

footer h3 {
  color: #fdaf17;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

footer .footer-logo {
  width: 200px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .footer-social ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}

footer .footer-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #474747;
  margin-right: 10px;
  font-size: 22px;
}

footer .footer-social ul li a:hover {
  text-decoration: none;
  background-color: #fec632;
  color: #fff;
}

footer .footer-form .form-group {
  margin-bottom: 20px;
}

footer .footer-form .form-group label {
  font-weight: normal;
}

footer .footer-form .form-control {
  background-color: transparent;
  border-radius: 0;
  min-height: 50px;
  color: #fff;
}

footer .footer-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

footer .footer-form .form-control option {
  color: #000;
}

footer .v-logo {
  text-align: right;
}

.copyright {
  text-align: center;
  margin-top: 80px;
}

.modal-header {
  background-color: #fec632;
}

.btn-darkgrey {
  color: #000;
  background-color: #ffd255;
}

.btn-darkgrey:hover,
.btn-darkgrey:focus {
  color: #fff;
  background-color: #fec632;
}

@media screen and (max-width: 767px) {
  .text-center.download-btn a {
    font-size: 15px !important;
  }

  .welcomewrapper .row {
    display: block;
  }

  input#fld_135329 {
    width: 100%;
  }

  div#bs-example-navbar-collapse-1.in {
    display: block !important;
  }

  div#bs-example-navbar-collapse-1 {
    display: none !important;
  }

  .header-content .row {
    display: block !important;
  }

  button.btn.btn-darkgrey {
    width: 100%;
    margin-top: 5px;
    margin-left: 0 !important;
  }

  button.btn.btn-default {
    width: 100%;
    margin: 0;
  }

  .navbar .container-fluid {
    padding: 0;
  }

  .slim-bar ul > li,
  .slim-bar ul > li > a {
    font-size: 10px;
  }

  .ribbon {
    padding: 2rem 3rem;
    font-size: 15px;
  }

  .header-content {
    padding: 26px 0 10px 0;
  }

  .topics li {
    flex-basis: 100%;
  }

  .banner-content {
    padding-top: 16px;
    position: relative;
  }

  .bottom-buttons .btn {
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px;
  }

  .button.button-full {
    flex-direction: column;
  }

  .button.button-full .btn {
    margin-bottom: 10px;
  }

  .banner-logo img {
    max-width: 90%;
  }

  .stream-wrap {
    display: none;
  }

  nav.navbar.navbar-default {
    background-color: #fff;
    min-height: auto;
  }

  .logo-left-en img {
    max-width: 110px;
  }

  .banner-content .button .btn-yellow {
    margin-bottom: 12px;
    min-width: 280px;
  }

  .navbar-toggle i {
    color: #000;
  }

  .video-sec {
    min-height: auto;
  }

  .banner-content .logo img {
    width: 200px;
  }

  .banner-content .venue span {
    display: block;
  }

  .banner-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .banner-content > h4 {
    font-size: 14px;
    margin-top: 24px;
  }

  .banner-content > h3 {
    font-size: 20px;
  }

  .banner-content .desc {
    font-size: 18px;
  }

  .banner-content .power-by {
    display: block;
  }

  .icon-boxes {
    top: -12px;
  }

  .button .btn {
    padding: 16px 26px;
    font-size: 18px;
  }

  .main_top_area {
    min-height: auto;
    padding-bottom: 60px;
    padding-top: 100px;
  }

  .navbar-default .navbar-nav {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .navbar-default .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    padding: 6px 0;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }

  .icon-boxes-wrap {
    display: block;
  }

  .icon-boxes-wrap .icon-boxes {
    top: -10px;
  }

  /*.navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }*/

  .p-by {
    display: block;
    text-align: center;
  }

  .footer-social {
    margin-bottom: 50px;
  }

  .agenda-section .agenda-rows .agenda-row {
    flex-wrap: wrap;
  }

  .agenda-section .agenda-rows .agenda-row .time {
    border-right: none;
    flex-basis: 100%;
    text-align: left;
    padding: 20px 41px;
  }

  .agenda-section .agenda-rows .agenda-row .description {
    flex-basis: 100%;
    padding: 14px 20px;
  }

  .faqs-dd .icon {
    font-size: 10rem;
  }
}

.navbar-nav {
  display: inline-block !important;
  flex-direction: none !important;
}

/*# sourceMappingURL=main.css.map */

/* start of sap style agenda */

.sap-style-agenda {
  padding: 40px 5px;
}

.sap-style-agenda > h1 {
  font-size: 40px;
  font-weight: 700;
  color: #2c2c2c;
}

.sap-style-agenda .agenda-date {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  background-color: #fec632;
  color: #fff;
  padding: 12px;
  margin-top: 30px;
}

.sap-style-agenda .agenda-item {
  display: flex;
  margin-bottom: 35px;
}

.sap-style-agenda .agenda-item .time {
  flex-basis: 17%;
  border-right: 6px solid #fec632;
  font-size: 14px;
  font-weight: 600;
  padding-top: 14px;
}

.sap-style-agenda .agenda-item .agenda-body {
  flex-basis: 83%;
  padding-left: 30px;
}

.sap-style-agenda .agenda-item .agenda-body .agenda-session {
  background-color: #aa9c8f;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.sap-style-agenda .agenda-item .agenda-body .session-type {
  margin-bottom: 6px;
  font-size: 16px;
}

.sap-style-agenda .agenda-item .agenda-body .title {
  background: rgb(3, 32, 47);
  background: linear-gradient(
    70deg,
    rgba(3, 32, 47, 1) 0%,
    rgba(81, 98, 111, 1) 33%,
    rgba(125, 154, 170, 1) 70%,
    rgba(183, 210, 227, 1) 100%
  );
  padding: 14px 10px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.sap-style-agenda .agenda-item .agenda-body .title a {
  color: #fff;
}

.sap-style-agenda .agenda-item .agenda-body .title .session-detail {
  display: none;
}

.sap-style-agenda .agenda-item .agenda-body .speaker {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

h4.steam {
  font-weight: bold;
  color: #fec632;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px;
}

.sap-style-agenda .agenda-item .agenda-body .speaker .photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.sap-style-agenda .agenda-item .agenda-body .speaker .info {
  padding-left: 8px;
}

.sap-style-agenda .agenda-item .agenda-body .speaker .info h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.sap-style-agenda .agenda-item .agenda-body .speaker .info p {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.sap-style-agenda .agenda-item .agenda-body .speaker .bio {
  display: none;
}

#speakers {
  background-color: var(--gold) !important;
}

#speakers .ribbon {
  background: #4aa173;
}

#event-speakers {
  background-color: var(--blue);
}

#board {
  background-color: var(--green);
}
#about .topics {
  columns: 3;
  margin-bottom: 40px;
  color: white;
}
div[data-target="#SpeakerBio"] {
  cursor: pointer;
}

.custom-modal .modal-body h4 {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  color: #3484a5;
}

.custom-modal .modal-body {
  font-size: 14px;
  line-height: 22px;
  padding: 0 40px 20px 40px;
}

.custom-modal .modal-header {
  background: transparent;
  border: none;
  padding: 0px 0px;
}

.custom-modal .modal-header button {
  color: #fe5b5c;
  width: 35px;
  height: 35px;
  background: #eee;
  margin: 10px;
  border-radius: 50px;
  line-height: 26px;
  z-index: 999;
  position: relative;
  opacity: 1;
  font-size: 30px;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  #about .topics {
    columns: 1;
  }

  .section-title span {
    min-width: auto;
  }

  input#fld_81989 {
    width: 100% !important;
  }

  .sap-style-agenda .agenda-item {
    display: block;
  }

  .sap-style-agenda .agenda-item .time {
    border-right: none;
  }

  .sap-style-agenda .agenda-item .agenda-body {
    padding-left: 0;
    margin-top: 20px;
  }

  .sap-style-agenda .agenda-date {
    font-size: 16px;
  }

  .sap-style-agenda .agenda-item .agenda-body .agenda-session {
    display: none;
  }
}

/* end of sap style agenda */

.page-heading {
  display: none;
}

#grp_fld_1305185 h1 {
  font-size: 13px;
  line-height: -10px;
}

#grp_fld_1305185 p {
  font-size: 13px;
  margin-top: -17px;
}

#grp_fld_1308670 h1 {
  font-size: 13px;
  line-height: -10px;
}

#grp_fld_1308670h1 p {
  font-size: 13px;
  margin-top: -17px;
}

.col-sm-8 {
  display: none;
}

.nw-frm-bldr.reg-form-wrap {
  margin-bottom: 50px;
}

.header-content .row {
  display: flex;
  align-items: center;
}

.btn-default {
  margin-left: 5px;
  background-color: #fff;
  border-color: #ccc;
}

.btn-red,
.btn-red:hover {
  background: #db06a1;
  border-color: #db06a1;
}

.btn-blue,
.btn-blue:hover {
  background-color: #0085ae;
  border-color: #0085ae;
}

button#LoginBtn {
  background: #db06a1;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  line-height: 1.5;
  box-shadow: none;
  color: white;
  border-color: transparent;
}

button.btn.btn-darkgrey {
  background-color: #fec632;
}

.reg-form-style {
  margin-top: -15px;
}

.reg-form-style .container {
  max-width: 1170px;
  margin: auto;
}

.reg-form-style .header-content nav.navbar.navbar-default > .container-fluid {
  justify-content: flex-end;
}

.reg-form-style .header-content .navbar-header {
  position: absolute;
  top: -61px;
  right: 6px;
  z-index: 5;
}

.reg-form-style .header-content .navbar-header .navbar-toggle {
  margin-top: 0;
}

.reg-form-style .row-content {
  padding-right: 0;
}

.navbar-collapse.collapse.in {
  display: block !important;
}

div#LoginModal {
  padding-right: 0 !important;
}

.modal-dialog {
  max-width: 600px !important;
  margin: 30px auto !important;
  width: 100% !important;
}

/*
#login-footer .col-sm-4, #login-footer .col-sm-8 {
    float: none;
}

div#login-footer>.row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
}
*/

@media only screen and (min-width: 768px) {
  .reg-form-style .container {
    max-width: 750px;
  }

  /*  div#login-footer .col-sm-4 {
        width: 33.33333333%;
    }
    div#login-footer .col-sm-8 {
        width: 66.66666667%;
    }*/
}

@media only screen and (min-width: 992px) {
  .reg-form-style .container {
    max-width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  .reg-form-style .container {
    max-width: 1170px;
  }
}

@media only screen and (max-width: 767px) {
  .reg-form-style .header-content .col-sm-3,
  .reg-form-style .header-content .col-sm-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  div#login-footer .col-sm-4,
  div#login-footer .col-sm-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: right;
  }

  div#login-footer > .row {
    flex-flow: wrap;
  }

  .flex-row {
    justify-content: start !important;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .slim-bar {
    height: 40px;
  }

  .section-title span {
    min-width: 100% !important;
  }

  .reg-form-data .col-12 input[type="submit"] {
    width: 100%;
  }

  .section.speaker-registration-form .row-content {
    padding-bottom: 20px;
  }

  .reg-form-style .reg-form-wrap .col-12 {
    padding: 0;
  }

  .reg-form-style .reg-form-data {
    box-shadow: none !important;
  }

  .reg-form-style .reg-form-data input[type="submit"] {
    width: 100%;
  }

  div#login-footer button,
  div#login-footer a {
    font-size: 12px;
    padding: 6px 10px;
  }
}

.flip-card-front img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.section-title span {
  display: inline-block;
  border: 1px solid transparent;
  padding: 15px;
  min-width: 350px;
}

button#LoginBtn {
  background: #db06a1;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  border-radius: 3px;
  line-height: 1.5;
  box-shadow: none;
  color: white;
  border-color: transparent;
}

.flex-row {
  display: flex;
  justify-content: center;
}

.banner-video {
  height: 100vh;
}

/*.banner-video {
  height: 768px;
  object-fit: cover;
}*/

.text-center.download-btn a {
  background-color: #000;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 18px;
  color: #fff !important;
  max-width: 390px;
}

.text-center.download-btn {
  margin: 30px auto !important;
}
