Z/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); */
body {
  font-family: Jost;
  text-align: justify;
  /* font-family: 'Roboto Mono', monospace; */
  /* background: url(../../../onion-rings-herbs-with-copy-space.jpg); */
}

.container {
  /* background-color: rgba(255, 255, 255, 0.705); */
  padding: 4rem;
  border-radius: 61px;
  background: #f5f5f5ad;

}

@media only screen and (max-width: 425px) {
  .container {
    /* background-color: rgba(255, 255, 255, 0.705); */
    padding: 2rem;
    background: #f5f5f5ad;

  }
}


.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}

.display-1>.mbr-iconfont {
  font-size: 5.75rem;
}

.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.display-2>.mbr-iconfont {
  font-size: 3.75rem;
}

.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.display-4>.mbr-iconfont {
  font-size: 1.375rem;
}

.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}

.display-5>.mbr-iconfont {
  font-size: 2.75rem;
}

.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  /* text-align: justify; */
}

.display-7>.mbr-iconfont {
  font-size: 1.5rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc(2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    font-size: 0.88rem;
    font-size: calc(1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 1.76rem;
    font-size: calc(1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-7 {
    font-size: 0.96rem;
    font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}

.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}

.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}

.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}

.bg-primary {
  background-color: #6592e6 !important;
}

.bg-success {
  background-color: #40b0bf !important;
}

.bg-info {
  background-color: #47b5ed !important;
}

.bg-warning {
  background-color: #ffe161 !important;
}

.bg-danger {
  background-color: #ff9966 !important;
}

.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}

.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}

.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}

.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}

.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}

.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}

.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}

.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}

.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}

.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}

.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}

.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}

.text-primary {
  color: #6592e6 !important;
}

.text-secondary {
  color: #ff6666 !important;
}

.text-success {
  color: #40b0bf !important;
}

.text-info {
  color: #47b5ed !important;
}

.text-warning {
  color: #ffe161 !important;
}

.text-danger {
  color: #ff9966 !important;
}

.text-white {
  color: #fafafa !important;
}

.text-black {
  color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #fffbfb !important;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  /* background-size: 10000px 2px; */
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}

.nav-tabs .nav-link.active {
  color: #6592e6;
}

.nav-tabs .nav-link:not(.active) {
  color: #232323;
}

.alert-success {
  background-color: #70c770;
}

.alert-info {
  background-color: #47b5ed;
}

.alert-warning {
  background-color: #ffe161;
}

.alert-danger {
  background-color: #ff9966;
}

.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

a,
a:hover {
  color: #6592e6;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}

/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}

.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 15PX;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #000000;

}

.form-control:focus {
  border-color: #FFA500;
  /* Change the border color when focused */
  background-color: #8cd1d43e;
  /* Change the background color when focused */
}

.form-control>.mbr-iconfont {
  font-size: 1.375rem;
}

/* .form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
} */

.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}

.form-control:-webkit-input-placeholder>.mbr-iconfont {
  font-size: 1.375rem;
}

blockquote {
  border-color: #6592e6;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}

.jq-number__spin {
  transition: 0.25s ease;
}

.jq-number__spin:hover {
  border-color: #6592e6;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}

.lazy-bg {
  background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
  opacity: 0.5;
}

body {
  overflow-x: hidden;
}

a {
  transition: color 0.6s;
}

.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}

.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}

.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}

.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}

.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}

.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-s48OLK6784 .nav-link {
  position: relative;
}

.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}

.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}

.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}

.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fafafa !important;
}

.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}

.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}

.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}

.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}

.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}

.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}

.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}

.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}

.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}

.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}

.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }

  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }

  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }

  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}

.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}

.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}

.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}

.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}

.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}

.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-s48OLK6784 .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}

.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}

.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}

.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }

  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }

  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-s2z6FCw {
  background-image: url("../../images/BG-IMG/copu.jpg");
}

.cid-tIDA2z6FCw .mbr-fallback-image.disabled {
  display: none;
}

.cid-tIDA2z6FCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tIDAsG3NHy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/BG-IMG/border-from-pasta-spices.jpg");
  /* background-image: url(../../../flat-lay-different-ingredients-composition-with-copy-space.jpg); */

  /* background-color: #ffffff; */
}

.cid-content {
  background-image: url("../../images/BG-IMG/flat-lay-different-ingredients-composition-with-copy-space.jpg");
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cid-tIDAsG3NHy1 {
  /* background-image: url("../../../copu.jpg"); */
  background-image: url("../../images/BG-IMG/food-background-with-italian-food-ingredients.jpg");
  padding-top: 5rem;
  padding-bottom: 5rem;

}

.cid-tIDAsG3NHy2 {
  background-image: url("../../images/BG-IMG/flat-lay-different-ingredients-composition-with-copy-space.jpg");

  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cid-team {
  background-image: url("../../images/BG-IMG/food-background-with-italian-food-ingredients.jpg");
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cid-presence {
  background-image: url("../../images/BG-IMG/flat-lay-different-ingredients-composition-with-copy-space.jpg");

  padding-top: 5rem;
  padding-bottom: 5rem;
}


.cid-tIDAsG3NHy .mbr-fallback-image.disabled {
  display: none;
}

.cid-tIDAsG3NHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 767px) {
  .cid-tIDAsG3NHy .row {
    flex-direction: column-reverse;
  }

  .cid-tIDAsG3NHy .mbr-figure {
    margin-bottom: 1.5rem;
  }
}

.cid-tIDAsG3NHy .row {
  /* align-items: center; */
}

@media (min-width: 992px) {
  .cid-tIDAsG3NHy .text-wrapper {
    padding: 0 2rem;
  }
}

.cid-tIDAsG3NHy .media-content,
.cid-tIDAsG3NHy .mbr-figure {
  align-self: center;
}

.cid-tIDAsG3NHy .mbr-figure iframe {
  width: 100%;
}

.cid-tIDAuUbBBB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/BG-IMG/border-from-pasta-spices.jpg");
}

.cid-tIDAuUbBBB .mbr-fallback-image.disabled {
  display: none;
}

.cid-tIDAuUbBBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tIDAuUbBBB .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .cid-tIDAuUbBBB .card-wrapper {
    padding: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-tIDAuUbBBB .card-wrapper {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tIDAuUbBBB .card-wrapper {
    padding: 4rem;
  }
}

.cid-tIDAWd5W1m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}

.cid-tIDAWd5W1m .mbr-fallback-image.disabled {
  display: none;
}

.cid-tIDAWd5W1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tIDAWd5W1m .video-wrapper iframe {
  width: 100%;
}

.cid-tIDAWd5W1m .mbr-section-title,
.cid-tIDAWd5W1m .mbr-section-subtitle,
.cid-tIDAWd5W1m .mbr-text {
  text-align: center;
}

.mbr-section-title {

  text-transform: uppercase;
}

.cid-tIDB6wtQKH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/BG-IMG/flat-lay-different-ingredients-composition-with-copy-space.jpg");
  background-size: 100% 100%;
}



.cid-tIDAsG3NHy1 img,
.cid-tIDAsG3NHy1 .item-img {
  width: 80%;
  margin: 0 auto;
}

.cid-tIDAsG3NHy1 .item:focus,
.cid-tIDAsG3NHy1 span:focus {
  outline: none;
}

.cid-tIDAsG3NHy1 .item {
  cursor: pointer;
  /* margin-bottom: 2rem; */
  /* letter-spacing: 1pt  ; */
  position: relative;
}

.cid-tIDAsG3NHy1 .item-wrapper {
  /* position: unset; */
  border-radius: 4px;
  /* background: #ffffff; */
  /* height: 100%; */
  /* margin: 0 auto; */
  display: flex;
  flex-flow: column nowrap;
}

@media (min-width: 992px) {
  .cid-tIDAsG3NHy1 .item-wrapper .item-content {
    /* padding: 2rem 2rem 0; */
  }

  .cid-tIDAsG3NHy1 .item-wrapper .item-footer {
    /* padding: 0 2rem 2rem; */
    text-align: center;
  }
}

@media (max-width: 991px) {
  .cid-tIDAsG3NHy1 .item-wrapper .item-content {
    /* padding: 1rem 1rem 0; */
  }

  .cid-tIDAsG3NHy1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
    text-align: center;

  }
}

.cid-tIDAsG3NHy1 .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tIDAsG3NHy1 .mbr-section-title {
  /* color: #ffffff; */
  color: rgba(0, 0, 0, 0.747);
}

.cid-tIDAsG3NHy1 .mbr-text,
.cid-tIDAsG3NHy1 .mbr-section-btn {
  text-align: justify;
}

.cid-tIDAsG3NHy1 .item-title {
  text-align: center;
}


.cid-tIDAsG3NHy1 .item-subtitle {
  text-align: center;
}

