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

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

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

	h1,
	.h1 {
		font-size: 90px;
		line-height: 150px;
	}

	h2,
	.h2 {
		font-size: 50px;
		line-height: 65px;
	}

	h3,
	.h3 {
		font-size: 40px;
		line-height: 45px;
	}

	h4,
	.h4 {
		font-size: 30px;
		line-height: 35px;
	}

	h5,
	.h5 {
		font-size: 22px;
		line-height: 24px;
	}
	.tabs-content-wrap h2{
		font-size:50px;
		line-height:60px;
	}

	.hm-about p {
		font-size: 28px;
		line-height: 38px;
	}
	.about-sec-inner p, .about-sec-inner p a{
		font-size:28px;
		line-height:38px;
	}

	.slider-heading {
		font-size: 70px !important;
		line-height: 60px !important;
	}

}

@media only screen and (max-width:1280px) {
	.container {
		max-width: 95%;
	}

	.footer-newsletter {
		padding-left: 50px;
	}

	.header-main-menu li {
		margin-right: 50px;
	}

	.sbt-search-icon {
		margin-left: 50px;
	}
	.banner{
		height:315px;
		padding-top: 160px;
		padding-bottom:50px;
	}
	.get-in-touch-left{
		padding-right:60px;
	}
	.contact-us-right{
		padding-left:60px;
	}
	.contact-get-touch-section{
		padding:60px 0px;
	}
	.tabs-content-wrap{
		padding-top:60px;
	}
	.services-sec{
		padding:60px 0px;
	}
	.service-list-content{
		padding:0px 30px;
	}
	.menu-category-sec{
		padding:60px 0px 100px;
	}
	.page-wrap-default{
		padding:60px 0px;
	}
}

@media only screen and (max-width:1230px) {
	.footer-logo {
		padding-right: 40px;
	}

	.footer-newsletter {
		padding-left: 40px;
	}

	.footer-newsletter p {
		font-size: 20px;
	}

	.newsletter-wrap {
		width: 410px;
		min-width: 410px;
	}

	.footer-menu li {
		margin-right: 30px;
	}
	.items-list-menu li h5{
		font-size:20px;
		line-height:26px;
	}
}

@media only screen and (max-width:1180px) {
	.hm-about{
		padding: 100px 0px 60px;
	}
	.service-box{
		padding:60px 0px;
	}
	.service-box:last-child {
		padding-left: 60px;
	}
	.hm-menu-list {
		padding: 60px 0px;
	}
	.about-sec{
		padding-top:60px;
	}
	.about-sec-inner{
		padding:50px 20px;
	}
	.about-chef-inner,
	.portfolio-sec,
	.awards-sec{
		padding:60px 0px;
	}
	.contactus-map-section{
		height:480px;
	}
	.service-list-image{
		width:50%;
		min-width:50%;
	}
	.inner-menu-area{
		height:480px;
	}
}

@media only screen and (max-width:1024px) {
	.sbt-search-icon {
		margin-left: 30px;
	}

	.header-main-menu li {
		margin-right: 30px;
	}
	.chef-list-slider,
	.awards-slider{
		margin:0px;
	}
	.menu-tabs{
		flex-wrap:wrap;
	}
	.menu-tabs li{
		width:140px;
		height:150px;
	}
	.menu-cat-listing li{
		width:49%;
		margin-left:2%;
	}
	.menu-cat-listing li:nth-child(3n+1){
		margin-left:2%;
	}
	.menu-cat-listing li:nth-child(2n+1){
		margin-left:0px;
	}
}

