/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";

/*--- */
/* text color*/
/* for fill background-color */
/* color palette */
/* color palette */
.hidden {
  display: none !important;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  color: #666666;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: auto;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex>[class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-48 {
  padding-bottom: 48px;
}

.p-b-26 {
  padding-bottom: 26px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-l-20 {
  padding-left: 20px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-44 {
  margin-bottom: 44px;
}

ul li {
  list-style-type: none;
}

a {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #0049ff;
}

button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.full-width {
  width: 100% !important;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.b-0 {
  border: 0;
}

.text-muted {
  color: #656565 !important;
}

.fa {
  font-size: 14px;
}

a,
.btn,
.btn:hover {
  text-decoration: none;
}

a:focus,
.btn:focus,
.btn:focus {
  outline: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.invalid-feedback {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.select,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 34px;
  border: 1px solid;
  color: #707070;
  margin-bottom: 14px;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

button.btn.primary-btn.fill-primary {
  background: #ffb600;
  color: #242424;
  border-color: #ffb600;
  -webkit-box-shadow: 0 18px 40px -12px rgba(255, 182, 0, 0.35);
  box-shadow: 0 18px 40px -12px rgba(255, 182, 0, 0.35);
}

button.btn.primary-btn.fill-primary:hover {
  background: #daa520;
  border-color: #daa520;
  color: #212121;
  -webkit-box-shadow: 0 24px 48px -12px rgba(218, 165, 32, 0.6);
  box-shadow: 0 24px 48px -12px rgba(218, 165, 32, 0.6);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

li button.btn.primary-btn.btn-outline,
button.btn.primary-btn.btn-outline {
  border-color: #ffb600;
  color: #fff;
}

li button.btn.primary-btn.btn-outline {
  margin-bottom: 0;
  font-size: 13px;
  margin-left: 14px;
}

button.btn.primary-btn.btn-outline {
  padding: 14px 34px;
}

li button.btn.fill-transparent,
button.btn.fill-transparent {
  background: transparent;
}

li button.btn.primary-btn.btn-outline.fill-transparent:hover,
button.btn.primary-btn.btn-outline.fill-transparent:hover {
  background: #daa520;
  border-color: #daa520;
  color: #212121;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.btn.black-btn.btn-outline.fill-transparent {
  background: #f8f8f8;
  color: #707070;
  border-color: #707070;
  -webkit-box-shadow: 0 18px 40px -12px rgba(33, 33, 33, 0.16);
  box-shadow: 0 18px 40px -12px rgba(33, 33, 33, 0.16);
}

button.btn.black-btn.btn-outline.fill-transparent:hover {
  background: #707070;
  border-color: #707070;
  color: #fff;
  -webkit-box-shadow: 0 24px 48px -12px rgba(33, 33, 33, 0.6);
  box-shadow: 0 24px 48px -12px rgba(33, 33, 33, 0.6);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

section {
  padding: 60px 0;
}

section.page-title {
  padding: 20px 0;
  background: #e1e1e1;
}

.page-title .section-title-wrapper {
  margin-bottom: 0;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-title {
  font-family: "Raleway", "Open Sans", sans-serif;
  font-size: calc(30px + (36 - 30) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #212121;
  letter-spacing: 0.8px;
}

.section-title-wrapper {
  margin-bottom: 24px;
}

.section-subtitle {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}

/* card start */
.card {
  border: 0;
  border-radius: 4px;
  margin-bottom: 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.card:hover {
  -webkit-box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.card-img {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  /* margin-bottom: 10px; */
}

.card-img.img-sm img {
  height: 200px;
}

.card-img img {
  width: 100%;
  height: 166px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-title {
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 500;
  text-align: center;
  color: #212121;
  margin-bottom: 0;
}

.card-blurb-wrapper {
  padding: 14px;
}

.card .blurb-wrapper {
  padding: 20px;
  margin: 0;
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.-img-lg img {
  height: 351px;
}

.card:hover .card-img img {
  -webkit-transform: scale(1.06) translateZ(0);
  transform: scale(1.06) translateZ(0);
  opacity: 0.9;
}

.card-blurb-wrapper.gradient-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px;
}

.gradient-bg {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(20%, rgba(0, 0, 0, 0.7041097689)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.7041097689) 20%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.7041097689) 20%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.card-blurb-wrapper.gradient-bg .card-title {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: normal;
}

/* card close */
/* ellipsis start */
.ellipsis {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 50px;
  left: 0;
  z-index: 2;
}

.ellipsis {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, white 100%);
}

.ellipsis-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: unset;
  max-height: 116px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
}

/* ellipsis close */
/* navigation bar start */
.navigation-bar {
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 14px 0;
  background: rgba(251, 251, 251, 0);
  -webkit-box-shadow: 0px 6px 8px -4px rgba(0, 0, 0, 0);
  box-shadow: 0px 6px 8px -4px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
}

.navigation-bar.light-nav {
  background: #fbfbfb;
  -webkit-box-shadow: 0px 6px 8px -4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 6px 8px -4px rgba(0, 0, 0, 0.04);
}

.navigation-bar.light-nav .navbar-brand img {
  width: 54px;
}

.navigation-bar.light-nav .navbar-expand-lg .navbar-nav .nav-link {
  color: #707070;
}

.navigation-bar.light-nav li button.btn.primary-btn.btn-outline {
  color: #707070;
}

.navigation-bar.light-nav li button.btn.primary-btn.btn-outline:hover {
  color: #fff;
}

.navigation-bar.light-nav .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ffb600;
}

.navigation-bar.light-nav .lang-select button.btn-select li::after {
  color: #707070;
}

.navigation-bar.light-nav .lang-select button.btn-select:hover li::after {
  color: #ffb600;
}

nav {
  z-index: 1;
}

.navbar {
  padding: 0;
}

a.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 8px;
  position: absolute;
  top: -14px;
  left: 0;
  background: #fbfbfb;
}

.brand-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "Merriweather", sans-serif;
  text-transform: uppercase;
}

.brand-name span {
  font-size: 14px;
}

.pull-right ul.navbar-nav {
  margin-left: auto;
}

.navbar-brand img {
  width: 64px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-brand {
  font-family: "Open Sans", serif, "Merriweather", sans-serif;
}

nav ul.nav.navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Poppins", "serif", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 16px;
  color: #ebebeb;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navigation-bar.light-nav .navbar-expand-lg .navbar-nav .active>.nav-link,
.navigation-bar.light-nav .navbar-expand-lg .navbar-nav .nav-link.active,
.navigation-bar.light-nav .navbar-expand-lg .navbar-nav .nav-link.show {
  color: #ffb600;
}

.navbar-expand-lg .navbar-nav .nav-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ffb600;
  cursor: pointer;
}

nav .navbar-nav .nav-item {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler {
  color: white;
  border-color: white;
}

button.navbar-toggler {
  position: relative;
  display: block;
  background: 0 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 44px;
  height: 34px;
  cursor: pointer;
}

button span.line {
  position: relative;
  height: 2px;
  background: #585858;
  width: 100%;
  display: block;
  margin: 4px 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button.navbar-toggler:hover span.line {
  background: rgba(112, 112, 112, 0.7);
}

button.navbar-toggler {
  color: unset;
  border: 0;
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-135deg);
  -ms-transform: translateY(6px) rotate(-135deg);
  transform: translateY(6px) rotate(-135deg);
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(135deg);
  -ms-transform: translateY(0) rotate(135deg);
  transform: translateY(0) rotate(135deg);
  opacity: 0;
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(135deg);
  -ms-transform: translateY(-6px) rotate(135deg);
  transform: translateY(-6px) rotate(135deg);
}

.collapsing {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 8px 14px -4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 8px 14px -4px rgba(0, 0, 0, 0.16);
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
  background: transparent;
}

.dropdown-menu a.dropdown-item.nav-link {
  color: #585858;
}

li button.btn.primary-btn.btn-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 20px;
}

li button.btn.primary-btn.btn-outline span.icon {
  margin-right: 10px;
  font-size: 20px;
}

/* navigation bar close */
/* language selector start */
.language-selector {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.language-selector .vodiapicker {
  display: none;
}

.language-selector #a {
  padding-left: 0px;
}

.language-selector #a img {
  width: 22px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.language-selector .btn-select img {
  width: 32px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.language-selector #a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.language-selector #a li:hover {
  background-color: #f4f3f3;
}

.language-selector #a li img {
  margin: 5px;
}

.language-selector #a li span,
.language-selector .btn-select li span {
  margin-left: 30px;
}

/* item list */
.language-selector .b {
  position: absolute;
  top: 48px;
  background: #fff;
  display: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.language-selector .open {
  display: show !important;
}

.language-selector .btn-select {
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.language-selector .btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.language-selector .btn-select:hover li img {
  opacity: 0.9;
}

.language-selector .btn-select:hover li::after {
  color: #ffb600;
}

.language-selector .btn-select:hover {
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 0px 0px 1px transparent;
  box-shadow: inset 0 0px 0px 1px transparent;
}

.language-selector .btn-select:focus {
  outline: none;
}

button.btn-select li span {
  display: none;
}

.language-selector .b #a li {
  font-size: 13px;
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 4px 12px;
  cursor: pointer;
}

.language-selector .b #a li span {
  margin-left: 12px;
  color: #212121;
}

.language-selector #a {
  margin-bottom: 0;
}

.lang-select button.btn-select li::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.language-selector .b #a::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-left: none;
}

.language-selector .b #a::after {
  top: calc(-0.25rem - 1px);
  left: 1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* language selector close */
/* header-intro section start */
section.header-intro {
  position: relative;
  padding: 0;
}

.intro-header-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.intro-header-wrapper .intro-header-title {
  font-family: "Raleway", "Open Sans", sans-serif;
  font-size: calc(34px + (64 - 34) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
  color: #ffb600;
  position: relative;
  margin-top: 34px;
  margin-bottom: 14px;
  line-height: 58px;
}

.intro-header-wrapper .blurb {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 34px;
  letter-spacing: 0.6px;
}

.hero-img-wrapper {
  width: 100%;
  height: calc(100vh - 63px);
  height: 625px;
  overflow: hidden;
}

.hero-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.hero-img-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hero-img-wrapper img {
  -webkit-transition: all 7.2s ease;
  -o-transition: all 7.2s ease;
  transition: all 7.2s ease;
}

.scroll-down {
  display: block;
  /* margin: -5% auto 5%; */
  position: relative;
  width: 62px;
  height: 62px;
  margin: 0px auto 0;
  position: absolute;
  bottom: -94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    background-size: 0 auto;
  }

  10% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    background-size: 20% auto;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    background-position: center bottom;
    background-size: 0 auto;
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    background-size: 0 auto;
  }

  10% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    background-size: 20% auto;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    background-position: center bottom;
    background-size: 0 auto;
  }
}

.scroll-down a {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  background-size: 0 auto;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-repeat: no-repeat;
}

.scroll-down a:before,
.scroll-down a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/angle-down.svg") no-repeat center top;
  background-size: 100% auto;
}

.scroll-down a:before {
  -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  animation: pulse 1.5s 0.25s infinite normal ease forwards;
}

.scroll-down a:after {
  -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  animation: pulse 1.5s 0.5s infinite normal ease forwards;
}

.about-us .blurb-wrapper::after,
.why-us .blurb-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-radius: 0;
}

