* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  color: black;
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  box-sizing: border-box;
}

h5 {
  color: white;
}

body main #prdid {
  color: black;
  text-align: center;
  font-size: 1.5em;
}

button {
  background-color: transparent;
  border: none;
}

h1 {
  font-size: 2em;
}

#box2-info {
  font-size: 1.3em;
}

html, body {
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.wrapper {
  margin-right: auto;
  /* 1 */
  margin-left: auto;
  /* 1 */
  max-width: 1200px;
  /* 2 */
  padding-right: auto;
  /* 3 */
  padding-left: auto;
  /* 3 */
}

body .tophead {
  border: 2px solid green;
  width: 100%;
  height: 3em;
}

body #line {
  background-image: -webkit-gradient(linear, left top, right top, from(#77ff00), to(yellow));
  background-image: linear-gradient(to right, #77ff00, yellow);
  height: .3em;
  left: 1em;
  margin-right: auto;
  /* 1 */
  margin-left: auto;
  /* 1 */
  max-width: 85%;
  /* 2 */
  padding-right: auto;
  /* 3 */
  padding-left: auto;
  /* 3 */
}

body #line2 {
  left: 1em;
  margin-right: auto;
  /* 1 */
  margin-left: auto;
  /* 1 */
  max-width: 85%;
  /* 2 */
  padding-right: auto;
  /* 3 */
  padding-left: auto;
  /* 3 */
  border: 1px solid #000000;
  outline: none;
  margin-top: 5em;
}

body main #prdid {
  font-size: 3em;
  margin-top: 1em;
}

body span {
  color: #77ff00;
  font-family: 'Fira Sans', sans-serif;
}

body main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

body main .whychseus ul #plus2 {
  font-size: 3em;
  font-family: 'Lobster', cursive;
  padding: 10px;
  font-weight: bolder;
}

body header {
  width: 100%;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #011E00;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  position: relative;
  z-index: 2;
}

body header .separateul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

body header .separateul li #menu-burger button {
  position: relative;
}

body header #logo a {
  color: #77ff00;
  font-size: 1.8em;
  font-family: 'Fira Sans', sans-serif;
  padding: 10px;
  margin: 5px;
}

body header #dropdown {
  position: absolute;
  background-color: #011E00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  right: 0;
  width: 100%;
}

body header #dropdown #frek a {
  font-size: 0.9em;
}

body header #dropdown li:hover {
  background-color: #187915;
}

body header #dropdown li {
  padding: 5px 25px;
  border-bottom: 0.5px solid #77ff00;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0e0e0e;
  padding: 1em 1em;
}

body header #dropdown li a {
  border-collapse: collapse;
  font-family: 'Fira Sans', sans-serif;
  color: #ffffff;
  font-size: 1em;
}

body header #menu-burger button {
  padding: 10px 20px;
  margin: 2px;
  border: none;
  outline-style: none;
  cursor: pointer;
  position: relative;
}

body header #menu-burger button img {
  width: 2em;
  height: 2em;
}

a.imgbox {
  text-decoration: none;
}

#photogrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px;
  background-color: gray;
  width: 100%;
  height: auto;
  margin: auto;
}

.imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 35vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 0px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c7c7c7;
}

.box1 {
  background: url("resources/products/6D46C6A6-E3C6-4F45-BEB9-5E136768EB1E-min.JPG");
  background-position: center center;
  background-size: cover;
}

.box2 {
  background: url("resources/products/Boat shape-min.JPG");
  background-position: center center;
  background-size: cover;
}

.box3 {
  background: url("resources/products/E3F4D9CF-8890-49B7-82D0-C71E3500D275-min.JPEG");
  background-position: center center;
  background-size: cover;
}

.box4 {
  background: url("resources/products/Heart plate-min.JPEG");
  background-position: center center;
  background-size: cover;
}

.box5 {
  background: url("resources/products/Parcel box-min.JPEG");
  background-position: center center;
  background-size: cover;
}

.box6 {
  background: url("resources/products/Platter plate-min.JPG");
  background-position: center center;
  background-size: cover;
}

.box7 {
  background: url("resources/products/Pyramid bowl-min.JPG");
  background-position: center center;
  background-size: cover;
}

.box8 {
  background: url("resources/products/Rectangle bowl-min.JPG");
  background-position: center center;
  background-size: cover;
}