.cid-tIDBlTGzNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/BG-IMG/onion-rings-herbs-with-copy-space.jpg");
}

.cid-tIDBlTGzNo .mbr-overlay {
  background: #838383;
  opacity: 0.6;
}

.cid-tIDBlTGzNo img,
.cid-tIDBlTGzNo .item-img {
  width: 100%;
  /* height: 100%; */
  /* height: 300px; */
  /* margin: 10px auto; */
  object-fit: cover;
}

.cid-tIDBlTGzNo .item:focus,
.cid-tIDBlTGzNo span:focus {
  outline: none;
}

.cid-tIDBlTGzNo .item-wrapper {
  position: relative;
}

.cid-tIDBlTGzNo .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}

.item-content a {
  color: #232323;
}

@media (min-width: 992px) {
  .cid-tIDBlTGzNo .slide-content .item-content {
    padding: 2rem 2rem 0;
  }

  .cid-tIDBlTGzNo .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}

@media (max-width: 991px) {
  .cid-tIDBlTGzNo .slide-content .item-content {
    padding: 1rem 1rem 0;
  }

  .cid-tIDBlTGzNo .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}

.cid-tIDBlTGzNo .mbr-section-btn {
  margin-top: auto !important;
}

.cid-tIDBlTGzNo .mbr-section-title {
  color: #232323;
}

.cid-tIDBlTGzNo .mbr-text,
.cid-tIDBlTGzNo .mbr-section-btn {
  text-align: center;
}

.cid-tIDBlTGzNo .item-title {
  text-align: center;
}

.cid-tIDBlTGzNo .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}

.cid-tIDBlTGzNo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}

@media (max-width: 768px) {
  .cid-tIDBlTGzNo .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-tIDBlTGzNo .embla__button--next,
.cid-tIDBlTGzNo .embla__button--prev {
  display: flex;
}

.cid-tIDBlTGzNo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .cid-tIDBlTGzNo .embla__button {
    display: none;
  }
}

.cid-tIDBlTGzNo .embla__button:disabled {
  cursor: default;
  display: none;
}

.cid-tIDBlTGzNo .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}

.cid-tIDBlTGzNo .embla__button.embla__button--prev {
  left: 0;
  margin-left: -62px;
}

.cid-tIDBlTGzNo .embla__button.embla__button--next {
  right: 0;
  margin-right: -62px;
}

@media (max-width: 767px) {
  .cid-tIDBlTGzNo .embla__button {
    top: auto;
  }
}

.cid-tIDBlTGzNo .embla {
  position: relative;
  width: 100%;
}

.cid-tIDBlTGzNo .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.cid-tIDBlTGzNo .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-tIDBlTGzNo .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-tIDBlTGzNo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
  .cid-tIDBlTGzNo .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .cid-tIDBlTGzNo .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }

  .cid-tIDBlTGzNo .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}

.cid-tIDBspM74d {
  /* padding-top: 90px; */
  /* padding-bottom: 90px; */
  background: url("../../images/BG-IMG/border-from-pasta-spices.jpg");

}

.cid-tIDBspM74d .mbr-fallback-image.disabled {
  display: none;
}

.cid-tIDBspM74d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tIDBspM74d .media-container-row {
  justify-content: space-between;
}

.cid-tIDBspM74d .text-content {
  max-width: 50%;
}

@media (max-width: 768px) {
  .cid-tIDBspM74d .text-content {
    max-width: none;
  }
}

.cid-tIDBspM74d .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}

.cid-tIDBspM74d .mbr-iconfont-social:before {
  padding: 0.6rem;
}

.cid-tIDBspM74d .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}

@media (max-width: 768px) {
  .cid-tIDBspM74d .icons {
    justify-content: center !important;
  }

  .cid-tIDBspM74d .text-content * {
    text-align: center;
  }
}

.cid-tIDBwU0tEA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url("../../images/BG-IMG/border-from-pasta-spices.jpg");
  background-size: 100% 100%;
}

.cid-tIDBwU0tEA .mbr-fallback-image.disabled {
  display: none;
}

.cid-tIDBwU0tEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 767px) {
  .cid-tIDBwU0tEA .row {
    flex-direction: column-reverse;
  }

  .cid-tIDBwU0tEA .row .map-wrapper {
    margin-bottom: 2rem;
  }
}

.cid-tIDBwU0tEA .google-map {
  height: 100%;
  position: relative;
}

.cid-tIDBwU0tEA .google-map iframe {
  height: 100%;
  width: 100%;
}

.cid-tIDBwU0tEA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.cid-tIDBwU0tEA .google-map[data-state] {
  background: #e9e5dc;
}

.cid-tIDBwU0tEA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}

.cid-tIDBwU0tEA .image-wrapper {
  display: flex;
  align-items: center;
}

.cid-tIDBwU0tEA .card-wrapper {
  display: flex;
  border-radius: 4px;
  /* background: #fafafa; */
}

.cid-tIDBwU0tEA .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
  border-radius: 30px;
}

@media (max-width: 991px) {
  .cid-tIDBwU0tEA .card-wrapper {
    padding: 1rem 2rem;
  }
}

@media (min-width: 992px) {
  .cid-tIDBwU0tEA .card-wrapper {
    padding: 1rem 2rem;
    border-radius: 30px;
  }
}


.cid-tIDBwU0tEA .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1.5rem;
  /* margin: 10px 0 0 0; */
  color: #6592e6;
}

.cid-tIDBEiOY1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/BG-IMG/flat-lay-different-ingredients-composition-with-copy-space.jpg");
}

.cid-tIDBEiOY1z .mbr-fallback-image.disabled {
  display: none;
}

.cid-tIDBEiOY1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tIDBEiOY1z .mbr-text,
.cid-tIDBEiOY1z .mbr-section-btn {
  color: #232323;
}

.cid-tIDBEiOY1z .btn {
  width: 100%;
}

.cid-tIDBEiOY1z .mbr-section-btn {
  margin-bottom: 1.2rem;
}

.cid-tIDBEiOY1z H1 {
  text-align: center;
}

.cid-tIDBM297lL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tIDBM297lL .mbr-fallback-image.disabled {
  display: none;
}

.cid-tIDBM297lL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tIDBM297lL .timeline-element {
  position: relative;
}

.cid-tIDBM297lL .timelines-container {
  display: flex;
  flex-wrap: wrap;
}

.cid-tIDBM297lL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}

.cid-tIDBM297lL .mbr-section-title,
.cid-tIDBM297lL .mbr-section-subtitle,
.cid-tIDBM297lL .timeline-date {
  text-align: center;
}

.cid-tIDBM297lL .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}

@media (max-width: 767px) {
  .cid-tIDBM297lL .iconBackground {
    left: 15px;
    top: 30px;
  }
}

@media (min-width: 768px) {
  .cid-tIDBM297lL .iconBackground {
    top: 70px;
    left: 50%;
  }
}

.cid-tIDBM297lL .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}

@media (max-width: 767px) {
  .cid-tIDBM297lL .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}

@media (min-width: 768px) {
  .cid-tIDBM297lL .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}

@media (max-width: 767px) {

  .cid-tIDBM297lL .timeline-date-wrapper,
  .cid-tIDBM297lL .timeline-text-wrapper,
  .cid-tIDBM297lL .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }

  .cid-tIDBM297lL .mbr-timeline-date {
    text-align: left !important;
  }

  .cid-tIDBM297lL .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {

  .cid-tIDBM297lL .timeline-date-wrapper,
  .cid-tIDBM297lL .timeline-text-wrapper {
    padding: 1rem;
  }
}

@media (min-width: 992px) {

  .cid-tIDBM297lL .timeline-date-wrapper,
  .cid-tIDBM297lL .timeline-text-wrapper,
  .cid-tIDBM297lL .image-wrapper {
    padding: 2rem;
  }
}

.cid-tIDBRiO88s {
  /* padding-top: 45px;
  padding-bottom: 45px; */
  /* background-image: url("../../images/BG-IMG/assets/images/background1.jpg"); */
}

@media (max-width: 767px) {
  .cid-tIDBRiO88s .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-tIDBRiO88s .mbr-text {
  color: #767676;
}

@media (max-width: 767px) {
  .cid-tIDBRiO88s .links {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .cid-tIDBRiO88s .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.copyright {
  padding: 20px 0;
}

.cid-tIDBRiO88s .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}

.cid-tIDBRiO88s .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-tIDBRiO88s .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}

.cid-tIDBRiO88s .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}

.cid-tIDBRiO88s .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.cid-tIDBRiO88s .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-tIDBRiO88s .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

table th {
  border: 1px solid black;
}

.ps-r {
  position: relative;
}

.ps-r img {
  width: 220px;
  /* transform: rotate(90deg); */
}

.ps-a {
  position: absolute;
  bottom: 10px;
  left: -90px;
}

@media only screen and (max-width: 425px) {
  .ps-r img {
    display: none;
  }

}



