* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;

}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:Outfit;
}

img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Cormorant Garamond", serif;
	overflow-x: hidden;
}

.container-fluid {
	padding: 0px 40px !important;
}


/*=======butn=================*/
/*============================*/

.cumn-butn-body {
font-family: Outfit;
font-weight: 600;

font-size: 22px;

line-height: 16px;
letter-spacing: 0%;
text-align: center;

	border-radius: 30px;
	padding: 15px 50px;
	transition: 0.5s;
	margin: 0px;
}

.brwn-butn { background: #9C794F;
	
	color: #fff; }

.brwn-butn:hover {
	background: #000;
	color: #fff;
}


.wht-butn {
	border:2px solid #9C794F;
	color: #fff;
	background: transparent;
	color: #9C794F;
} 



.wht-butn:hover {
	background: #9C794F;
	border:2px solid #9C794F;
	color: #fff;
    
}






/*============================*/
/*=======butn=================*/
/*============================*/


.custom-container {
	padding: 0px 80px;
}



/*============================*/
/*=======header===============*/
/*============================*/

.logo {
	width: 122px;
	height: 122px;
	margin: 10px 0px;
	padding: 0px 0px;
	
}

.logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.main-nav.scroll .logo {
	width: 100px;
	padding: 0px;
	margin: 6px 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 14px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	z-index: 999;
	position: absolute;
}


.main-nav.scroll {
	background-color: #fff;
	height: auto;
	padding: 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	z-index: 99;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
    margin: 0px;
	padding: 0px 0px 0px 60px;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 95px;
}

.stellarnav>ul>li>a {
font-family: Cormorant Garamond;
font-weight: 600;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;
color: #000000;
padding: 0px;
margin: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #5A6B47 ;

}

.stellarnav>ul>li>a.active {
	color: #5A6B47 !important;
	font-weight: 700;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 200px;
	padding: 0px;
	top: 50px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 18px;
	padding: 10px 20px;
	color: #000000;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #fff;
	color: #5A6B47;
}

.main-nav .stellarnav li li a.active {
	background: #fff;
	color: #5A6B47;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


a.banner-butn {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 28px;
	color: #000000;
	line-height: 100%;
	letter-spacing: 0%;
	width: 21%;
	
	display: flex;
	justify-content: end;
	align-items: center;
}

a.banner-butn span {
	margin-right: 10px;
}


a.banner-butn:hover {
color:#5A6B47 ;
}
/*============================*/
/*=======header===============*/
/*============================*/

/*============================*/
/*=======banner===============*/
/*============================*/

.banner-section {
	padding: 145px 0px 0px;
	margin: 0px;
	position: relative;
	height: 1000px;
	background: url(../images/banner-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	width: 100%;
}

.banner-text-inner {
	position: relative;
}

.banner-text {
	position: absolute;
	top: 90px;
	left: 0px;
}

.banner-text-inner {
	position: relative;
	width: 100%;
	height: 100%;
}



.banner-text h1 {
font-family: Cormorant Garamond;
font-weight: 700;
font-style: Bold;
font-size: 82px;
line-height: 86px;
letter-spacing: 0%;

color: #5A6B47;
padding: 0px;
margin: 0px 0px 50px 0px;
}


.banner-text h3 {
font-family: Cormorant Garamond;
font-weight: 700;
font-style: Bold;
font-size: 64px;
line-height: 56px;
letter-spacing: 0%;
color: #000;
padding: 0px;
margin: 0px 0px 80px 0px;
}


.banner-text .cumn-butn-body.grn-butn {
	float: left;
	margin: 0px;
	padding: 20px 35px;
}


.banner-section-right {
	width: 100%;
	height: 100%;
	padding: 0% 0% 0% 5%;

}
.banner-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0%;
	margin: 0%;
}

.banner-section-right .owl-dots {
	position: absolute;
	bottom: -60px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-section-right .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 0px;
	background: #282E10;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section-right .owl-dots .owl-dot.active span,
.banner-section-right .owl-dots .owl-dot:hover span {
	background: #9C794F;
	width: 30px;
	height: 9px;
	border-radius: 25px;
}

.banner-section-right .owl-nav {
	display: none;
}


/*============================*/
/*=======banner===============*/
/*============================*/



/* ============================================================== */
/* =========================about-sectiom======================== */


.about-section {
	padding: 60px 0px 0px 0px;
	margin: 0px;
	background: #fff;
	overflow: hidden;
}

.about-section-inner {
	padding: 60px 60px;
	margin: 0px;
	position: relative;
	height: 720px;
	background: url(../images/banner-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	width: 100%;
	border-radius: 20px;
}

.about-section-inner-left {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 40px;
	position: relative;
}

.about-section-inner-left-one {
	width: 525px;
	height:100%;
	overflow: hidden;
	border-radius: 20px;
}

.about-section-inner-left-two { width: 300px;
	height:100%;
	overflow: hidden; border-radius: 20px;
 }

.about-section-logo {
	position: absolute;
	left: 48%;
	/* right: 0px; */
	bottom: 60px;
	width: 180px;
	height: 180px;
}
.about-section-logo img { width: 100%; height: 100%;
	object-fit: cover;}


.about-section-left-img {
	width: 95%;
	height: auto;
	overflow: hidden;
	margin-top: -100px;
}

.about-section-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}


.about-section-inner-right {
	padding: 0px;
	margin: 0px;

}

.about-section-inner-right h2 {
	font-family: Cormorant Garamond;
	font-weight: 700;
	font-style: Bold;
	font-size: 64px;
	line-height: 54px;
	letter-spacing: 0%;
	color: #5A6B47;
	padding: 0px;
	margin: 0px 0px 35px 0px;
}

.about-section-inner-right p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 0%;
	color: #2B2B2B;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-section-inner-right .cumn-butn-body.wht-butn {
	margin-top: 35px;
	float: left;
	padding: 20px 35px;
}

.about-section-inner-right ul li, .aboutuspage-text ul li {
    list-style: circle;
    padding-left: 0px;
    margin-left: 32px;
}
.about-section-right-box {
	background: #82BB66;
	border: 15px solid #70A855;
	border-radius: 10px;
	box-shadow: 0px 6px 25px 0px #00000075;
	padding: 40px 30px;
	margin: 60px 0px 0px;
}

.about-section-right-box h3 {
	font-family: Oswald;
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}


.about-section-right-box h4 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.more-row {
	margin: 80px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

.more-row-box {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 10px;

	height: 150px;
}

.more-row-box-icon {
	width: 160px;
	height: auto;
}


.more-row-box-text {
	padding: 0% 0% 0% 2%;
}

.more-row-box-text h4 {
	font-family: Raleway;
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0;
	margin: 0px;
}

.more-row-box-text p {
	font-family: Raleway;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #212121;
	padding: 0px;
	margin: 0px;
}



/* ============================================================== */
/* =========================offer-sectiom======================== */


.offer-section {
	padding: 50px 0px;
	margin: 0px;
}

.offer-section-img {
	position: relative;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	margin: 20px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.offer-section-img:hover {
	-webkit-transition: all 0.3s ease-in-out;
	margin-top: 10px;
	box-shadow: 0px 6px 12px 0px #0000000D;
}

.offer-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.offer-section-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.offer-section-text {
	position: absolute;
	width: 100%;
}

.offer-section-text h3 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;

	padding: 0px;
	margin: 0px;
}


/* ============================================================== */
/* =========================offer-sectiom======================== */


/* ============================================================== */
/* =========================service-sectiom======================== */

.services-section {
	padding: 60px 0px 130px;
	margin: 0px;
	background: #F5F5F5;
	overflow: hidden;
}

.services-section h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: center;
	color: rgb(27, 27, 61);
	padding: 0px;
	margin: 0px 0px 60px 0px;
}


.services-section-row1 {
	padding: 0px;
	margin: 0px 0px 40px 0px;
	position: relative;
	height: 400px;

}

.services-section-row1-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}


.services-section-row1-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.services-section-row1-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.services-section-row1-text {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 100%;
}


.services-section-row1-text h3 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 0px;
	color: #1B1B3D;
	padding: 0px;
	margin: 20px 0px 60px 0px;
	height: 96px;
}
.cattleforsalebg{
  background: url(../images/Salebg02.png) no-repeat;
  background-size: 100%;
  height: 100%;
}
.cattleforsale-section{
	margin: 0px 0px;
	padding: 80px 0px 100px 0px;
	width: 100%;
	position: relative;
    }
