:root {

	--primary: #0b480b;

	--secondary: #0b480b;

	--light: #F7F7F7;

	--dark: #404A3D;

}



.back-to-top {

	position: fixed;

	display: none;

	right: 30px;

	bottom: 30px;

	z-index: 99

}



.fw-bold {

	font-weight: 700 !important

}



.fw-medium {

	font-weight: 600 !important

}



.fw-semi-bold {

	font-weight: 500 !important

}



#spinner {

	opacity: 0;

	visibility: hidden;

	transition: opacity .5s ease-out, visibility 0s linear .5s;

	z-index: 99999

}



#spinner.show {

	transition: opacity .5s ease-out, visibility 0s linear 0s;

	visibility: visible;

	opacity: 1

}



.btn {

	transition: .5s;

	font-weight: 500

}



.btn-primary,

.btn-outline-primary:hover {

	color: var(--light)

}



.btn-secondary,

.btn-outline-secondary:hover {

	color: #FFFFFF;

}



.btn-square {

	width: 38px;

	height: 38px

}



.btn-sm-square {

	width: 32px;

	height: 32px

}



.btn-lg-square {

	width: 48px;

	height: 48px

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

	padding: 0;

	display: flex;

	align-items: center;

	justify-content: center;

	font-weight: 400

}



.navbar.sticky-top {

	top: -100px;

	transition: .5s

}



.navbar .navbar-nav .nav-link {

	margin-right: 35px;

	padding: 25px 0;

	color: var(--dark);

	font-size: 18px;

	line-height: 37px;

	font-weight: 500;

	outline: none

}



.navbar .navbar-nav .nav-link:hover,

.navbar .navbar-nav .nav-link.active {

	color: var(--primary)

}



.navbar .dropdown-toggle::after {

	border: none;

	content: "\f107";

	font-family: "font awesome 5 free";

	font-weight: 900;

	vertical-align: middle;

	margin-left: 8px

}



@media(max-width:991.98px) {

	.navbar .navbar-nav .nav-link {

		margin-right: 0;

		padding: 10px 0

	}



	.navbar .navbar-nav {

		border-top: 1px solid #eee

	}

}



@media(min-width:992px) {

	.navbar .nav-item .dropdown-menu {

		display: block;

		border: none;

		margin-top: 0;

		top: 150%;

		opacity: 0;

		visibility: hidden;

		transition: .5s

	}



	.navbar .nav-item:hover .dropdown-menu {

		top: 100%;

		visibility: visible;

		transition: .5s;

		opacity: 1

	}

}



.carousel-caption {

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	display: flex;

	align-items: center;

	background: rgba(0, 0, 0, .1);

	z-index: 1

}



.carousel-control-prev,

.carousel-control-next {

	width: 15%

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

	width: 3rem;

	height: 3rem;

	border-radius: 3rem;

	background-color: var(--primary);

	border: 10px solid var(--primary)

}



@media(max-width:768px) {

	#header-carousel .carousel-item {

		position: relative;

		min-height: 450px

	}



	#header-carousel .carousel-item img {

		position: absolute;

		width: 100%;

		height: 100%;

		object-fit: cover

	}

}



.page-header {

	background: url(../img/banner.jpg) center center no-repeat;

	background-size: cover

}



.page-header .breadcrumb-item+.breadcrumb-item::before {

	color: var(--light)

}



.page-header .breadcrumb-item,

.page-header .breadcrumb-item a {

	font-size: 18px;

	color: var(--light)

}



.section-title {

	position: relative;

	display: inline-block;

	text-transform: uppercase;

	font-weight: 600

}



.section-title::before {

	position: absolute;

	content: "";

	width: calc(100% + 80px);

	height: 2px;

	top: 5px;

	left: -40px;

	background: var(--primary);

	z-index: -1

}



.section-title::after {

	position: absolute;

	content: "";

	width: calc(100% + 120px);

	height: 2px;

	bottom: 6px;

	left: -60px;

	background: var(--primary);

	z-index: -1

}



.section-title.text-start::before {

	width: calc(100% + 40px);

	left: 0

}



.section-title.text-start::after {

	width: calc(100% + 60px);

	left: 0

}



.about-experience {

	position: absolute;

	width: 100%;

	height: 100%;

	right: -45px;

	bottom: -45px;

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center

}



.service-item {

	position: relative;

	border-radius: 8px;

	box-shadow: 0 0 45px rgba(0, 0, 0, .07)

}



.service-item .service-img {

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	border-radius: 8px;

	overflow: hidden;

	z-index: -1

}



.service-item .service-img img {

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	object-fit: cover;

	border-radius: 10px

}



.service-item .service-img::before {

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: rgba(0, 0, 0, .5);

	border-radius: 10px;

	z-index: 1

}



.service-item .service-img::after {

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: #fff;

	transition: .5s ease-out;

	z-index: 2

}



