@font-face{
	font-family: poppins-regular;
    src: url("../font/Poppins-Regular.ttf");
}
@font-face{
	font-family: poppins-bold;
    src: url("../font/Poppins-Bold.ttf");
}
@font-face{
	font-family: poppins-light;
    src: url("../font/Poppins-Light.ttf");
}
@font-face{
	font-family: poppins-medium;
    src: url("../font/Poppins-Medium.ttf");
}
@font-face{
	font-family: poppins-semibold;
    src: url("../font/Poppins-SemiBold.ttf");
}
@font-face{
	font-family: Poppins-Thin;
	src: url("../font/Poppins-Thin.ttf");
}

body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: poppins-regular;
}
p{
	color: #777;
	font-size: 16px;
	font-family: poppins-regular;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
li{
	list-style-type: none;
	padding-left: 0px;
}
h1{
	font-size: 3.0rem;
	font-family: poppins-semibold;
}
h2{
	font-size: 2.4rem;
	font-family: poppins-bold;
}
h4{
	font-family: poppins-medium;
	font-size:25px;
}
a{
	color: #101010;
	font-size: 16px;
	font-family: poppins-regular;
	text-decoration-line: none;
}
a:hover{
	text-decoration: none;
}

.header{
	position: relative;
	width: 100%;
	background: #ffffff;

}

.header .nav-item .nav-link{
	color: #777777;
	margin-right: 25px;
}
.header .nav-item .active{
	color: #f99701;
}
.header .nav-item .nav-link:hover{
	color: #f99701;
}

.section-padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-title{
	position: relative;
}
.section-title h2{
	color: #000000;

}
.section-title::before{
	position: absolute;
	content: "";
	width: 70px;
	height: 1px;
	background: #f99701;
	margin: 75px auto;
	left:50%;
	transform: translate(-50%, -50%);

	}
.section-title p{
	margin-top: 60px;
}	

.product_slide .product_item img{
	width: 100%;
}
.product_slide .owl-dots{
  text-align: center;
  margin: auto;
  width: 200px;
} 
.product_slide .owl-dots button{
	background: #777777;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 5px;
}
.product_slide .owl-dots .active{
	background: #000000;
}
.nature_product{
	margin-top: 20px;
}
.nature_product img{
	width: 100%;
}
.details_product_text {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 70px;
}
.details_product_text .icon_egg{
	background: #f1f1f1;
	width: 60px;
	height: 65px;
	border-bottom-left-radius: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
}
.details_product_text .icon_egg i{
	font-size: 30px;
	position: relative;
	margin-top: +15px;
}

.title_iner_header h2{
	font-size: 30px;
}
.product_egg_img img{
	border-bottom-left-radius: 45%;
	max-width: 100%;
}

.bg-gray{
	background: #f5f5f5;
}

.flex_logo_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	flex-wrap: wrap;
}
.flex_logo_area img{
	max-width: 250px;
	margin-top: 20px;
}
.bg-black{
	background: #000000;
}

.tiles_box{
	background: #5b5955;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	column-gap: 15px;
	height: 120px;
}
.tiles_box i{
	font-size: 25px;
	color: #f9c349;
}
.tiles_box .tiles_content  h4{
	color: #ffffff;
	font-size: 18px;
}
.tiles_box .tiles_content p{
	color: #ffffff;
}

.testimonial_tiles{
	margin-top: 70px;
	padding: 20px 30px 20px 30px;
	text-align: center;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.testimonial_tiles .ratting span{
	color: #f9c349;
}

.tes_img_tiles{
	margin-top: 40px;
	background: #261818;
	height: 450px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: 0.5s;

}
.tes_img_tiles img{
	max-width: 100%;
	max-height: 100%;
	transition: 0.5s;
}
.tes_img_tiles::before{
	position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.tes_img_tiles:hover::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0,0,0,0.6);
  border-radius: 10px;
}

.btn-solid-yellow{
	background: #f9c349;
	padding: 10px 25px 10px 25px;
	outline: none;
	border:none;
	color: #ffffff;
}
.tes_text{
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	text-align: center;
}
.tes_text h2{
	color: #fff;
}

.tes_text p{
	color: #ffffff;
	margin-top: 25px;
}

footer{
	width: 100%;
	background: #f5b7b1;
}

.footer_tiles .footer_header h4{
	color: #ffffff;
	font-size: 18px;
}
.footer_tiles .footer_content ul li {
	display: block;
	line-height: 30px;

}
.footer_tiles .footer_content ul li a{
	color: #ffffff;
}
.down_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.social_footer ul li{
	display: inline-block;
	margin-right: 10px;
}

.inner_banner{
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 45vh;
}
.inner_banner .inner_banner_caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 800px;
	text-align: center;
}
.about_img img{
	max-width: 100%;
}
.about_tiles h2{
	margin-bottom: 30px;
}
.count_area{
	background: #000000;
}
.title_count h4{
	color: #ffffff;
}
.count_tiles {
	text-align: center;
}
.count_tiles h2,
.count_tiles p{
	color: #ffffff;
	display: block;
	line-height: 28px;
}
.count_tiles p {
	font-size: 18px;
}

.produtdetails_slide{
	background: #f8f7f3;
	padding: 20px;
}
.slideItem {
	text-align: center;
}
.produtSlide .slideItem img{
  max-width: 450px!important;
  margin: auto;
}

.about-tes{
	margin-top: 40px!important;
}


.about-tes  .ratting span{
	color: #f9c349;
}

.headertiles-flex img{
	max-width: 150px;
}
.headertiles-flex{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 20px;
	align-items: center;
}
.egg_img img{
	max-width: 60px;
}
.flex-item {
	display: flex;
	justify-content: flex-start;
	column-gap: 15px;
	margin-bottom: 18px;
}
.flex-item i{
	color: #f9c349;
	font-size: 16px;
}
.flex-item h4{
	font-size: 16px;
   color: #777777;
}

.product_till_img img{
	max-width: 100%;
}

.box-wrap-area{
	background: #ffffff;
	padding: 50px;
	position: relative;
	margin-top: -40px;
}
.organic-egg-ic{
	position: relative;
	text-align: center;
	margin-top: -80px;

}
.organic-egg-ic img{
	max-width: 150px;
	
}

.contact_tiles{
	margin-top: 50px;
	border:1px solid #d2d2d2;
	padding: 20px;
	text-align: center;
	height: 150px;
}

.contact_tiles span{
	font-size: 25px;
	color: #f9c349;
}
.contact_tiles p{
	display: block;
	line-height: 10px;
}