@media only screen and (max-width:991px) {
	.header-left-area {
		display: none;
	}

	.header_inner {
		justify-content: flex-start;
	}

	.header-right-area {
		width: auto;
		margin-left: auto;
	}

	.header-right-area .header-main-menu {
		display: none;
	}

	.menu-button {
		display: block;
		margin-left: 20px;
	}

	.header-logo-area {
		margin: 0px;
	}

	.header-main-menu li a {
		color: #000;
	}

	.header-main-menu {
		flex-wrap: wrap;
	}

	.header-main-menu li {
		width: 100%;
		margin: 0px;
		border-bottom: 1px dotted rgba(0, 0, 0, 0.50);
		text-align: center;
	}

	.header-main-menu li a {
		padding: 15px;
		display: block;
	}

	.header-main-menu li a::after {
		bottom: -1px;
	}

	.home .header-main-menu .current-menu-item a::after {
		transform: scaleX(1);
	}

	.menu-round-text span {
		font-size: 25px;
	}

	.hm-desktop-slider {
		display: none;
	}

	.hm-mob-slider {
		display: block;
	}

	#rev_slider_2_2_wrapper .custom.tparrows {
		width: 60px !important;
		height: 60px !important;
	}

	#rev_slider_2_2_wrapper .custom.tparrows:before {
		line-height: 60px !important;
		font-size: 22px !important;
	}

	.slick-arrow {
		width: 30px !important;
		height: 60px !important;
	}

	.slick-prev {
		left: -23px !important;
	}

	.slick-next {
		right: -23px !important;
	}

	.slick-next::before {
		right: 13px;
	}

	.slick-prev::before {
		left: 13px;
	}

	.header {
		padding: 20px 0px;
	}

	.header-logo-area a {
		max-width: 230px;
	}

	.sticky .header-logo-area a {
		max-width: 200px;
	}

	.header.sticky {
		padding: 13px 0px;
	}

	.slider-heading {
		font-size: 50px !important;
		line-height: 40px !important;
	}

	.hm-about p {
		font-size: 22px;
		line-height: 30px;
	}

	.whats-app-icon {
		right: 0px;
		top: -80px;
	}

	.hm-about .subheading {
		margin-bottom: 30px;
	}

	.hm-service-inner {
		flex-wrap: wrap;
	}

	.service-box {
		width: 100%;
	}

	.service-box .btn-readmore {
		margin: auto;
	}

	.service-box:last-child {
		padding-left: 0px;
		border-top: 1px solid transparent;
		border-image: url(../images/bottom-line.png);
		border-image-slice: 1;
	}

	.service-box {
		padding: 50px 0px;
		text-align: center;
	}

	.subheading {
		margin-bottom: 20px;
	}

	.service-box h3 br {
		display: none;
	}

	.footer-logo-newsletter {
		flex-wrap: wrap;
	}

	.footer-logo-newsletter {
		width: 100%;
		padding: 50px 0px;
	}

	.footer-logo {
		width: 100%;
		padding: 0px 0px 50px;
		border-right: 0px;
	}

	.footer-logo a {
		margin: auto;
	}

	.footer-newsletter {
		width: 100%;
		padding-left: 0px;
		flex-wrap: wrap;
	}

	.footer-newsletter p {
		width: 100%;
		text-align: center;
		margin: 0px 0px 20px;
	}

	.newsletter-wrap {
		margin: auto;
	}

	.footer-menu-social-wrap {
		flex-wrap: wrap;
		padding: 50px;
		justify-content: center;
	}

	.footer-socialmedia {
		width: 100%;
		justify-content: center;
		border-left: 0px;
		padding-bottom: 0px;
		padding-top: 30px;
	}
	.about-sec-inner p, .about-sec-inner p a{
		font-size:22px;
		line-height:32px;
	}
	.banner {
	  height: 240px;
	  padding-top: 90px;
	  padding-bottom: 50px;
	}
	h1,
	.h1 {
		font-size: 80px;
		line-height: 80px;
	}
	.portfolio-content-box p br{
		display:none;
	}
	.portfolio-content-box p{
		font-size:18px;
		line-height:26px;
	}
	.contact-get-touch-section{
		background:linear-gradient(180deg, #040404 59%, rgba(25, 25, 25, 33%) 50%);
	}
	.contact-get-touch-inner{
		flex-wrap:wrap;
	}
	.get-in-touch-left{
		width:100%;
		padding-right:0px;
		padding-bottom:60px;
	}
	.contact-us-right{
		width:100%;
		padding-left:0px;
		padding-top:60px;
	}
	.items-list-menu li{
		padding:20px 0px;
	}
	.service-list-box{
		flex-wrap:wrap;
	}
	.service-list-content{
		width:100%;
		padding:20px 20px 50px;
	}
	.service-list-image{
		width:100%;
		min-width:100%;
		height:400px;
	}
	.service-listing .service-list-box:nth-child(odd) .service-list-content{
		order:1;
	}
	.service-listing .service-list-box:nth-child(odd) .service-list-image{
		order:0;
	}
	.service-list-content p{
		margin-bottom:20px;
	}
	.service-list-content h3 br{
		display:none;
	}
	.menu-cat-listing{
		row-gap:50px;
	}
	.hm-about {
  		padding:80px 0px 60px;
  		margin-top:-90px;
	}
}

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

	h1,
	.h1 {
		font-size: 60px;
		line-height: 60px;
	}

	h2,
	.h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.tabs-content-wrap h2{
		font-size:40px;
		line-height:50px;
	}

	h3,
	.h3 {
		font-size: 30px;
		line-height: 35px;
	}

	h4,
	.h4 {
		font-size: 26px;
		line-height: 32px;
	}

	h5,
	.h5 {
		font-size: 20px;
		line-height: 22px;
	}

	.inner-menu-area {
		height: 410px;
	}

	.footer-menu li {
		margin-right: 15px;
	}

	.footer-menu li a {
		font-size: 14px;
	}

	.slider-heading {
		font-size: 40px !important;
		line-height: 30px !important;
	}
	.portfolio-lisiting{
		flex-wrap:wrap;
		row-gap:50px;
	}
	.portfolio-lisiting li{
		width:100%;
		margin-left:0px;
	}
	.menu-tabs li span{
		font-size:16px;
		line-height:20px;
	}
	.items-list-menu{
		padding-bottom:0px;
	}
	.items-list-menu:last-child{
		padding-bottom:60px;
	}
	.items-list-menu li{
		width:100%;
	}
	.items-list-menu::before{
		content:none;
	}
	.mfp-inline-holder .mfp-content{
		max-width:95% !important;
	}
}

