@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Outfit", sans-serif;
}

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

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

.highlights {
  background: #ff6600;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.highlights h4 {
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.highlights h2 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.highlights h5 {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.highlights .linkHigh {
  background-color: #ed8b00;
  padding: 10px 20px;
  display: inline-flex;
  color: #fff;
  margin: 10px auto;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.highlights ul {
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  list-style: none;
}

.highlights ul li {
  font-size: 20px;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
}

.highlights ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 30px;
  height: 3px;
  background-color: #000000;
  transform: translate(-50%, -50%);
}

/* .highlights ul li {
  padding: 10px 20px;
  background: #ff6600;
  color: #fff;
  font-size: 20px;
}
.highlights ul li:nth-child(even) {
  background: rgb(255 153 51);
  color: #000;
} */
.main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

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

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

.main-wrapper .head-wrapper .header {
  height: 150px;
  display: flex;
  align-items: center;
}

.main-wrapper .head-wrapper .header img {
  width: 240px;
  height: 105px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-wrapper .head-wrapper nav {
  width: 100%;
  border-radius: 3px;
  margin-bottom: -25px;
  background-color: #ff6600 !important;
}

.main-wrapper .head-wrapper nav li {
  text-transform: uppercase;
  margin: 0 20px;
}

.main-wrapper .head-wrapper nav li a {
  color: #fff !important;
}

.main-wrapper .wrapper {
  background: #fff;
}

.main-wrapper .wrapper .banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/sun-setting-silhouette-electricity-pylons.jpg");
  background-size: cover;
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
}

.main-wrapper .wrapper .banner h2 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}

.main-wrapper .wrapper .banner h1 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
}

.main-wrapper .wrapper .banner h1 span {
  color: #ed8b00;
}

.main-wrapper .wrapper .banner .line {
  width: 100%;
  height: 5px;
  border-radius: 50px;
  background: #fff;
  display: block;
  margin: 20px 0;
}

.main-wrapper .wrapper .banner h3 {
  color: #fff;
}