.cattleforsale-section h2 {
	font-weight: 700;
	font-style: Bold;
	font-size: 64px;
	line-height: 54px;
	letter-spacing: 0%;
	text-align: center;
	color: #5A6B47;
	padding: 0px;
	margin: 0px 0px 35px 0px;
}
.cattlesale-card{
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;	
	border-radius: 20px;
    }
.cattlesale-cardimg{
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	height: 400px;
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	position: relative;
    }
.cattlesale-cardimg img{
	width: 100%;
	height: 100%;	
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    }
.cattlesale-cardimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.page-id-178 .cattlesale-cardimg:hover img {
	-webkit-transform: scale(0);
	transform: scale(0);
    } 
    
.cattlesale-cardtext{
	margin: -27px 0px 0px 0px;
	padding: 25px 26px;
	background: #F0D4A6;
	width: 100%;
	min-height: 232px;
	border-radius: 20px;
	border-top: #fff 5px solid;
	z-index: 9;
	position: relative;
    }
.page-id-178 .cattlesale-cardtext{	margin:-57px 0px 0px 0px;}    
.cattleforsale-section h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #282E10;
	padding: 0px;
	margin: 0px 0px 13px 0px
}
.cattleforsale-section p {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #2D2D2D;
	padding: 0px;
	margin: 0px 0px 35px 0px;
	min-height: 101px;
}
.cattleforsale-section h5 {
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-size:24px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000 !important;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.cattleforsale-section a {
	color: 000000 !important;
    text-decoration: none !important;
    }
.cattleforsale-section a:hover {
	color: 000000 !important;
    text-decoration: none !important;
    }
    .cattleforsale-section .cattlesale-cardtext h5 a {
	color: 000000;
    text-decoration: none;
    }
.cattleforsale-section .cattlesale-cardtext h5 a:hover {
	color: 000000 !important;
    text-decoration: none !important;
    }

.viewmore_btnsection{
	margin: 40px 0px 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    }
.viewmore_btn {
	margin: 0px 0px;
	padding: 15px 33px;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #9C794F;
	border: #9C794F 2px solid;
	border-radius: 44px;
    } 
.viewmore_btn:hover {
	background: #b98f5c;
	color: #fff;
	border: #9C794F 2px solid;
    }	
.viewmore_btn2 {
	margin: 0px 0px;
	padding: 15px 33px;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: transparent;
	color: #9C794F;
	border-radius: 44px;
	border: #9C794F 2px solid;
    } 
.viewmore_btn2:hover {
	background: #9C794F;
	color: #fff;
	border: #9C794F 2px solid;
    }

.photogallery-section{
	margin: 0px 0px;
	padding: 80px 0px 100px 0px;
	background: #f2f1ed;
	width: 100%;
	min-height: 500px;
	position: relative;
    }
.photogallery-section h2 {
	font-weight: 700;
	font-style: Bold;
	font-size: 64px;
	line-height: 54px;
	letter-spacing: 0%;
	text-align: center;
	color: #5A6B47;
	padding: 0px;
	margin: 0px 0px 35px 0px;
}
.sml-work-box1 {
	width: 100%;
	height: 240px;
	border-radius: 25px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	cursor: pointer;
    }
.sml-work-box1 img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 25px;
    }
