@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
::selection {
  background: #ff4954;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #ff4954;
  color: #ffffff;
  text-shadow: none;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*  Header  End */
.nav-footer nav.navbar.navbar-expand-lg.navbar-dark.navbar-stick-dark,
.nav-footer footer.footer.pt-7.pb-7 {
  display: none;
}

@font-face {
  font-family: "gothambold";
  src: url("./fonts/GothamBold.ttf") format("ttf"), url("./fonts/GothamBold.woff2") format("woff2"), url("./fonts/GothamBold.woff") format("woff");
  font-weight: bold !important;
  font-style: bold;
}
@font-face {
  font-family: "imagine_slim_extraregular";
  src: url("./fonts/Imagine_Extra_Slim.ttf") format("ttf"), url("./fonts/Imagine_Extra_Slim.woff2") format("woff2"), url("./fonts/Imagine_Extra_Slim.woff") format("woff");
  font-weight: normal !important;
  font-style: normal;
}
@font-face {
  font-family: "league_spartanregular";
  src: url("./fonts/leaguespartan-bold.ttf") format("ttf"), url("./fonts/leaguespartan-bold.woff2") format("woff2"), url("./fonts/leaguespartan-bold.woff") format("woff");
  font-weight: normal !important;
  font-style: normal;
}
@keyframes headingMain {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
}

body p {
  font-size: 1.6rem !important;
  font-family: "Poppins", sans-serif !important;
}

b,
strong {
  font-weight: bolder !important;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

h1 {
  font-family: "league_spartanregular", sans-serif !important;
  font-size: 4.2658rem;
  letter-spacing: inherit;
}

h6 {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.5rem;
  font-weight: normal !important;
  letter-spacing: inherit;
}

h3 {
  font-family: imagine_slim_extraregular, sans-serif !important;
  font-size: 3.6rem;
  font-weight: normal !important;
  letter-spacing: inherit;
}

h5 {
  font-family: "league_spartanregular", sans-serif !important;
  font-size: 2rem;
  font-weight: normal !important;
  letter-spacing: inherit;
}

header {
  background-color: #ef4c57;
  padding: 0.2rem 0;
  transition: all 1000ms ease-in-out;
}

.logos .text-on {
  transition: all 400ms ease-in-out;
}

.navbar {
  padding-left: 0px;
}

.navbar-brand {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-left: 2rem;
}

.navbar-brand span {
  color: #fff;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar-light {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize;
  margin: 0 1.5rem;
}

.navbar-light .btn-nav .nav-link {
  font-family: imagine_slim_extraregular, sans-serif !important;
  text-transform: uppercase;
  font-weight: bold !important;
  letter-spacing: -1px;
  font-size: 0.8rem;
  background: #de3450;
  border-radius: 20px;
  padding: 0.4rem 2rem;
  transition: all 400ms ease-in-out;
}

.navbar-light .btn-nav .btn-color {
  background-color: #c12741;
}

.navbar-light .btn-nav .nav-link:hover {
  background-color: #363242;
  color: #ef4c57;
}

.navbar-light .btn-nav:last-child .nav-link {
  margin-left: 0;
}

.navbar-light .btn-nav:first-child .nav-link {
  margin-right: 1rem;
}

.navbar-brand {
  position: relative;
}

.logo-img img {
  width: 90px;
  max-width: initial;
}

.logos,
.logo-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s ease-in-out;
}

.none {
  opacity: 0;
}

.guaranteeing-left {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.first-btn {
  color: #fff;
  text-transform: uppercase;
  font-family: imagine_slim_extraregular, sans-serif !important;
  font-size: 1.6rem;
  margin-left: 30%;
  letter-spacing: -0.1rem;
  border: 1px solid #fff;
  border-radius: 2.2rem;
  padding: 0.4rem 3rem;
  margin-top: 6.4rem;
  display: inline-block;
  line-height: normal;
  position: relative;
  transition: all 400ms ease-in-out;
}

.first-btn:hover {
  color: #000000;
  border: 1px solid #000000;
}

.hero-section-container {
  background-color: #ef4c57;
  position: relative;
}

.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hero-section .hero-image {
  width: 49%;
}

.hero-section .hero-image .hero-image-text img {
  width: 100%;
  transform: translateX(-13%);
}

.hero-section .hero-text {
  width: 49%;
}

.colorChange {
  background-color: #e63541;
  transition: all 1000ms ease-in-out;
}

.hero-inner-1 > div {
  margin-top: 5rem;
}

.hero-inner-1 h1 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 4.3rem;
  transition: all 1000ms ease-in-out;
  font-weight: 800 !important;
}

.hero-inner-1 h1 div {
  display: inline-block;
  padding: 0 1.5rem;
}

.hero-inner-1 div > a {
  color: #fff;
  text-transform: uppercase;
  font-family: imagine_slim_extraregular, sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
  border: 1px solid #fff;
  border-radius: 2.2rem;
  padding: 0.4rem 3rem;
  margin-top: 6.4rem;
  display: inline-block;
  line-height: normal;
  position: relative;
  transition: all 400ms ease-in-out;
}

.hero-inner-1 div > a img {
  transition: all 400ms ease-in-out;
  width: 2rem;
  transform: translateY(-2px);
}

.hero-inner-1 div > a:hover {
  border-color: #363242;
  color: #363242;
}

.hero-inner-1 div > a:hover img {
  transform: translate(50%, -2px);
}

.hero-inner-1 h1 div:first-child {
  background-color: #76708e;
}

.hero-inner-1 h1 div:nth-child(3) {
  background-color: #585368;
}

.hero-inner-1 h1 div:last-child {
  background-color: #363242;
}

.hero-image-subtext h6 {
  text-transform: uppercase;
  color: #fff;
  line-height: 2.3rem;
  font-size: 1.3rem;
}

.hero-image-subtext h6 span {
  text-transform: none;
}

.hero-image-subtext h6 span img {
  width: 100px;
}

.after-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5rem 0 9rem 0;
}