/* slider 1 start  */

.comtainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px 30px;
}

.slider {
  /* background-color: #60dfcd; */
  /* background-image: linear-gradient(315deg, #60dfcd 0%, #1e9afe 74%); */
  width: 650px;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
}

.slide {
  /* background-color: #f5f186; */
  /* background-image: linear-gradient(45deg, #f5f186 0%, #9dfbc8 74%); */
  width: 200px;
  /* height: 400px; */
  position: absolute;
  transition: z-index 1s linear, opacity 1s linear, scale 1s linear;
  opacity: 0.2;
  transform: scale(0.5);
  border-radius: 20px;
  text-align: center;
}

/* Buttons */
.btn-1 {
  background-color: #60dfcd;
  background-image: linear-gradient(315deg, #60dfcd 0%, #1e9afe 74%);
  border: none;
  width: 80px;
  height: 80px;
  font-size: 30px;
  border-radius: 50%;
  color: white;
}

.btn-1:active {
  transform: translateY(2px);
}

/* animations*/
@keyframes right__slide {
  0% {
    transform: translateX(0%) scale(0.5);
    opacity: 0.2;
    z-index: 1;
  }

  20% {
    transform: translateX(100%) scale(0.5);
  }

  80% {
    transform: translateX(100%) scale(1);
    z-index: 10;
  }

  100% {
    transform: translateX(0%) scale(1);
    z-index: 10;
    opacity: 1;
  }
}

@keyframes left__slide {
  0% {
    transform: translateX(0%) scale(0.5);
    opacity: 0.2;
    z-index: 1;
  }

  20% {
    transform: translateX(-100%) scale(0.5);
  }

  80% {
    transform: translateX(-100%) scale(1);
    z-index: 10;
  }

  100% {
    transform: translateX(0%) scale(1);
    z-index: 10;
    opacity: 1;
  }
}

@keyframes prev__Slide {
  0% {
    z-index: 10;
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  70% {
    z-index: 9;
  }

  100% {
    z-index: 9;
    opacity: 1;
    transform: translateX(0) scale(0.5);
  }
}

/* animation Classes*/
.rightSlide {
  animation: right__slide 1s linear 1;
}

.leftSlide {
  animation: left__slide 1s linear 1;
}

.animatePrevSlide {
  animation: prev__Slide 1s linear 1;
}

/* active states */
.active {
  z-index: 10;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.prevSlide {
  z-index: 9;
  opacity: 1;
  transform: translateX(0) scale(0.5);
}

/* slider 1 over */






/* RATING SECTION START  */
.f-heading {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 600;
}

.heading {
  font-size: 25px;
  margin-right: 25px;
}

.fa {
  font-size: 25px;
}

.checked {
  color: orange;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top: 10px;
}

.middle {
  margin-top: 10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {
  width: 60%;
  height: 18px;
  background-color: #04AA6D;
}

.bar-4 {
  width: 30%;
  height: 18px;
  background-color: #2196F3;
}

.bar-3 {
  width: 10%;
  height: 18px;
  background-color: #00bcd4;
}

.bar-2 {
  width: 4%;
  height: 18px;
  background-color: #ff9800;
}

.bar-1 {
  width: 15%;
  height: 18px;
  background-color: #f44336;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {

  .side,
  .middle {
    width: 100%;
  }

  .right {
    display: none;
  }
}

/* RATING SECTION END */

/* about
.cid-tIVUvWYsmR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../images/BG-IMG/Panipuri\ Smily\ \(1\).png");
  /* background-size: 60% 90%; */

.cid-tIVUvWYsmR .mbr-fallback-image.disabled {
  display: none;
}

.cid-tIVUvWYsmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tIVUvWYsmR .mbr-text,
.cid-tIVUvWYsmR .mbr-section-btn {
  color: #232323;
}

.cid-tIVUvWYsmR .card-title,
.cid-tIVUvWYsmR .card-box {
  color: #232323;
 
}

/* .cid-tIVUvWYsmR .mbr-text,
.cid-tIVUvWYsmR .link-wrap {
  color: #232323;

} */

/* about */


/* slider header */
@import url(https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);

#slide-container {
  display: table;
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1077px;
  max-height: 540px;
  margin: 0px auto 3px;
  z-index: 90;
  text-align: left;
  /* reset align=center */
  font-size: 10px;
  text-shadow: none;
  /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

* html #slide-container {
  width: 960px
}

#slide-container .ws_images ul {
  position: relative;
  width: 10000%;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
  /*table-layout:fixed;*/
}

#slide-container .ws_images ul li {
  position: relative;
  width: 1%;
  height: 100%;
  line-height: 0;
  /*opera*/
  overflow: hidden;
  float: left;
  /*font-size:0;*/
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}

#slide-container .ws_images {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 540px;
  max-width: 1077px;
  vertical-align: top;
  border: 3px solid #008AC3;
  overflow: hidden;
}

#slide-container .ws_images ul a {
  width: 100%;
  height: 100%;
  max-height: 540px;
  display: block;
  color: transparent;
}

#slide-container img {
  max-width: none !important;
}

#slide-container .ws_images .ws_list img,
#slide-container .ws_images>div>img {
  width: 100%;
  border: none 0;
  max-width: none;
  padding: 0;
  margin: 0;
}

#slide-container .ws_images>div>img {
  max-height: 540px;
}

#slide-container .ws_images iframe {
  position: absolute;
  z-index: -1;
}

#slide-container .ws-title>div {
  display: inline-block !important;
}

#slide-container a {
  text-decoration: none;
  outline: none;
  border: none;
}

#slide-container .ws_bullets {
  float: left;
  position: absolute;
  z-index: 70;
}

#slide-container .ws_bullets div {
  position: relative;
  float: left;
  font-size: 0px;
}

/* compatibility with Joomla styles */
#slide-container .ws_bullets a {
  line-height: 0;
}

#slide-container .ws_script {
  display: none;
}

#slide-container sound,
#slide-container object {
  position: absolute;
}

/* prevent some of users reset styles */
#slide-container .ws_effect {
  position: static;
  width: 100%;
  height: 100%;
}

#slide-container .ws_photoItem {
  border: 2em solid #fff;
  margin-left: -2em;
  margin-top: -2em;
}

#slide-container .ws_cube_side {
  background: #A6A5A9;
}


#slide-container.ws_gestures {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  /* cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move; */
}

#slide-container.ws_gestures.ws_grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  /* cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move; */
}

/* hide controls when video start play */
#slide-container.ws_video_playing .ws_bullets,
#slide-container.ws_video_playing .ws_fullscreen,
#slide-container.ws_video_playing .ws_next,
#slide-container.ws_video_playing .ws_prev {
  display: none;
}


/* youtube/vimeo buttons */
#slide-container .ws_video_btn {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}

#slide-container .ws_video_btn.ws_youtube,
#slide-container .ws_video_btn.ws_vimeo {
  display: block;
}

#slide-container .ws_video_btn div {
  position: absolute;
  background-image: url(./playvideo.png);
  background-size: 200%;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 5em;
  margin-left: -3.5em;
  margin-top: -2.5em;
}

#slide-container .ws_video_btn.ws_youtube div {
  background-position: 0 0;
}

#slide-container .ws_video_btn.ws_youtube:hover div {
  background-position: 100% 0;
}

#slide-container .ws_video_btn.ws_vimeo div {
  background-position: 0 100%;
}

#slide-container .ws_video_btn.ws_vimeo:hover div {
  background-position: 100% 100%;
}

#slide-container .ws_playpause.ws_hide {
  display: none !important;
}

#slide-container .ws_bullets {
  padding: 5px;
}

#slide-container .ws_bullets a {
  width: 9px;
  height: 9px;
  /* background: url(./bullet.png) left top; */
  float: left;
  text-indent: -4000px;
  position: relative;
  margin-left: 4px;
  color: transparent;
}

#slide-container .ws_bullets a.ws_selbull,
#slide-container .ws_bullets a:hover {
  background-position: 0 100%;
}

#slide-container a.ws_next,
#slide-container a.ws_prev {
  position: absolute;
  top: 50%;
  margin-top: -2.5em;
  z-index: 60;
  width: 3.1em;
  height: 5em;
  /* background-image: url(./arrows.png); */
  background-size: 200%;
}

#slide-container a.ws_next {
  background-position: 100% 0;
  right: 1em;
}

#slide-container a.ws_prev {
  background-position: 0 0;
  left: 1em;
}

#slide-container a.ws_next:hover {
  background-position: 100% 100%;
}

#slide-container a.ws_prev:hover {
  background-position: 0 100%;
}

/*playpause*/
#slide-container .ws_playpause {
  width: 3.1em;
  height: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -2.5em;
  z-index: 59;
  background-size: 100%;
}

#slide-container .ws_pause {
  background-image: url(./pause.png);
}