.main-wrapper .wrapper .banner p {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

.main-wrapper .wrapper section.about {
  margin-top: 30px;
}

.main-wrapper .wrapper section.about h1.title {
  font-weight: 800;
  text-transform: uppercase;
  color: #4E4E4E;
}

.main-wrapper .wrapper section.about h1.title span {
  color: #ff6600;
  font-weight: 900;
}

.main-wrapper .wrapper section.about .links {
  margin: 30px auto;
}

.main-wrapper .wrapper section.about .links a {
  padding: 10px 20px;
  background: #ff6600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 3px;
  text-transform: uppercase;
}

.main-wrapper .wrapper section.about .links a:last-child {
  padding: 10px 20px;
  background: none !important;
  outline: 3px solid #4E4E4E;
  color: #4E4E4E;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 10px;
}

.main-wrapper .wrapper section.about h4 {
  margin: 20px 0;
}

.main-wrapper .wrapper section.about p {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.main-wrapper .wrapper section.about b {
  font-weight: 800;
}

.main-wrapper .wrapper section.summary {
  background-image: linear-gradient(rgba(255, 67, 9, 0.89), rgba(255, 146, 3, 0.911)), url("../images/top-view-dubai.jpg");
  background-size: cover;
  margin-top: 30px;
  padding: 20px 0;
}

.main-wrapper .wrapper section.summary h1.title {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
}

.main-wrapper .wrapper section.summary h1.title span {
  color: #008DC9;
  font-weight: 400;
}

.main-wrapper .wrapper section.summary h4 {
  margin: 0 10px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.main-wrapper .wrapper section.summary p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}

.main-wrapper .wrapper section.product {
  margin-top: 30px;
  padding: 20px 0;
}

.main-wrapper .wrapper section.product img {
  width: 40px !important;
  height: 40px !important;
}

.main-wrapper .wrapper section.product h1.title {
  font-weight: 800;
  text-transform: uppercase;
  color: #4E4E4E;
  font-size: 30px;
}

.main-wrapper .wrapper section.product h1.title span {
  color: #ff6600;
  font-weight: 900;
}

.main-wrapper .wrapper section.product h4 {
  margin: 0 10px;
  color: #4E4E4E;
  font-weight: 400;
  font-size: 14px !important;
  text-transform: uppercase;
}

.main-wrapper .wrapper section.product p {
  margin: 10px 0;
  font-size: 18px;
}

.main-wrapper .wrapper section.trade {
  background: #0079c9;
  margin-top: 30px;
  padding: 30px 0;
}

.main-wrapper .wrapper section.trade h1.title {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
}

.main-wrapper .wrapper section.trade h1.title span {
  color: #ff6600;
  font-weight: 900;
}

.main-wrapper .wrapper section.trade h2 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.main-wrapper .wrapper section.trade p {
  font-size: 18px;
  text-align: justify;
  color: #fff;
}

.main-wrapper .wrapper section.venue {
  background: rgb(255, 153, 51);
  padding: 20px 0 0 0;
}

.main-wrapper .wrapper section.venue h2 {
  color: #000;
  font-weight: 600;
  font-size: 40px;
}

.main-wrapper .wrapper section.venue p {
  font-weight: 400;
  color: #000;
  font-size: 20px;
}

.main-wrapper .wrapper section.venue li {
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.main-wrapper .wrapper section.venue .note {
  background-image: linear-gradient(rgba(150, 0, 81, 0.5), rgba(150, 0, 81, 0.5)), url("../images/top-view-dubai.jpg");
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  padding: 20px 0;
}

.main-wrapper .wrapper section.venue .note h3 {
  color: #fff;
}

.main-wrapper .wrapper section.venue .note ol {
  margin-left: 20px;
}

.main-wrapper .wrapper section.venue .note ol li {
  color: #fff;
}

.main-wrapper .wrapper section.reimburse {
  margin: 30px 0;
}

.main-wrapper .wrapper section.reimburse p {
  font-size: 20px;
}

.main-wrapper .wrapper section.reimburse .guideLink {
  padding: 8px 20px;
  text-decoration: none;
  background: #ff6600;
  color: #363636;
  font-size: 20px;
  margin: 20px 0;
  display: inline-block;
  text-transform: uppercase;
}

.main-wrapper .wrapper section.reimburse .note {
  background: #f2f2f2;
  padding: 15px;
}

.main-wrapper .wrapper section.reimburse .note small {
  font-size: 17px;
}

.main-wrapper .wrapper section.payment {
  margin: 30px 0;
}

.main-wrapper .wrapper section.payment .left {
  background: #ff6600;
  padding: 20px;
  color: #fff;
}

.main-wrapper .wrapper section.payment .right {
  background: rgb(255, 153, 51);
  padding: 20px;
}

.main-wrapper .wrapper section.payment .right h1 {
  color: #000;
}

.main-wrapper .wrapper section.payment .right p {
  color: #000;
  margin: 20px 0;
}

.main-wrapper .wrapper section.payment .right ul {
  margin-left: 20px;
}

.main-wrapper .wrapper section.payment .right ul li {
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.main-wrapper .wrapper section.payment h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}

.main-wrapper .wrapper section.payment p {
  font-size: 20px;
  margin: 0;
}

.main-wrapper .wrapper section.payment h2 {
  font-size: 30px;
  margin: 20px 0;
  font-weight: 800;
  color: #fff;
}

.main-wrapper .wrapper section.payment h3 {
  font-size: 20px;
  margin: 20px 0;
  font-weight: 800;
}

.main-wrapper .wrapper section p {
  font-size: 20px !important;
}

.main-wrapper .wrapper section.submission p {
  font-size: 20px;
}

.main-wrapper .wrapper section.submission p span {
  color: #ff6600;
  font-weight: 900;
}

.main-wrapper .wrapper section.submission a {
  padding: 10px 20px;
  background: #ff6600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 3px;
  text-transform: uppercase;
}

.main-wrapper .wrapper .footer {
  width: 100%;
  padding: 10px 0;
  background: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.main-wrapper .wrapper .footer p {
  margin: 0 !important;
}

@media only screen and (max-width: 800px) {
  .main-wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
  .main-wrapper .head-wrapper {
    background: #535755;
  }
  .main-wrapper .head-wrapper .header {
    height: 100px;
    display: flex;
    align-items: center;
  }
  .main-wrapper .head-wrapper .header img {
    width: 240px !important;
    height: 105px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main-wrapper .head-wrapper nav {
    width: 100%;
    border-radius: 3px;
    margin-bottom: -25px;
  }
  .main-wrapper .head-wrapper nav li {
    text-transform: uppercase;
    margin: 0 20px;
  }
  .main-wrapper .wrapper {
    background: #fff;
  }
  .main-wrapper .wrapper .banner {
    background-image: linear-gradient(rgba(150, 0, 81, 0.5), rgba(150, 0, 81, 0.5)), url("../images/sun-setting-silhouette-electricity-pylons.jpg");
    background-size: cover;
    background-position: center;
    height: 500px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .main-wrapper .wrapper .banner h2 {
    font-size: 30px !important;
    font-weight: 600;
    color: #fff;
  }
  .main-wrapper .wrapper .banner h1 {
    font-size: 40px !important;
    font-weight: 800;
    color: #375509;
  }
  .main-wrapper .wrapper .banner h1 span {
    color: #fff;
  }
  .main-wrapper .wrapper .banner .line {
    width: 100%;
    height: 5px;
    border-radius: 50px;
    background: #fff;
    display: block;
    margin: 20px 0;
  }
  .main-wrapper .wrapper .banner h3 {
    color: #fff;
  }
  .main-wrapper .wrapper .banner p {
    font-size: 20px !important;
    font-weight: 300;
  }
  .main-wrapper .wrapper section.about {
    margin-top: 30px;
  }
  .main-wrapper .wrapper section.about h1.title {
    font-weight: 800;
    text-transform: uppercase;
    color: #4E4E4E;
    font-size: 30px;
    text-align: left !important;
  }
  .main-wrapper .wrapper section.about h1.title span {
    color: #ff6600;
    font-weight: 900;
  }
  .main-wrapper .wrapper section.about .links {
    margin: 30px auto;
  }
  .main-wrapper .wrapper section.about .links a {
    padding: 10px 20px;
    background: #ff6600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 13px !important;
    border-radius: 3px;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.about .links a:last-child {
    padding: 10px 20px;
    background: none !important;
    outline: 3px solid #4E4E4E;
    color: #4E4E4E;
    text-decoration: none;
    display: inline-block;
    font-size: 13px !important;
    border-radius: 3px;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.about h4 {
    margin: 20px 0;
  }
  .main-wrapper .wrapper section.about p {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
  }
  .main-wrapper .wrapper section.about b {
    font-weight: 800;
  }
  .main-wrapper .wrapper section.summary {
    background: rgb(255, 153, 51);
    margin-top: 30px;
    padding: 20px 0;
  }
  .main-wrapper .wrapper section.summary h1.title {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
  }
  .main-wrapper .wrapper section.summary h1.title span {
    color: #ff6600;
    font-weight: 900;
  }
  .main-wrapper .wrapper section.summary h4 {
    margin: 0 10px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.product {
    margin-top: 30px;
    padding: 20px 0;
  }
  .main-wrapper .wrapper section.product h1.title {
    font-weight: 800;
    text-transform: uppercase;
    color: #4E4E4E;
    font-size: 30px;
  }
  .main-wrapper .wrapper section.product h1.title span {
    color: #ff6600;
    font-weight: 900;
  }
  .main-wrapper .wrapper section.product h4 {
    margin: 0 10px;
    color: #4E4E4E;
    font-weight: 400;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.product p {
    margin: 10px 0;
    font-size: 18px;
  }
  .main-wrapper .wrapper section.trade {
    background: #ff6600;
    margin-top: 30px;
    padding: 30px 0;
  }
  .main-wrapper .wrapper section.trade h1.title {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
  }
  .main-wrapper .wrapper section.trade h1.title span {
    color: #ff6600;
    font-weight: 900;
  }
  .main-wrapper .wrapper section.trade h2 {
    color: #292929;
    font-weight: 800;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.trade p {
    font-size: 14px !important;
    text-align: justify;
  }
  .main-wrapper .wrapper section.venue {
    background: rgb(255, 153, 51);
    padding: 20px 0 0 0;
  }
  .main-wrapper .wrapper section.venue h2 {
    color: #fff;
    font-weight: 600;
    font-size: 30px !important;
  }
  .main-wrapper .wrapper section.venue p {
    font-weight: 400;
    color: #fff;
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.venue li {
    color: #fff;
    font-size: 14px !important;
    font-weight: 300;
  }
  .main-wrapper .wrapper section.venue .note {
    background: #ddd;
    padding: 20px 0;
  }
  .main-wrapper .wrapper section.venue .note ol {
    margin-left: 20px;
  }
  .main-wrapper .wrapper section.venue .note ol li {
    color: #333;
  }
  .main-wrapper .wrapper section.reimburse {
    margin: 30px 0;
  }
  .main-wrapper .wrapper section.reimburse p {
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.reimburse .guideLink {
    padding: 8px 20px;
    text-decoration: none;
    background: #ff6600;
    color: #363636;
    font-size: 14px !important;
    margin: 20px 0;
    display: inline-block;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.reimburse .note {
    background: #f2f2f2;
    padding: 15px;
  }
  .main-wrapper .wrapper section.reimburse .note small {
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.payment {
    margin: 30px 0;
  }
  .main-wrapper .wrapper section.payment .left {
    background: #ff6600;
    padding: 20px;
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.payment .right {
    background: #4E4E4E;
    padding: 20px;
  }
  .main-wrapper .wrapper section.payment .right h1 {
    color: #fff;
  }
  .main-wrapper .wrapper section.payment .right p {
    color: #fff;
    margin: 20px 0;
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.payment .right ul {
    margin-left: 20px;
  }
  .main-wrapper .wrapper section.payment .right ul li {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }
  .main-wrapper .wrapper section.payment h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .main-wrapper .wrapper section.payment p {
    font-size: 14px !important;
    margin: 0;
  }
  .main-wrapper .wrapper section.payment h2 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 800;
    color: #fff;
  }
  .main-wrapper .wrapper section.payment h3 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 800;
  }
  .main-wrapper .wrapper section p {
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.submission p {
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.submission p span {
    color: #ff6600;
    font-weight: 900;
  }
  .main-wrapper .wrapper section.submission a {
    padding: 10px 20px;
    background: #ff6600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px !important;
    border-radius: 3px;
    text-transform: uppercase;
  }
}/*# sourceMappingURL=style.css.map */