.box9 {
  background: url("resources/products/Rectangular plate-min.JPEG");
  background-position: center center;
  background-size: cover;
}

.box10 {
  background: url("resources/products/Round bowl-min.JPG");
  background-position: center center;
  background-size: cover;
}

.box11 {
  background: url("resources/products/Round plate-min.JPG");
  background-position: center center;
  background-size: cover;
}

.box12 {
  background: url("resources/products/Round plate small(20cm)-min.JPEG");
  background-position: center center;
  background-size: cover;
}

.box13 {
  background: url("resources/products/Square plate-min.JPG");
  background-position: center center;
  background-size: cover;
}

.box14 {
  background: url("resources/products/plate-slot.jpg");
  background-position: center center;
  background-size: cover;
}

.box15 {
  background: url("resources/products/tile-plate.jpg");
  background-position: center center;
  background-size: cover;
}

.box16 {
  background: url("resources/products/h.png");
  background-position: center center;
  background-size: cover;
}

.imgbox:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0px 0px 0px 9000px rgba(0, 0, 0, 0) inset;
          box-shadow: 0px 0px 0px 9000px rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0px 0px 0px 1px grey inset;
          box-shadow: 0px 0px 0px 1px grey inset;
}

.imgbox:hover .boxtitle {
  visibility: visible;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lightbox .product-spec {
  width: 80%;
  height: auto;
  background-color: #cacaca;
  border: none;
}

.lightbox h2 {
  position: relative;
  color: #050505;
  padding-top: 10px;
  text-decoration: underline;
}

.lightbox h3 {
  position: relative;
  color: #050505;
}

.lightbox:target {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lightbox img {
  width: 80%;
  height: 40%;
  border: solid 2px grey;
}

.boxtitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  background: rgba(230, 230, 230, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  margin: 0px;
  color: white;
  margin-bottom: 10px;
  top: 40%;
}

.boxtitle p {
  margin: 10px;
  font-size: .7em;
  font-family: 'Fira Sans', sans-serif;
}

body main .box2-manufacture .borderr {
  background-color: #d5ffc4;
}

body main .box2-manufacture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  z-index: 1;
}

body main .box2-manufacture li h2 {
  font-size: 1.2em;
}

body main .box2-manufacture #bea h2 {
  font-family: 'Roboto', sans-serif;
  font-size: .9em;
  font-weight: lighter;
  width: 23em;
  margin: auto;
  width: 90%;
}

body main .box2-manufacture ul #abtrr h2 {
  font-weight: bolder;
  color: black;
  font-size: 1.5em;
}

body main .box2-manufacture ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .box2-manufacture ul li #btnss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -.5em;
  width: 100%;
}

body main .box2-manufacture ul #box2-info {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 90%;
  padding: 3px;
  margin: auto;
  font-size: .9em;
  font-family: 'Roboto', sans-serif;
}

body main .box2-manufacture ul li {
  padding: 5px;
  margin: 5px;
  font-family: 'Fira Sans', sans-serif;
}

body main .box2-manufacture ul #box2-logo {
  margin-top: 0;
}

body main .box2-manufacture ul li h1 {
  font-size: 1.5em;
  font-family: 'Fira Sans', sans-serif;
  font-weight: lighter;
  margin-top: 0em;
  color: black;
  padding: 0;
}

body main .box2-manufacture ul #btn-box2 {
  margin: 2em 1em;
}

body main .box2-manufacture ul #btn-box2 a {
  color: black;
  background-color: #77ff00;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1em;
  font-weight: lighter;
  pointer-events: visible;
  cursor: pointer;
}

body main .box2-manufacture ul #btn-box2 a:hover {
  -webkit-box-shadow: 2px 2px 5px #4e4e4e;
          box-shadow: 2px 2px 5px #4e4e4e;
}

body main .box2-manufacture ul #lin {
  width: 100%;
  border: 1px solid #77ff00;
}

body main .whychooseus-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #eaffc4;
  margin: auto;
  margin-top: 1em;
}

body main .whychooseus-box h2 {
  color: black;
  font-family: 'Fira Sans', sans-serif;
  padding: 10px;
  margin: 10px;
}

body main .whychooseus-box img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}

