.incorpoted-section {
  margin-top: 240px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(27, 12, 12, 0.3))), url("/img/banner.png");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(27, 12, 12, 0.3)), url("/img/banner.png");
  background-size: cover;
  background-position: top;
  position: relative;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .incorpoted-section .container .nav {
    display: none;
  }
}

.incorpoted-section .container .nav {
  margin-top: 78px;
}

.incorpoted-section .container .nav .nav-item .nav-link {
  padding-left: 130px;
  background: #fbb62c;
  padding-right: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px;
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 25px;
}

.incorpoted-section .container .nav .nav-item .my-active {
  background: white;
  border-bottom: 5px solid #FBB62C;
  color: #FBB62C;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 130px;
  padding-left: 130px;
}

.incorpoted-section .container .row .col-md-12 .primary-heading {
  padding-top: 99px;
  color: #fbb62c;
  font-size: 37px;
  font-family: 'Roboto';
}

.incorpoted-section .container .row .col-md-12 .text-about {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Roboto';
  margin-top: 20px;
  line-height: 35px;
}

.incorpoted-section .nav-tabs {
  border-bottom: 0px;
}

.incorpoted-section-product {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(27, 12, 12, 0.3))), url("/img/banner.png");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(27, 12, 12, 0.3)), url("/img/banner.png");
  background-size: cover;
  background-position: top;
  position: relative;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .tabs-content-conatiner {
    display: none;
  }
}

.tabs-content-conatiner {
  margin-top: 30px;
  margin-bottom: 40px;
}

.tabs-content-conatiner .row .col-12 .tab-content .tab-pane {
  color: #747474;
  font-size: 18px;
  font-family: sans-serif;
  margin-top: 39px;
}

.tabs-content-conatiner .row .col-12 .tab-content .tab-pane .btn-tabs {
  background-color: #fbb62c;
  border: 0px;
  border-radius: 40px;
  padding: 0px 50px 0px 50px;
  margin-top: 30px;
  font-size: 20px;
}

.tabs-content-conatiner .row .col-12 .tab-content .tab-pane .teb-context {
  font-size: 18px;
  font-family: 'Roboto';
  line-height: 30px;
}
/*# sourceMappingURL=incorpoted-section.css.map */