.after-hero .after-hero-left h1 {
  font-size: 2.5rem;
  color: #ef4c57;
  line-height: 3.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.after-hero .after-hero-left div {
  width: 80%;
}

.after-hero .after-hero-left p {
  font-size: 1.6rem !important;
}

.after-hero .after-hero-left img {
  width: 47%;
  margin-left: -8%;
}

.after-hero .after-hero-left,
.after-hero .after-hero-right {
  width: 49%;
}

.after-hero .after-hero-right .image-box {
  text-align: right;
  margin-top: 8.5rem;
}

.after-hero .after-hero-right .image-box img {
  width: 48%;
  margin-left: auto;
}

.after-hero .after-hero-right .content-box {
  width: 53%;
  margin-top: -2.2rem;
}

.after-hero .after-hero-right .content-box h1 {
  font-size: 2.5rem;
  color: #ef4c57;
  line-height: 3.2rem;
  margin-bottom: 1.5rem;
}

.after-hero .after-hero-right .content-box p {
  font-size: 1.6rem;
}

.tacks-bg {
  background: url(./images/track-bg.png) no-repeat right top/20%, url(./images/bg.jpg) repeat-y center/100%;
  padding: 12rem 0;
  background-blend-mode: soft-light;
}

.tracks-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tracks-inner .tracks-left,
.tracks-inner .tracks-right {
  width: 50%;
}

.tracks-inner .tracks-left div {
  width: 59%;
}

.tracks-inner .tracks-left div h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fff;
  padding: 8px 7rem 10px 1rem;
  position: relative;
  color: #363242;
}

.tracks-inner .tracks-left div h3:before {
  content: "";
  height: 1.4rem;
  width: 5.5rem;
  background-color: #ef4c57;
  position: absolute;
  top: 0;
  right: 0;
}

.tracks-inner .tracks-left div h3:after {
  content: "";
  height: 1.4rem;
  width: 1.4rem;
  background-color: #ef4c57;
  position: absolute;
  top: -1.4rem;
  right: -1.4rem;
}

.tracks-inner .tracks-left p {
  font-size: 1.6rem !important;
  color: #fff;
  margin-top: 3rem;
}

.tracks-inner .tracks-right p {
  color: #fff;
  padding-left: 3rem;
  margin-bottom: 2.5rem;
}

.tracks-inner .tracks-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tracks-inner .tracks-right ul li {
  font-family: "league_spartanregular", sans-serif !important;
  font-size: 1.8rem;
  margin-left: -1px;
}

.tracks-inner .tracks-right ul li span {
  padding: 0.5rem 0rem 0.5rem 3rem;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 75%;
  transition: all 300ms ease-in-out;
  position: relative;
}

.tracks-inner .tracks-right ul li span:before,
.tracks-inner .tracks-right ul li .minus:before {
  opacity: 0;
}

.tracks-inner .tracks-right ul li span:before {
  content: "";
  background-image: url(./images/plus-white.png);
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  opacity: 1;
}

.tracks-inner .tracks-right ul li .minus:before {
  content: "";
  background-image: url(./images/minus-white.png);
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  opacity: 1;
}

.tracks-inner .tracks-right ul li .active {
  background-color: #363242;
  position: relative;
}

.tracks-inner .tracks-right ul li .active:after {
  content: "";
  position: absolute;
  right: -1.8rem;
  top: -1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #363242;
}

.tracks-inner .tracks-right ul li span:hover {
  background-color: #363242;
}

.tracks-inner .tracks-right .active-toggle {
  background-color: #fff;
  width: 75%;
  transition: all 600ms ease-in-out;
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0rem;
}

.tracks-inner .tracks-right .active-toggle > p {
  color: #000;
  font-size: 1.3rem !important;
  margin-bottom: 0;
  padding: 3rem 3rem 3rem 3rem;
}

.tracks-inner .tracks-right .inactive {
  transition: all 600ms ease-in-out;
  max-height: 500px;
}

.gifts {
  padding: 4rem 0;
  text-align: center;
}

.gifts h2 {
  font-family: "league_spartanregular", sans-serif !important;
  font-size: 2.3rem;
  line-height: 3.5rem;
}

.gifts h2 span {
  color: #ef4c57;
}

.gifts p {
  margin: 1.8rem 0 2rem;
  font-size: 1.4rem;
}

.gifts div img {
  width: 95%;
  max-width: 23rem;
}

.gifts a {
  color: #ef4c57;
  text-transform: uppercase;
  font-family: imagine_slim_extraregular, sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
  border: 1px solid #ef4c57;
  border-radius: 2.2rem;
  padding: 0.4rem 3rem;
  display: inline-block;
  line-height: normal;
  transition: all 400ms ease-in-out;
}

.gifts a img {
  transition: all 400ms ease-in-out;
  width: 2rem;
  transform: translateY(-2px);
}

.gifts a:hover {
  border-color: #363242;
  color: #363242;
}

.gifts a:hover img {
  transform: translate(50%, -2px);
}

.new-speakers {
  margin-top: 9rem;
}

.speakers-container {
  background-color: #ef4c57;
  padding: 10rem 0;
  background-image: url(./images/speakers-top-bg.png), url(./images/speakers-bottom-bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 34% 3%, center bottom;
  background-size: 21%, 31%;
  background-blend-mode: soft-light, soft-light;
}

.single-designation {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 34px;
}

.speakers h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fff;
  padding: 8px 10rem 10px 1rem;
  position: relative;
  color: #363242;
  margin-bottom: 7rem;
}