body main .box3-product .product-gallery ul li img {
  width: 20vh;
  height: 20vh;
}

body main .whychseus {
  width: 100%;
  height: auto;
  background-color: #e7de63;
  margin: auto;
}

body main .whychseus ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: auto;
}

body main .whychseus ul .headlst {
  border: none;
  width: 80%;
  border-bottom: 2px solid #383838;
}

body main .whychseus ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .whychseus ul #header-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  margin: 10px 10px;
  font-weight: lighter;
  border: none;
  margin: auto;
}

body main .whychseus h1, h4 {
  color: black;
  font-family: 'Fira Sans', sans-serif;
  font-weight: lighter;
  width: 90%;
}

body main .whychseus h4 {
  color: #575757;
}

body main .whychseus h3 {
  color: black;
  font-family: 'Fira Sans', sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body main .whychseus #header-num h2 {
  color: #181818;
  font-family: 'Fira Sans', sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5em;
  padding: 0;
  margin: 0;
}

body main .whychseus #header-num #cap {
  margin: 0;
  position: relative;
  left: 2%;
}

body main .whychseus #header-num h3 {
  color: #4b4b4b;
  font-family: 'Fira Sans', sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.7em;
  font-weight: lighter;
}

body main .whychseus img {
  width: 200px;
  height: 200px;
  padding: 10px;
  margin: 10px;
}

body main .box4-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  color: white;
  margin: auto;
}

body main .box4-about #outerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body main .box4-about #outerlist li {
  padding: 15px;
  width: 23em;
}

body main .box4-about #outerlist li #innerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body main .box4-about #outerlist li #innerlist #textbox {
  padding: 0;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: flex-start;
  position: relative;
  left: 0%;
}

body main .box4-about #outerlist li #innerlist #textbox h5 {
  font-weight: lighter;
  color: #dddddd;
}

body main .box4-about #outerlist li #innerlist li img {
  padding: 0;
  margin: 0px;
  width: 90%;
  height: 90%;
  border-radius: 30%;
}

body main .box4-about #outerlist li #innerlist li img:hover {
  cursor: pointer;
  border: 3px solid #cecece;
}

body main .box4-about #outerlist li #innerlist li {
  border: 2px solid #da0808;
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: start;
  border: none;
}

body main .box4-about #outerlist li #innerlist #icon-li {
  width: 8em;
  height: 8em;
}

body main .box4-about #outerlist li #innerlist li h1 {
  font-size: 1.7em;
  font-weight: lighter;
}

body main .box4-about #outerlist li #innerlist li h2 {
  font-size: 1.3em;
  font-family: 'Roboto', sans-serif;
  text-decoration: underline;
}

body main .box4-about #outerlist li #innerlist li h3 {
  padding: 2px 10px;
  margin: 0px 10px;
  text-decoration: underline;
}

body main .box4-about #outerlist li #innerlist #mailbox h5 {
  padding: 0;
  margin: 0;
  font-weight: lighter;
  color: #dddddd;
}

body main .box4-about #outerlist li #innerlist #mailbox {
  position: relative;
  left: 0%;
}

body main .box4-about #outerlist li #innerlist #mailbox h5 a {
  padding: 2px 10px;
  margin: 0px 10px;
}

body main .box4-about #abtT {
  color: white;
  font-family: 'Fira Sans', sans-serif;
  font-size: 2em;
  padding: 10px;
  margin: 20px 10px;
}

body main .box4-about .contact-infobox h1 {
  font-size: 1.5em;
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-weight: lighter;
  padding: 5px;
  margin: 10px 5px;
}

body main .box4-about h2 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: lighter;
  color: white;
  padding: 5px;
  margin: 5px;
  font-size: 1.3em;
}

body main .box4-about .contact-infobox p {
  font-family: 'Noto Sans', sans-serif;
  color: white;
  padding: 5px;
  margin: 5px;
  font-size: 1em;
  letter-spacing: 1px;
}

body main .box4-about .contact-infobox a {
  color: white;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #77ff00;
  padding: 10px 20px;
  margin: 20px 10px;
  color: black;
  font-family: 'Fira Sans', sans-serif;
  font-weight: bolder;
  font-size: 1.3em;
  border-radius: 15px;
}

body main .box4-about .contact-infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body main .box4-about .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  border-bottom: 1px solid #77ff00;
}