#slide-container .ws_play {
  background-image: url(./play.png);
}

#slide-container .ws_pause:hover,
#slide-container .ws_play:hover {
  background-position: 100% 100% !important;
}

/* bottom center */
#slide-container .ws_bullets {
  bottom: 0px;
  left: 50%;
}

#slide-container .ws_bullets div {
  left: -50%;
}

#slide-container .ws-title {
  position: absolute;
  display: block;
  font: 2.8em 'Oswald', Arial, Helvetica, sans-serif;
  bottom: 0.75em;
  left: 1.1em;
  margin-right: 0;
  color: #ffffff;
  z-index: 50;
  line-height: 1em;
  text-transform: uppercase;
}

#slide-container .ws-title div,
#slide-container .ws-title span {
  display: inline-block;
  padding: 0.5em 0.4em;
  background: rgba(0, 0, 0, 0.9);
  border-left: 5px solid #008AC3;
}

#slide-container .ws-title div {
  line-height: 1.15em;
  display: block;
  margin-top: 0.5em;
  font-size: 0.571em;
  padding: 0.6em;
}

#slide-container .ws_thumbs {
  overflow: auto;
  z-index: 60;
}

#slide-container .ws_thumbs img {
  text-decoration: none;
  border: 0;
  width: 100%;
}

#slide-container .ws_thumbs a {
  position: relative;
  text-indent: -4000px;
  color: transparent;
  opacity: 0.85;
  text-decoration: none;
  display: inline-block;
  border: 0;
  line-height: 0;
  margin: 4.95%;
  text-indent: 0;
  padding: 2.97%;
  width: 84.16%;
  max-width: 85px;
}

#slide-container .ws_thumbs a:hover {
  opacity: 1;
}

#slide-container .ws_thumbs a:hover img {
  visibility: visible;
}

#slide-container .ws_images {
  margin-right: 11.6em;
}

#slide-container div.ws_shadow {
  right: 11.6em;
  margin-right: -$frameL$%;
  width: auto;
}

#slide-container .ws_thumbs {
  position: absolute;
  text-align: right;

  right: 0;
  top: 0;
  width: 11.6em;
  height: 100%;
}

#slide-container .ws_thumbs div {
  position: relative;
  width: 100%;
}

#slide-container .ws_thumbs a.ws_selthumb {
  background-color: #008AC3;
}

#slide-container .ws_thumbs a {
  background-color: #A7A9AB;
}

#slide-container .ws_images>ul {
  animation: wsBasic 14.8s infinite;
  -moz-animation: wsBasic 14.8s infinite;
  -webkit-animation: wsBasic 14.8s infinite;
}

@keyframes wsBasic {
  0% {
    left: -0%
  }

  11.49% {
    left: -0%
  }

  25% {
    left: -100%
  }

  36.49% {
    left: -100%
  }

  50% {
    left: -200%
  }

  61.49% {
    left: -200%
  }

  75% {
    left: -300%
  }

  86.49% {
    left: -300%
  }
}

@-moz-keyframes wsBasic {
  0% {
    left: -0%
  }

  11.49% {
    left: -0%
  }

  25% {
    left: -100%
  }

  36.49% {
    left: -100%
  }

  50% {
    left: -200%
  }

  61.49% {
    left: -200%
  }

  75% {
    left: -300%
  }

  86.49% {
    left: -300%
  }
}

@-webkit-keyframes wsBasic {
  0% {
    left: -0%
  }

  11.49% {
    left: -0%
  }

  25% {
    left: -100%
  }

  36.49% {
    left: -100%
  }

  50% {
    left: -200%
  }

  61.49% {
    left: -200%
  }

  75% {
    left: -300%
  }

  86.49% {
    left: -300%
  }
}

#slide-container .ws_images {
  border-width: 0px 0px 3px 0px;
}

#slide-container .ws_bullets a img {
  text-indent: 0;
  display: block;
  bottom: 20px;
  left: -43px;
  visibility: hidden;
  position: absolute;
  border: 3px solid #FFFFFF;
  max-width: none;
}

#slide-container .ws_bullets a:hover img {
  visibility: visible;
}

#slide-container .ws_bulframe div div {
  height: 48px;
  overflow: visible;
  position: relative;
}

#slide-container .ws_bulframe div {
  left: 0;
  overflow: hidden;
  position: relative;
  width: 85px;
  background-color: #FFFFFF;
}

#slide-container .ws_bullets .ws_bulframe {
  display: none;
  bottom: 15px;
  overflow: visible;
  position: absolute;
  cursor: pointer;
  border: 3px solid #FFFFFF;
}

#slide-container .ws_bulframe span {
  display: block;
  position: absolute;
  bottom: -8px;
  margin-left: -5px;
  left: 43px;
  /* background: url(./triangle.png); */
  width: 15px;
  height: 6px;
}

#slide-container .ws_bulframe div div {
  height: auto;
}

@media all and (max-width:760px) {
  #slide-container .ws_fullscreen {
    display: block;
  }
}

@media all and (max-width:400px) {

  #slide-container .ws_controls,
  #slide-container .ws_bullets,
  #slide-container .ws_thumbs {
    display: none
  }
}




/* IMAGE gallery */

.gallery {
  column-count: 4;
  --webkit-column-count: 4;
  --moz-column-count: 4;
  gap: 1rem;
  padding: 4rem;
}

.image img {
  height: auto;
  width: 100%;
  margin: 20px 0;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
  .gallery {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}

@media screen and (max-width: 500px) {
  .gallery {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
}

@media screen and (max-width: 400px) {
  .gallery {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
}



.image img {
  transition: transform 2.1s ease-in-out;
}

.image img:hover {
  transform: rotate(360deg);
}

.icons a i {
  padding: 0 10px;
}

.box-product {
  width: 200px;
  height: 400px;
}

/* product-detail */
.picZoomer {
  position: relative;
  /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
  display: block;
}

.picZoomer-zoom-pic {
  position: absolute;
  top: 0;
  left: 0;
}

/* .picZoomer-pic {
 width: 100%; 	height: 100%;
} */

.picZoomer-zoom-wp {
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  border: 1px solid #eee;
  height: 460px;
  margin-top: -19px;
}

.picZoomer-cursor {
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(0, 0, 0, .1);
}

.picZoomCursor-ico {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}

.piclist li {
  display: inline-block;
  width: 90px;
  height: 114px;
  border: 1px solid #eee;
}

.piclist li img {
  width: 97%;
  height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
  border: 1px solid #eee;
}



.section-bg {
  background-color: #fff1e0;
}

.row-sm .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
  padding-left: 0px;
  top: 0px;
}

._boxzoom ._product-images {
  width: 80%;
  display: inline-block;
}

._boxzoom ._product-images .picZoomer {
  width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
  left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
  width: 100%;
}

.piclist li img {
  height: 100px;
  object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
  background: #fff;
  padding: 15px;
  border: 1px solid lightgray;
}

._product-detail-content p._p-name {
  color: black;
  font-size: 20px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 12px;
}

.p-list span {
  margin-right: 15px;
}

.p-list span.price {
  font-size: 25px;
  color: #318234;
}

._p-qty>span {
  color: black;
  margin-right: 15px;
  font-weight: 500;
}

._p-qty .value-button {
  display: inline-flex;
  border: 0px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: #fd7f34;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

._p-qty .value-button {
  border: 0px solid #fe0000;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
}

._p-qty input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #fe0000;
  border-bottom: 1px solid #fe0000;
  margin: 0px;
  width: 50px;
  height: 35px;
  font-size: 14px;
  box-sizing: border-box;
}

._p-add-cart {
  margin-left: 0px;
  margin-bottom: 15px;
}

.p-list {
  margin-bottom: 10px;
}

._p-features table tr,
td {
  /* display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500; */
  padding: 10px;
  border: 1px solid black;
}

._p-add-cart .buy-btn {
  background-color: #fd7f34;
  color: #fff;
}

._p-add-cart .btn {
  text-transform: capitalize;
  padding: 6px 20px;
  /* width: 200px; */
  border-radius: 52px;
}

._p-add-cart .btn {
  margin: 0px 8px;
}

/* .footer5 {
  padding: 2rem;
} */

.cid-tIDAsG3NHy2 .mbr-overlay {
  background: #b1aeae;
  opacity: 0.6;
}

#T {
  color: white;
  font-size: 14px;
  background: #2e2e2e;
}




.containers{
  width: 95%;
  margin: 0 auto;
}
.footer-section {
background: #151414;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #ff5e14;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.instagram-bg{
background: #ff7878;
color: red;
}
.whatsapp-bg{
background: #79ff50;
color: white;
}
.linkdin-bg{
background: #379eff;
}
.youtube-bg{
  background: #da452a;
  }
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #ff5e14;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff5e14;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}






















.image-container {
  padding: 10px;
}

.image-container img {
  width: 100%;
  height: auto;
}

.tab-pane p {
  margin: 15px 0;
}

.nav-link {
  font-weight: bold;
  font-size: 17px;
}

.nav-link:hover {
  color: yellow;
}

.rounded {
  /* box-shadow: 2px 1px #888888; */
  box-shadow: 10px 10px 20px 10px rgb(207, 202, 202);
}

button.btn {
  background-color: #18d26e;
  margin: 0 auto;
}

button.btn a {
  color: white;

}

.mb-0 {
  font-size: 16px;
  width: 73%;
  margin: 0 auto;
  text-align: center;
}

.bg-heading {
  /* border: 4mm ridge rgba(211, 220, 50, .6); */
  padding: 15px;

  border-radius: 0px 0px 20px 20px;
}

.bg-fac {
  background-color: #2e2e2e;
  color: white;
  /* margin: 20px 0; */
}

.bg-fac h3 {
  text-align: center;
  padding: 15px 0 0 0;

}






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

  /* Adjust form layout for smaller screens */
  form {
    display: block;
    width: 100%;
  }

  form label,
  form select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  form button {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.btn-rlt {
  padding: 10px 0;
}

.btn-rlt a {
  padding: 20px;
}

.team-item a {
  color: #111;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #5fcf81c5;
}


.table-no-border,
.table-no-border th,
.table-no-border td {
  border: none;
}

.photo img {
  width: 8rem;
  margin: 30px;
}

.txt-5 .table {
  width: 103%;
}

.card-header {
  text-align: center;
  font-weight: bold;
}

.card-title span {
  color: #5e5e5ecc;
  font-size: 16px;

}

.card-table tbody tr td {
  padding: 10PX;
}

.card-header {
  background-color: #4f8ddf;
  text-align: center;
  color: black;
}

.card-table {
  border: none;
}

.card-table th,
.card-table td {
  border: none;
}

.custom-button {
  background: #5fcf80;
  color: #FFFFFF;
  border: none;
  padding: 5px;
  /* Add more styles as needed */
}

/* Initially hide the hover-text */
.hover-text {
  display: none;
}

/* Show the hover-text when the link is hovered */
.myDIV:hover+.hover-text {
  display: inline;
}



.heading h3 {
  font-size: 20px;
  text-shadow: 5px 5px 4px #5fcf80;
  font-weight: 900;

}

#T {
  color: white;
  font-size: 14px;
  background: #2e2e2e;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: white;
  font-size: 14px;
  background: #2e2e2e;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #2e2e2e;
  color: black;


}

#footer .footer-top .footer-contact {
  /* margin-bottom: 30px; */
}