.sml-work-box1:hover img {
	transform: scale(1.1);
    }

.sml-work-box2 {
	width: 100%;
	height: 450px;
	border-radius: 25px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
    }
.sml-work-box2 img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 25px;
    }
.sml-work-box2:hover img {
	transform: scale(1.1);
    }
.big-work-box {
	width: 100%;
	height: 715px;
	border-radius: 25px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	cursor: pointer;
    }
.big-work-box img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 25px;
    }
.big-work-box:hover img {
	transform: scale(1.1);
    }

/* ---- Inner Pages Css----- */
.breadcumb {
	margin: 0px 0px;
	position: relative;
    }
.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 342px;
	max-height: 342px;
	}
/* .breadcumb #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(2, 2, 2, 0.59);
   } */
.hero-content{
  padding: 50px 0px;
  position: absolute;
  top: 136px;
  width: 100%;
  }
.hero-content h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #000;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
}

.aboutuspage-section {
	margin: 0px 0px;
	padding: 75px 0px 35px 0px;
	width: 100%;
	position: relative;
	min-height: 500px;
	overflow: hidden;
}
.aboutrightimg {
margin-bottom: 12px;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  }

.aboutrightimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.aboutrightimg:hover img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutrightimg02 {
  margin-bottom: 12px;
  position: relative;
  width: 95%;
  height: 531px;
  border-radius: 20px;
  overflow: hidden;
  }