.speakers h3:before {
  content: "";
  height: 1.4rem;
  width: 7.5rem;
  background-color: #363242;
  position: absolute;
  top: 0;
  right: 0;
}

.speakers h3:after {
  content: "";
  height: 1.4rem;
  width: 1.4rem;
  background-color: #363242;
  position: absolute;
  top: -1.4rem;
  right: -1.4rem;
}

.speakers .speaker-btn-cont {
  text-align: center;
  margin-top: 7rem;
}

.speakers .speaker-btn-cont a {
  color: #fff;
  background-color: #ef4c57;
  text-transform: uppercase;
  font-family: imagine_slim_extraregular, sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
  border: 1px solid #fff;
  border-radius: 2.2rem;
  padding: 0.4rem 3rem;
  margin-top: 6.4rem;
  display: inline-block;
  line-height: normal;
  transition: all 400ms ease-in-out;
}

.speakers .speaker-btn-cont a img {
  transition: all 400ms ease-in-out;
  width: 2rem;
  transform: translateY(-2px);
}

.speakers .speaker-btn-cont a:hover {
  border-color: #363242;
  color: #363242;
}

.speakers .speaker-btn-cont a:hover img {
  transform: translate(50%, -2px);
}

.speakers-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.speakers-grid .speaker {
  text-align: center;
  width: calc(16.66% - 40px);
  margin: 0px 20px;
}
.speakers-grid .speaker.box-4 {
  width: calc(25% - 40px);
}

.speakers-grid .speaker img {
  width: 80%;
}

.speakers-grid .speaker .speaker-info {
  background-color: #363242;
  color: #fff;
}

.speakers-grid .speaker .speaker-info p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 1.1rem !important;
  margin: 0;
  padding: 0.8rem 0;
}

.speakers-grid .speaker .speaker-info p span {
  display: block;
  font-weight: 400 !important;
  text-transform: none;
  font-size: 0.7rem;
  color: #8379a9;
}

.speakers-grid .speaker .speaker-info h4 {
  font-family: "Poppins", sans-serif !important;
  background-color: #76708e;
  font-size: 0.9rem;
  font-weight: 400 !important;
  padding: 0.7rem 0;
  position: relative;
  color: #fff;
}

.speakers-grid .speaker .speaker-info h4:after {
  content: "";
  width: 8%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #363242;
}

.speakers-grid .speaker .speaker-info h4:before {
  content: "";
  width: 8%;
  position: absolute;
  height: 52%;
  top: -52%;
  left: 0;
  background-color: #76708e;
}

.about-section-copy {
  overflow: visible;
  background-color: #ebebed;
}

.about-section {
  overflow: hidden;
}

.about-section .about-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.about-section .about-container .about-left,
.about-section .about-container .about-right {
  width: 50%;
}

.about-section .about-container .about-left h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  display: inline-block;
  background-color: #585368;
  padding: 8px 7rem 10px 1rem;
  position: relative;
  color: #fff;
  margin-top: 10rem;
  margin-bottom: 6rem;
}

.about-section .about-container .about-left h3:before {
  content: "";
  height: 1.4rem;
  width: 5.5rem;
  background-color: #ef4c57;
  position: absolute;
  top: 0;
  right: 0;
}

.about-section .about-container .about-left h3:after {
  content: "";
  height: 1.4rem;
  width: 1.4rem;
  background-color: #ef4c57;
  position: absolute;
  top: -1.4rem;
  right: -1.4rem;
}

.about-section .about-container .about-left p {
  width: 70%;
  font-size: 1.45rem !important;
  line-height: 2.7rem;
  margin: 0 0 3rem 0;
}

.about-section .about-container .about-left p strong {
  color: #363242;
}

.about-section .about-container .about-right .about-bg {
  text-align: center;
}

.about-section .about-container .about-right .about-bg img {
  width: 72%;
  mix-blend-mode: soft-light;
}

.about-section .about-container .about-red-section {
  position: relative;
  padding-left: 5rem;
  padding: 5rem 0 2rem 5rem;
  transform: translateY(5rem);
  margin-bottom: -10rem;
  z-index: 99999;
}

.about-section .about-container .about-red-section p {
  width: 80%;
  z-index: 9;
  position: relative;
  color: #fff;
  font-size: 1.45rem !important;
  line-height: 2.7rem;
  margin: 0 0 3rem 0;
  font-weight: 300 !important;
}

.about-section .about-container .about-red-section p strong {
  font-weight: bold !important;
}

.about-section .about-container .about-red-section:after {
  content: "";
  width: 500%;
  height: 100%;
  background-color: #ef4c57;
  position: absolute;
  top: 0;
  left: 0;
}

.abut-bottom-image {
  width: 54%;
  text-align: right;
}

.abut-bottom-image img {
  text-align: center;
  width: 54.5%;
}

.noTranslate {
  transform: none !important;
}

.sign-up-container {
  margin-top: 3rem;
}

.sign-up {
  text-align: center;
}

.sign-up h2 {
  font-family: "league_spartanregular", sans-serif !important;
  font-size: 2.3rem;
  line-height: 3.5rem;
}

.sign-up h2 span {
  display: block;
}

.sign-up div {
  overflow: hidden;
}

.sign-up div > img {
  margin-bottom: 7rem;
  width: 95%;
  max-width: 23rem;
}

.sign-up .sign-up-btn a {
  color: #ef4c57;
  text-transform: uppercase;
  font-family: imagine_slim_extraregular, sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
  border: 1px solid #ef4c57;
  border-radius: 2.2rem;
  padding: 0.4rem 3rem;
  margin-top: 3.4rem;
  display: inline-block;
  margin-bottom: 10rem;
  line-height: normal;
  transition: all 400ms ease-in-out;
}