.footer-contact h3 {
  margin: 0px 0px 30px 0px;
}




.footer-contact p {
  /* color: rgba(245, 245, 245, 0.521); */
  color: #000;
  font-size: 18px;
}

#footer .footer-top .footer-links {
  /* margin-bottom: 30px; */
}

.footer-links h3 {
  /* font-size: 16px ; */
  margin: 0 0 30px 0;

  /* color: #000000; */
  /* font-weight: 700; */
}

.line {
  color:
    #FFFFFF;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5fcf80;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 20px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  /* color: #777777; */
  /* color: rgba(245, 245, 245, 0.521); */
  color: #1e52ec;
  font-size: 18px;

  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #000000;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #5fcf80;
  color: #000000;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #3ac162;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .credits a {
  color: #3ac162;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #5fcf80;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5fcf80;
  color: #000000;

  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3ac162;
  color: #000000;
  text-decoration: none;
}

.image-container {
  padding: 10px;
}

.image-container img {
  width: 100%;
  height: auto;
}

.tab-pane p {
  margin: 15px 0;
}

.nav-link {
  font-weight: bold;
  font-size: 17px;
}

.nav-link a:hover {
  /* background-color: #000000; */
  color: #008AC3;
}

.rounded {
  /* box-shadow: 2px 1px #888888; */
  box-shadow: 10px 10px 20px 10px rgb(207, 202, 202);
}

button.btn {
  background-color: #18d26e;
  margin: 0 auto;
}

button.btn a {
  color: rgb(0, 0, 0);

}

.mb-0 {
  font-size: 16px;
  width: 73%;
  margin: 0 auto;
}

.bg-heading {
  /* border: 4mm ridge rgba(211, 220, 50, .6); */
  padding: 15px;

  border-radius: 0px 0px 20px 20px;
}

.bg-fac {
  background-color: #2e2e2e;
  color: rgb(0, 0, 0);
  /* margin: 20px 0; */
}

.bg-fac h3 {
  text-align: center;
  padding: 15px 0 0 0;

}






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

  /* Adjust form layout for smaller screens */
  form {
    display: block;
    width: 100%;
  }

  form label,
  form select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  form button {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.btn-rlt {
  padding: 10px 0;
}

.btn-rlt a {
  padding: 20px;
}

.team-item a {
  color: #111;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #5fcf81c5;
}


.table-no-border,
.table-no-border th,
.table-no-border td {
  border: none;
}

.photo img {
  width: 8rem;
  margin: 30px;
}

.txt-5 .table {
  width: 103%;
}

.card-header {
  text-align: center;
  font-weight: bold;
}

.card-title span {
  color: #5e5e5ecc;
  font-size: 16px;

}

.card-table tbody tr td {
  padding: 10PX;
}

.card-header {
  background-color: #4f8ddf;
  text-align: center;
  color: black;
}

.card-table {
  border: none;
}

.card-table th,
.card-table td {
  border: none;
}

.custom-button {
  background: #5fcf80;
  color: #FFFFFF;
  border: none;
  padding: 5px;
  /* Add more styles as needed */
}

/* Initially hide the hover-text */
.hover-text {
  display: none;
}

/* Show the hover-text when the link is hovered */
.myDIV:hover+.hover-text {
  display: inline;
}



.heading h3 {
  font-size: 20px;
  text-shadow: 5px 5px 4px #5fcf80;
  font-weight: 900;

}

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




.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  /* background-color: #bbb; */
  color: black;
}

.flip-box-back {
  /* background-color: #555; */
  color: white;
  transform: rotateY(180deg);
}

/* details */


.product-div {
  /* margin: 1rem 0; */
  /* padding: 2rem 0; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* background-color: #fff; */
  border-radius: 3px;
  column-gap: 10px;
}

.product-div-left {
  padding: 20px;
}

.product-div-right {
  padding: 20px;
}

.img-container img {
  width: 70%;
  height: 180px;
  margin: 17px auto;
}

.hover-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.hover-container div {
  border: 2px solid rgba(252, 160, 175, 0.7);
  padding: 1rem;
  border-radius: 3px;
  margin: 0 4px 8px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active {
  border-color: rgb(255, 145, 163) !important;
}

.hover-container div:hover {
  border-color: rgb(255, 145, 163);
}

.hover-container div img {
  width: 70px;

  cursor: pointer;
}

.product-div-right span {
  display: block;
}

.product-name {
  font-size: 26px;
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0.9;
}

.product-price {
  font-weight: 700;
  font-size: 24px;
  opacity: 0.9;
  font-weight: 500;
}

.product-rating {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin-top: 12px;
  margin: 15px 0;
  color: green;
}

.product-rating span {
  margin-right: 6px;
}

.product-description {
  font-weight: 18px;
  line-height: 1.6;
  font-weight: 300;
  opacity: 0.9;
  margin-top: 22px;
}

.btn-groups {
  margin-top: 22px;
}

.btn-groups button {
  display: inline-block;
  font-size: 16px;
  font-family: inherit;
  text-transform: uppercase;
  padding: 15px 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-groups button .fas {
  margin-right: 8px;
}

.add-cart-btn {
  background-color: #FF9F00;
  border: 2px solid #FF9F00;
  margin-right: 8px;
}

.add-cart-btn:hover {
  background-color: #fff;
  color: #FF9F00;
}

.buy-now-btn {
  background-color: #000;
  border: 2px solid #000;
}

.buy-now-btn:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 992px) {
  .product-div {
    grid-template-columns: 100%;
  }

  .product-div-right {
    text-align: center;
  }

  .product-rating {
    justify-content: center;
  }

  .product-description {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 400px) {
  .btn-groups button {
    width: 100%;
    margin-bottom: 10px;
  }
}


.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* WhatsApp icon styles */
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  /* Adjust the distance from the bottom as needed */
  right: 20px;
  /* Adjust the distance from the right as needed */
  z-index: 9999;
  /* Ensure the icon is on top of other elements if necessary */
}

.whatsapp-icon i {
  /* Maintain aspect ratio */
  font-size: 70px;
  color: #18d26e;
}

#read-more-link {
  /* align-items: center; */
  /* text-align: center; */
  color: red;
  font-size: 23px;
  font-weight: 500;
}

.cid-product {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/BG-IMG/flat-lay-different-ingredients-composition-with-copy-space.jpg");
}





/* styles.css */

.fade-up {
  opacity: 0;
  /* Start with 0 opacity to hide the element */
  transform: translateY(20px);
  /* Start with a 20px vertical offset (you can adjust this value) */
}

/* Define the fade-up animation */
@keyframes fadeUpAnimation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply the animation to the element when the "fade-in" class is added */
.fade-up.fade-in {
  animation: fadeUpAnimation 1s ease forwards;
  /* Adjust the animation duration if needed */
}



.flip {
  /* width: 130px;
  height: 195px; */
  position: relative;
  display: inline-block;
  margin: 30px;
}

.flip .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.flip:hover .img-top {
  display: inline;
}

/* for hover red start */

.container .box {
  position: relative;
  width: 275px;
  height: 275px;
  background: #e7e7e7;
  transition: 0.5s;
  transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
}

.container:hover .box {
  transform: rotateY(25deg);
}

.container .box:hover~.box {
  transform: rotateY(-25deg);
}

.container .box:hover {
  transform: rotateY(0deg) scale(1.25);
  z-index: 1;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
}

.container .box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container .box .imgBx:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(211, 139, 139), #000);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  mix-blend-mode: multiply;
}

.container .box:hover .imgBx:before {
  opacity: 1;
}

.container .box .imgBx img {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 70%;
  margin: 10px auto;
  /* height: 100%; */
  object-fit: cover;
}

.container .box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  padding: 20px;
  align-items: flex-end;
  /* box-sizing: border-box; */
}

.container .box .content h2 {
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  transform: translateY(200px);
  transition-delay: 0.3s;
}

.container .box:hover .content h2 {
  transform: translateY(0px);
}

.container .box .content p {
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  transform: translateY(200px);
  transition-delay: 0.4s;
}

.container .box:hover .content p {
  transform: translateY(0px);
}


/* for hover red start */



/* for gallery */

.gal ul {
  display: flex;
  list-style: none;
}

.gal ul li {
  position: relative;
  margin: 0 3em;
}

.gal-image,
.shadow {
  transform: rotateX(45deg) rotateZ(-25deg);
  transform-style: preserve-3d;
  transition: .3s;
}

.gal-image {
  position: relative;
}

.gal-image img {
  vertical-align: bottom;
  filter: grayscale(100%);
  transition: .3s;
}

.gal-image::before,
.gal-image::after {
  content: '';
  position: absolute;
}

.gal-image::before {
  bottom: -8px;
  left: 0;
  background-color: #d0d0d0;
  width: 100%;
  height: 16px;
  transform: rotateX(90deg) translateY(-8px);
}

.gal-image::after {
  top: 0;
  left: -8px;
  width: 16px;
  height: 100%;
  background-color: #bbb;
  transform: rotateY(90deg) translateX(8px);
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: -35px 45px 15px rgba(0, 0, 0, .1);
}

.gal ul li:hover .gal-image,
.gal ul li:hover .shadow {
  transform: rotate(0);
}

.gal ul li:hover .gal-image img {
  filter: grayscale(0);
}

.gal ul li:hover .shadow {
  box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
}


/* FOR GALLERY */



/* round slider */
.round {
  --s: 400px;
  /* control the size */

  display: grid;
  width: var(--s);
  aspect-ratio: 1;
  overflow: hidden;
  padding: calc(var(--s)/20);
  border-radius: 50%;
  position: relative;
  clip-path: circle(49.5%);
  /* to avoid a few glitch cause by overflow: hidden */
}

.round::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: inherit;
  border-radius: inherit;
  background: repeating-conic-gradient(#789048 0 30deg, #DFBA69 0 60deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.round>img {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: 100% 100%;
  border-radius: inherit;
  transform-origin: 50% 120.7%;
}

.round::after,
.round>img {
  animation: m 8s infinite cubic-bezier(.5, -0.2, .5, 1.2);
}

.round>img:nth-child(2) {
  animation-delay: -2s
}

.round>img:nth-child(3) {
  animation-delay: -4s
}

.round>img:nth-child(4) {
  animation-delay: -6s
}

@keyframes m {

  0%,
  3% {
    transform: rotate(0)
  }

  22%,
  27% {
    transform: rotate(-90deg)
  }

  47%,
  52% {
    transform: rotate(-180deg)
  }

  72%,
  77% {
    transform: rotate(-270deg)
  }

  98%,
  100% {
    transform: rotate(-360deg)
  }
}


/* round slider */








/* flip image start product page */
/* Basic styling for flip box */
.flip-box {
  /* background-color: transparent; */
  perspective: 1000px;
  max-width: 100%;
  /* Ensure the flip box takes up the full width of the container */
}

.flip-box-inner {
  position: relative;
  padding-bottom: 66.67%;
  /* Maintain a 2:3 aspect ratio (200px / 300px) */
  transform-style: preserve-3d;
  transition: transform 8s;
  animation: flip 8s infinite;
  /* Add the animation property for continuous flipping */
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  z-index: 2;
}

.flip-box-back {
  transform: rotateY(180deg);
  z-index: 1;
}

/* Keyframes for the flip animation */
@keyframes flip {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/* Make the image responsive */
.responsive-image {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  /* Preserve the aspect ratio and fill the container */
}






.bg-items {
  padding: 20px;
  width: 240px;
  height: 160px;
  margin: 20px auto;
  background-color: white;
  float: left;
  cursor: pointer;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.items {
  width: 240px;
  height: 160px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-color: #102B46;
}

.details {
  background-color: rgba(0, 0, 0, 0.5);
  width: 220px;
  height: 140px;
  padding: 10px;
  top: 0;
  left: 0;
  font-family: georgia;
  color: #fff;
  opacity: 0;
  transition: opacity .8s;
}

.details h3 {
  margin-bottom: 20px;
}

.details h6 {
  text-align: right;
  margin-top: 40px;
}

.details p {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  line-height: 20px;
}

.items:hover .details {
  opacity: 1;
  transition: opacity .2s .3s;
}

.items div {
  position: absolute;
}

/* one */

.one {
  left: 100%;
  bottom: 100%;
  width: inherit;
  height: inherit;
  background-color: #e43;
  transition: all .3s;
}

.items:hover .one {
  transition: all .3s;
  left: 0;
  bottom: 0;
}

/* two */

.two {
  width: inherit;
  height: inherit;
  background-color: #e43;
  transition: all .3s;
  left: 0;
  bottom: 100%;
}

.items:hover .two {
  transform: rotate(180deg);
  left: 0;
  bottom: 0;
  transition: all .3s;
}

/* three */

.three {
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  background-color: #e43;
  transition: all .3s;
  transform: scale(0, 0);
}

.items:hover .three {
  left: 0;
  top: 0;
  transform: scale(1, 1);
  transition: all .3s;
}

/* four */

.four {
  width: inherit;
  height: inherit;
  background-color: #e43;
  transition: all .3s;
  left: 0;
  top: 0;
  transform: scale(0, 0) rotate(0deg);
}

.items:hover .four {
  left: 0;
  top: 0;
  transform: scale(1, 1) rotate(1080deg);
  transition: all .3s;
}

/* five */

.tl5 {
  border-top: 161px solid #e43;
  border-right: 241px solid transparent;
  top: -160px;
  left: -240px;
  transition: all .3s;
}

.br5 {
  border-bottom: 161px solid #e43;
  border-left: 241px solid transparent;
  bottom: -160px;
  right: -240px;
  transition: all .3s;
}

.items:hover .tl5 {
  top: 0;
  left: 0;
  transition: all .3s;
}

.items:hover .br5 {
  bottom: 0;
  right: 0;
  transition: all .3s;
}

/* six */

.tl6 {
  width: 120px;
  height: 80px;
  background-color: #e43;
  top: -80px;
  left: -240px;
  transition: all .3s;
}

.tr6 {
  width: 120px;
  height: 80px;
  background-color: #e43;
  top: -80px;
  right: -240px;
  transition: all .3s;
}

.br6 {
  width: 120px;
  height: 80px;
  background-color: #e43;
  bottom: -80px;
  right: -240px;
  transition: all .3s;
}

.bl6 {
  width: 120px;
  height: 80px;
  background-color: #e43;
  bottom: -80px;
  left: -240px;
  transition: all .3s;
}

.items:hover .tl6 {
  top: 0;
  left: 0;
  transition: all .3s;
}

.items:hover .tr6 {
  top: 0;
  right: 0;
  transition: all .3s;
}

.items:hover .br6 {
  bottom: 0;
  right: 0;
  transition: all .3s;
}

.items:hover .bl6 {
  bottom: 0;
  left: 0;
  transition: all .3s;
}

/* seven */

.seven {
  width: 240px;
  height: 160px;
  background-color: #e43;
  opacity: 0;
  transition: all .3s;
}

.items:hover .seven {
  opacity: 1;
  transition: all .3s;
}

/* eight */

.eight {
  top: 30%;
  left: 10%;
  border-right: 100px solid transparent;
  border-bottom: 70px solid #e43;
  border-left: 100px solid transparent;
  transform: rotate(35deg) scale(0, 0);
  transition: all .6s;
}

.eight:before {
  border-bottom: 80px solid #e43;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -45px;
  left: -65px;
  display: block;
  content: '';
  transform: rotate(-35deg);
}

.eight:after {
  position: absolute;
  display: block;
  color: #e43;
  top: 3px;
  left: -105px;
  width: 0px;
  height: 0px;
  border-right: 100px solid transparent;
  border-bottom: 70px solid #e43;
  border-left: 100px solid transparent;
  transform: rotate(-70deg);
  content: '';
}

.items:hover .eight {
  transform: rotate(35deg) scale(3.5, 3.5);
  transition: all .6s;

}

/* nine */

.nine {
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #e43;
  border-radius: 50%;
  transition: all .3s;
}

.items:hover .nine {
  width: 340px;
  height: 260px;
  top: -50px;
  left: -50px;
  transition: all .6s;

}

/* ten */

.ten {
  width: inherit;
  height: 40px;
  background-color: #e43;
  left: 100%;
}

.ten.i {
  top: 0;
  transition: all .2s;
}

.ten.ii {
  top: 40px;
  transition: all .4s;
}

.ten.iii {
  top: 80px;
  transition: all .6s;
}

.ten.iv {
  top: 120px;
  transition: all .8s;
}

.items:hover .i {
  left: 0;
  transition: all .2s;
}

.items:hover .ii {
  left: 0;
  transition: all .4s;
}

.items:hover .iii {
  left: 0;
  transition: all .6s;
}

.items:hover .iv {
  left: 0;
  transition: all .8s;
}

/* eleven */

.eleven {
  width: inherit;
  height: 40px;
  background-color: #e43;
  transition: all .3s;
}

.eleven.i {
  top: 0;
  left: -100%;

}

.eleven.ii {
  top: 40px;
  left: 100%;
}

.eleven.iii {
  top: 80px;
  left: -100%;
}

.eleven.iv {
  left: 100%;
  top: 120px;
}

.items:hover .eleven {
  left: 0;
  transition: all .4s;
}

/* twelve */

.twelve {
  width: inherit;
  height: 40px;
  background-color: #e43;
  transition: all .3s;
  top: -40px;
}

.twelve.iv {
  transition: all .1s;
}

.twelve.iii {
  transition: all .1s .1s;
}

.twelve.ii {
  transition: all .1s .2s;
}

.twelve.i {
  transition: all .1s .3s;
}

.items:hover .twelve.i {
  top: 120px;
  transition: all .2s;
}

.items:hover .twelve.ii {
  top: 80px;
  transition: all .2s .2s;
}

.items:hover .twelve.iii {
  top: 40px;
  transition: all .2s .4s;
}

.items:hover .twelve.iv {
  top: 0px;
  transition: all .2s .6s;
}

/* thirteen */

.thirteen-r,
.thirteen-l {
  width: 120px;
  height: inherit;
  background-color: #e43;
  top: 0;
  transition: all .3s;
}

.thirteen-r {
  left: 100%;
}

.thirteen-l {
  right: 100%;
}

.items:hover .thirteen-r {
  transition: all .3s;
  left: 0;
}

.items:hover .thirteen-l {
  transition: all .3s;
  right: 0;
}

/* fourteen */

.fourteen-r,
.fourteen-l {
  width: 120px;
  height: inherit;
  background-color: #e43;
  top: 0;
  transition: all .3s;
}

.fourteen-r {
  left: 100%;
}

.fourteen-l {
  right: 100%;
}

.items:hover .fourteen-r {
  transition: all .3s;
  left: 50%;
}

.items:hover .fourteen-l {
  transition: all .3s;
  right: 50%;
}

/* fifteen */

.t {
  border-style: solid;
  border-width: 80px 120px 0 120px;
  border-color: #e43 transparent transparent transparent;
  transition: all .3s;
  top: -80px;
}

.r {
  border-style: solid;
  border-width: 80px 120px 80px 0;
  border-color: transparent #e43 transparent transparent;
  right: -120px;
  transition: all .3s;
}

.b {
  border-style: solid;
  border-width: 0 120px 80px 120px;
  border-color: transparent transparent #e43 transparent;
  bottom: -80px;
  transition: all .3s;
}

.l {
  border-style: solid;
  border-width: 80px 0 80px 120px;
  border-color: transparent transparent transparent #e43;
  left: -120px;
  transition: all .3s;
}


.items:hover .t {
  top: 0px;
  transition: all .3s;
}

.items:hover .r {
  right: 0px;
  transition: all .3s;
}

.items:hover .b {
  bottom: 0px;
  transition: all .3s;
}

.items:hover .l {
  left: 0px;
  transition: all .3s;
}





.animate-charcter {
  font-size: 20px;
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #231557 0%,
      #44107a 29%,
      #161415 67%,
      #41403a 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
  margin: 0 auto;
  transition: background-image 3s ease-in-out;
}

.Click-here:hover {
  transition: background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width:799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}

.form-inline .form-control {
  border-radius: 25px;
}

.btn-header {
  background-color: #04AA6D;
  border-radius: 25px;
  padding: 0px 15px;

}

.btn-header a {
  font-size: 20px;
  color: white;
}

.ftr-icon {
  text-align: end;
}

.ftr-icon i {
  padding: 8px;
  font-size: 20px;
  background-color: #00000098;
  border-radius: 50%;
  transition: background-color 0.3s;
  /* Transition effect for smooth color change */

  
}

/* Change the background color of the icons on hover */



.fa-linkedin {
  color: #008AC3;
}

.fa-linkedin:hover {
  /* background-color:#48b2f4 ; */

  color: #ffffff;
}

.fa-whatsapp {

  color: rgb(57, 199, 47);
}

.fa-whatsapp:hover {
  color: #ffffff;
  /* background-color:#1aff29; */

}


.fa-instagram {

  color: brown;


}

.fa-instagram:hover {
  color: #ffffff;

  /* background-color:#f2548c ;  */

}

.card-wrapper {
  background: #b8acac85;
  border-radius: 30px;
}

.ftr-contenr h2 {
  font-weight: 800;
  font-size: 20px;
}

.ftr-contenr {
  margin: 13px 0;
}

.mbr-text a {
  font-weight: 500;
}

.mbr-text a:hover {
  color: #04AA6D;

}

.navbar-nav li.nav-item:hover a.nav-link {
  color: #04AA6D;
}

.navbar-nav li.nav-item:active a.nav-link {
  color: #04AA6D;
}

.nav-item a {
  color: #000;
  font-weight: 600;
}

.txt-capital {
  text-transform: uppercase;
}





.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/

  /* background-image: url("../../images/BG-IMG/assets/images/background1.jpg");   */

  min-height: 100px;
  max-height: 400px;
}

/* Animation */
.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }
}

/*Other*/


.unique-color-dark {
  background-color: #7289da !important;
}

.bg-light {
  background-color: #7289DA !important;
}

.navbar-brand {
  color: white;
}

.custom-color {
  background-color: #7289DA !important
}

.cid-career {
  background-image: url("../../images/BG-IMG/flat-lay-different-ingredients-composition-with-copy-space.jpg");

}

.items {
  background-size: cover;
}

.head-txt {
  text-align: center;
  font-size: 22px;
  padding: 20px;
}

/* Media query for screens smaller than 768px */

@media (max-width: 768px) {
  .head-txt {
    font-size: 15px;
  }
}

.sub input {
  padding: 10px 15px;
  color: white;
  background-color: #4f4f4f;
}

.sub input:hover {
  background: #00bcd4;
  color: black;
}

.res input {
  padding: 10px 15px;
  color: white;

  background-color: #4f4f4f;

}

.res input:hover {
  background: #00bcd4;
  color: black;
}
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */

.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */

.form-container {
  /* max-width: 300px; */

  padding: 10px;
  background-color: white;
}

/* Full-width input fields */

.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */

.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */

.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}



.ml-auto a{
  display: block;
  text-align: end;
  color: blue;
}
.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%
}
.cursor{
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,.1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

/* #Slider
================================================== */

.section{
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 100vh;
	background-color: #212121;
}

/* Case Study Showcase
================================================== */

.case-study-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: auto;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	list-style: none;
}
.case-study-wrapper .case-study-name a {
	position: relative;
	list-style: none;
	margin: 0;
	display: block;
	text-align: center;
	padding: 0;
	font-size: 28px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 2px;
	color: #8e8d9a;
	opacity: 0.5;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}	
