@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Miniver|Rubik:300,400,500,700,900|Heebo:300,400,500,700,800&amp;display=swap");

:root {
  --primary-color: #e9161c;
  --secondary-color: #233d62;
}

.display-1 {
  font-size: 155px;
  font-family: "Kaushan Script";
  font-weight: 500;
  color: #eef0f3;
}

.display-2 {
  font-size: 112px;
  font-family: "Kaushan Script";
  font-weight: 500;
  color: #eef0f3;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 4px 20px;
}

.display-3 {
  font-size: 84px;
  font-family: "Kaushan Script";
  font-weight: 500;
  color: #eef0f3;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 4px 20px;
}

.display-4 {
  font-size: 72px;
  font-family: "Kaushan Script";
  font-weight: 500;
  color: #ffffff;
  text-shadow: none;
}

.heading-style {
  font-family: "Kaushan Script";
  font-weight: 500;
  color: #233d62;
}

h1 {
  font-size: 60px;
  font-weight: 700;
}

h2 {
  font-size: 50px;
  font-weight: 700;
}

h3 {
  font-size: 40px;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  font-weight: 600;
}

h5 {
  font-size: 24px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  font-weight: 500;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Heebo";
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body.cab-homepage-v1 {
  background: #ffffff;
}

a {
  text-decoration: none;
  color: #e9161c;
  transition: all 0.3s ease;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

a:hover {
  color: #233d62;
}

.hover-pointer {
  cursor: pointer;
}

.caret {
  border-top: 5px dashed #fbc11c;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #fbc11c !important;
}

.position-relative {
  position: relative;
}

ul {
  margin-bottom: 0;
}

.d-block {
  display: block;
}

.show-on-sm-down {
  display: none !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 99999;
}

.p-0 {
  padding: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

section {
  padding: 100px 0;
}

.color-primary {
  color: #e9161c;
}

.cab-heading-box {
  text-align: center;
  display: block;
  padding-bottom: 40px;
}

.cab-heading-box.v2 .cab-small-heading {
  display: block;
  min-width: 100%;
  min-height: auto;
  background: transparent;
}

.cab-heading-box.v2 .cab-small-heading h6 {
  color: #e9161c;
  font-family: "Miniver";
}

.cab-heading-box.v2 .cab-main-heading {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.cab-heading-box.v2 .cab-main-heading h3 {
  margin: 0 0;
  color: #233d62;
  font-family: "Kaushan Script";
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
}

.cab-heading-box.v2 .cab-main-heading.size-sm {
  max-width: 420px;
}

.cab-heading-box.v3 {
  padding-bottom: 0;
}

.cab-heading-box.v3 .cab-main-heading {
  min-height: 190px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cab-heading-box.v3 .cab-main-heading.img-alt {
  min-height: 196px;
}

.cab-heading-box.v3 .cab-main-heading.img-alt img {
  width: 148px;
}

.cab-heading-box.v3 .cab-main-heading img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 134px;
  transform: translateX(-50%);
}

.cab-heading-box.v3 .cab-main-heading h1 {
  font-size: 48px;
  text-transform: none;
}

.cab-heading-box .cab-small-heading {
  display: inline-block;
  min-width: 170px;
  min-height: 35px;
  background: url(../img/small-heading-bg-shape.png) no-repeat;
  background-position: center;
  background-size: 22% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cab-heading-box .cab-small-heading h6 {
  color: #ffffff;
  font-family: "Miniver";
}

.cab-heading-box .cab-main-heading.light h1 {
  color: #ffffff;
}

.cab-heading-box .cab-main-heading h1 {
  margin: 0 0;
  color: #233d62;
  font-family: "Kaushan Script";
  font-weight: 500;
  text-transform: capitalize;
}

.cab-heading-box.mini .big-heading-box {
  position: relative;
  height: 140px;
}

.cab-heading-box.mini .big-heading-box img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 130px;
}

.cab-heading-box.mini .big-heading-box h3 {
  font-size: 30px;
  font-family: "Kaushan Script";
  color: #ffffff;
  line-height: 180px;
  font-weight: 400;
}

.cab-mini-hero-section {
  padding: 240px 0 120px;
}

.cab-mini-hero-section .cab-mini-hero-inner {
  text-align: center;
}

.cab-mini-hero-section .cab-mini-hero-inner h5 {
  font-family: "Miniver";
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}

.cab-mini-hero-section .cab-mini-hero-inner h2 {
  margin-top: 0;
}

.cab-widget-box {
  margin-bottom: 64px;
}

.widget-t-m {
  margin-top: 90px;
}

.widget-title {
  font-size: 20px;
  font-weight: 400;
  color: #233d62;
  margin-bottom: 20px;
  font-family: "Kaushan Script";
}

.widget-title.v2 .heading {
  font-family: "Kaushan Script";
  font-weight: 400;
}

.widget-big-title {
  font-size: 28px;
  font-weight: 400;
  color: #233d62;
  margin-bottom: 20px;
  font-family: "Kaushan Script";
}

.cab-search-form-box form {
  display: flex;
  align-items: center;
}

.cab-search-form-box form input {
  border: 2px solid #e9161c;
  background: transparent;
  height: 48px;
  padding: 4px 20px;
  margin-right: -3px;
  font-family: "Miniver";
  flex: 1;
  outline: 0;
  transition: all 0.3s ease;
}

.cab-search-form-box form input:hover {
  background: #f8f5f2;
}

.cab-search-form-box form input:focus {
  border-color: #233d62;
  background: #f8f5f2;
}

.cab-search-form-box form .cab-search-btn {
  height: 48px;
  width: 52px;
  border: 2px solid #e9161c;
  background: #e9161c;
  color: #ffffff;
  line-height: 46px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.cab-search-form-box form .cab-search-btn:hover {
  background: #233d62;
  border-color: #233d62;
}

.cab-search-form-box.v2 form input {
  border: 2px solid #ebebeb;
  font-family: "Heebo";
  font-family: 500;
  color: #233d62;
}

.cab-search-form-box.v2 form input:hover,
.cab-search-form-box.v2 form input:focus {
  background: #f8f8f8;
}

.cab-search-form-box.v2 form input::-webkit-input-placeholder {
  color: #a9aaab;
}

.cab-search-form-box.v2 form input::-moz-placeholder {
  color: #a9aaab;
}

.cab-search-form-box.v2 form input:-ms-input-placeholder {
  color: #a9aaab;
}

.cab-search-form-box.v2 form input::-ms-input-placeholder {
  color: #a9aaab;
}

.cab-search-form-box.v2 form input::placeholder {
  color: #a9aaab;
}

.cab-search-form-box.v2 form .cab-search-btn {
  border: 2px solid #ebebeb;
  background: transparent;
  color: #233d62;
}

.cab-search-form-box.v2 form .cab-search-btn:hover {
  background: #233d62;
  border-color: #233d62;
  color: #ffffff;
}

.bootstrap-select .dropdown-toggle .caret {
  right: 0 !important;
}

.custom-select-style.v2 {
  display: inline-block;
}

.custom-select-style.v2 .bootstrap-select {
  box-shadow: none !important;
}

.custom-select-style.v2 .bootstrap-select .btn-default {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #687693;
  box-shadow: none !important;
}

.custom-select-style.v2 .bootstrap-select .btn-default:hover {
  color: #e9161c;
}

.custom-select-style.v2 .bootstrap-select .btn-default:hover,
.custom-select-style.v2 .bootstrap-select .btn-default:active,
.custom-select-style.v2 .bootstrap-select .btn-default:focus {
  outline: 0 !important;
}

.custom-select-style.v2 .bootstrap-select .btn-default .bs-caret {
  margin-left: 5px;
  font-size: 13px;
}

.custom-select-style.v2 .bootstrap-select .btn-default .filter-option-inner {
  transition: all 0.3s ease;
}

.custom-select-style.v2 .bootstrap-select .btn-default .filter-option-inner:hover {
  color: #e9161c;
}

.custom-select-style.v2 .bootstrap-select .dropdown-menu.open {
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.08) 0 5px 10px;
}

.custom-select-style.v2 .bootstrap-select .dropdown-menu.open a {
  padding: 6px 22px;
  font-size: 14px;
  color: #687693;
}

.custom-select-style.v2 .bootstrap-select .dropdown-menu.open a:hover,
.custom-select-style.v2 .bootstrap-select .dropdown-menu.open a.selected {
  color: #e9161c;
  background: #ebebeb;
}

.d-none {
  display: none;
}

.brief-description {
  text-align: center;
  max-width: 64%;
  margin: auto;
  margin-bottom: 20px;
}

.brief-description p {
  color: #687693;
}

[class^=flaticon-]:before {
  margin: 0 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.daterangepicker {
  font-family: "Heebo";
}

.daterangepicker .calendar-time {
  margin: 4px 10px 4px 2px;
}

.daterangepicker td.active {
  background: #e9161c;
  color: #ffffff;
  font-weight: 600 !important;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
  font-size: 14px;
  font-weight: 500;
}

.daterangepicker .drp-buttons {
  text-align: center;
}

.daterangepicker .drp-buttons .btn {
  border-radius: 0;
  border: none;
}

.daterangepicker .drp-buttons .btn.applyBtn {
  background: #e9161c;
  color: #ffffff;
}

.daterangepicker .drp-buttons .btn:focus,
.daterangepicker .drp-buttons .btn:active {
  outline: none;
}

.map-sample-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}

.custom-select-style.dark .caret {
  border-top: 5px dashed #fff;
}

.cab-btn {
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  display: inline-block;
  font-family: "Kaushan Script";
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.cab-btn i {
  font-size: 12px;
  margin-left: 6px;
}

.cab-btn.px-extra-padding {
  padding: 20px 48px !important;
}

.cab-btn.padding-v2 {
  padding: 14px 40px !important;
}

.cab-btn.padding-v3 {
  padding: 8px 28px !important;
}

.cab-btn.cab-btn-topbar {
  background: #ffffff !important;
  padding: 12px 26px !important;
}

.cab-btn:active,
.cab-btn:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}

.cab-btn.cab-btn-primary {
  background: #eef0f3;
  color: #e9161c;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cab-btn.cab-btn-primary:before {
  content: '';
  position: absolute;
  top: 0%;
  left: -8%;
  height: 100%;
  width: 10%;
  background: #e9161c;
  border-radius: 0 50% 50% 0;
  z-index: -1;
  visibility: hidden;
  transform: translateY(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.cab-btn.cab-btn-primary:hover {
  color: #eef0f3;
  text-decoration: none;
}

.cab-btn.cab-btn-primary:hover:before {
  visibility: visible;
  width: 140%;
  border-radius: 0 80px 80px 0;
}

.cab-btn.cab-btn-primary-outline {
  background: transparent;
  border: 2px solid #e9161c;
  color: #e9161c;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cab-btn.cab-btn-primary-outline:before {
  content: '';
  position: absolute;
  top: 0%;
  left: -8%;
  height: 100%;
  width: 10%;
  background: #e9161c;
  border-radius: 0 50% 50% 0;
  z-index: -1;
  visibility: hidden;
  transform: translateY(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.cab-btn.cab-btn-primary-outline:hover {
  color: #eef0f3;
  text-decoration: none;
}

.cab-btn.cab-btn-primary-outline:hover::before {
  visibility: visible;
  width: 140%;
  border-radius: 0 80px 80px 0;
}

.cab-btn.cab-btn-primary-filled {
  background: #e9161c;
  border: 2px solid #e9161c;
  color: #ffffff;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cab-btn.cab-btn-primary-filled.alt:before {
  background: #1e3740;
}

.cab-btn.cab-btn-primary-filled:before {
  content: '';
  position: absolute;
  top: 0%;
  left: -8%;
  height: 100%;
  width: 10%;
  background: #ffffff;
  border-radius: 0 50% 50% 0;
  z-index: -1;
  visibility: hidden;
  transform: translateY(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.cab-btn.cab-btn-primary-filled:hover {
  color: #e9161c;
  text-decoration: none;
  border: 2px solid #e9161c;
}

.cab-btn.cab-btn-primary-filled:hover:before {
  visibility: visible;
  width: 140%;
  border-radius: 0 80px 80px 0;
}

.cab-btn.cab-btn-secondary {
  background: #233d62;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cab-btn.cab-btn-secondary:before {
  content: '';
  position: absolute;
  top: 0%;
  left: -8%;
  height: 100%;
  width: 10%;
  background: #ffffff;
  border-radius: 0 50% 50% 0;
  z-index: -1;
  visibility: hidden;
  transform: translateY(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.cab-btn.cab-btn-secondary:hover {
  color: #233d62;
  text-decoration: none;
}

.cab-btn.cab-btn-secondary:hover:before {
  visibility: visible;
  width: 140%;
  border-radius: 0 80px 80px 0;
}

.cab-btn.cab-btn-secondary-outline {
  background: transparent;
  border: 2px solid #233d62;
  color: #233d62;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cab-btn.cab-btn-secondary-outline:before {
  content: '';
  position: absolute;
  top: 0%;
  left: -8%;
  height: 100%;
  width: 10%;
  background: #233d62;
  border-radius: 0 50% 50% 0;
  z-index: -1;
  visibility: hidden;
  transform: translateY(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.cab-btn.cab-btn-secondary-outline:hover {
  color: #ffffff;
  text-decoration: none;
}

.cab-btn.cab-btn-secondary-outline:hover::before {
  visibility: visible;
  width: 140%;
  border-radius: 0 80px 80px 0;
}

.cab-btn.cab-btn-secondary-filled {
  background: #233d62;
  border: 2px solid #233d62;
  color: #ffffff;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cab-btn.cab-btn-secondary-filled:before {
  content: '';
  position: absolute;
  top: 0%;
  left: -8%;
  height: 100%;
  width: 10%;
  background: #ffffff;
  border-radius: 0 50% 50% 0;
  z-index: -1;
  visibility: hidden;
  transform: translateY(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.cab-btn.cab-btn-secondary-filled:hover {
  color: #233d62;
  text-decoration: none;
  border: 2px solid #233d62;
}

.cab-btn.cab-btn-secondary-filled:hover:before {
  visibility: visible;
  width: 140%;
  border-radius: 0 80px 80px 0;
}

.secondary-link,
.secondary-link:visited,
.secondary-link:active {
  display: inline-block;
  background: #233d62;
  border: 2px solid #233d62;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 42px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.secondary-link.primary,
.secondary-link.primary:visited,
.secondary-link.primary:active,
.secondary-link:visited.primary,
.secondary-link:visited.primary:visited,
.secondary-link:visited.primary:active,
.secondary-link:active.primary,
.secondary-link:active.primary:visited,
.secondary-link:active.primary:active {
  background: #e9161c;
  border-color: #e9161c;
}

.secondary-link.primary:hover,
.secondary-link.primary:visited:hover,
.secondary-link.primary:active:hover,
.secondary-link:visited.primary:hover,
.secondary-link:visited.primary:visited:hover,
.secondary-link:visited.primary:active:hover,
.secondary-link:active.primary:hover,
.secondary-link:active.primary:visited:hover,
.secondary-link:active.primary:active:hover {
  background: #ffffff;
}

.secondary-link:hover,
.secondary-link:visited:hover,
.secondary-link:active:hover {
  color: #e9161c;
  border: 2px solid #e9161c;
  text-decoration: none;
  background: #ffffff;
}

.cab-btn-default {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  color: #233d62;
  padding: 16px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cab-btn-default:hover {
  color: #e9161c;
  border-color: #e9161c;
  background: #ffffff;
}

.form-group {
  margin-bottom: 36px !important;
}

.form-group .form-control.basic {
  border-radius: 0;
  border: 1px solid #ebebeb;
  height: 54px;
  font-size: 16px;
  font-family: "Miniver";
  color: #233d62;
  box-shadow: none;
  padding: 20px;
}

.form-group .form-control.basic::-webkit-input-placeholder {
  color: #a9aaab;
}

.form-group .form-control.basic::-moz-placeholder {
  color: #a9aaab;
}

.form-group .form-control.basic:-ms-input-placeholder {
  color: #a9aaab;
}

.form-group .form-control.basic::-ms-input-placeholder {
  color: #a9aaab;
}

.form-group .form-control.basic::placeholder {
  color: #a9aaab;
}

.form-group .form-control.basic:hover {
  border-color: #a9aaab;
}

.form-group .form-control.basic:focus {
  border-color: #e9161c;
}

.form-group .form-control.basic.comment-input {
  font-family: "Heebo";
}

.form-group textarea {
  height: auto !important;
  resize: none;
}

.form-group .cab-input-group {
  position: relative;
  margin-bottom: 10px;
}

.form-group .cab-input-group .input-icon {
  position: absolute;
  left: 10px;
  top: 0;
  font-weight: 400;
  color: #e9161c;
  z-index: 1;
}

.form-group .cab-input-group .input-icon i:before {
  font-size: 24px;
}

.form-group .cab-input-group .caret-icon-custom {
  right: 0;
  position: absolute;
  top: 10px;
}

.form-group .cab-input-group .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none;
  padding-left: 80px;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  color: #233d62;
  transition: all 0.3s ease;
}

.form-group .cab-input-group .form-control::-webkit-input-placeholder {
  color: #233d62;
}

.form-group .cab-input-group .form-control::-moz-placeholder {
  color: #233d62;
}

.form-group .cab-input-group .form-control:-ms-input-placeholder {
  color: #233d62;
}

.form-group .cab-input-group .form-control::-ms-input-placeholder {
  color: #233d62;
}

.form-group .cab-input-group .form-control::placeholder {
  color: #233d62;
}

.form-group .cab-input-group .form-control:focus {
  border-color: #e9161c;
}

.form-group .custom-select-style .form-control {
  padding-left: 0;
}

.form-group .custom-select-style .bootstrap-select>.dropdown-toggle {
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none;
  font-family: "Heebo";
  padding-left: 80px;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  color: #233d62;
  transition: all 0.3s ease;
}

.form-group .custom-select-style .bootstrap-select>.dropdown-toggle:active,
.form-group .custom-select-style .bootstrap-select>.dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
  border-color: #e9161c;
}

.form-group .custom-select-style .dropdown-menu {
  border: 1px solid #f8f8f8;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 5px 6px;
}

.form-group .custom-select-style .dropdown-menu>.inner {
  margin-top: 0;
}

.form-group .custom-select-style .dropdown-menu>.inner>.inner {
  padding: 8px 0;
  margin-top: 0;
  border: none;
  border-radius: 0;
}

.form-group .custom-select-style .dropdown-menu ul li a {
  padding: 12px 76px;
  font-size: 14px;
  font-weight: 400;
}

.form-group .custom-select-style .dropdown-menu ul li a:focus {
  outline: none;
}

.form-group .custom-select-style .dropdown-menu ul li.active a {
  background: #f8f5f2;
  color: #e9161c;
  font-weight: 600;
}

.form-group .custom-select-style .dropdown-menu ul li:focus {
  outline: none;
}

.form-dark-version .form-group .cab-input-group .form-control {
  color: #ffffff;
  text-align: center;
  padding-left: 0;
  border-color: rgba(255, 255, 255, 0.15);
}

.form-dark-version .form-group .cab-input-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.form-dark-version .form-group .cab-input-group .form-control::-moz-placeholder {
  color: #ffffff;
}

.form-dark-version .form-group .cab-input-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.form-dark-version .form-group .cab-input-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.form-dark-version .form-group .cab-input-group .form-control::placeholder {
  color: #ffffff;
}

.form-dark-version .form-group .cab-input-group .form-control:focus {
  border-color: rgba(255, 255, 255, 0.65);
}

.form-dark-version .form-group .custom-select-style .bootstrap-select>.dropdown-toggle {
  background: transparent;
  border: none;
  border-color: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding-left: 24px;
  text-align: center;
}

.form-dark-version .form-group .custom-select-style .bootstrap-select>.dropdown-toggle:active,
.form-dark-version .form-group .custom-select-style .bootstrap-select>.dropdown-toggle:focus {
  border-color: rgba(255, 255, 255, 0.65);
}

.form-dark-version .form-group .custom-select-style .bootstrap-select>.dropdown-toggle .filter-option-inner {
  text-align: center;
}

.form-dark-version .form-group .custom-select-style .dropdown-menu ul li a {
  padding: 10px 20px;
  font-size: 13px;
  text-align: center;
}

.cab-coming-soon-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.cab-coming-soon-section .cab-coming-soon-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.cab-coming-soon-section .cab-coming-soon-inner h1 {
  color: #ffffff;
}

.cab-coming-soon-section .cab-coming-soon-inner .cab-get-ready-tag {
  margin-top: 40px;
  background: #e9161c;
  color: #ffffff;
  font-size: 16px;
  padding: 11px 40px;
  display: inline-block;
}

.cab-coming-soon-section .cab-coming-soon-inner .cab-countdown-timer {
  margin-top: 20px;
}

.cab-coming-soon-section .cab-coming-soon-inner .cab-countdown-timer>div {
  display: inline-block;
  margin: 0 12px;
  margin-top: 20px !important;
  color: #ffffff;
  min-width: 152px;
  height: auto;
  padding: 30px 12px 36px;
  border: 1px solid #a9aaab;
}

.cab-coming-soon-section .cab-coming-soon-inner .cab-countdown-timer>div h1 {
  font-family: "Kaushan Script";
  font-weight: 300;
  margin: 0;
  margin-bottom: 4px;
}

.cab-coming-soon-section .cab-coming-soon-inner .cab-countdown-timer>div span {
  display: block;
}

.cab-coming-soon-section .cab-coming-soon-inner .cab-countdown-timer>div span:last-child {
  font-size: 14px;
}

.cab-search-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: scale(0.94);
}

.cab-search-overlay.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.cab-search-overlay .cab-search-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cab-search-overlay .cab-search-inner .search-form {
  width: 34%;
  margin: auto;
  position: relative;
}

.cab-search-overlay .cab-search-inner .search-form .close-search-overlay {
  color: #ffffff;
  position: absolute;
  right: 16px;
  top: -60px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cab-search-overlay .cab-search-inner .search-form .close-search-overlay:hover {
  color: #bcbcbc;
}

.cab-search-overlay .cab-search-inner .search-form form {
  position: relative;
  width: 100%;
}

.cab-search-overlay .cab-search-inner .search-form form input {
  width: 100%;
  height: 70px;
  padding: 14px 160px 14px 26px;
  border: 2px solid #d0d6de;
  border-radius: 50px;
  font-size: 20px;
  color: #233d62;
  font-family: "Miniver";
  transition: all 0.3s ease;
}

.cab-search-overlay .cab-search-inner .search-form form input::-webkit-input-placeholder {
  color: #8893aa;
  font-family: "Miniver";
  text-transform: capitalize;
}

.cab-search-overlay .cab-search-inner .search-form form input::-moz-placeholder {
  color: #8893aa;
  font-family: "Miniver";
  text-transform: capitalize;
}

.cab-search-overlay .cab-search-inner .search-form form input:-ms-input-placeholder {
  color: #8893aa;
  font-family: "Miniver";
  text-transform: capitalize;
}

.cab-search-overlay .cab-search-inner .search-form form input::-ms-input-placeholder {
  color: #8893aa;
  font-family: "Miniver";
  text-transform: capitalize;
}

.cab-search-overlay .cab-search-inner .search-form form input::placeholder {
  color: #8893aa;
  font-family: "Miniver";
  text-transform: capitalize;
}

.cab-search-overlay .cab-search-inner .search-form form input:focus {
  outline: 0;
  border-color: #e9161c;
}

.cab-search-overlay .cab-search-inner .search-form form button {
  min-width: 150px;
  height: 64px;
  border-radius: 50px;
  background: #e9161c;
  outline: 0;
  font-size: 18px;
  border: 2px solid #e9161c;
  color: #ffffff;
  font-family: "Heebo";
  position: absolute;
  right: 4px;
  top: 3px;
  transition: all 0.3s ease;
}

.cab-search-overlay .cab-search-inner .search-form form button:hover {
  background: #233d62;
  border-color: #233d62;
}

.headroom--unpinned {
  transform: translateY(-100%);
  /* or whatever is appropriate */
}

.headroom--pinned {
  transform: translateY(0);
}

header {
  transition: all 0.3s ease;
}

header.cab-header.fixed-top {
  box-shadow: rgba(0, 0, 0, 0.06) 0 4px 12px;
}

header.cab-header.fixed-top .cab-centered-logo-box a:before {
  content: '';
  box-shadow: rgba(0, 0, 0, 0.06) 0 8px 7px;
}

header.cab-header li.has-dropdown {
  position: relative;
}

header.cab-header li.has-dropdown:hover>.dropdown-wrapper {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
}

header.cab-header li.has-dropdown.left-menu .dropdown-wrapper {
  left: 0;
  right: inherit;
}

header.cab-header li.has-dropdown.left-menu .has-dropdown .dropdown-wrapper {
  left: 100%;
  top: 0;
}

header.cab-header li.has-dropdown.right-menu .dropdown-wrapper {
  right: 0;
  left: inherit;
}

header.cab-header li.has-dropdown.right-menu .has-dropdown .dropdown-wrapper {
  right: 100%;
  top: 0;
}

header.cab-header li.has-dropdown .dropdown-wrapper {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background: #f8f5f2;
  z-index: 9999;
  min-width: 200px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 12px 10px;
  transition: all 0.3s ease;
  transform: scale(0.98) translateY(-10px);
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown {
  min-width: 310px;
  padding-top: 0;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner {
  padding: 10px 24px;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .cart-dropdown-item>a {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ebebeb;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .cart-dropdown-item>a:hover {
  border-bottom: 1px solid #e9161c;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .cart-dropdown-item>a:hover .item-title h6 {
  color: #e9161c;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .cart-dropdown-item>a .img-box {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .cart-dropdown-item>a .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .cart-dropdown-item>a .item-title {
  flex: 1;
  padding: 0 14px;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .cart-dropdown-item>a .item-title h6 {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #233d62;
  transition: all 0.3s ease;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .cart-dropdown-item>a .item-title small {
  color: #687693;
  font-weight: 500;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .cart-dropdown-item>a .quantity-box {
  font-size: 14px;
  color: #687693;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .total-amount {
  padding: 20px;
  color: #233d62;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .view-cart-btn {
  text-align: center;
  padding-bottom: 10px;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .view-cart-btn .cart-dropdown-btn {
  display: inline-block;
  width: auto;
  border: 2px solid #e9161c;
  padding: 5px 20px;
  color: #e9161c;
  text-align: center;
  text-transform: uppercase;
}

header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown .cart-dropdown-inner .view-cart-btn .cart-dropdown-btn:hover {
  color: #ffffff;
}

header.cab-header li.has-dropdown .dropdown-wrapper ul {
  padding-left: 0;
}

header.cab-header li.has-dropdown .dropdown-wrapper ul li {
  list-style: none;
  padding: 0 24px;
}

header.cab-header li.has-dropdown .dropdown-wrapper ul li:first-child {
  padding: 10px 24px 0 24px;
}

header.cab-header li.has-dropdown .dropdown-wrapper ul li:last-child {
  padding: 0 24px 10px 24px;
}

header.cab-header li.has-dropdown .dropdown-wrapper ul li a {
  display: block;
  color: #233d62;
  padding: 6px 0;
  margin: 3px 0;
  font-size: 15px;
  text-align: left;
  border-bottom: 2px solid transparent;
}

header.cab-header li.has-dropdown .dropdown-wrapper ul li a:hover,
header.cab-header li.has-dropdown .dropdown-wrapper ul li a.active {
  border-color: #e9161c;
  color: #e9161c;
}

header.cab-header.v1 {
  background: #ffffff;
}

header.cab-header.v1 .cab-main-navbar {
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

header.cab-header.v1 .cab-main-navbar .main-menu>ul {
  padding-left: 0;
  margin-bottom: 0;
}

header.cab-header.v1 .cab-main-navbar .main-menu>ul>li {
  list-style: none;
  display: inline-block;
  padding: 24px 0;
}

header.cab-header.v1 .cab-main-navbar .main-menu>ul>li>a {
  padding: 11px 18px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 40px;
  display: inline-block;
  color: #233d62;
  font-family: "Heebo";
  transition: all 0.3s ease-in-out;
}

header.cab-header.v1 .cab-main-navbar .main-menu>ul>li>a:hover,
header.cab-header.v1 .cab-main-navbar .main-menu>ul>li>a.active {
  background: #fde7e8;
  color: #e9161c;
  border-radius: 40px;
  text-decoration: none;
}

header.cab-header.v1 .cab-main-navbar .cab-left-nav-links {
  display: inline-block;
  text-align: right;
  position: relative;
  right: 26px;
}

header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box {
  width: 270px;
  display: inline-block;
  background: #ffffff;
  text-align: center;
  z-index: 99;
  position: relative;
}

header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a {
  position: absolute;
  display: block;
  width: 100%;
  height: 140px;
  top: -50px;
  left: -30px;
  border-radius: 60%;
  padding-top: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a:before {
  content: '';
  position: absolute;
  top: -18%;
  left: 2px;
  background: #ffffff;
  width: 100%;
  height: 190px;
  border-radius: 50%;
  z-index: -1;
  text-decoration: none !important;
}

header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a:hover,
header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a:visited,
header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a:active {
  text-decoration: none !important;
}

header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a img {
  width: 64px;
}

header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a .brand-name {
  display: block;
  margin: auto;
  font-size: 24px;
  padding-left: 10px;
  text-align: center;
  color: #e9161c;
  font-family: "Kaushan Script";
}

header.cab-header.v1 .cab-main-navbar .cab-right-nav-links {
  display: inline-block;
  text-align: left;
  position: relative;
  left: -26px;
}

/* Simple Dropdown Styles */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  min-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 10px 0px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 0;
}

.dropdown-menu a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background: #fbc11c;
}

header.cab-header.v1 .cab-sidebar-nav {
  display: none;
}

header.cab-header.v2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}

header.cab-header.v2.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

header.cab-header.v2 li.has-dropdown>.dropdown-wrapper {
  background: #ffffff;
}

header.cab-header.v2 .cab-header-inner {
  padding: 0 84px;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info {
  float: left;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info .cab-top-bar-info-box {
  display: inline-block;
  padding: 10px 40px;
  border-right: 1px solid #ffffff33;
  color: #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info .cab-top-bar-info-box:first-child {
  padding-left: 0;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info .cab-top-bar-info-box:last-child {
  padding-right: 0;
  border: none;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info .cab-top-bar-info-box a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info .cab-top-bar-info-box a:hover {
  color: #bcbcbc;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info .cab-top-bar-info-box.icon-r-space a i {
  margin-right: 4px;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-social-links {
  float: right;
  padding: 9px 0;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-social-links span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  margin-right: 12px;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-social-links a {
  color: #ffffff;
  font-size: 12px;
  padding: 0 2px;
  margin: 0 3px;
}

header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-social-links a:hover {
  color: #bcbcbc;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar.sticky {
  position: fixed;
  top: 0;
  left: 49.99%;
  transform: translateX(-50%);
  right: 0;
  padding: 0 82px;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box {
  float: left;
  margin-right: 68px;
  padding: 14px 0 14px;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box:hover .logo-text {
  color: #e9161c;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box img {
  width: 200px;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box .logo-text {
  color: #ffffff;
  font-size: 26px;
  transition: all 0.3s ease;
  font-family: "Kaushan Script";
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box {
  float: left;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box .clode-sidebar-v2 {
  display: none;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul {
  padding-left: 0;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li {
  list-style: none;
  display: inline-block;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 35px 24px;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a:hover {
  color: #fbc11c;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a.active {
  color: #fbc11c;
  font-weight: 600;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box {
  float: right;
  padding: 0;
  display: flex;
  align-items: center;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links {
  margin-right: 10px;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links ul {
  display: inline-flex;
  align-items: center;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links ul li {
  display: inline-block;
  padding: 24px 0;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links ul li>a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  color: #233d62;
  background: #d6d9e0;
  margin-right: 8px;
  position: relative;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links ul li>a:hover {
  background: #bcbcbc;
  color: #e9161c;
}

header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links ul li>a .red-dot {
  font-size: 11px;
  color: #ffffff;
  padding: 4px;
  width: 18px;
  height: 18px;
  line-height: 12px;
  display: block;
  background: #e9161c;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: -4px;
}

header.cab-header.v3,
header.cab-header.v4 {
  border-bottom: 1px solid #ffffff33;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
}

header.cab-header.v3.fixed-top,
header.cab-header.v4.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

header.cab-header.v3 .cab-header-inner,
header.cab-header.v4 .cab-header-inner {
  padding: 0 84px;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar.sticky,
header.cab-header.v4 .cab-header-inner .cab-main-navbar.sticky {
  position: fixed;
  top: 0;
  left: 49.99%;
  transform: translateX(-50%);
  right: 0;
  padding: 0 58px;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box {
  float: left;
  margin-right: 68px;
  padding: 20px 0;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box:hover .logo-text,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box:hover .logo-text {
  color: #e9161c;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box img,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box img {
  width: 60px;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box .logo-text,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box .logo-text {
  color: #ffffff;
  font-size: 26px;
  transition: all 0.3s ease;
  font-family: "Kaushan Script";
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box {
  float: left;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box .clode-sidebar-v2,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box .clode-sidebar-v2 {
  display: none;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul {
  padding-left: 0;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li {
  list-style: none;
  padding: 35px 0px;
  display: inline-block;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 30px;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a:hover,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a:hover {
  background: rgba(255, 255, 255, 0.1);
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a.active,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a.active {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 400;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box {
  float: right;
  padding: 31px 0;
  display: flex;
  align-items: center;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info {
  color: #ebebeb;
  font-size: 16px;
  padding-right: 30px;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info a,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info a {
  color: #ebebeb;
  font-size: 16px;
}

header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info a:hover,
header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info a:hover {
  color: #e9161c;
}

header.cab-header.v4 {
  background: url(../img/header-v4-bg.jpg) no-repeat center !important;
  background-size: cover !important;
  border: none;
}

.cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner {
  width: 100%;
  height: 870px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bcbcbc;
}

.cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
}

.cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner .cab-hero-slide-caption {
  z-index: 1;
  color: #fff;
  text-align: center;
}

.cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner .cab-hero-slide-caption .cab-sub-heading-box {
  min-width: 440px;
  min-height: 55px;
  background: url(../img/small-heading-bg-shape.png) no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner .cab-hero-slide-caption .cab-sub-heading-box h6 {
  color: #fff;
  font-family: "Miniver";
}

.cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner .cab-hero-slide-caption .cab-sub-heading-box .sep {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 16px;
}

.cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner .cab-hero-slide-caption .cab-big-heading {
  margin-top: 0;
}

.cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner .cab-hero-slide-caption .cab-big-heading h1 span {
  display: inline-block;
  position: relative;
}

.cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner .cab-hero-slide-caption .cab-hero-cta-btn-box {
  margin-top: 50px;
}

.cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner .cab-hero-slide-caption .cab-hero-cta-btn-box a {
  display: inline-block;
  position: relative;
}

.cab-hero-section.v1 .cab-hero-slider .swiper-button-prev {
  left: 60px;
}

.cab-hero-section.v1 .cab-hero-slider .swiper-button-prev,
.cab-hero-section.v1 .cab-hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 10px 22px 10px 20px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  transform: translateY(-40%);
}

.cab-hero-section.v1 .cab-hero-slider .swiper-button-prev:after,
.cab-hero-section.v1 .cab-hero-slider .swiper-button-next:after {
  display: none;
}

.cab-hero-section.v1 .cab-hero-slider .swiper-button-prev:hover,
.cab-hero-section.v1 .cab-hero-slider .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.3);
}

.cab-hero-section.v1 .cab-hero-slider .swiper-button-prev span,
.cab-hero-section.v1 .cab-hero-slider .swiper-button-next span {
  color: #ffffff;
  font-family: "Kaushan Script";
  font-size: 16px;
  text-transform: uppercase;
}

.cab-hero-section.v1 .cab-hero-slider .swiper-button-next {
  right: 60px;
}

.cab-hero-section.v2 .cab-hero-inner {
  padding: 230px 0;
  text-align: center;
}

.cab-hero-section.v2 .cab-hero-inner .cab-small-heading {
  display: inline-block;
  background: url(../img/hero-v2-subtitle.png) no-repeat;
  background-size: 100% 100%;
  padding: 12px 22px;
  font-family: "Miniver";
  color: #e9161c;
  font-size: 18px;
  margin-bottom: -4px;
}

.cab-hero-section.v2 .cab-hero-inner .cab-small-heading span {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 1px;
  background: #e9161c;
  border-radius: 50%;
  position: relative;
  top: -3px;
}

.cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text {
  font-family: "Miniver";
  color: #ffffff;
  font-size: 18px;
  margin-top: 34px;
}

.cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span {
  display: inline-block;
  position: relative;
}

.cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span::before,
.cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  background: #ffffff;
  top: 45%;
}

.cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span::before {
  left: -130px;
}

.cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span::after {
  right: -130px;
}

.cab-hero-section.v3 .cab-hero-inner {
  padding: 160px 0;
  text-align: center;
}

.cab-hero-section.v3 .cab-hero-inner .cab-big-heading h1 {
  position: relative;
  height: 330px;
}

.cab-hero-section.v3 .cab-hero-inner .cab-big-heading h1 img {
  position: absolute;
  left: 50%;
  top: 0;
  max-width: 100%;
  transform: translateX(-50%);
}

.cab-hero-section.v3 .cab-hero-inner .cab-big-heading h1 span {
  position: relative;
  top: 50%;
  display: block;
}

.cab-hero-section.v3 .cab-hero-inner .cab-hero-date-text {
  font-family: "Miniver";
  color: #ffffff;
  font-size: 18px;
  margin-top: 34px;
}

.cab-hero-section.v3 .cab-hero-inner .cab-hero-date-text span {
  display: inline-block;
  position: relative;
}

.cab-hero-section.v3 .cab-hero-inner .cab-hero-date-text span::before,
.cab-hero-section.v3 .cab-hero-inner .cab-hero-date-text span::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #ffffff;
  top: 45%;
}

.cab-hero-section.v3 .cab-hero-inner .cab-hero-date-text span::before {
  left: -70px;
}

.cab-hero-section.v3 .cab-hero-inner .cab-hero-date-text span::after {
  right: -70px;
}

.cab-hero-section.v4 .cab-hero-inner {
  padding: 110px 0 10px;
}

.cab-hero-section.v4 .cab-hero-inner .cab-hero-reservation-box {
  background: #e9161c;
  max-width: 420px;
  min-height: 400px;
  margin-left: auto;
  background: url(../img/hero-reservation-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 70px 50px;
}

.cab-offers-section .cab-offers-content-box {
  margin-top: 50px;
}

.cab-offers-section .cab-offers-content-box .cab-card {
  padding: 60px 30px;
  background: #ffffff;
  text-align: center;
  font-family: "Heebo";
  position: relative;
  transition: all 0.3s ease-in-out;
}

.cab-offers-section .cab-offers-content-box .cab-card.popular {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 20px;
}

.cab-offers-section .cab-offers-content-box .cab-card.popular .cab-top-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cab-offers-section .cab-offers-content-box .cab-card.popular:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 26px;
}

.cab-offers-section .cab-offers-content-box .cab-card:hover {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 20px;
}

.cab-offers-section .cab-offers-content-box .cab-card:hover h6 {
  color: #e9161c;
}

.cab-offers-section .cab-offers-content-box .cab-card h6 {
  color: #233d62;
  margin-bottom: 26px;
  transition: all 0.3s ease-in-out;
}

.cab-offers-section .cab-offers-content-box .cab-card p {
  color: #687693;
  font-size: 15px;
}

.cab-offers-section .cab-offers-content-box .cab-card .price-tag {
  color: #e9161c;
  display: block;
  margin: 18px 0 20px;
  font-weight: 500;
}

.cab-offers-section .cab-offers-content-box .cab-card .h-sep {
  width: 70%;
  height: 1px;
  margin: 30px auto 40px;
  position: relative;
  background: #ebebeb;
}

.cab-offers-section .cab-offers-content-box .cab-card .h-sep::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  width: 8px;
  height: 8px;
  background: #e9161c;
}

.cab-offers-section .cab-offers-content-box .cab-card .cab-offer-img img {
  width: 180px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cab-features-section {
  height: 220px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.cab-features-section.v1 .cab-features-inner {
  padding: 0 24px;
  position: relative;
  top: -120px;
}

.cab-features-section.v1 .cab-features-inner>.row>div:nth-child(even)>.feature-box {
  background: #f5f5f5;
}

.cab-features-section.v1 .cab-features-inner .feature-box {
  padding: 40px 30px 50px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.cab-features-section.v1 .cab-features-inner .feature-box:hover {
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 8px;
}

.cab-features-section.v1 .cab-features-inner .feature-box:hover .feature-img {
  transform: translateY(-10px);
}

.cab-features-section.v1 .cab-features-inner .feature-box .feature-img {
  transition: all 0.3s ease;
}

.cab-features-section.v1 .cab-features-inner .feature-box .feature-img i::before {
  font-size: 5em;
  color: #e9161c;
}

.cab-features-section.v1 .cab-features-inner .feature-box .feature-title {
  margin-bottom: 18px;
}

.cab-features-section.v1 .cab-features-inner .feature-box .feature-title h4 {
  font-size: 20px;
  font-weight: 500;
  color: #233d62;
  text-transform: capitalize;
}

.cab-features-section.v1 .cab-features-inner .feature-box .feature-desc p {
  font-size: 15px;
  font-weight: 400;
  color: #233d62;
}

.cab-about-section {
  background: #f8f5f2;
  position: relative;
  padding-bottom: 40px;
}

.cab-about-section .cab-about-bg-shape {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  background: #0a0c0e;
}

.cab-about-section .cab-about-bg-shape::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 0;
}

.cab-about-section .cab-about-bg-shape img {
  width: 82%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cab-about-section .cab-about-section-inner {
  position: relative;
  z-index: 1;
}

.cab-about-section .cab-about-section-inner .left-side-content {
  padding-right: 30px;
}

.cab-about-section .cab-about-section-inner .left-side-content .small-tagline {
  color: #e9161c;
  font-family: "Miniver";
  display: inline-block;
  position: relative;
  padding-left: 7px;

}

.small-tagline-test {
  color: #e9161c;
  font-family: "Miniver";
  display: inline-block;
  position: relative;
  padding-left: 7px;
  font-size: 30px;
}

.cab-about-section .cab-about-section-inner .left-side-content .small-tagline::before {
  content: '';
  position: absolute;
  left: -54px;
  top: 50%;
  height: 1px;
  width: 50px;
  background: #e9161c;
}

.cab-about-section .cab-about-section-inner .left-side-content h1 {
  font-family: "Kaushan Script";
  color: #ffffff;
  margin-top: 10px;
  font-weight: 500;
}

.cab-about-section .cab-about-section-inner .left-side-content p {
  padding: 36px 44px 40px 0;
  color: #ffffff;
  line-height: 1.8;
}

.cab-about-section .cab-about-section-inner .cab-about-image-box {
  padding-top: 20px;
  padding-left: 20px;
}

.cab-about-section .cab-about-section-inner .cab-about-image-box img {
  width: 42em;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cab-about-section.v2 {
  padding-bottom: 92px;
}

.cab-about-section.v2 .cab-about-bg-shape {
  width: 64%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  background: #233d62;
  opacity: 0.6;
}

.cab-about-section.v3 {
  background: #ffffff;
  padding-bottom: 0;
  padding-top: 0 !important;
}

.cab-about-section.v3 .cab-about-section-inner {
  position: relative;
  z-index: 1;
}

.cab-about-section.v3 .cab-about-section-inner .left-side-content h1 {
  font-family: "Kaushan Script";
  color: #233d62;
}

.cab-about-section.v3 .cab-about-section-inner .left-side-content p {
  color: #687693;
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content {
  position: relative;
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .play-icon .open-video-btn {
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #e9161c88;
  border-radius: 50%;
  text-align: center;
  padding-left: 2px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .play-icon .open-video-btn:hover {
  transform: scale(1.1);
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .play-icon .open-video-btn::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e9161cbb;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  z-index: -1;
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .play-icon .open-video-btn i {
  color: #ffffff;
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .play-icon .open-video-btn i::before {
  font-size: 20px;
  font-weight: 500;
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .about-v3-img-box {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
  background: #ebebeb;
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .about-v3-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .about-v3-img-box .exp-text {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .about-v3-img-box .exp-text h1 {
  font-size: 182px;
  font-family: "Kaushan Script";
  font-weight: 500;
  color: #eef0f3;
  margin-bottom: -20px;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 4px 20px;
}

.cab-about-section.v3 .cab-about-section-inner .right-side-content .about-v3-img-box .exp-text h5 {
  font-size: 36px;
  font-family: "Kaushan Script";
  font-weight: 500;
  color: #eef0f3;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 4px 20px;
}

.cab-about-section.v4 {
  background: url(../img/about-v4-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0 100px;
}

.cab-about-section.v4 .cab-about-section-inner {
  position: relative;
  z-index: 1;
}

.cab-about-section.v4 .cab-about-section-inner .left-side-content h1 {
  font-family: "Kaushan Script";
  color: #ffffff;
}

.cab-about-section.v4 .cab-about-section-inner .left-side-content p {
  color: #a9aaab;
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content {
  position: relative;
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .play-icon .open-video-btn {
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #e9161c88;
  border-radius: 50%;
  text-align: center;
  padding-left: 2px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .play-icon .open-video-btn:hover {
  transform: scale(1.1);
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .play-icon .open-video-btn::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e9161cbb;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  z-index: -1;
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .play-icon .open-video-btn i {
  color: #ffffff;
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .play-icon .open-video-btn i::before {
  font-size: 20px;
  font-weight: 500;
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .about-v3-img-box {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
  background: #ebebeb;
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .about-v3-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .about-v3-img-box .exp-text {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .about-v3-img-box .exp-text h1 {
  font-size: 182px;
  font-family: "Kaushan Script";
  font-weight: 500;
  color: #e9161c;
  margin-bottom: -20px;
  text-shadow: #233d62 0px 4px 30px;
}

.cab-about-section.v4 .cab-about-section-inner .right-side-content .about-v3-img-box .exp-text h5 {
  font-size: 36px;
  font-family: "Kaushan Script";
  font-weight: 500;
  color: #233d62;
}

.cab-about-brief-section .cab-about-brief-section-inner .cab-about-brief-content .brief-description {
  text-align: center;
  max-width: 85%;
  margin: auto;
  margin-bottom: 20px;
}

.cab-about-brief-section .cab-about-brief-section-inner .cab-about-brief-content .brief-description p {
  color: #687693;
}

.cab-about-brief-section .cab-about-brief-section-inner .cab-about-brief-content .about-brief-img-gallery .about-brief-img-box {
  background: #ebebeb;
  width: 100%;
  height: 440px;
  margin-top: 26px;
}

.cab-about-brief-section .cab-about-brief-section-inner .cab-about-brief-content .about-brief-img-gallery .about-brief-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box {
  display: flex;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:nth-child(even) .timeline-title {
  order: 3;
  text-align: left;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:nth-child(even) .timeline-line {
  order: 2;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:nth-child(even) .timeline-description {
  order: 1;
  padding: 60px 0;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:nth-child(even) .timeline-description .inner {
  float: right;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:last-child .timeline-line::after {
  top: 60%;
  transform: translate(-50%, 0%);
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:last-child .timeline-description,
.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:last-child .timeline-title {
  padding: 60px 0 0;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-title {
  font-size: 22px;
  color: #233d62;
  text-align: right;
  flex: 1;
  align-self: center;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-title span {
  display: block;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-title span.year {
  font-family: "Kaushan Script";
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-title span.title {
  font-family: "Miniver";
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-line {
  min-width: 100px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  background: #f8f8f8;
  transform: translateX(-50%);
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-line::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f8f8f8;
  border: 6px solid #e9161c;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-description {
  flex: 1;
}

.cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-description .inner {
  max-width: 350px;
  border-radius: 0;
  background: #f8f8f8;
  padding: 36px;
  font-size: 14px;
  color: #687693;
}

.cab-contact-details-section .cab-contact-details-section-inner .cab-contact-details-content .brief-description {
  text-align: center;
  max-width: 64%;
  margin: auto;
  margin-bottom: 40px;
}

.cab-contact-details-section .cab-contact-details-section-inner .cab-contact-details-content .brief-description p {
  color: #687693;
}

.cab-contact-details-section .cab-contact-form-box {
  margin-top: 80px;
}

.contact-details-options>.row {
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
}

.contact-details-options>.row>div {
  padding: 0;
  min-height: 100%;
}

.contact-details-options .contact-option-box {
  text-align: center;
  padding: 44px 30px;
  min-height: 100%;
  border: 1px solid #ebebeb;
  transition: all 0.3s ease;
}

.contact-details-options .contact-option-box:hover {
  background: #ebebeb;
}

.contact-details-options .contact-option-box:hover .icon {
  transform: translateY(-6px);
}

.contact-details-options .contact-option-box .icon {
  transition: all 0.3s ease;
}

.contact-details-options .contact-option-box .icon i {
  font-size: 50px;
  color: #e9161c;
}

.contact-details-options .contact-option-box .icon img.icon-img {
  width: 44px;
  margin-bottom: 6px;
  margin-top: 4px;
}

.contact-details-options .contact-option-box .title {
  padding: 22px 0 14px;
  font-size: 18px;
  font-weight: 500;
  color: #233d62;
}

.contact-details-options .contact-option-box .detail {
  color: #687693;
  font-size: 15px;
}

.contact-details-options .contact-option-box .detail span {
  display: block;
}

.contact-details-options .contact-option-box .detail a {
  color: #687693;
}

.contact-details-options .contact-option-box .detail a:hover {
  color: #e9161c;
}

.cab-contact-map-section {
  width: 100%;
  height: 680px;
  background: #ebebeb;
}

.cab-special-dishes-section.v2 .cab-special-dishes-content-box {
  margin-bottom: 20px;
}

.cab-special-dishes-section.v2 .cab-special-dishes-content-box .cab-card {
  background: #16282f;
}

.cab-special-dishes-section.v2 .cab-special-dishes-content-box .cab-card:hover {
  background: #1e3740;
}

.cab-special-dishes-section.v2 .cab-special-dishes-content-box .cab-card h6 {
  color: #ffffff;
}

.cab-special-dishes-section.v2 .cab-special-dishes-content-box .cab-card p {
  color: #a9aaab;
}

.cab-special-dishes-section.v2 .cab-special-dishes-content-box .cab-card .price-tag {
  color: #e9161c;
}

.cab-special-dishes-section .cab-special-dishes-content-box {
  margin-top: 20px;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card {
  padding: 50px 30px;
  background: #ffffff;
  text-align: center;
  font-family: "Heebo";
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 18px;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card.popular {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 40px;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card.popular:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 50px;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card.popular .popular-tag {
  position: absolute;
  top: 4%;
  left: -36%;
  width: 100%;
  padding: 9px;
  text-align: center;
  background: #e9161c;
  color: #ffffff;
  font-size: 14px;
  transform: rotate(-45deg);
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card:hover {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 24px;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card:hover h6 {
  color: #e9161c;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card h6 {
  color: #233d62;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card p {
  color: #687693;
  font-size: 15px;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card .price-tag {
  color: #e9161c;
  font-size: 30px;
  font-family: "Kaushan Script";
  display: block;
  margin: 18px 0 20px;
  font-weight: 500;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card .cab-offer-img {
  padding: 0;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  overflow: hidden;
  background: #ebebeb;
  margin: 40px auto 44px;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card .cab-offer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-special-dishes-section .cab-special-dishes-content-box .cab-card .btn-box {
  margin-top: 20px;
}

.cab-menu-section .cab-menu-content-box {
  margin-top: 10px;
}

.cab-menu-section .cab-menu-content-box .nav-pills {
  text-align: center;
  display: flex;
  justify-content: center;
}

.cab-menu-section .cab-menu-content-box .nav-pills li {
  display: inline-block;
}

.cab-menu-section .cab-menu-content-box .nav-pills li.active a,
.cab-menu-section .cab-menu-content-box .nav-pills li.active a:hover {
  background: url(../img/tab-active-bg.png) no-repeat;
  background-position: center;
  background-size: 100% 80%;
  color: #233d62;
}

.cab-menu-section .cab-menu-content-box .nav-pills li a {
  color: #233d62;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 34px;
  transition: color 0.3s ease-in-out;
}

.cab-menu-section .cab-menu-content-box .nav-pills li a:hover {
  color: #e9161c;
  background: transparent;
}

.cab-menu-section .cab-menu-content-box .tab-content {
  margin-top: 36px;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list {
  background: #f8f8f8;
  padding: 20px 46px 46px;
  transition: all 0.3s ease-in-out;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list:hover {
  background: #f8f5f2;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list.list-second {
  background: #fcfcfc;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list.list-second:hover {
  background: #f8f5f2;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item {
  padding: 16px 0;
  border-bottom: 1px dashed #d6d9e0;
  transition: all 0.3s ease-in-out;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item:last-child {
  border: none;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-title {
  float: left;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-title h6 {
  font-size: 18px;
  color: #233d62;
  font-weight: 600;
  font-family: "Kaushan Script";
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-title .tag-new {
  background: #687693;
  color: #ffffff;
  display: inline-block;
  padding: 4px 10px 3px;
  font-size: 13px;
  font-family: "Heebo";
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-title p {
  color: #687693;
  font-size: 15px;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-price {
  float: right;
  position: relative;
  top: 10px;
}

.cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-price .price-tag {
  background: #e9161c;
  color: #ffffff;
  display: inline-block;
  padding: 5px 9px 2px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  line-height: 14px;
}

.cab-menu-section .cab-menu-content-box .tab-content .view-all-menu-btn {
  display: inline-block;
  position: relative;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.cab-menu-section .cab-menu-content-box .cab-menu-section-bottom {
  text-align: center;
  margin-top: 10px;
}

.cab-menu-section .cab-menu-content-box .cab-menu-section-bottom img {
  position: relative;
  left: -16px;
  width: 500px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills.v2 li a {
  border-radius: 0;
  padding: 12px 4px !important;
  min-width: 110px;
  background: #ebebeb;
  color: #233d62;
  font-weight: 500;
  text-align: center;
  margin: 0 1px 4px;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills.v2 li a i::before {
  font-size: 40px;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills.v2 li a span {
  display: block;
  margin-top: -8px;
  font-size: 14px;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills.v2 li a:hover {
  background: #d6d9e0;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills.v2 li.active a,
.cab-menu-section.v2 .cab-menu-content-box .nav-pills.v2 li.active a:hover {
  background: #e9161c;
  color: #ffffff;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills.v2 li a {
  position: relative;
  padding: 8px 26px;
  transition: all 0.3s ease;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills.v2 li a::before {
  display: none;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills.v2 li a::after {
  display: none;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a,
.cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a:hover {
  background: none;
  color: #e9161c;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a::before,
.cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a:hover::before {
  width: 20px;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a::after,
.cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a:hover::after {
  width: 20px;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills li a {
  position: relative;
  padding: 8px 26px;
  transition: all 0.3s ease;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills li a::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 49%;
  float: left;
  background: #e9161c;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
}

.cab-menu-section.v2 .cab-menu-content-box .nav-pills li a::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 49%;
  float: right;
  background: #e9161c;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
}

.cab-menu-section.v2 .cab-menu-content-box .tab-content .cab-menu-list {
  border: 1px solid #ebebeb;
}

.cab-menu-section.v2 .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-title h6 {
  font-family: "Heebo";
  font-weight: 500;
}

.cab-menu-section.v2 .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-title .tag-new {
  background: #e9161c;
}

.cab-menu-section.v2 .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-price .price-tag {
  background: transparent;
  color: #233d62;
  font-family: "Kaushan Script";
  font-weight: 600;
  font-size: 18px;
}

.cab-menu-section.v3 {
  background: url(../img/about-v4-bg.jpg) no-repeat center;
  background-size: cover;
}

.cab-menu-section.v3 .cab-menu-content-box .nav-pills li.active a,
.cab-menu-section.v3 .cab-menu-content-box .nav-pills li.active a:hover {
  background: none;
  color: #e9161c;
}

.cab-menu-section.v3 .cab-menu-content-box .nav-pills li.active a::before,
.cab-menu-section.v3 .cab-menu-content-box .nav-pills li.active a:hover::before {
  width: 20px;
}

.cab-menu-section.v3 .cab-menu-content-box .nav-pills li.active a::after,
.cab-menu-section.v3 .cab-menu-content-box .nav-pills li.active a:hover::after {
  width: 20px;
}

.cab-menu-section.v3 .cab-menu-content-box .nav-pills li a {
  position: relative;
  padding: 8px 26px;
  transition: all 0.3s ease;
  color: #ffffff;
}

.cab-menu-section.v3 .cab-menu-content-box .nav-pills li a::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 49%;
  float: left;
  background: #e9161c;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
}

.cab-menu-section.v3 .cab-menu-content-box .nav-pills li a::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 49%;
  float: right;
  background: #e9161c;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
}

.cab-menu-section.v3 .cab-menu-content-box .tab-content .cab-menu-list {
  border: none;
  background: #16282f;
}

.cab-menu-section.v3 .cab-menu-content-box .tab-content .cab-menu-list:hover {
  background: #1e3740;
}

.cab-menu-section.v3 .cab-menu-content-box .tab-content .cab-menu-list.list-second {
  background: #14252c;
}

.cab-menu-section.v3 .cab-menu-content-box .tab-content .cab-menu-list.list-second:hover {
  background: #1e3740;
}

.cab-menu-section.v3 .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item {
  border-color: #1e3740;
}

.cab-menu-section.v3 .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-title h6 {
  font-family: "Heebo";
  font-weight: 500;
  color: #ffffff;
}

.cab-menu-section.v3 .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-title p {
  color: #a9aaab;
}

.cab-menu-section.v3 .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-title .tag-new {
  background: #e9161c;
}

.cab-menu-section.v3 .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-price .price-tag {
  background: transparent;
  color: #ffffff;
  font-family: "Kaushan Script";
  font-weight: 400;
  font-size: 18px;
}

.cab-cta-section .cab-cta-content h1 {
  color: #ffffff;
  font-weight: 400;
  font-family: "Kaushan Script";
}

.cab-cta-section .cab-cta-content .cab-video-check-btn-box {
  margin-top: 30px;
}

.cab-cta-section .cab-cta-content .cab-video-check-btn-box h6 {
  color: #ffffff;
  font-family: "Miniver";
  display: inline-block;
  margin-right: 40px;
}

.cab-cta-section .cab-cta-content .cab-video-check-btn-box .open-video-btn {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #e9161c88;
  border-radius: 50%;
  text-align: center;
  padding-left: 2px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.cab-cta-section .cab-cta-content .cab-video-check-btn-box .open-video-btn:hover {
  transform: scale(1.1);
}

.cab-cta-section .cab-cta-content .cab-video-check-btn-box .open-video-btn::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e9161cbb;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  z-index: -1;
}

.cab-cta-section .cab-cta-content .cab-video-check-btn-box .open-video-btn i {
  color: #ffffff;
}

.cab-cta-section .cab-cta-content .cab-video-check-btn-box .open-video-btn i::before {
  font-size: 20px;
  font-weight: 500;
}

.cab-cta-section.v2 {
  padding: 130px 0;
}

.cab-cta-section.v2 .cab-cta-content-inner {
  padding: 0 40px;
}

.cab-cta-section.v3 .cab-cta-content-inner h1 {
  padding: 0 40px;
}

.cab-cta-section.v3 .cab-cta-content-inner h6 {
  color: #ffffff;
  font-family: "Miniver";
  font-size: 26px;
  padding: 20px 0 36px;
}

.accordion {
  width: 100%;
}

.accordion .accordion-item {
  padding: 28px 38px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  margin-bottom: 20px;
}

.accordion .accordion-item.active .accordion-header::after {
  transform: rotate(180deg);
}

.accordion .accordion-item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion .accordion-item .accordion-header {
  padding: 4px 40px 0 0;
  background: transparent;
  color: #233d62;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
}

.accordion .accordion-item .accordion-header:hover {
  background: transparent;
  position: relative;
  z-index: 5;
}

.accordion .accordion-item .accordion-header::after {
  font-family: 'themify';
  content: "\e64b";
  font-size: 14px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s all;
  transform: rotate(0deg);
  width: 32px;
  height: 32px;
  display: flex;
  border-radius: 50%;
  border: 1px solid #687693;
  justify-content: center;
  align-items: center;
  transform-origin: 50% 50%;
}

.accordion .accordion-item .accordion-body {
  background: #ffffff;
  display: none;
}

.accordion .accordion-item .accordion-body .accordion-body-contents {
  margin-top: 14px;
  color: #687693;
  font-size: 14px;
}

.cab-404-section {
  padding-top: 80px;
}

.cab-404-section .cab-404-inner {
  text-align: center;
}

.cab-404-section .cab-404-inner .error-text {
  margin: 0;
  font-size: 250px;
  font-weight: 300;
  font-family: "Kaushan Script";
  color: #233d62;
}

.cab-404-section .cab-404-inner h5 {
  color: #233d62;
  font-size: 30px;
}

.cab-404-section .cab-404-inner p {
  padding: 20px 0 30px;
  max-width: 670px;
  margin: auto;
  font-size: 16px;
  color: #687693;
}

.cab-book-table-section {
  padding-bottom: 110px;
}

.cab-book-table-section.v2 {
  text-align: center;
  height: 440px;
  padding: 0 !important;
}

.cab-book-table-section.v2 h2 {
  font-family: "Kaushan Script";
  font-weight: 400;
  color: #233d62;
  margin-bottom: 50px;
  margin-top: 0;
  padding-top: 0;
  font-size: 35px;
}

.cab-book-table-section.v2 .cab-book-table-form-box {
  padding: 54px 50px;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
}

.cab-book-table-section .cab-book-table-form-box {
  margin: auto auto;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
  padding: 70px 50px;
  width: 92%;
}

.cab-book-table-section.v3 .cab-book-table-form-box {
  box-shadow: none;
  padding: 20px 50px 0;
}

.cab-showcase-section .cab-showcase-inner>.row {
  padding: 0;
  margin: 0;
}

.cab-showcase-section .cab-showcase-inner>.row>div {
  padding: 0;
}

.cab-showcase-section .cab-showcase-inner .showcase-box {
  height: 600px;
  overflow: hidden;
  position: relative;
  background: #ebebeb;
}

.cab-showcase-section .cab-showcase-inner .showcase-box:nth-child(even) {
  background: #f8f5f2;
}

.cab-showcase-section .cab-showcase-inner .showcase-box:hover .showcase-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.2s ease;
}

.cab-showcase-section .cab-showcase-inner .showcase-box .showcase-overlay {
  position: absolute;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  top: 16px;
  left: 16px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.94);
  transition: all 0.4s ease;
}

.cab-showcase-section .cab-showcase-inner .showcase-box .showcase-overlay::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e9161c;
  opacity: 0.8;
}

.cab-showcase-section .cab-showcase-inner .showcase-box .showcase-overlay .icon-box {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  z-index: 9;
  text-align: center;
  transform: translate(-50%, -50%);
}

.cab-showcase-section .cab-showcase-inner .showcase-box .showcase-overlay .icon-box>span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  background: #ffffff;
  width: 80px;
  height: 1px;
}

.cab-showcase-section .cab-showcase-inner .showcase-box .showcase-overlay .icon-box>span:last-child {
  transform: rotate(90deg) translate(0%, -50%);
}

.cab-showcase-section .cab-showcase-inner .showcase-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-showcase-section.v2 .cab-showcase-inner .showcase-box {
  height: 450px;
  margin: 20px 0;
}

.cab-master-chef-section .cab-master-chef-inner .cab-master-chef-slider .swiper-slide {
  margin-bottom: 40px;
  margin-top: 10px;
}

.cab-master-chef-section .cab-master-chef-inner .cab-master-chef-slider .swiper-pagination .swiper-pagination-bullet {
  background: #e9161c;
  opacity: 0.7;
  transition: width 0.4s ease;
}

.cab-master-chef-section .cab-master-chef-inner .cab-master-chef-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
  border-radius: 5px;
}

.cab-chef-card {
  width: 100%;
}

.cab-chef-card:hover .chef-img-box .chef-social-box {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cab-chef-card:hover .chef-details h5 {
  color: #e9161c;
}

.cab-chef-card .chef-img-box {
  width: 100%;
  height: 430px;
  position: relative;
  background: #ebebeb;
}

.cab-chef-card .chef-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-chef-card .chef-img-box .chef-social-box {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 5px);
  display: flex;
  opacity: 0;
  transition: all 0.4s ease;
}

.cab-chef-card .chef-img-box .chef-social-box a {
  display: inline-block;
  background: #e9161c;
  color: #ffffff;
  font-size: 14px;
  line-height: 37px;
  height: 35px;
  width: 34px;
  text-align: center;
  margin: 0 1px !important;
}

.cab-chef-card .chef-img-box .chef-social-box a:hover {
  background: #233d62;
}

.cab-chef-card .chef-details {
  text-align: center;
  padding: 24px 10px;
}

.cab-chef-card .chef-details h5 {
  color: #233d62;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cab-chef-card .chef-details small {
  color: #687693;
  font-size: 14px;
  font-weight: 400;
}

.cab-chefs-section {
  padding-bottom: 60px;
}

.cab-chefs-section .cab-chef-card {
  margin-bottom: 40px;
}

.cab-testimonials-section.v1 .cab-testimonials-slider-box {
  width: 62%;
  margin: 4px auto auto;
}

.cab-testimonials-section.v1 .cab-testimonials-slider-box .swiper-wrapper {
  padding-bottom: 46px;
}

.cab-testimonials-section.v1 .cab-testimonials-slider-box .testimonial-words p {
  color: #ffffff;
  font-size: 22px;
  font-family: "Miniver";
  text-align: center;
}

.cab-testimonials-section.v1 .cab-testimonials-slider-box .testimonial-author {
  margin-top: 30px;
  text-align: center;
}

.cab-testimonials-section.v1 .cab-testimonials-slider-box .testimonial-author h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.cab-testimonials-section.v1 .cab-testimonials-slider-box .testimonial-author small {
  color: #ffffff;
  font-size: 14px;
}

.cab-testimonials-section.v1 .cab-testimonials-slider-box .swiper-pagination .swiper-pagination-bullet {
  background: #e9161c;
  opacity: 0.5;
  transition: width 0.4s ease;
}

.cab-testimonials-section.v1 .cab-testimonials-slider-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 50px;
  border-radius: 5px;
}

.cab-testimonials-section.v2 .cab-testimonials-slider-box {
  width: 100%;
  margin: 4px auto auto;
}

.cab-testimonials-section.v2 .cab-testimonials-slider-box .swiper-wrapper {
  padding-bottom: 46px;
}

.cab-testimonials-section.v2.page {
  padding-bottom: 20px;
}

.cab-testimonials-section.v2.page .testimonial-card {
  margin-bottom: 76px;
}

.testimonial-card .testimonial-words {
  background: #ffffff;
  padding: 46px 46px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.14) 0 7px 20px;
}

.testimonial-card .testimonial-words::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 32px;
  background: #ffffff;
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.testimonial-card .testimonial-words p {
  color: #687693;
  font-size: 16px;
  line-height: 1.7;
}

.testimonial-card .testimonial-author {
  margin-top: 40px;
}

.testimonial-card .testimonial-author .author-avatar {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #ebebeb;
}

.testimonial-card .testimonial-author .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.testimonial-card .testimonial-author .author-details.alt h6 {
  color: #233d62;
}

.testimonial-card .testimonial-author .author-details.alt small {
  color: #687693;
}

.testimonial-card .testimonial-author .author-details h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.testimonial-card .testimonial-author .author-details small {
  color: #ffffff;
  font-size: 14px;
}

.cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box:hover a {
  text-decoration: none;
}

.cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box:hover .news-event-img-box img {
  transform: rotate(5deg) scale(1.2);
}

.cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box:hover .news-event-title-box h6 {
  color: #e9161c;
}

.cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box .news-event-img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #ebebeb;
}

.cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box .news-event-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.6s ease;
}

.cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box .news-event-title-box {
  padding: 20px 10px 0 0;
}

.cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box .news-event-title-box h6 {
  font-size: 19px;
  color: #233d62;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box .news-event-title-box .date {
  color: #e9161c;
  font-size: 16px;
  font-family: "Kaushan Script";
}

.cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box .news-event-title-box .date i {
  margin-right: 6px;
}

.cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box .news-event-title-box .date i::before {
  font-size: 15px;
  font-weight: 600;
}

.cab-news-events-section.v2 {
  padding-bottom: 60px;
}

.cab-news-events-section.v2 .cab-news-events-content {
  margin-top: 20px;
}

.cab-news-events-section.v2 .cab-news-events-content .cab-news-event-box:hover a {
  text-decoration: none;
}

.cab-news-events-section.v2 .cab-news-events-content .cab-news-event-box:hover .news-event-img-box img {
  transform: rotate(5deg) scale(1.2);
}

.cab-news-events-section.v2 .cab-news-events-content .cab-news-event-box:hover .news-event-title-box h6 {
  color: #e9161c;
}

.cab-news-events-section.v2 .cab-news-events-content .cab-news-event-box .news-event-img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  background: #ebebeb;
}

.cab-news-events-section.v2 .cab-news-events-content .cab-news-event-box .news-event-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.6s ease;
}

.cab-news-events-section.v2 .cab-news-events-content .cab-news-event-box .news-event-title-box {
  padding: 40px 20px 10px;
  text-align: center;
  position: relative;
}

.cab-news-events-section.v2 .cab-news-events-content .cab-news-event-box .news-event-title-box .date {
  color: #e9161c;
  font-size: 16px;
  font-family: "Kaushan Script";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  line-height: 20px;
  padding: 16px 14px;
  text-align: center;
  background: #e9161c;
  border-radius: 50%;
  color: #ffffff;
}

.cab-news-events-section.v2 .cab-news-events-content .cab-news-event-box .news-event-title-box h6 {
  font-size: 19px;
  color: #233d62;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.cab-news-events-section.v2 .cab-news-events-content .cab-news-event-box .news-event-title-box .place {
  color: #687693;
  font-size: 14px;
}

.cab-news-events-section.v2.page .cab-news-events-content .cab-news-event-box {
  margin-bottom: 44px;
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box {
  text-align: center;
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box:hover a {
  text-decoration: none;
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box:hover .news-event-img-box img {
  transform: rotate(5deg) scale(1.2);
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box:hover .news-event-title-box h6 {
  color: #e9161c;
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box .news-event-img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box .news-event-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.6s ease;
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box .news-event-title-box {
  padding: 20px 10px 0 0;
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box .news-event-title-box h6 {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box .news-event-title-box .date {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Heebo";
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box .news-event-title-box .date i {
  margin-right: 6px;
}

.cab-news-events-section.v3 .cab-news-events-content .cab-news-event-box .news-event-title-box .date i::before {
  font-size: 13px;
  font-weight: 600;
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box {
  text-align: center;
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box:hover a {
  text-decoration: none;
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box:hover .news-event-img-box img {
  transform: rotate(5deg) scale(1.2);
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box:hover .news-event-title-box h6 {
  color: #e9161c;
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box .news-event-img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #ebebeb;
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box .news-event-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.6s ease;
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box .news-event-title-box {
  padding: 20px 10px 0 0;
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box .news-event-title-box h6 {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box .news-event-title-box .date {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Heebo";
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box .news-event-title-box .date i {
  margin-right: 6px;
}

.cab-news-events-section.v4 .cab-news-events-content .cab-news-event-box .news-event-title-box .date i::before {
  font-size: 13px;
  font-weight: 600;
}

.cab-newsletter-section .cab-newsletter-inner {
  width: 52%;
  margin: auto;
}

.cab-newsletter-section .cab-newsletter-inner h3 {
  margin-top: 0;
}

.cab-newsletter-section .cab-newsletter-inner p {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #687693;
}

.cab-newsletter-section.v2 {
  background: #f8f8f8;
}

.cab-newsletter-section.v3 .cab-newsletter-inner h3 {
  color: #ffffff;
}

.cab-newsletter-section.v3 .cab-newsletter-inner p {
  color: #d6d9e0;
}

.cab-newsletter-form-box {
  position: relative;
  width: 100%;
}

.cab-newsletter-form-box input {
  width: 100%;
  height: 70px;
  padding: 14px 160px 14px 26px;
  border: 2px solid #d0d6de;
  border-radius: 50px;
  font-size: 18px;
  color: #233d62;
  font-family: "Miniver";
  transition: all 0.3s ease;
}

.cab-newsletter-form-box input::-webkit-input-placeholder {
  color: #8893aa;
  font-family: "Miniver";
  text-transform: capitalize;
}

.cab-newsletter-form-box input::-moz-placeholder {
  color: #8893aa;
  font-family: "Miniver";
  text-transform: capitalize;
}

.cab-newsletter-form-box input:-ms-input-placeholder {
  color: #8893aa;
  font-family: "Miniver";
  text-transform: capitalize;
}

.cab-newsletter-form-box input::-ms-input-placeholder {
  color: #8893aa;
  font-family: "Miniver";
  text-transform: capitalize;
}

.cab-newsletter-form-box input::placeholder {
  color: #8893aa;
  font-family: "Miniver";
  text-transform: capitalize;
}

.cab-newsletter-form-box input:focus {
  outline: 0;
  background: #f8f8f8;
}

.cab-newsletter-form-box .newsletter-btn {
  min-width: 140px;
  height: 64px;
  border-radius: 50px;
  background: #e9161c;
  outline: 0;
  font-size: 18px;
  border: 2px solid #e9161c;
  color: #ffffff;
  font-family: "Miniver";
  position: absolute;
  right: 4px;
  top: 3px;
  transition: all 0.3s ease;
}

.cab-newsletter-form-box .newsletter-btn:hover {
  background: #233d62;
  border-color: #233d62;
}

.cab-newsletter-form-box.v3 input:focus {
  background: #d0d6de;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card {
  margin-bottom: 70px;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card:last-child {
  margin-bottom: 0;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card:hover .blog-post-card-header>a>img {
  transform: rotate(6deg) scale(1.2);
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header {
  height: 440px;
  width: 100%;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .video-box {
  width: 100%;
  min-height: 100%;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .video-box:hover~.play-video-btn.playing {
  opacity: 1;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .play-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #e9161c88;
  border-radius: 50%;
  text-align: center;
  padding-left: 2px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .play-video-btn.playing {
  line-height: 85px;
  opacity: 0;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .play-video-btn.playing:hover {
  opacity: 1;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .play-video-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .play-video-btn::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e9161cbb;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  z-index: -1;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .play-video-btn i {
  color: #ffffff;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .play-video-btn i::before {
  font-size: 24px;
  font-weight: 500;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header a {
  display: block;
  width: 100%;
  height: 100%;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.4s ease;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-slide {
  width: 100%;
  height: 440px;
  background: #ebebeb;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-slide:nth-child(even) {
  background: #f8f5f2;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-button-next {
  bottom: 0;
  top: inherit;
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  color: #ffffff;
  right: 0;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-button-next::after {
  font-size: 22px;
  font-family: "Flaticon";
  content: '\f101';
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-button-prev {
  bottom: 0;
  top: inherit;
  left: inherit;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  right: 60px;
  border-right: 1px solid #4e4e4e;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-button-prev::after {
  font-size: 22px;
  font-family: "Flaticon";
  content: '\f100';
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .post-tag {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 0;
  display: inline-block;
  background: #e9161c;
  color: #ffffff;
  padding: 6px 28px 6px 8px;
  font-family: "Miniver";
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body {
  padding: 20px 0;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body .post-meta-details {
  padding: 16px 0;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body .post-meta-details span {
  display: inline-block;
  margin-right: 22px;
  font-size: 14px;
  color: #687693;
  font-family: "Miniver";
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body .post-meta-details span i {
  margin-right: 4px;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body .post-meta-details span i::before {
  font-size: 16px;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body .post-title h4 {
  color: #233d62;
  font-size: 30px;
  line-height: 1.3;
  margin: 2px 0 0;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body .post-title h4 a {
  color: #233d62;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body .post-title h4 a:hover {
  color: #e9161c;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body .post-desc p {
  padding: 18px 0;
  color: #687693;
}

.cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body .read-more-btn a {
  padding: 14px 42px !important;
}

.cab-blog-posts-section .cab-blog-pagination-box {
  margin-top: 50px;
  margin-bottom: 30px;
}

.cab-blog-posts-section .cab-blog-pagination-box .pag-item {
  display: inline-block;
  height: 50px;
  min-width: 50px;
  text-align: center;
  line-height: 50px;
  color: #233d62;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  border: 2px solid #ebebeb;
  margin-right: 3px;
}

.cab-blog-posts-section .cab-blog-pagination-box .pag-item:hover {
  background: #ebebeb;
}

.cab-blog-posts-section .cab-blog-pagination-box .pag-item.active {
  background: #e9161c;
  color: #ffffff;
  border-color: #e9161c;
}

.cab-blog-posts-section .cab-blog-pagination-box .pag-item.prev,
.cab-blog-posts-section .cab-blog-pagination-box .pag-item.next {
  line-height: 47px;
}

.cab-blog-posts-section .cab-blog-pagination-box .pag-item.prev i::before,
.cab-blog-posts-section .cab-blog-pagination-box .pag-item.next i::before {
  font-size: 17px;
  font-weight: 600;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-main-banner {
  height: 430px;
  width: 100%;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-main-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details {
  padding: 20px 0;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-meta-details {
  padding: 16px 0;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-meta-details span {
  display: inline-block;
  margin-right: 22px;
  font-size: 14px;
  color: #687693;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-meta-details span i {
  margin-right: 4px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-meta-details span i::before {
  font-size: 16px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-title h4 {
  color: #233d62;
  font-size: 30px;
  line-height: 1.3;
  margin: 2px 0 0;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-title h4 a {
  color: #233d62;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-title h4 a:hover {
  color: #e9161c;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description {
  margin-top: 26px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description p {
  margin-bottom: 30px;
  line-height: 1.75;
  color: #687693;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description ul {
  padding-left: 50px;
  margin-bottom: 30px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description ul li {
  list-style: none;
  line-height: 1.75;
  padding: 4px 0;
  font-size: 17px;
  color: #687693;
  position: relative;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #e9161c;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description h1,
.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description h2,
.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description h3,
.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description h4,
.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description h5,
.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description h6 {
  color: #233d62;
  line-height: 1.3;
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description h5 {
  font-size: 23px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description blockquote {
  margin: 76px 0;
  border-left: 0;
  border: 2px solid #e9161c;
  padding: 40px 36px 44px 134px;
  position: relative;
  color: #233d62;
  font-family: "Miniver";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description blockquote::before {
  font-family: "Flaticon";
  content: '\f102';
  font-size: 3.1em;
  color: #e9161c;
  position: absolute;
  left: 40px;
  top: 20px;
  font-weight: 300;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description blockquote .author {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 500;
  color: #687693;
  font-family: "Heebo";
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description blockquote .author::before {
  display: none;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box {
  padding-top: 16px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box .post-tags {
  float: left;
  background: #e9161c;
  color: #ffffff;
  padding: 6px 28px 6px 8px;
  font-family: "Miniver";
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box .post-social-sharing {
  float: right;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box .post-social-sharing a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 39px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  margin-right: 1px;
  border: 1px solid #ebebeb;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box .post-social-sharing a:hover {
  background: #ebebeb;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box .post-social-sharing a.fb {
  color: #3b5998;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box .post-social-sharing a.tw {
  color: #1da1f2;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box .post-social-sharing a.li {
  color: #0077b5;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box .post-social-sharing a.ins {
  color: #405de6;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination {
  padding: 40px 0;
  border-top: 1px solid #ebebeb;
  margin-top: 40px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box {
  float: left;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box:hover .post-title {
  color: #e9161c;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box:hover .img-box img {
  transform: scale(1.1);
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box .img-box {
  float: left;
  width: 100px;
  height: 80px;
  background: #ebebeb;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box .post-title {
  float: right;
  line-height: 80px;
  font-size: 18px;
  font-weight: 500;
  color: #233d62;
  transition: all 0.3s ease;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box .post-title i {
  padding: 0 12px 0 20px;
  font-weight: 600;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box .post-title i::after {
  font-weight: 700;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box {
  float: right;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box:hover .post-title {
  color: #e9161c;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box:hover .img-box img {
  transform: scale(1.1);
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box .img-box {
  float: right;
  width: 100px;
  height: 80px;
  background: #ebebeb;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box .post-title {
  float: left;
  line-height: 80px;
  font-size: 18px;
  font-weight: 500;
  color: #233d62;
  transition: all 0.3s ease;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box .post-title i {
  padding: 0 20px 0 12px;
  font-weight: 600;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box .post-title i::after {
  font-weight: 700;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details {
  margin-top: 40px;
  padding: 46px 50px;
  background: #f8f8f8;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details .avatar-box {
  width: 80px;
  height: 80px;
  background: #ebebeb;
  float: left;
  overflow: hidden;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details .avatar-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details .author-details {
  float: left;
  width: calc(100% - 80px);
  padding-left: 28px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details .author-details h6 {
  font-size: 16px;
  color: #233d62;
  margin-bottom: 20px;
  margin-top: 4px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details .author-details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #687693;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details .author-social {
  margin-top: 14px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details .author-social a {
  display: inline-block;
  padding: 2px 4px;
  color: #687693;
  font-size: 14px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details .author-social a:first-child {
  padding-left: 0;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details .author-social a:hover {
  color: #e9161c;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .add-reply-form-box .form-group {
  margin-bottom: 14px !important;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content {
  padding: 28px 0 28px 30px;
  border: 2px solid #ebebeb;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media:not(:first-child) {
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px solid #ebebeb;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media>.media {
  padding-top: 44px;
  padding-left: 30px;
  margin-top: 44px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media>.media>.media {
  padding-bottom: 0;
  border-bottom: 0 solid #ebebeb;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .media-left .img-bg {
  width: 78px;
  height: 78px;
  background: #ebebeb;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .media-left .img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .media-body {
  padding-left: 24px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .media-body .media-heading {
  font-size: 18px;
  padding-right: 30px;
  color: #233d62;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .media-body .media-heading small {
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
  color: #687693;
  font-family: "Miniver";
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .media-body .media-heading small i {
  margin-right: 4px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .media-body p {
  font-size: 15px;
  color: #687693;
  margin-top: 12px;
  line-height: 1.6;
  padding-right: 30px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .reply-box {
  padding: 7px 24px 0 0;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .reply-box .reply-form-open {
  cursor: pointer;
  color: #e9161c;
  font-size: 15px;
  font-weight: 500;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .reply-box .reply-form-open img {
  width: 16px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .reply-box .reply-form-open:hover {
  opacity: 0.7;
}

.cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-add-comment-section .add-comment-form-box .form-group {
  margin-bottom: 20px !important;
}

.cab-blog-posts-section .cab-blog-sidebar {
  padding-left: 34px;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-author-details-box .author-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ebebeb;
  margin: 0 auto;
  overflow: hidden;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-author-details-box .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-author-details-box .author-bio {
  padding: 14px 0;
  text-align: center;
  color: #687693;
  font-family: "Miniver";
}

.cab-blog-posts-section .cab-blog-sidebar .cab-author-details-box .author-social {
  text-align: center;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-author-details-box .author-social a {
  display: inline-block;
  font-size: 16px;
  color: #687693;
  margin: 0 2px;
  padding: 0 4px;
  transition: all 0.3s ease;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-author-details-box .author-social a:hover {
  color: #e9161c;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-search-box .cab-search-form-box form {
  display: flex;
  align-items: center;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-search-box .cab-search-form-box form input {
  border: 2px solid #e9161c;
  background: transparent;
  height: 48px;
  padding: 4px 20px;
  margin-right: -3px;
  font-family: "Miniver";
  width: calc(100% - 52px);
  outline: 0;
  transition: all 0.3s ease;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-search-box .cab-search-form-box form input:hover {
  background: #f8f5f2;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-search-box .cab-search-form-box form input:focus {
  border-color: #233d62;
  background: #f8f5f2;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-search-box .cab-search-form-box form .cab-search-btn {
  height: 48px;
  width: 50px;
  border: 2px solid #e9161c;
  background: #e9161c;
  color: #ffffff;
  line-height: 46px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-search-box .cab-search-form-box form .cab-search-btn:hover {
  background: #233d62;
  border-color: #233d62;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-cata-box ul {
  padding-left: 0;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-cata-box ul a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #ebebeb;
  color: #687693;
  transition: all 0.3s ease;
  font-size: 15px;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-cata-box ul a:last-child {
  border-bottom: 0;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-cata-box ul a:hover {
  color: #e9161c;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-recent-posts-box .recent-post-box {
  margin-bottom: 28px;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-recent-posts-box .recent-post-box a .img-box {
  float: left;
  width: 70px;
  height: 70px;
  background: #ebebeb;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-recent-posts-box .recent-post-box a .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-recent-posts-box .recent-post-box a .recent-post-details {
  float: left;
  width: calc(100% - 70px);
  padding-left: 20px;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-recent-posts-box .recent-post-box a .recent-post-details h6 {
  color: #233d62;
  font-weight: 500;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-recent-posts-box .recent-post-box a .recent-post-details small {
  color: #687693;
  font-size: 13px;
  font-weight: 500;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-recent-posts-box .recent-post-box a:hover .img-box img {
  transform: scale(1.1);
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-recent-posts-box .recent-post-box a:hover h6 {
  color: #e9161c;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-tags-box a {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 6px 20px;
  margin: 8px 3px 0;
  font-size: 14px;
  color: #687693;
}

.cab-blog-posts-section .cab-blog-sidebar .cab-blog-tags-box a:hover {
  border-color: #e9161c;
  color: #e9161c;
}

.cab-shop-sidebar {
  padding-right: 30px;
}

.ui-slider-horizontal {
  width: 100%;
  height: 7px;
  border-radius: 0;
}

.ui-widget-header {
  background: #e9161c;
}

.ui-widget.ui-widget-content {
  border: none;
  background: #ebebeb;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 2px 20px;
}

.ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
}

.price-range-bottom-bar {
  margin-top: 32px;
}

.apply-filter-btn {
  float: left;
}

.price-value-box {
  float: right;
  display: flex;
  align-items: center;
  height: 47px;
}

.price-value-box .price-text {
  color: #687693;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 4px;
}

.price-value-box .sep {
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #687693;
  position: relative;
  top: 0px;
  margin: 0 4px;
}

.price-value-box .price-range-values {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #687693;
}

.ui-slider-handle {
  cursor: pointer !important;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #687693;
  font-weight: 400;
}

.custom-checkbox:hover {
  color: #233d62;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #687693;
  transition: all 0.3s ease;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input~.checkmark {
  background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked~.checkmark {
  background-color: #e9161c;
  border-color: #e9161c;
}

.custom-checkbox .text {
  transition: all 0.3s ease;
}

.custom-checkbox input:checked~.text {
  color: red !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cab-filter-catagories-widget .cata-list {
  list-style: none;
  padding-left: 0;
}

.cab-filter-catagories-widget .cata-list li {
  padding: 14px 0;
  border-bottom: 1px solid #ebebeb;
}

.cab-filter-catagories-widget .cata-list li:first-child {
  padding-top: 6px;
}

.cab-filter-catagories-widget .cata-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cab-best-seller-widget .best-seller-box {
  padding: 12px 0;
}

.cab-best-seller-widget .best-seller-box a {
  display: block;
}

.cab-best-seller-widget .best-seller-box a:hover .seller-details h6 {
  color: #e9161c;
}

.cab-best-seller-widget .best-seller-box a .img-box {
  float: left;
  width: 68px;
  height: 68px;
  background: #ebebeb;
  overflow: hidden;
}

.cab-best-seller-widget .best-seller-box a .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-best-seller-widget .best-seller-box a .seller-details {
  float: left;
  padding-left: 18px;
  width: calc(100% - 68px);
}

.cab-best-seller-widget .best-seller-box a .seller-details h6 {
  font-size: 18px;
  color: #233d62;
  font-weight: 500;
  transition: all 0.3s ease;
  margin: 0;
}

.cab-best-seller-widget .best-seller-box a .seller-details .rating-box {
  margin: 8px 0 6px;
  padding: 0;
}

.cab-best-seller-widget .best-seller-box a .seller-details .price {
  color: #687693;
  font-size: 14px;
}

.cab-offer-widget .cab-offer-inner {
  height: 380px;
  width: 100%;
  position: relative;
}

.cab-offer-widget .cab-offer-inner .offer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.cab-offer-widget .cab-offer-inner .offer-text h5 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  font-family: "Kaushan Script";
}

.cab-offer-widget .cab-offer-inner .offer-text h3 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 300;
  font-family: "Kaushan Script";
}

.cab-shop-products-inner .shop-top-bar .results-count-box {
  float: left;
  color: #687693;
  font-size: 14px;
  font-weight: 400;
  padding-top: 6px;
}

.cab-shop-products-inner .shop-top-bar .results-count-box .sep {
  display: inline-block;
  position: relative;
  top: -4px;
  height: 1px;
  width: 10px;
  background: #687693;
}

.cab-shop-products-inner .shop-top-bar .sorting-box {
  float: right;
}

.cab-shop-products-inner .shop-top-bar .sorting-box .grid-type {
  margin-left: 30px;
}

.cab-shop-products-inner .shop-top-bar .sorting-box .grid-type a {
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
  color: #687693;
}

.cab-shop-products-inner .shop-top-bar .sorting-box .grid-type a:hover,
.cab-shop-products-inner .shop-top-bar .sorting-box .grid-type a.active {
  color: #e9161c;
}

.cab-shop-products-inner .cab-shop-products-container {
  margin-top: 18px;
}

.cab-product-grid-layout .cab-product-box:hover .product-img-box img {
  transform: scale(1.1);
}

.cab-product-grid-layout .cab-product-box:hover .product-img-box .overlay-box {
  opacity: 1;
  transform: translateX(0);
}

.cab-product-grid-layout .cab-product-box:hover .product-details .title a {
  color: #e9161c;
}

.cab-product-grid-layout .cab-product-box .product-img-box {
  position: relative;
  width: 100%;
  height: 360px;
  background: #ebebeb;
  overflow: hidden;
}

.cab-product-grid-layout .cab-product-box .product-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.4s ease;
}

.cab-product-grid-layout .cab-product-box .product-img-box .overlay-box {
  position: absolute;
  bottom: 40px;
  left: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s ease;
}

.cab-product-grid-layout .cab-product-box .product-img-box .overlay-box a {
  display: block;
  background: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #233d62;
}

.cab-product-grid-layout .cab-product-box .product-img-box .overlay-box a:hover {
  background: #e9161c;
  color: #ffffff;
}

.cab-product-grid-layout .cab-product-box .product-details {
  padding: 30px 0;
}

.cab-product-grid-layout .cab-product-box .product-details .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}

.cab-product-grid-layout .cab-product-box .product-details .title a {
  color: #233d62;
}

.cab-product-grid-layout .cab-product-box .product-details .price {
  font-size: 15px;
  color: #687693;
  font-weight: 400;
}

.cab-product-list-layout {
  padding-bottom: 10px;
}

.cab-product-list-layout .product-box {
  margin-bottom: 60px;
}

.cab-product-list-layout .product-box:nth-child(even) .img-box {
  float: right;
}

.cab-product-list-layout .product-box:nth-child(even) .product-details {
  padding-left: 0;
  padding-right: 20px;
}

.cab-product-list-layout .product-box:hover .img-box img {
  transform: scale(1.1);
}

.cab-product-list-layout .product-box:hover .product-details h5 a {
  color: #e9161c;
}

.cab-product-list-layout .product-box .img-box {
  float: left;
  width: 280px;
  height: 200px;
  border: 0;
  background: #ebebeb;
  overflow: hidden;
}

.cab-product-list-layout .product-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.4s ease;
}

.cab-product-list-layout .product-box .product-details {
  float: left;
  width: calc(100% - 280px);
  padding-left: 30px;
}

.cab-product-list-layout .product-box .product-details h5 {
  margin-bottom: 6px;
  margin-top: 4px;
}

.cab-product-list-layout .product-box .product-details h5 a {
  color: #233d62;
}

.cab-product-list-layout .product-box .product-details small {
  font-weight: 500;
}

.cab-product-list-layout .product-box .product-details p {
  font-size: 14px;
  color: #687693;
  margin-top: 8px;
}

.cab-pagination-box {
  margin-top: 40px;
}

.cab-pagination-box .cab-pagination-inner {
  display: flex;
  align-items: center;
}

.cab-pagination-box .cab-pagination-inner a {
  display: inline-flex;
  background: #ffffff;
  height: 42px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  border: 2px solid #ebebeb;
  color: #687693;
}

.cab-pagination-box .cab-pagination-inner a.prev i::before,
.cab-pagination-box .cab-pagination-inner a.next i::before {
  font-size: 13px;
  font-weight: 600;
}

.cab-pagination-box .cab-pagination-inner a:hover {
  background: #ebebeb;
}

.cab-pagination-box .cab-pagination-inner a.active {
  color: #ffffff;
  background: #e9161c;
  border-color: #e9161c;
}

.cab-single-product-section .cab-single-product-inner .single-product-main-slider {
  margin-bottom: 30px;
}

.cab-single-product-section .cab-single-product-inner .single-product-main-slider .swiper-slide .img-box {
  height: 480px;
  width: 100%;
  background: #ebebeb;
}

.cab-single-product-section .cab-single-product-inner .single-product-main-slider .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-single-product-section .cab-single-product-inner .single-product-thumbs .swiper-slide {
  opacity: 0.7;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cab-single-product-section .cab-single-product-inner .single-product-thumbs .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.cab-single-product-section .cab-single-product-inner .single-product-thumbs .swiper-slide.swiper-slide-active .img-box {
  background: #bcbcbc;
}

.cab-single-product-section .cab-single-product-inner .single-product-thumbs .swiper-slide.swiper-slide-active:hover {
  opacity: 1;
}

.cab-single-product-section .cab-single-product-inner .single-product-thumbs .swiper-slide:hover {
  opacity: 0.9;
}

.cab-single-product-section .cab-single-product-inner .single-product-thumbs .swiper-slide .img-box {
  height: 92px;
  width: 100%;
  background: #ebebeb;
}

.cab-single-product-section .cab-single-product-inner .single-product-thumbs .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .title {
  padding-bottom: 5px;
  border-bottom: 2px solid #ebebeb;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .title h4 {
  color: #233d62;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 0;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .title .price {
  color: #233d62;
  font-weight: 400;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .brief {
  margin: 28px 0 16px;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .brief p {
  color: #687693;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options {
  padding-top: 16px;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .product-count-spinner .counter-box {
  float: left;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #ebebeb;
  height: 54px;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .product-count-spinner .counter-box:hover {
  border-color: #687693;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .product-count-spinner .counter-box .value-button {
  display: inline-block;
  width: 30px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #233d62;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .product-count-spinner .counter-box .value-button:first-child {
  font-size: 24px;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .product-count-spinner .counter-box .value-button:hover {
  color: #e9161c;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .product-count-spinner .counter-box input#no_of_products {
  text-align: center;
  border: none;
  margin: 0px;
  width: 34px;
  height: 40px;
  color: #233d62;
  font-size: 14px;
  outline: 0;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .product-count-spinner .counter-box input[type=number]::-webkit-inner-spin-button,
.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .product-count-spinner .counter-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .add-to-cart-btn .cart-btn {
  padding: 12px 120px !important;
  background: #687693;
  border: 2px solid #687693;
  color: #ffffff;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .add-to-cart-btn .cart-btn:hover {
  background: #e9161c;
  border-color: #e9161c;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .extra-options {
  padding: 24px 0;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .extra-options span {
  display: inline-block;
  margin-right: 40px;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .extra-options span a {
  display: inline-block;
  color: #687693;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .extra-options span a:hover {
  color: #e9161c;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .extra-options span a i {
  margin-right: 5px;
}

.cab-single-product-section .cab-single-product-inner .single-product-details-box .extra-info p {
  color: #687693;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description {
  padding: 64px 0 0;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs {
  text-align: center;
  border-bottom: 2px solid #ebebeb;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs li {
  float: none;
  display: inline-block;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs li.active a {
  color: #e9161c;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs li a {
  background: transparent;
  color: #233d62;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 24px;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs li a:hover {
  color: #e9161c;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs-content {
  padding: 36px 0;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs-content p {
  color: #687693;
  margin-bottom: 20px;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs-content .reviews-section h5 {
  margin-top: 0;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs-content .reviews-section small {
  font-size: 14px;
  color: #687693;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs-content .reviews-section .cab-rating-review-container {
  margin-top: 16px;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs-content .reviews-section .cab-rating-review-container .rating-box {
  color: #233d62;
  font-weight: 500;
  margin-bottom: 20px;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs-content .reviews-section .cab-rating-review-container .rating-box .rating-fields {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 14px;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs-content .reviews-section .cab-rating-review-container label {
  color: #687693;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
}

.cab-single-product-section .cab-single-product-inner .cab-single-product-full-description .cab-tabs-content .reviews-section .cab-rating-review-container .form-control {
  font-family: "Heebo";
}

.cab-related-products-container .widget-title.v2 {
  margin-bottom: 50px;
}

footer {
  min-height: 500px;
}

footer .cab-footer-about-section {
  padding: 80px 0 60px;
}

footer .cab-footer-about-section .cab-footer-about-content {
  text-align: center;
}

footer .cab-footer-about-section .cab-footer-about-content .cab-footer-logo img {
  width: 70px;
}

footer .cab-footer-about-section .cab-footer-about-content .cab-footer-logo .logo-title {
  display: block;
  font-size: 28px;
  font-weight: 400;
  font-family: "Kaushan Script";
  color: #e9161c;
  margin-top: -4px;
}

footer .cab-footer-about-section .cab-footer-about-content .cab-footer-text {
  width: 48%;
  margin: 24px auto auto;
}

footer .cab-footer-about-section .cab-footer-about-content .cab-footer-text p {
  color: #bcbcbc;
}

footer .cab-footer-about-section .cab-footer-about-content .cab-footer-social-icons-box {
  margin-top: 36px;
}

footer .cab-footer-about-section .cab-footer-about-content .cab-footer-social-icons-box a {
  color: #ffffff;
  background: #4e4e4e;
  height: 45px;
  width: 45px;
  display: inline-block;
  border-radius: 50%;
  border-radius: 50%;
  line-height: 47px;
  text-align: center;
  margin: 0 1px;
  transition: width 0.5s ease, color 0.3s ease;
}

footer .cab-footer-about-section .cab-footer-about-content .cab-footer-social-icons-box a:hover {
  color: #e9161c;
  background: #bcbcbc;
  width: 80px;
  border-radius: 40px;
}

footer .footer-seperator img {
  width: 100%;
}

footer .cab-footer-info-section {
  padding: 70px 0 100px;
}

footer .cab-footer-info-section .cab-footer-info-box {
  text-align: center;
}

footer .cab-footer-info-section .cab-footer-info-box .icon-box {
  line-height: 28px;
}

footer .cab-footer-info-section .cab-footer-info-box .icon-box.size-sm i::before {
  font-size: 60px;
}

footer .cab-footer-info-section .cab-footer-info-box .icon-box i::before {
  font-size: 70px;
  color: #999999;
}

footer .cab-footer-info-section .cab-footer-info-box .info-title h5 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  font-family: "Kaushan Script";
  margin-bottom: 20px;
  text-transform: capitalize;
}

footer .cab-footer-info-section .cab-footer-info-box .info-details p {
  color: #bcbcbc;
  font-size: 15px;
  padding: 0 20px;
}

footer .cab-footer-info-section .cab-footer-info-box .info-details p a {
  color: #bcbcbc;
}

footer .cab-footer-info-section .cab-footer-info-box .info-details p a:hover {
  color: #e9161c;
}

footer .cab-footer-info-section .cab-footer-book-table-btn-box {
  text-align: center;
  margin-top: 60px;
}

footer .cab-copyright-section {
  padding: 44px 0;
  background: #ffffff;
  text-align: center;
  color: #fff;
  position: relative;
}

footer .cab-copyright-section .cab-to-top-arrow-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  width: 82px;
  height: 76px;
  line-height: 64px;
  text-align: center;
}

footer .cab-copyright-section .cab-to-top-arrow-box a {
  transform: rotate(90deg);
  display: block;
  color: #233d62;
}

footer .cab-copyright-section .cab-to-top-arrow-box a:hover {
  color: #e9161c;
}

footer .cab-copyright-section .cab-footer-menu-box {
  margin-bottom: 10px;
}

footer .cab-copyright-section .cab-footer-menu-box a {
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  color: #233d62;
}

footer .cab-copyright-section .cab-footer-menu-box a:hover {
  color: #687693;
}

footer .cab-copyright-section .cab-copyright-text p {
  font-size: 14px;
  font-weight: 300;
  color: #687693;
  margin-bottom: 0;
}

footer.v2 .cab-footer-info-section {
  padding: 110px 0 80px;
}

footer.v2 .cab-copyright-section {
  padding: 44px 0;
  border-top: 1px solid #ffffff22;
  background: transparent;
}

footer.v2 .cab-copyright-section .cab-footer-menu-box {
  margin-bottom: 14px;
}

footer.v2 .cab-copyright-section .cab-footer-menu-box a {
  color: #ffffff;
}

footer.v2 .cab-copyright-section .cab-footer-menu-box a:hover {
  color: #8893aa;
}

footer.v2 .cab-copyright-section .cab-copyright-text p {
  color: #ffffff;
}

footer.v2 .cab-copyright-section .cab-copyright-text p a:hover {
  color: #8893aa;
}

@media (max-width: 1640px) {

  /* Cab Header Styles */
  header.cab-header.v2 .cab-header-inner {
    padding: 0 58px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar.sticky {
    padding: 0 58px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box {
    margin-right: 50px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a {
    padding: 35px 18px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a,
  header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 16px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info,
  header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info {
    font-size: 14px;
    padding-right: 20px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info a,
  header.cab-header.v4 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info a {
    font-size: 14px;
  }

  /* Hero Slider */
  .cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner {
    width: 100%;
    height: 730px;
  }

  .cab-hero-section.v3 .cab-hero-inner {
    padding: 110px 0;
  }

  /* Cab About Section */
  .cab-about-section .cab-about-bg-shape {
    width: 85%;
  }

  .cab-about-section .cab-about-section-inner .cab-about-image-box img {
    width: 42em;
  }
}

@media (max-width: 1400px) {

  /* Cab Search Overlay */
  .cab-search-overlay .cab-search-inner .search-form {
    width: 45%;
  }

  /* Cab Header Styles */
  header.cab-header.v2 .cab-header-inner {
    padding: 0 58px;
  }

  header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info .cab-top-bar-info-box {
    font-size: 12px;
    padding: 6px 20px;
  }

  header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info .cab-top-bar-info-box a {
    font-size: 12px;
  }

  header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-social-links {
    padding: 3px 0;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box {
    padding: 12px 0 10px;
    margin-right: 20px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box img {
    width: 200px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box .logo-text {
    font-size: 22px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a {
    font-size: 14px;
    padding: 26px 14px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box {
    padding: 0 0 6px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links ul li {
    padding: 12px 0;
  }

  header.cab-header.v3 .cab-header-inner {
    padding: 0 54px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box {
    margin-right: 60px;
    padding: 20px 0 4px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li {
    padding: 35px 0px 20px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li:nth-child(n+6) {
    display: none;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a {
    font-size: 14px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box {
    padding: 26px 0;
  }

  /* Hero Slider */
  .cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner {
    width: 100%;
    height: 630px;
  }

  .cab-hero-section.v2 .cab-hero-inner {
    padding: 170px 0;
    text-align: center;
  }

  /* Cab About Section */
  .cab-about-section {
    padding-bottom: 90px;
  }

  .cab-about-section .cab-about-bg-shape {
    width: 86%;
  }

  .cab-about-section .cab-about-section-inner .cab-about-image-box img {
    width: 36em;
  }

  .cab-contact-map-section {
    height: 560px;
  }
}

@media (max-width: 1199px) {

  /* Typography */
  .display-1 {
    font-size: 110px;
  }

  .display-2 {
    font-size: 80px;
  }

  .display-3 {
    font-size: 60px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 34px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  .cab-btn.cab-btn-topbar {
    padding: 10px 16px !important;
  }

  /* Global Styles */
  .cab-heading-box .cab-small-heading {
    background-size: 25% 100%;
  }

  .cab-heading-box.v3 .cab-main-heading {
    min-height: 170px;
  }

  .cab-heading-box.v3 .cab-main-heading h1 {
    font-size: 40px;
  }

  .cab-heading-box.v3 .cab-main-heading img {
    width: 122px;
  }

  /* Header Styles */
  header.cab-header.v1 .cab-main-navbar .cab-left-nav-links ul li a {
    padding: 8px 14px;
    font-size: 14px;
  }

  header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box {
    width: 200px;
  }

  header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a::before {
    height: 180px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li:nth-child(n+6)>a {
    display: none;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links>a {
    width: 36px;
    height: 36px;
    line-height: 40px;
    font-size: 14px;
  }

  header.cab-header.v3 .cab-header-inner {
    padding: 0 24px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box {
    margin-right: 60px;
    padding: 22px 0 12px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box img {
    width: 50px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box .logo-text {
    font-size: 20px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li {
    padding: 30px 0px 20px;
  }

  /* Hero Slider */
  .cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner {
    width: 100%;
    height: 550px;
  }

  .cab-hero-section.v2 .cab-hero-inner {
    padding: 130px 0;
  }

  .cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span::before {
    left: -80px;
  }

  .cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span::before,
  .cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span:after {
    width: 66px;
  }

  .cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span:after {
    right: -80px;
  }

  .cab-hero-section.v3 .cab-hero-inner {
    padding: 90px 0;
  }

  .cab-hero-section.v3 .cab-hero-inner .cab-big-heading h1 {
    position: relative;
    height: 320px;
  }

  .cab-hero-section.v3 .cab-hero-inner .cab-big-heading h1 img {
    width: 30%;
  }

  .cab-hero-section.v3 .cab-hero-inner .cab-hero-date-text {
    font-size: 16px;
    margin-top: 0px;
  }

  /* Cab About Section */
  .cab-about-section .cab-about-bg-shape {
    width: 90%;
  }

  .cab-about-section .cab-about-section-inner .cab-about-image-box img {
    width: 30em;
  }

  /* Cab Features Section Styles */
  .cab-features-section.v1 .cab-features-inner .feature-box .feature-img i::before {
    font-size: 4em;
  }

  /* Cab Menu Section */
  .cab-menu-section .cab-menu-content-box .nav-pills li a {
    font-size: 16px;
    padding: 8px 24px;
  }

  /* Special Dish Section */
  .cab-special-dishes-section .cab-special-dishes-content-box .cab-card .cab-offer-img img {
    width: 160px;
    height: 160px;
  }

  /* Cab Showcase Section Styles */
  .cab-showcase-section .cab-showcase-inner .showcase-box {
    height: 450px;
  }

  .cab-showcase-section.v2 .cab-showcase-inner .showcase-box {
    height: 350px;
  }

  /* Cab CTA Styles */
  .cab-cta-section.v2 {
    padding: 70px 0;
  }

  /* Cab Book Table */
  .cab-book-table-section .cab-book-table-form-box {
    width: 100%;
  }

  /* Cab Testimonials */
  .cab-testimonials-section.v1 .cab-testimonials-slider-box {
    width: 80%;
    margin: 4px auto auto;
  }

  /* Footer Styles */
  footer.v1 .cab-footer-about-section .cab-footer-about-content .cab-footer-text {
    width: 60%;
  }
}

@media (max-width: 991px) {

  /* Typography */
  .display-1 {
    font-size: 90px;
  }

  .display-3 {
    font-size: 52px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 17px;
  }

  /* Global Styles */
  section {
    padding: 10px 0;
  }

  .d-sm-none {
    display: none !important;
  }

  .show-on-sm-down {
    display: inline-block !important;
  }

  .cab-btn {
    font-size: 14px;
    padding: 14px 28px;
  }

  .cab-btn.px-extra-padding {
    padding: 17px 40px;
  }

  .cab-heading-box .cab-small-heading {
    background-size: 36% 100%;
  }

  .cab-heading-box.v3 .cab-main-heading {
    min-height: 178px;
  }

  .cab-heading-box.v3 .cab-main-heading img {
    width: 126px;
  }

  .cab-mini-hero-section {
    padding: 220px 0 100px;
  }

  .cab-mini-hero-section .cab-mini-hero-inner {
    text-align: center;
  }

  .cab-mini-hero-section .cab-mini-hero-inner h5 {
    font-family: "Miniver";
    color: #ffffff;
    margin: 0;
    font-weight: 400;
  }

  .cab-mini-hero-section .cab-mini-hero-inner h2 {
    margin-top: 0;
  }

  .brief-description {
    max-width: 98%;
  }

  /* Cab Search Overlay Styles */
  .cab-search-overlay .cab-search-inner .search-form {
    width: 58%;
  }

  /* Cab Coming Soon Styles */
  .cab-coming-soon-section .cab-coming-soon-inner .cab-get-ready-tag {
    margin-top: 20px;
  }

  .cab-coming-soon-section .cab-coming-soon-inner .cab-countdown-timer>div {
    min-width: 132px;
    margin: 0 4px;
    margin-top: 10px !important;
    padding: 20px 12px 26px;
  }

  /* Header Styles */
  header.cab-header li.has-dropdown.left-menu .dropdown-wrapper {
    left: 10px;
  }

  header.cab-header li.has-dropdown.left-menu .has-dropdown .dropdown-wrapper {
    border: 1px solid #ebebeb;
    left: 0;
    top: 0;
  }

  header.cab-header li.has-dropdown.right-menu .has-dropdown .dropdown-wrapper {
    border: 1px solid #ebebeb;
    right: 0;
    top: 0;
  }

  header.cab-header.v1 .cab-main-navbar {
    padding: 24px 0;
  }

  header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a {
    left: 0;
  }

  header.cab-header.v1 .open-side-nav {
    position: absolute;
    left: 20px;
    top: 14px;
    background: #e9161c;
    color: #ffffff;
    width: 44px;
    height: 44px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
  }

  header.cab-header.v1 .cab-sidebar-nav {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: all 0.3s ease;
  }

  header.cab-header.v1 .cab-sidebar-nav .has-dropdown:hover>.dropdown-wrapper {
    transform: scale(1) translate(-50%, 0);
  }

  header.cab-header.v1 .cab-sidebar-nav .has-dropdown .dropdown-wrapper {
    left: 50%;
    border-radius: 14px;
    transform: scale(0.98) translate(-50%, -10px);
  }

  header.cab-header.v1 .cab-sidebar-nav .has-dropdown .dropdown-wrapper li a {
    text-align: center;
  }

  header.cab-header.v1 .cab-sidebar-nav .has-dropdown .dropdown-wrapper .has-dropdown .dropdown-wrapper {
    border: 1px solid #bcbcbc;
  }

  header.cab-header.v1 .cab-sidebar-nav.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }

  header.cab-header.v1 .cab-sidebar-nav::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #f8f5f2;
    z-index: -1;
    opacity: 0.95;
  }

  header.cab-header.v1 .cab-sidebar-nav .close-side-nav-btn {
    position: absolute;
    left: 20px;
    top: 13px;
    display: inline-block;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 48px;
    text-align: center;
    background: #ebebeb;
    cursor: pointer;
  }

  header.cab-header.v1 .cab-sidebar-nav .cab-sidebar-inner {
    text-align: center;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header.cab-header.v1 .cab-sidebar-nav .cab-sidebar-inner>ul {
    padding-left: 0;
  }

  header.cab-header.v1 .cab-sidebar-nav .cab-sidebar-inner>ul>li {
    list-style: none;
  }

  header.cab-header.v1 .cab-sidebar-nav .cab-sidebar-inner>ul>li>a {
    color: #e9161c;
    display: block;
    font-size: 26px;
    font-weight: 300;
    padding: 8px 22px;
    border-radius: 40px;
  }

  header.cab-header.v1 .cab-sidebar-nav .cab-sidebar-inner>ul>li>a.active {
    background: #e9161c99;
    color: #ffffff;
    border-radius: 40px;
  }

  header.cab-header.v1 .cab-sidebar-nav .cab-sidebar-inner>ul>li>a.active:hover {
    background: #e9161c99;
  }

  header.cab-header.v1 .cab-sidebar-nav .cab-sidebar-inner>ul>li>a:hover {
    background: #ffffff;
    border-radius: 40px;
  }

  header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info .cab-top-bar-info-box:nth-child(2) {
    border: none;
  }

  header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info .cab-top-bar-info-box.address {
    display: inline-block;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    transition: all 0.2s ease;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box .close-sidebar-v2 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: calc(100% - 220px);
    background: transparent;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box.open {
    visibility: visible;
    opacity: 1;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box.open ul {
    transform: translateX(0);
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul {
    padding-left: 0;
    height: 100vh;
    width: 220px;
    background: #f8f5f2;
    position: absolute;
    right: 0;
    padding-top: 10px;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) -15px 0 30px;
    transform: translateX(16%);
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li {
    display: block;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li:nth-child(n+6) {
    display: block;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li:nth-child(n+6) a {
    display: block;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a {
    display: block;
    color: #4e4e4e;
    padding: 14px 34px;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #ebebeb;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box {
    padding: 2px 0 5px;
    display: none;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links {
    margin-right: 2px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links a.open-side-nav {
    cursor: pointer;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links a.open-side-nav.v2 {
    background: #e9161c;
    color: #ffffff;
    margin-left: 1px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box {
    margin-right: 60px;
    padding: 22px 0 12px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box img {
    width: 50px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box .logo-text {
    font-size: 20px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box {
    display: block !important;
    position: fixed !important;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box .close-sidebar-v2 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: calc(100% - 220px);
    background: transparent;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box.open {
    visibility: visible;
    opacity: 1;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box.open ul {
    transform: translateX(0);
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul {
    padding-left: 0;
    height: 100vh;
    width: 220px;
    background: #f8f5f2;
    position: absolute;
    right: 0;
    padding-top: 10px;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) -15px 0 30px;
    transform: translateX(16%);
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li {
    display: block;
    padding: 0 0 6px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li:nth-child(n+6) {
    display: block;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li:nth-child(n+6) a {
    display: block;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a {
    display: block !important;
    color: #4e4e4e;
    padding: 14px 34px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a.active {
    color: #e9161c;
    border-color: #e9161c;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul>li>a:hover {
    color: #e9161c;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .open-side-nav {
    margin-left: 16px;
    margin-right: 0;
    background: #fff;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 44px;
    font-size: 17px;
  }

  /* Hero Slider */
  .cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner {
    width: 100%;
    height: 550px;
  }

  .cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner .cab-hero-slide-caption .cab-sub-heading-box {
    min-height: 50px;
  }

  .cab-hero-section.v1 .cab-hero-slider .swiper-button-prev {
    left: 10px;
    padding: 8px 18px 8px 18px;
  }

  .cab-hero-section.v1 .cab-hero-slider .swiper-button-prev span {
    font-size: 12px;
  }

  .cab-hero-section.v1 .cab-hero-slider .swiper-button-next {
    right: 10px;
    padding: 8px 18px 8px 18px;
  }

  .cab-hero-section.v1 .cab-hero-slider .swiper-button-next span {
    font-size: 12px;
  }

  .cab-hero-section.v3 .cab-hero-inner {
    padding: 80px 0 0px;
  }

  .cab-hero-section.v3 .cab-hero-inner .cab-big-heading h1 {
    height: 176px;
  }

  .cab-hero-section.v3 .cab-hero-inner .cab-big-heading h1 img {
    width: 172px;
  }

  .cab-hero-section.v3 .cab-hero-inner .cab-hero-date-text {
    font-size: 16px;
    margin-top: 16px;
  }

  /* Cab About Section */
  .cab-about-section .cab-about-section-inner .cab-about-image-box {
    padding-top: 80px;
    padding-left: 0;
    position: relative;
    left: -34px;
  }

  .cab-about-section.v2 .cab-about-bg-shape {
    width: 80%;
  }

  .cab-about-section.v3 .cab-about-section-inner .right-side-content .about-v3-img-box,
  .cab-about-section.v4 .cab-about-section-inner .right-side-content .about-v3-img-box {
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
  }

  .cab-about-section.v3 .cab-about-section-inner .right-side-content .play-icon,
  .cab-about-section.v4 .cab-about-section-inner .right-side-content .play-icon {
    left: 50%;
    transform: -50%, -50%;
  }

  /* Cab About Brief Styles */
  .cab-about-brief-section .cab-about-brief-section-inner .cab-about-brief-content .about-brief-img-gallery .about-brief-img-box {
    height: 370px;
  }

  /* Cab Features Section Styles */
  .cab-features-section.v1 .cab-features-inner {
    top: -92px;
  }

  .cab-features-section.v1 .cab-features-inner .feature-box {
    padding: 26px 16px 34px;
  }

  /* Cab Contact Page Styles */
  .cab-contact-details-section .cab-contact-details-section-inner .cab-contact-details-content .brief-description {
    max-width: 86%;
  }

  .cab-contact-map-section {
    height: 460px;
  }

  /* Cab Book Table v2 */
  .cab-book-table-section.v2 {
    height: 420px;
  }

  /* Offers Section */
  .cab-offers-section .cab-offers-content-box {
    margin-top: 30px;
  }

  .cab-offers-section .cab-offers-content-box .cab-card {
    margin-top: 26px;
  }

  /* Cab Special Dishes Styles */
  .cab-special-dishes-section .cab-special-dishes-content-box .cab-card {
    margin-bottom: 40px;
  }

  /* Cab Menu Section */
  .cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-price {
    top: -85px;
  }

  /* Cab Testimonials Section Styles */
  .cab-testimonials-section.v2.page .testimonial-card {
    margin-bottom: 46px;
  }

  /* Cab News Events Section */
  .cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box .news-event-img-box {
    height: 170px;
  }

  .cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box .news-event-title-box h6 {
    font-size: 16px;
  }

  .cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box .news-event-title-box .date {
    font-size: 14px;
  }

  .cab-news-events-section.v2.page .cab-news-events-content .cab-news-event-box {
    margin-bottom: 24px;
  }

  /* Cab Newsletter Styles */
  .cab-newsletter-section .cab-newsletter-inner {
    width: 74%;
  }

  .cab-404-section .cab-404-inner .error-text {
    font-size: 150px;
  }

  .cab-blog-posts-section .cab-blog-sidebar {
    margin-top: 70px;
    padding-left: 0;
  }

  /* Shop Styles */
  .cab-shop-sidebar {
    padding-right: 0;
  }

  .single-product-details-box {
    margin-top: 50px;
  }

  .cab-related-products-container .cab-product-grid-layout .cab-product-box .product-img-box {
    position: relative;
    width: 100%;
    height: 240px;
  }

  .cab-single-product-section .cab-single-product-inner .cab-single-product-full-description {
    padding: 40px 0 0;
  }

  /* Footer */
  footer.v1 .cab-footer-about-section {
    padding: 70px 0 54px;
  }

  footer.v1 .cab-footer-about-section .cab-footer-about-content .cab-footer-text {
    width: 70%;
  }

  footer.v1 .cab-footer-book-table-btn-box {
    margin-top: 40px;
  }

  footer.v1 .cab-footer-info-section {
    padding: 70px 0 90px;
  }

  footer.v1 .cab-copyright-section {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {

  /* Typography */
  .display-1 {
    font-size: 70px;
  }

  .display-2 {
    font-size: 60px;
  }

  /* General Styles */
  .cab-btn-topbar {
    display: none;
  }

  .cab-widget-box {
    margin-bottom: 44px;
  }

  .cab-mini-hero-section {
    padding: 200px 0 100px;
  }

  .cab-mini-hero-section .cab-mini-hero-inner {
    text-align: center;
  }

  .cab-mini-hero-section .cab-mini-hero-inner h5 {
    font-family: "Miniver";
    color: #ffffff;
    margin: 0;
    font-weight: 400;
  }

  .cab-mini-hero-section .cab-mini-hero-inner h2 {
    margin-top: 0;
  }

  /* Cab Search Overlay Styles */
  .cab-search-overlay .cab-search-inner .search-form {
    width: 78%;
  }

  /* Header Styles */
  header.cab-header.v2 .cab-header-inner {
    padding: 0 24px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar.sticky {
    padding: 0 24px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links {
    margin-right: 0px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links a:last-child {
    margin-right: 0;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .nav-round-links a.open-side-nav.v2 {
    margin-left: 8px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box {
    margin-right: 10px;
    padding: 12px 0 10px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box {
    padding: 18px 0;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .cab-btn-topbar {
    display: inline-block !important;
  }

  /* Hero Slider */
  .cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner {
    width: 100%;
    height: 550px;
  }

  .cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner .cab-hero-slide-caption .cab-sub-heading-box {
    min-height: 46px;
  }

  .cab-hero-section.v1 .cab-hero-slider .swiper-button-prev {
    left: 0;
    padding: 8px 16px 8px 15px;
  }

  .cab-hero-section.v1 .cab-hero-slider .swiper-button-prev span {
    font-size: 12px;
  }

  .cab-hero-section.v1 .cab-hero-slider .swiper-button-next {
    right: 0px;
    padding: 8px 16px 8px 15px;
  }

  .cab-hero-section.v1 .cab-hero-slider .swiper-button-next span {
    font-size: 12px;
  }

  .cab-hero-section.v2 .cab-hero-inner {
    padding: 110px 0 30px;
  }

  .cab-hero-section.v2 .cab-hero-inner .cab-small-heading {
    font-size: 16px;
  }

  .cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text {
    font-size: 14px;
    margin-top: 22px;
  }

  .cab-hero-section.v4 {
    padding: 60px 0 50px;
  }

  .cab-hero-section.v4 .cab-hero-inner {
    padding: 60px 0 0;
  }

  /* Cab Features Section Styles */
  .cab-features-section {
    padding: 100px 0;
    height: auto;
  }

  .cab-features-section.v1 .cab-features-inner {
    top: 0;
  }

  /* Cab Offers Section */
  .cab-offers-section .cab-offers-content-box {
    margin-top: 0px;
  }

  .cab-offers-section .cab-offers-content-box .cab-card.popular {
    margin-top: 60px;
  }

  /* Cab Menu Section */
  .cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list .cab-menu-item .menu-price {
    top: 10px;
  }

  /* Cab About Section */
  .cab-about-section .cab-about-bg-shape {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .cab-about-section .cab-about-bg-shape img {
    width: 100%;
  }

  .cab-about-section .cab-about-section-inner .left-side-content .small-tagline {
    padding-left: 50px;
  }

  .cab-about-section .cab-about-section-inner .left-side-content .small-tagline::before {
    left: -10px;
  }

  .cab-about-section .cab-about-section-inner .cab-about-image-box {
    text-align: right;
  }

  .cab-about-section .cab-about-section-inner .cab-about-image-box img {
    width: 22em;
  }

  .cab-about-section.v2 .cab-about-bg-shape {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }

  .cab-about-section.v3 .cab-about-section-inner .right-side-content .about-v3-img-box {
    width: 100%;
    height: 400px;
  }

  /* Cab Showcase Section Styles */
  .cab-showcase-section .cab-showcase-inner .showcase-box {
    height: 400px;
  }

  /* Cab Book Table v2 */
  .cab-book-table-section.v2 {
    height: auto;
  }

  .cab-book-table-section.v2 .cab-book-table-form-box {
    padding: 70px 50px;
    position: relative;
    top: 0px;
    left: 0;
    transform: translateX(0%);
  }

  /* Cab News & Events Section */
  .cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box {
    margin-bottom: 40px;
  }

  .cab-news-events-section.v1 .cab-news-events-content .cab-news-event-box:hover .news-event-img-box img {
    transform: rotate(5deg) scale(1.4);
  }

  .cab-news-events-section.v2 .cab-news-events-content .cab-news-event-box {
    margin-bottom: 24px;
  }

  /* Testimonials */
  .cab-testimonials-slider-box.v2 .testimonial-card .testimonial-words {
    padding: 30px 32px;
  }

  /* Blog Page Styles */
  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card {
    margin-bottom: 40px;
  }

  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header {
    height: 400px;
  }

  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-slide {
    height: 400px;
  }

  .cab-blog-posts-section .cab-blog-pagination-box {
    margin-top: 26px;
  }

  /* Single Blog Styles */
  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-main-banner {
    height: 360px;
  }

  /* Shop Page */
  .cab-offer-widget .cab-offer-inner {
    height: 300px;
  }

  .cab-single-product-section .cab-single-product-inner .single-product-main-slider .swiper-slide .img-box {
    height: 380px;
    width: 100%;
    background: #ebebeb;
  }

  .cab-related-products-container .cab-product-grid-layout .cab-product-box .product-img-box {
    height: 300px;
  }

  /* Footer Styles */
  footer.v1 .cab-footer-info-section {
    padding: 16px 0 90px;
  }

  footer.v1 .cab-footer-info-section .cab-footer-info-box {
    margin-bottom: 42px;
  }

  footer.v1 .cab-footer-info-section .cab-footer-book-table-btn-box {
    margin-top: 30px;
  }

  footer.v2 .cab-footer-info-section .cab-footer-info-box {
    margin-bottom: 42px;
  }
}

@media (max-width: 575px) {

  /* General Styles */
  .display-4 {
    font-size: 60px;
  }

  .widget-t-m {
    margin-top: 60px;
  }

  .cab-heading-box .cab-small-heading {
    background-size: 60% 100%;
  }

  .cab-heading-box.v3 .cab-main-heading {
    min-height: 144px;
  }

  .cab-heading-box.v3 .cab-main-heading img {
    width: 102px;
  }

  .cab-mini-hero-section {
    padding: 200px 0 100px;
  }

  .cab-mini-hero-section .cab-mini-hero-inner {
    text-align: center;
  }

  .cab-mini-hero-section .cab-mini-hero-inner h5 {
    font-family: "Miniver";
    color: #ffffff;
    margin: 0;
    font-weight: 400;
  }

  .cab-mini-hero-section .cab-mini-hero-inner h2 {
    margin-top: 0;
  }

  /* Cab Search Overlay Styles */
  .cab-search-overlay .cab-search-inner .search-form {
    width: 88%;
  }

  /* Header Styles */
  header.cab-header.v2 .cab-header-inner {
    padding: 0 16px;
  }

  header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-contact-info {
    float: none;
    text-align: center;
  }

  header.cab-header.v2 .cab-header-inner .cab-top-bar .cab-top-bar-social-links {
    display: none;
    text-align: center;
    float: none;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar.sticky {
    padding: 0 16px;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box img {
    width: 125px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .open-side-nav {
    margin-left: 10px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info {
    display: none;
  }

  /* Cab Menu Styles */
  .cab-menu-section .cab-menu-content-box .nav-pills {
    flex-wrap: wrap;
  }

  .cab-menu-section .cab-menu-content-box .nav-pills li.active a,
  .cab-menu-section .cab-menu-content-box .nav-pills li:hover a {
    background-size: 100% 68%;
  }

  .cab-menu-section .cab-menu-content-box .nav-pills li a {
    font-size: 14px;
    padding: 8px 16px;
  }

  .cab-menu-section .cab-menu-content-box .tab-content .cab-menu-list {
    padding: 20px 16px 42px;
  }

  .cab-menu-section .cab-menu-content-box .cab-menu-section-bottom img {
    left: -6px;
    width: 390px;
    height: 180px;
  }

  .cab-menu-section.v2 .cab-menu-content-box .nav-pills.v2 li a {
    min-width: 80px;
    padding: 6px 8px !important;
  }

  /* Cab About Section Styles */
  .cab-about-section .cab-about-section-inner .left-side-content p {
    padding: 36px 0px 40px 0;
    line-height: 1.7;
  }

  /* Cab About Hisotry Styles */
  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box {
    display: flex;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:nth-child(even) .timeline-title {
    order: 2;
    text-align: left;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:nth-child(even) .timeline-line {
    order: 1;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:nth-child(even) .timeline-description {
    order: 3;
    padding: 20px 0;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:nth-child(even) .timeline-description .inner {
    float: left;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:last-child .timeline-line::after {
    top: 58%;
    transform: translate(-50%, -50%);
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:last-child .timeline-description,
  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box:last-child .timeline-title {
    padding: 20px 0 0;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-title {
    order: 2;
    font-size: 16px;
    text-align: left;
    max-width: 100px;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-line {
    order: 1;
    min-width: 40px;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-line::before {
    left: 23%;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-line::after {
    left: 22%;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-description {
    order: 3;
  }

  .cab-about-history-section .cab-about-history-inner .cab-about-history-timeline .cab-about-timeline-box .timeline-description .inner {
    padding: 20px;
    font-size: 13px;
  }

  .cab-contact-map-section {
    height: 360px;
  }

  /* Cab Newsletter Styles */
  .cab-newsletter-section .cab-newsletter-inner {
    width: 95%;
  }

  /* Cab Blog Styles */
  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header {
    height: 340px;
  }

  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-button-prev,
  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-button-prev {
    right: 50px;
  }

  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-slide {
    height: 340px;
  }

  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-body .post-title h4 {
    font-size: 22px;
  }

  /* Single Blog Styles */
  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-main-banner {
    height: 330px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-title h4 {
    font-size: 24px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description {
    margin-top: 20px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description h5 {
    font-size: 18px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description blockquote {
    margin: 54px 0;
    padding: 24px 24px 26px 96px;
    font-size: 18px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-description blockquote::before {
    font-size: 2.1em;
    left: 27px;
    top: 20px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination {
    padding-bottom: 0;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box,
  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .post-author-full-details {
    padding: 24px 24px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content {
    padding: 22px 0 22px 22px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media>.media {
    padding-left: 20px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .media-left .img-bg {
    width: 60px;
    height: 60px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-comments-section .single-post-comments-content .media .media-body {
    padding-left: 10px;
  }

  /* Shop Styles */
  .cab-shop-products-inner .shop-top-bar .results-count-box {
    width: 100%;
    text-align: center;
  }

  .cab-shop-products-inner .shop-top-bar .sorting-box {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .cab-shop-products-inner .shop-top-bar .sorting-box .grid-type {
    margin-left: 10px;
  }

  .cab-product-grid-layout .cab-product-box .product-img-box {
    height: 280px;
  }

  .cab-product-list-layout .product-box {
    margin-bottom: 40px;
  }

  .cab-product-list-layout .product-box .img-box {
    width: 100%;
    height: 240px;
  }

  .cab-product-list-layout .product-box .product-details {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .cab-single-product-section .cab-single-product-inner .single-product-main-slider .swiper-slide .img-box {
    height: 280px;
    width: 100%;
    background: #ebebeb;
  }

  .cab-related-products-container .cab-product-grid-layout .cab-product-box .product-img-box {
    height: 300px;
  }

  /* Cab Footer Styles */
  footer.v2 .cab-footer-info-section {
    padding: 110px 0 50px;
  }

  footer .cab-footer-info-section .cab-footer-book-table-btn-box {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {

  /* Typography Styles */
  .display-1 {
    font-size: 54px;
  }

  .display-3 {
    font-size: 44px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  /* General */
  body p {
    font-size: 15px;
  }

  .form-group {
    margin-bottom: 16px !important;
  }

  .form-group .cab-input-group {
    margin-bottom: 20px;
  }

  .cab-heading-box.v3 .cab-main-heading {
    min-height: 140px;
  }

  .cab-heading-box.v3 .cab-main-heading h1 {
    font-size: 30px;
  }

  .cab-heading-box.v3 .cab-main-heading.img-alt img {
    width: 140px;
  }

  .form-group .cab-input-group .form-control {
    padding-left: 60px;
  }

  .form-group .custom-select-style .dropdown-menu ul li a {
    padding: 8px 56px;
    font-size: 14px;
    font-weight: 400;
  }

  .form-group .custom-select-style .bootstrap-select>.dropdown-toggle {
    padding-left: 0;
  }

  /* Cab Search Overlay Styles */
  .cab-search-overlay .cab-search-inner .search-form form input {
    height: 64px;
    padding: 14px 146px 14px 26px;
    font-size: 16px;
  }

  .cab-search-overlay .cab-search-inner .search-form form button {
    min-width: 124px;
    height: 58px;
    font-size: 16px;
  }

  /* Header Styles */
  header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown {
    min-width: 270px;
    right: -100%;
  }

  header.cab-header.v1 .cab-sidebar-nav .cab-sidebar-inner>ul>li>a {
    font-size: 20px;
    padding: 6px 18px;
  }

  header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box {
    width: 190px;
  }

  header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a::before {
    top: -32%;
  }

  header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a img {
    width: 54px;
  }

  header.cab-header.v1 .cab-main-navbar .cab-centered-logo-box a .brand-name {
    font-size: 20px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box {
    padding: 18px 0;
  }

  /* Hero Slider Styles */
  .cab-hero-section.v1 .cab-hero-slider .cab-hero-slide-inner {
    height: 450px;
  }

  .cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span::before {
    left: -40px;
  }

  .cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span::before,
  .cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span:after {
    width: 30px;
  }

  .cab-hero-section.v2 .cab-hero-inner .cab-hero-date-text span:after {
    right: -40px;
  }

  .cab-hero-section.v3 .cab-hero-inner {
    padding: 60px 0 30px;
  }

  .cab-hero-section.v3 .cab-hero-inner .cab-big-heading h1 {
    height: 160px;
  }

  .cab-hero-section.v3 .cab-hero-inner .cab-big-heading h1 img {
    width: 154px;
  }

  .cab-hero-section.v4 .cab-hero-inner .cab-hero-reservation-box {
    padding: 32px 40px 50px;
  }

  /* Cab About Section Styles */
  .cab-about-section.v3 .cab-about-section-inner .right-side-content .about-v3-img-box {
    height: 360px;
  }

  .cab-about-section.v3 .cab-about-section-inner .right-side-content .about-v3-img-box .exp-text h1 {
    font-size: 130px;
  }

  .cab-about-section.v3 .cab-about-section-inner .right-side-content .about-v3-img-box .exp-text h5 {
    font-size: 24px;
  }

  /* Cab Contact Page Styles */
  .cab-contact-details-section .cab-contact-details-section-inner .cab-contact-details-content .brief-description {
    max-width: 98%;
  }

  .cab-contact-details-section .cab-contact-form-box {
    margin-top: 50px;
  }

  /* Cab Menu Section Styles */
  .cab-menu-section.v2 .cab-menu-content-box .nav-pills li a {
    padding: 8px 16px;
  }

  .cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a::before,
  .cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a::after {
    width: 12px;
  }

  .cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a::before {
    left: 0;
  }

  .cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a::after {
    right: 0;
  }

  .cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a:hover::after,
  .cab-menu-section.v2 .cab-menu-content-box .nav-pills li.active a:hover::before {
    width: 12px;
  }

  /* Cab Book Table Section Styles */
  .cab-book-table-section .cab-book-table-form-box {
    padding: 50px 24px;
    width: 100%;
  }

  /* Cab Masters Chef Section Styles */
  .cab-chef-card .chef-img-box {
    height: 340px;
  }

  /* Cab CTA Section Styles */
  .cab-cta-section.v3 .cab-cta-content-inner h1 {
    padding: 0 10px;
  }

  .cab-404-section .cab-404-inner .error-text {
    font-size: 100px;
  }

  /* Cab Blog Page Styles */
  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header {
    height: 300px;
  }

  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-slide {
    height: 300px;
  }

  /* Cab Shop Styles */
  .cab-single-product-section .cab-single-product-inner .single-product-details-box .add-to-cart-options .add-to-cart-btn .cart-btn {
    padding: 12px 54px !important;
  }
}

@media (max-width: 430px) {

  /* General Styles */
  body {
    font-size: 15px;
  }

  .xs-pt-0 {
    padding-top: 0 !important;
  }

  .display-4 {
    font-size: 50px;
  }

  h5 {
    font-size: 20px;
  }

  h4 {
    font-size: 24px;
  }

  .cab-mini-hero-section {
    padding: 160px 0 60px;
  }

  /* Cab Header Section */
  header.cab-header.v3 .cab-header-inner {
    padding: 0px 14px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .contact-info {
    padding-right: 0px;
  }

  /* Cab Hero Section */
  .cab-hero-section.v2 .cab-hero-inner {
    padding: 114px 0 0;
  }

  /* Cab Offers Section */
  .cab-offers-section .cab-offers-content-box .cab-card.xs-pt-0 {
    padding: 0 30px 60px;
  }

  /* Cab About Section */
  .cab-about-section .cab-about-section-inner .left-side-content .small-tagline {
    padding-left: 50px;
  }

  .cab-about-section .cab-about-section-inner .left-side-content .small-tagline::before {
    left: -10px;
  }

  .cab-about-section .cab-about-section-inner .cab-about-image-box {
    text-align: right;
  }

  .cab-about-section .cab-about-section-inner .cab-about-image-box img {
    width: 100%;
  }

  .cab-contact-map-section {
    height: 300px;
  }

  /* Cab Testimonials Slider */
  .cab-testimonials-section.v1 .cab-testimonials-slider-box {
    width: 90%;
    margin: 4px auto auto;
  }

  .cab-testimonials-section.v1 .cab-testimonials-slider-box p {
    font-size: 20x;
  }

  /* Cab Book Table Section Styles */
  .cab-book-table-section.v3 .cab-book-table-form-box {
    padding: 20px 24px 0;
  }

  /* Cab Showcase Section Stypes */
  .cab-showcase-section .cab-showcase-inner .showcase-box {
    height: 250px;
  }

  /* Cab Newsletter Styles */
  .cab-newsletter-section.v1 .cab-newsletter-inner {
    width: 100%;
  }

  .cab-newsletter-section.v1 .cab-newsletter-form-box input {
    width: 100%;
    min-width: auto;
    height: 62px;
    font-size: 14px;
    padding: 14px 110px 14px 26px;
  }

  .cab-newsletter-section.v1 .cab-newsletter-form-box .newsletter-btn {
    min-width: 90px;
    height: 56px;
    font-size: 14px;
  }

  /* Cab Blog Page Styles */
  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header {
    height: 260px;
  }

  .cab-blog-posts-section .cab-blog-posts-inner .cab-blog-post-card .blog-post-card-header .swiper-slide {
    height: 260px;
  }

  /* Cab Single Blog Styles */
  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-main-banner {
    height: 240px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box .post-tags {
    padding: 6px 20px 6px 8px;
    font-size: 11px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-extras-box .post-social-sharing a {
    width: 30px;
    height: 30px;
    line-height: 31px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box .img-box,
  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box .img-box {
    width: 80px;
    height: 60px;
  }

  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .prev-pag-box .post-title,
  .cab-blog-posts-section .cab-single-blog-inner .cab-single-blog-post-details .single-post-pagination .next-pag-box .post-title {
    font-size: 14px;
  }

  /* Shop Styles */
  .cab-product-list-layout .product-box .img-box {
    width: 100%;
    height: 200px;
  }

  .cab-single-product-section .cab-single-product-inner .single-product-main-slider .swiper-slide .img-box {
    height: 220px;
    width: 100%;
    background: #ebebeb;
  }

  .cab-single-product-section .cab-single-product-inner .single-product-thumbs .swiper-slide .img-box {
    height: 68px;
    width: 100%;
    background: #ebebeb;
  }

  .cab-related-products-container .cab-product-grid-layout .cab-product-box .product-img-box {
    height: 220px;
  }

  /* Cab Footer Styles */
  footer.v1 .cab-footer-about-section .cab-footer-about-content .cab-footer-text {
    width: 90%;
  }

  footer.v1 .cab-copyright-section {
    padding: 34px 0 24px;
  }
}

@media (max-width: 360px) {

  /* Cab Offers Styles */
  .cab-heading-box .cab-small-heading {
    background-size: 66% 100%;
  }

  /* Header Styles */
  header.cab-header li.has-dropdown .dropdown-wrapper {
    min-width: 190px;
  }

  header.cab-header li.has-dropdown .dropdown-wrapper.cart-dropdown {
    right: -150%;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-logo-box .logo-text {
    display: none;
  }

  header.cab-header.v2 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul {
    width: 210px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-left-links-box>ul {
    width: 210px;
  }

  header.cab-header.v3 .cab-header-inner .cab-main-navbar .cab-navbar-inner .cab-main-right-links-box .cab-btn-topbar {
    display: none !important;
  }

  /* Cab About Section Styles */
  .cab-about-section .cab-about-section-inner .cab-about-image-box {
    text-align: right;
    padding-left: 30%;
  }

  /* Cab Menu Section */
  .cab-menu-section .cab-menu-content-box .cab-menu-section-bottom img {
    left: -6px;
    width: 264px;
    height: 110px;
  }

  /* Shop Styles */
  .cab-product-grid-layout .cab-product-box .product-img-box {
    height: 240px;
  }
}

/* ============================================ */
/* about page start here  */
/* ================================================ */
.address a:hover,
.phone a:hover,
.email a:hover {
  color: #fff !important;
}

.about-page-padding {
  padding: 40px 0px;
}

.inner-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    /* overlay */
    url(../img/banner/banner-img.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;

}

.text-white {
  color: #fff;
}


.inner-heading h3 {
  padding: 74px 0px;
  text-align: center;
  color: white;
}



/* About Section Styles */
.main-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background-color: #171819;

}

.main-section .left-bg,
.main-section .right-bg {
  position: absolute;
  top: 10%;
  height: 100%;
  z-index: 0;
}

.main-section .left-bg {
  left: 0;
}

.main-section .right-bg {
  right: 0;
}

.auto-container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.title-box .centered {
  text-align: center;
  margin-bottom: 60px;
}

.title-box .subtitle span {
  display: inline-block;
  font-size: 18px;
  color: #ff6b6b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.title-box .pattern-image {
  margin-bottom: 20px;
}

.title-box h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.title-box h3 span.theme_color {
  color: #ff6b6b;
}

.row.clearfix {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.about-block {
  padding: 0 15px;
  margin-bottom: 30px;
}

.about-block .inner-box {
  padding: 20px;
  height: 100%;
  border-radius: 8px;
}

.social-icons img {
  padding-top: 2px;
}

/* Content Block Styles */
.about-block.content-block {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.content-block .text {
  margin-bottom: 25px;
  line-height: 1.8;
  color: #e4e4e4;
}


.content-block .author {
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
}

.content-block .video-box {
  position: relative;
}

.content-block .video-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.content-block .video-box .play-btn .ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 107, 107, 0.5);
  border-radius: 50%;
  animation: ripple 1.5s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Image Block Styles */
.about-block.image-block {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.image-block .image {
  height: 100%;
}

.image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* Info Block Styles */
.about-block.info-block {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.info-block ul.info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-block ul.info li {
  margin-bottom: 25px;
  color: #fff;
}

.info-block ul.info li strong {
  display: block;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}

.info-block ul.info li span.address {
  display: block;
  margin: 10px 0;
  line-height: 1.6;
}

.info-block ul.info li a {
  color: #ff6b6b;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  margin: -1px 11px;
}

.info-block ul.info li a:hover {
  color: #fff;
}

.info-block ul.info li.separator {
  margin: 30px 0;
}

.info-block ul.info li.separator span {
  display: block;
  height: 1px;
  background: #eee;
}

.about-border {

  border: 1px solid #e46d0c;

  position: relative;

}

.about-border::before {

  content: '';

  position: absolute;

  left: -14px;

  top: 12px;

  right: -14px;

  bottom: 12px;

  border: 1px solid #e46d0c;

  z-index: -1;
}




/* Animation Classes */
.wow {
  visibility: hidden;
}

.fadeInUp {
  visibility: visible;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}



/* ================================= */
/* menu page start here  */
/* ==================================== */
/* Menu Heading Styles */
.menu-heading {
  text-align: center;
  margin-bottom: 40px;
}

.menu-heading h3 {
  color: #e04614;
  font-size: 32px;
  margin-bottom: 10px;
}

.menu-heading p {
  color: #fff;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
}

/* Menu Section Layout */
.menu-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.menu-items-column {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.menu-img {
  flex: 0 0 40%;
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

/* Menu Item Styles */
.padding-menu {
  padding: 20px 0px;
}

.menu-item {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}

.menu-title {
  color: #fff;
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}

.menu-price {
  color: #e05f09;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.menu-desc {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

/* Image Styles */
.menu-img img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  height: 600px;
  /* Adjust as needed */
}

.pizza-img img {
  height: 300px !important;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 992px) {
  .menu-section {
    flex-direction: column;
  }

  .menu-items-column,
  .menu-img {
    flex: 0 0 100%;
    width: 100%;
  }

  .menu-img {
    order: -1;
    margin-bottom: 30px;
  }

  .menu-img img {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .menu-heading h3 {
    font-size: 26px;
  }

  .menu-heading p {
    font-size: 16px;
  }

  .menu-title {
    font-size: 20px;
  }

  .menu-price {
    font-size: 18px;
  }
}




/* ====================================== */
/* menu page end here  */
/* ========================================= */


/* ====================================== */
/* gallery section start here  */
/* ========================================== */

.gallery-padding {
  padding: 30px 0px;
}

.gallery-img {
  overflow: hidden;
  border-radius: 20px;
}

.gallery-img img {
  width: 100%;
  margin: 20px 0;
  border-radius: 20px;
  box-shadow: 1px 1px 8px 0px rgb(206 74 5);
  transition: transform 0.3s ease;
  display: block;
}

.gallery-img img:hover {
  transform: scale(1.05);
}

/* catering menu start here  */
.catering-menu {
  padding: 40px 0;
}

.menu-heading {
  text-align: center;
  margin-bottom: 30px;
}

.menu-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.menu-items-column-1 {
  flex: 1;
  min-width: 280px;
}

.menu-item-1 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.menu-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box {
  margin-bottom: 20px;
}

/* For HTML5 videos */
.video-container video {
  position: absolute;
  top: 0;
  left: 0;

  object-fit: cover;
}


/* ========================== */
/* gallery end here  */
/* ============================= */

/* contact us page start here  */

.contact-title h3 {
  text-align: center;
  color: #e04614;
  padding: 20px 0px;
}

.contact-padding {
  padding: 20px 0px;
}

.contact-form {
  background-color: #d8d6d617;
  padding: 47px 30px;
  border-radius: 12px;
  box-shadow: 5px 3px 15px rgb(255 102 0 / 19%);
  /* max-width: 800px; */
  margin: 0 auto;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #ffffff;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
  background-color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ff6600;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form button {
  background-color: #ff6600;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;

}

.d-flex {
  display: flex !important;
}

.contact-form button:hover {
  background-color: #e05500;
}

@media (max-width: 767.98px) {
  .contact-form {
    padding: 30px 15px;
  }

  .contact-padding {
    padding: 20px 15px;
  }
}



/* Responsive Styles */
@media (max-width: 1200px) {
  .title-box h3 {
    font-size: 21px;
    font-weight: 300;
  }

  .fact-block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 992px) {

  .about-block.content-block,
  .about-block.image-block,
  .about-block.info-block {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .info-block {
    order: 3;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .title-box h3 {
    font-size: 20px;
  }

  .about-block.content-block,
  .about-block.image-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fact-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .count-box {
    font-size: 48px;
  }

  .main-section .left-bg {
    display: none;
  }

  .right-bg {
    display: none;
  }

  .main-section {
    padding: 60px 15px;
  }


}

@media (max-width: 576px) {
  .title-box h3 {
    font-size: 16px;
    font-weight: 300;
  }

  .main-section {
    padding: 60px 15px;
  }


}

@media (max-width: 1400px) {
  .main-section .left-bg {
    display: none;
  }

  .right-bg {
    display: none;
  }

}

.rating img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

/* testimonail section start here  */

.testimonial-section {
  position: relative;
  padding: 80px 0 210px;
  overflow: hidden;
  background: #f9f9f9;
}

/* .testimonial-bg {
  background: url(../img/user-thumbs.png);
  background-position: center;
  background-repeat: no-repeat;

} */

.testimonial-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.testimonial-header .title {
  color: #8053f7;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
}

.testimonial-header h2 {
  color: #382c4d;
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
}

.testimonial-carousel {
  position: relative;
  z-index: 2;
}

.testimonial-item {
  background: #fff;
  padding: 50px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: #282331;
  margin-bottom: 30px;
  position: relative;
}

.client-info {
  display: flex;
  align-items: center;

}

.client-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  border: 5px solid #e5e6fa;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.client-name {
  font-size: 21px;
  font-weight: 700;
  color: #382c4d;
  line-height: 1.2;
  margin: 0px 10px;
}

.client-position {
  color: #8053f7;
  font-size: 16px;
  display: block;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff !important;
  margin: 0 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}

.owl-nav button:hover {
  background: #00df97 !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.owl-nav button span {
  font-size: 24px;
  line-height: 1;
  display: block;
}

@media (max-width: 992px) {
  .testimonial-section {
    padding: 60px 0 150px;
  }

  .testimonial-section::before {
    left: -300px;
    top: 15%;
  }
}

@media (max-width: 768px) {
  .testimonial-section {
    padding: 50px 0 120px;
  }

  .testimonial-item {
    padding: 30px;
    margin: 10px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .client-img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .client-name {
    font-size: 18px;
  }

  .client-position {
    font-size: 14px;
  }

  .owl-nav button {
    width: 40px;
    height: 40px;
  }

  .owl-nav button span {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .testimonial-header h2 {
    font-size: 28px;
  }

  .testimonial-item {
    padding: 25px;
  }

  .client-info {
    flex-direction: column;
    text-align: center;
  }

  .client-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.client-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.client-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rating img {
  margin-right: 4px;
}

.client-name {
  font-size: 16px;
  font-weight: 600;
  color: #382c4d;
  margin-top: 11px;
}

.review-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.review-logo img {
  max-width: 150px;
  height: auto;
}

/* Responsive Fixes */
@media (max-width: 576px) {
  .client-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-logo {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .review-logo img {
    max-width: 80px;
  }
}