.about-us .blurb-wrapper::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(233, 241, 238, 0.7)), to(#e9f1ee));
  background: -o-linear-gradient(top, rgba(233, 241, 238, 0.7) 0, #e9f1ee 100%);
  background: linear-gradient(to bottom, rgba(233, 241, 238, 0.7) 0, #e9f1ee 100%);
}

/* header-intro section close */
/* about-us section start */
section.about-us {
  padding-top: 90px;
}

.about-img-wraper {
  text-align: center;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

section.about-us .about-img-wraper img {
  width: 100%;
  height: 480px;
}

.about-img-wraper img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.about-img-wraper:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.16);
}

.about-us-content-wrapper {
  padding-left: 20px;
}

section.about-us .section-title {
  text-align: left;
}

section.about-us .blurb {
  font-size: 14px;
  color: #212121;
  letter-spacing: 0.4px;
  font-weight: 500;
}

section.about-us .blurb p {
  margin-bottom: 14px;
}

.about-us-row {
  padding-bottom: 60px;
}

/* about-us section close */
/* mossel section start */
.mossel-row {
  padding: 60px 0 0;
}

.mossel .section-title {
  text-align: left;
  margin-top: -44px;
}

.col-12.order-3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mossel .section-subtitle {
  color: #212121;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.4px;
}

.mossel .section-subtitle span.count {
  font-size: 24px;
}

.mossel .section-subtitle span {
  font-size: 14px;
}

.mossel-img-wraper {
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mossel-img-wraper img {
  width: 100%;
  height: 239px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mossel-img-wraper:hover img {
  -webkit-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.16);
}

/* mossel section close */
/* our-menu & suggestions section start */
.our-menu .card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.16);
}

