header {
  height: 100vh;
  background-color: #eeeeee;
  position: relative;
  background: url("/images/innov1.jpg");
}

.navbar {
  z-index: 1000;
  padding: 10px 0;
}

.nav-item {
  margin-left: 75px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #f35905;
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
  color: #17213e;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #f35905;
}

@media only screen and (max-width: 728px) {
  .navbar-nav {
    background-color: #ffffff;
    margin-top: 10px;
  }
  .nav-item {
    margin-left: 25px;
  }
}

.left-top {
  height: 100vh;
  background-color: #ffffff;
  width: 53vw;
  position: absolute;
  top: 0;
}

.left-top .caption {
  margin-top: 230px;
  margin-left: 70px;
}

.left-top .caption h1 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}

.left-top .caption p {
  font-size: 16px;
  line-height: 1.6rem;
  margin-bottom: 30px;
  width: 90%;
}

.left-top .caption .btn {
  background-color: #f35905;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 30px;
}

.left-top .caption .btn a {
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 728px) {
  .left-top .caption {
    margin-top: 130px;
    margin-left: 20px;
  }

  .left-top .caption h1 {
    font-size: 24px;
  }

  .left-top .caption p {
    width: 100%;
    font-size: 14px;
  }
}

/* offer */
.offer {
  background-color: #10263a;
  color: #ffffff;
  padding: 70px 0;
}

.offer .box {
  border-right: 2px solid #812222;
}

.offer .box h2 {
  text-align: right;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 10px;
  font-weight: normal;
  line-height: 2rem;
}

.offer p {
  padding-left: 20px;
  margin-top: 10px;
  color: #f8f8f8;
  font-weight: 100;
  width: 90%;
}

@media only screen and (max-width: 728px) {
  .offer .box h2 {
    font-size: 18px;
  }

  .offer p {
    width: 100%;
    text-align: right;
    padding-right: 10px;
  }
}

/* services */
.services {
  padding: 100px 0;
  text-align: center;
}

.services h3 {
  margin-bottom: 20px;
}

.services h6 {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6rem;
}

.services h4 {
  font-size: 16px;
  margin-top: 20px;
}

.services p {
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1.6rem;
}

.services a {
  color: #f35905;
  font-size: 12px;
  font-weight: bold;
}

/* projects */
.projects {
  padding: 100px 0;
  background-color: #10263a;
  color: #ffffff;
}

.projects .box_heading {
  display: flex;
  justify-content: space-between;
}

.projects .box_heading h3 {
  padding-bottom: 5px;
  border-bottom: 2px solid #f35905;
  margin-bottom: 30px;
}

.projects .box_heading a {
  color: #ffffff;
  font-size: 12px;
  margin-top: 20px;
}

.projects img {
  border: 2px solid #ffffff;
}

/* about */
.about {
  padding: 100px 0;
}

.about a {
  color: #f35905;
  font-size: 13px;
  font-weight: bold;
}

.about h2 {
  margin-bottom: 15px;
  font-size: 30px;
}

.about p {
  font-size: 16px;
  line-height: 1.7rem;
  width: 95%;
}

@media only screen and (max-width: 728px) {
  .about img {
    width: 100%;
  }
}

/* contactus */
.contact {
  padding: 80px 0;
  background-color: #e9ebf4;
}

.contact h6 {
  margin-top: 30px;
  font-weight: bold;
}

.contact p {
  font-weight: 200;
}

.contact form {
  margin-top: 30px;
}

.contact .form-control {
  padding: 0.75rem 0.75rem;
}

.contact .btn {
  background-color: #f35905;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 30px;
}

/* footer */
footer {
  padding: 30px 0 15px 0;
  color: #ffffff;
  background-color: #10263a;
  font-size: 12px;
}

/* About */
.slide {
  height: 200px;
  background-color: aliceblue;
  display: flex;
  align-items: center;
}

