.mySwiper .overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(77 55 28 / 26%);
  z-index: 1;
}
.mySwiper {
  height: 80vh;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 40px 40px;
}
.mySwiper .box-slider .content-box .title {
  text-align: center;
}
.mySwiper .box-slider .content-box {
  padding-top: 225px;
  width: 100%;
}
.mySwiper .box-slider .content-box .sub-title {
  text-align: center;
  padding-right: 0;
}
.btn-center {
  display: table;
  margin: 0 auto;
}
.mySwiper .box-slider .content-box.content-top {
  padding-top: 125px;
}
#header_main.is-fixed{
	z-index: 900;
}

.header__logo img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  width: 170px;
}
.br-20 {
  border-radius: 20px;
}
#header_main.is-fixed.is-fixed.is-small {
  height: 95px;
}
.container.auto-container {
  max-width: 80% !important;
}
.about .shape {
  position: absolute;
  top: -30px;
  left: 0;
  background: rgb(249, 241, 232);
  width: 821px;
  height: 650px;
  z-index: -1;
  border-radius: 0 0 30px 0;
}
.bg-light-cream {
  background: rgb(249, 241, 232);
}
.pd-box {
  padding: 90px 50px;
}
.b-cover {
  display: block;
  position: relative;
  background-size: cover;
}
.h-650 {
  height: 650px;
}
p {
  font-family: "DM Sans", serif;
  color: #0e1927;
  font-size: 18px;
}
.chef-restaurant {
  padding: 50px 0;
}
.s-gallery {
  padding: 133px 0 105px;
}
.gallery-main .gallery-box {
  width: calc(33.33% - 30px) !important;
  margin: 0 15px 30px !important;
  height: 533px !important;
}
.gallery-main {
  flex-wrap: wrap;
  margin-top: 0;
}
.box-slider {
  text-align: center;
}
.s-formmail.s1 .formmail-content {
  background: none;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 69px 20px 73px;
  overflow: hidden;
}
.img1 {
  background-image: url(../img/bg1.jpg) !important;
}