@media only screen and (max-width:640px) {
	.hm-about p {
		line-height:26px;
		font-size: 20px;
	}

	.footer-menu {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-menu li {
		margin: 5px 7px;
	}

	.hm-menu-slider {
		margin-bottom: 50px;
	}
	.chef-list-slider .slick-slide{
		margin:0px 7px;
	}
	.chef-image-box{
		height:270px;
	}
	.about-sec-inner p, .about-sec-inner p a{
		font-size:20px;
		line-height:26px;
	}
	.contactus-map-section{
		height:400px;
	}
	.get-in-touch-left h3, .contact-us-right h3{
		margin-bottom:20px;
	}
	.service-list-image{
		height:350px;
	}
	.popup-area{
		padding:50px 30px;
	}
	.menu-cat-listing li{
		width:100%;
		margin-left:0px;
	}
	.menu-cat-listing li:nth-child(3n+1){
		margin-left:0px;
	}
	

}

@media only screen and (max-width:480px) {
	.hm-about{
		padding-top:80px;
		margin-top:-55px;
	}
	.header-logo-area a {
		max-width: 180px;
	}
	.footer-logo a{
		max-width:180px;
	}

	.sticky .header-logo-area a {
		max-width: 160px;
	}

	.newsletter-wrap {
		width: 100%;
		min-width: 100%;
	}

	.footer-logo {
		padding-bottom: 30px;
	}

	.footer-newsletter p {
		font-size: 18px;
	}

	.footer-menu-social-wrap {
		padding: 30px 0px;
	}

	.sec-heading-content p br {
		display: none;
	}

	.slider-heading {
		font-size: 26px !important;
		line-height: 30px !important;
	}
	.chef-image-box{
		height:350px;
	}
	.chef-image-box img{
		object-position:top;
	}
	.award-slide{
		height:230px;
	}
	.banner{
		height:210px;
	}
	.banner h1{
		padding-top:25px;
	}
	h1, .h1{
		font-size:40px;
		line-height:40px;
	}
	.menu-tabs li{
		height:120px;
	}
	.items-list-menu li h5{
		font-size:18px;
		line-height:24px;
	}
	.form-field-area{
		margin-bottom:20px;
		width:100%;
		margin-left:0px;
	}
	.popup-header{
		margin-bottom:20px;
	}
	.menu-round-text{
		top:45%;
	}
}
@media only screen and (max-width:400px){
	.hm-menu-slider .slick-slide{
		margin:0px 3px;
	}
	.circle p{
		font-size:22px;
	}
}