.aboutrightimg02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.aboutrightimg02:hover img {
-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutuspage-text{
	margin: 0px 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	width: 100%;
    }
.aboutuspage-text p {
  margin: 0px 0px 14px 0px;
  padding: 0px 0px;
  font-family: "Outfit", sans-serif;
  position: relative;
  font-size: 20px;
  color: #2B2B2B;
  font-weight: 400;
  line-height: 30px;  
}
.aboutuspage-sect {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px;
  position: relative;
}
.aboutuspage-secttwo {
	width: 525px;
	height:100%;
	max-height: 510px;
	overflow: hidden;
	border-radius: 20px;
}
.aboutuspage-secttwo img {
	width: 100%;
	height:100%;
	  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
	object-fit: cover;
   }
.aboutuspage-secttwo:hover img {
-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutuspage-sectone { 
  width: 300px;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  max-height: 510px;
 }
.aboutuspage-sectone img {
	width: 100%;
	height:100%;
	  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
	object-fit: cover;
   }
.aboutuspage-sectone:hover img {
-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutuspage-sectlogo {
  position: absolute;
  left: 31%;
  bottom: 60px;
  width: 175px;
  height: 175px;
  z-index: 9;
}
.aboutuspage-sectlogo img { 
	width: 100%; 
	height: 100%;
	object-fit: cover;
   }

.cattlesale-text {
	margin: 0px 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	width: 100%;
}
.cattlesale-text p {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px;
	font-family: "Outfit", sans-serif;
	position: relative;
	font-size: 20px;
	color: #2B2B2B;
	font-weight: 400;
	line-height: 30px;
}
.cattlesale-text h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
	color: #5A6B47;
	padding: 0px;
	margin: 0px 0px 26px 0px;
}
.cattlesale-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  color: #000000;
  padding: 0px;
  margin: 26px 0px 16px 0px;
}
.cattlecaleimg01 {
  position: relative;
  width: 96%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  max-height: 637px;
  }
.cattlecaleimg01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.cattlecaleimg01:hover img {
-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cattlecaleimg02 {
  margin: 0px 0px 0px auto;
  position: relative;
  width: 95%;
  height: 100%;
  max-height: 552px;
  border-radius: 20px;
  overflow: hidden;
  }
.cattlecaleimg02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.cattlecaleimg02:hover img {
-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.map-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	}
.map-section iframe{
	height: 450px;
	}
.getintouch-section {
	margin: 0px 0px;
	padding: 75px 0px;
	width: 100%;
	height: 100%;
	position: relative;
    }
.getintouchsect {
	margin: 0px 0px;
	padding: 75px 50px 75px 0px;
	width: 100%;
    background: url(../images/Messagebg.png) no-repeat;
    background-size: auto;
	background-size: 100% 100%;
	height: 100%;
	position: relative;
	min-height: 700px;
	border-radius: 20px;
	display: flex;
    justify-content: end;
    }
.gettouch-sectileft{
	margin: 0px 0px;
	padding: opx 0px;
	width: 20%;
    }
.gettouchtext {
  padding: 64px 52px;
  width: 37%;
  background: url(../images/gettouchbg.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  max-height: 626px;
  border-radius: 20px;
  top: 142px;
  bottom: 152px;
  z-index:9;
}
.gettouchtext .findus-icon {
	margin-top: 31px;
	gap: 11px;
    }
.gettouchtext .findus-icon a {
	width: 45px;
	height: 45px;
    }
.gettouchtext .findus-icon a img {
	width: 45px;
    }

.gettouchtext h3 {
  margin: 0px 0px 16px 0px;
  padding: 0px 0px;
  color: #ffffff;
  font-size: 64px;
  line-height: 54px;
  text-align: left;
  font-weight: 700;
    }
.gettouchtext h6 {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px;
	font-family: "Outfit", sans-serif;
	position: relative;
	font-size: 22px;
	color: #E2E4DA;
	font-weight: 400;
	line-height: 30px;
}
.gettouchtext p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #FFF;
  padding: 26px 0px 5px 0px;
  margin: 0px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0px;
    }
.gettouchtext p a {
	color: #E8E8E8;
	text-decoration: none;
    }  
.gettouchtext p a:hover {
	color: #DABF94;
	text-decoration: none;
    }
.gettouchtext p span.info-text {
  width: 75%;
  display: flex;
  }
.gettouchtext p span {
	width: 60px;
	height: auto;
	margin-right: 0px;
    }
.gettouchtext p span img {
   width: 42px;
  object-fit: contain;
   }

.quoteform{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 59%;
    }
.quoteform h3 {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	color: #5A6B47;
	font-size: 64px;
	line-height: 54px;
	text-align: left;
	font-weight: 700;
    }
.quoteform h6 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: "Outfit", sans-serif;
	position: relative;
	font-size: 24px;
	color: #2B2B2B;
	font-weight: 400;
	line-height: 35px;
}
.quoteform .form-group {
	margin: 23px 0px 0px 0px;
    }
.quoteform .form-group label {
  margin: 0px 0px 9px 0px;
  padding: 0px 0px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  font-weight: 500;
}
.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 12px 23px;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #444343;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #AFAF91;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
.quoteform .form-control::placeholder {
	color: #606060;
	opacity: 1;
    }
.submit-btn {
  margin: 35px 0px 0px 0px;
  padding: 13px 40px;
  width: auto;
  background: #9C794F;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #fff;
  border: #9C794F 1px solid;
  border-radius: 48px;
  font-weight: 700;
    }
.submit-btn:hover {
    background: #b68e5c;
	color: #fff;
	border: #b68e5c 1px solid;
    }
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #158e20;
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	border-radius: 6px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #f00a0a;
	color: #f00a0a;
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	border-radius: 6px;
}