.sign-up .sign-up-btn a img {
  transition: all 400ms ease-in-out;
  width: 2rem;
  transform: translateY(-2px);
}

.sign-up .sign-up-btn a:hover {
  border-color: #363242;
  color: #363242;
}

.sign-up .sign-up-btn a:hover img {
  transform: translate(50%, -2px);
}

footer {
  background-color: #ef4c57;
  padding: 2rem 0;
}

footer .foot p {
  font-size: 0.7rem !important;
  text-align: center;
  margin: 0.8rem 0 0 0;
  padding: 5px 0 5px 0;
  color: #fff;
  letter-spacing: 1.2px;
}

footer .foot p span {
  margin: 0 0.5rem;
}

footer .foot ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

footer .foot ul li:first-child {
  display: block;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

footer .foot ul li {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.7rem;
  margin: 0 0.5rem;
  letter-spacing: 3px;
  font-weight: bold !important;
}

footer .foot ul li img {
  height: 20px;
}

.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #777083;
  padding: 3.8rem 3.8rem 2rem;
  z-index: 999999;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}

.popup {
  width: 31rem;
  padding: 2.5rem 1.8rem 1rem 1.8rem;
  background-color: #363242;
  opacity: 1;
  visibility: visible;
  border: none;
  position: relative;
  left: 0;
  top: 0;
  bottom: initial;
  right: initial;
  box-shadow: initial;
  border-radius: 0;
  z-index: initial;
}

.popup h5 {
  color: #ef4c57;
  margin-bottom: 2.5rem;
}

.frm-grp {
  margin-bottom: 1rem;
}

.frm-grp label {
  display: block;
  color: #fff;
}

.frm-grp input[type=text] {
  width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #8e899c;
  margin-top: 0.1rem;
  color: #fff;
}

.btn-grp {
  text-align: center;
}

.btn-grp input[type=submit] {
  color: #fff;
  text-transform: uppercase;
  font-family: imagine_slim_extraregular, sans-serif !important;
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
  border: 1px solid #ef4c57;
  border-radius: 2.2rem;
  padding: 0.4rem 3rem;
  outline: none;
  display: inline-block;
  line-height: normal;
  font-weight: bold !important;
  transition: all 400ms ease-in-out;
  background-color: #ef4c57;
  transform: translateY(2.3rem);
}

.popup-container > .register {
  text-align: center;
}

.popup-container > .register a {
  color: #fff;
}

.popup-container > p {
  text-align: center;
  color: #fff;
  margin: 2.5rem 0 0 0;
  font-size: 1.2rem !important;
}

.popup:after {
  content: "";
  height: 3.8rem;
  width: 3.8rem;
  background-color: #363242;
  position: absolute;
  top: -3.8rem;
  left: -3.8rem;
}

.popup:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(./images/popup-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-blend-mode: soft-light;
  position: absolute;
  top: -3.8rem;
  left: 3.8rem;
  z-index: -111;
}

.frm-grp {
  position: relative;
  z-index: 9999;
}

body .popup .close {
  position: absolute;
  top: -3.8rem;
  right: -3.8rem;
  color: white !important;
  font-weight: normal !important;
  font-size: 2.5rem;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  transform-origin: center;
  opacity: 1;
}

.registered-container {
  background-color: #ef4c57;
}

.registered .btn-grp input[type=submit] {
  background-color: #777083;
  border-color: #777083;
}

.popup-container:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}

.overlay {
  height: 100vh;
  width: 100vw;
  background-color: #000000a1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  cursor: pointer;
}

.hehe {
  display: block;
}

body .popup-container .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
  width: 100%;
  float: left;
}

.popup-container .gform_wrapper {
  width: 100%;
  margin: 0px;
}
.popup-container .gform_wrapper ul.gform_fields {
  width: 100%;
  float: left;
}
.popup-container .gform_wrapper ul.gform_fields li.gfield {
  width: 100%;
  float: left;
  margin: 0px !important;
  padding: 0px;
  background-color: transparent;
  border: none;
}
.popup-container .gform_wrapper ul.gform_fields li.gfield .gfield_label {
  width: 100%;
  float: left;
  color: #fff;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0px;
  font-size: 14px;
}
.popup-container .gform_wrapper ul.gform_fields li.gfield input[type=text] {
  width: 100% !important;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #8e899c !important;
  margin: 0.2rem 0 0 !important;
  color: #fff;
  font-size: 14px !important;
}
.popup-container .gform_wrapper .gfield_required {
  color: #ef4c57;
}
.popup-container .gform_wrapper .gform_body {
  width: 100%;
  display: inline-block;
}
.popup-container .gform_wrapper .gform_footer {
  width: 100%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.popup-container .gform_wrapper .gform_footer input[type=submit] {
  color: #ffffff;
  text-transform: uppercase;
  font-family: imagine_slim_extraregular, sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
  border: 1px solid #ef4c57;
  border-radius: 2.2rem;
  padding: 0.4rem 3rem;
  outline: none;
  display: inline-block;
  font-weight: bold;
  transition: all 400ms ease-in-out;
  background-color: #ef4c57;
  transform: translateY(2.5rem);
  background-color: #777083 !important;
  border: 1px solid #777083 !important;
  margin: 0px;
  float: none;
  width: auto;
  line-height: initial !important;
}
.popup-container .gform_wrapper .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  color: #ffffff;
  padding-left: 0px;
}
.popup-container .gform_wrapper .iti--separate-dial-code .iti__selected-dial-code {
  font-size: 14px !important;
}
.popup-container .gform_wrapper .iti__arrow {
  border-top: 4px solid #ffffff;
}
.popup-container .gform_wrapper .iti__arrow--up {
  border-bottom: 4px solid #ffffff;
}
.popup-container .gform_wrapper ::-webkit-input-placeholder {
  color: #ffffff;
}
.popup-container .gform_wrapper :-ms-input-placeholder {
  color: #ffffff;
}
.popup-container .gform_wrapper ::placeholder {
  color: #ffffff;
}
.popup-container .gform_wrapper .iti__country-list {
  min-width: 440px;
  width: 100%;
}