.service-item:hover .service-img::after {

	width: 0;

	left: auto;

	right: 0

}



.service-item .service-text .service-icon {

	width: 140px;

	height: 140px;

	padding: 15px;

	margin-top: -70px;

	margin-bottom: 40px;

	background: #fff;

	border-radius: 140px;

	overflow: hidden;

	box-shadow: 0 0 60px rgba(0, 0, 0, .1)

}



.service-item .service-text h5,

.service-item .service-text p {

	transition: .5s

}



.service-item:hover .service-text h5,

.service-item:hover .service-text p {

	color: #fff

}



.service-item .service-text .btn {

	color: var(--secondary);

	background: #fff;

	box-shadow: 0 0 45px rgba(0, 0, 0, .25)

}



.service-item .service-text .btn:hover {

	color: #FFFFFF;;

	background: var(--secondary)

}



.product-item {

	position: relative;

	border-radius: 8px;

	overflow: hidden;

	box-shadow: 0 0 45px rgba(0, 0, 0, .07)

}



.product-item .product-overlay {

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	display: flex;

	align-items: center;

	justify-content: center;

	background: rgba(0, 0, 0, .5);

	opacity: 0;

	padding-top: 60px;

	transition: .5s

}



.product-item:hover .product-overlay {

	opacity: 1;

	padding-top: 0

}



.team-item {

	position: relative;

	text-align: center;

	border-radius: 8px;

	box-shadow: 0 0 45px rgba(0, 0, 0, .07)

}



.team-item .btn {

	border-color: transparent;

	box-shadow: 0 0 45px rgba(0, 0, 0, .2)

}



.testimonial-img {

	position: relative;

	min-height: 400px

}



.testimonial-img::after {

	position: absolute;

	content: "\f10d";

	font-family: "font awesome 5 free";

	font-weight: 900;

	font-size: 200px;

	color: #eee;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	z-index: -1

}



.testimonial-img img {

	position: absolute;

	width: 100px;

	height: 100px;

	border-radius: 100px

}



.testimonial-img img:nth-child(1) {

	top: 0;

	left: 0

}



.testimonial-img img:nth-child(2) {

	top: 60%;

	left: 20%

}



.testimonial-img img:nth-child(3) {

	top: 20%;

	left: 60%

}



.testimonial-img img:nth-child(4) {

	bottom: 0;

	right: 0

}



.testimonial-img img .animated.pulse {

	animation-duration: 2s

}



.testimonial-carousel .owl-item img {

	width: 100px;

	height: 100px;

	border-radius: 100px

}



.testimonial-carousel .owl-nav {

	margin-top: 30px;

	display: flex

}



.testimonial-carousel .owl-nav .owl-prev,

.testimonial-carousel .owl-nav .owl-next {

	margin-right: 15px;

	width: 45px;

	height: 45px;

	display: flex;

	align-items: center;

	justify-content: center;

	color: var(--secondary);

	border-radius: 45px;

	box-shadow: 0 0 45px rgba(0, 0, 0, .2);

	font-size: 22px;

	transition: .5s

}



.testimonial-carousel .owl-nav .owl-prev:hover,

.testimonial-carousel .owl-nav .owl-next:hover {

	background: var(--secondary);

	color: #FFFFFF;

}



.footer {

	color: #b0b9ae

}



.footer .btn.btn-link {

	display: block;

	margin-bottom: 5px;

	padding: 0;

	text-align: left;

	color: #b0b9ae;

	font-weight: 400;

	text-transform: capitalize;

	transition: .3s

}



.footer .btn.btn-link::before {

	position: relative;

	content: "\f105";

	font-family: "font awesome 5 free";

	font-weight: 900;

	margin-right: 10px

}



.footer .btn.btn-link:hover {

	color: var(--light);

	letter-spacing: 1px;

	box-shadow: none

}

.logo {

	width: 115px;

}

.logo-footer {

	width: 200px;

}



.main-count{

	 display: flex;

	 text-align: center;

	 justify-content: center;

	 font-size: 2.3rem;

}



span.text-white {

    padding-left: 5px;

}



/*star rating css start*/

 img.starbox {

    width: 100%;

    max-height: 25px;

}



/*star rating css end*/



h1.text.mb-4 {

    font-size: 30px;

}



/*whatsapp btn css end*/

.float{

	position:fixed;

	width:60px;

	height:60px;

	bottom:40px;

	left:20px;

	background-color:#25d366;

	color:#FFF;

	border-radius:50px;

	text-align:center;

    font-size:30px;

    z-index:100;

}



.my-float{

	margin-top:16px;

}



a.float:hover {

     color: #ffffff; 

     

}



/*whatsapp btn css end*/



.parabox {

    display: flex;

}



i.fa.fa-arrow-right.me-3 {

    color: #000;

}