.our-menu .card .card-title {
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.our-menu .card-blurb-wrapper:hover .card-title {
  color: #750;
}

.our-menu-row {
  padding-bottom: 60px;
}

.suggestions-row {
  padding-top: 60px;
}

.suggestion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.suggestion-img-wrapper {
  margin-right: 14px;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.suggestion-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.suggestion-item:hover .suggestion-img-wrapper {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.16);
}

.suggestion-item:hover img {
  -webkit-transform: scale(1.06) translateZ(0);
  transform: scale(1.06) translateZ(0);
  opacity: 0.9;
}

h4.suggestion-item-title {
  font-size: 16px;
  color: #212121;
  margin-top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 114px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

h4.suggestion-item-title span.item-title {
  font-weight: 700;
  max-width: 80%;
  width: auto;
  padding-right: 4px;
  background: #f8f8f8;
  white-space: normal;
  word-break: break-word;
  line-height: 24px;
  z-index: 1;
}

.dots {
  border-bottom: 1px dotted #adadad;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.menu-item-price {
  background: #f8f8f8;
  margin-left: auto;
  padding-left: 4px;
  z-index: 1;
}

/* our-menu & suggestions section close */
/* testimonial section start */
.testimonial-item-wrapper {
  background: #fff;
  padding: 24px;
  border: 0;
  border-radius: 4px;
  margin-bottom: 24px;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
  box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
  color: #212121;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonial-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.16);
}

.review-blurb {
  font-size: 16px;
  margin-bottom: 12px;
}

.review-blurb p.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-date {
  color: #585858;
  font-size: 14px;
}

.reviewer-name {
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}

.reviewer-name::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #212121;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.review-blurb p {
  margin-bottom: 4px;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-wrapper button.btn.primary-btn {
  margin-right: 14px;
}

.stars {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stars .star polygon {
  fill: #d8d8d8;
}

.stars .star:hover~.star polygon {
  fill: #d8d8d8 !important;
}

.stars[data-stars] .star polygon {
  fill: #f8b805;
}

.stars[data-stars="1"] .star:nth-child(1)~.star polygon {
  fill: #d8d8d8;
}

.stars[data-stars="2"] .star:nth-child(2)~.star polygon {
  fill: #d8d8d8;
}

.stars[data-stars="3"] .star:nth-child(3)~.star polygon {
  fill: #d8d8d8;
}

.stars[data-stars="4"] .star:nth-child(4)~.star polygon {
  fill: #d8d8d8;
}

.stars[data-stars="5"] .star:nth-child(5)~.star polygon {
  fill: #d8d8d8;
}

/* testimonial section close */
/* gallery section start */
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1;
}

section.gallery a {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.08);
}

section.gallery a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.08);
}

