/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.elementor-widget .list-items {
  line-height: inherit; }

.LeoBlockLink-type-horizontal .linklist-menu > ul {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 8px 0;
  line-height: 18px;
  word-break: break-word; }

.LeoBlockLink-type-vertical .linklist-menu > ul {
  display: block;
  position: relative;
  padding: 8px 0;
  line-height: 18px;
  word-break: break-word; }

.elementor-widget .list-item a:hover {
  color: var(--theme-color-default) !important; }

.linklist-toggle {
  margin-bottom: 0; }

/*  LeoCountDown */
.LeoCountDown-type-vertical .leocountdown-time * {
  display: inline;
  position: relative; }

/*  LeoProductTab */
.elementor-LeoProductTab .widget-tabs-wrapper {
  text-align: center; }

.elementor-LeoProductTab .widget-tabs-wrapper .widget-tab-title {
  display: inline-flex; }

.elementor-LeoProductTab .widget-tabs-wrapper .widget-tab-title .text {
  color: #232323;
  font-size: 16px;
  text-transform: none; }

.elementor-LeoProductTab .widget-tabs-content-wrapper {
  position: relative; }

.elementor-LeoProductTab .widget-tabs-content-wrapper .widget-tab-content {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s; }

.elementor-LeoProductTab .widget-tabs-content-wrapper .widget-tab-content.active {
  opacity: 1;
  position: static;
  visibility: visible; }

.elementor-LeoProductCarousel.grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  width: auto;
  display: -webkit-box; }

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1290px !important; }

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0; }

.left-nav, .right-nav {
  display: flex; }

.left-nav .elementor-widget-wrap {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.right-nav .elementor-widget-wrap {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.icon-w .elementor-button-icon {
  line-height: 10px; }
.icon-w .elementor-widget-wrap {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  gap: 15px; }
.icon-w .elementor-element {
  margin-right: 0px;
  margin-left: 15px; }
  @media (max-width: 767px) {
    .icon-w .elementor-element {
      margin-left: 10px; } }
.icon-w .ap-wishlist,
.icon-w .userinfo-selector .popup-title,
.icon-w #_desktop_cart .cart-preview .header {
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  text-align: center; }
  @media (max-width: 1199px) {
    .icon-w .ap-wishlist,
    .icon-w .userinfo-selector .popup-title,
    .icon-w #_desktop_cart .cart-preview .header {
      width: 40px;
      height: 40px;
      line-height: 40px !important; }
      .icon-w .ap-wishlist i,
      .icon-w .userinfo-selector .popup-title i,
      .icon-w #_desktop_cart .cart-preview .header i {
        font-size: 18px !important; } }
.icon-w .userinfo-selector {
  margin-right: 0; }
  .rtl .icon-w .userinfo-selector {
    margin-left: 0;
    margin-right: inherit; }
.icon-w .popup-over .popup-title {
  padding: 0; }
.icon-w #leo_search_block_top i {
  font-size: 22px; }
.icon-w .userinfo-selector .popup-title i,
.icon-w .ap-btn-wishlist i {
  font-size: 24px; }
.icon-w .ap-wishlist {
  padding: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px; }
  .icon-w .ap-wishlist .ap-total {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    transition: all 0.3s ease; }
    .icon-w .ap-wishlist .ap-total:before {
      content: "("; }
    .icon-w .ap-wishlist .ap-total:after {
      content: ")"; }
  .icon-w .ap-wishlist:hover {
    color: var(--theme-color-default); }
@media (max-width: 991px) {
  .icon-w .elementor-widget-button {
    display: none; } }
@media (max-width: 767px) {
  .icon-w #leo_search_block_top .title_block span {
    display: none; } }

.header_logo a {
  display: block; }

#index #wrapper {
  padding-top: 0; }

.leo-instagram-size {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block !important; }
  .leo-instagram-size img {
    width: 100%;
    height: auto; }

.LeoCountDown-type-horizontal .leocountdown-time {
  display: flex;
  justify-content: center; }
.LeoCountDown-type-horizontal .leocountdown-time li {
  text-align: center;
  margin: 0 10px; }
  .LeoCountDown-type-horizontal .leocountdown-time li + li .lcd_number {
    position: relative;
    padding-left: 20px; }
    .rtl .LeoCountDown-type-horizontal .leocountdown-time li + li .lcd_number {
      padding-right: 20px;
      padding-left: inherit; }
    .LeoCountDown-type-horizontal .leocountdown-time li + li .lcd_number:before {
      content: ":";
      display: inline-block;
      position: absolute;
      top: 0;
      right: auto;
      left: -10px; }
      .rtl .LeoCountDown-type-horizontal .leocountdown-time li + li .lcd_number:before {
        right: -10px;
        left: auto; }