/*products slider css start*/





/*#slideshow { 

    width: 500px; 

    height: 500px; 

}



#slideshow2 { 

    width: 500px; 

    height: 500px; 

}





h5.title-text {

    position: absolute;

    left: 270px;

    padding: 5px;

    background: #0b480b;

    margin-top: 5px;

    color: #ffffff;

    width: 100px;

    display: block;

}



.row.g-5.align-items-top {

    box-shadow: 0px 18px 24px rgba(0, 0, 0, 0.14);

    padding-bottom: 30px;

}



.row.g-5.align-items-topsection {

    padding-bottom: 30px;

}



.row.g-5.align-items-topbox {

	margin-top: 30px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.14);

}



p.bg-white.text-start.text-primary.pe-3 {

    margin: 10px 12px;

    font-weight: 500;

}



span.fs-5.text.fw-semi-bold.text-primary {

    background: #f9f9f9;

    padding: 1px 10px 2px 6px;

}



h5.productstext {

	font-size: 21px;

    background: #f9f9f9;

    color: #0b480b;

    padding: 6px 5px;

}*/



.listing-section, .cart-section {

  width: 100%;

  float: left;

  padding: 10px 0px;

  display: flex;

}



.product {

  float: left;

  width: 290px;

  border-radius: 2%;

  margin: 1%;

}



.product:hover {

   box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);

  -webkit-box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);  

  -moz-box-shadow:    1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);

}



.image-box {

  width: 100%;

  overflow: hidden;

  border-radius: 2% 2% 0 0;

}



.images {

  height: 15em;

  background-size: cover; 

  background-position: center center; 

  background-repeat: no-repeat;

  border-radius: 2% 2% 0 0;

  transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -webkit-transition: all 1s ease;

  -o-transition: all 1s ease;

}



.images:hover {

  transform: scale(1.2);

  overflow: hidden;

  border-radius: 2%;

}



/* IMAGES */

#image1 {background-image: url("../img/products/cow/1.jpg");}



#image2 {background-image: url("../img/products/cow/2.jpg")}



#image3 {background-image: url("../img/products/cow/3.jpg")}



#image4 {background-image: url("../img/products/cow/4.jpg")}



#image01 {background-image: url("../img/products/buffalo/1.jpg");}



#image02 {background-image: url("../img/products/buffalo/2.jpg")}



#image03 {background-image: url("../img/products/buffalo/3.jpg")}



.text-box {

  width: 100%;

  float: left;

  border: 0.01em solid #dddbdb;

  border-radius: 0 0 2% 2%;

  padding: 1em;

}





h4.item {

	  font-size: 22px;

	  font-weight: 500;

	  text-align: center;

}



h5.price {

	 font-size: 20px;

	 font-weight: 500;

	 color: #4842e7;

	 text-align: center;

}



.leftpara{

	 margin-top: 20px;

}



/*products slider css end*/



.bg-sucess {

    background-color: #478ecb !important;

}





select#category1 {

    display: block;

    width: 100%;

    padding: .375rem .75rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #777;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #ced4da;

    appearance: none;

    border-radius: 8px;

    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}



select#category2 {

    display: block;

    width: 100%;

    padding: .375rem .75rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #777;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #ced4da;

    appearance: none;

    border-radius: 8px;

    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}



.pbox{

	

}



h1.display-1.mb-0 {

    color: #ffffff;

}



small.fs-5.fw-bold {

    color: #ffffff;

}



a.footertext {

    color: #ffffff;

}



a.footertext:hover{

    color: #0b480b;

}





/*mobile screen media query start*/

@media only screen and (max-width: 600px) {

       .about-experience {

		    position: absolute;

		    width: 100%;

		    height: 100%;

		    right: -45px;

		    bottom: -45px;

		    padding: 30px;

		    display: flex;

		    flex-direction: column;

		    align-items: center;

		    justify-content: center;

		}



		h1.mb-4 {

           font-size: 22px;

      }



      .align-items-center {

          text-align: center;

     }



     .align-items-center {

         text-align: center;

    }



    .py-5 {

    padding-top: 1rem !important;

    padding-bottom: 1rem !important;

   }



   h5.title-text {

    position: absolute;

    left: 100px;

    padding: 5px;

    background: #0b480b;

    margin-top: 5px;

    color: #ffffff;

    width: 100px;

    display: block;

   }



   .listing-section, .cart-section {

	  width: 100%;

	  float: left;

	  padding: 10px 0px;

	  display: block;

	}



	#header-carousel .carousel-item {

    position: relative;

    min-height: 150px;

   }



   .owl-carousel .owl-item img {

    display: inline-block;

   }



   .testimonial-carousel .owl-nav {

    justify-content: center;

    margin-top: 30px;

    display: flex;

    }





}

/*mobile screen media query end*/