body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
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;
}
a.w-inline-block.cat-sub-link-block {
    text-decoration: none;
}
.logoadjust{
width: 115px;
height: 115px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.section-bg {
  <!--background-image: url('bg-yellow.jpg');-->
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main-container-shdw {
  box-shadow: rgba(0, 0, 0, 0.88) 0px 0px 10px 0px;
}
.top-green-bar {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #DAA520;
  <!--background-color: #005817;-->
}
.top-intro {
  font-family: Roboto, sans-serif;
  color: #fefffe;
  font-style: italic;
  font-weight: 400;
}
.top-intro-block {
  display: inline-block;
  width: 65%;
  min-width: 0px;
  padding: 14px 9px 14px 19px;
  float: left;
}
.top-green-bar-right-block {
  display: inline-block;
  width: 35%;
  min-width: 0px;
  float: left;
}
.facebook-block {
  display: inline-block;
  width: 60%;
  min-width: 0px;
  padding: 15px 0px;
  text-align: right;
}
.halal-logo-block {
  display: inline-block;
  width: 40%;
  min-width: 0px;
  text-align: center;
}
.facebook-link {
  -webkit-transition: all 685ms ease;
  -o-transition: all 685ms ease;
  transition: all 685ms ease;
}
.facebook-link:hover {
  opacity: 0.84;
}
.hua-kun-white-block {
  padding: 20px;
  background-color: white;
}
.logo-block {
  display: inline-block;
  width: 60%;
  min-width: 0px;
  float: left;
}
.hua-kun-text {
  display: inline-block;
  float: left;
  font-family:'Roboto Condensed', sans-serif;
  color: #373737;
  font-size: 24px;
  text-transform: uppercase;
}
.slogan-text {
  display: inline-block;
  float: left;
  clear: both;
  font-family: Roboto, sans-serif;
  color: #373737;
  font-size: 12px;
}
.logo-text-block {
  display: inline-block;
  min-width: 0px;
  margin-top: 15px;
  margin-bottom: 14px;
  margin-left: 14px;
  float: left;
  clear: none;
}
.logo-image-block {
  float: left;
}
.call-quote {
  display: inline-block;
  width: 40%;
  min-width: 0px;
  margin-top: 7px;
  float: left;
  clear: none;
}
.call-quote-block {
  display: inline-block;
  width: 50%;
  margin-top: 6px;
  padding: 9px 9px 9px 19px;
  float: left;
  clear: none;
  background-color: #DAA520;
  /*background-color: #008542;*/
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.contact-number-block {
  display: inline-block;
  width: 50%;
  margin-top: 6px;
  margin-bottom: 5px;
  padding: 4px 6px;
  float: left;
  border: 1px solid #c9c9c9;
}
.contact-number-text-block {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #373737;
  font-size: 24px;
  font-weight: 700;
}
.phne-icon-block {
  display: inline-block;
  min-width: 0px;
  margin-top: 0px;
  margin-left: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
}
.nav-bar-container {
  display: block;
  width: auto;
  max-width: 752px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: center;
}
.navbar {
  position: static;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  float: none;
  clear: both;
  background-color: white;
}
.nav-link {
  float: none;
  -webkit-transition: all 721ms ease;
  -o-transition: all 721ms ease;
  transition: all 721ms ease;
  font-family: Roboto, sans-serif;
  color: #656565;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #DAA520;
  /*color: #008542;*/
}
.nav-link.w--current {
  font-family: Roboto, sans-serif;
  color: #DAA520;
  /*color: #008542;*/
}
.main-navigation-block {
  width: 100%;
  padding-bottom: 5px;
  float: none;
  clear: none;
  background-color: white;
}

.main-slider-block {
  width: 70%;
  height: 364px;
  min-width: 0px;
  float: right;
  clear: both;
  background-image: url('rind-on-pork-belly.jpg');
  background-position: 50% 50%;
  background-size: cover;  
  background-repeat: no-repeat;
}
.slider {
  height: 364px;
  clear: none;
}
.slide-1 {
  background-image: url('rind-on-pork-belly.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-1-text {
  margin-top: 77px;
  padding: 13px;
  float: left;
  background-color: rgba(0, 0, 0, 0.79);
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}
.slide-2 {
  background-image: url('1-22-02-16.jpg');
  background-position: 50% 50%
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-3 {
  background-image: url('3-22-02-16.jpg');
  background-position: 50% 50%;
  background-size: cover;  
  background-repeat: no-repeat;
}
.slide-4 {
  background-image: url('4-22-02-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-5 {
  background-image: url('banner02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.categories-block {
  display: block;
  width: 30%;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 34px 12px 50px;
  float: left;
  clear: none;
  background-color: #6c6c6c;
  font-family: Roboto, sans-serif;
  color: white;
  text-align: left;
  text-transform: uppercase;
}
.cat-sub-block {
  width: 30%;
  min-width: 0px;
  margin-bottom: 0px;
  padding-bottom: 32px;
  float: left;
  clear: none;
  background-color: #f3f3f3;
}
.cat-sub-link-block {
  display: block;
  padding-left: 0px;
  float: none;
  -webkit-transition: all 758ms ease;
  -o-transition: all 758ms ease;
  transition: all 758ms ease;
  font-family: Roboto, sans-serif;
  color: #373737;
  text-decoration: none;
}
.cat-sub-link-block:hover {
  background-color: #DAA520;
  /*background-color: #008542;*/
  color: white;
}
.cat-sub-link-block.w--current {
  background-color: #DAA520;
  /*background-color: #008542;*/
  font-family: Roboto, sans-serif;
  color: white;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  list-style-type: disc;
}
.sub-cat-text-block {
  display: block;
  padding: 10px 35px 10px 50px;
  float: none;
  clear: none;
  border-style: none none dotted;
  border-width: 1px;
  border-color: black black #8a8989;
  font-family: Roboto, sans-serif;
  color: #373737;
}
.sub-cat-text-block:hover {
  color: white;
  text-decoration: none;
}
.sub-cat-text-block:focus {
  color: white;
}
.sub-cat-text-block.current {
  color: white;
}
.intro-div-block {
  display: block;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 22px;
  float: none;
  clear: both;
  background-color: white;
  text-align: center;
}
.intro-text-block {
  width: 75%;
  float: left;
  font-family: Roboto, sans-serif;
  color: #383636;
  line-height: 24px;
  text-align: justify;
}
.intro-button-link {
  margin-top: 4px;
  margin-left: 39px;
  padding: 15px 38px;
  float: left;
  background-color: #DAA520;
  /*background-color: #008542;*/
  -webkit-transition: all 666ms ease;
  -o-transition: all 666ms ease;
  transition: all 666ms ease;
  font-family: Roboto, sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
}
.intro-button-link:hover {
  background-color: #252525;
  color: white;
}
.categories-main-icon-block {
  padding: 12px 20px 22px;
  background-color: white;
  text-align: center;
}
.category-block {
  display: inline-block;
  width: 20%;
  min-width: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.cat-icon-link-block {
  width: 122px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: black;
  font-size: 16px;
  text-decoration: none;
}
.cat-icon-link-block:hover {
  color: #DAA520;
  /*color: #008542;*/
}
.cat-icon-text {
  font-family: Roboto, sans-serif;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
}
.cat-icon-text:hover {
  color: #DAA520;
  /*color: #008542;*/
}

.categories-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
  text-align: center;
}
.all-cat-button {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 33px;
  clear: none;
  background-color: #DAA520;
  /*background-color: #e8e8e8;*/
  -webkit-transition: all 721ms ease;
  -o-transition: all 721ms ease;
  transition: all 721ms ease;
  font-family: Roboto, sans-serif;
  color: white;
  /*color: #008542;*/
  /*font-weight: bold;*/
  text-decoration: none;
}
.all-cat-button:hover {
  background-color: #252525;
  color: white;
}
.location-main-block {
  width: 100%;
  min-width: 0px;
  padding: 22px;
  float: left;
  background-color: #f3f3f3;
}
.map-block {
  width: 50%;
  min-width: 0px;
  float: left;
}
.location-text-main-block {
  display: inline-block;
  width: 50%;
  min-width: 0px;
  padding-left: 32px;
  float: left;
  clear: none;
}
.locate-us-text {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #DAA520;
  /*color: #008542;*/
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.address-text {
  font-family: Roboto, sans-serif;
  color: #383636;
  line-height: 24px;
}
.link {
  display: inline;
  clear: none;
  text-decoration: none;
}
.link:hover {
  color: #DAA520;
  /*color: #008542;*/
}
.footer-main-block {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  clear: none;
  background-color: #DAA520;
  /*background-color: #008542;*/
}
.footer-text {
  font-family: Roboto, sans-serif;
  color: white;
  text-align: center;
}
.nav-menu {
  float: none;
  clear: both;
}
.intro-button-block {
  width: 23%;
  float: left;
  text-align: center;
}
.title-div-block {
  min-width: 0px;
  padding-top: 24px;
  padding-bottom: 10px;
  float: none;
  clear: both;
  background-color: white;
  text-align: center;
}
.title-text {
  display: inline-block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-right: 10px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #282828;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.title-beef-icon {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  float: none;
  clear: none;
}
.title-icon-vector {
  margin-bottom: 0px;
  padding-bottom: 17px;
}
.product-content-block {
  background-color: white;
}
.textnorm {
  font-family: Roboto, sans-serif;
  color: #383636;
  line-height: 24px;
  text-align: justify;
}
.textnorm.contact {
  display: block;
  width: 40%;
  margin-top: 51px;
  padding-left: 20px;
  float: left;
}
.beef-icon {
  width: 122px;
  height: 122px;
  min-width: 0px;
  margin-bottom: 9px;
  padding-top: 0px;
  float: none;
  background-image: url('beef-gh.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 776ms linear;
  -o-transition: all 776ms linear;
  transition: all 776ms linear;
}
.beef-icon:hover {
  background-image: url('beef-hover.png');
}
.lamb-icon {
  width: 122px;
  height: 122px;
  min-width: 0px;
  margin-bottom: 9px;
  background-image: url('lamb-gh.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 776ms linear;
  -o-transition: all 776ms linear;
  transition: all 776ms linear;
}
.lamb-icon:hover {
  background-image: url('lamb-hover.png');
}
.mutton-icon {
  width: 122px;
  height: 122px;
  min-width: 0px;
  margin-bottom: 9px;
  background-image: url('mutton-gh.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 776ms ease;
  -o-transition: all 776ms ease;
  transition: all 776ms ease;
}
.mutton-icon:hover {
  background-image: url('mutton-hover.png');
}
.pork-icon {
  width: 122px;
  height: 122px;
  margin-bottom: 9px;
  background-image: url('pork-gh.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 776ms ease;
  -o-transition: all 776ms ease;
  transition: all 776ms ease;
}
.pork-icon:hover {
  background-image: url('pork-hover.png');
}
.poultry-icon {
  width: 122px;
  height: 122px;
  margin-bottom: 9px;
  background-image: url('poultry-gh.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 776ms ease;
  -o-transition: all 776ms ease;
  transition: all 776ms ease;
}
.poultry-icon:hover {
  background-image: url('poultry-hover.png');
}
.seafood-icon {
  width: 121px;
  height: 122px;
  margin-bottom: 9px;
  background-image: url('fish-gh.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 776ms ease;
  -o-transition: all 776ms ease;
  transition: all 776ms ease;
}
.seafood-icon:hover {
  background-image: url('fish-hover.png');
}
.others-icon {
  width: 121px;
  height: 122px;
  margin-bottom: 9px;
  background-image: url('others-gh.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 776ms ease;
  -o-transition: all 776ms ease;
  transition: all 776ms ease;
}
.others-icon:hover {
  background-image: url('others-hover.png');
}

.map {
  display: block;
  width: 60%;
  min-width: 0px;
  float: left;
  clear: none;
}
.brandsblock {
  display: inline-block;
  margin: 8px;
  float: none;
  clear: none;
}
.contact-form {
  width: 100%;
  margin-top: 20px;
  float: left;
  clear: none;
}
@media (max-width: 991px) {
  .logoadjust{
	width: 77px;
	height: 77px;
  }
  .logo-block {
    display: inline-block;
    width: 62%;
    margin-top: 9px;
    clear: none;
  }
  .hua-kun-text {
    clear: none;
  }
  .logo-text-block {
    margin-top: 15px;
    float: left;
    clear: none;
  }
  .logo-image-block {
    display: inline-block;
    clear: none;
  }
  .call-quote {
    width: 38%;
    padding-left: 30px;
    float: left;
  }
  .call-quote-block {
    display: block;
    width: 70%;
    float: right;
    font-size: 14px;
  }
  .contact-number-block {
    display: block;
    width: 70%;
    margin-top: 0px;
    float: right;
    clear: both;
  }
  .contact-number-text-block {
    font-size: 21px;
  }
  .navbar {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    float: none;
    clear: both;
  }
  .nav-link {
    color: #c4c4c4;
  }
  .nav-link:hover {
    background-color: white;
  }
  .nav-link.w--current {
    background-color: white;
  }
  .intro-text-block {
    width: 100%;
  }
  .intro-button-link {
    position: static;
    display: inline-block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .nav-menu {
  background-color: #DAA520;
  /*background-color: #008542;*/
  }
  .menu-button {
    -webkit-transition: all 685ms ease;
    -o-transition: all 685ms ease;
    transition: all 685ms ease;
  }
  .menu-button:hover {
  background-color: #DAA520;
  /*background-color: #008542;*/
    color: white;
  }
  .menu-button.w--open {
  background-color: #DAA520;
  /*background-color: #008542;*/
  }
  .intro-button-block {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {

  .hua-kun-white-block {
    margin: 0px;
    padding: 10px;
    text-align: center;
  }
  .logo-block {
    width: 100%;
    float: none;
    text-align: center;
  }
  .call-quote {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    clear: none;
    text-align: center;
  }
  .call-quote-block {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 50px;
    float: left;
    clear: both;
  }
  .contact-number-block {
    display: inline-block;
    width: 40%;
    padding: 4px 6px;
    float: left;
    clear: none;
  }
  .contact-number-text-block {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .phne-icon-block {
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .main-slider-block {
    width: 100%;
    float: none;
  }
  .categories-block {
    width: auto;
    float: none;
  }
  .cat-sub-block {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    float: none;
    clear: none;
    text-align: center;
  }
  .cat-sub-link-block {
    display: inline-block;
    width: 33%;
    clear: none;
  }
  .sub-cat-text-block {
    display: block;
    padding-left: 35px;
    float: none;
    clear: both;
    border-right-style: dotted;
    text-align: left;
  }
  .textnorm.contact {
    width: 100%;
    margin-bottom: 10px;
  }
  .map {
    width: auto;
  }
}
@media (max-width: 479px) {
	.logo-text-block {
		width: 100%;
		margin-top: 8px;
		margin-bottom: 8px;
		text-align: left;
		margin-left: 0px;
	}	
	.logo-image-block {
		display: inline-block;
		clear: none;
		text-align: center;
		width: 100%;
	}
  .top-intro {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .top-intro-block {
    width: auto;
  }
  .top-green-bar-right-block {
    display: block;
    width: auto;
    padding-bottom: 10px;
    float: none;
  }
  .facebook-block {
    width: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .halal-logo-block {
    width: 50%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hua-kun-white-block {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .hua-kun-text {
    font-size: 21px;
	float: none;
  }
  .call-quote-block {
    width: 45%;
    margin-left: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
  }
  .contact-number-block {
    display: block;
    width: 47%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 3px 6px;
  }
  .contact-number-text-block {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .phne-icon-block {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .navbar {
    width: 100%;
    float: left;
    clear: none;
  }
  .nav-link.w--current {
    float: none;
  }
  .sub-cat-text-block {
    padding-right: 0px;
    padding-left: 10px;
    text-align: left;
  }
  .categories-main-icon-block {
    text-align: center;
  }
  .category-block {
    width: auto;
    margin: 13px;
  }
  .cat-icon-link-block {
    display: block;
    float: none;
    clear: none;
  }
  .location-main-block {
    padding: 15px;
  }
  .map-block {
    width: auto;
    margin-bottom: 20px;
    float: none;
  }
  .location-text-main-block {
    display: block;
    width: auto;
    padding-left: 20px;
    float: none;
  }
  .footer-main-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-text {
    font-size: 12px;
  }
  .nav-menu {
    position: absolute;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .map {
    width: 100%;
  }
}