body main .box4-about #handles {
  font-size: 1.5em;
  font-weight: lighter;
  border-top: 1px solid #77ff00;
  width: 100%;
  padding-top: 1em;
  color: #77ff00;
}

body main .box4-about .social-icon li img {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 20px;
}

body main .box4-about .social-icon #snap a img {
  width: 70px;
  height: 70px;
}

body main .box4-about .social-icon li img:hover {
  cursor: pointer;
  border: 3px solid #cecece;
  border-radius: 25%;
}

body footer {
  background-color: #011E00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  outline: none;
}

body footer .separatefoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

body footer p {
  color: #bebebe;
  font-family: 'Noto Sans', sans-serif;
  font-size: .8em;
  padding: 5px;
  margin: 5px;
}

body main .slid-con img {
  width: 250px;
  height: 250px;
}

.slideshow-container {
  position: relative;
  background-image: url("resources/mainback (2)-min-min.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 30em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 2;
}

.slideshow-container:after {
  content: '';
  display: block;
  clear: both;
}

/* Slides */
.mySlides {
  display: none;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin: 0em 2em;
  height: auto;
  top: -3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.mySlides img {
  width: 300px;
  height: 300px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  padding: 10px;
  margin-top: 0px;
  color: #77ff00;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 5px 10px;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  border: none;
  outline: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #77ff00;
}

q {
  font-family: 'Fira Sans', sans-serif;
  color: white;
  position: relative;
  top: -2em;
}

body main .frequentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #065210;
  color: grey;
  margin: auto;
}

body main .frequentbox h1 {
  color: white;
  text-align: center;
  font-size: 1.5em;
  padding: 10px;
  font-family: 'Fira Sans', sans-serif;
  margin: 10px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

body main .frequentbox h2, h3 {
  color: white;
  font-size: 1em;
  padding: 5px;
  margin: 0px 5px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: lighter;
}

body main .frequentbox ul li h3 {
  color: #a7a7a7;
}

body main .frequentbox h2 {
  color: #ffffff;
  font-weight: bold;
}

body main .box4-about a, h1, h3, h5 {
  color: white;
  padding: 10px;
  margin: 5px 10px;
  font-family: 'Fira Sans', sans-serif;
}

@media only screen and (min-width: 768px) {
  body main .box2-manufacture ul #box2-logo img {
    width: 350px;
    height: auto;
    margin: 10px 0px 10px 0px;
  }
  body main .box2-manufacture li h2 {
    font-size: 2em;
  }
  .box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .box11, .box12, .box13, .box14, .box15, .box16 {
    width: 300px;
    height: 300px;
  }
  body main .whychooseus-box {
    width: 90%;
    height: auto;
    -ms-grid-column-align: center;
        justify-self: center;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body main .whychseus {
    margin-top: 2em;
  }
  body main .whychseus ul #plus2 {
    font-size: 5em;
    font-family: 'Lobster', cursive;
    padding: 10px;
    font-weight: bolder;
  }
  body main .box4-about #handles {
    font-size: 2.5em;
    font-weight: lighter;
  }
  body main .box4-about .social-icon li img {
    width: 90px;
    height: 90px;
    padding: 0;
    margin: 10px 20px;
  }
  body main .box4-about .social-icon {
    padding-bottom: 1em;
  }
  body main .whychooseus-box img {
    padding-bottom: 30px;
    margin: 0;
    width: 70%;
    height: auto;
    -ms-grid-column-align: center;
        justify-self: center;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body main .whychseus ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body main .whychseus ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main .whychseus h1, h4 {
    color: black;
    font-family: 'Fira Sans', sans-serif;
    font-weight: lighter;
    width: 90%;
  }
  body main .whychseus h4 {
    color: #575757;
    font-size: 1.3em;
    margin-bottom: 1em;
    width: 70%;
  }
  body main .whychseus h3 {
    color: black;
    font-family: 'Fira Sans', sans-serif;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  body main .whychseus #header-num h2 {
    color: #181818;
    font-family: 'Fira Sans', sans-serif;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 5em;
  }
  body main .whychseus #header-num h3 {
    color: #181818;
    font-family: 'Fira Sans', sans-serif;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2em;
    font-weight: lighter;
  }
  body header #logo a {
    color: #77ff00;
    font-size: 2em;
    font-family: 'Fira Sans', sans-serif;
    padding: 15px;
    margin: 10px;
  }
  body header {
    width: 100%;
    height: 4.5rem;
  }
  body main .box4-about .social-icon #snap a img {
    width: 120px;
    height: 120px;
  }
  .lightbox img {
    width: 25em;
    height: 25em;
    border: solid 2px grey;
  }
  .lightbox .product-spec {
    width: 30%;
    height: auto;
    background-color: #cacaca;
    border: none;
  }
  body header #dropdown {
    width: 30%;
  }
  body main .box2-manufacture ul #box2-info {
    font-size: 1.5em;
  }
  q {
    font-size: 1.5em;
  }
  .prev, .next {
    padding: 15px 10px;
    background-color: black;
    top: 40%;
  }
  .slideshow-container {
    height: 25em;
  }
  .mySlides {
    width: 80%;
    position: relative;
    left: 5%;
  }
  body main .frequentbox ul li h2 {
    font-size: 1.7em;
  }
  body main .frequentbox ul li h3 {
    font-size: 1.3em;
  }
  body main .box4-about #outerlist #innerlist li img {
    width: 13vh;
    height: 13vh;
  }
  body main .box4-about #outerlist li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  body main .box4-about #outerlist li #innerlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body main .box4-about #outerlist #innerlist li h5 {
    font-size: 1.2em;
  }
  body main .box4-about #outerlist #innerlist li img {
    width: 8em;
    height: 8em;
  }
  body main .box4-about #outerlist #innerlist li h3 {
    font-size: 1.5em;
  }
  body main .box4-about #outerlist #innerlist #textbox h1 {
    font-size: 2.3em;
  }
  body main .box4-about #outerlist li #innerlist #textbox {
    left: -5%;
  }
  body main .box4-about #outerlist li #innerlist #mailbox {
    left: 0%;
  }
  body main .box2-manufacture ul #btn-box2 a {
    padding: 10px 20px;
    font-size: 1.3em;
  }
  body main .whychooseus-box h2 {
    font-size: 2em;
  }
  body main .box3-product #productT img {
    width: 15em;
  }
  body main .box3-product .product-gallery h1 {
    font-size: 2em;
  }
  body footer p {
    font-size: 1em;
  }
  body main .box2-manufacture #bea h2 {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 1080px) {
  body main .box3-product .product-gallery ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxtitle p {
    font-size: 1.2em;
  }
  body main .box3-product .product-gallery ul li {
    width: 40vh;
    height: 35vh;
  }
  body main .box3-product .product-gallery ul li img {
    border: none;
    width: 100%;
    height: 100%;
  }
  body main .box3-product .product-gallery ul #parcelbx img {
    width: 100%;
    height: 10em;
  }
  body main .box3-product .product-gallery ul #parcelbx {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

