* {
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

.top {
  background-color: #f8f8f8;
  padding: 15px 0;
  font-size: 12px;
}

.top span {
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .top span {
    font-size: 9px;
  }
}

nav.navbar {
  padding: 20px 0;
}

nav.navbar a.navbar-brand {
  border-right: 1px solid #eeeeee;
  padding-right: 40px;
  font-size: 30px;
}

nav.navbar li.nav-item {
  margin-left: 20px;
}

nav.navbar li.quote {
  background-color: #126ad8;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 5px;
  font-size: 14px;
}

nav.navbar li.quote a.nav-link {
  color: #ffffff;
}

nav.navbar li.quote a.nav-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

nav.navbar img {
  height: 65px;
}

/* slider */

.slider {
  height: 570px;
  display: flex;
  align-items: center;
  background-color: burlywood;
  background-image: url("/images/slider2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .caption h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
}

.slider .caption p {
  width: 50%;
  font-size: 16px;
  padding-left: 5px;
  line-height: 1.6rem;
  color: #ffffff;
}

.slider .caption .btn {
  background-color: #126ad8;
  margin-top: 10px;
  padding: 10px 30px;
  color: #ffffff;
}

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

/* services */
.services {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.services h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 200;
}

.services h6 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 200;
}

.services .service_slider {
  width: 1080px;
  margin: 0 auto;
}

.services .service_slider .box {
  background-color: #ffffff;
  padding: 45px 20px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.services .service_slider .box h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.services .service_slider .box p {
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}

.services .service_slider .box .bi-arrow-right-circle-fill::before {
  margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  .services .service_slider {
    width: 100%;
  }
}

/* Overview */
.overview {
  padding: 80px 0;
  margin-bottom: 100px;
  background-color: #f8f8f8;
}

.overview .cover {
  margin-top: 100px;
}

.overview h3 {
  font-weight: 200;
  font-size: 40px;
}

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

/* Industries */

.industries {
  margin-bottom: 100px;
}

.industries h2 {
  font-size: 40px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 200;
}

.industries h6 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 200;
}

.industries h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 400;
}

.industries p {
  font-size: 14px;
  text-align: center;
}

.industries .btn_cover {
  text-align: center;
  margin-top: 50px;
}

.industries .btn {
  background-color: #126ad8;
  margin-top: 10px;
  padding: 10px 30px;
  color: #ffffff;
}

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

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

/* testimonials */
.testimonials {
  background-color: #f8f8f8;
  padding: 100px 0;
  margin-bottom: 50px;
}
.testimonials .carousel-inner {
  height: 380px;
}

.testimonials h4 {
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #524e4e;
  font-style: italic;
  font-weight: bold;
}

.testimonials h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.testimonials h6 {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.testimonials .box {
  padding: 30px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
  box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
}

.testimonials .box .test_img {
  text-align: center;
  margin-bottom: 10px;
}

.testimonials .clients {
  margin-top: 70px;
}

.testimonials .carousel-control-prev-icon {
  width: 20px;
  height: 20px;
  margin-left: -240px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DB241E' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.testimonials .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  margin-right: -230px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DB241E' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 600px) {
  .testimonials .carousel-control-prev-icon {
    display: none;
  }

  .testimonials .carousel-control-next-icon {
    display: none;
  }
}

.contactus {
  padding: 70px 0;
}

.contactus h5 {
  line-height: 1.5em;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 200;
}

.contactus p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.contactus img {
  border: 10px solid #f7f7f7;
  width: 450px;
}

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

footer {
  padding: 20px 0 15px 0;
  background-color: #000;
  margin-top: 50px;
  color: #ffffff;
  font-size: 12px;
}

/* About Us Page */
.about_back {
  background-image: url("/images/about_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.slider_back {
  height: 230px;
  background-color: bisque;
  display: flex;
  align-items: center;
}

.aboutus {
  padding: 100px 0;
}

.aboutus p {
  line-height: 1.5rem;
  font-size: 14px;
}

.vision {
  padding: 100px 0;
  background-color: #f8f8f8;
}

.vision h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 200;
}

.vision .box {
  width: 450px;
  margin: 0 auto;
  border: 1px solid #707070;
  padding: 40px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.5rem;
  -webkit-box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
  box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
}

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

  .vision .box {
    width: 100%;
  }
}

/* Product */

.product_back {
  background-image: url("/images/product_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.backcolor {
  background-color: #f8f8f8;
}
.product {
  padding: 100px 0;
}

.product h2 {
  margin-bottom: 10px;
}

.product p {
  width: 90%;
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

.product a {
  color: #000000;
}

.product img {
  width: 250px;
  height: 170px;
  margin-top: 20px;
  text-align: center;
  object-fit: cover;
  -webkit-box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
  box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
}

.product h5 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}

.product .box {
  animation: fadeIn;
  animation-duration: 1s;
}

.product_detail {
  padding: 100px 0;
}

.product_detail h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.product_detail .sidebar h3 {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.8rem;
}

.product_detail h4 {
  margin: 20px 0;
}

.product_detail img {
  width: 500px;
  margin: 20px 0;
}

.product_detail p {
  width: 90%;
  font-size: 14px;
  line-height: 1.7rem;
  margin-bottom: 10px;
}

.product_detail ul li {
  font-size: 14px;
  line-height: 1.7rem;
  margin: 10px 0;
}

.product_detail ul li a {
  color: #000;
}

@media only screen and (max-width: 600px) {
  .product img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .product p {
    width: 100%;
  }
}

/*consumable */

.consume_back {
  background-image: url("/images/consum_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.consume {
  padding: 100px 0;
}

.consume h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.consume h3 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.consume p {
  line-height: 1.6rem;
  font-size: 14px;
}

.consume li {
  line-height: 1.6rem;
  font-size: 14px;
}

.consume img {
  width: 500px;
  margin-bottom: 100px;
}

.consume h6 {
  font-weight: 500;
}

.consume .text {
  margin-top: 20px;
  border: 1px solid #eeeeee;
  padding: 40px;
  width: 360px;
  -webkit-box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
  box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.26);
}

@media only screen and (max-width: 600px) {
  .consume img {
    width: 100%;
    margin-bottom: 30px;
  }
  .consume .text {
    width: 100%;
  }
}

/* quote */

.quote_back {
  background-image: url("/images/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
