@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  background: #1d2d3b;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
}

.btn-primary {
  background-color: #072B6A !important;
  border: none !important;
  border-radius: 0 !important;
  height: 40px !important;
}

@keyframes cartWheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrapper {
  background: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.wrapper .header {
  background-color: #fff;
}
.wrapper .header .container-fluid {
  display: flex;
  align-items: center;
  padding: 10px 40px;
  width: 80%;
  margin: 0 auto;
}
.wrapper .header .container-fluid a {
  text-decoration: none;
  width: 200px;
  height: 100px;
}
.wrapper .header .container-fluid a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrapper .header .container-fluid a:last-child {
  width: 400px;
  margin-left: 20px;
}
.wrapper nav {
  background-color: #072B6A !important;
}
.wrapper nav li a {
  text-transform: uppercase;
}
.wrapper .banner {
  position: relative;
  display: flex;
  align-items: center;
  background-image: linear-gradient(#072b6ac7, #072b6a59), url("../../images/modern-car-futuristic-road.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
}
.wrapper .banner .content {
  width: 90%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .banner .content .left {
  flex-basis: 60%;
}
.wrapper .banner .content .left h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.wrapper .banner .content .left h3, .wrapper .banner .content .left h4 {
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}
.wrapper .banner .content .left h5 {
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
}
.wrapper .banner .content .left .actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.wrapper .banner .content .left .actions a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}
.wrapper .banner .content .left .actions a.register {
  background: #072B6A;
  margin-right: 10px;
  color: #fff;
}
.wrapper .banner .content .left .actions a.download {
  background: #fff;
  color: #072B6A;
}
.wrapper .banner .content .right {
  flex-basis: 40%;
}
.wrapper .main {
  margin-left: auto;
  margin-right: auto;
}
.wrapper .main section .container-fluid {
  width: 80%;
}
.wrapper .main section .title {
  position: relative;
  z-index: 10;
}
.wrapper .main section .title h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
.wrapper .main section.about {
  position: relative;
  background: #FF6600;
  padding: 20px;
}
.wrapper .main section.about h3 {
  color: #fff;
}
.wrapper .main section.about p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
}
.wrapper .main section.highlights {
  background: #072B6A;
  padding: 15px;
}
.wrapper .main section.highlights h2 {
  color: #fff;
  margin-bottom: 30px;
}
.wrapper .main section.highlights .border-dashed-style {
  border: 1px dashed #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .main section.highlights .border-dashed-style h4 {
  font-size: 22px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: center;
}
.wrapper .main section.highlights .border-dashed-style h4 span {
  font-weight: 600;
}
.wrapper .main section.economic-scenario {
  padding: 20px;
}
.wrapper .main section.economic-scenario p {
  color: #000;
  text-align: justify;
  font-size: 16px;
}
.wrapper .main section.economic-scenario img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}
.wrapper .main section.opportunity {
  background: #072B6A;
  padding: 30px 0;
}
.wrapper .main section.opportunity h3 {
  color: #fff;
}
.wrapper .main section.opportunity p {
  color: #fff;
  text-align: justify;
  font-size: 16px;
}
.wrapper .main section.products {
  position: relative;
  padding: 20px;
}
.wrapper .main section.products .custom-title {
  margin-bottom: 30px;
}
.wrapper .main section.products .custom-title h3 {
  font-size: 60px;
  color: #072B6A;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.wrapper .main section.products .row {
  justify-content: space-between;
  margin: 20px 0;
}
.wrapper .main section.products .row .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #20478a;
  border-radius: 3px;
  flex-basis: 30%;
  padding: 20px 0;
}
.wrapper .main section.products .row .col img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.wrapper .main section.products .row .col p {
  color: #fff;
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  width: 70%;
}
.wrapper .main section.venue .col-left {
  padding: 30px;
  background: #072B6A;
}
.wrapper .main section.venue .col-left h1 {
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}
.wrapper .main section.venue .col-left h4 {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}
.wrapper .main section.venue .col-right {
  padding: 30px;
  background: #FF6600;
}
.wrapper .main section.venue .col-right h1 {
  font-weight: 900;
  font-size: 60px;
  color: #072B6A;
  text-transform: uppercase;
}
.wrapper .main section.venue .col-right h4 {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #072B6A;
}
.wrapper .main section.participation {
  padding: 20px;
}
.wrapper .main section.participation .title h3 {
  color: #072B6A;
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase;
}
.wrapper .main section.participation .title h4 {
  font-size: 40px;
  color: #072B6A;
}
.wrapper .main section.participation .para {
  margin-top: 30px;
}
.wrapper .main section.participation .para h4 {
  font-weight: 400;
  color: #072B6A;
  font-size: 40px;
  text-transform: uppercase;
}
.wrapper .main section.participation .para ul {
  margin-left: 30px;
}
.wrapper .main section.participation .para ul li {
  font-size: 20px;
  color: #072B6A;
}
.wrapper .main section.participation .para .custom-note {
  background: #072B6A;
  padding: 20px;
  border-radius: 5px;
}
.wrapper .main section.participation .para .custom-note h3 {
  font-weight: 700;
  color: #fff;
}
.wrapper .main section.participation .para .custom-note ul {
  margin-left: 30px;
}
.wrapper .main section.participation .para .custom-note ul li {
  font-size: 20px;
  color: #fff;
}
.wrapper .main section.note {
  background: #FF6600;
  padding: 30px;
}
.wrapper .main section.note p {
  color: #fff;
}
.wrapper .main section.jumbotron {
  margin-bottom: 0 !important;
}
.wrapper .main section.payment {
  margin-top: 0 !important;
  padding: 20px;
  background-color: #072B6A;
}
.wrapper .main section.payment h3 {
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  font-size: 50px;
}
.wrapper .main section.payment h3.booth {
  color: #fff;
}
.wrapper .main section.payment p {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
.wrapper .main section.payment p.booth img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.wrapper .main section.payment h4 {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}
.wrapper .main section.payment h4:nth-child(3) {
  font-size: 30px;
}
.wrapper .main section.payment .col {
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
}
.wrapper .main section.payment .custom-note {
  background: #FF6600;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}
.wrapper .main section.payment .custom-note h3 {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}
.wrapper .main section.payment .custom-note p {
  font-size: 16px;
  color: #fff;
}
.wrapper .main section.interested {
  background: #FF6600;
  padding: 30px 0;
}
.wrapper .main section.interested h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;
}
.wrapper .main section.interested a {
  background: #072B6A;
  padding: 20px 30px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
}
.wrapper .main section.interested p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.wrapper .main section.criteria {
  padding: 20px;
}
.wrapper .main section.criteria .title h3 {
  font-size: 30px;
  color: #072B6A;
}
.wrapper .main section.criteria p {
  color: #2B3F4D;
  text-align: justify;
  font-size: 18px;
}
.wrapper .main section.criteria .custom-note {
  background: #072B6A;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}
.wrapper .main section.criteria .custom-note h3 {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}
.wrapper .main section.criteria .custom-note p {
  font-size: 16px;
  color: #fff;
}
.wrapper .main section.contact p {
  color: #072B6A;
  text-align: justify;
  font-size: 18px;
}
.wrapper .main section.contact h3 {
  border-top: 1px dashed #072B6A;
  border-bottom: 1px dashed #072B6A;
  padding: 10px 0;
}
.wrapper .main section.contact h3, .wrapper .main section.contact h4 {
  color: #072B6A;
  text-align: justify;
}
.wrapper .main section.contact .title {
  position: relative;
  z-index: 10;
}
.wrapper .main section.contact .title h3 {
  color: #072B6A;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  border: none;
}
.wrapper .footer {
  background: #FF6600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.wrapper .footer p {
  color: #072B6A;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}

#social-media-control {
  background: #235dc2;
  position: fixed;
  top: 30%;
  right: 0;
  border-radius: 5px 0 0 5px;
  font-size: 20px;
  color: #fff;
  z-index: 997;
  cursor: pointer;
  padding: 10px;
}

#social-media-control a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    background: #fff;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper .header {
    background-color: #fff;
  }
  .wrapper .header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    width: 100% !important;
    margin: 0 auto;
  }
  .wrapper .header .container-fluid a {
    text-decoration: none;
    width: 200px;
    height: 100px;
  }
  .wrapper .header .container-fluid a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .wrapper .header .container-fluid a:last-child {
    width: 200px;
    margin-left: 20px;
  }
  .wrapper nav {
    background-color: #072B6A !important;
  }
  .wrapper nav li a {
    text-transform: uppercase;
  }
  .wrapper .banner {
    position: relative;
    display: flex;
    align-items: center;
    background-image: linear-gradient(#072b6ac7, #072b6a59), url("../../images/modern-car-futuristic-road.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .wrapper .banner .content {
    width: 90%;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper .banner .content .left {
    flex-basis: 100% !important;
  }
  .wrapper .banner .content .left h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
  }
  .wrapper .banner .content .left h3, .wrapper .banner .content .left h4 {
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
  }
  .wrapper .banner .content .left h5 {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
  }
  .wrapper .banner .content .left .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
  }
  .wrapper .banner .content .left .actions a {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
  }
  .wrapper .banner .content .left .actions a.register {
    background: #072B6A;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    color: #fff;
  }
  .wrapper .banner .content .left .actions a.download {
    background: #fff;
    color: #072B6A;
  }
  .wrapper .banner .content .right {
    flex-basis: 0 !important;
  }
  .wrapper .main {
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper .main section .container-fluid {
    width: 100% !important;
  }
  .wrapper .main section .title {
    position: relative;
    z-index: 10;
  }
  .wrapper .main section .title h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
  }
  .wrapper .main section.about {
    position: relative;
    background: #FF6600;
    padding: 20px;
  }
  .wrapper .main section.about h3 {
    color: #fff;
  }
  .wrapper .main section.about p {
    color: #fff;
    text-align: justify;
    font-size: 14px;
  }
  .wrapper .main section.highlights {
    background: #072B6A;
    padding: 15px;
  }
  .wrapper .main section.highlights h2 {
    color: #fff;
    margin-bottom: 30px;
  }
  .wrapper .main section.highlights .border-dashed-style {
    border: 1px dashed #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper .main section.highlights .border-dashed-style h4 {
    font-size: 22px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
  }
  .wrapper .main section.highlights .border-dashed-style h4 span {
    font-weight: 600;
  }
  .wrapper .main section.economic-scenario {
    padding: 20px;
  }
  .wrapper .main section.economic-scenario p {
    color: #000;
    text-align: justify;
    font-size: 16px;
  }
  .wrapper .main section.economic-scenario img {
    width: 90%;
    height: 100%;
    object-fit: contain;
  }
  .wrapper .main section.opportunity {
    background: #072B6A;
    padding: 30px 0;
  }
  .wrapper .main section.opportunity h3 {
    color: #fff;
  }
  .wrapper .main section.opportunity p {
    color: #fff;
    text-align: justify;
    font-size: 16px;
  }
  .wrapper .main section.products {
    position: relative;
    padding: 20px;
  }
  .wrapper .main section.products .custom-title {
    margin-bottom: 30px;
  }
  .wrapper .main section.products .custom-title h3 {
    font-size: 60px;
    color: #072B6A;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
  }
  .wrapper .main section.products .row {
    justify-content: space-between;
    flex-direction: column;
    margin: 20px 0;
  }
  .wrapper .main section.products .row .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #20478a;
    border-radius: 3px;
    flex-basis: 30%;
    padding: 20px 0;
    margin: 10px 0;
  }
  .wrapper .main section.products .row .col img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .wrapper .main section.products .row .col p {
    color: #fff;
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    width: 70%;
  }
  .wrapper .main section.venue .col-left {
    padding: 30px;
    background: #072B6A;
  }
  .wrapper .main section.venue .col-left h1 {
    font-weight: 900;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
  }
  .wrapper .main section.venue .col-left h4 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
  }
  .wrapper .main section.venue .col-right {
    padding: 30px;
    background: #FF6600;
  }
  .wrapper .main section.venue .col-right h1 {
    font-weight: 900;
    font-size: 60px;
    color: #072B6A;
    text-transform: uppercase;
  }
  .wrapper .main section.venue .col-right h4 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #072B6A;
  }
  .wrapper .main section.participation {
    padding: 20px;
  }
  .wrapper .main section.participation .title h3 {
    color: #072B6A;
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
  }
  .wrapper .main section.participation .title h4 {
    font-size: 30px;
    color: #072B6A;
  }
  .wrapper .main section.participation .para {
    margin-top: 30px;
  }
  .wrapper .main section.participation .para h4 {
    font-weight: 400;
    color: #072B6A;
    font-size: 30px;
    text-transform: uppercase;
  }
  .wrapper .main section.participation .para ul {
    margin-left: 30px;
  }
  .wrapper .main section.participation .para ul li {
    font-size: 20px;
    color: #072B6A;
  }
  .wrapper .main section.participation .para .custom-note {
    background: #072B6A;
    padding: 20px;
    border-radius: 5px;
  }
  .wrapper .main section.participation .para .custom-note h3 {
    font-weight: 700;
    color: #fff;
  }
  .wrapper .main section.participation .para .custom-note ul {
    margin-left: 30px;
  }
  .wrapper .main section.participation .para .custom-note ul li {
    font-size: 20px;
    color: #fff;
  }
  .wrapper .main section.note {
    background: #FF6600;
    padding: 30px;
  }
  .wrapper .main section.note p {
    color: #fff;
  }
  .wrapper .main section.jumbotron {
    margin-bottom: 0 !important;
  }
  .wrapper .main section.payment {
    margin-top: 0 !important;
    padding: 20px;
    background-color: #072B6A;
  }
  .wrapper .main section.payment h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 30px;
  }
  .wrapper .main section.payment h3.booth {
    color: #fff;
  }
  .wrapper .main section.payment p {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
  }
  .wrapper .main section.payment p.booth img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .wrapper .main section.payment h4 {
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
  }
  .wrapper .main section.payment h4:nth-child(3) {
    font-size: 30px;
  }
  .wrapper .main section.payment .col {
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
  }
  .wrapper .main section.payment .custom-note {
    background: #FF6600;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
  }
  .wrapper .main section.payment .custom-note h3 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
  }
  .wrapper .main section.payment .custom-note p {
    font-size: 16px;
    color: #fff;
  }
  .wrapper .main section.interested {
    background: #FF6600;
    padding: 30px 0;
  }
  .wrapper .main section.interested h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
  }
  .wrapper .main section.interested a {
    background: #072B6A;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
  }
  .wrapper .main section.interested p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
  }
  .wrapper .main section.criteria {
    padding: 20px;
  }
  .wrapper .main section.criteria .title h3 {
    font-size: 30px;
    color: #072B6A;
  }
  .wrapper .main section.criteria p {
    color: #2B3F4D;
    text-align: justify;
    font-size: 15px;
  }
  .wrapper .main section.criteria .custom-note {
    background: #072B6A;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
  }
  .wrapper .main section.criteria .custom-note h3 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
  }
  .wrapper .main section.criteria .custom-note p {
    font-size: 16px;
    color: #fff;
  }
  .wrapper .main section.contact p {
    color: #072B6A;
    text-align: justify;
    font-size: 18px;
  }
  .wrapper .main section.contact h3 {
    border-top: 1px dashed #072B6A;
    border-bottom: 1px dashed #072B6A;
    padding: 10px 0;
  }
  .wrapper .main section.contact h3, .wrapper .main section.contact h4 {
    color: #072B6A;
    text-align: justify;
  }
  .wrapper .main section.contact .title {
    position: relative;
    z-index: 10;
  }
  .wrapper .main section.contact .title h3 {
    color: #072B6A;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    border: none;
  }
  .wrapper .footer {
    background: #FF6600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .wrapper .footer p {
    color: #072B6A;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
  }
}