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

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

.wrapper {
  max-width: 1920px;
}
.wrapper .header {
  background: #fff;
}
.wrapper .header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.wrapper .header .logo img {
  width: 300px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .header .navigation {
  margin-top: 10px !important;
}
.wrapper .header .navigation .navbar {
  background-color: #f38722 !important;
}
.wrapper .header .navigation .navbar .nav-link {
  color: #fff !important;
}
.wrapper .banner {
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("../images/background.png");
  background-size: cover;
}
.wrapper .banner .content {
  width: 80%;
  margin: auto;
}
.wrapper .banner img.title {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .banner h1 {
  font-size: 60px;
  font-weight: 900;
  color: #F49236;
}
.wrapper .banner h1 span {
  display: block;
  font-weight: 300;
  color: #F49236;
  font-size: 40px;
}
.wrapper .banner h2, .wrapper .banner h4 {
  color: #fff;
}
.wrapper .banner p {
  margin-top: 20px;
  font-size: 16px;
  color: #F49236;
}
.wrapper .banner a {
  padding: 8px 20px;
  border: 2px solid #f38722;
  background: #f38722;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  margin: 0;
  display: inline-block;
}
.wrapper .banner a:last-child {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.wrapper .banner img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .join_info {
  margin: -30px 0 0;
}
.wrapper .join_info .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
}
.wrapper .join_info .content .block {
  padding: 20px;
  border-radius: 10px;
  background: #313131;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper .join_info .content .block.block3 {
  flex-basis: 33%;
  border-bottom: 5px solid #F49236;
}
.wrapper .join_info .content .block.block3 h3 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
}
.wrapper .join_info .content .block.block1 {
  flex-basis: 23%;
  border-bottom: 5px solid #F49236;
}
.wrapper .join_info .content .block.block1:nth-child(even) {
  background-color: #F49236;
  border-bottom: 5px solid #313131;
  color: #313131 !important;
}
.wrapper .join_info .content .block.block1:nth-child(even) h4, .wrapper .join_info .content .block.block1:nth-child(even) h2 {
  color: #313131;
}
.wrapper .join_info .content .block.block1 h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
.wrapper .join_info .content .block.block1 h4 {
  font-weight: 400;
  font-size: 25px;
  color: #fff;
}
.wrapper .about {
  margin: -130px 0 60px;
  padding: 180px 30px 60px;
  background-color: #f2f2f2;
}
.wrapper .about .content h4.title {
  font-weight: 400;
  font-size: 50px;
}
.wrapper .about .content h4.title span {
  display: block;
  color: #F49236;
}
.wrapper .about .content .para {
  margin-top: 30px;
}
.wrapper .about .content .para p {
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}
.wrapper .trade {
  margin-bottom: 100px;
}
.wrapper .trade .content .sub-head {
  font-size: 14px;
  margin: 0;
}
.wrapper .trade .content .sub-head span {
  color: #F49236;
}
.wrapper .trade .content h4.title {
  font-size: 30px;
}
.wrapper .trade .content h4.title span {
  color: #F49236;
  display: block;
}
.wrapper .trade .content .para {
  margin: 40px 0;
}
.wrapper .trade .content .para p {
  text-align: justify;
}
.wrapper .trade .content img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .oppurtunity h4.title {
  font-size: 30px;
}
.wrapper .oppurtunity h4.title span {
  color: #F49236;
}
.wrapper .oppurtunity .para {
  margin: 40px 0;
}
.wrapper .oppurtunity .para p {
  text-align: justify;
}
.wrapper .product {
  background-image: linear-gradient(to bottom, #313131, #313131, #F49236);
  padding: 50px;
}
.wrapper .product h4.title {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
.wrapper .product h4.title span {
  color: #F49236;
}
.wrapper .product ul {
  list-style: none;
  margin-top: 40px;
}
.wrapper .product ul li {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
.wrapper .product ul li img {
  width: 30px;
  display: inline-block;
  margin-right: 15px;
}
.wrapper .product img.product_image {
  width: 100%;
}
.wrapper .venue {
  background: #f38722;
  padding: 30px;
}
.wrapper .venue h2 {
  font-size: 50px;
  font-weight: 800;
}
.wrapper .venue h4 {
  font-size: 20px;
  font-weight: 400;
}
.wrapper .mop {
  background: #f38722;
  padding: 30px;
}
.wrapper .mop h2 {
  font-weight: 700;
  font-size: 50px;
}
.wrapper .mop p {
  font-size: 20px;
}
.wrapper .mop .block {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.wrapper .mop .block img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .mop .block p {
  color: #fff;
  font-size: 20px;
}
.wrapper .mop h4 {
  font-size: 30px;
  margin-top: 20px;
  font-weight: 800;
}
.wrapper .mop a {
  background-color: #000;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}

.info {
  padding: 20px;
}
.info h3 {
  font-weight: 900;
}
.info h3 span {
  color: #f38722;
}

.contact h1 {
  font-weight: 800;
}
.contact h1 span {
  color: #F49236;
}

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

#social-media-control {
  background: #313131;
  position: fixed;
  top: 30%;
  left: 0;
  border-radius: 0 5px 5px 0;
  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: 800px) {
  .wrapper .banner {
    height: 445px !important;
  }
  .wrapper .banner h1 {
    font-size: 35px !important;
    font-weight: 900 !important;
    color: #F49236 !important;
  }
  .wrapper .banner h2, .wrapper .banner h4 {
    color: #fff !important;
    margin-top: 20px !important;
  }
  .wrapper .banner .actions {
    display: flex !important;
    grid-gap: 10px !important;
  }
  .wrapper .banner .actions a {
    padding: 4px 10px !important;
  }
  .wrapper .banner .col-md-6:last-child {
    display: none !important;
  }
  .wrapper .join_info .content {
    flex-wrap: wrap !important;
  }
  .wrapper .join_info .content .block {
    flex-basis: 40%;
    flex-grow: 1 !important;
  }
  .wrapper .join_info .content .block.block3 h3 {
    color: #fff;
    font-weight: 400;
    font-size: 20px !important;
  }
  .wrapper h4.title {
    font-weight: 400;
    font-size: 30px !important;
  }
  .wrapper .product {
    padding: 20px !important;
  }
  .wrapper .product ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .wrapper .product ul li {
    font-size: 14px !important;
  }
  .wrapper .venue .col-md-4, .col-md-8 {
    text-align: center !important;
  }
  .wrapper .venue .row {
    grid-gap: 20px !important;
  }
  .wrapper .header .logo img {
    width: 190px !important;
    height: 60px !important;
  }
}/*# sourceMappingURL=style.css.map */