body main .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: 'Fira Sans', sans-serif;
  background-color: black;
  color: white;
  padding-top: 20px;
}

body main .mail .infoform form ul li input {
  font-family: 'Fira Sans', sans-serif;
  /* padding: 5px; */
  font-size: 15px;
  width: 200px;
  outline: none;
  margin: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: black;
}

body main .mail .infoform form ul li {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

body main .mail .infoform form ul li label {
  color: white;
  padding: 10px;
}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  color: black;
}

input[type=text]:focus, textarea:focus {
  -webkit-box-shadow: 0 0 5px #77ff00;
          box-shadow: 0 0 5px #77ff00;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #77ff00;
  color: black;
}

input[type=email]:focus, textarea:focus {
  -webkit-box-shadow: 0 0 5px #77ff00;
          box-shadow: 0 0 5px #77ff00;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #77ff00;
  color: black;
}

input[type=number]:focus, textarea:focus {
  -webkit-box-shadow: 0 0 5px #77ff00;
          box-shadow: 0 0 5px #77ff00;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #77ff00;
  color: black;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  color: black;
}

body main .mail form button {
  background-color: #77ff00;
  padding: 10px 20px;
  font-family: 'Fira Sans', sans-serif;
  color: black;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  letter-spacing: 1px;
  position: relative;
  left: 0px;
  margin: 40px 10px;
}

body main .mail form button:hover {
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */