@import url('./plugins/bootstrap.min.css');
@import url('./plugins/font-awesome.min.css');
@import url('./plugins/swiper.min.css');
@import url('./plugins/fancybox.min.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,100&display=swap');

:root {
  --primary-color: #006867;
  --primary-color-dark: #033130;
  --secondary-color: #f3776f;
  --secondary-color-dark: #d3574f;
  --white-color: #ffffff;
}

.para-text.para-text-lg,
body {
  font-size: 14px;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--white-color);

  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

  z-index: 1001;
}

  #loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: var(--primary-color-dark);

      -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  }

  #loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: var(--secondary-color);

      -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  }

  @-webkit-keyframes spin {
      0%   { 
          -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(0deg);  /* IE 9 */
          transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
      }
      100% {
          -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(360deg);  /* IE 9 */
          transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
      }
  }
  @keyframes spin {
      0%   { 
          -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(0deg);  /* IE 9 */
          transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
      }
      100% {
          -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(360deg);  /* IE 9 */
          transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
      }
  }

  #loader-wrapper .loader-section {
      position: fixed;
      top: 0;
      width: 51%;
      height: 100%;
      background: #abe6e0;
      z-index: 1000;
      -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(0);  /* IE 9 */
      transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
  }

  #loader-wrapper .loader-section.section-left {
      left: 0;
  }

  #loader-wrapper .loader-section.section-right {
      right: 0;
  }

  /* Loaded */
  .loaded #loader-wrapper .loader-section.section-left {
      -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: translateX(-100%);  /* IE 9 */
              transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

      -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
              transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }

  .loaded #loader-wrapper .loader-section.section-right {
      -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: translateX(100%);  /* IE 9 */
              transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
      transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }
  
  .loaded #loader {
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;  
              transition: all 0.3s ease-out;
  }
  .loaded #loader-wrapper {
      visibility: hidden;

      -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: translateY(-100%);  /* IE 9 */
              transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

      -webkit-transition: all 0.3s 1s ease-out;  
              transition: all 0.3s 1s ease-out;
  }
html .alm-preloader {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0) scale(0.4);
  transform: translateY(0) scale(0.4);
}
html .nav-menu {
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
html .nav-menu li.current-menu-item:after {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: "";
  width: 80%;
}
html .main-banner {
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out 0.6s;
  transition: 0.6s ease-in-out 0.6s;
}
html .main-banner .main-banner .banner-container {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
html .main-banner .main-banner .main-title-frame,
html .main-banner .alm-main-slider-navigation {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
html .section-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
html .section-content .alm-scroll-hint-frame {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
html footer .container {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
html.is-animating .alm-preloader {
  opacity: 1;
  -webkit-transform: translateY(-200px) scale(0.6);
  transform: translateY(-200px) scale(0.6);
  -webkit-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
}
html.is-animating .main-banner,
html.is-animating .nav-menu {
  opacity: 0.999;
}
html.is-animating .nav-menu li.current-menu-item:after {
  content: "";
  width: 0;
}
html.is-animating .nav-menu li ul,
html.is-animating .nav-menu nav.alm-active {
  opacity: 0 !important;
  -webkit-transform: translateY(20px) !important;
  transform: translateY(20px) !important;
}
html.is-animating .main-banner .main-banner .banner-container {
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
html.is-animating .main-banner .main-banner .main-title-frame {
  opacity: 0;
  -webkit-transform: translateY(-200px) scale(0.8);
  transform: translateY(-200px) scale(0.8);
}
html.is-animating .main-banner .alm-main-slider-navigation {
  opacity: 0;
  -webkit-transform: translateY(100px) scale(0.8);
  transform: translateY(100px) scale(0.8);
}
html.is-animating .section-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
html.is-animating .section-content .alm-scroll-hint-frame {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
html.is-animating footer .container {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #000;
}
.h6,
.alm-label,
h6 {
  letter-spacing: 2px;
}
.main-banner .banner-container .alm-lock.alm-active,
.alm-btn,
.alm-call-to-action .banner-container .alm-lock.alm-active,
.header-menu .alm-menu nav ul li ul{
  /* background-color: var(--primary-color); */
  background-color: var(--secondary-color-dark);
}
.sub-title:before {
  background-color: var(--secondary-color);
}
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 2px;
}
.main-banner-sm,
body {
  background-size: 100%;
}
::-webkit-scrollbar-thumb:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #1a2f33;
  background-color: var(--white-color);
  /* font-weight: 300; */
  font-family: "Poppins", sans-serif;
}
body .alm-main-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(4, 25, 29, 0.7)),
    color-stop(20%, rgba(4, 25, 29, 0.7))
  );
  background-image: linear-gradient(
    180deg,
    rgba(4, 25, 29, 0.7) 0,
    rgba(4, 25, 29, 0.7) 20%
  );
}
*,
.swiper-pagination-bullet:focus,
.alm-about-cover .alm-play-button:focus,
.alm-main-pagination .swiper-pagination-bullet:focus,
.alm-main-slider-nav .alm-slider-btn:focus,.alm-item-cover-frame:focus,
.alm-slider-navigation .alm-nav .alm-slider-btn:focus,

footer .alm-gallery-nav .alm-fg-nav .alm-slider-btn:focus,
form input:focus,
textarea:focus {
  outline: inherit;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
a.sec-clr:hover,
a:hover.sec-clr:hover {
  color: var(--primary-color);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;
  font-weight: 900;
  margin: 0;
}
.h6,
.alm-label,
.para-text,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.h1,
h1 {
  font-size: 50px;
}
.h2,
h2 {
  font-size: 48px;
}
.h3,
h3 {
  font-size: 38px;
}
.h4,
h4 {
  font-size: 30px;
}
.h5,
h5 {
  font-size: 18px;
}
.h6,
h6 {
  padding-top: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
}
.txt-sm {
  font-size: 9px;
}
.para-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
.alm-btn,
.alm-label,
.header-menu .alm-menu nav ul li a,
.sub-title {
  font-weight: 800;
  text-transform: uppercase;
}
.alm-label {
  display: inline-block;
  white-space: nowrap;
  font-size: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.alm-btn,
.social-link {
  -webkit-transition: 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}
.social-link {
  font-size: 14px;
  margin: 0 10px 0 0;
  transition: 0.3s ease-in-out;
}
.social-link:hover {
  opacity: 1;
  color: var(--primary-color);
}
.sub-title {
  position: relative;
  font-size: 10px;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding-left: 45px;
}
.sub-title:before {
  content: "";
  height: 4px;
  border-radius: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 4px;
}
.sub-title.sub-title-center {
  text-align: center;
  padding-left: 0;
  padding-top: 20px;
}
.sub-title.sub-title-center:before {
  top: 0;
  left: 50%;
  margin-left: -15px;
}
.sub-title.sub-title-right {
  padding-right: 45px;
}
.sub-title.sub-title-right:before {
  left: auto;
  right: 10px;
}
.mtb-60 {
  height: 0;
  margin: 60px 0;
  opacity: 0.3;
}
.mtb-60.bottom-space {
  margin-top: 0;
}
.menu-card.menu-card-sm:last-child,
.mtb-60.mtb-60-top {
  margin-bottom: 0;
}

.mtb-60-sm {
  height: 1px;
  margin: 15px 0;
  opacity: 0.3;
}
.alm-btn,
form input {
  border: none;
  height: 50px;
}
.alm-slider-btn i{
  text-shadow: 0 5px 20px var(--secondary-color);
}

.alm-main-slider-nav,
.para-text-shadow {
  text-shadow: 0 5px 20px rgba(26, 47, 51, 0.95);
}

.clr-dark {
  color: #1a2f33;
}
.clr-white {
  color: #f2f6f7;
}
.alm-footer {
  background-color: var(--primary-color-dark);
  color: #f2f6f7;
}
a.clr-white {
  color: #f2f6f7;
  opacity: 0.8;
}
a.clr-white:hover {
  color: #f2f6f7;
  opacity: 1;
}
.clr-white-2,
a.clr-white-2 {
  color: var(--primary-color);

}
a.clr-white-2 {
  opacity: 0.9;
}
a.clr-white-2:hover {
  color: var(--white-color);
  opacity: 1;
}
.sec-clr {
  color: var(--secondary-color);
}
.alm-right {
  float: right;
}
.alm-btn {
  position: relative;
  padding: 0 20px;
  display: inline-block;
  line-height: 54px;
  cursor: pointer;
  margin-right: 5px;
  font-size: 10px;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  white-space: nowrap;
  color:var(--white-color)
}
.pt-60,
.pb-60 {
  padding-top: 60px;
}
.alm-btn.alm-btn-shadow {
  -webkit-box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.3);
  box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.3);
}

.alm-btn:last-child {
  margin-right: 0;
}
.alm-about-cover .alm-play-button:hover,
.alm-btn:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  color: #f2f6f7;
}
.alm-btn:hover:before {
  bottom: -5px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.alm-btn.alm-btn-lg {
  padding: 0 40px;
  height: 60px;
  line-height: 64px;
}
.alm-btn i {
  margin-right: 5px;
  font-size: 18px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
form input,select,
textarea {
  margin-bottom: 30px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #1a2f33 !important;
}
.alm-btn.alm-cart-btn {
  padding: 0;
  width: 60px;
  text-align: center;
}
.alm-btn.alm-cart-btn svg {
  width: 15px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
form input,form select {
  border-radius: 5px;
  padding: 0 20px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}
.alm-comments-list .alm-comment-avatar,
textarea {
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}
form input::-webkit-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
form input:-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
form input::-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
form input::placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
textarea,form select {
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}
textarea::-webkit-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
textarea:-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
textarea::-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
textarea::placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
.mb-15,
.alm-menu-book-item.alm-mbi-3
  .alm-menu-book-descr
  .alm-menu-book-bottom
  .alm-cart-btn
  svg {
  margin-bottom: 15px;
}
.mb-30,
.menu-card.menu-card-sm:first-child {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mr-30 {
  margin-right: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.pb-60 {
  padding-bottom: 60px;
}
.alm-p-0-30 {
  padding-top: 0;
  padding-bottom: 30px;
}
.alm-p-60-30 {
  padding-top: 60px;
  padding-bottom: 30px;
}
.alm-preloader-frame {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.alm-preloader-frame .alm-preloader {
  position: absolute;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  width: 80px;
  height: 80px;
  top: 70%;
  left: calc(50% - 40px);
  margin: 0 auto;
}
.alm-popup-bg .alm-popup-frame:after,
.alm-popup-bg .alm-popup-frame:before {
  width: calc(100% - 30px);
  background-color: #f2f6f7;
  left: 15px;
  position: absolute;
  height: 10px;
  content: "";
}
.alm-preloader-frame .alm-preloader span {
  position: absolute;
  border: 6px solid var(--primary-color);
  border-top: 6px solid transparent;
  border-radius: 999px;
}
.alm-preloader-frame .alm-preloader span:first-child {
  width: 80px;
  height: 80px;
  -webkit-animation: 2s linear infinite spin-1;
  animation: 2s linear infinite spin-1;
}
.alm-preloader-frame .alm-preloader span:nth-child(2) {
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  -webkit-animation: 1s linear infinite spin-2;
  animation: 1s linear infinite spin-2;
}
@-webkit-keyframes spin-1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes spin-1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
.main-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.alm-container {
  position: relative;
  /* z-index: 99999; */
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fcfcfc;
}
.header-menu .alm-menu{
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
}
.alm-container:before,
.alm-popup-bg .alm-popup-frame:before {
  z-index: 999;
  top: -10px;
  border-radius: 5px 5px 0 0;
  opacity: 0.2;
}
.alm-container:after {
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  opacity: 0.2;
}
.alm-slider,
.testimonials-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.header-menu {
  height: auto;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  padding: 0 15px;
  
}

.header-menu .alm-menu {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  position: relative;
  width: 100%;
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-menu .alm-menu:after {
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  opacity: 0.15;
}
.header-menu .alm-menu .logo {
  width: 100px;
}
.header-menu .alm-menu nav ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.header-menu .alm-menu nav ul li {
  height: 80px;
  position: relative;
  list-style-type: none;
}
.header-menu .alm-menu nav ul li a {
  padding: 34px 30px 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 10px;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-menu .alm-menu nav ul li.current-menu-item:after {
  content: "";
  background-color: var(--secondary-color);
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 10%;
  border-radius: 2px 2px 0 0;
}
.cart_item,
.main-banner .main-banner-content,
.alm-call-to-action,
.header-menu .alm-menu nav ul li ul li.menu-item-has-children,
.header-menu .alm-menu nav ul li.menu-item-has-children {
  position: relative;
}
.header-menu .alm-menu nav ul li ul {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  padding: 25px 0 10px;
  min-width: 160px;
  position: absolute;
  z-index: 1;
  top: 90px;
  left: 0;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.2);
  box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-menu .alm-menu nav ul li ul:before {
  height: 10px;
  width: 100%;
  left: 0;
  background-color: transparent;
  content: "";
  position: absolute;
  top: -10px;
  z-index: 999;
}
.header-menu .alm-menu nav ul li ul:after {
  content: "";
  height: 7px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: -7px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.15;
  left: 10px;
}
.header-menu .alm-menu nav ul li ul li {
  padding: 0 30px;
  height: 15px;
  margin-bottom: 20px;
}
.header-menu .alm-menu nav ul li ul li a {
  white-space: nowrap;
  display: block;
  line-height: 20px;
  padding: 0;
}
.header-menu .alm-menu nav ul li ul li ul {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  top: -25px;
  left: calc(100% + 10px) !important;
}
.header-menu .alm-menu nav ul li ul li ul:before {
  height: 100%;
  width: 10px;
  left: -10px;
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
}
.header-menu .alm-menu nav ul li:hover ul,
.header-menu .alm-menu nav ul li:hover ul li:hover ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-menu .alm-menu nav ul li:hover ul li ul {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.header-menu .alm-menu .nav-menu-right,
.alm-post-bottom .alm-post-author,
.alm-slider-navigation .alm-nav,
.testimonial-card .testimonial-bottom .alm-visitor {
  
  
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu .alm-menu .nav-menu-right a {
  background-color: var(--primary-color);
  padding: 5px;
  border-radius: 5px;
  color: var(--white-color);
}
.header-menu .alm-menu .nav-menu-right .nav-mobile-menu {
  display: none;
  margin-left: 15px;
  height: 80px;
  width: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu .alm-menu .nav-menu-right .nav-mobile-menu .nav-mobile-menu-btn {
  padding-top: 2px;
  width: 25px;
  position: relative;
  cursor: pointer;
  
  
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn
  .btn-mobile-menu {
  
  
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn
  .btn-mobile-menu
  span,
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn
  .btn-mobile-menu
  span:after,
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn
  .btn-mobile-menu
  span:before {
  content: "";
  display: block;
  width: 19px;
  height: 0.1em;
  border-radius: 3px;
  background: #1a2f33;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn
  .btn-mobile-menu
  span {
  position: relative;
  margin: 7px 0 0;
}
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn
  .btn-mobile-menu
  span:after,
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn
  .btn-mobile-menu
  span:before {
  position: absolute;
}
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn
  .btn-mobile-menu
  span:before {
  top: -7px;
}
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn
  .btn-mobile-menu
  span:after {
  top: 7px;
}
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn.alm-active
  .btn-mobile-menu
  span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn.alm-active
  .btn-mobile-menu
  span:before {
  -webkit-transform: translate(0, 7px) rotate(-90deg);
  transform: translate(0, 7px) rotate(-90deg);
}
.header-menu
  .alm-menu
  .nav-menu-right
  .nav-mobile-menu
  .nav-mobile-menu-btn.alm-active
  .btn-mobile-menu
  span:after {
  -webkit-transform: translate(0, -7px) rotate(-90deg);
  transform: translate(0, -7px) rotate(-90deg);
}
.header-menu.alm-active .alm-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-radius: 0 0 10px 10px;
}
.alm-scroll-hint-frame {
  height: 74px;
  width: 74px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: calc(50% - 37px);
  z-index: 9999;
  
  
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}
.alm-scroll-hint-frame:after {
  -webkit-transform: scaleX(1.25) scaleY(1.09);
  transform: scaleX(1.25) scaleY(1.09);
  content: "";
  width: 74px;
  height: 37px;
  opacity: 0.15;
  border-radius: 1000px 1000px 0 0;
  position: absolute;
  top: -11.6%;
  background-color: #f2f6f7;
  z-index: -2;
}
.alm-scroll-hint-frame .alm-scroll-hint {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  top: -5px;
  position: relative;
  height: 40px;
  width: 25px;
  border: 2px solid #1a2f33;
  border-radius: 20px;
}
.alm-scroll-hint-frame .alm-scroll-hint:before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #1a2f33;
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-animation: 1s infinite scroll;
  animation: 1s infinite scroll;
}
.main-banner .banner-container .alm-lock,
.alm-call-to-action .banner-container .alm-lock {
  border-radius: 50%;
  font-size: 14px;
  background-color: rgba(242, 246, 247, 0.3);
  cursor: pointer;
}
@-webkit-keyframes scroll {
  0%,
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(6px) translateX(-50%);
    transform: translateY(6px) translateX(-50%);
  }
}
@keyframes scroll {
  0%,
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(6px) translateX(-50%);
    transform: translateY(6px) translateX(-50%);
  }
}
.alm-fade-up {
  opacity: 0;
  -webkit-transform: translateY(90px) scale(0.97);
  transform: translateY(90px) scale(0.97);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.alm-fade-down.alm-active,
.alm-fade-up.alm-active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.alm-fade-down {
  opacity: 0;
  -webkit-transform: translateY(-90px) scale(0.97);
  transform: translateY(-90px) scale(0.97);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-banner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 30px);
}
.main-banner .banner-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-banner .banner-container .alm-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.main-banner .banner-container .alm-map-frame,
.alm-call-to-action .banner-container .alm-map-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.main-banner .banner-container .alm-map-frame .alm-map,
.alm-call-to-action .banner-container .alm-map-frame .alm-map {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  position: absolute;
  top: 20px;
  height: 100%;
  width: 150%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-banner .banner-container .alm-map-frame .alm-map.alm-active,
.alm-call-to-action .banner-container .alm-map-frame .alm-map.alm-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.main-banner .banner-container .alm-overlay,
.alm-call-to-action .banner-container .alm-overlay,
.alm-menu-ilust .alm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
   background-image: linear-gradient( 316deg, rgb(255 255 255 / 0%) 0, rgb(33 76 76 / 58%) 70% );
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-banner .banner-container .alm-overlay.alm-with-map,
.alm-call-to-action .banner-container .alm-overlay.alm-with-map {
  pointer-events: all;
  background-image: linear-gradient(
    270deg,
    rgba(4, 25, 29, 0) 0,
    rgba(4, 25, 29, 0.7) 80%
  );
}
.main-banner .main-banner-content.alm-with-map,
.main-banner .banner-container .alm-overlay.alm-with-map.alm-active,
.alm-call-to-action .banner-container .alm-overlay.alm-with-map.alm-active {
  pointer-events: none;
}
.main-banner .banner-container .alm-lock {
  position: absolute;
  top: 120px;
  right: 45px;
  height: 35px;
  width: 35px;
  
  
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-banner .banner-container .alm-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(4, 25, 29, 0.3)),
    color-stop(70%, rgba(4, 25, 29, 0.8))
  );
  background-image: linear-gradient(
    270deg,
    rgba(4, 25, 29, 0.3) 0,
    rgba(4, 25, 29, 0.8) 70%
  );
  width: 100%;
  height: 100%;
}
.main-banner .main-banner-content .main-title-frame {
  height: 100vh;
  
  
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-banner .main-banner-content .main-title-frame .main-title {
  margin-top: 60px;
  width: 100%;
}
.main-banner.alm-small-banner,
.main-banner.alm-small-banner .main-banner-content .main-title-frame {
  height: 60vh;
}
.main-banner.alm-small-banner .banner-container {
  height: calc(70vh + 60px);
}
.main-banner.alm-small-banner
  .main-banner-content
  .main-title-frame
  .main-title {
  margin-top: 45px;
}
.alm-main-slider .swiper-wrapper {
  z-index: 0;
}
.alm-main-slider .main-title {
  margin-top: 0 !important;
}
.alm-call-to-action .banner-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.alm-call-to-action .banner-container .alm-lock {
  position: absolute;
  top: 40px;
  right: 45px;
  height: 35px;
  width: 35px;
  
  
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.alm-call-to-action .alm-cta-frame {
  width: 100%;
  height: 550px;
  
  
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* .alm-call-to-action .alm-cta-frame .alm-cta {
  width: 100%;
} */
.alm-call-to-action .alm-cta-image {
  width: 104%;
  height: 100%;
  margin-left: -2%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.alm-about-cover .alm-cover,
.alm-about-cover .alm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.alm-about-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  /* border-radius: 5px; */
  /* -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11); */
  /* box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11); */
}
.alm-about-cover.alm-video-cover {
  padding-bottom: 60%;
}
.alm-about-cover .alm-cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.alm-about-cover .alm-overlay {
  right: 0;
  background-color: rgba(4, 25, 29, 0.3);
}
.alm-about-cover .alm-btn-animation,
.alm-about-cover .alm-play-button {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  position: absolute;
}
.alm-about-cover .alm-play-button {
  height: 70px;
  width: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background-color: var(--primary-color);
  
  
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  font-size: 18px;
  padding-left: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.alm-about-cover .alm-btn-animation {
  height: 90px;
  width: 90px;
  margin-left: -45px;
  margin-top: -45px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  -webkit-animation: 1s infinite pulse;
  animation: 1s infinite pulse;
}
.alm-awards,
.alm-awards .para-text {
  width: 100%;
  text-align: center;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.alm-awards {
  opacity: 0.3;
  margin-bottom: 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.alm-awards img {
  margin: 0 auto;
  display: block;
  width: 40%;
}
.alm-awards:hover,
footer .alm-footer-gallery .alm-footer-gal-item:hover .alm-overlay {
  opacity: 1;
}
.alm-count,
.alm-icon-box {
  text-align: center;
}
.alm-icon-box img {
  width: 70px;
}
.main-banner-sm {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
.main-banner-sm .banner-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-banner-sm .banner-container .alm-cover {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  width: 100%;
  height: 100%;
}
.main-banner-sm .banner-container .alm-overlay {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 25, 29, 0.5);
  width: 100%;
  height: 100%;
}
.main-banner-sm .para-text-frame {
  padding: 60px;
}
.main-banner-sm .alm-wh-frame {
  display: flex;
  justify-content: space-around;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 220px;
  text-align: center;
  background-color: #fff;
  padding: 60px 0;
  border-radius: 0 5px 5px 0;
  /* background-image: url(../img/banners/banner-small.jpg); */
}
.main-banner-sm form {
  width: 100%;
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  
  
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main-banner-sm form input {
  width: 100%;
  margin-right: 15px;
  position: relative;
  padding: 0 30px;
  height: 50px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
}
.alm-team-member,
.testimonial-card {
  position: relative;
  border-radius: 5px;
  margin-bottom: 60px;
}
.main-banner-sm form input::-webkit-input-placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300;
}
.main-banner-sm form input:-ms-input-placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300;
}
.main-banner-sm form input::-ms-input-placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300;
}
.main-banner-sm form input::placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300;
}
.alm-count sup {
  font-size: 26px;
  display: inline-block;
  -webkit-transform: translateY(5px) translateX(3px);
  transform: translateY(5px) translateX(3px);
}
.alm-team-member {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
}
.alm-team-member .alm-member-portrait-frame {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 110%;
}
.alm-team-member .alm-member-portrait-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.alm-team-member .alm-member-descr {
  text-align: center;
  padding: 30px;
}
.alm-team-member .alm-member-descr .alm-member-social {
  margin-top: 15px;
}
.alm-blog-card:hover .banner-container img,
.alm-menu-book-item .alm-item-cover-frame:hover img,
.alm-product-card:hover .banner-container .attachment-woocommerce_thumbnail,
.alm-team-member:hover .alm-member-portrait-frame img,
footer .alm-footer-gallery .alm-footer-gal-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.testimonials-slider {
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.testimonial-card {
  padding: 30px;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.alm-post-bottom,
.testimonial-card .testimonial-bottom {
  
  
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-card .para-text {
  font-size: medium;
}
.testimonial-card .testimonial-bottom .alm-visitor img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}


.swiper-slide-active .testimonial-card {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  border-color: transparent;
}

.alm-slider {
  padding: 60px 15px 0;
}
.alm-spacer {
  height: 0;
  margin: 60px 0;
  border-bottom: dotted 4px rgba(26, 47, 51, 0.7);
  opacity: 0.3;
}
.alm-spacer-sm {
  height: 1px;
  margin: 15px 0;
  border-bottom: dotted 2px rgba(26, 47, 51, 0.7);
  opacity: 0.3;
}
.alm-read-more {
  width: 100%;
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.alm-blog-card {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  border-radius: 5px;
  height: 30rem;
}
.alm-blog-card .banner-container {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  width: 100%;
  padding-bottom: 65%;
}
.alm-blog-card .banner-container img,
.alm-menu-book-item .alm-item-cover-frame img {
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.alm-blog-card .banner-container .alm-card-badge {
  padding: 5px 10px 3px;
  border-radius: 3px;
  background-color: var(--primary-color);
  position: absolute;
  font-weight: 800;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
.alm-blog-card .banner-container .alm-card-badge.alm-auxiliary-color-1 {
  background-color: #e74c3c;
}
.alm-blog-card .banner-container .alm-card-badge.alm-auxiliary-color-2 {
  background-color: #2ecc71;
}
.alm-blog-card .banner-container .alm-card-badge.alm-auxiliary-color-3 {
  background-color: #3498db;
}
.alm-blog-card .alm-descr,
.alm-menu-book-item .alm-menu-book-descr {
  padding: 30px;
}

.alm-blog-card
.alm-descr
.alm-text
.alm-opening-hrs {
  margin: 0;
  padding:  0;
}
.alm-blog-card
.alm-descr
.alm-text
.alm-opening-hrs span {
color: red;
font-size: 17px;
}















footer {
  padding: 2rem 0 0 ;
  width: 100%;
}
.alm-shop-list-header,
footer .alm-footer-bottom,
footer .alm-footer-top {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .alm-footer-top .logo {
  width: 100px;
  z-index: 1;
}
footer .footer-contact {
  padding: 0;
}
footer .footer-contact li {
  list-style-type: none;
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 13px;
}
footer .footer-contact li .alm-label {
  line-height: 26px;
}
footer .alm-footer-gallery {
  width: 100%;
  position: relative;
}
footer .alm-footer-gallery .alm-footer-gal-item {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
footer .alm-footer-gallery .alm-footer-gal-item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
footer .alm-footer-gallery .alm-footer-gal-item .alm-overlay {
  width: 100%;
  height: 100%;
  background-image: none;
  background-color: rgba(4, 25, 29, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  
  
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f2f6f7;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .alm-footer-gallery .alm-footer-gal-item .alm-overlay i {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cart_item td.product-remove a.remove:hover,
.alm-minicart-window
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:hover
  .remove_from_cart_button,
footer .alm-footer-gallery .alm-footer-gal-item:hover .alm-overlay i {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.alm-main-slider-nav,
footer .alm-gallery-nav .alm-fg-nav {
  
  
  display: flex;
}
.alm-popup-bg,
.timeline {
  
  
}
footer .alm-gallery-nav .alm-fg-nav .alm-slider-btn {
  font-size: 13px;
  margin-left: 30px;
  cursor: pointer;
}

footer .alm-footer-bottom a {
  z-index: 1;
}
footer .alm-footer-bottom .para-text {
  opacity: 1;
}
.alm-popup-bg {
  opacity: 0;
  pointer-events: none;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(4, 25, 29, 0.9)),
    color-stop(70%, rgba(4, 25, 29, 0.9))
  );
  background-image: linear-gradient(
    270deg,
    rgba(4, 25, 29, 0.9) 0,
    rgba(4, 25, 29, 0.9) 70%
  );
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.alm-popup-bg .alm-popup-frame {
  position: relative;
  margin-top: 60px;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  text-align: center;
  width: 50%;
  padding: 60px 30px 30px;
  background-color: #f2f6f7;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.alm-popup-bg .alm-popup-frame .alm-close-popup {
  position: absolute;
  top: 30px;
  cursor: pointer;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.swiper-menu-nav .swiper-pagination-bullet,
.alm-breadcrumbs li a {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  color: #1a2f33;
}
.alm-popup-bg .alm-popup-frame .alm-close-popup:hover {
  color: #e74c3c;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.alm-popup-bg.alm-active {
  opacity: 1;
  pointer-events: all;
}
.alm-popup-bg.alm-active .alm-popup-frame {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.alm-breadcrumbs {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 30px;
  margin: 0;
  height: 50px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.alm-breadcrumbs li {
  list-style-type: none;
  margin-right: 15px;
}
.alm-breadcrumbs li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  margin-left: 15px;
}
.alm-breadcrumbs li a {
  font-size: 10px;
  margin: 0;
  transition: 0.3s ease-in-out;
}
.alm-breadcrumbs li.alm-active {
  pointer-events: none;
  opacity: 0.5;
}
.alm-breadcrumbs li.alm-active:after,
.alm-menu-book-item.alm-mbi-3 .alm-menu-book-descr .mtb-60-sm {
  display: none;
}
.alm-breadcrumbs li:last-child {
  margin: 0;
}
.timeline {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.timeline:after {
  content: "";
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  height: 100%;
  width: 4px;
  background-color: var(--secondary-color);
}
.timeline .timeline-item {
  width: 50%;
  padding-right: 60px;
  text-align: right;
}
.timeline .timeline-item .timeline-content {
  position: relative;
  
  
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.timeline .timeline-item .timeline-content .alm-ilust {
  position: relative;
  width: 20%;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.timeline .timeline-item .timeline-content .alm-ilust img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
.alm-menu-ilust img,
.menu-card .alm-cover img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
}
.timeline .timeline-item .timeline-content .timeline-content-body {
  width: 80%;
  padding-right: 30px;
}
.timeline .timeline-item .timeline-year {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.timeline .timeline-item .timeline-year:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: -60px;
  top: 9px;
  height: 4px;
  width: 50px;
  border-radius: 3px;
  background-color: var(--secondary-color);
}
.timeline .timeline-item .timeline-year:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -70px;
  top: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fcfcfc;
  box-shadow: 0 0 0 4px #fcfcfc;
  border: 4px solid var(--primary-color);
  background-color: #fcfcfc;
}
.timeline .timeline-item:nth-child(2n) {
  margin-top: 60px;
  text-align: left;
  padding-left: 60px;
  padding-right: 0;
}
.timeline .timeline-item:nth-child(2n) .timeline-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.timeline
  .timeline-item:nth-child(2n)
  .timeline-content
  .timeline-content-body {
  padding-right: 0;
  padding-left: 30px;
}
.timeline .timeline-item:nth-child(2n) .timeline-year:before {
  right: auto;
  left: -60px;
}
.timeline .timeline-item:nth-child(2n) .timeline-year:after {
  right: auto;
  left: -70px;
}
.timeline .timeline-item:hover .timeline-content .alm-ilust {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.menu-card {
  /* position: relative;
  overflow: hidden;
  
  display: flex;
  border: 1px dotted var(--secondary-color);
  border-radius: 5px;
  margin-bottom: 30px; */
  position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: dotted 2px rgba(26, 47, 51, 0.2);
    border-radius: 5px;
    margin-bottom: 30px;
}
.menu-card .alm-cover {
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 40%;
}
.menu-card .alm-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.menu-card .alm-cover .alm-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: var(--primary-color);
  height: 40px;
  width: 40px;
  
  
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.menu-card .alm-cover:hover .alm-zoom-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.menu-card .alm-menu-item-descr {
  width: 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 15px 30px;
}
.menu-card .alm-menu-item-descr .alm-name-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-card .alm-menu-item-descr .alm-name-price h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.menu-card .alm-menu-item-descr .alm-name-price .menu-price {
  line-height: 20px;
  padding: 7px 10px 0;
  border-radius: 3px;
  font-weight: 600;
  font-size: 22px;
}
.cart_totals table tbody tr.cart-subtotal td .woocommerce-Price-currencySymbol,
.product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.alm-menu-book-item
  .alm-menu-book-descr
  .alm-menu-book-bottom
  .alm-menu-book-price
  .menu-price
  .alm-symbol,
.menu-card .alm-menu-item-descr .alm-name-price .menu-price span {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 22px;
  opacity: 0.6;
}
.menu-card .alm-menu-item-descr .alm-menu-category {
  padding: 0;
  margin: 0 0 10px;
  
  
  display: flex;
}
.menu-card .alm-menu-item-descr .alm-menu-category li {
  margin-right: 5px;
  list-style-type: none;
  background-color: #eee;
  padding: 5px 10px 3px;
  border-radius: 3px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
.menu-card .alm-menu-item-descr .para-text {
  overflow: hidden;
  text-overflow: ellipsis;
  
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.menu-card.menu-card-sm .alm-cover {
  width: 30%;
}
.menu-card.menu-card-sm .alm-menu-item-descr {
  width: 70%;
}
.alm-menu-ilust {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
.alm-menu-ilust.alm-menu-ilust-2 {
  height: 200px;
}
.alm-menu-ilust img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
}
.alm-menu-ilust .menu-card-text {
  padding: 5px;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
.alm-menu-book-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 5px;
  margin-bottom: 60px;
}
.alm-menu-book-item .alm-item-cover-frame {
  display: block;
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}
.alm-menu-book-item .alm-menu-book-descr .alm-menu-book-bottom {
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.alm-menu-book-item
  .alm-menu-book-descr
  .alm-menu-book-bottom
  .alm-menu-book-price
  .menu-price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.alm-menu-book-item
  .alm-menu-book-descr
  .alm-menu-book-bottom
  .alm-menu-book-price
  .menu-price.alm-old-price {
  font-size: 12px;
  font-weight: 200;
  opacity: 0.6;
  margin-bottom: 5px;
}
.alm-menu-book-item
  .alm-menu-book-descr
  .alm-menu-book-bottom
  .alm-menu-book-price
  .menu-price.alm-old-price
  .alm-symbol {
  font-size: 6px;
}
.alm-menu-book-item.alm-mbi-2 {
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.alm-menu-book-item.alm-mbi-2 .alm-item-cover-frame {
  width: 30%;
  padding-bottom: 1%;
  border-radius: 5px 0 0 5px;
}
.alm-menu-book-item.alm-mbi-2 .alm-item-cover-frame img {
  border-radius: 5px 0 0 5px;
}
.alm-menu-book-item.alm-mbi-2 .alm-menu-book-descr {
  padding: 30px;
  width: 70%;
}
.alm-menu-book-item.alm-mbi-3 {
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 60px;
}
.alm-menu-book-item.alm-mbi-3 .alm-item-cover-frame {
  height: 90px;
  width: 130px;
  border-radius: 5px;
  padding-bottom: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
}
.alm-menu-book-item.alm-mbi-3 .alm-menu-book-descr {
  width: calc(100% - 130px);
  padding: 0 0 0 30px;
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.alm-menu-book-item.alm-mbi-3 .alm-menu-book-descr .alm-menu-book-bottom {
  width: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.alm-menu-book-item.alm-mbi-3
  .alm-menu-book-descr
  .alm-menu-book-bottom
  .alm-cart-btn {
  border-radius: 50%;
  padding: 0;
  height: 35px;
  width: 35px;
}
.swiper-menu-nav {
  text-align: center;
  position: static;
  width: auto !important;
  left: auto !important;
  margin: 0 0 60px;
}
.swiper-menu-nav .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  padding: 0 30px;
  background-color: transparent;
  display: inline-block;
  height: 50px;
  color: #1a2f33;
  line-height: 54px;
  cursor: pointer;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  font-size: 10px;
  border: none !important;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  width: auto;
}
.swiper-menu-nav .swiper-pagination-bullet-active {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  border: none !important;
  color: var(--white-color);
  background-color: var(--primary-color);
}
.swiper-menu {
  overflow: visible !important;
}
.swiper-menu .swiper-slide {
  background-color: #fcfcfc;
}
.alm-minicart-window {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  border-radius: 10px;
  position: absolute;
  top: 90px;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.alm-minicart-window.alm-active {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.alm-minicart-window:after {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #fcfcfc;
  opacity: 0.15;
  left: 15px;
}
.alm-minicart-window .alm-minicart-header {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(26, 47, 51, 0.05);
}
.alm-minicart-window .woocommerce-mini-cart {
  margin: 0;
  padding: 30px 26px 15px 30px;
  width: 415px;
  background-color: #fcfcfc;
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
  max-height: 400px;
  -webkit-box-shadow: inset 0 5px 5px 0 rgba(26, 47, 51, 0.05);
  box-shadow: inset 0 5px 5px 0 rgba(26, 47, 51, 0.05);
}
.alm-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item {
  width: 100%;
  
  
  display: flex;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px 0 160px;
  min-height: 90px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  position: relative;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 15px;
}
.alm-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.alm-minicart-window
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .quantity {
  font-size: 12px;
  opacity: 0.6;
}
.alm-minicart-window
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove_from_cart_button {
  line-height: 11px;
  padding-left: 1.5px;
  display: block;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  font-weight: 300;
  text-align: center;
  position: absolute;
  height: 14px;
  width: 14px;
  color: #fcfcfc;
  background-color: #e74c3c;
  font-size: 20px;
  margin-top: -7px;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.alm-minicart-window .woocommerce-mini-cart__buttons a,
.widget-area .widget_product_categories ul li {
  -webkit-transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}
.alm-minicart-window
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .attachment-woocommerce_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 140px;
  border-radius: 5px 0 0 5px;
}
.alm-minicart-window .woocommerce-mini-cart__total {
  border-top: 1px solid rgba(26, 47, 51, 0.05);
  padding: 30px 30px 15px;
  margin: 0;
  text-align: center;
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.alm-minicart-window .woocommerce-mini-cart__total strong {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}
.alm-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount,
.alm-product-card
  .woocommerce-LoopProduct-link
  .price
  .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 22px;
}
.cart_totals table tbody tr.order-total td .woocommerce-Price-currencySymbol,
.alm-minicart-window
  .woocommerce-mini-cart__total
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol,
.alm-product-card
  .woocommerce-LoopProduct-link
  .price
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol,
.widget-area
  .product_list_widget
  li
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.6;
}
.alm-minicart-window .woocommerce-mini-cart__buttons {
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px 20px;
}
.alm-minicart-window .woocommerce-mini-cart__buttons a {
  position: relative;
  padding: 0 30px;
  background-color: var(--primary-color);
  display: inline-block;
  height: 50px;
  line-height: 54px;
  cursor: pointer;
  margin-right: 5px;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}
.alm-product-card,
.widget-area .product_list_widget li {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.checkout-button:hover,
.alm-minicart-window .woocommerce-mini-cart__buttons a:hover,
.alm-slider-navigation .alm-nav .alm-slider-btn:hover,
.woocommerce button:hover,
.woocommerce-product-search button:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}
.alm-minicart-window .woocommerce-mini-cart__buttons a:last-child {
  margin: 0;
}
@media (max-width: 500px) {
  .text-sm-center{
    text-align: center;
  }
  .alm-menu-book-item.alm-mbi-3 .alm-item-cover-frame {
    display: none;
  }
  .alm-menu-book-item.alm-mbi-3 .alm-menu-book-descr {
    width: 100%;
    padding: 0;
  }
  .alm-minicart-window {
    width: calc(100% - 30px);
    left: 15px;
  }
  .alm-minicart-window .woocommerce-mini-cart {
    max-height: 45vh;
    width: 100%;
    padding: 15px 15px 0;
  }
}
.alm-shop-list-header .woocommerce-result-count {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.alm-product-card {
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  margin-bottom: 60px;
}
.alm-product-card .woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none !important;
}
.alm-product-card .woocommerce-LoopProduct-link .banner-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}
.alm-product-card
  .woocommerce-LoopProduct-link
  .banner-container
  .attachment-woocommerce_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.alm-product-card .woocommerce-LoopProduct-link h2 {
  display: block;
  padding: 30px 0 15px;
  margin: 0 30px;
  font-size: 24px;
  line-height: 26px;
}
.alm-product-card .woocommerce-LoopProduct-link .alm-product-descr {
  display: block;
  padding-bottom: 15px;
  margin: 0 30px;
  border-bottom: 2px dotted rgba(26, 47, 51, 0.4);
}
.alm-product-card .woocommerce-LoopProduct-link .price {
  position: absolute;
  bottom: 0;
  margin: 0 30px;
  padding-bottom: 30px;
  display: block;
}
.alm-product-card
  .woocommerce-LoopProduct-link
  .price
  del
  .woocommerce-Price-amount {
  text-decoration: line-through;
  margin-right: 15px;
  font-weight: 200;
  font-size: 12px;
  position: absolute;
  top: -25px;
}
.alm-product-card
  .woocommerce-LoopProduct-link
  .price
  del
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol,
.widget-area
  .product_list_widget
  li
  del
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 9px;
  opacity: 0.6;
}
.alm-product-card .alm-btn {
  margin: 15px 30px 30px;
  float: right;
}
.widget-area {
  padding-left: 30px;
}
.widget-area .widget-title {
  display: block;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 60px;
}
.widget-area ul {
  padding: 0;
  margin: 0;
}
.widget-area ul li {
  list-style-type: none;
}
.widget-area .widget_product_categories ul li {
  
  
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
  transition: 0.3s ease-in-out;
}
.widget-area .widget_product_categories ul li .count {
  display: inline-block;
  line-height: 17px;
  margin-left: 10px;
  padding: 1px 10px 0;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  height: 15px;
  width: auto;
  color: #fcfcfc;
  background-color: #2ecc71;
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.widget-area .product_list_widget li {
  width: 100%;
  
  
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px 0 160px !important;
  min-height: 90px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  list-style-type: none;
  margin-bottom: 15px !important;
}
.widget-area .product_list_widget li a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  margin: 0 0 10px;
}
.widget-area .product_list_widget li a .product-title {
  
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget-area .product_list_widget li .attachment-woocommerce_thumbnail {
  position: absolute;
  top: 0;
  left: -4px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 140px;
  border-radius: 5px 0 0 5px;
}
.widget-area .product_list_widget li .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 16px;
}
.widget-area .product_list_widget li del .woocommerce-Price-amount {
  text-decoration: line-through;
  margin-right: 15px;
  font-weight: 200;
  font-size: 12px;
}
.woocommerce-ordering select {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 240px;
  height: 50px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.woocommerce-ordering,
.woocommerce-product-search input {
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  border-radius: 5px;
  background-color: #fff;
}
.woocommerce-ordering {
  padding-left: 20px;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
}
.woocommerce-ordering:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 10px;
  margin-left: 15px;
  pointer-events: none;
}
.woocommerce-product-search {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  
  
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.checkout-button,
.woocommerce button,
.woocommerce-product-search button {
  display: inline-block;
  font-weight: 800;
  -webkit-transition: 0.3s ease-in-out;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.woocommerce-product-search input {
  width: 100%;
  margin-right: 15px;
  position: relative;
  padding: 0 20px;
  height: 50px;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  border: none;
}
.woocommerce-product-search input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33;
}
.woocommerce-product-search input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33;
}
.woocommerce-product-search input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33;
}
.woocommerce-product-search input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33;
}
.woocommerce-product-search button {
  padding: 0 20px;
  background-color: var(--primary-color);
  height: 50px;
  line-height: 54px;
  font-size: 10px;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}
.woocommerce-product-search button i {
  font-size: 14px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.checkout-button,
.woocommerce button {
  padding: 0 30px !important;
  background-color: var(--primary-color) !important;
  height: 50px !important;
  line-height: 54px !important;
  color: #1a2f33 !important;
  font-size: 10px !important;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 5px !important;
}
.quantity input,
.woocommerce input,
table {
  background-color: #fff;
}
.woocommerce input {
  height: 50px;
  border-radius: 5px;
  padding: 0 30px;
}
.woocommerce input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33;
}
.woocommerce input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33;
}
.woocommerce input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33;
}
.woocommerce input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33;
}
table {
  width: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  border: none !important;
  padding: 40px 30px;
}
table * {
  border: none;
}
.cart_item td:before,
table thead tr th {
  padding: 0 0 30px !important;
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}
.quantity input {
  height: 50px;
  min-width: 90px;
  padding: 0 10px 0 0;
}
.actions,
.cart_item td,
.cart_totals table tbody tr.order-total td {
  background-color: transparent !important;
}
.actions {
  position: relative;
  padding: 30px 0 0 !important;
}
.actions .alm-uc {
  position: absolute !important;
  top: 30px;
  right: 0;
}
.coupon {
  padding-bottom: 0 !important;
}
.coupon button {
  margin-left: 15px !important;
}
@media (max-width: 992px) {
  .text-sm-center{
    text-align: center;
  }
  .h1,
  h1 {
    font-size: 64px;
  }
  .h2,
  h2 {
    font-size: 48px;
  }
  .h3,
  h3 {
    font-size: 32px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .para-text,
  .para-text .para-text-lg {
    font-size: 16px;
  }
  .sub-title.sub-title-mobile-md-center {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
  }
  .sub-title.sub-title-mobile-md-center:before {
    top: 0;
    left: 50%;
    margin-left: -15px;
  }
  .header-menu {
    width: 100%;
    padding: 0;
  }
  .header-menu .alm-menu nav ul li.current-menu-item:after,
  .header-menu .alm-menu-overlay,
  .header-menu .nav-menu-right .alm-res-btn {
    display: none;
  }
  .header-menu .alm-menu {
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0 0 10px 10px;
  }
  .header-menu .alm-menu nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
    box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
    padding: 15px 0;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 90px;
    background-color: #fff;
    width: calc(100% - 20px);
    border-radius: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .header-menu .alm-menu nav.alm-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .header-menu .alm-menu nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-menu .alm-menu nav ul li {
    height: auto;
    padding: 15px 30px 0;
  }
  .header-menu .alm-menu nav ul li a {
    padding: 0;
    margin-bottom: 10px;
  }
  .header-menu .alm-menu nav ul li.current-menu-item > a {
    color: var(--primary-color);
  }
  .header-menu .alm-menu nav ul li ul {
    opacity: 1;
    top: auto;
    padding: 0;
    max-height: 0;
    -webkit-transform: none;
    transform: none;
    position: static;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  .header-menu .alm-menu nav ul li ul li:first-child {
    margin-top: 15px;
  }
  .header-menu .alm-menu nav ul li:hover ul {
    max-height: 300px;
  }
  .header-menu .nav-menu-right {
    width: auto;
  }
  .header-menu .nav-menu-right .nav-mobile-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .alm-call-to-action .alm-cta-frame {
    text-align: center;
    height: auto;
    padding: 60px 0;
  }
  .alm-popup-bg {
    padding: 0 45px;
  }
  .alm-popup-bg .alm-popup-frame {
    width: 100%;
  }
  .alm-menu-ilust,
  .alm-menu-ilust.alm-menu-ilust-2 {
    height: 200px;
  }
  .alm-menu-ilust .menu-card-text {
    padding: 60px;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .widget-area {
    padding-left: 0;
  }
  .actions {
    position: relative;
    padding: 30px 0 0 !important;
  }
  .actions .alm-uc {
    margin-top: 30px !important;
    position: static !important;
  }
}
.cart_item td {
  padding: 15px 30px 15px 0 !important;
  border-top: none;
}
.cart_item td.product-remove {
  width: 15px;
}
.cart_item td.product-remove a.remove {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 16px;
  width: 20px;
  height: 20px;
  font-weight: 300;
  background-color: #e74c3c;
  color: #fcfcfc !important;
  opacity: 1;
}
.cart_item td.product-thumbnail {
  width: 200px;
  height: 100px;
}
.cart_item td.product-thumbnail a {
  display: block;
  padding-bottom: 65%;
  position: relative;
}
.cart_item td.product-thumbnail a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.cart_totals h2 {
  display: block;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 26px;
}
.cart_totals table {
  padding: 30px 30px 25px;
}
.cart_totals table tbody tr.cart-subtotal td {
  background-color: transparent !important;
  padding: 0 0 30px !important;
  font-size: 16px;
  font-weight: 400;
}
.cart_totals table tbody tr.cart-subtotal td:before,
.cart_totals table tbody tr.order-total td:before {
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}
.cart_totals table tbody tr.cart-subtotal th {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding-bottom: 30px;
}
.cart_totals table tbody tr.order-total td {
  padding: 30px 0 0;
  font-size: 22px;
  font-weight: 300;
}
.cart_totals table tbody tr.order-total th {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding-top: 30px;
}
.product-name a {
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins", serif !important;
}
.product-price .woocommerce-Price-amount,
.product-subtotal .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 400;
}
.alm-slider-pagination {
  
  
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
}
.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  opacity: 0.2;
  background-color: #1a2f33;
  border: 3px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 1;
  margin: 0 5px;
  border: 3px solid var(--primary-color);
}
.alm-slider-navigation {
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.alm-slider-navigation .alm-nav .alm-slider-btn {
  padding-top: 1px;
  margin-left: 15px;
  background-color: var(--primary-color);
  
  
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  width: 35px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.alm-slider-navigation .alm-nav .alm-slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
  background-color: rgba(26, 47, 51, 0.1);
}
.alm-slider-navigation .alm-nav .alm-slider-btn.swiper-button-disabled:hover {
  background-color: rgba(26, 47, 51, 0.1);
  opacity: 0.1;
}
.alm-slider-navigation .alm-nav .alm-slider-btn .alm-label {
  margin-right: 15px;
}
.alm-main-slider-navigation {
  padding-left: 10px;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  bottom: 30px;
  left: calc(10% + 15px);
  
  
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.alm-main-slider-nav .alm-slider-btn {
  cursor: pointer;
  color: var(--secondary-color-dark);
  height: 40px;
  width: 40px;
  font-size: 18px;
  
  
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.alm-main-slider-nav .alm-slider-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.alm-main-pagination .swiper-pagination-bullet:hover,
.alm-main-slider-nav .alm-slider-btn:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.alm-main-pagination {
  
  
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 30px;
}
.alm-main-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border: 3px solid #f2f6f7;
  margin: 0 20px 0 0;
  opacity: 1;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.9);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.datepicker,
.nice-select {
  border: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}
.alm-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0 20px 0 0;
  border: 2px solid var(--primary-color);
}
.datepicker {
  z-index: 999999999999999;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}
.datepicker .datepicker--nav {
  padding-top: 10px;
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
}
.datepicker .datepicker--cell.-current- {
  background-color: rgba(26, 47, 51, 0.2);
  color: #1a2f33;
}
.datepicker .datepicker--cell.-selected-,
.datepicker .datepicker--cell.-selected-.-current- {
  background: var(--primary-color);
  color: #fff;
}
.datepicker .datepicker--cell.-selected-.-current-:hover,
.datepicker .datepicker--cell.-selected-:hover {
  background: var(--primary-color);
}
.datepicker--pointer {
  display: none;
}
.nice-select {
  height: 50px;
  padding: 0 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}
.nice-select span {
  line-height: 53px;
  color: #1a2f33 !important;
}
.nice-select .list {
  max-height: 200px;
  overflow-y: scroll;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  margin: 10px 0 0;
  padding: 0;
}
.nice-select .list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.nice-select .list li {
  height: 30px;
  padding: 0 20px;
  margin: 0;
}
.fancybox-slide--video .fancybox-content {
  width: 80% !important;
}
.mapboxgl-marker svg {
  -webkit-animation: 1s ease-in-out infinite marker;
  animation: 1s ease-in-out infinite marker;
}
.mapboxgl-marker svg g {
  fill: var(--primary-color);
}
.mapboxgl-marker svg circle {
  fill: #28292c;
}
.mapboxgl-marker svg ellipse {
  fill: #000;
}
@-webkit-keyframes marker {
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes marker {
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 790px) {
  .text-sm-center{
    text-align: center!important;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .h1,
  h1 {
    font-size: 54px;
  }
  .h2,
  h2 {
    font-size: 38px;
  }
  .h3,
  h3 {
    font-size: 28px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .para-text,
  .para-text .para-text-lg {
    font-size: 14px;
  }
  .sub-title.sub-title-sm-center {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
  }
  .sub-title.sub-title-sm-center:before {
    top: 0;
    left: 50%;
    margin-left: -15px;
  }
  .alm-btn-mobile {
    
    
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .alm-btn-mobile a {
    margin: 0 0 30px;
  }
  .alm-btn-mobile a:last-child {
    margin-bottom: 0;
  }
  .alm-container {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main-banner,
  .main-banner .main-banner-content .main-title-frame,
  .main-banner.alm-small-banner,
  .main-banner.alm-small-banner .main-banner-content .main-title-frame {
    display: flex;
    justify-content: center;
    height: auto;
  }
  .main-banner .main-banner-content,
  .main-banner.alm-small-banner .main-banner-content {
    padding: 90px 0;
  }
  .main-banner .main-banner-content .main-title-frame .main-title {
    text-align: left;
  }
  .main-banner .banner-container,
  .main-banner.alm-small-banner .banner-container {
    height: 100%;
  }
  .main-banner .banner-container .alm-lock {
    display: none;
    pointer-events: none;
  }
  .main-banner .banner-container .alm-map-frame .alm-map {
    width: 100%;
  }
  .alm-main-slider .swiper-wrapper {
    z-index: 0;
  }
  .alm-main-slider .main-title {
    margin-top: 45px !important;
  }
  .main-banner-sm .para-text-frame {
    text-align: center;
    padding: 30px;
  }
  .main-banner-sm .alm-wh-frame {
    border-radius: 0 0 5px 5px;
  }
  .main-banner-sm form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-banner-sm form input {
    margin: 0 0 15px;
  }
  .alm-read-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .alm-read-more .para-text,
  .alm-shop-list-header .woocommerce-result-count,
  .alm-slider-navigation .alm-nav {
    margin-bottom: 30px;
  }
  .alm-comments-list:before {
    left: 17px;
  }
  .alm-comments-list .alm-comment-avatar {
    width: 35px;
    height: 35px;
  }
  .alm-reply-list {
    padding-left: 50px;
  }
  .alm-reply-list li:before {
    top: 17px;
    left: -33px;
  }
  .alm-comment-box {
    width: calc(100% - 50px);
  }
  .alm-popup-bg {
    padding: 10px;
  }
  .timeline:after {
    left: 0;
  }
  .timeline .timeline-item {
    padding: 0 0 0 30px;
    width: 100%;
    text-align: left;
  }
  .timeline .timeline-item .timeline-content,
  .timeline .timeline-item:nth-child(2n) .timeline-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .timeline .timeline-item .timeline-content .timeline-content-body,
  .timeline
    .timeline-item:nth-child(2n)
    .timeline-content
    .timeline-content-body {
    padding: 0 0 0 30px;
  }
  .timeline .timeline-item .timeline-year {
    position: relative;
    font-size: 18px;
    font-weight: 500;
  }
  .mapboxgl-marker,
  .alm-slider-navigation .alm-nav .alm-label,
  .timeline .timeline-item .timeline-year:before {
    display: none;
  }
  .timeline .timeline-item .timeline-year:after,
  .timeline .timeline-item:nth-child(2n) .timeline-year:after {
    right: auto;
    left: -40px;
  }
  .timeline .timeline-item:nth-child(2n) {
    margin-top: 0;
    text-align: left;
    padding: 0 0 0 30px;
  }
  .timeline .timeline-item:nth-child(2n) .timeline-year {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .alm-shop-list-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .alm-slider-navigation {
    
    
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .alm-slider-navigation .alm-nav .alm-slider-btn {
    margin: 5px;
  }
  .alm-slider-pagination {
    width: 100%;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
  .alm-main-slider-navigation {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 15px;
  }
}
 :root {
      --jumbotron-padding-y: 3rem;
    }

    .jumbotron {
      padding-top: var(--jumbotron-padding-y);
      padding-bottom: var(--jumbotron-padding-y);
      margin-bottom: 0;
      background-color: #fff;
    }

    @media (min-width: 768px) {
      .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
      }
    }

    .jumbotron p:last-child {
      margin-bottom: 0;
    }

    .jumbotron-heading {
      font-weight: 300;
    }

    .jumbotron .container {
      max-width: 40rem;
    }

    footer {
      padding-top: 3rem;
      /* padding-bottom: 3rem; */
    }

    footer p {
      margin-bottom: .25rem;
    }

    .box-shadow {
      box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    .card {
      border: 2px dotted rgba(0, 0, 0, .125);
    }
    .error {
      color:#e74c3c
    }
    footer .copyright {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
      padding-top: 10px;
      font-weight: 400;
      font-size: 12px;
      color: var(--white-color);
      letter-spacing: 0.88px;
    }
    .progress-wrap,
.progress-wrap::after {
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 9px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: .4s linear;
  -webkit-box-shadow: inset 0 0 0 1px rgba(197, 164, 126, .2);
  box-shadow: inset 0 0 0 1px rgba(197, 164, 126, .2)
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.progress-wrap::after {
  position: absolute;
  /* font-family: "Font Awesome 5 Free"; */
  content: 'Top';
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  top: 0;
  z-index: 1;
  transition: .4s linear;
  color: var(--secondary-color)
}

.progress-wrap svg path {
  fill: none
}

.progress-wrap svg.progress-circle path {
  stroke: var(--secondary-color);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
}
.apps {
  /* border: 1px solid #ddd; */
  border-radius: 20%;  
  padding: 5px;
  width: 100px; 
}

.apps:hover {
  transform: scale(1);
}

.dish-name{
  position:inherit;
  display:none;
  overflow: hidden;
}

.album .container .row .album-content:hover   .dish-name 
{   
  display: block;
  transition: .2s ease-in;
}


/*  */


.alm-outlets {
  position: relative;
  display: block;
  padding: 120px 0 60px;
}

.alm-outlets .section-title {
  margin-bottom: 114px;
}

.alm-outlets__inner {
  position: relative;
  display: block;
  counter-reset: count;
}

.alm-outlets__single {
  position: relative;
  display: block;
  background-color: #00686717;
  padding: 40px 40px 60px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 60px;
  z-index: 2;
  margin-left: 40px;
  /*height: 300px;*/
  height:auto;
}

.alm-outlets__single:before {
  position: absolute;
  top: -20px;
  left: 0;
  right: 50px;
  content: "";
  height: 4px;
  background-color: #006867;
  z-index: -1;
}

/* .alm-outlets__single:after {
  position: absolute;
  top: 0px;
  left: -20px;
  bottom: 50px;
  content: "";
  width: 4px;
  border: 2px dotted var(--primary-color);
  background-color: #006867;
  z-index: -1;
} */


  .alm-outlets__count {
    position: absolute;
    top: -29px;
    left: -20px;
    height: 20px;
    width: 20px;
    background-color: #dd7871;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.alm-outlets__count:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 77px;
  width: 77px;
  font-size: 20px;
  line-height: 77px;
  text-align: center;
  font-weight: 700;
  color: var(--ambed-white, #ffffff);
  /* counter-increment: count; */
  /* content: "0"counter(count); */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.alm-outlets__single:hover .alm-outlets__count:before {
  background-color: #006867;
}

.alm-outlets__icon {
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: -13px;
}

.alm-outlets__icon span {
  font-size: 62px;
  color: #006867;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.alm-outlets__single:hover .alm-outlets__icon span {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.alm-outlets__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 24px;
}

.alm-outlets__title a {
  color: #006867;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.alm-outlets__single:hover .alm-outlets__title a {
  color: #006867;
}
.ribbon {
  background: #dd7871;
position: absolute;
top: -51px;
left: -2px;
transform: translateY(45px);
padding: 10px;
border-radius: 9px 22px 22px 0px;
color: #ffff;
font-size: medium;
}
.border-rad-8rm {
  border-radius: 3rem 10px!important;
}
.op-1 {
  opacity: 1!important;
}