.about_back {
  background-image: url("/images/aboutus_back.png");
  color: #ffffff;
}

.slide h2 {
  font-size: 30px;
}

.slide p {
  font-size: 14px;
  width: 50%;
  font-weight: 200;
}
.site-link {
  padding: 20px 0;
  background-color: #f2f4f6;
}

.site-link h6 {
  font-size: 12px;
}

.aboutus {
  padding: 100px 0;
}

.aboutus h3 {
  font-size: 30px;
  border-bottom: 3px solid #f35905;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 270px;
}

.aboutus p {
  line-height: 1.7rem;
  font-size: 14px;
  width: 97%;
  color: #17213e;
}

.aboutus img {
  width: 450px;
}

@media only screen and (max-width: 728px) {
  .aboutus img {
    width: 100%;
  }
}

.points {
  margin: 50px 0 100px 0;
  height: 400px;
  background-color: #10263a;
}

.features {
  color: #ffffff;
  padding: 40px 50px;
}

.features h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 40px;
  font-weight: bold;
}

.features p {
  font-size: 12px;
  width: 80%;
  font-weight: 200;
}

.mission {
  padding-bottom: 100px;
}

.mission h4 {
  border-bottom: 3px solid #f35905;
  width: 25%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.mission p {
  line-height: 1.9em;
  width: 80%;
}

@media only screen and (max-width: 728px) {
  .points {
    height: 100%;
  }
  .mission h4 {
    width: 100%;
  }
}

.foot_contact {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #e9ebf4;
}

.foot_contact h4 {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5em;
}

.foot_contact .btn {
  color: #ffffff;
  background-color: #f35905;
  padding: 10px 60px;
}

.foot_contact .btn a {
  color: #ffffff;
  text-decoration: none;
}

/* product */
.product {
  padding: 100px 0;
}

.product_back {
  background-image: url("/images/product_back.png");
  color: #ffffff;
}

.product h3 {
  text-transform: uppercase;
  font-size: 26px;
  border-bottom: 3px solid #f35905;
  padding-bottom: 10px;
  width: 55%;
  margin-bottom: 20px;
}
.product .box {
  width: 270px;
  height: 190px;
}

.product .box img {
  width: 100%;
  height: 100%;
}

.product p {
  line-height: 1.9rem;
  width: 95%;
  margin-bottom: 20px;
}

.product h6 {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
}

.product h6 a {
  text-decoration: none;
}

.product ul li {
  font-size: 14px;
  margin-bottom: 1rem;
}

.iron {
  background-color: #10263a;
  color: #ffffff;
}

.iron a {
  color: #ffffff;
}

.iron .box {
  border: 2px solid #ffffff;
}

@media only screen and (max-width: 728px) {
  .product h3 {
    width: 100%;
  }
}

/* consumables */
.consum {
  padding: 80px 0;
}

.consum_back {
  background-image: url("/images/consum_back.png");
  color: #ffffff;
}

.consum h3 {
  margin-bottom: 40px;
  border-bottom: 3px solid #f35905;
  width: 20%;
  padding-bottom: 10px;
}

.consum p {
  line-height: 1.8em;
  font-size: 14px;
}

.consum ul li {
  line-height: 1.8em;
  font-size: 14px;
}

.consum img {
  width: 450px;
}

@media only screen and (max-width: 728px) {
  .consum h3 {
    width: 100%;
  }
  .consum img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Vendor */
.vendor {
  padding: 100px 0;
}

.vendor_back {
  background-image: url("/images/vendor_back.png");
  color: #ffffff;
}

.vendor h3 {
  margin-bottom: 20px;
}

.vendor p {
  width: 95%;
}

.vendor form {
  width: 500px;
  background-color: #f2f4f6;
  padding: 40px;
}

@media only screen and (max-width: 728px) {
  .vendor form {
    width: 100%;
  }
}

.long_products img {
  max-width: 600px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 728px) {
  .long_products img {
    width: 100%;
  }
}
