* {
  margin: 0px;
  padding: 0px;
}

* ul {
  list-style: none;
  margin-bottom: 0px;
}

* a {
  text-decoration: none;
}

body {
  font-family: 'Roboto', sans-serif;
}

#translator {
  position: fixed;
  z-index: 99999999;
  top: 0px;
  right: 0px;
  display: inline-block;
  padding: 5px 7px 5px 10px;
}

.hamburger-menu {
  display: none;
}

header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

header .logo {
  position: relative;
  z-index: 999;
}

header .logo a img {
  max-width: 100%;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav ul li a {
  text-transform: uppercase;
  color: #5d4537;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

header nav ul li a:hover {
  text-decoration: none;
}

header nav ul .nav-product, header nav ul .nav-machinary {
  position: relative;
}

header nav ul .nav-product .nav-product-sub-ul, header nav ul .nav-product .nav-machinary-sub-ul, header nav ul .nav-machinary .nav-product-sub-ul, header nav ul .nav-machinary .nav-machinary-sub-ul {
  display: block;
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 50px;
  left: -10px;
  width: 130px;
  background-color: #fff;
  z-index: 9;
  opacity: 0;
}

header nav ul .nav-product .nav-product-sub-ul li, header nav ul .nav-product .nav-machinary-sub-ul li, header nav ul .nav-machinary .nav-product-sub-ul li, header nav ul .nav-machinary .nav-machinary-sub-ul li {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #5d4537;
}

header nav ul .nav-product .nav-product-sub-ul li a, header nav ul .nav-product .nav-machinary-sub-ul li a, header nav ul .nav-machinary .nav-product-sub-ul li a, header nav ul .nav-machinary .nav-machinary-sub-ul li a {
  font-size: 14px;
}

header nav ul .nav-product:hover .nav-product-sub-ul, header nav ul .nav-product:hover .nav-machinary-sub-ul, header nav ul .nav-machinary:hover .nav-product-sub-ul, header nav ul .nav-machinary:hover .nav-machinary-sub-ul {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  top: 30px;
  text-decoration: none;
}

header nav ul .nav-product .nav-machinary-sub-ul, header nav ul .nav-machinary .nav-machinary-sub-ul {
  width: 200px;
}

header .social-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

header .social-icons ul li a i {
  font-size: 20px;
  color: #5d4537;
  padding-left: 10px;
}

.product {
  margin-bottom: 50px;
}

.product .space-from-top {
  margin-top: 200px;
}

.product .product-banner img {
  width: 100%;
  max-height: 400px;
}

.product .product-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product .product-heading h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.product .about-product-page {
  margin-top: 10px;
}

.product .about-product-page p {
  color: #5d4537;
}

.product .product-images .products {
  margin-top: 50px;
}

.product .product-images .products .img-wrapper {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 10px;
}

.product .product-images .products .img-wrapper img {
  width: 100%;
  height: 140px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.product .product-images .products .img-wrapper img:hover {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
}

.product .product-images .products h2 {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}

.contact {
  background-color: #0b0b51;
  background-position: center;
  color: #fff;
  background-size: cover;
}

.contact .contact-heading {
  background-color: red;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .contact-heading h2 {
  color: #fff;
  padding: 5px 0px;
  text-align: left;
  font-size: 25px;
  padding-left: 8%;
  margin-left: 8px;
  font-weight: bold;
}

.contact .footer-detail-wrapper {
  color: #fff;
}

.contact .footer-detail-wrapper .our-company {
  padding-top: 20px;
}

.contact .footer-detail-wrapper .our-company h2 {
  font-size: 22px;
  font-weight: bold;
}

.contact .footer-detail-wrapper .our-company ul li {
  margin-bottom: 8px;
}

.contact .footer-detail-wrapper .our-company ul li a {
  color: #fff;
  text-transform: uppercase;
}

.contact .footer-detail-wrapper .reach-us, .contact .footer-detail-wrapper .factory {
  padding-top: 20px;
}

.contact .footer-detail-wrapper .reach-us h2, .contact .footer-detail-wrapper .factory h2 {
  font-size: 22px;
  font-weight: bold;
}

.contact .footer-detail-wrapper .reach-us ul li, .contact .footer-detail-wrapper .factory ul li {
  margin-bottom: 8px;
}

.contact .footer-detail-wrapper .reach-us ul li span, .contact .footer-detail-wrapper .factory ul li span {
  font-size: 16px;
}

.contact .footer-detail-wrapper .reach-us ul li i, .contact .footer-detail-wrapper .factory ul li i {
  margin-right: 10px;
  font-size: 18px;
}

.contact .footer-detail-wrapper .reach-us ul li a, .contact .footer-detail-wrapper .factory ul li a {
  margin-right: 10px;
  color: #fff;
}

.contact .footer-detail-wrapper .reach-us ul li a:hover, .contact .footer-detail-wrapper .factory ul li a:hover {
  text-decoration: none;
}

.contact .footer-detail-wrapper .factory a button {
  margin-top: 20px;
  padding: 5px 20px;
  border-radius: 20px;
  border: none;
  outline: none;
  background-color: red;
  color: #fff;
}

.contact .footer-detail-wrapper .factory a button:hover {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #5d4537;
}

.whatsap-icon {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99999;
}

.whatsap-icon i {
  font-size: 50px;
  color: green;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  header .social-icons {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header .logo {
    width: 100px;
    height: 100px;
  }
  header nav {
    display: none;
    margin-top: -80px;
  }
  header .hamburger-menu {
    display: block;
    position: absolute;
    top: 25px;
    right: 50px;
    cursor: pointer;
  }
  header .hamburger-menu i {
    font-size: 30px;
  }
  #translator {
    position: fixed;
    z-index: 9999;
    top: 85%;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    padding: 5px 7px 5px 10px;
  }
  header nav ul .nav-product:hover .nav-product-sub-ul {
    top: 20px;
  }
  header nav ul .nav-product .nav-product-sub-ul {
    left: 280px;
    z-index: 9999;
  }
  header nav ul .nav-machinary .nav-machinary-sub-ul {
    left: 15px;
  }
  header nav ul .nav-machinary:hover .nav-machinary-sub-ul {
    top: 18PX;
  }
}

@media only screen and (max-width: 576px) {
  header nav ul .nav-product:hover .nav-product-sub-ul {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .product .product-images .products .img-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .product .product-banner img {
    width: 100%;
    max-height: 400px;
    height: 200px;
  }
}
/*# sourceMappingURL=rice-mill.css.map */