.img2 {
  background-image: url(../img/bg2.jpg) !important;
}
.s-contact-2 .contact-main .info-location {
  width: 59.7%;
  background: url(../../assets/img/contact.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 547px 96px 30px 102px;
  position: relative;
}
.footer {
  background: #0e1927;
  padding: 0;
}
.footer .bottom-main {
  margin-top: 0;
}
.sidebar-content img {
  width: 200px;
  margin-bottom: 30px;
}
.menuDropDown {
  display: none;
  width: 100%;
  height: 38px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;

  -webkit-border-radius: 20px;
  background-color: #fafafa;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #000;
  line-height: normal;
  border-radius: 0;
  margin-bottom: 15px;
}
.side_menu {
  /*background-color: #EFCBBF;*/
  display: block;
  font-family: sans-serif;
  margin-bottom: 0 !important;
}

.side_menu,
.side_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.side_menu ul {
  /*background-color: rgba(0, 0, 0, 0.2);*/
}

.side_menu > li {
  font-size: 18px;
  font-weight: bold;
  padding: 0 !important;
}
.side_menu > li.active {
}
.side_menu > li li {
  padding: 0 0 0 10px !important;
}
.side_menu a {
  font-family: "futura-pt", "Source Sans Pro", Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  padding: 6px 20px 6px 10px;
  color: #000;
  text-decoration: none;
}

.side_menu > li > a {
  color: #0e1927;
}

.side_menu a:hover {
  color: #0e1927;
  text-decoration: none;
}

.has_child > a:after {
  content: "\f101";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.has_child.opened > a:after {
  content: "\f103";
}

.side_menu ul {
  display: none;
}

li.opened > ul {
  display: block;
}

.submenu {
  font-size: 90%;
}

.submenu > li > a {
  padding-left: 20px;
}

.submenu a {
  color: #a6a6a6 !important;
}

.side_menu .submenu li > a:hover,
.side_menu .submenu li > a:active,
.side_menu .submenu li > a:hover:active,
.side_menu a:hover {
  background-color: #dab551;
  color: #fff !important;
}

.micromenu {
  font-size: 85%;
  font-weight: normal;
}

.micromenu > li > a {
  padding-left: 30px;
}

.nanomenu {
  font-size: 80%;
}

.nanomenu > li > a {
  padding-left: 40px;
}

.side_menu li.active > a,
.side_menu li.active > a:hover,
.side_menu li.active > a:active,
.side_menu li.active > a:hover:active {
  color: #d9b451 !important;
  /*background-color: #fff !important;*/
  text-decoration: underline;
  font-weight: bold;
}
.submenu li.active > a:hover {
  color: #fff !important;
}
.page-title.p-portfolio {
  background-image: url(../img/_sliderhome/home.jpg);
  background-position: bottom;
}
.block-text .title {
  font-size: 30px;
}


form.s2 .form-group select {
    border: 1px solid #0e1927;
    border-radius: 0;
    color: #0e1927;
    margin-bottom: 19px;
    box-shadow: none;
    background: #fff;
	font-size: 15px;
    line-height: 21px;
	padding: 14px;
}

@media only screen and (max-width: 1500px) {
  .pd-box {
    padding: 50px 50px;
  }
  #main-nav .menu li {
    position: relative;
    margin-right: 20px;
  }
  .header .main-nav {
    left: 20%;
  }
  .sidebar-content {
    padding: 56px 80px 136px 90px;
  }
  .about .shape {
    width: 541px;
  }
  .s-contact-2 .contact-main form {
    width: 40%;
    padding: 100px 30px;
  }
  .s-contact-2 .contact-main .info-location {
    padding: 50px;
  }
  .s-contact-2 .contact-main .info-location ul {
    display: grid;
    gap: 15px;
  }
  .s-contact-2 .contact-main .info-location h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1024px) {
  .box-height.h-650 {
    height: auto;
    margin-bottom: 30px;
  }
	.about-img {
    	max-width: inherit;
		height: 633px;
	}
}
@media only screen and (max-width: 991px) {
  .s-contact-2 .contact-main form {
    width: 100%;
    padding: 100px 30px;
  }
  .s-contact-2 .contact-main .info-location {
    padding: 50px;
    width: 100%;
  }
  .gallery-main .gallery-box {
    width: calc(50% - 30px) !important;
    margin: 0 15px 30px !important;
    height: 300px !important;
  }
	
	.about-content {
		padding-top: 72px;
		margin-left: 0px;
		padding-right: 0px;
	}
	
}
@media only screen and (max-width: 768px) {
  .h-650 {
    height: 450px;
  }
  .menuDropDown {
    display: block;
  }
  .side_menu {
    display: none;
  }
	.pd-box {
        padding: 50px 35px;
    }
	.block-text .title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.tf-button.style3{
		height: auto;
		line-height:  30px;
	}
	   .gallery-main .gallery-box {
        width: calc(50% - 10px) !important;
        margin: 0 5px 30px !important;
	}
	.chef-restaurant {
		padding: 0px 0;
	}
	.s-formmail.s1 .block-text.style-2 h3 {
    	font-size: 30px;
	}
	.s-gallery {
		padding: 60px 0 60px;
	}
	.s-formmail.s1 {
		padding: 0 0 60px;
	}
	.s-contact-2 .contact-main form {
        padding: 60px 30px;
    }
}


ul.deco{
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    margin: 0px;

	li{
		border: 1px solid #e6c9a2;
		background-color: #e6c9a2;
		padding: 7px 15px;
		border-radius: 20px;
		margin-bottom: 15px;
		text-transform: none;
		width: calc(50% - 10px);
		margin-right: 10px;
		letter-spacing: normal;
		font-size: 16px;
		line-height: 17px;
		font-weight: 700;
	}
}