/* ========================footer-sectiom====================*/

.footer-top {
	padding: 60px 0px;
	margin: 0px 0px;
	position: relative;
	background: url(../images/footerbg.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
	overflow: hidden;
}

.footer-menu {
	padding: 0px;
	margin: 0px;
}

.footer-menu h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.footer-menu ul {
	margin:	0px;
	padding:0;
	list-style:none;
}

.footer-menu ul li {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
}

.footer-menu ul li a {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #D8D8D8;
  padding: 0px;
  margin: 0px;
  transition: all 300ms ease-in-out;
}

.footer-menu ul li a:hover {
	color: #DABF94;
	padding-left: 4px;
}


.footer-social-icon {
	margin: 0px;
}


.footer-social-icon ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.footer-social-icon ul li {
	transition: 0.3s ease-in-out;
}

.footer-social-icon ul li a img {
	width: 35px;
}

.footer-social-icon ul li:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
}


.footer-logo {
  margin: 0px 0px;
  text-align: center;
  width: 180px;
}


.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.footer-text-section {
	margin: 50px 0px 0px;
}


.footer-text-section h4 {
	font-family: Rockwell;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.footer-text-section h6 {
	font-family: Rockwell;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px;
}


.footer-text-section h6 span {
	margin-right: 10px;
}


.footer-info {
	margin: 0% 0% 0% 34%;
	padding: 0px;

	word-wrap: break-word;
}


.footer-info h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px
}
.footer-info h6 {
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #E2E4DA;
	padding: 0px 0px 14px 0px;
	margin: 0px;
}
.footer-info p {
font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #E2E4DA;
  padding: 0px 0px 17px 0px;
  margin: 0px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0px;
}
.footer-info p span {
	width: 42px;
	height: auto;
	margin-right: 0px;
}
.footer-info p span img {
	width: 28px;
	object-fit: contain;
}
.footer-info  p span.info-text {
	width: 85%;
	display: flex;
}
.footer-info  p a {
	color: #E2E4DA;
	text-decoration: none;
}
.footer-info  p a:hover {
	color: #DABF94;
	text-decoration: none;
    }
.tittle {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #D8D8D8;
    }
.footer-info p a {
	color: #DEDEDE;
    }
.footer-info p a:hover {
	color: #DABF94;
    }



.footer-manu-butm {
	margin: 0px;
	padding: 0px;
}

.footer-manu-butm ul {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 4px;
}


.footer-manu-butm ul li {
	padding:
		0px;
	margin:
		0px;
	list-style-type: none;
}


.footer-manu-butm ul li a {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	position: relative;
}

.footer-manu-butm ul li a::after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "|";
	height: auto;
	width: 5px;
	position: absolute;
	margin: 0px 0px 0px 7px;
	color: #D5E9E5;
	font-size: 20px;
}

.footer-manu-butm ul li:last-child a::after {
	display: none;
}


.footer-manu-butm ul li a:hover {
	color: #60B45A;
}

.footer-bottom {
	padding: 15px 0px;
	margin: 0px;
	background: #1A1F08;
	overflow: hidden;
}

.footer-bottom p {
	 font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #DCDED4;
	padding: 0px 0px;
	margin: 0px;
}

.footer-bottom p a {
	color: #DABF94;
	text-decoration: none;
}