.case-study-wrapper .case-study-name a:hover {
	text-decoration: none;
}	
.case-study-wrapper .case-study-name.active a {
	opacity: 1;
	color: #fff;
}	
.case-study-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}	
.case-study-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}	
.case-study-images li .img-hero-background{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li.show .img-hero-background {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 
.case-study-images li .case-study-title{
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	opacity: 0;
	color: #fff;
	z-index: 19;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	font-weight: 400;
	line-height: 16px;
	color: #fff; 
	font-style: italic;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li.show .case-study-title {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
} 
.case-study-images li .hero-number-back{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	list-style:none;
	opacity: 0;
	font-size: 18vw;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	line-height: 1;
	color: rgba(255,255,255,.12);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
.case-study-images li .hero-number{
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 40px;
	margin-left: -70px;
	display: block;
	letter-spacing: 2px;
	text-align: center;
	list-style:none;
	opacity: 0;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
.case-study-images li .hero-number-fixed{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: 30px;
	width: 40px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	list-style:none;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
}
.case-study-images li .hero-number-fixed:before{
	position: absolute;
	content: '';
	top: 50%;
	left: -60px;
	width: 60px;
	height: 1px;
	z-index: 1;
	background-color: rgba(255,255,255,.4);
}
.case-study-images li.show .hero-number {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 
.case-study-images li.show .hero-number-back {
	opacity: 1;
} 
.dark-over-hero{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
	background-color: #050505;
	opacity: 0.2;
}
.case-study-images li:nth-child(1) .img-hero-background{
	background-image: url("http://www.ivang-design.com/svg-load/2.jpg");
}
.case-study-images li:nth-child(2) .img-hero-background{
	background-image: url("http://www.ivang-design.com/svg-load/2.jpg");
}
.case-study-images li:nth-child(3) .img-hero-background{
	background-image: url("http://www.ivang-design.com/svg-load/3.jpg");
}
.case-study-images li:nth-child(4) .img-hero-background{
	background-image: url("http://www.ivang-design.com/svg-load/4.jpg");
}

/* #Media
================================================== */

@media (max-width: 991px) { 
	.case-study-images li .hero-number-back{
		font-size: 26vw;
	} 
}

@media (max-width: 767px) {	
	.case-study-wrapper .case-study-name a {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.case-study-images li .hero-number-back{
		font-size: 32vw;
	} 
}

/* #Link to page
================================================== */

.link-to-portfolio {
	  position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(255,255,255,.3);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255,255,255,0);
}
.img-abt img{
  margin: 100px 0px
}

/***************************
    CUSTOM SCROLL BAR
****************************/
*, html{
  scroll-behavior: smooth;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root{
  --white:#FFF;
  --black:#232323;
  --lite:rgba(255,255,255,0.6);
  --gray:rgba(1,1,1,0.6);
  --dark:#3c3d3c;
  --primary:linear-gradient(145deg,#ff2f09,#c24a4e);
  --primary_dark:#970104;
  --primary_lite:#c24a4e;
  --secondary:#000a17;
  --default_font:'Ysabeau Infant', sans-serif;
  --title_font:'Outfit', sans-serif;
}

::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: var(--dark);
}

::-webkit-scrollbar-thumb {
  background: gray;
  -webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
  background: var(--dark);
}



/***************************
          DEFAULT
****************************/


.slider a{
  text-decoration:none !important;
  min-width: fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

.slider a, button{
  transition:0.5s;
}

.slider em{
  font-style:normal;
  color:var(--primary_lite);
}

.slider a, p, .btn{
  font-size:15px;
}

.slider p{
  line-height:1.9em;
  color:var(--lite);
}

.slider a, button, input, textarea, select{
  outline:none !important;
}

.slider fieldset{
  border:0;
}

.slider h1, h2, h3, h4, h5, h6{
  margin:0;
}

.title, .sub_title{
  font-family:var(--title_font);
  font-weight:400;
  margin:0;
}

.flex, .fixed_flex{
  display:flex;
}

.flex_content{
  width:100%;
  position:relative;
}

.padding_1x{
  padding:1rem;
}

.padding_2x{
  padding:2rem;
}

.padding_3x{
  padding:3rem;
}

.padding_4x{
  padding:4rem;
}

.big{
  font-size:3.5em;
}

.medium{
  font-size:2em;
}

.small{
  font-size:1.3em;
}

.slider.btn{
  padding:1rem;
  border-radius:5px;
  color:var(--white);
  position:relative;
  border:0;
  text-align:center;
  
}

.btn_3{
  display:block;
  background-color:0;
  color:var(--white);
  position:relative;
  font-family:var(--default_font);
  font-weight:400;
  text-transform:uppercase;
}

.btn_3:before{
  content:"";
  border-radius:50%;
  background-color:rgba(255,255,255,0.2);
  position:absolute;
  left:0;
  top:50%;
  width:40px;
  height:40px;
  transition:0.5s;
  transform:translate(0%, -50%);
}
.btn_3:after{
  content:"\f178";
  font-family:"FontAwesome";
  margin-left:5px;
}
.btn_3:hover:before{
  border-radius:40px;
  width:100%;
}
@media (max-width:920px){
  .flex{
      flex-wrap:wrap;
  }  
  .padding_1x, .padding_2x, .padding_3x, .padding_4x{
      padding:1rem;
  }  
  .big{
      font-size:1.8em;
  }  
  .medium{
      font-size:1.3em;
  }
.small{
      font-size:1.1em;
  }
  .btn{
      padding:0.5rem 1rem;
  }
  a, p, .btn{
      font-size:12px;
  }
}
.slider {
  position: relative;
  width: 100%;
  height: 100vh;
}
ul{
  padding:0;
  margin:0;
}
.slider .title{
  font-weight:400;
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: clip .7s ease-in-out, z-index 0s .7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display:flex;
  align-items:center;
  justify-content:left;
}
.slider li:nth-child(1){
  background:linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgba(1, 1, 1, 0.534) 51%, rgba(1,1,1,0.2) 100%), url("../../images/SLIDER-3.jpg");
  background-size: cover;
  background-position:top left;
}
.slider li:before{
  content:"";
  position:absolute;
  top:-20px;
  right:0;
  width:80px;
  height:80px;
  background-size:100% 100%;
  transition-delay: 1s;
  /* transform: rotate(-90deg); */
  z-index:1;
}
.slider li:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:300px;
  height:300px;
  background-image:url("https://i.postimg.cc/KjKbwDfR/slider-shape-2.png");
  background-size:100% 100%;
  /* transform:rotate(360deg); */
transition: all 1.5s cubic-bezier(0,0,.2,1);
  z-index:1;
  background-position:center left;
}
.slider li:nth-child(2){
  background:linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgba(1, 1, 1, 0.534) 51%, rgba(1,1,1,0.2) 100%), url("../../images/SLIDER-1.jpg");
  background-size: cover;
  background-position:top left;
}
.slider li:nth-child(3){
  background:linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgba(1, 1, 1, 0.534) 51%, rgba(1,1,1,0.2) 100%), url("../../images/SLIDER-2.jpg");
  background-size: cover;
  background-position:top left;
}
.slider li:nth-child(4){
  background:linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgba(1, 1, 1, 0.534) 51%, rgba(1,1,1,0.2) 100%), url("../../images/SLIDER-1.jpg");
  background-size: cover;
  background-position:top left;
}

.slider article{
  width:60%;
  margin-top:4rem;
  color: #fff;
  z-index:11;
}

.slider h3 + p {
  display: inline-block;
  color: var(--lite);
  font-weight:300;
}

.slider h3, .slider h3 + p, .slider p + .btn, li:after{
  opacity: 0;
  transition: opacity .7s 0s, transform .5s .2s;
  transform: translate3d(0, 50%, 0);
}

li.current h3, li.current h3 + p, li.current p + .btn, li.current:after {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.slider li:before{
  transition: 0.5s;
  top:-250px !important;
}

li.current:before{
  transition-delay: 1s;
  /* transform: rotate(-90deg); */
  top:10px !important;
}

li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
  clip: rect(0, 0, 100vh, 0);
}

.slider aside {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  text-align: center;
  z-index: 10;
}

.slider aside a {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: var(--white);
  margin: 0 0.2rem;
  transition: transform .3s;
}

.slider em{
  background: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

a.current_dot {
  transform: scale(1.4);
  background:var(--primary) !important;
}

@media screen and (max-width: 920px) {
  header{
      height:70vh;
      position:relative;
  }
  
  .cs-down{
      display:none;
  }

  .slider{
      height:70vh;
  }
  
  .slider article{
      width:100%;
      margin-top:2rem;
  }
  
  .slider li:nth-child(2){
      background-position:top center;
  }
  
  .slider li:nth-child(3){
      background-position:top center;
  }
  
  li.current:before{
      top:-30px;
      right:-10px;
  }
}
.active{
  color: #04AA6D;
}