body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family:'PT Serif', serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}
h2 {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #555;
  line-height: 18px;
  text-align: center;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.navlink {
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
}
.navlink:hover {
  background-color: #d71313;
  color: white;
  font-weight: 400;
}
.navlink.w--current {
  background-color: #d71313;
  color: white;
}
.navbar {
  background-color: white;
  background-image: url('http://m1.sdimgs.com/sd_static/a/35390/150855008.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: repeat;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 15px 0px;
}
.company-logo {
  margin-top: 15px;
}
.home-image-slider {
  height: 500px;
  background-color: #e1e1e1;
}
.slide1 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/35390/slide1.jpg');
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide2 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/35390/slide2.jpg');
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide3 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/35390/slide3.jpg');
  background-position: 50% 37%;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-btm-container {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}
.category-container {
  display: block;
  margin-top: 40px;
}
.category-box {
  display: inline-block;
  width: 25%;
  padding: 10px;
  float: left;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.category-box:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.category-img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.category-name-container {
  padding: 10px;
  background-color: #d71313;
}
.category-name {
  display: inline-block;
  float: left;
  font-family:'PT Serif', serif;
  color: white;
  font-size: 18px;
}
.footer {
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #222;
}
.copyright {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #e1e1e1;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.category-arrow-icon {
  padding-top: 1px;
  float: right;
}
.tagline-container {
  margin-top: 220px;
  text-align: center;
}
.tagline {
  display: inline-block;
  overflow-x: visible;
  overflow-y: visible;
  padding: 15px 50px;
  background-color: #d71313;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 400;
}
.other-brands-img {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px none #ccc;
  text-align: center;
}
.other-brands-logo {
  margin: 10px 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.other-brands-logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.page-header-section {
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e1e1e1;
  background-image: url('http://m1.sdimgs.com/sd_static/a/35390/header-bg.jpg');
  background-position: 50% 40%;
  background-size: cover;
}
.page-container {
  display: block;
  width: 100%;
  max-width: 960px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}
.aboutus-img {
  width: 40%;
  padding-right: 20px;
  float: left;
}
.aboutus-text {
  display: inline-block;
  width: 60%;
  padding-top: 20px;
  padding-left: 25px;
  float: left;
  line-height: 20px;
  text-align: justify;
}
.products {
  text-align: left;
}
.location {
  display: inline-block;
  width: 50%;
  padding: 20px;
  float: left;
  border-right: 1px dashed #ccc;
}
.contact-details {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #555;
}
.map {
  overflow-x: hidden;
  overflow-y: hidden;
}
.enquiry-form {
  display: inline-block;
  width: 50%;
  padding: 20px;
  float: right;
}
.other-brands-image {
  height: 60px;
}
.slide4 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/35390/slide4.jpg');
  background-position: 50% 52%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide5 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/35390/slide5.jpg');
  background-position: 50% 34%;
  background-size: cover;
  background-repeat: no-repeat;
}
.promotion_item:hover {
  -webkit-filter: none;
  z-index: -9999999999999999999999999px;
  -webkit-transition: all 0.59s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.promotion_item {
  -webkit-filter: grayscale(100%);
  display: inline-block;
  width: 24.6%;
  padding: 6px;
}
.page_number {
  display: block;
  max-width: 960px;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.page {
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px 12px;
  background-color: #d71313;
  color: white;
}
@media (max-width: 991px) {
  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navlink.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navmenu {
    background-color: white;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .company-logo {
    margin-top: 0px;
  }
  .company-logo.w--current {
    margin-top: 0px;
  }
  .home-image-slider {
    height: 400px;
  }
  .slide1 {
    background-position: 100% 100%;
  }
  .slide2 {
    background-position: 50% 100%;
  }
  .home-btm-container {
    margin-top: 30px;
  }
  .category-box {
    width: 50%;
  }
  .tagline-container {
    margin-top: 210px;
  }
  .page-header-section {
    padding: 15px 10px;
  }
  .page-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .aboutus-text {
    padding-top: 10px;
  }
  .other-brands-image {
    height: 50px;
  }
  .slide4 {
    background-position: 50% 75%;
  }
  .promotion_item {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .home-image-slider {
    height: 400px;
  }
  .slide1 {
    background-position: 100% 100%;
  }
  .slide3 {
    background-position: 100% 50%;
  }
  .tagline-container {
    margin-top: 80px;
  }
  .tagline {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 28px;
    line-height: 35px;
  }
  .page-container {
    text-align: center;
  }
  .aboutus-img {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
  }
  .aboutus-text {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .location {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    float: none;
    border-bottom: 1px dashed #ccc;
    border-right-style: none;
  }
  .enquiry-form {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    float: none;
  }
  .other-brands-image {
    height: 40px;
  }
  .promotion_item {
    width: 47%;
  }
}
@media (max-width: 479px) {
  .home-image-slider {
    height: 300px;
  }
  .slide1 {
    background-position: 100% 100%;
  }
  .slide2 {
    background-position: 50% 100%;
  }
  .slide3 {
    background-position: 100% 100%;
  }
  .category-box {
    width: 100%;
  }
  .tagline-container {
    display: none;
  }
  .page-container {
    text-align: center;
  }
  .aboutus-img {
    width: 80%;
  }
  .location {
    padding-right: 0px;
    padding-left: 0px;
  }
  .enquiry-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .other-brands-image {
    height: 45px;
  }
  .slide5 {
    background-position: 0px 0px;
  }
  .promotion_item {
    width: 90%;
  }
}