body{
	overflow-x: hidden;
}
.logo img {
    width: 135px;
    border-radius: 50%;
}
.butcher-about:before{
    display: none;
}
.subheading {
    color: #9b6f13 !important;
}
.marks {
    text-align: center;
    margin-top: 45px;
}
.marks img {
    width: 100%;
}
.product-section .heading-space h2 {
    color: #fff;
}
.team-box .text-col {
    padding: 15px;
}
.team-box .text-col h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.team-box .text-col p {
    font-size: 15px;
    line-height: 25px;
}
.team-box .text-col a {
    background: #8b610a;
    color: #fff;
    padding: 5px 12px;
    font-weight: 500;
    font-family: 'Salsa', cursive;
    margin-bottom: 5px;
    display: inline-block;
}
.parallax-logo img {
    border-radius: 50%;
}
.quality {
    padding: 65px 0;
    float: left;
    width: 100%;
    background: #111;
}
.qbox {
    position: relative;
    overflow: hidden;
}
.qbox img {
    width: 100%;
    transition: all ease-in-out 0.5s;
}
.qbox p {
    position: absolute;
    background: rgba(155, 111, 19, 0.85);
    width: 100%;
    left: 0;
    bottom: -20px;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.qbox:hover img {
    transform: scale(1.1);
}
.export {
    background: #000;
    float: left;
    width: 100%;
    padding: 30px 0;
}
.export .item p {
    font-size: 14px;
    text-align: center;
}
.mapaddress {
    position: relative;
}
.mapaddress .adrbox {
    background: #ecca77;
    position: absolute;
    bottom: 0;
    width: 70%;
    padding: 1rem 12rem;
    border-radius: 5000px 5000px 0 0;
    left: 15%;
}
.locmap {
    float: left;
    width: 100%;
    position: relative;
	border-top: 1px solid #ddd;
}
.adrbox h4 {
    color: #053e65;
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #c59737;
    border-bottom: 1px solid #c59737;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.adrbox p {
    color: #111 !important;
    margin-bottom: 5px;
}
.adrbox p a {
    color: #111;
    font-weight: 500;
}
#footer .title-box img {
    width: 110px;
    border-radius: 50%;
}
#footer .title-box {
    margin: 0 0 10px;
}
.viscount {
    margin: 15px 0 3px;
    color: #111;
}
.halal {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}
.halal img {
    width: 85px;
    animation: animName 10s linear infinite;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.watcall {
    position: fixed;
    bottom: 115px;
    left: 37px;
    z-index: 999;
}
.watcall a {
    font-size: 35px;
    background: #15b705;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}
.panel-layout {
    float: left;
    width: 100%;
}
.sd_pagebg {
    position: relative;
    background-size: cover;
    background-position: center;
}
.vealbg {
    background-position: 0 25%;
}
.processbg {
	background-position: 0 55%;
}
.sd_pagebg::before {
    content: "";
    position: absolute;
    background: #241900;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.45;
}
.sd_pagebg p {
    font-size: 60px;
    line-height: 65px;
    padding: 30rem 5rem 2rem;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 10px #000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sd_inpages {
    padding: 5rem 14rem 5rem;
    background: #f8edd0;
    margin-top: -30px;
}
.mainheading {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.mainheading::before {
    content: "";
    position: relative;
    background: #053e65;
    width: 70px;
    height: 3px;
    top: -7px;
    border-right: 15px solid #ab760a;
    margin-right: 20px;
    display: inline-block;
}
.mainheading::after {
    content: "";
    position: relative;
    background: #053e65;
    width: 70px;
    height: 3px;
    top: -7px;
    border-left: 15px solid #ab760a;
    display: inline-block;
    margin-left: 20px;
}
.sd_inpages p {
    color: #333;
    text-align: justify !important;
}
.subhead {
    background: #053e65;
    padding: 12px 15px;
    color: #fff;
    font-weight: 500;
    border-left: 14px double #d3a742;
    border-radius: 0 500px 0 0;
    border-right: 6px ridge #d3a742;
    margin-bottom: 8px;
}
.sd_inpages .aligncenter {
    margin: 0 auto;
    display: block;
}
.rl-gallery .rl-gallery-link {
    border: 7px solid #f3dea9 !important;
	overflow: hidden;
}
.rl-gallery-item img {
    transition: all ease-in-out 0.5s;
}
.rl-gallery-item:hover img {
    transform: scale(1.1);
}
.rl-gallery-item-title {
    text-align: center;
    font-family: 'Salsa', cursive;
    font-size: 13px !important;
    text-shadow: 0 1px 8px #000;
    font-weight: 500;
    letter-spacing: 0.2px;
	text-transform: uppercase;
}
.rl-gallery-caption {
	position: relative !important;
    background: rgba(155, 111, 19, 0.85) !important;
}
#swipebox-overlay {
    background: rgba(0,0,0,0.9) !important;
}
#swipebox-title {
    font-family: 'Salsa', cursive;;
    font-weight: 500;
}
.sheepgallery #rl-gallery-container-1 {
    position: relative;
    left: 15.5rem;
}
/* .brandgallery #rl-gallery-container-1 {
    position: relative;
    left: 41.5rem;
} */
.brandgallery .rl-gallery-item img {
    height: 240px;
	background: #fff;
}
.vealgallery .rl-gallery-item:nth-child(5) {
    position: relative;
    left: 41.5rem;
}
.rl-gallery-container {
    margin-bottom: 2rem;
}
.buffalogallery .rl-gallery-item img {
    height: 190px;
}
.processgallery .rl-gallery-item img {
    height: 190px;
}
.certiimg img {
    border: 8px solid #f1dba4;
	padding: 15px;
	background: #fff;
}
.wpcf7 {
    width:  100%;
    float:  left;
    text-align: left;
    margin-top: -12px;
}
.wpcf7 label {
    width: 48%;
    float: left;
    margin: 0 1%;
    margin-bottom: 22px;
    position: relative;
    z-index: 9;
}
.fullwidth {
    width: 98% !important;
}
.wpcf7 input {
    border: 1px solid #ecca77;
    padding: 10px 10px;
    width:  100%;
    border-radius: 0;
    color: #000;
    font-size: 15px;
	font-weight: 400;
    background: #fff;
}
.wpcf7 textarea {
    border: 1px solid #ecca77;
    padding: 5px 10px;
    width: 100%;
    border-radius: 0;
    height: 170px;
    font-size: 15px;
	font-weight: 400;
    background: #fff;
}
.wpcf7 input:focus {
      border: 1px solid #9b6f13;
    box-shadow: none;
    outline: none;
}
.wpcf7 textarea:focus {
        border: 1px solid #9b6f13;
    box-shadow: none;
    outline: none;
}
.wpcf7 select:focus {
    border: 1px solid #9b6f13;
    box-shadow: none;
    outline: none;
}
.wpcf7 input::placeholder {
    font-size: 15px;
    color: #666;
}
.wpcf7 textarea::placeholder {
    font-size: 15px;
    color: #666;
}
.wpcf7 select {
    border: 1px solid #ecca77;
	font-weight: 400;
    padding: 8px 10px;
    width: 100%;
    border-radius: 0;
    font-size: 15px;
    color: #000;
    background: #fff;
}
.wpcf7 select::placeholder {
    font-size: 15px;
    color: #666;
}
.wpcf7-submit {
    width: 30% !important;
    color: #fff !important;
    background: #8b610a !important;
    border:  none !important;
    padding: 12px 0 10px!important;
    font-size: 18px;
    line-height:  22px;
	float: left;
    letter-spacing: 1px;
    font-weight: 600;
    cursor:  pointer;
    transition:  all ease-in-out 0.5s;
    text-transform: uppercase;
    margin: 0 1%;
}
.wpcf7-submit:hover {
    background: #000 !important;
}
.contbox strong {
    font-size: 17px;
    color: #053e65;
    border-bottom: 1px solid #ab760a;
}
/********************************RESPONSIVE CSS****************************************/
@media only screen and (max-width: 600px) {
  .head-top .left-side {
    padding: 5px 0;
}
	.head-top .right-side {
    text-align: center;
}
	.head-top .right-side button {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 18px;
    right: 0;
}
	.head-top .right-side strong.time {
    padding: 0 40px 5px;
    line-height: 20px;
}
	.logo img {
    width: 80px;
}
	.head-row-2{
		padding: 1.5px 0;
	}
	.head-row-2 .navbar {
    width: 100%;
    position: absolute;
    right: 15px;
    bottom: 30px;
}
	.navbar-toggle {
	background-color: #9b6f13;
    border: 1px solid #9b6f13;
    border-radius: 5px;
}
	#navbar {
    position: absolute;
    right: 0;
    background: linear-gradient(to top, #9b6f13, #000);
    z-index: 9;
    top: 40px;
    padding: 15px;
}
	#nav {
    margin: 10px 0 0 0;
}
	#nav li {
    padding: 0 0 20px 0;
}
	#nav li a {
    font-size: 13px;
    line-height: 18px;
}
	#nav li ul {
    position: absolute;
}
	#nav li ul li a{
		font-size: 12px;
	}
	#banner .caption h1{
		margin: 0 0 15px 0;
	}
	#banner .owl-prev, #banner .owl-next {
    display: block !important;
    background-position: center;
    background-size: 30px;
    margin: 70px -15px;
}
	.butcher-about {
    padding: 40px 0 40px 0;
}
	.heading-space{
		position: relative;
	}
	.heading-space h2 {
    margin: 0 0 15px; 
		font-size: 30px;
	}
	.subheading {
    font-size: 25px !important;
}
	body p {
    font: 400 15px/27px 'Salsa', cursive;
}
	.marks {
    text-align: center;
    margin-top: -35px;
    display: block;
    float: left;
    width: 100%;
}
	.btn-style-1 {
    font: 400 15px/15px 'Salsa', cursive !important;
	padding: 10px 15px !important; 
	}
	.product-section{
		padding: 0;
	}
	.product-section .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
	.product-section .container::before {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgba(139, 97, 10, 0.9), rgba(0, 0, 0, 0.9));
    top: 0;
    width: 100%;
    height: 100%;
}
	.product-section .col-md-3 {
    width: 50%;
    float: left;
    padding: 0 10px;
}
	.product-section .col-md-3 h3 {
    font-size: 14px;
}
	.product-section .col-md-3 .text-col {
    padding: 5px 5px;
}
	.product-section .col-md-3 p {
    font-size: 13px;
    line-height: 20px;
    height: 90px;
}
	.team-box .text-col a{
		font-size: 13px;
	}
	.parallax-logo img {
    width: 80px;
}
	.parallax-logo {
    margin: 0 0 35px 0;
}
	.parallax-section strong.title, .parallax-section strong.title-2 {
    font-size: 25px;
    line-height: 5px;
    text-align: center;
}
	.parallax-section strong.title-2 {
    padding: 0 0 40px 0;
}
	.quality {
		padding: 40px 0; 
	}
	.qbox {
    margin-bottom: 20px;
}
	.export {
    padding: 30px 15px;
}
	.export .item p {
    font-size: 11px;
    line-height: 15px;
    margin-top: 5px;
}
	.mapaddress .adrbox {
    width: 90%;
    padding: 1rem 1.5rem 0rem;
    border-radius: 50px 50px 0 0;
    left: 5%;
}
	.adrbox h4 {
    margin: 10px 15px 5px;
}
	.footer-section-2 a.top {
    position: absolute;
    right: 10px;
    bottom: 0px;
}
.sd_pagebg p {
    font-size: 30px;
    line-height: 35px;
    padding: 8rem 1rem 0rem;
    letter-spacing: 0.5px;
}
	.sd_inpages {
    padding: 4rem 1rem 4rem;
    background: #f8edd0;
    margin-top: -30px;
}
	.mainheading {
    font-size: 22px;
	}
	.mainheading::after{
		display: none;
	}
	.mainheading::before{
		display: none;
	}
	.subhead {
    line-height: 20px;
}
	.sd_inpages .aligncenter {
    width: 100%;
}
	.sheepgallery #rl-gallery-container-1{
		left: 0;
	}
	.rl-gallery .rl-gallery-link {
    background: #fff;
}
	.vealgallery .rl-gallery-item:nth-child(5) {
    left: 0;
}
	.wpcf7-submit {
		width: 60% !important;
	}
	.footer-box .wpcf7 p {
	display: inline;
    margin: 0 !important;
} 
	.footer-box .wpcf7{
		margin: 0;
	}
}