*, *::after, *::before {
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
}
.wrapper .coming_soon {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .coming_soon h2 {
  color: #275784;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wrapper .custom-page-header {
  background-color: #275784;
  height: 300px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wrapper .custom-page-header h2 {
  font-size: 50px;
  font-weight: 800;
}
.wrapper .custom-page-header h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.wrapper .custom-page-header h4 a {
  text-decoration: none;
  color: #fff;
}
.wrapper #include-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 5px 5px 5px rgba(46, 46, 46, 0.2941176471);
}
.wrapper .sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 5px 5px 5px rgba(46, 46, 46, 0.2941176471);
}
.wrapper .navbar-brand img {
  width: 360px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .sub-header {
  background-color: #275784;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .sub-header span {
  color: #fff;
}
.wrapper .sub-header span.media {
  padding: 10px 20px;
  background: #fff;
  color: #275784;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.wrapper .sub-header span.media .links {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-left: 10px;
}
.wrapper .sub-header span.media .links a {
  color: #275784;
  text-decoration: none;
  font-size: 20px;
}
.wrapper .hero-large {
  background-image: url("../images/banner.png");
  background-position: center;
  background-size: cover;
  height: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper .hero-large .content {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
.wrapper .hero-large .content h1 {
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 80px;
}
.wrapper .hero-large .content h1 span {
  color: #F8971C;
  display: block;
}
.wrapper .hero-large .content h2 {
  position: relative;
}
.wrapper .hero-large .content h2::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -30px;
  width: 2px;
  background-color: #fff;
  height: 100px;
}
.wrapper .hero-large .content h2, .wrapper .hero-large .content h4 {
  font-weight: 400;
  margin-left: 20px;
}
.wrapper .hero-large .content p {
  color: #fff;
  text-align: center;
}
.wrapper .hero-large .content .cta_buttons {
  display: flex;
  grid-gap: 20px;
}
.wrapper .hero-large .content .cta_buttons a {
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 200px;
  text-transform: uppercase;
}
.wrapper .hero-large .content .cta_buttons a.cta_stand {
  border: 2px solid #F8971C;
  background-color: #F8971C;
}
.wrapper .hero-large .content .cta_buttons a.cta_register {
  border: 2px solid #fff;
}
.wrapper .hero-large .about {
  flex-basis: 35%;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
}
.wrapper .hero-large .about h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  text-align: right;
}
.wrapper .hero-large .about p {
  font-size: 14px;
  color: #fff;
}
.wrapper .hero-large .about a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  border: 1px solid;
  padding: 10px;
  width: 200px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper section.whyExhibit {
  margin: 80px 0;
}
.wrapper section.whyExhibit .title h2 {
  color: #425E78;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.wrapper section.whyExhibit .para p {
  font-size: 18px;
  color: #2e2e2e;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.wrapper section.partner {
  margin: 80px 0;
}
.wrapper section.partner .title {
  margin-bottom: 50px;
}
.wrapper section.partner .title h2 {
  color: #425E78;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.wrapper section.partner .org_images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.wrapper section.partner .org_images img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper section.partner .org_images img:first-child {
  width: 250px;
}
.wrapper section.agency {
  margin: 80px 0;
}
.wrapper section.agency .title {
  margin-bottom: 20px;
}
.wrapper section.agency .title h2 {
  color: #425E78;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.wrapper section.agency .org_images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.wrapper section.agency .org_images img {
  width: 250px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper section.eventScale {
  background: #FFF7EB;
  margin: 80px 0;
  padding: 30px 0;
}
.wrapper section.eventScale .title {
  margin-bottom: 50px;
}
.wrapper section.eventScale .title h2 {
  color: #425E78;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.wrapper section.eventScale .title h4 {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: #425E78;
}
.wrapper section.eventScale .container h3 {
  font-weight: 600;
  color: #275784;
}
.wrapper section.eventScale .container h4 {
  font-weight: 300;
  color: #275784;
}
.wrapper section.coreComponents {
  margin: 80px 0;
  padding: 30px 0;
}
.wrapper section.coreComponents .title {
  margin-bottom: 50px;
}
.wrapper section.coreComponents .title h2 {
  color: #425E78;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.wrapper section.coreComponents .title h4 {
  font-size: 30px;
  font-weight: 300;
  color: #425E78;
}
.wrapper section.coreComponents .col {
  border: 1px solid #275784;
  padding: 20px;
}
.wrapper section.coreComponents .col .card_title {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.wrapper section.coreComponents .col .card_title img {
  width: 50px;
  height: 50px;
}
.wrapper section.coreComponents .col .card_title h3 {
  font-weight: bold;
  font-size: 25px;
  color: #275784;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wrapper section.coreComponents .col .line {
  width: 70%;
  background: #275784;
  height: 1px;
  margin: 20px 0;
}
.wrapper section.coreComponents .col p {
  font-size: 22px;
}
.wrapper section.commercialSector {
  margin: 80px 0;
  padding: 30px 0;
}
.wrapper section.commercialSector .title {
  margin-bottom: 50px;
}
.wrapper section.commercialSector .title h2 {
  color: #425E78;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.wrapper section.commercialSector .title h4 {
  font-size: 30px;
  font-weight: 300;
  color: #425E78;
}
.wrapper section.commercialSector .custom-col {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
}
.wrapper section.commercialSector .custom-col h4 {
  font-size: 15px;
  background-color: #425E78;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  grid-gap: 10px;
  text-transform: uppercase;
}
.wrapper section.commercialSector .custom-col h4 img {
  font-size: 50px;
  height: 50px;
}
.wrapper section.commercialSector .custom-col ul {
  list-style: circle;
}
.wrapper section.commercialSector .custom-col ul li {
  margin-bottom: 10px;
}
.wrapper section.aboutIndustry {
  margin: 80px 0;
  padding: 30px 0;
}
.wrapper section.aboutIndustry .title {
  margin-bottom: 50px;
}
.wrapper section.aboutIndustry .title h2 {
  color: #425E78;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.wrapper section.aboutIndustry .custom-col .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF7EB;
  border-radius: 50%;
  margin-bottom: 10px;
}
.wrapper section.aboutIndustry .custom-col .icon img {
  width: 80%;
  height: 80%;
}
.wrapper section.aboutIndustry .custom-col h4 {
  font-size: 20px;
  font-weight: bold;
  color: #275784;
  text-transform: capitalize;
}
.wrapper section.aboutIndustry .custom-col p {
  font-size: 14px;
}
.wrapper .footer {
  background: #275784;
  height: 200px;
  width: 100%;
  padding: 20px;
}
.wrapper .footer h3 {
  color: #fff;
}
.wrapper .footer h4 {
  font-size: 20px;
  color: #fff;
}
.wrapper .footer ul {
  list-style: none;
}
.wrapper .footer ul li {
  margin-bottom: 5px;
}
.wrapper .footer ul li a {
  color: #fff;
  text-decoration: none;
}
.wrapper .footer ul.social {
  display: flex;
  grid-gap: 10px;
  padding: 0;
  margin: 0;
}
.wrapper .footer ul.social li {
  margin: 0;
}
.wrapper .footer ul.social li a {
  font-size: 30px;
}
.wrapper .footer p {
  color: #fff;
  font-size: 16px;
  margin: 0 0 4px 0;
}/*# sourceMappingURL=style.css.map */