
/*top header area start*/

@media only screen and (max-width: 767px) {
  .header_flex{
	column-gap: 20px;
}
.btn-outline-theme{
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	outline: none;
	font-weight: 400;

}
.btn-solid-yellow{

	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	outline: none;
	font-weight: 400;
}

/*top header area end*/

/*banner area start*/

.banner_area{
	height: 80vh;
    background-position:  center;
}
.banner_area::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0,0,0,0.4);
}
.banner_caption{
	top: 50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align: center;
	width: 300px;
}
.banner_caption h1{
	text-align: center;
	font-size: 40px;
	line-height: 43px;
	
}
.banner_caption h2{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

/*banner area start*/


/*about area start*/

	.about_menu_img img{
	margin: auto;
}
.about_menu_img {
	text-align: center;
}

.section_header h2{
	font-size: 36px;
}
.about_text p{
	font-size: 16px;
	padding: 5px;
}

/*about area end*/

/*services area start*/

.menu_item .menu_details h2{
	font-size: 20px;
}


/*menu area start*/

	.section-title1 h2 {
    font-size: 36px;
}
.section_padding1 {
    padding-top: 5px;
    padding-bottom: 30px;
}
	.menu_img img{
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	width: 250px;
	height: 250px!important;
	object-position: center;
	object-fit: cover;
}
.mt-8 {
    margin-top: 20px;
}

/*menu area end*/

/*booking area start*/

.section_title h4{
	font-size: 36px;
}
.section_title p{
	font-size: 16px;
}

/*booking area end*/

/*footer area start*/

.footer_area{
	justify-content: center;
    text-align: center;
    column-gap: 0px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.footer_left_panel{
	justify-content: center;
	column-gap: 20px;
	align-items: center;
	display: block;
	width: 100%;

}
.footer_left_panel .pipeline{
display: none;
}

.footer_left_panel span{
	display: block;
}
.footer_right_panel{
	justify-content: center;
	column-gap: 20px;

}

.coptright-order-2{
order: 2;
}

.social-order-1{
	order: 1;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}
}

/*footer area end*/