@import url("slick.css");
@import url("slick-theme.css");
@import url("font-awesome.min.css");
a,a:hover.a:focus{list-style: none;text-decoration: none;}
@media (min-width: 768px) {
  .section-about {
    padding-top: 12rem;
  }
}
.section-about {
  padding: 8rem 0 6rem;
}
.section-subtitle {
  display: inline-block;
  font-weight: 400;
  font-size: 22px;
  color: #D7b368;
  margin-bottom: 10px;
}
.section-about-title {
  margin-bottom: 3rem;
  font-size: 30px;
  font-weight: 700;

}
p,
blockquote {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .experience-box {
    margin-top: 12.2rem;
  }
}
@media (min-width: 992px) {
  .experience-box {
    margin-top: 6rem;
  }
}
.col-md-6.about-content p {
  margin-bottom: 25px;
}
.experience-box {
  position: relative;
  white-space: nowrap;
  margin: 4rem 0;
}
.experience-border {
  display: inline-block;
  vertical-align: middle;
  width: 12.15rem;
  height: 12.15rem;
  border: 0.357rem solid #D7b368;
}
.experience-content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -8rem;
  top: 0.2rem;
}
.experience-number {
        margin-left: -20px;
        margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 7.142rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
.experience-info {
  display: inline-block;
  vertical-align: middle;
  margin: -1rem 0 0 0.8rem;
  font-size: 1.57rem;
  line-height: 1.181;
  color: #000;
}
.dots-image {
  display: block;
  float: right;
  position: relative;
}
.dots-image img {
  display: block;
  position: relative;
  z-index: 1;
}
.dots-image .dots {
  position: absolute;
  /*left: -20%;*/
  bottom: -10%;
  width: 101%;
  height: 57.2%;
  background: url(../images/dots.png) 0 0 repeat;
}

/*menu section*/

.stretcher-wrapper {
  margin: 0;
  padding: 0;
  background-color: #d7b368;
}
.stretcher-wrapper header {
  background-color: #fff;
  position: relative;
  margin-bottom: 0;
  padding: 30px 0;
}
.stretcher-wrapper header:before {
  content: "";
  position: absolute;
  border-width: 20px 20px 0 20px;
  border-style: solid solid solid solid;
  border-color: #fff transparent #fff;
  bottom: -15px;
  left: 50%;
  z-index: 2;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.stretcher-wrapper .stretcher {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.stretcher-wrapper .stretcher .stretcher-item {
  position: relative;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 30vh;
  overflow: hidden;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.stretcher-wrapper .stretcher .stretcher-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: 99;
}
.stretcher-wrapper .stretcher .stretcher-item:hover > a {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.stretcher-wrapper .stretcher .stretcher-item.more {
  background-color: #d7b368;
  position: relative;
  height: 100px;
}
.stretcher-wrapper .stretcher .stretcher-item.more a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon {
  font-size: 70px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon,
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
  display: inline-block;
}
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before,
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before {
  content: attr(data-title-show);
  opacity: 0;
  font-size: 16px;
}
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
  content: attr(data-title-hide);
  opacity: 1;
}
.stretcher-wrapper
  .stretcher
  .stretcher-item.more:hover
  .more-icon
  span:before {
  opacity: 1;
}
.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:after {
  opacity: 0;
}
@media (min-width: 992px) {
  .stretcher-wrapper .stretcher .stretcher-item.more,
  .stretcher-wrapper .stretcher .stretcher-item.more.inactive {
    width: 8%;
  }
  .stretcher-wrapper .stretcher .stretcher-item.more.active {
    width: 28%;
  }
  .stretcher-wrapper .stretcher .stretcher-item.more.more {
    height: 100%;
  }
}
.stretcher-wrapper .stretcher .stretcher-item.inactive,
.stretcher-wrapper .stretcher .stretcher-item.active {
  width: 100%;
}
@media (min-width: 992px) {
  .stretcher-wrapper .stretcher .stretcher-item {
    width: 23%;
    height: 100%;
    display: inline-block;
  }
  .stretcher-wrapper .stretcher .stretcher-item.inactive {
    width: 18%;
  }
  .stretcher-wrapper .stretcher .stretcher-item.active {
    width: 38%;
  }
}
.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: initial;
  color: #fff;
}
.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo img,
.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
  text-align: center;
}
.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .f-icon {
  font-size: 100px;
}
.stretcher-wrapper
  .stretcher
  .stretcher-item
  .stretcher-logo
  .text
  .text-intro {
  display: block;
  font-size: 20px;
}
.stretcher-wrapper .stretcher .stretcher-item:hover .stretcher-logo {
  opacity: 0;
}
.stretcher-wrapper .stretcher .stretcher-item figure {
  background-color: rgba(204, 150, 0, 0.5);
  color: #fff;
  position: absolute;
  z-index: 9;
  font-size: initial;
  padding: 20px 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.stretcher-wrapper .stretcher .stretcher-item figure h4 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .stretcher-wrapper .stretcher .stretcher-item figure {
    padding: 20px 30px;
  }
}
.stretcher-wrapper .stretcher .stretcher-item:hover figure {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  .stretcher-wrapper .stretcher {
    height: 500px;
    white-space: nowrap;
  }
  .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher {
    height: 100vh;
  }
  .stretcher-wrapper.stretcher-wrapper-frontpage
    .stretcher
    .stretcher-item
    figure {
    bottom: 20%;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    overflow: hidden;
    padding: 50px 30px;
  }
  .stretcher-wrapper.stretcher-wrapper-frontpage
    .stretcher
    .stretcher-item:hover
    figure {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*menu section ends*/
/*client testimonial*/
.bg-dots {
  background: url(../images/dots2.png) 0 0 repeat;
}

.section-clients .section-title {
  margin-right: 7rem;
}
.client-carousel {
  margin-top: 4.8rem;
}
.client-carousel .client-carousel-item img {
  display: inline-block;
  width: auto;
}
.client-box {
  position: relative;
  color: #999;
  background-color: #fff;
  padding: 6rem 3.28rem 3.28rem;
}
.image-quote {
  position: absolute;
  top: 3.28rem;
  right: 3.28rem;
}
.client-img {
  position: relative;
  z-index: 1;
  margin: 0 0 -3rem 2.6rem;
  border-radius: 50%;
}
.client-title {
  letter-spacing: 0;
}
.client-name {
  font-size: 1.28rem;
  line-height: 1;
  color: #000;
}
.client-description {
  margin: 1.5rem 0 0;
  line-height: 1.71em;
}
.client-carousel .owl-nav {
  right: 0;
  top: -7.8rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.client-carousel .owl-prev {
  margin-right: 2rem;
}

.owl-nav .disabled {
  color: #bcbcbc;
}
.owl-prev, .owl-next {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.owl-theme .owl-nav [class*=owl-]{font-size: 32px;margin:0 10px;}
.client-carousel .owl-prev {
  margin-right: 2rem;
}
.owl-next:before {
  font-family: "fontawesome";
  content: "\f105";
}
.owl-prev:before {
  font-family: "fontawesome";
  content: "\f104";
}
.partner-carousel {
  margin-top: 10.28rem;
}
.partner-carousel .partner-carousel-item img {
  width: auto;
  margin: 0 auto;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.partner-carousel .partner-carousel-item:hover img {
  opacity: 1;
}

/*team section*/
.section-padding {
  padding: 120px 0;
}
.team .dots-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -2;
}
.tit h6 {
  color: #D7b368;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 10px;
}
.tit h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}
.tit .navs span {
  padding: 15px 30px;
  background: #f8f4f3;
  cursor: pointer;
}
.team .team-container {
  width: 140%;
  position: relative;
}
.team {
  position: relative;
}
.team .team-container {
  width: 140%;
  position: relative;
}
.team .team-container:after {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -120px;
  right: 0;
  width: 80%;
  background: #D7b368;
  z-index: -1;
}
.team .item {
  padding: 0 15px;
}
.team .item .img {
  position: relative;
  overflow: hidden;
}
.team .item .img:hover:after {
  opacity: 0.5;
}
.team .item .img:hover .social {
  opacity: 0.9;
  left: 0;
}
.team .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team .item .img .social {
  position: absolute;
  bottom: 0;
  left: -40px;
  background-color: rgba(0,0,0,.7);
  padding: 43% 40px 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  color: #fff;

}
.team .item .img .social h5{margin-bottom: 10px;font-size: 24px;font-weight: 600;line-height: 30px;}
.team .item .img .social p{
margin-bottom: 0;font-size: 12px;font-weight: 300;line-height: 24px;
}
.team .item .img .social a {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  color: #b19777;
}
.team .item .info {
  margin-top: 20px;
  text-align: center;
}
.team .item .info h5 {
  font-size: 18px;
  margin-bottom: 2px;
}
.team .item .info span {
  color: #777;
  font-size: 14px;
}
.slick-slide img{width: 100%;height: auto;}
.team .slick-dots {
  bottom: -40px;
}
.team .slick-dots li.slick-active button {
  background: #b19777;
}
.team .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.8;
}
.team .slick-dots li button:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  line-height: 1;
  background: #b19777;
  opacity: 1;
}
.team .dots-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -2;
}
@media (min-width:1024px) and (max-width:1200px){
  .team .item .img .social{padding:40px 20px;}
}
/*team section ends*/


/*contact us*/
.form-section {
  position: relative;
  padding: 95px 0px 60px;
  background-color: #D7b3682b;
  background-position: right center;
  background-repeat: no-repeat;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.sec-title-two {
  position: relative;
  margin-bottom: 22px;
}
.sec-title-two h2 {
  position: relative;
  font-weight: 700;
  font-size: 35px;
  color: #242424;
  line-height: 1.2em;
  display: inline-block;
}
.form-section .form-column .inner-column {
  position: relative;
  padding-right: 100px;
}
.default-form .form-group {
  position: relative;
  margin-bottom: 18px;
}
.default-form .form-group input[type="text"], .default-form .form-group input[type="password"], .default-form .form-group input[type="tel"], .default-form .form-group input[type="email"], .default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 10px 0px;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    background: none;
    border: none;
    border-bottom: 1px solid #242424;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.form-section .info-column .inner-column {
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
  border-left: 1px solid #222222;
}
.list-style-one li {
  position: relative;
  padding-left: 62px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
}
.list-style-one li:nth-child(1) .icon, .list-style-one li:nth-child(3) .icon {
  font-size: 32px;
}
.list-style-one li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #000000;
  font-size: 28px;
  margin-bottom: 6px;
  line-height: 1em;
}
.list-style-one li strong {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.btn-style-one:hover {
  color: #242424;
  background: none;
}
.btn-style-one {
  position: relative;
  line-height: 24px;
  color: #dfba62;
  font-size: 14px;
  font-weight: 700;
  background: #242424;
  display: inline-block;
  padding: 10px 26px;
  border: 2px solid #242424;
  text-transform: uppercase;
}
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 0px;
  color: #777777;
  height: 125px;
  font-size: 15px;
  resize: none;
  background: none;
  border: none;
  border-bottom: 1px solid #242424;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
/*contact us ends*/

/*footer*/
.logo img {
  width: 70%;
  height: auto;
}
.main-footer {
  position: relative;
  background-color: #242424;
  border: 1px solid rgba(255,255,255,0.02);
}
.main-footer .widgets-section {
  position: relative;
  padding: 65px 0px 40px;
}
.main-footer .footer-widget {
  position: relative;
  margin-bottom: 30px;
}
.main-footer .footer-widget h2 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.address-widget ul li {
  position: relative;
  margin-bottom: 18px;
  font-size: 15px;
  color: rgba(255,255,255,0.70);
  font-family: 'Open Sans', sans-serif;
}
.address-widget ul li strong {
  font-weight: 600;
}
.links-widget ul li {
  position: relative;
  margin-bottom: 8px;
}
.links-widget ul li a {
  position: relative;
  font-size: 15px;
  color: rgba(255,255,255,0.70);
  font-family: 'Open Sans', sans-serif;
}
.links-widget .copyright {
  position: relative;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 40px;
  color: rgba(255,255,255,0.70);
  font-family: 'Open Sans', sans-serif;
}
.links-widget .purchased {
  position: relative;
  color: #d9b256;
  font-size: 15px;
  text-decoration: underline;
}
.links-widget .purchased:hover {
  color: #ffffff;
}
.info-column li a {
    color: #242424;
    text-decoration: none;
}
.footer-widget.address-widget li a {
    display: block;
    text-decoration: none;
    color: #c6a251;
}
/*footer ends*/


/*inner banner */
.inner-banner{background: url(../images/hero-bg-pizza.jpg)top center no-repeat;height: 300px;position: relative;}
.inner-banner-content {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background: #ffffff25;
  padding: 1% 0 0 5%;
}
.inner-banner-content h2{font-weight: 600;}
ol.breadcrumb li, ol.breadcrumb li a, ol.breadcrumb li.active, ol.breadcrumb li.active:before {
  color: #222;
  list-style: none;
  text-decoration: none;
}
section.section-about.inner-section {
  padding: 5rem 0 5rem;
}
/*Our Menu*/
.inner-box {
  position: relative;
  margin-bottom: 24px;
}
.inner-box .image {
  position: relative;
  display: block;
  background: #000000;
  overflow: hidden;
}
.inner-box:hover .image img {
  opacity: 0.80;
}
.inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  max-width: 100%;
  height: auto;
}
.inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40%;
  display: block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
  background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
  background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
  background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
}
.inner-box .image .overlay-box .content-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 28px 22px;
}
.inner-box .image .overlay-box .content-box .content {
  position: relative;
}
.inner-box .image .overlay-box .content-box .content h3 {
  position: relative;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
}
.inner-box .image .overlay-box .content-box .content h3 a {
  position: relative;
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.inner-box .image .overlay-box .content-box .content .designation {
  position: relative;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.inner-box:hover .image img {
  opacity: 0.80;
}
.inner-box .image .overlay-box .content-box .content h3 a:hover{color: #d7b368;}
.section-about.contact-page{padding: 8rem 0 0;}
.map iframe{width: 100%;}
.form-section.contact-page{background-color: transparent;}
/*gallery page*/
.gal {
	
	
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	  
	
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}
.submenu-detail .dots-image{float: left;}
.submenu-detail .dots-image .dots{right: -20%;left: inherit;}
.submenu-detail .section-about-title{margin-bottom: 1.5rem;text-align: center;}
.submenu-content{margin: 0 auto;}
.submenu-content .section-subtitle{text-align: center;display: block;}
.submenu-content p{text-align: center;}
ul.submenu-name{column-count: 4;}
ul.submenu-name li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: 7px;
  width: 7px;
  background: #d7b368;
  border-radius: 50px;
}

ul.submenu-name li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
}
.submenu-name.table>:not(caption)>*>*{padding: .8rem .8rem;}
table.submenu-name tbody,table.submenu-name td,table.submenu-name tr{border-width: 3px;}
.menu-list ul li {
  border: 1px solid #ddd;
  height: auto;
  vertical-align: middle;
  padding: 10px 15px;
}
.menu-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}
.menu-carousel{padding: 60px 0 0;}
@media screen and (max-width:768px){
  .menu-list ul{grid-template-columns: 1fr 1fr;}
}
.showcase {
  display: block;
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.showcase .slider {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.showcase .slider .item {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.showcase .slider .item img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  opacity: 0.65;
  opacity: 1;
}
.item-video video{height: 100%;width: 100%;}
.menu-carousel .owl-item {
  display: flex;
  justify-content: center;
}