.footer-bottom p a:hover {
	color: #DABF94;
	text-decoration: underline;
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}
.findus-icon {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 7px;
}
.findus-icon a{
  padding: 0px 0px;
  background: transparent;
  font-size: 15px;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.findus-icon a img{
  width: 35px;
  object-fit: contain;
   }
.findus-icon a:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
}
/* ==============================================*/
/* ==============footer-sectiom==================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #BAA184;
	color: #fff;
	z-index: 999;
	width: 45px;
	text-align: center;
	height: 45px;
	opacity: 0;
	visibility: hidden;
	font-size: 19px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #d1b08b;
	border: 1px solid #d1b08b;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}






/*Poppo-css-start*/
 .main-gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-bottom: 60px;
    }
.popup-content{}
    .main-image-container {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0,0,0,0.4);
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .main-image-container:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 30px 60px rgba(0,0,0,0.6);
    }

    .main-image {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: all 0.4s ease;
    }

    .main-image-container:hover .main-image {
        transform: scale(1.1);
        filter: brightness(1.1) contrast(1.1);
    }

    .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.95);
        backdrop-filter: blur(15px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
    }

    .popup-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .popup-gallery {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        display: flex;
        gap: 25px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1001;
    }

    .popup-gallery.active {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
    }

    .popup-item {
        width: 380px;
        height: 480px;
        border-radius: 25px;
        overflow: hidden;
        transform: translateY(100px);
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 
            0 25px 50px rgba(0,0,0,0.6),
            0 0 0 3px rgba(255,255,255,0.1);
        cursor: pointer;
    }

    .popup-gallery.active .popup-item:nth-child(1) {
        transform: translateY(0) rotate(-5deg);
        opacity: 1;
        transition-delay: 0.1s;
    }

    .popup-gallery.active .popup-item:nth-child(2) {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        transition-delay: 0.2s;
    }

    .popup-gallery.active .popup-item:nth-child(3) {
        transform: translateY(0) rotate(5deg);
        opacity: 1;
        transition-delay: 0.3s;
    }

    .popup-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        filter: brightness(0.9) saturate(1.1);
    }

    .popup-item:hover {
        transform: translateY(-20px) scale(1.2) !important;
        box-shadow: 
            0 35px 70px rgba(0,0,0,0.8),
            0 0 0 4px rgba(255,107,107,0.3);
        z-index: 1002;
    }

    .popup-item:hover .popup-image {
        transform: scale(1.5);
        filter: brightness(1.2) saturate(1.3);
    }

    .close-area {
        position: fixed;
        top: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 1002;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .popup-overlay.active ~ .close-area {
        opacity: 1;
        visibility: visible;
    }

    .close-area::before,
    .close-area::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 3px;
        background: rgba(255,255,255,0.8);
        transform-origin: center;
    }

    .close-area::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .close-area::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .close-area:hover::before,
    .close-area:hover::after {
        background: #ff6b6b;
        transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
    }

    .close-area:hover::after {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1.1);
    }

    @media (max-width: 1024px) {
        .popup-item {
            width: 220px;
            height: 320px;
        }
        
        .popup-gallery {
            gap: 20px;
        }
        .page-id-178 .cattlesale-cardimg img{height: 300px;}
    }

    @media (max-width: 768px) {
        .main-gallery {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .main-image {
            height: 250px;
        }
        
        .page-id-178 .cattlesale-cardimg img{height: 300px;}
        
        .popup-gallery {
            flex-direction: column;
            gap: 15px;
        }
        
        .popup-item {
            width: 300px;
            height: 200px;
            transform: translateX(-100px) !important;
        }
        
        .popup-gallery.active .popup-item {
            transform: translateX(0) !important;
        }
        
        .close-area {
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
        }
        
    }

    @media (max-width: 480px) {
        .main-image {
            height: 200px;
        }
        
        .popup-item {
            width: 250px;
            height: 180px;
        }
        
        .popup-gallery {
            gap: 12px;
        }
        
    }
/*poppo-css-end*/











/*================================================
Go Top CSS
=================================================*/






main {

  column-count: 1;

  break-inside: avoid;

  gap: 0.5rem;

  padding: 0.5rem;
 
  & img {

    width: 100%;

    margin-bottom: 0.45rem;

  }

}
 
@media (width > 700px) {

  main {

    column-count: 2;

  }

}
 
@media (width > 1000px) {

  main {

    column-count: 3;

  }

}
 
@media (width > 1300px) {

  main {

    column-count: 4;

  }

}
 