.first-fold h4 {
  font-size: 40px;
  color: #ef4c57;
  padding-bottom: 15px;
}
.first-fold .gform_wrapper input.medium {
  width: 100% !important;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #8e899c !important;
  margin: 0.2rem 0 0 !important;
  color: #000000;
  font-size: 14px !important;
}
.first-fold .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.first-fold .gform_wrapper .gfield_label {
  margin-bottom: 0;
}
.first-fold .gform_wrapper .gform_confirmation_message {
  color: #000000;
}
.first-fold .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0px 4px;
}
.first-fold .gform_wrapper .gform_footer input.button,
.first-fold .gform_wrapper .gform_wrapper .gform_footer input[type=submit] {
  color: #ffffff;
  border: 1px;
  background-color: #ef4c57;
  padding: 10px;
  font-size: 20px;
}
.first-fold .gform_wrapper li.gfield.gfield_error {
  border: none !important;
}

.gform_confirmation_message_11 {
  color: #ef4c57 !important;
  font-weight: 600 !important;
  font-size: 46px !important;
  padding-top: 80px !important;
}

.gfield_description.validation_message {
  display: none !important;
}

body .gform_wrapper div.validation_error {
  border: none;
  background-color: #ef4c57;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 16px;
  margin-bottom: 10px;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.pdgtb90 {
  padding: 90px 0;
}

.industry-wrapper {
  width: 100%;
  display: inline-block;
}
.industry-wrapper .adpushup-logo {
  width: 100%;
  float: left;
}
.industry-wrapper .adpushup-logo img {
  max-height: 70px;
}
.industry-wrapper ul {
  width: 100%;
  float: left;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0px;
}
.industry-wrapper ul li {
  width: auto;
  float: left;
  padding-right: 40px;
  margin-top: 40px;
}
.industry-wrapper ul li:last-child {
  padding-right: 0px;
}
.industry-wrapper .logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.industry-wrapper .logo-slider {
  display: none;
}

.past-events-wrapper {
  width: 100%;
  display: inline-block;
}
.past-events-wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
}
.past-events-wrapper .past-events-slider {
  width: calc(100% + 20px);
  margin: 0 -10px;
  float: left;
}
.past-events-wrapper .past-events-slider .img {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.past-events-wrapper .past-events-slider .img img {
  width: 100%;
  height: 35vw;
  object-fit: cover;
}
.past-events-wrapper .past-events-slider .slick-prev {
  margin-left: 10px;
}
.past-events-wrapper .past-events-slider .slick-next {
  margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .industry-wrapper ul li {
    width: auto;
  }
  .industry-wrapper ul li:nth-child(5) {
    width: 50%;
  }

  .pdgtb90 {
    padding: 70px 0;
  }

  .past-events-wrapper .past-events-slider .img img {
    height: 24vw;
  }

  .speakers-grid .speaker {
    width: calc(25% - 20px);
    margin: 0px 10px;
  }
  .speakers-grid .speaker.box-4 {
    width: calc(25% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .industry-wrapper ul li {
    width: auto;
  }
  .industry-wrapper ul li:nth-child(5) {
    width: 40%;
  }

  .pdgtb90 {
    padding: 60px 0;
  }

  .past-events-wrapper .past-events-slider .img img {
    height: 32vw;
  }

  .speakers-grid .speaker {
    width: calc(33.33% - 20px);
    margin: 0px 10px;
  }
  .speakers-grid .speaker.box-4 {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  .industry-wrapper ul {
    justify-content: center;
  }
  .industry-wrapper ul .logo-list li {
    padding: 0 10px;
    margin-top: 30px;
    text-align: center;
  }
  .industry-wrapper ul .logo-list li:nth-child(1) {
    display: block;
  }
  .industry-wrapper ul .logo-list li:nth-child(2) {
    display: none;
  }
  .industry-wrapper ul .logo-list li:nth-child(3) {
    display: none;
  }
  .industry-wrapper ul .logo-list li:nth-child(4) {
    display: none;
  }
  .industry-wrapper ul .logo-list li:nth-child(5) {
    display: none;
  }
  .industry-wrapper ul .logo-list li:nth-child(6) {
    display: none;
  }
  .industry-wrapper ul ul.slick-dots {
    bottom: 0px;
    margin-top: 20px;
  }
  .industry-wrapper ul ul.slick-dots li {
    margin: 0px !important;
    padding: 0 10px;
  }
  .industry-wrapper ul .logo-slider {
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
    display: block;
    margin: 0px;
  }
  .industry-wrapper ul li.slick-slide {
    text-align: center;
    padding: 0 10px;
    height: auto;
    min-height: initial;
  }
  .industry-wrapper ul .slick-arrow {
    display: none !important;
  }

  .pdgtb90 {
    padding: 50px 0;
  }

  .past-events-wrapper .past-events-slider .img img {
    height: 70vw;
  }

  .hero-section .hero-image .hero-image-text img {
    transform: translateX(-6%);
    margin-bottom: 30px;
  }

  .speakers-grid .speaker {
    width: calc(50% - 20px);
    margin: 0px 10px;
  }
  .speakers-grid .speaker.box-4 {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .tracks-inner .tracks-right ul li .active:after {
    right: -1.4rem;
    top: -1.4rem;
    width: 1.4rem;
    height: 1.4rem;
  }

  .speakers-grid .speaker .speaker-info p {
    font-size: 0.8rem !important;
  }

  .abut-bottom-image img {
    width: 50%;
  }

  .tracks-inner .tracks-right ul li span {
    width: 95%;
  }

  .tracks-inner .tracks-right .active-toggle {
    width: 95%;
  }

  .after-hero .after-hero-left h1 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }

  .after-hero .after-hero-right .content-box h1 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }

  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 950px;
  }

  .hero-inner-1 h1 {
    font-size: 2rem;
    line-height: 3.5rem;
  }

  .hero-inner-1 > a {
    font-size: 1.4rem;
  }

  .hero-inner-1 > div {
    margin-top: 3.1rem;
  }

  .hero-inner-1 div > a {
    font-size: 1.3rem;
    margin-top: 2.4rem;
  }

  .logos img {
    width: 70px;
  }

  .after-hero .after-hero-left div {
    width: 95%;
  }

  .after-hero .after-hero-right .content-box {
    width: 69%;
    margin-top: -2.4rem;
    margin-left: 2rem;
  }

  .after-hero .after-hero-left p {
    font-size: 1.4rem !important;
  }

  .after-hero .after-hero-right .content-box p {
    font-size: 1.4rem !important;
  }

  .tracks-inner .tracks-left div h3 {
    font-size: 2.1rem;
  }

  .tracks-inner .tracks-left p {
    font-size: 1.4rem !important;
    line-height: 2.4rem;
  }

  .tracks-inner .tracks-left div {
    width: 67%;
  }

  .tracks-inner .tracks-right ul li {
    font-size: 1.6rem;
  }

  .tracks-inner .tracks-right p {
    margin-bottom: 2rem;
    font-size: 1.4rem !important;
  }

  .gifts h2 {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }

  .gifts a {
    font-size: 1.4rem;
  }

  .speakers h3 {
    font-size: 2.1rem;
  }

  .speakers .speaker-btn-cont a {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }

  .about-section .about-container .about-left h3 {
    font-size: 2.1rem;
  }

  .speakers-container {
    background-size: 21%, 42%;
  }

  .about-section .about-container .about-left p {
    width: 80%;
    font-size: 1.2rem !important;
    line-height: 2.5rem;
  }

  .about-section .about-container .about-red-section p {
    width: 88%;
    font-size: 1.2rem !important;
    line-height: 2.5rem;
  }

  .sign-up h2 {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }

  .sign-up .sign-up-btn a {
    font-size: 1.4rem;
  }

  .speakers-grid .speaker .speaker-info p {
    padding: 0.5rem 0;
  }

  .speakers-grid .speaker .speaker-info h4 {
    padding: 0.5rem 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0 1rem;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .hero-inner-1 h1 {
    font-size: 1.6rem;
    line-height: 2.99rem;
  }

  .hero-image-subtext h6 {
    line-height: 2rem;
    font-size: 1.2rem;
  }

  .hero-inner-1 div > a {
    font-size: 1.2rem;
    margin-top: 3.4rem;
  }

  .hero-inner-1 > div {
    margin-top: 4.7rem;
  }

  .after-hero .after-hero-left h1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .after-hero .after-hero-right .content-box h1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }

  .after-hero .after-hero-right .content-box p {
    font-size: 1.2rem !important;
  }

  .tracks-inner .tracks-left p {
    font-size: 1.2rem !important;
    margin-top: 2rem;
  }

  .tracks-inner .tracks-right p {
    margin-bottom: 2rem;
    font-size: 1.2rem !important;
  }

  .tracks-inner .tracks-right ul li span {
    width: 95%;
  }

  .after-hero .after-hero-right .content-box {
    width: 72%;
  }

  .after-hero .after-hero-right .content-box p {
    font-size: 1.2rem !important;
  }

  .after-hero .after-hero-left p {
    font-size: 1.2rem !important;
  }

  .after-hero .after-hero-right .content-box {
    width: 65%;
  }

  .tracks-inner .tracks-left div h3 {
    font-size: 1.6rem;
  }

  .tracks-inner .tracks-left div {
    width: 71%;
  }

  .tracks-inner .tracks-right ul li {
    font-size: 1.2rem;
  }

  .tracks-inner .tracks-right .active-toggle {
    width: 95%;
  }

  .tracks-inner .tracks-right .active-toggle > p {
    font-size: 1.2rem;
  }

  .speakers-container {
    background-size: 21%, 50%;
  }

  .speakers-grid .speaker .speaker-info p {
    font-size: 1rem !important;
  }

  .speakers-grid .speaker .speaker-info h4 {
    font-size: 1.2rem;
  }

  .navbar-brand {
    margin-left: 1rem;
  }

  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 780px;
  }

  .gifts h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .gifts p {
    font-size: 1.2rem !important;
  }

  .gifts a {
    font-size: 1.2rem;
  }

  .speakers h3 {
    font-size: 1.6rem;
  }

  .speakers-grid .speaker .speaker-info h4:before {
    height: 40%;
    top: -40%;
  }

  .speakers .speaker-btn-cont a {
    font-size: 1.2rem;
  }

  .about-section .about-container .about-left h3 {
    font-size: 1.6rem;
  }

  .about-section .about-container .about-left p {
    width: 95%;
    font-size: 1.2rem !important;
    line-height: 2.3rem;
  }

  .about-section .about-container .about-red-section {
    padding: 5rem 0 2rem 3rem;
  }

  .about-section .about-container .about-red-section p {
    font-size: 1.2rem !important;
    line-height: 2.3rem;
    width: 100%;
  }

  .sign-up h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .sign-up .sign-up-btn a {
    font-size: 1.2rem;
  }

  footer .foot ul li img {
    height: 17px;
  }

  .navbar-light .btn-nav .nav-link {
    padding: 0.4rem 1.2rem;
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0 1rem;
  }
}
@media (max-width: 1200px) {
  .after-hero .after-hero-left div {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .hero-inner-1 h1 {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }

  .hero-inner-1 > a {
    font-size: 1.1rem;
    margin-top: 1.4rem;
  }

  .hero-image-subtext h6 {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .navbar-brand {
    margin-left: 1rem;
  }

  .after-hero .after-hero-left h1 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
  }

  .after-hero .after-hero-left p {
    font-size: 1.1rem !important;
  }

  .after-hero .after-hero-right .content-box h1 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
  }

  .after-hero .after-hero-right .content-box p {
    font-size: 1.1rem !important;
  }

  .after-hero .after-hero-right .content-box {
    width: 71%;
  }

  .tracks-inner .tracks-left div h3 {
    font-size: 1.5rem;
  }

  .tracks-inner .tracks-left p {
    font-size: 1.1rem !important;
    margin-top: 2rem;
  }

  .tracks-inner .tracks-left div {
    width: 69%;
  }

  .tracks-inner .tracks-right p {
    font-size: 1.1rem !important;
  }

  .tracks-inner .tracks-right ul li {
    font-size: 1.2rem;
  }

  .gifts {
    padding: 6rem 0;
  }

  .gifts h2 {
    font-size: 1.8rem;
    line-height: 2.9rem;
  }

  .gifts p {
    margin: 1.4rem 0;
    font-size: 1rem !important;
  }

  .gifts a {
    font-size: 1.1rem;
    margin-top: 1.4rem;
  }

  .speakers h3 {
    font-size: 1.5rem;
  }

  .speakers-grid .speaker .speaker-info p {
    font-size: 0.8rem !important;
    padding: 0.6rem 0;
  }

  .speakers-grid .speaker .speaker-info p span {
    font-size: 0.8rem;
  }

  .speakers-grid .speaker .speaker-info h4 {
    font-size: 1.7rem;
    padding: 0.5rem 0;
  }

  .speakers .speaker-btn-cont a {
    font-size: 1.1rem;
  }

  .speakers-container {
    background-size: 21%, 61%;
  }

  .about-section .about-container .about-left h3 {
    font-size: 1.5rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

  .about-section .about-container .about-left p {
    width: 87%;
    font-size: 1rem !important;
    line-height: 1.9rem;
    margin: 0 0 2rem 0;
  }

  .about-section .about-container .about-red-section {
    padding-left: 5rem;
    padding: 2rem 0 1rem 2rem;
    transform: translateY(4rem);
  }

  .about-section .about-container .about-red-section p {
    font-size: 1rem !important;
    line-height: 1.9rem;
    margin: 0 0 2rem 0;
    width: 90%;
  }

  .sign-up h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .sign-up > img {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .sign-up .sign-up-btn a {
    font-size: 1.1rem;
    margin-bottom: 5rem;
  }

  footer .foot ul li {
    font-size: 1rem;
  }

  footer .foot p {
    font-size: 0.7rem !important;
  }

  footer .foot ul li img {
    height: 20px;
  }

  .tracks-inner .tracks-right ul li span,
.tracks-inner .tracks-right .active-toggle {
    width: 98%;
  }

  .tracks-inner .tracks-right .active-toggle > p {
    font-size: 1.1rem !important;
  }

  .speakers-grid .speaker .speaker-info h4 {
    font-size: 1.2rem;
  }

  .speakers-grid .speaker .speaker-info h4:before {
    height: 62%;
    top: -62%;
  }
}
@media (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    color: #363242;
  }

  .navbar-collapse {
    background-color: #363242;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
}
@media (min-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999999;
  }

  .hero-section-container {
    padding: 0;
  }

  .hero-section {
    align-items: center;
    height: auto;
    padding: 20px 0;
    min-height: 70vh;
  }
}
@media (max-width: 992px) {
  .popup {
    width: 100%;
    margin: 0 auto;
  }

  .popup-container {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .popup:before {
    content: none;
  }

  body .popup .close {
    top: 0;
    right: 0;
  }

  .popup h5 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .btn-grp input[type=submit] {
    font-size: 1rem;
    margin-top: 1.7rem;
  }
}
@media (max-width: 767px) {
  .speakers-grid .speaker .speaker-info {
    position: relative;
    z-index: 99;
    margin-top: -5px;
  }

  .navbar-collapse {
    background-color: #e93744;
  }

  li.nav-item {
    border-bottom: 1px solid #00000021;
  }

  .nav-item:last-child {
    border: none;
  }

  .navbar-nav {
    margin-bottom: 0 !important;
  }

  .tracks-inner .tracks-right ul li span,
.tracks-inner .tracks-right .active-toggle {
    width: 95%;
  }

  .tracks-inner .tracks-right .active-toggle > p {
    font-size: 1rem !important;
    padding: 2rem;
  }

  .navbar-brand {
    margin-left: 0;
    font-size: 0.7rem;
  }

  .hero-section,
.after-hero,
.tracks-inner,
.about-section .about-container {
    flex-wrap: wrap;
  }

  .hero-section .hero-image,
.hero-section .hero-text {
    width: 100%;
  }

  .hero-inner-1 h1 {
    font-size: 1.3rem;
    line-height: 2.8rem;
    margin-top: 4rem;
  }

  .hero-inner-1 > a {
    font-size: 1rem;
    margin-top: 3.4rem;
  }

  .hero-section-container {
    padding: 1rem 0 3rem 0;
  }

  .after-hero .after-hero-left,
.after-hero .after-hero-right {
    width: 100%;
  }

  .after-hero .after-hero-left img {
    width: 54%;
    margin-left: 0;
  }

  .after-hero .after-hero-left h1 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
  }

  .after-hero .after-hero-left p {
    font-size: 1rem !important;
  }

  .hero-image-subtext h6 {
    line-height: 1.8rem;
    font-size: 1rem;
  }

  .after-hero .after-hero-right .image-box {
    margin-top: 3.5rem;
  }

  .after-hero .after-hero-right .content-box {
    width: 100%;
  }

  .after-hero .after-hero-right .content-box h1 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
  }

  .after-hero .after-hero-right .content-box p {
    font-size: 1rem !important;
  }

  .after-hero {
    padding: 3rem 0 8rem 0;
  }

  .tacks-bg {
    background: none;
    padding: 0;
  }

  .tracks-left {
    background-color: #363242;
  }

  .tracks-right {
    background-image: url(./images/track-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30%;
    background-color: #ef4c57;
    background-blend-mode: soft-light;
  }

  .tracks-inner .tracks-left,
.tracks-inner .tracks-right {
    width: 100%;
    padding: 6rem 12px 4rem 12px;
  }

  .remove-mobile-padding {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }

  .tracks-inner .tracks-left div h3 {
    font-size: 1.6rem;
  }

  .tracks-inner .tracks-left div {
    width: 80%;
  }

  .tracks-inner .tracks-left p {
    font-size: 1rem !important;
    margin-top: 2rem;
  }

  .tracks-inner .tracks-right p {
    padding-left: calc(2rem - 12px);
    margin-bottom: 1.5rem;
    font-size: 1rem !important;
  }

  .tracks-inner .tracks-right ul li {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    margin-left: -12px;
  }

  .tracks-inner .tracks-right ul li span {
    padding: 0.5rem 2rem;
  }

  .tracks-inner .tracks-right ul li .active:after {
    right: -1.3rem;
    top: -1.3rem;
    width: 1.3rem;
    height: 1.3rem;
  }

  .gifts {
    padding: 4rem 0;
  }

  .gifts h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .gifts p {
    margin: 0.8rem 0 2.2rem;
    font-size: 0.9rem !important;
  }

  .gifts a {
    font-size: 1rem;
  }

  .speakers h3 {
    font-size: 1rem;
    padding: 8px 6rem 10px 1rem;
  }

  .speakers h3:before {
    width: 4.5rem;
  }

  .speakers-container {
    background-position: 34% 1%, center bottom;
    background-size: 51%, 67%;
    padding: 6rem 0;
  }

  .speakers-grid .speaker .speaker-info p {
    font-size: 1rem !important;
    padding: 0.8rem 0;
  }

  .speakers-grid .speaker .speaker-info p span {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .speakers-grid .speaker .speaker-info h4 {
    font-size: 0.8rem;
    padding: 0.6rem 0;
  }

  .speakers-grid .speaker .speaker-info h4:before {
    height: 63%;
    top: -63%;
  }

  .speakers .speaker-btn-cont a {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 0;
  }

  .speakers-grid .speaker {
    width: calc(50% - 20px);
    margin: 0px 10px;
  }
  .speakers-grid .speaker.box-4 {
    width: calc(50% - 20px);
  }

  .about-section .about-container .about-left,
.about-section .about-container .about-right {
    width: 100%;
  }

  .about-section .about-container .about-left h3 {
    font-size: 1.6rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
  }

  .about-section .about-container .about-left p {
    width: 100%;
    font-size: 1rem !important;
    line-height: 1.7rem;
    margin: 0 0 2rem 0;
  }

  .about-bg {
    display: none;
  }

  .about-section .about-container .about-red-section {
    padding-left: 0rem;
    padding: 1rem 23px 1rem 23px;
    transform: none;
    margin-bottom: 0rem;
  }

  .about-section .about-container .about-red-section:after {
    width: 100%;
  }

  .about-section .about-container .about-red-section p {
    font-size: 1rem !important;
    line-height: 1.7rem;
    margin: 0 0 2rem 0;
  }

  .abut-bottom-image {
    display: none;
  }

  .sign-up h2 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .sign-up > img {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .sign-up .sign-up-btn a {
    margin-top: 2.4rem;
    margin-bottom: 4rem;
    font-size: 1rem;
  }

  footer .foot ul li {
    font-size: 0.6rem;
    margin: 0 0.4rem;
  }

  footer .foot ul li img {
    height: 20px;
  }

  footer .foot p {
    font-size: 0.7rem !important;
    line-height: 1.2rem;
    letter-spacing: 1px;
  }

  .hero-inner-1 > div {
    margin-top: 1rem;
  }

  .hero-inner-1 div > a {
    font-size: 1rem;
    margin-top: 1.7rem;
  }

  .hero-section .hero-image .hero-image-subtext > img {
    width: 100%;
  }

  .hero-image-subtext h6 span img {
    width: 75px;
  }

  .nav-item {
    width: 100%;
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-light .btn-nav .nav-link {
    border-radius: 0;
  }

  #speakers {
    overflow: hidden;
  }

  .hero-inner-1 h1 {
    margin-top: 0rem;
  }

  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 94%;
  }

  .speakers-grid .speaker .speaker-info h4:after {
    width: 1.5rem;
  }

  .speakers-grid .speaker .speaker-info h4:before {
    width: 1.5rem;
    top: -1.5rem;
    height: 1.5rem;
  }

  .about-left {
    padding: 0 23px;
  }

  .tracks-inner .tracks-left {
    padding: 6rem 22px 4rem 22px;
  }

  .botom-margin-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 479) {
  .first-fold h4 {
    font-size: 33px;
  }
}
.opac {
  opacity: 0;
  transition: all 1000ms ease-in-out;
}

.opac-show {
  opacity: 1;
}

.signup-container,
.registered-container {
  opacity: 0;
  z-index: -9999;
  transition: all 500ms ease-in-out;
}

.show-form {
  opacity: 1;
  z-index: 99999999;
}

::selection {
  color: #fff;
  background: #e63541;
}

/*# sourceMappingURL=style.css.map */