.LeoCountDown-type-horizontal .leocountdown-time li * {
  display: block; }
.LeoCountDown-type-horizontal .lcd_number {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 5px; }
  @media (max-width: 767px) {
    .LeoCountDown-type-horizontal .lcd_number {
      font-size: 30px; } }
.LeoCountDown-type-horizontal b {
  font-weight: 700 !important; }
.LeoCountDown-type-horizontal .lcd_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff; }

.elementor-widget:not(:last-child) {
  margin-bottom: 0; }

p.name-manufacturer {
  display: none; }

li.item-sub-title {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  line-height: 35px;
  padding: 0; }

.flex .elementor-widget-wrap {
  align-items: center; }

.latest-blogs .blog-container {
  overflow: hidden;
  position: relative; }
.latest-blogs .block_content {
  position: relative; }
@media (min-width: 992px) {
  .latest-blogs .blog-viewall {
    position: absolute;
    top: 40px;
    right: 15px;
    top: -70px; }
    .rtl .latest-blogs .blog-viewall {
      left: 15px;
      right: auto; } }
@media (max-width: 991px) {
  .latest-blogs .blog-viewall {
    text-align: center; } }
.latest-blogs .blog-image-container {
  position: relative; }
.latest-blogs .readmore a {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 !important;
  border: none !important;
  cursor: pointer; }
  .latest-blogs .readmore a i {
    font-size: 13px;
    margin-left: 15px; }
    .rtl .latest-blogs .readmore a i {
      margin-right: 15px;
      margin-left: inherit; }
  .latest-blogs .readmore a:focus, .latest-blogs .readmore a:hover {
    background: transparent !important;
    color: #FF961B; }

.blog-meta {
  margin-top: 15px; }
  .blog-meta > div {
    display: inline-block;
    vertical-align: baseline; }
    .blog-meta > div + div:before {
      content: '.';
      display: inline-block;
      vertical-align: baseline; }

p.blog-desc {
  text-align: justify;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.blog-title {
  text-transform: capitalize;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 0; }
  .blog-title a {
    line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }

.manufacturer-container img {
  width: 100%;
  opacity: 0.3;
  transition: all 0.3s ease; }
.manufacturer-container:hover img {
  opacity: 1; }

.elementor-slick-slider .slick-prev:before,
.elementor-slick-slider .slick-next:before {
  color: #999;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 16px; }
.elementor-slick-slider .slick-prev:before {
  content: '\f060'; }
.elementor-slick-slider .slick-next:before {
  content: '\f061'; }

.elementor-widget-icon-list .elementor-icon-list-icon i {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400; }

.lSSlideOuter .lSPager.lSGallery li {
  border: 1px solid #E2E2E2 !important;
  position: relative; }

.lSSlideOuter .lSPager.lSGallery li.active:before {
  content: '';
  background: var(--theme-color-default);
  height: 3px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }

.fix-the-size {
  max-width: 1920px;
  margin: auto; }
  .fix-the-size .elementor-widget-image-box,
  .fix-the-size .elementor-widget-container,
  .fix-the-size .elementor-image-box-wrapper {
    height: 100%; }
  .fix-the-size .elementor-image-box-img img,
  .fix-the-size .elementor-image img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
@media (min-width: 768px) and (max-width: 1199px) {
  .fix-the-size .elementor-element,
  .fix-the-size .elementor-image-box-wrapper,
  .fix-the-size .elementor-widget-container,
  .fix-the-size .elementor-image {
    height: 100%; }
  .fix-the-size .elementor-image-box-img img,
  .fix-the-size .elementor-image img {
    height: 100%; } }

.rating i {
  color: var(--theme-color-default) !important; }

.set-full-height .elementor-widget-wrap,
.set-full-height .elementor-element,
.set-full-height .elementor-image-box-wrapper,
.set-full-height .elementor-widget-container,
.set-full-height .elementor-image-box-img,
.set-full-height .elementor-image {
  height: 100%; }
.set-full-height .elementor-widget-image .elementor-image img,
.set-full-height .elementor-image-box-img img,
.set-full-height .elementor-image img {
  height: 100%;
  object-fit: cover; }
.set-full-height .elementor-widget-google_maps,
.set-full-height .elementor-widget-container,
.set-full-height .elementor-custom-embed,
.set-full-height .elementor-widget-google_maps iframe {
  height: 100%; }

.play-demo {
  position: absolute;
  top: -128px;
  right: 90px;
  width: auto !important; }
  .play-demo .elementor-icon-box-icon {
    width: 48px;
    height: 48px;
    background: #FFDB00;
    border-radius: 100%; }
    .play-demo .elementor-icon-box-icon i {
      padding: 16px 25px; }

.hotspot-content .btn-action:hover {
  background: var(--theme-color-default) !important; }

/* Home page 01*/
.openmenu {
  cursor: pointer; }
  .openmenu:hover path {
    fill: var(--theme-color-default) !important;
    transition: all 0.3s; }

.group-nav .content-wr {
  position: fixed;
  top: 0;
  padding: 0;
  max-width: 535px;
  min-width: 535px;
  height: 100%;
  z-index: 9999999;
  right: auto;
  left: 0;
  background: #FDF9F0 !important;
  text-align: center;
  overflow-y: scroll;
  -webkit-transform: translate(-535px, 0);
  -moz-transform: translate(-535px, 0);
  -ms-transform: translate(-535px, 0);
  -o-transform: translate(-535px, 0);
  transform: translate(-535px, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .rtl .group-nav .content-wr {
    right: 0;
    left: auto; }
.group-nav .elementor-widget-wrap {
  display: block !important; }
.group-nav.active-menu .content-wr {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (max-width: 480px) {
    .group-nav.active-menu .content-wr {
      max-width: 300px;
      min-width: 300px; } }
.group-nav .close-menu {
  display: inline-block;
  float: right;
  cursor: pointer; }
  .group-nav .close-menu .elementor-icon {
    position: absolute;
    top: 0;
    z-index: 1;
    right: -30px;
    left: auto;
    transition: all 0.3s; }
    .rtl .group-nav .close-menu .elementor-icon {
      right: auto;
      left: -30px; }
    .group-nav .close-menu .elementor-icon:hover {
      color: var(--theme-color-default); }

.close-menu .elementor-icon {
  font-size: 25px; }

@media (min-width: 1200px) {
  .group-nav-h4 {
    position: absolute;
    background: #f4f1ea;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateX(-100%); }
    .group-nav-h4.active-menu {
      opacity: 1;
      visibility: visible;
      transform: translateX(0); }
    .group-nav-h4 .leo-megamenu .navbar-nav > li > a {
      padding: 17px 20px; } }
@media (min-width: 992px) {
  .header-top-h4 .ApMegamenu .leo-verticalmenu .title_block {
    border: none;
    display: none; }
  .header-top-h4 .ApMegamenu .leo-verticalmenu > .block_content {
    background: transparent;
    border: none;
    position: static;
    opacity: 1;
    visibility: visible; }
  .header-top-h4 div.verticalmenu .navbar-nav > li {
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .header-top-h4 div.verticalmenu .navbar-nav > li > a {
    border-bottom: none; }
    .header-top-h4 div.verticalmenu .navbar-nav > li > a .hasicon {
      display: flex;
      align-items: center;
      gap: 5px; }
  .header-top-h4 .ApMegamenu .leo-verticalmenu {
    background: transparent; } }

.set-max-width p {
  max-width: 830px;
  margin: auto !important; }

.group-video .video-play {
  cursor: pointer; }
.group-video .elementor-widget-video {
  display: none; }
.group-video .elementor-image img:hover {
  animation: spin 5s linear infinite; }

@media (min-width: 768px) {
  .fancybox-wrap, .fancybox-inner {
    width: 860px !important;
    height: 530px !important; }

  iframe.elementor-video-iframe {
    height: 510px !important;
    width: 830px !important; }

  .fancybox-skin {
    height: 540px !important;
    padding: 0; } }
@media (max-width: 767px) {
  .elementor-fit-aspect-ratio,
  .elementor-widget-container,
  .elementor-video-iframe,
  .fancybox-inner,
  .fancybox-skin,
  .fancybox-outer {
    width: 100% !important;
    height: 100% !important; }

  .fancybox-wrap {
    width: calc(100% - 30px) !important;
    height: 100% !important;
    left: 15px !important;
    right: 15px !important; } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.lSSlideOuter .lSPager.lSGallery li {
  border: 1px solid #E2E2E2 !important;
  position: relative; }

.lSSlideOuter .lSPager.lSGallery li.active:before {
  content: '';
  background: var(--theme-color-default);
  height: 3px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }

.cat-wr-h1 .slick-slide,
.cat-wr-h1 .slick-list .item {
  padding-left: 0 !important;
  padding-right: 0 !important; }
.cat-wr-h1 .texture {
  transform: rotate(-30deg);
  display: block;
  position: absolute;
  top: 71px;
  z-index: 0;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  transition: 0.5s ease; }
.cat-wr-h1 .block-carousel-image-container {
  position: relative;
  margin: auto;
  transition: 0.5s ease;
  overflow: hidden;
  background: #fff; }
.cat-wr-h1 img.img-fluid {
  position: relative;
  z-index: 1;
  order: 1;
  transition: 0.5s ease;
  object-fit: contain; }
  @media (min-width: 992px) {
    .cat-wr-h1 img.img-fluid {
      height: 100%;
      min-height: 450px;
      max-height: 450px; } }
.cat-wr-h1 .block-carousel-image-container a {
  display: flex;
  flex-direction: column;
  padding: 71px 0 62px;
  min-height: 755px; }
.cat-wr-h1 .item-description {
  order: 2;
  transition: 0.5s ease;
  margin-top: 22px;
  display: block; }
.cat-wr-h1 .item-title {
  order: 3; }
.cat-wr-h1 p.item-sub-title {
  order: 4; }
.cat-wr-h1 .item-title, .cat-wr-h1 .item-sub-title {
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease; }
.cat-wr-h1 .light, .cat-wr-h1 .dark {
  width: auto;
  height: 130px;
  object-fit: scale-down;
  max-height: 130px;
  transition: all 0.5s; }
  @media (max-width: 1199px) {
    .cat-wr-h1 .light, .cat-wr-h1 .dark {
      max-width: 80%; } }
.cat-wr-h1 .dark {
  position: relative;
  z-index: 1; }
.cat-wr-h1 .light {
  opacity: 0;
  visibility: hidden;
  display: none !important;
  top: 0px;
  position: absolute;
  right: 0;
  left: 0; }
.cat-wr-h1 .slick-slide.slick-active + .slick-slide.slick-active {
  position: relative; }
  @media (min-width: 768px) {
    .cat-wr-h1 .slick-slide.slick-active + .slick-slide.slick-active:before {
      content: "";
      width: 1px;
      height: 100%;
      display: inline-block;
      position: absolute;
      top: 0;
      right: auto;
      left: 0;
      border-left: 1px solid #B7B7B7; }
      .rtl .cat-wr-h1 .slick-slide.slick-active + .slick-slide.slick-active:before {
        right: 0;
        left: auto; } }
.cat-wr-h1 .block-carousel-image-container:hover {
  background: #F2A735; }
  .cat-wr-h1 .block-carousel-image-container:hover .light {
    order: 1;
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(70px); }
  .cat-wr-h1 .block-carousel-image-container:hover .dark {
    order: 3;
    display: none;
    transform: translateY(120px);
    opacity: 0;
    visibility: hidden; }
  .cat-wr-h1 .block-carousel-image-container:hover .img-fluid {
    transform: translateY(130px);
    margin-bottom: 82px; }
  .cat-wr-h1 .block-carousel-image-container:hover .item-description {
    margin-top: 70px; }
  .cat-wr-h1 .block-carousel-image-container:hover .item-title,
  .cat-wr-h1 .block-carousel-image-container:hover .item-sub-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .cat-wr-h1 .block-carousel-image-container:hover .texture {
    top: 210px;
    color: #fff !important;
    opacity: 0.18; }
@media (max-width: 767px) {
  .cat-wr-h1 .block-carousel-image-container {
    background: #F2A735; }
    .cat-wr-h1 .block-carousel-image-container .light {
      order: 1;
      display: block !important;
      opacity: 1;
      visibility: visible;
      transform: translateY(70px); }
    .cat-wr-h1 .block-carousel-image-container .dark {
      order: 3;
      display: none;
      transform: translateY(120px);
      opacity: 0;
      visibility: hidden; }
    .cat-wr-h1 .block-carousel-image-container .img-fluid {
      transform: translateY(130px);
      margin-bottom: 82px; }
    .cat-wr-h1 .block-carousel-image-container .item-description {
      margin-top: 70px; }
    .cat-wr-h1 .block-carousel-image-container .item-title,
    .cat-wr-h1 .block-carousel-image-container .item-sub-title {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    .cat-wr-h1 .block-carousel-image-container .texture {
      top: 210px;
      color: #fff !important;
      opacity: 0.18; } }

.testimonial-wr span.rating i {
  color: #FF9E0C !important;
  font-size: 14px !important; }
.testimonial-wr span.rating {
  display: block;
  letter-spacing: 4px;
  margin-bottom: 24px; }
.testimonial-wr img.img-fluid {
  width: 60px;
  height: 60px;
  border-radius: 100%; }

.testimonial-wr-h1 .sub-title-widget {
  max-width: 410px;
  margin: auto; }
.testimonial-wr-h1 .block-carousel-image-container {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #FCFBF8;
  padding: 46px 39px 40px;
  position: relative; }
.testimonial-wr-h1 img.img-fluid {
  order: 4;
  position: absolute;
  bottom: 40px;
  left: 40px; }
.testimonial-wr-h1 .item-description {
  order: 1; }
.testimonial-wr-h1 .item-title {
  order: 2;
  width: auto !important; }
.testimonial-wr-h1 p.item-sub-title {
  order: 3; }

.run-text .elementor-heading-title {
  will-change: transform;
  animation: marquee 15s linear infinite;
  animation-play-state: running; }
@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.marquee-container {
  overflow-x: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  position: relative;
  width: 100%;
  transform: none; }
  .marquee-container .banner-link {
    text-stroke: 1px #B7B7B7;
    -webkit-text-stroke: 1px #B7B7B7;
    -webkit-text-fill-color: transparent;
    padding: 0 30px; }
    @media (min-width: 1200px) {
      .marquee-container .banner-link {
        padding: 0 50px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .marquee-container .banner-link {
    padding: 0 40px; } }

.marquee {
  line-height: 1.1;
  flex: 0 0 auto;
  min-width: var(--min-width);
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction); }

@keyframes scroll {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }
.elementor-slick-slider ul.slick-dots {
  bottom: -55px; }
  .elementor-slick-slider ul.slick-dots .slick-active button:before {
    color: #00833E; }

.instagram-wr-h1 .slick-list .item,
.instagram-wr-h1 .slick-slide {
  padding-left: 0 !important;
  padding-right: 0 !important; }
.instagram-wr-h1 .elementor-slick-slider .slick-slide img {
  margin: 0;
  width: 100%; }

.footer-top-h1 .block-social li a {
  background: transparent;
  border: 1px solid; }
@media (max-width: 1199px) {
  .footer-top-h1 .footer_logo a {
    text-align: center;
    margin: auto;
    display: block; } }

@media (max-width: 767px) {
  .footer-top-h2 .footer_logo a {
    text-align: center;
    margin: auto;
    display: block; } }

/* Homepage 02*/
@media (max-width: 1199px) {
  .header-top-h2 .logo-w {
    order: 1; }
  .header-top-h2 .menu-w {
    order: 2; }
  .header-top-h2 .icon-w {
    order: 3; } }

.text-box-h2 .elementor-image-box-title {
  margin-bottom: 15px; }
@media (max-width: 1199px) {
  .text-box-h2 img {
    width: 100%;
    height: auto; } }

.cat-wr-h2 a {
  display: flex;
  flex-direction: column; }
.cat-wr-h2 img.img-fluid {
  order: 1; }
.cat-wr-h2 .item-title {
  order: 2; }
.cat-wr-h2 .item-description {
  order: 3; }
.cat-wr-h2 .block-carousel-image-container {
  padding: 40px 35px; }
  .cat-wr-h2 .block-carousel-image-container:hover {
    background: #fff;
    border-radius: 24px; }
  @media (max-width: 767px) {
    .cat-wr-h2 .block-carousel-image-container {
      background: #fff;
      border-radius: 24px; } }

.product-tab-h2 .widget-tab-title {
  background: #fff;
  border-radius: 9px;
  margin: 0 5px; }
  @media (max-width: 1199px) {
    .product-tab-h2 .widget-tab-title {
      margin: 0 5px 15px 5px; } }
.product-tab-h2 .widget-tab-title.active {
  background: var(--theme-color-default); }

@media (min-width: 992px) {
  .book-form-h2 .elementor-column-wrap {
    position: absolute; } }
.book-form-h2 .leoformbuilder_form .time_select {
  background: transparent;
  border: 1.5px solid #fff;
  color: #fff; }
.book-form-h2 .form-control {
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }

.our-chef-h2 .job {
  color: #F4F1EA;
  background: #00833E;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 15px; }
.our-chef-h2 .description {
  display: block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 262px;
  margin: auto;
  margin-top: 12px; }
.our-chef-h2 img {
  width: 100%;
  height: auto; }

.call-us-h1 .elementor-icon-box-icon .elementor-icon {
  width: 54px;
  height: 54px;
  background: #00833E;
  border-radius: 100%;
  text-align: center;
  display: block;
  padding: 14px; }

.call-us-wr .elementor-icon-box-title {
  margin-bottom: 0; }

/* Homepage 03 */
.header-nav-h3 .block-social li a {
  background: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  color: #fff; }
  .header-nav-h3 .block-social li a:hover {
    color: var(--theme-color-default); }

@media (min-width: 1200px) {
  .header-top-h3 .header_logo {
    position: absolute;
    top: 4px;
    left: 50%;
    margin: auto;
    display: inline-block;
    transform: translateX(-62%);
    z-index: 9; }
  .header-top-h3 .leo-megamenu .navbar-nav > li:nth-child(4) {
    margin-left: auto; }
  .header-top-h3 .leo-megamenu .navbar-nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (max-width: 767px) {
  .header-top-h3 .elementor-widget-LeoGenCode {
    width: 100% !important;
    text-align: center; }
  .header-top-h3 .leo-megamenu .navbar-header button {
    position: absolute;
    top: 105px;
    right: auto;
    left: 0;
    z-index: 1; }
    .rtl .header-top-h3 .leo-megamenu .navbar-header button {
      right: 0;
      left: auto; }
  .header-top-h3 .elementor-widget-LeoBootstrapmenu {
    position: static; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .logo-menu-wr .elementor-widget-wrap {
    flex-direction: row-reverse; } }
.elementor-counter-number-wrapper {
  justify-content: flex-start; }

.cat-wr-h3 .slick-slide.slick-active + .slick-slide.slick-active:before {
  border-left: 1px solid #101010; }
.cat-wr-h3 .block-carousel-image-container {
  background: #F4F1EA;
  border-bottom: 1px solid #B7B7B7; }
  .cat-wr-h3 .block-carousel-image-container a {
    padding: 50px 0 0;
    min-height: auto; }
  .cat-wr-h3 .block-carousel-image-container .item-title, .cat-wr-h3 .block-carousel-image-container .item-sub-title {
    display: none;
    transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .cat-wr-h3 .block-carousel-image-container:hover .light {
      transform: translateY(40px); }
    .cat-wr-h3 .block-carousel-image-container:hover .img-fluid {
      transform: translateY(110px);
      margin-bottom: 40px; }
    .cat-wr-h3 .block-carousel-image-container:hover .item-description {
      margin-top: 30px;
      margin-bottom: 40px; }
    .cat-wr-h3 .block-carousel-image-container:hover .item-title, .cat-wr-h3 .block-carousel-image-container:hover .item-sub-title {
      display: block;
      transition: all 0.3s ease; } }
@media (max-width: 991px) {
  .cat-wr-h3 .block-carousel-image-container .light {
    transform: translateY(40px); }
  .cat-wr-h3 .block-carousel-image-container .img-fluid {
    transform: translateY(110px);
    margin-bottom: 40px; }
  .cat-wr-h3 .block-carousel-image-container .item-description {
    margin-top: 30px;
    margin-bottom: 40px; }
  .cat-wr-h3 .block-carousel-image-container .item-title, .cat-wr-h3 .block-carousel-image-container .item-sub-title {
    display: block;
    transition: all 0.3s ease; } }
.cat-wr-h3 img.img-fluid {
  height: 100%;
  min-height: 280px;
  max-height: 280px; }
.cat-wr-h3 .item-description {
  margin-bottom: 43px; }
.cat-wr-h3 .dark, .cat-wr-h3 .light {
  width: 100%; }

.elementor-counter .elementor-counter-number-prefix {
  text-align: left;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.text-center {
  text-align: center; }

.has-circle .elementor-image-box-img {
  position: relative; }
  .has-circle .elementor-image-box-img:before {
    content: "";
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: #EFE9DA;
    display: inline-block;
    position: absolute;
    z-index: -1; }
.has-circle img {
  padding: 26px 0 0 26px; }
  .rtl .has-circle img {
    padding: 26px 26px 0 0; }

.testimonial-wr-h3 img.img-fluid {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  object-fit: cover;
  order: 4; }
.testimonial-wr-h3 .name-job-wr {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .testimonial-wr-h3 .name-job-wr {
      margin-top: 40px; } }
  .testimonial-wr-h3 .name-job-wr > span {
    display: inline-block;
    vertical-align: middle; }
.testimonial-wr-h3 .item-title {
  color: var(--theme-color-default) !important; }
.testimonial-wr-h3 .item-description {
  order: 1;
  max-width: 842px;
  margin: auto; }
.testimonial-wr-h3 .block-carousel-image-container.image {
  display: flex;
  flex-direction: column; }

.banner-fix img {
  width: 100%;
  min-height: 330px;
  object-fit: cover; }

.has-border img {
  border-radius: 24px; }

.texture-downside-wr .elementor-image-box-title {
  transform: rotate(-28.366deg);
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 87px; }
.texture-downside-wr .elementor-image-box-wrapper {
  position: relative; }
.texture-downside-wr img {
  width: 100%; }

/*Home page 04*/
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-h4 .header_logo {
    margin-left: 50px; }
    .rtl .header-top-h4 .header_logo {
      margin-right: 50px;
      margin-left: inherit; }
  .header-top-h4 .leo-megamenu .navbar-header button {
    position: absolute;
    top: -63px;
    right: auto;
    left: 0; }
    .rtl .header-top-h4 .leo-megamenu .navbar-header button {
      right: 0;
      left: auto; }
  .header-top-h4 .elementor-widget-LeoBootstrapmenu {
    position: static; } }

@media (max-width: 767px) {
  .header-top-h4 .elementor-widget-LeoBootstrapmenu {
    position: static; }
  .header-top-h4 .leo-megamenu .navbar-header button {
    position: absolute;
    top: -63px;
    right: auto;
    left: 0; }
    .rtl .header-top-h4 .leo-megamenu .navbar-header button {
      right: 0;
      left: auto; } }

.banner-wr-h4 img {
  width: 100%;
  object-fit: cover;
  min-height: 400px; }
.banner-wr-h4 .elementor-image-box-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
.banner-wr-h4 .elementor-image-box-wrapper:hover .elementor-image-box-content {
  opacity: 1;
  visibility: visible; }

.service-wr-h4 .elementor-widget-container:hover {
  background: #FFCC19; }
.service-wr-h4 figure.elementor-image-box-img {
  position: relative; }
  .service-wr-h4 figure.elementor-image-box-img:before {
    content: "";
    width: 68px;
    height: 68px;
    background: #FFCC19;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 40%;
    left: auto;
    top: 24px;
    margin: auto;
    z-index: -1; }
    .rtl .service-wr-h4 figure.elementor-image-box-img:before {
      right: auto;
      left: 40%; }
.service-wr-h4 .elementor-widget-container {
  height: 100%; }
.service-wr-h4 .elementor-widget-image-box {
  height: 100%; }

.transparent-social-h3 .block-social li a {
  background: transparent;
  border: 2px solid #464646; }
.transparent-social-h3 .block-social li a:before {
  color: #464646; }

/* Home Page 04 */
.inline-text .elementor-image-box-wrapper {
  gap: 10px;
  flex-wrap: wrap; }
.inline-text .elementor-image-box-content,
.inline-text .elementor-image-box-img {
  width: auto !important; }

.text-cover-link a {
  color: #00833E !important;
  border-bottom: 2px solid #00833E; }
  .text-cover-link a:hover {
    color: var(--theme-color-default); }

.transparent-social-wr .block-social li a {
  background: transparent;
  border: 1px solid; }
.transparent-social-wr .block-social li a:before {
  color: #f7f7f7; }

/* Home page 05*/
.header-top-h5 .popup-over.leo_block_top i {
  color: #fff; }
  .header-top-h5 .popup-over.leo_block_top i:hover {
    color: var(--theme-color-default); }
@media (max-width: 1199px) {
  .header-top-h5 {
    background: #111; }
    .header-top-h5 .leo-megamenu .navbar-header button {
      color: #fff; }
    .header-top-h5 #leo_search_block_top svg path {
      fill: #fff; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-h5 .menu-logo-wr .elementor-widget-wrap {
    gap: 15px; } }

@media (min-width: 992px) {
  #index .header-top-h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9; }

  .header-top-h2 .userinfo-selector .popup-title i,
  .header-top-h2 .leo-megamenu .navbar-nav > li > a,
  .header-top-h2 .popup-over.leo_block_top i,
  .header-top-h2 #leo_search_block_top .title_block {
    color: #fff; }
    .header-top-h2 .userinfo-selector .popup-title i:hover,
    .header-top-h2 .leo-megamenu .navbar-nav > li > a:hover,
    .header-top-h2 .popup-over.leo_block_top i:hover,
    .header-top-h2 #leo_search_block_top .title_block:hover {
      color: var(--theme-color-default); }
  .header-top-h2 #leo_search_block_top .title_block path {
    fill: #fff; }
    .header-top-h2 #leo_search_block_top .title_block path:hover {
      color: var(--theme-color-default); }

  body:not(#index) .header-top-h2 {
    background: #222; } }
.call-us-wh5 .elementor-icon-box-title {
  margin-bottom: 0; }
.call-us-wh5.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.cat-wr-h5 img.img-fluid {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .cat-wr-h5 img.img-fluid {
      height: 365px;
      object-fit: contain; } }
.cat-wr-h5 .block-carousel-image-container {
  padding: 0 35px 35px; }

.menu-list-wr {
  max-width: 585px;
  margin-right: auto; }

.service-wr-h5 .elementor-widget-container:hover {
  background: transparent; }
.service-wr-h5 figure.elementor-image-box-img:before {
  right: 35%;
  left: auto; }
  .rtl .service-wr-h5 figure.elementor-image-box-img:before {
    right: auto;
    left: 35%; }

.cat-wb-h5 img {
  width: 100%;
  height: auto; }
.cat-wb-h5 .pattern {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 91px;
  line-height: 1.1;
  color: #FFCC19;
  font-family: "Mr Dafoe", cursive; }
@media (min-width: 992px) and (max-width: 1199px) {
  .cat-wb-h5 .pattern {
    font-size: 75px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .cat-wb-h5 .pattern {
    font-size: 60px; } }

  @media (max-width: 767px) {
    .cat-wb-h5 .pattern {
      font-size: 45px; } }
.cat-wb-h5 .elementor-image-box-description {
  position: relative;
  margin-top: 8px; }

.explore-wr .elementor-image-box-img {
  width: 80px !important;
  height: 80px  !important;
  background: #00833E;
  border-radius: 100%;
  display: block;
  padding: 18px 19px; }
.explore-wr .elementor-image-box-wrapper {
  gap: 19px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  max-width: 320px; }
@media (max-width: 767px) {
  .explore-wr .elementor-image-box-content {
    margin-top: 20px; } }

.rate-line .elementor-icon-box-title {
  margin-bottom: 0 !important; }

/*Homepage 06*/
.align-left-wr .elementor-counter-number-wrapper {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }
.align-left-wr .elementor-counter {
  text-align: left !important; }
.align-left-wr .elementor-counter .elementor-counter-title {
  text-align: left !important; }
.align-left-wr .elementor-counter .elementor-counter-number-prefix, .align-left-wr .elementor-counter .elementor-counter-number-suffix {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.light-mode .product-title a {
  color: #fff; }
.light-mode .thumbnail-container .product-description-short {
  color: #B7B7B7; }
.light-mode .block_newsletter .title-box h4 {
  color: #fff; }
.light-mode .block_newsletter p {
  color: #B7B7B7; }

.set-short-width .elementor-heading-title {
  max-width: 460px; }

.leoformbuilder_form {
  background: transparent;
  margin: 0; }
  .leoformbuilder_form #submitForm {
    color: #212121;
    background: #FFCC19;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 30px;
    width: 100%; }
    .leoformbuilder_form #submitForm:hover {
      background: var(--theme-color-default); }
  .leoformbuilder_form .submit_btn_center.leosubmit {
    margin-top: 15px;
    display: block; }
  .leoformbuilder_form .time_select {
    float: none;
    flex: 32%;
    max-width: 100%; }
  .leoformbuilder_form .toplabel {
    width: 100%;
    color: #fff;
    display: none; }
  .leoformbuilder_form .form-group.time_box {
    display: flex;
    flex-wrap: wrap; }
  .leoformbuilder_form .LeoColumn {
    padding: 0; }
  .leoformbuilder_form .LeoRow {
    margin: 0; }

.booking-wr-h4 .leoformbuilder_2 .LeoColumn {
  padding: 0 15px; }

@media (min-width: 1200px) {
  .transform-wr {
    margin-bottom: -250px; } }
.transform-wr .form-control {
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }

.navbar-fixed-top.mini-navbar .header-top-h1,
.navbar-fixed-top.mini-navbar .header-top-h3,
.navbar-fixed-top.mini-navbar .header-top-h4 {
  background: #F4F1EA;
  z-index: 9999999; }

.navbar-fixed-top.mini-navbar .header-top-h2,
.navbar-fixed-top.mini-navbar .header-top-h5 {
  background: #212121; }

.blog-wr-h6 img {
  border-radius: 10px; }
.blog-wr-h6 .latest-blogs .readmore a {
  color: #fff; }
  .blog-wr-h6 .latest-blogs .readmore a:hover {
    color: var(--theme-color-default); }

.marquee-wr-h6 .banner-link {
  text-stroke: 1px #464646;
  -webkit-text-stroke: 1px #464646; }

.paneltool .panelcontent > div {
  padding: 15px; }

.bg-over-lay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100% !important;
  visibility: hidden;
  background-color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0); }
  .bg-over-lay.show-over-lay {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible;
    z-index: 9999; }

.gallery-wr-h1 .slick-slide,
.slick-slide .slick-slide {
  padding-left: 0;
  padding-right: 0; }

.gallery-wr-h1 img {
  width: 100%;
  height: auto; }

.set-full-height .fix-size img {
  width: auto;
  height: auto !important; }

/*# sourceMappingURL=front.css.map */