section.gallery a img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

section.gallery a:hover img {
  -webkit-transform: scale(1.06) translateZ(0);
  transform: scale(1.06) translateZ(0);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}

section.gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

section.gallery a:hover .overlay {
  opacity: 0.4;
}

section.gallery .search-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: #ffb600;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

section.gallery .search-icon::after {
  position: absolute;
  font-family: "unicons";
  content: "";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #212121;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

section.gallery a:hover .search-icon {
  opacity: 1;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
}

/* gallery section close */
/* newsletter sectiono start */
section.newsletter {
  background: #f5f5f5;
}

section.newsletter .section-title-wrapper {
  text-align: center;
  margin-bottom: 14px;
}

section.newsletter .section-title {
  line-height: 36px;
}

section.newsletter .newsletter-sub-header {
  font-size: 20px;
  line-height: 22px;
}

.newletter-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

section.newsletter .blurb {
  margin-bottom: 24px;
}

form.newsletter-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-group.form-input {
  margin-right: 24px;
}

::-webkit-input-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

::-ms-input-placeholder {
  color: #707070;
}

::placeholder {
  color: #707070;
}

.form-group.form-input input[type=email] {
  height: 51px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  padding: 8px 14px 8px 24px;
  -webkit-box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-group.form-btn button.btn.primary-btn.fill-primary {
  margin-bottom: 0;
}

.form-group.form-input input[type=email]:hover,
.form-group.form-input input[type=email]:focus {
  background: #fff;
  -webkit-transform: scale(1) translateY(-5px);
  -ms-transform: scale(1) translateY(-5px);
  transform: scale(1) translateY(-5px);
  -webkit-box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
  box-shadow: 0px 24px 43px 0px rgba(173, 179, 192, 0.15);
}

.form-group.form-input input[type=email]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

/* newsletter sectiono close */
/* contact section start */
section.contact {
  padding: 60px 0;
}

.contact-item .title {
  font-weight: 700;
  margin-bottom: 4px;
}

.contact-item {
  color: #212121;
  font-size: 14px;
  padding: 0 24px;
  margin-bottom: 24px;
}

.contact-item.contact-info .blurb-item,
.contact-item.contact-info .blurb-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-item.contact-info .blurb-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-item span.warning {
  color: #f44336;
}

.contact-item .blurb-item span.icon {
  margin-right: 8px;
  font-size: 24px;
}

.contact-item .blurb-item span.icon i {
  color: #585858;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-item .blurb {
  line-height: 30px;
  font-weight: normal;
}

.contact-item.contact-info .blurb-item a {
  width: 100%;
}

.contact-item.contact-info .blurb-item:hover,
.contact-item.contact-info .blurb-item:hover i,
.contact-item .blurb-item a:hover,
.contact-item .blurb-item a:hover i {
  color: #0042eb;
}

.contact-item.contact-info .blurb-item:hover span.icon i {
  color: #0042eb;
}

.contact-item .blurb .social ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-item .blurb .social ul li {
  margin: 0 14px 14px 0;
  /* display: inline-block; */
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 2px solid rgba(88, 88, 88, 0.05);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-item .blurb .social ul li i {
  font-size: 28px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-item.social .title {
  margin-bottom: 12px;
}

.contact-item .blurb .social ul li:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

li.facebook:hover i {
  color: #3b5998;
}

.contact-item .blurb .social ul li.facebook:hover {
  border-color: #3b5998;
  -webkit-box-shadow: 0px 24px 43px 0px rgba(59, 89, 152, 0.15);
  box-shadow: 0px 24px 43px 0px rgba(59, 89, 152, 0.15);
}

li.twitter:hover i {
  color: #00aced;
}

.contact-item .blurb .social ul li.twitter:hover {
  border-color: #1da1f2;
  -webkit-box-shadow: 0px 24px 43px 0px rgba(29, 161, 242, 0.15);
  box-shadow: 0px 24px 43px 0px rgba(29, 161, 242, 0.15);
}

li.instagram:hover i {
  color: #c32aa3;
}

.contact-item .blurb .social ul li.instagram:hover {
  border-color: #c32aa3;
  -webkit-box-shadow: 0px 24px 43px 0px rgba(195, 42, 163, 0.15);
  box-shadow: 0px 24px 43px 0px rgba(195, 42, 163, 0.15);
}

/* contact section close */
/* footer sectio start */
footer.footer-area {
  background: #212121;
  padding: 12px 0 10px;
}

footer .copyright-text {
  color: #ebebeb;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: normal;
  letter-spacing: 0.5px;
}

footer .copyright-text .copyright {
  margin-right: 24px;
}

footer .poweredBy a {
  color: #ebebeb;
  font-size: 12px;
}

footer .poweredBy a:hover {
  color: #ffb600;
}

footer a {
  color: #ffb600;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer a:hover {
  color: #ffb600;
}

/* footer sectio close */
/* back-to-top button start */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 70px;
  height: 52px;
  width: 52px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(46, 46, 46, 0.2);
  box-shadow: inset 0 0 0 2px rgba(46, 46, 46, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  background: rgba(248, 248, 248, 0.86);
}

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

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "";
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  opacity: 0;
  background-image: -o-linear-gradient(152deg, #daa520, #c0913b);
  background-image: linear-gradient(298deg, #daa520, #c0913b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 52px;
  width: 52px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "";
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  color: #daa520;
  left: 0;
  top: 0;
  height: 52px;
  width: 52px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle {
  border-radius: 50%;
}

.progress-wrap svg.progress-circle path {
  stroke: #daa520;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.progress-wrap:hover svg.progress-circle {
  -webkit-box-shadow: 0px 24px 43px 0px rgba(218, 165, 32, 0.15);
  box-shadow: 0px 24px 43px 0px rgba(218, 165, 32, 0.15);
}

/* back-to-top button close */
/* hero-wrapper animation start */
.intro-header-title.custom-slide-up {
  -webkit-animation: custom-slide-up 1.2s both;
  animation: custom-slide-up 1.2s both;
}

.intro-header-wrapper .blurb.custom-slide-up {
  -webkit-animation: custom-slide-up 1.2s both;
  animation: custom-slide-up 1.2s both;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.intro-header-wrapper .btn.primary-btn.custom-slide-up {
  -webkit-animation: custom-slide-up 1.2s both;
  animation: custom-slide-up 1.2s both;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

@-webkit-keyframes custom-slide-up {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes custom-slide-up {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* hero-wrapper animation close */
/* terminologies animation start */
section.terminologies .row.animation-wrapper>[class*=col-]:nth-child(1)>[data-aos=slide-up] {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

section.terminologies .row.animation-wrapper>[class*=col-]:nth-child(2)>[data-aos=slide-up] {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

section.terminologies .row.animation-wrapper>[class*=col-]:nth-child(3)>[data-aos=slide-up] {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

section.terminologies .row.animation-wrapper>[class*=col-]:nth-child(4)>[data-aos=slide-up] {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

section.terminologies .row.animation-wrapper>[class*=col-]:nth-child(5)>[data-aos=slide-up] {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

section.terminologies .row.animation-wrapper>[class*=col-]:nth-child(6)>[data-aos=slide-up] {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

section.terminologies .row.animation-wrapper>[class*=col-]:nth-child(7)>[data-aos=slide-up] {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

section.terminologies .row.animation-wrapper>[class*=col-]:nth-child(8)>[data-aos=slide-up] {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

/* terminologies animation close */
/* our-menu animation start */
section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(14) {
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(16) {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(17) {
  -webkit-transition-delay: 850ms;
  -o-transition-delay: 850ms;
  transition-delay: 850ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(18) {
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(19) {
  -webkit-transition-delay: 950ms;
  -o-transition-delay: 950ms;
  transition-delay: 950ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(20) {
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(21) {
  -webkit-transition-delay: 1050ms;
  -o-transition-delay: 1050ms;
  transition-delay: 1050ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(22) {
  -webkit-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(23) {
  -webkit-transition-delay: 1150ms;
  -o-transition-delay: 1150ms;
  transition-delay: 1150ms;
}

section.our-menu .menu-item-row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(24) {
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

/* our-menu animation close */
/* suggestions animation start */
.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(14) {
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(16) {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(17) {
  -webkit-transition-delay: 850ms;
  -o-transition-delay: 850ms;
  transition-delay: 850ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(18) {
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(19) {
  -webkit-transition-delay: 950ms;
  -o-transition-delay: 950ms;
  transition-delay: 950ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(20) {
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(21) {
  -webkit-transition-delay: 1050ms;
  -o-transition-delay: 1050ms;
  transition-delay: 1050ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(22) {
  -webkit-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(23) {
  -webkit-transition-delay: 1150ms;
  -o-transition-delay: 1150ms;
  transition-delay: 1150ms;
}

.suggestions-row .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(24) {
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

/* suggestions animation close */
/* testimonials animation start */
section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

section.testimonials .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

/* testimonials animation close */
/* gallery animation start */
section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(14) {
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(16) {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(17) {
  -webkit-transition-delay: 850ms;
  -o-transition-delay: 850ms;
  transition-delay: 850ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(18) {
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(19) {
  -webkit-transition-delay: 950ms;
  -o-transition-delay: 950ms;
  transition-delay: 950ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(20) {
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(21) {
  -webkit-transition-delay: 1050ms;
  -o-transition-delay: 1050ms;
  transition-delay: 1050ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(22) {
  -webkit-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(23) {
  -webkit-transition-delay: 1150ms;
  -o-transition-delay: 1150ms;
  transition-delay: 1150ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(24) {
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(25) {
  -webkit-transition-delay: 1250ms;
  -o-transition-delay: 1250ms;
  transition-delay: 1250ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(26) {
  -webkit-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(27) {
  -webkit-transition-delay: 1350ms;
  -o-transition-delay: 1350ms;
  transition-delay: 1350ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(28) {
  -webkit-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(29) {
  -webkit-transition-delay: 1450ms;
  -o-transition-delay: 1450ms;
  transition-delay: 1450ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(30) {
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(31) {
  -webkit-transition-delay: 1550ms;
  -o-transition-delay: 1550ms;
  transition-delay: 1550ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(32) {
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(33) {
  -webkit-transition-delay: 1650ms;
  -o-transition-delay: 1650ms;
  transition-delay: 1650ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(34) {
  -webkit-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(35) {
  -webkit-transition-delay: 1750ms;
  -o-transition-delay: 1750ms;
  transition-delay: 1750ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(36) {
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(37) {
  -webkit-transition-delay: 1850ms;
  -o-transition-delay: 1850ms;
  transition-delay: 1850ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(38) {
  -webkit-transition-delay: 1900ms;
  -o-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(39) {
  -webkit-transition-delay: 1950ms;
  -o-transition-delay: 1950ms;
  transition-delay: 1950ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(40) {
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(41) {
  -webkit-transition-delay: 2050ms;
  -o-transition-delay: 2050ms;
  transition-delay: 2050ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(42) {
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  transition-delay: 2100ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(43) {
  -webkit-transition-delay: 2150ms;
  -o-transition-delay: 2150ms;
  transition-delay: 2150ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(44) {
  -webkit-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(45) {
  -webkit-transition-delay: 2250ms;
  -o-transition-delay: 2250ms;
  transition-delay: 2250ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(46) {
  -webkit-transition-delay: 2300ms;
  -o-transition-delay: 2300ms;
  transition-delay: 2300ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(47) {
  -webkit-transition-delay: 2350ms;
  -o-transition-delay: 2350ms;
  transition-delay: 2350ms;
}

section.gallery .row.animation-wrapper>[class*=col-][data-aos=custom-slide-up]:nth-child(48) {
  -webkit-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

/* gallery animation close */
[data-aos=custom-slide-up] {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

[data-aos=custom-slide-up].aos-animate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* custom popup start */
/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 11111;
}

/* Inner */
.popup-inner {
  max-width: 580px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* justify-content: center; */
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 25px 50px -12px rgba(255, 255, 255, 0.16);
  box-shadow: 0 25px 50px -12px rgba(255, 255, 255, 0.16);
}

.popup-content {
  width: calc(100% - 200px);
  margin-right: 14px;
  padding: 24px 4px 24px 24px;
}

.popup-inner .popup-img-wrapper {
  width: 200px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.popup-inner .popup-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* Close Button */
a.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 3.5px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff !important;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px 0px rgba(36, 36, 36, 0.08);
  box-shadow: 0 4px 8px 0px rgba(36, 36, 36, 0.08);
  background: #f44336;
  border: 2px solid #f44336;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a.popup-close:hover {
  text-decoration: none;
  border-color: #f22516;
  background: #f22516;
  -webkit-box-shadow: 0 25px 50px -12px rgba(242, 37, 22, 0.16);
  box-shadow: 0 25px 50px -12px rgba(242, 37, 22, 0.16);
}

.popup-inner h2 {
  color: #f44336;
  font-family: "Raleway", "Open Sans", sans-serif;
  font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.popup-inner p {
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #212121;
  margin-bottom: 0;
}

span.line-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: -3.7px;
}

a.popup-close:hover span.line {
  background: #fff;
}

span.line {
  position: relative;
  height: 4px;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  display: block;
  margin: 4px 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

span.line-wrapper .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-135deg) scale(0.6);
  -ms-transform: translateY(8px) rotate(-135deg) scale(0.6);
  transform: translateY(8px) rotate(-135deg) scale(0.6);
}

span.line-wrapper .line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(135deg) scale(0.6);
  -ms-transform: translateY(0) rotate(135deg) scale(0.6);
  transform: translateY(0) rotate(135deg) scale(0.6);
  opacity: 0;
}

span.line-wrapper .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(135deg) scale(0.6);
  -ms-transform: translateY(-8px) rotate(135deg) scale(0.6);
  transform: translateY(-8px) rotate(135deg) scale(0.6);
}

/* custom popup close */
/* preloader start */
body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  text-align: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #ffb600;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ffb600 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* preloader close */
@media (max-width: 991px) {
  .navigation-bar {
    background: #fbfbfb;
  }

  button.navbar-toggler {
    -webkit-transform: translateX(-64px);
    -ms-transform: translateX(-64px);
    transform: translateX(-64px);
    margin-left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #707070;
  }

  .navigation-bar li button.btn.primary-btn.btn-outline {
    color: #707070;
  }

  nav ul.nav.navbar-nav {
    display: block;
    max-height: calc(100vh - 60px);
    overflow: scroll;
  }

  nav .navbar-nav .nav-item {
    text-align: center;
  }

  .navigation-bar.light-nav li button.btn.primary-btn.btn-outline {
    margin-left: auto;
    margin-right: auto;
  }

  .language-selector {
    right: 0;
    top: 2px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .navigation-bar.light-nav .language-selector {
    top: 1px;
  }

  .language-selector .btn-select {
    margin-top: 0;
  }

  .language-selector .b {
    right: 0;
  }

  .language-selector .b #a::after {
    right: 1rem;
    left: unset;
  }

  .navigation-bar .lang-select button.btn-select li::after {
    color: #585858;
  }

  nav ul.nav.navbar-nav {
    padding-bottom: 24px;
  }

  .intro-header-wrapper {
    top: 52%;
  }

  .mossel-row .col-12.order-3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mossel-row .col-12.order-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mossel-row .col-12.order-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .mossel .section-subtitle {
    margin-bottom: 14px;
  }

  .contact-wrapper .card {
    padding: 24px 28px;
  }

  section.about-us .about-img-wraper img {
    max-width: 540px;
    width: 100%;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .progress-wrap::before {
    line-height: 60px;
    height: 60px;
    width: 60px;
  }

  .progress-wrap::after {
    line-height: 60px;
    height: 60px;
    width: 60px;
  }

  .progress-wrap {
    height: 60px;
    width: 60px;
  }

  section.header-intro .row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }

  section.header-intro .row {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-header-wrapper {
    padding: 60px 20px 0 20px;
    margin-bottom: 34px;
  }

  .intro-header-wrapper .intro-header-title {
    line-height: 54px;
  }

  .about-us-content-wrapper {
    padding-left: 0;
  }

  section.about-us .about-img-wraper img {
    height: 453px;
  }

  .mossel-img-wraper {
    text-align: left;
  }

  .mossel-img-wraper img {
    width: 100%;
    height: 348px;
    margin-bottom: 24px;
  }

  section.testimonials {
    padding-bottom: 46px;
  }

  .contact-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .our-menu-row .card {
    max-width: 255px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mossel-img-wraper img {
    height: auto;
  }

  .suggestion-item {
    display: block;
    padding: 0 14px;
  }

  .suggestion-img-wrapper {
    margin: 0 auto 14px auto;
  }

  h4.suggestion-item-title {
    width: 100%;
  }

  h4.suggestion-item-title span.item-title {
    background: transparent;
  }

  .dots {
    display: none;
  }

  .menu-item-price {
    background: transparent;
  }

  h4.suggestion-item-title {
    display: block;
    text-align: center;
  }

  h4.suggestion-item-title span.item-title {
    margin-bottom: 8px;
    display: block;
    width: 100%;
    max-width: unset;
  }

  .menu-item-price {
    margin-left: unset;
  }

  .popup-content {
    width: 100%;
    padding: 0;
    margin-bottom: 14px;
  }

  .popup-inner .popup-img-wrapper {
    margin: 0 auto 24px;
    width: 100%;
    height: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: none;
  }

  .popup-inner {
    display: block;
    padding: 24px;
  }

  a.popup-close {
    width: 42px;
    height: 42px;
    right: 14px;
  }

  span.line-wrapper {
    top: 1px;
  }
}

@media only screen and (max-width: 575.98px) and (min-width: 480px) {
  section.gallery .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  section.gallery a {
    height: auto;
  }

  section.about-us .about-img-wraper img {
    height: 431px;
  }
}

@media (max-width: 480px) {
  section.about-us .about-img-wraper img {
    height: auto;
  }

  section.gallery a {
    max-width: 350px;
    width: 100%;
    max-height: 240px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  section.our-menu .row.our-menu-row .menu-item-row>[class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .our-menu-row .card {
    max-width: 325px;
  }

  .menu-item-row .card-img img {
    height: auto;
  }

  section.testimonials .btn-wrapper {
    display: block;
  }

  section.testimonials .btn-wrapper button.btn.primary-btn.fill-primary {
    margin-bottom: 24px;
  }

  section.testimonials .btn-wrapper button.btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  footer .copyright-text {
    display: block;
    text-align: center;
  }

  form.newsletter-form {
    display: block;
  }

  .form-group.form-input {
    margin-right: 0;
  }

  .form-group.form-input input,
  .form-group.form-btn button {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .popup-inner {
    padding: 20px;
  }
}

@media (max-width: 375px) {
  .mossel-img-wraper img {
    height: 200px;
  }
}

@media (min-width: 480px) {
  .our-menu-row .card {
    height: calc(100% - 24px);
  }
}

@media (min-width: 576px) {
  section.gallery a {
    height: 165px;
  }

  .our-menu-row .card-img img {
    height: 156px;
    height: auto;
  }
}

@media (min-width: 768px) {
  section.gallery a {
    height: 144px;
  }

  .mossel-img-wraper img {
    height: 255px;
  }

  .our-menu-row .card-img img {
    height: auto;
  }
}

@media (min-width: 992px) {
  .navigation-bar.light-nav {
    padding: 4px 0;
  }

  section.gallery a {
    height: 198px;
  }

  nav ul.nav.navbar-nav {
    padding-right: 78px;
  }

  .mossel-img-wraper img {
    height: 198px;
  }

  section.about-us .about-img-wraper img {
    height: 400px;
  }

  .our-menu-row .card-img img {
    height: 137px;
  }
}

@media (min-width: 1200px) {
  section.gallery a {
    height: 240px;
  }

  .mossel-img-wraper img {
    height: 239px;
  }

  section.about-us .about-img-wraper img {
    width: 100%;
    height: 480px;
  }

  .our-menu-row .card-img img {
    width: 100%;
    height: 166px;
  }
}

@media (min-width: 1440px) {
  .hero-img-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  footer.footer-area {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}