.clr-white {
  color: #ffffff;
}

.clr-black {
  color: #121212;
}

.bg-whitesmoke {
  background-color: #f5f5f5;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mt-16 {
  margin-top: 1.6rem;
}

.mt-18 {
  margin-top: 1.8rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mt-90 {
  margin-top: 9rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mt-120 {
  margin-top: 12rem;
}

.mt-150 {
  margin-top: 15rem;
}

.mt-200 {
  margin-top: 20rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-90 {
  margin-bottom: 9rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.mb-120 {
  margin-bottom: 12rem;
}

.mb-150 {
  margin-bottom: 15rem;
}

.mb-200 {
  margin-bottom: 20rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-16 {
  padding-top: 1.6rem;
}

.pt-18 {
  padding-top: 1.8rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-32 {
  padding-top: 3.2rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pt-110 {
  padding-top: 10rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pt-130 {
  padding-top: 13rem;
}

.pt-140 {
  padding-top: 14rem;
}

.pt-150 {
  padding-top: 15rem;
}

.pt-180 {
  padding-top: 18rem;
}

.pt-200 {
  padding-top: 20rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-16 {
  padding-bottom: 1.6rem;
}

.pb-18 {
  padding-bottom: 1.8rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-24 {
  padding-bottom: 2.4rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-32 {
  padding-bottom: 3.2rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pb-140 {
  padding-bottom: 14rem;
}

.pb-150 {
  padding-bottom: 15rem;
}

.pb-180 {
  padding-bottom: 18rem;
}

.pb-200 {
  padding-bottom: 20rem;
}

.ps-10 {
  padding-left: 1rem;
}

.ps-16 {
  padding-left: 1.6rem;
}

.ps-18 {
  padding-left: 1.8rem;
}

.ps-20 {
  padding-left: 2rem;
}

.ps-24 {
  padding-left: 2.4rem;
}

.ps-30 {
  padding-left: 3rem;
}

.ps-32 {
  padding-left: 3.2rem;
}

.ps-40 {
  padding-left: 4rem;
}

.ps-50 {
  padding-left: 5rem;
}

.ps-60 {
  padding-left: 6rem;
}

.ps-70 {
  padding-left: 7rem;
}

.ps-80 {
  padding-left: 8rem;
}

.ps-90 {
  padding-left: 9rem;
}

.ps-100 {
  padding-left: 10rem;
}

.ps-150 {
  padding-left: 15rem;
}

.ps-200 {
  padding-left: 20rem;
}

.pe-10 {
  padding-right: 1rem;
}

.pe-16 {
  padding-right: 1.6rem;
}

.pe-18 {
  padding-right: 1.8rem;
}

.pe-20 {
  padding-right: 2rem;
}

.pe-24 {
  padding-right: 2.4rem;
}

.pe-30 {
  padding-right: 3rem;
}

.pe-32 {
  padding-right: 3.2rem;
}

.pe-40 {
  padding-right: 4rem;
}

.pe-50 {
  padding-right: 5rem;
}

.pe-60 {
  padding-right: 6rem;
}

.pe-70 {
  padding-right: 7rem;
}

.pe-80 {
  padding-right: 8rem;
}

.pe-90 {
  padding-right: 9rem;
}

.pe-100 {
  padding-right: 10rem;
}

.pe-150 {
  padding-right: 15rem;
}

.pe-200 {
  padding-right: 20rem;
}

.p-20 {
  padding: 2rem;
}

.p-30 {
  padding: 3rem;
}

.p-40 {
  padding: 4rem;
}

.p-50 {
  padding: 5rem;
}

.pe-md-32 {
  padding-right: 3.2rem;
}

.pe-md-22 {
  padding-right: 2.2rem;
}

.max-300 {
  max-width: 30rem;
}

.max-350 {
  max-width: 30.5rem;
}

.max-315 {
  max-width: 31.5rem;
}

.max-36 {
  max-width: 36.2rem;
}

.max-360 {
  max-width: 36rem;
}

.max-365 {
  max-width: 36.5rem;
}

.max-368 {
  max-width: 37rem;
}

.max-400 {
  max-width: 40rem;
}

.max-500 {
  max-width: 50rem;
}

.max-51 {
  max-width: 51.4rem;
}

.max-600 {
  max-width: 60rem;
}

.max-610 {
  max-width: 61rem;
}

.max-650 {
  max-width: 65rem;
}

.max-700 {
  max-width: 70rem;
}

.max-800 {
  max-width: 80rem;
}

.max-980 {
  max-width: 98rem;
}

.max-110 {
  max-width: 110rem;
}

.max-112 {
  max-width: 112.2rem;
}

.max-1400 {
  max-width: 140rem;
}

.max-1920 {
  max-width: 192rem;
  margin: auto;
}

.mwidth_605 {
  max-width: 60.5rem;
  width: 100%;
}

.minvh-100 {
  min-height: 100vh;
}

.minh-180 {
  min-height: 18rem;
}

.minh-265 {
  min-height: 26.5rem;
}

.minh-350 {
  min-height: 35rem;
}

.minh-400 {
  min-height: 40rem;
}

.minh-500 {
  min-height: 50rem;
}

.h-100-vh {
  min-height: 100vh;
}

.h-90-vh {
  min-height: 90vh;
}

.h-80-vh {
  min-height: 80vh;
}

.h-70-vh {
  min-height: 70vh;
}

.h-60-vh {
  min-height: 60vh;
}

.h-50-vh {
  min-height: 50vh;
}

.max-1330 {
  max-width: 133rem;
}

.section-space {
  padding: 8rem 0;
}

.short-space {
  padding: 8rem 0 4rem;
}

.fs-14 {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.fs-16 {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.fs-18 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.fs-20 {
  font-size: 2rem;
  line-height: 3rem;
}

.fs-24 {
  font-size: 2.4rem;
  line-height: 3.4rem;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.noborder {
  border: none !important;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.pointer {
  cursor: pointer;
}

.click-none > a {
  pointer-events: none !important;
}

.flex-inherit {
  flex: inherit;
}

html {
  font-size: 10px;
}
html body {
  font-size: 1.6rem;
  font-family: "inter", sans-serif;
  line-height: 2.4rem;
  font-weight: 400;
  color: #4f4f4f;
  padding-top: 11.9rem;
}
html body[data-message=enable] {
  padding-top: 16.7rem;
}
html body.logged-in.admin-bar .header-wrapper {
  top: 3.1rem;
}
html body a {
  text-decoration: none;
  color: #121212;
}
html body .h1,
html body h1 {
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 5.6rem;
  color: #121212;
  margin: 0;
  text-transform: uppercase;
}
html body .h2,
html body h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #121212;
  text-transform: uppercase;
  margin: 0;
}
html body .h3,
html body h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-transform: uppercase;
  color: #121212;
}
html body .h4,
html body h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: #121212;
}
html body .h5,
html body h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #121212;
}
html body .h6,
html body h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #121212;
}
html body .black-outline {
  background-color: transparent;
  border: 1px solid #121212;
  padding: 1.3rem;
  color: #121212;
  line-height: 2.4rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  font-weight: 700;
  transition: 0.3s all ease;
  text-transform: uppercase;
}
html body .black-outline:hover {
  background-color: #121212;
  color: #ffffff;
}
html body .black-outline:focus {
  background-color: #2c2c2c;
  color: #ffffff;
}
html body .black-outline:active {
  background-color: #2c2c2c !important;
  color: #ffffff !important;
}
html body .red-outline {
  background: #ffffff;
  border: 1px solid #ca0a05;
  border-radius: 0.4rem;
  color: #ca0a05;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
html body .red-outline:hover {
  background-color: #8d0704;
  color: #ffffff;
}
html body .red-outline:focus {
  background-color: #8d0704;
  color: #ffffff;
}
html body .red-outline:active {
  background-color: #b80a05 !important;
  color: #ffffff !important;
}
html body .red-filled, html body .widget-card a.wp-block-button__link, html body .question a.wp-block-button__link, .widget-card html body a.wp-block-button__link, .question html body a.wp-block-button__link {
  background-color: #ca0a05;
  border-radius: 0.4rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
html body .red-filled:hover, html body .widget-card a.wp-block-button__link:hover, html body .question a.wp-block-button__link:hover, .widget-card html body a.wp-block-button__link:hover, .question html body a.wp-block-button__link:hover {
  background-color: #8D0704;
  box-shadow: 0px 8px 12px 0px rgba(202, 10, 5, 0.22);
  color: #ffffff;
}
html body .red-filled:focus, html body .widget-card a.wp-block-button__link:focus, html body .question a.wp-block-button__link:focus, .widget-card html body a.wp-block-button__link:focus, .question html body a.wp-block-button__link:focus {
  background-color: #8D0704;
  color: #ffffff;
}
html body .red-filled:active, html body .widget-card a.wp-block-button__link:active, html body .question a.wp-block-button__link:active, .widget-card html body a.wp-block-button__link:active, .question html body a.wp-block-button__link:active {
  background-color: #8D0704 !important;
  color: #ffffff !important;
  border: none !important;
}
html body form input[type=email],
html body form input[type=number],
html body form input[type=password],
html body form input[type=text],
html body form input[type=tel],
html body form textarea {
  background-color: #ffffff;
  border-radius: 0.4rem;
  font-weight: 400;
  padding: 1.1rem 2rem;
  width: 100%;
  color: #4f4f4f;
  margin-bottom: 2.4rem;
  margin-top: 0;
  border: unset;
}
html body form input[type=email]:focus, html body form input[type=email]:active, html body form input[type=email]:hover,
html body form input[type=number]:focus,
html body form input[type=number]:active,
html body form input[type=number]:hover,
html body form input[type=password]:focus,
html body form input[type=password]:active,
html body form input[type=password]:hover,
html body form input[type=text]:focus,
html body form input[type=text]:active,
html body form input[type=text]:hover,
html body form input[type=tel]:focus,
html body form input[type=tel]:active,
html body form input[type=tel]:hover,
html body form textarea:focus,
html body form textarea:active,
html body form textarea:hover {
  outline: none !important;
}
html body form input[type=email]::-moz-placeholder, html body form input[type=number]::-moz-placeholder, html body form input[type=password]::-moz-placeholder, html body form input[type=text]::-moz-placeholder, html body form input[type=tel]::-moz-placeholder, html body form textarea::-moz-placeholder {
  color: #4f4f4f;
}
html body form input[type=email]::placeholder,
html body form input[type=number]::placeholder,
html body form input[type=password]::placeholder,
html body form input[type=text]::placeholder,
html body form input[type=tel]::placeholder,
html body form textarea::placeholder {
  color: #4f4f4f;
}
html body form input[type=submit]:hover {
  box-shadow: 0px 8px 12px rgba(202, 10, 5, 0.22);
}
html body form .nf-field-container {
  margin-bottom: 0 !important;
}
html body form .nf-form-fields-required {
  display: none;
}
html body form .nf-form-content input.ninja-forms-field {
  min-height: 56px;
}
html body form .nf-form-content {
  padding: 0px !important;
}
html body form .nf-field-container {
  position: relative;
}
html body form .nf-form-content textarea.ninja-forms-field {
  min-height: 120px;
  height: 120px;
}
html body form .field-wrap.date-wrap input.ninja-forms-field.datepicker {
  background-image: url(../../assets/images/mdi_calendar.svg);
  background-position: calc(100% - 1.2rem) center;
  background-repeat: no-repeat;
}

.header-wrapper {
  position: absolute;
  transition: all 0.3s;
  z-index: 99;
  width: 100%;
  top: 0;
}
.header-wrapper.fixed {
  position: fixed;
  animation: slide-down 0.4s;
  position: fixed;
  -webkit-transition-property: background, padding, z-index;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -moz-transition-property: background, padding, z-index;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -ms-transition-property: background, padding, z-index;
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
  -o-transition-property: background, padding, z-index;
  -o-transition-duration: 300ms;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  transition-property: background, padding, z-index;
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-delay: 0;
}
.header-wrapper.fixed .top-bar {
  display: none;
}
.header-wrapper.fixed .site-header {
  padding: 0.8rem 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.header-wrapper .site-logo img {
  max-width: 32rem;
}
.header-wrapper .site-header {
  padding: 1.6rem 0;
  background-color: #ffffff;
}

.site-navigation {
  padding: 0;
  list-style: none;
  margin: 0;
}
.site-navigation ul#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2.8rem;
  align-items: center;
}
.site-navigation ul#primary-menu li {
  position: relative;
}
.site-navigation ul#primary-menu li a {
  color: #4f4f4f;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.site-navigation ul#primary-menu li a:hover {
  color: #121212;
}
.site-navigation ul#primary-menu li.current-page-ancestor > a, .site-navigation ul#primary-menu li.current-menu-item > a {
  font-weight: 700;
  color: #121212;
  position: relative;
}
.site-navigation ul#primary-menu li.current-page-ancestor > a:after, .site-navigation ul#primary-menu li.current-menu-item > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ca0a05;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.site-navigation ul#primary-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.site-navigation ul#primary-menu li ul.sub-menu {
  position: absolute;
  background: #ffffff;
  min-width: 25rem;
  display: block;
  list-style: none;
  padding: 1rem 0 1rem 0;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -1.6rem);
  top: 110%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.site-navigation ul#primary-menu li ul.sub-menu li {
  width: 100%;
}
.site-navigation ul#primary-menu li ul.sub-menu li a {
  padding: 1rem 1rem;
  width: 100%;
}
.site-navigation ul#primary-menu li.chat-btn {
  background: #ca0a05;
  border-radius: 0.4rem;
  padding: 0.8rem 2.4rem 0.8rem 1.8rem;
  transition: all 0.3s;
}
.site-navigation ul#primary-menu li.chat-btn:hover {
  background-color: #8D0704;
  box-shadow: 0px 8px 12px 0px rgba(202, 10, 5, 0.22);
}
.site-navigation ul#primary-menu li.chat-btn a {
  color: #ffffff;
  font-weight: 700;
}
.site-navigation ul#primary-menu li.chat-btn a img {
  padding-right: 0.8rem;
  position: relative;
  top: -0.14rem;
}
.site-navigation button.menu-toggle {
  border: 0;
}
.site-navigation.toggled .main-navigation {
  display: block !important;
  position: fixed;
  right: 0;
  top: 12rem;
  background-color: #ffffff;
  padding: 2rem 4rem;
  border-radius: 1rem;
  width: 100%;
  min-height: calc(100vh - 12rem);
  left: 0;
}

body.single-tour_type ul#primary-menu li.tours-item a,
body.tax-tour_category ul#primary-menu li.tours-item a {
  font-weight: 700;
  color: #121212;
  position: relative;
}
body.single-tour_type ul#primary-menu li.tours-item a:after,
body.tax-tour_category ul#primary-menu li.tours-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ca0a05;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}

body.term-cruises ul#primary-menu li.tours-item a, body.term-cruises ul#primary-menu li.current-masdenu-item a {
  font-weight: normal;
  color: #4f4f4f;
}
body.term-cruises ul#primary-menu li.tours-item a:after, body.term-cruises ul#primary-menu li.current-masdenu-item a:after {
  content: none;
}

footer {
  border-top: 1px solid #eeeeee;
}
footer .widget {
  margin: 0;
}
footer p {
  margin-top: 0;
  margin-bottom: 0;
}
footer section.footer-top {
  padding: 4.8rem 0;
}
footer section.footer-top p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
  color: #7f7f7f;
}
footer section.footer-top p strong {
  color: #232323;
  transition: 0.3s all;
  font-weight: 500;
}
footer section.footer-top p strong:hover {
  color: #121212;
}
footer section.footer-top p strong a {
  color: #232323;
  transition: 0.3s all;
}
font footer section.footer-top p strong a:hover {
  color: #121212;
}
footer section.footer-top h6 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #121212;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
  color: #7f7f7f;
  margin-bottom: 0.8rem;
  display: block;
  transition: 0.3s all;
}
footer ul li a:hover {
  color: #121212;
}
footer .social p a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #7f7f7f;
  margin-bottom: 1.6rem;
  display: block;
  transition: 0.3s all;
}
footer .social p a:hover {
  color: #121212;
}
footer .social ul {
  display: flex;
  gap: 1.6rem;
}
footer .social ul li a:hover img {
  transform: scale(1.3);
}
footer .social ul li a img {
  transition: 0.3s all;
}
footer .copyright-section {
  padding: 1.6rem 0;
  border-top: 1px solid #eeeeee;
}
footer .copyright-section p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
}
footer .copyright-section .copyrights p {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2.1rem;
  color: #7f7f7f;
  text-transform: uppercase;
}
footer .copyright-section .copyrights p strong {
  font-weight: 700;
  font-size: 1.4rem;
  color: #121212;
}
footer section#block-47 {
  margin-top: 3.3rem;
}

.close {
  display: none;
}

#loader {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader .loadersvg {
  width: 50px;
  height: 50px;
  stroke-width: 3px;
  stroke: #fff;
  fill: transparent;
  stroke-dasharray: 157.1;
  stroke-dashoffset: 0px;
  stroke: #ca0a05;
  animation: rot 4s infinite linear;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 157.1;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(360deg);
    stroke-dashoffset: -157.1;
  }
}
.single-post .site-navigation li.resources-nav,
.blog .site-navigation li.resources-nav,
.single-project .site-navigation li.resources-nav,
.post-type-archive-project .site-navigation li.resources-nav {
  border-bottom: 4px solid #022a5a;
}

.single-post .site-navigation li.blog-nav,
.blog .site-navigation li.blog-nav {
  border-bottom: 4px solid #022a5a;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.single-post .site-navigation li.blog-nav a,
.blog .site-navigation li.blog-nav a {
  text-decoration: none;
  width: 100%;
  display: block;
  font-weight: 500;
  transition: all 0.3s;
}

.search-show {
  display: none;
}

.nf-error .nf-error-msg {
  color: #ca0a05;
  text-align: left;
  top: -2rem;
  position: relative;
}

.nf-error.field-wrap .nf-field-element:after {
  height: 56px !important;
  background: #ca0a05;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.nf-error-msg.nf-error-field-errors {
  text-align: left;
}

.clr-white {
  color: #ffffff;
}

.clr-black {
  color: #121212;
}

.bg-whitesmoke {
  background-color: #f5f5f5;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html body .sl-overlay {
  background: #121212;
}
html body .sl-close {
  border: 5px solid #fff;
}
html body .sl-wrapper .sl-navigation button {
  color: white;
}
html body .sl-wrapper .sl-close {
  color: #fff;
}
html body .tawk-button {
  background-color: #ca0a05 !important;
}

.top-bar {
  background-color: #ca0a05;
  padding: 1.2rem 0;
}
.top-bar .top-social > a {
  margin: 0 0.5rem;
  padding: 0 0.3rem;
  transition: all 0.3s;
}
.top-bar .top-social > a img {
  width: 2rem;
}
.top-bar .top-social > a:hover {
  transform: scale(1.1);
}
.top-bar .phone a.top-call {
  background: #fff;
  border-radius: 3.2rem;
  padding: 0.7rem 1.6rem 0.7rem 1.2rem;
  font-size: 1.4rem;
  margin: 0;
  font-weight: 600;
  color: #ca0a05;
}
.top-bar .phone a.top-call img {
  margin-right: 1rem;
  opacity: 0.6;
  transition: all 0.3s;
}
.top-bar .phone a.top-call:hover {
  background: rgba(255, 255, 255, 0.8745098039);
}
.top-bar .phone a.top-call:hover img {
  opacity: 1;
}

.home-hero {
  min-height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero > .container {
  position: relative;
  z-index: 3;
}
.home-hero #mlt-hero-slider {
  left: 0;
  top: 0;
  max-height: 50rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.home-hero #mlt-hero-slider .carousel-inner {
  max-height: 50rem;
  display: flex;
  align-items: center;
}
.home-hero #mlt-hero-slider .carousel-control-next,
.home-hero #mlt-hero-slider .carousel-control-prev {
  width: 8%;
  z-index: 1;
}
.home-hero .--content {
  margin-bottom: 3.2rem;
}
.home-hero .--content h1 {
  color: #ffffff;
}
.home-hero .--content p {
  font-size: 2rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: #ffffff;
}

html body .form-search {
  max-width: 62rem;
  margin: 0 auto;
}
html body .form-search form {
  display: flex;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}
html body .form-search form input {
  padding: 1.6rem 2rem 1.6rem 5.2rem;
  margin: 0;
  border-radius: 0.4rem 0rem 0rem 0.4rem;
}
html body .form-search form .--search {
  position: absolute;
  left: 2rem;
  top: 2rem;
  max-width: 1.6rem;
}
html body .form-search form input#searchsubmit {
  background: #ca0a05;
  border-radius: 0px 0.4rem 0.4rem 0px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0.8rem 3.7rem;
  color: #ffffff;
  border: unset;
  transition: all 0.3s;
}
html body .form-search form input#searchsubmit:hover {
  background-color: #8D0704;
  box-shadow: 0px 8px 12px 0px rgba(202, 10, 5, 0.22);
}

.places {
  background-position: 100% 370px;
  position: relative;
  z-index: 2;
}
.places .cards-row {
  display: flex;
  gap: 4rem;
  justify-content: center;
  position: relative;
  top: -3.5rem;
  flex-wrap: wrap;
  margin-bottom: 17.3rem;
}
.places .cards-row .tour-card {
  background: #ffffff;
  padding: 0.8rem;
  text-align: center;
  border: 1px solid #d7d7d7;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.35);
  border-radius: 0.4rem;
  overflow: hidden;
}
.places .cards-row .tour-card .btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
}
.places .cards-row .tour-card img {
  transition: 0.3s all ease;
}
.places .cards-row .tour-card:hover img {
  transform: scale(0.9);
}
.places .cards-row .tour-card .--content {
  color: #ca0a05;
}
.places .cards-row .tour-card .--content p {
  margin-bottom: 1.6rem;
}
.places .cards-row .tour-card .--content strong {
  color: #121212;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.places .cards-row .tour-card a.black-outline {
  width: 100%;
}

.hero .--content {
  min-height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero .--content h1 {
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
}
.hero .--content p {
  font-size: 2rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.newsletter {
  background: #232323;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  padding: 4.8rem 0;
  position: relative;
  overflow: hidden;
  top: -10rem;
}
.newsletter:before {
  content: "";
  background-image: url(../../assets/images/small_leaf.svg);
  width: 55rem;
  height: 66rem;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  left: -240px;
}
.newsletter:after {
  content: "";
  background-image: url(../../assets/images/small_leaf.svg);
  width: 55rem;
  height: 66rem;
  position: absolute;
  right: -240px;
  top: -62%;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.newsletter .newsletter-wrap {
  max-width: 90rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
.newsletter .newsletter-wrap h3 {
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.newsletter .newsletter-wrap p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3.2rem;
}

.news-testmonial {
  background-color: #f5f5f5;
  background-image: url(../../assets/images/bg_leaf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
}

.testimonial {
  padding-bottom: 15.6rem;
}
.testimonial .title h2 {
  color: #121212;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.testimonial .slidercontent .testimonial-info {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.4rem;
}
.testimonial .slidercontent .testimonial-info .testimonial-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 0.3rem;
}
.testimonial .slidercontent .testimonial-info .designation-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4f4f4f;
  margin: 0;
  text-align: left;
}
.testimonial .carousel-indicators li {
  width: 12px;
  height: 12px;
}
.testimonial .carousel-indicators {
  bottom: -6.4rem;
  gap: 1rem;
  margin: 0;
}
.testimonial .carousel-indicators [data-bs-target] {
  background-color: #e1e1e1;
}
.testimonial .carousel-indicators .active {
  opacity: 1;
  background-color: #ca0a05;
}

.who-we-are {
  padding: 8rem 0;
}
.who-we-are figure {
  margin: 0;
}
.who-we-are .--content {
  padding-left: 3.3rem;
}
.who-we-are .--content .top-content {
  margin-bottom: 4.6rem;
}
.who-we-are .--content .top-content p {
  max-width: 60rem;
}
.who-we-are .--content .top-content h2 {
  margin-bottom: 2.4rem;
}
.who-we-are .--content .partner-title {
  margin-bottom: 1.6rem;
}
.who-we-are .--content .partner-title h5 {
  color: #121212;
  margin-bottom: 0.4rem;
}
.who-we-are .--content .partner-title p {
  color: #121212;
  margin: 0;
  font-weight: 700;
}
.who-we-are .--content .partner-logo .btn {
  padding: 0;
  margin-right: 4.8rem;
  margin-bottom: 0.4rem;
}
.who-we-are .--content .partner-logo figure {
  margin: 0;
}

.cta {
  margin: 4.8rem 0;
}
.cta .--content {
  padding: 5rem 0 3.4rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  overflow: hidden;
}
.cta .--content:before {
  content: "";
  position: absolute;
  background: #000000;
  left: 0;
  top: 0;
  opacity: 0.8;
  height: 100%;
  width: 100%;
}
.cta .--content h3 {
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.cta .--content p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.8rem;
}
.cta .--content a {
  padding: 1.5rem 6.2rem;
}

.team-hero .right-bg:before {
  content: "";
  background-image: url(../../assets/images/team_bg.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: right;
}
.team-hero .--image {
  background-image: url(../../assets/images/redPattern.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5.6rem 7.8rem;
}
.team-hero .--content {
  padding-left: 3.5rem;
}
.team-hero .--content h1 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 2.8rem;
}
.team-hero .--content p {
  max-width: 58.4rem;
}

.team-listing {
  background: #f5f5f5;
  padding: 8rem 0 4rem;
}
.team-listing .team-card:hover .--thumbnail {
  background-image: url(../../assets/images/redPatternhover.svg);
}
.team-listing .team-card .--thumbnail {
  padding: 1.6rem;
  background-image: url(../../assets/images/team_bgvector.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 0.5s all;
}
.team-listing .team-card .member-info {
  background-color: #ffffff;
  padding: 2.4rem 0;
}
.team-listing .team-card .member-info .-member-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #121212;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.team-listing .team-card .member-info .-member-deignation {
  font-weight: 500;
  margin: 0;
}

#teamModal .modal-dialog {
  transform: translateY(-50%);
  top: 50%;
}
#teamModal .modal-dialog .modal-content {
  border-radius: 0;
}
#teamModal .modal-dialog .modal-body {
  padding: 0;
}
#teamModal .modal-dialog .modal-body img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#teamModal .modal-dialog .modal-body .--content {
  padding: 3.3rem 0 3.3rem 1.5rem;
}
#teamModal .modal-dialog .modal-body .--content .btn-close {
  background-color: #ca0a05;
  background-image: url(../../assets/images/close_modal.svg);
  position: absolute;
  right: 1rem;
  top: 1rem;
  opacity: 1;
  border-radius: 100%;
  padding: 0.7rem;
  font-size: 1rem;
}
#teamModal .modal-dialog .modal-body .--content h4#memberName {
  margin-bottom: 0.8rem;
  line-height: 3.2rem;
}
#teamModal .modal-dialog .modal-body .--content p#designation {
  font-weight: 500;
  margin-bottom: 3.6rem;
}
#teamModal .modal-dialog .modal-body .--content div#popupcontent {
  max-width: 42rem;
  max-height: 350px;
  overflow: auto;
  padding-right: 1rem;
}
#teamModal .modal-dialog .modal-body .--content div#popupcontent::-webkit-scrollbar {
  width: 5px;
}
#teamModal .modal-dialog .modal-body .--content div#popupcontent::-webkit-scrollbar-thumb {
  background-color: #ca0a05;
  border-radius: 6px;
}
#teamModal .modal-dialog .modal-body .--content div#popupcontent::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.faq {
  padding-bottom: 4rem;
}
.faq .title {
  padding: 4rem 0;
}
.faq .title h1 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 2rem;
}
.faq .title p {
  max-width: 123.2rem;
  margin: 0;
}
.faq .accordion .accordion-item {
  margin-bottom: 2.4rem;
  border: 0;
  box-shadow: unset;
}
.faq .accordion .accordion-item h6 button {
  color: #232323;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding: 1.6rem 3.4rem;
  outline: none !important;
  box-shadow: none !important;
}
.faq .accordion .accordion-item h6 button.accordion-button::after {
  background-image: url(../../assets/images/plus.svg);
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  background-size: cover;
}
.faq .accordion .accordion-item h6 button.accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/images/minus.svg);
}
.faq .accordion .accordion-item h6 button.accordion-button:focus {
  border: unset;
  box-shadow: #4f4f4f;
}
.faq .accordion .accordion-item .accordion-body {
  padding: 1.6rem 3.4rem;
}
.faq .accordion .accordion-item .accordion-body p {
  color: #4f4f4f !important;
  margin-bottom: 2.4rem;
}
.faq .accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.faq .accordion .accordion-item .accordion-body ul {
  margin: 0;
}
.faq .accordion .accordion-item .accordion-body ul li {
  margin-bottom: 1.5rem;
}
.faq .accordion .accordion-item .accordion-body ul li::marker {
  color: #a20804;
}
.faq .accordion .accordion-item .accordion-body ul li:last-child {
  margin-bottom: 0;
}
.faq .accordion .accordion-button:not(.collapsed) {
  background-color: unset;
}

.help {
  padding: 6.4rem 0 8rem;
  background-color: #f5f5f5;
  background-image: url(../../assets/images/help_bg.svg);
  background-position: 100% -130%;
  background-repeat: no-repeat;
}
.help .title h1 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 2.8rem;
}
.help .location-row {
  padding: 2rem 0;
  margin-bottom: 2.8rem;
  border-top: 1px solid #e1e1e1;
}
.help .location-row .location-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #121212;
}
.help .location-row .--content {
  gap: 1.6rem;
}
.help .location-row .--content span {
  flex: 0 0 2%;
}
.help .location-row .--content .location-info h5 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 0.2rem;
}
.help .location-row .--content .location-info h6 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4f4f4f;
}
.help .location-row .--content .location-info p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #4f4f4f;
}
.help .location-row .--content .location-info a.black-outline {
  padding: 0.1rem 1.6rem;
  line-height: 2.2rem;
  font-size: 1.2rem;
  border-radius: 0.4rem;
  font-weight: 600;
  margin-top: 1.6rem;
}
.help .risk {
  padding-top: 5.4rem;
}
.help .risk h2 {
  color: #121212;
  margin-bottom: 2.8rem;
}
.help .risk p {
  color: #232323;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.hero_banner {
  padding: 12.3rem 0 17.6rem;
}
.hero_banner h1 {
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.hero_banner h5 {
  color: #ffffff;
  font-weight: 400;
}

.cards-section {
  padding: 6.4rem 0 2.4rem;
}
.cards-section figure {
  margin-bottom: 2.4rem;
}
.cards-section h6 {
  margin-bottom: 1.2rem;
}
.cards-section p {
  margin-bottom: 2.4rem;
}
.cards-section a {
  color: #4f4f4f;
  font-weight: 700;
  text-decoration: underline;
}
.cards-section .wp-block-columns h6 {
  margin-bottom: 0.8rem;
}
.cards-section figure.wp-block-image.size-full img {
  width: 100%;
}
.cards-section .nf-form-content .nf-field {
  margin-bottom: 1.6rem;
}

.contact_hero {
  padding: 9.4rem 0 5.9rem;
}
.contact_hero h1.h2 {
  color: #ffffff;
  margin-bottom: 0.8rem;
}
.contact_hero p {
  color: #ffffff;
}
.contact_hero hr {
  width: 6rem;
  margin: 5rem auto;
  color: #ffffff;
  border: 0;
  border-top: 4px solid #ffffff;
  opacity: 1;
}

.Contact-details {
  overflow: hidden;
  background-image: url(../../assets/images/contactbg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 2.8rem;
}
.Contact-details h2 {
  color: #121212;
  margin-bottom: 2.8rem;
}
.Contact-details .details {
  padding: 6.4rem 4rem 6.4rem 0;
}
.Contact-details .--content {
  display: flex;
  border-top: 1px solid #e1e1e1;
  padding: 2rem 0;
}
.Contact-details .--content p {
  font-weight: 700;
  color: #121212;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Contact-details .--content .description p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #121212;
  margin-bottom: 0.8rem;
}
.Contact-details .--content .description p a {
  color: #121212;
  transition: 0.3s all;
  font-weight: 500;
}
.Contact-details .--content .description p a:hover {
  color: #ca0a05;
}
.Contact-details .--content .description em {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  font-style: normal;
}
.Contact-details .--content .description strong {
  display: flex;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  align-items: center;
}
.Contact-details .--content .description strong img {
  margin-right: 1.6rem;
}
.Contact-details .map iframe {
  border: 0;
  position: absolute;
  width: 50vw;
  min-width: 50vw;
  top: 0;
  min-height: 100%;
  left: 3.5rem;
}

.carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.cat-wrap {
  overflow: hidden;
  background-image: url(../../assets/images/contactbg.svg);
  background-attachment: fixed;
  background-size: contain;
}
.cat-wrap .cat--card {
  max-width: 30.9rem;
  margin-bottom: 4rem;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(10, 10, 10, 0.07);
  border-radius: 4px;
  padding: 0.8rem;
}
.cat-wrap .cat--card:hover .product__thumbnail img {
  transform: scale(0.9);
}
.cat-wrap .cat--card .product__thumbnail img {
  width: 100%;
  transition: 0.3s all ease;
  min-height: 29.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.2rem;
}
.cat-wrap .cat--card h4 {
  color: #121212;
  margin: 3.8rem 0.8rem 3rem;
  line-height: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tour-listing {
  overflow: hidden;
  background-image: url(../../assets/images/contactbg.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.tour-listing h1.h2 {
  color: #121212;
}
.tour-listing .form-search {
  max-width: 52rem;
}
.tour-listing .border-right {
  border-right: 1px solid #e1e1e1;
}
.tour-listing .post-item {
  margin-bottom: 3.2rem;
}
.tour-listing .post-card {
  max-width: 22rem;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(10, 10, 10, 0.07);
  border-radius: 4px;
  padding: 0.8rem;
  height: 100%;
}
.tour-listing .post-card:hover .product__thumbnail img,
.tour-listing .post-card:hover .post-thumbnail img {
  transform: scale(0.9);
}
.tour-listing .post-card .product__thumbnail img,
.tour-listing .post-card .post-thumbnail img {
  width: 100%;
  transition: 0.3s all ease;
}
.tour-listing .post-card .post-info {
  padding: 1.6rem 0.8rem;
}
.tour-listing .post-card .post-info h5 {
  color: #121212;
  margin-bottom: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tour-listing .post-card .post-info h5 a {
  color: #121212;
}
.tour-listing .post-card .post-info p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
.tour-listing .post-card .post-info .--date p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.tour-newsletter {
  padding: 6.4rem 0;
}
.tour-newsletter .newsletter {
  top: unset;
}

#search-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5803921569);
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
}
#search-popup form {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  display: flex;
  max-width: 62rem;
  width: 100%;
}
#search-popup form input[type=text] {
  padding: 1.6rem 2rem 1.6rem 5.2rem;
  margin: 0;
  border-radius: 0.4rem 0rem 0rem 0.4rem;
}
#search-popup form input[type=submit] {
  border-radius: 0px 0.4rem 0.4rem 0px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.6rem 3.7rem;
  border: unset;
  color: #ffffff;
}
#search-popup form div#close-form {
  position: absolute;
  right: 0;
  top: -4rem;
  cursor: pointer;
}
#search-popup form div#close-form img.close-img {
  filter: invert(402%) sepia(593%) saturate(1572%) hue-rotate(537deg) brightness(119%) contrast(119%);
}
#search-popup form .--search {
  position: absolute;
  left: 2rem;
  top: 2rem;
  max-width: 1.6rem;
}

.pagination {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 3.3rem 0;
}
.pagination .nav-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination .nav-links a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.pagination .nav-links a:hover {
  color: #4f4f4f;
}
.pagination .nav-links a:hover svg path {
  fill: #4f4f4f;
}
.pagination .nav-links span.disabled {
  color: #e1e1e1;
  text-transform: uppercase;
}
.pagination .nav-subtitle {
  display: flex;
  align-items: center;
}
.pagination .nav-subtitle svg path {
  fill: #121212;
}
.pagination .nav-next svg {
  margin-left: 0.8rem;
  transform: rotate(-180deg);
}
.pagination .nav-previous svg {
  margin-right: 0.8rem;
}

.main-index {
  background-image: url(../../assets/images/postleaf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-index .container {
  padding: 0 5.2rem;
}
.main-index .container h1.h2 {
  color: #121212;
}

.post-item {
  padding: 0;
}
.post-item .post-info {
  padding: 3.2rem 3.4rem 3.2rem;
}
.post-item .post-info h3.h2 {
  margin-bottom: 0.8rem;
}
.post-item .post-info h3.h2 a {
  color: #343434;
  margin-bottom: 0.8rem;
}
.post-item .post-info p {
  margin-bottom: 2.4rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  max-width: 70.6rem;
}
.post-item .post-info a.btn.red-filled, .post-item .post-info .widget-card a.btn.wp-block-button__link, .post-item .post-info .question a.btn.wp-block-button__link, .widget-card .post-item .post-info a.btn.wp-block-button__link, .question .post-item .post-info a.btn.wp-block-button__link {
  padding: 1.1rem 1.55rem;
}
.post-item .post-info .--meta {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.4rem;
}
.post-item .post-info .--meta span.--date,
.post-item .post-info .--meta span.--auth {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #121212;
  display: flex;
  align-items: center;
}
.post-item .post-info .--meta span.--date img,
.post-item .post-info .--meta span.--auth img {
  margin-right: 1.2rem;
}
.post-item .post-info .--meta ul.post-categories {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-left: 2.8rem;
  display: flex;
  gap: 0.5rem;
}
.post-item .post-info .--meta ul.post-categories:before {
  content: "";
  background-image: url(../../assets/images/mdi.svg);
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: -24px;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.post-item .post-info .--meta ul.post-categories li a {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #121212;
}

.widget-card, .question {
  background: #ffffff;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  padding: 2rem 2rem 2.8rem;
  margin: auto;
  margin-bottom: 4rem;
  max-width: 37rem;
}
.widget-card .widget, .question .widget {
  margin: 0;
}
.widget-card .brochure figure, .question .brochure figure {
  padding: 3.2rem 0 2.2rem;
}
.widget-card h5, .question h5 {
  color: #121212;
}
.widget-card #block-35 h5, .question #block-35 h5 {
  margin-bottom: 0.8rem;
}
.widget-card #block-37 p, .question #block-37 p {
  margin: 0;
  font-weight: 700;
  color: #232323;
  margin: 0;
  margin-top: 2rem;
}
.widget-card ul, .question ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-card figure.wp-block-image img, .question figure.wp-block-image img {
  max-width: 100%;
  height: auto;
  min-height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.question {
  background-color: #232323;
}
.question h5 {
  margin-bottom: 2rem;
  color: #ffffff;
}
.question ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 2.8rem;
}
.question ul li {
  margin-bottom: 0.8rem;
}
.question ul li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-left: 0.8rem;
}
.question ul li:last-child {
  margin-bottom: 0;
}
.question .wp-block-button__link {
  display: flex;
  min-height: 48px;
  padding: 1.2rem 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.tag-cloud {
  background-color: transparent;
  padding: 0;
  box-shadow: unset;
}
.tag-cloud h5 {
  margin-bottom: 2.8rem;
}
.tag-cloud .wp-block-tag-cloud a {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-weight: 500;
  line-height: 20px;
  color: #121212;
  padding: 1rem 1.9rem;
  transition: 0.3s all;
  font-size: 1.2rem !important;
}
.tag-cloud .wp-block-tag-cloud a:hover {
  background: #121212;
  color: #ffffff;
}

.quick-links h5 {
  margin-bottom: 1.4rem;
}
.quick-links ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 1.6rem 0;
}
.quick-links ul li a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-left: 1.3rem;
  color: #121212;
}
.quick-links ul li:last-child {
  border-bottom: unset;
  padding: 1.6rem 0 0.8rem;
}

.book-width-us {
  background-color: #f5f5f5;
  padding: 2rem 0 1.6rem;
  text-indent: 2.7rem;
}
.book-width-us .wp-block-heading {
  margin-bottom: 2.9rem;
}
.book-width-us li {
  padding: 1.6rem 0;
  border-top: 1px solid #e1e1e1;
  margin: 0 !important;
}
.book-width-us li:last-child {
  padding: 1.6rem 0 0 0 !important;
}
.book-width-us li:first-child {
  padding: 0 0 1.6rem !important;
  border: unset !important;
}
.book-width-us li img {
  margin-right: 1.3rem;
}

.single-post .single-hero {
  min-height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .single-hero .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.54) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.single-post .single-hero .--info {
  position: relative;
  z-index: 1;
}
.single-post .single-hero .--info span.--date {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  padding-right: 1.6rem;
  border-right: 1px solid #ffffff;
}
.single-post .single-hero .--info span.--date .day {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
.single-post .single-hero .--info .--title {
  padding-left: 1.9rem;
}
.single-post .single-hero .--info .--title h1.h2 {
  color: #ffffff;
}
.single-post .single-hero .--info .--title .--meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.9rem;
}
.single-post .single-hero .--info .--title .--meta span.--auth {
  margin-right: 2.5rem;
  text-transform: capitalize;
  font-size: 1.4rem;
  line-height: 2rem;
}
.single-post .single-hero .--info .--title .--meta span.--auth img {
  margin-right: 0.8rem;
}
.single-post .single-hero .--info .--title .--meta img {
  margin-right: 0.8rem;
}
.single-post .single-hero .--info .--title .--meta ul.post-categories {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}
.single-post .single-hero .--info .--title .--meta ul.post-categories li a {
  color: #ffffff;
}
.single-post .single-main {
  background-image: url(../../assets/images/postleaf.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-post .single-main .--content p {
  font-size: 1.6rem;
  margin-bottom: 3.6rem;
}
.single-post .single-main .--content h5 {
  color: #121212;
  margin-bottom: 3.6rem;
}
.single-post .single-main .--content figure.wp-block-image img {
  width: 100%;
  margin-bottom: 3.6rem;
}
.single-post .single-main .--content blockquote.wp-block-quote {
  padding: 2rem;
  background: #f5f5f5;
  margin-bottom: 3.6rem;
}
.single-post .single-main .--content blockquote.wp-block-quote p {
  margin: 0;
  font-style: italic;
}

.loadmore-wrap .red-filled, .loadmore-wrap .widget-card a.wp-block-button__link, .widget-card .loadmore-wrap a.wp-block-button__link, .loadmore-wrap .question a.wp-block-button__link, .question .loadmore-wrap a.wp-block-button__link {
  border-radius: 0.4rem;
  padding: 0.8rem 2.4rem 0.8rem 1.8rem;
  transition: all 0.3s;
}
.loadmore-wrap img {
  max-width: 10rem;
}

.ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: transparent !important;
  padding: 0 !important;
}

p.ctct-gdpr-text {
  display: none;
}

div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin: 0 !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  height: 56px !important;
  padding: 10px 20px !important;
  border: unset !important;
  background-color: #fff !important;
  box-shadow: unset !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: inherit !important;
  color: #4f4f4f !important;
  margin: 0 !important;
  max-width: calc(100% - 15.8rem) !important;
  height: 56px !important;
  background: #ffffff !important;
  border-radius: 4px 0px 0px 4px !important;
}

.ctct-form-custom {
  position: relative;
}

div.ctct-form-embed form.ctct-form-custom {
  min-height: unset !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  position: absolute;
  border: unset !important;
  right: 0 !important;
  width: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  background: #ca0a05 !important;
  border-radius: 0px 0.4rem 0.4rem 0px !important;
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  padding: 1.6rem 4.76rem !important;
  transition: all 0.3s !important;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
  background-color: #8D0704 !important;
  box-shadow: 0px 8px 12px 0px rgba(202, 10, 5, 0.22) !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label {
  display: none !important;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
  margin-bottom: 0 !important;
  position: absolute;
  bottom: -25px;
}

.ctct-form-field {
  width: 100%;
}

form.ctct-form-custom {
  display: flex;
  align-items: center;
  max-width: 680px;
}

.ctct-form-footer {
  display: none !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:focus {
  outline: unset !important;
}

.content-sectoin {
  background-image: url(../../assets/images/groupLeaf.svg);
  background-position: center 0%;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  padding: 9.5rem 0 5rem;
}
.content-sectoin h2 {
  margin-bottom: 1.6rem;
}
.content-sectoin p {
  margin: 0;
  max-width: 96rem;
  margin: auto;
}

.ninja-forms-form-wrap,
.group-form {
  max-width: 71.8rem;
  margin: auto;
  margin-top: 7.2rem;
}
.ninja-forms-form-wrap form input[type=email],
.ninja-forms-form-wrap form input[type=number],
.ninja-forms-form-wrap form input[type=password],
.ninja-forms-form-wrap form input[type=text],
.ninja-forms-form-wrap form input[type=tel],
.ninja-forms-form-wrap form textarea,
.group-form form input[type=email],
.group-form form input[type=number],
.group-form form input[type=password],
.group-form form input[type=text],
.group-form form input[type=tel],
.group-form form textarea {
  background-color: #ffffff !important;
  border-radius: 0.4rem !important;
  font-weight: 400 !important;
  padding: 1.1rem 2rem !important;
  width: 100% !important;
  color: #4f4f4f !important;
  margin-bottom: 1.9rem !important;
  margin-top: 0 !important;
  border: unset !important;
}
.ninja-forms-form-wrap form input[type=email]:focus, .ninja-forms-form-wrap form input[type=email]:active, .ninja-forms-form-wrap form input[type=email]:hover,
.ninja-forms-form-wrap form input[type=number]:focus,
.ninja-forms-form-wrap form input[type=number]:active,
.ninja-forms-form-wrap form input[type=number]:hover,
.ninja-forms-form-wrap form input[type=password]:focus,
.ninja-forms-form-wrap form input[type=password]:active,
.ninja-forms-form-wrap form input[type=password]:hover,
.ninja-forms-form-wrap form input[type=text]:focus,
.ninja-forms-form-wrap form input[type=text]:active,
.ninja-forms-form-wrap form input[type=text]:hover,
.ninja-forms-form-wrap form input[type=tel]:focus,
.ninja-forms-form-wrap form input[type=tel]:active,
.ninja-forms-form-wrap form input[type=tel]:hover,
.ninja-forms-form-wrap form textarea:focus,
.ninja-forms-form-wrap form textarea:active,
.ninja-forms-form-wrap form textarea:hover,
.group-form form input[type=email]:focus,
.group-form form input[type=email]:active,
.group-form form input[type=email]:hover,
.group-form form input[type=number]:focus,
.group-form form input[type=number]:active,
.group-form form input[type=number]:hover,
.group-form form input[type=password]:focus,
.group-form form input[type=password]:active,
.group-form form input[type=password]:hover,
.group-form form input[type=text]:focus,
.group-form form input[type=text]:active,
.group-form form input[type=text]:hover,
.group-form form input[type=tel]:focus,
.group-form form input[type=tel]:active,
.group-form form input[type=tel]:hover,
.group-form form textarea:focus,
.group-form form textarea:active,
.group-form form textarea:hover {
  outline: none !important;
}
.ninja-forms-form-wrap form input[type=email]::-moz-placeholder, .ninja-forms-form-wrap form input[type=number]::-moz-placeholder, .ninja-forms-form-wrap form input[type=password]::-moz-placeholder, .ninja-forms-form-wrap form input[type=text]::-moz-placeholder, .ninja-forms-form-wrap form input[type=tel]::-moz-placeholder, .ninja-forms-form-wrap form textarea::-moz-placeholder, .group-form form input[type=email]::-moz-placeholder, .group-form form input[type=number]::-moz-placeholder, .group-form form input[type=password]::-moz-placeholder, .group-form form input[type=text]::-moz-placeholder, .group-form form input[type=tel]::-moz-placeholder, .group-form form textarea::-moz-placeholder {
  color: #4f4f4f !important;
}
.ninja-forms-form-wrap form input[type=email]::placeholder,
.ninja-forms-form-wrap form input[type=number]::placeholder,
.ninja-forms-form-wrap form input[type=password]::placeholder,
.ninja-forms-form-wrap form input[type=text]::placeholder,
.ninja-forms-form-wrap form input[type=tel]::placeholder,
.ninja-forms-form-wrap form textarea::placeholder,
.group-form form input[type=email]::placeholder,
.group-form form input[type=number]::placeholder,
.group-form form input[type=password]::placeholder,
.group-form form input[type=text]::placeholder,
.group-form form input[type=tel]::placeholder,
.group-form form textarea::placeholder {
  color: #4f4f4f !important;
}
.ninja-forms-form-wrap form input[type=submit],
.group-form form input[type=submit] {
  color: #ffffff !important;
  background-color: #ca0a05 !important;
  text-transform: uppercase !important;
  border: 0 !important;
  transition: 0.3s all ease !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  font-size: 1.6rem !important;
  width: 100% !important;
  padding: 0.8rem 2.4rem !important;
  border-radius: 4px !important;
}
.ninja-forms-form-wrap form input[type=submit]:hover,
.group-form form input[type=submit]:hover {
  background-color: #8D0704 !important;
  box-shadow: 0px 8px 12px 0px rgba(202, 10, 5, 0.22) !important;
}
.ninja-forms-form-wrap form ul,
.group-form form ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ninja-forms-form-wrap form ul li input,
.group-form form ul li input {
  min-height: 0 !important;
}

.ninja-forms-form-wrap form input[type=email],
.ninja-forms-form-wrap form input[type=number],
.ninja-forms-form-wrap form input[type=password],
.ninja-forms-form-wrap form input[type=text],
.ninja-forms-form-wrap form input[type=tel],
.ninja-forms-form-wrap form textarea {
  background-color: #ffffff !important;
  border-radius: 0.4rem !important;
  font-weight: 400 !important;
  padding: 1.1rem 2rem !important;
  width: 100% !important;
  color: #4f4f4f !important;
  margin-bottom: 1.9rem !important;
  margin-top: 0 !important;
  border: 1px solid #e1e1e1 !important;
}
.ninja-forms-form-wrap form input[type=email]:focus, .ninja-forms-form-wrap form input[type=email]:active, .ninja-forms-form-wrap form input[type=email]:hover,
.ninja-forms-form-wrap form input[type=number]:focus,
.ninja-forms-form-wrap form input[type=number]:active,
.ninja-forms-form-wrap form input[type=number]:hover,
.ninja-forms-form-wrap form input[type=password]:focus,
.ninja-forms-form-wrap form input[type=password]:active,
.ninja-forms-form-wrap form input[type=password]:hover,
.ninja-forms-form-wrap form input[type=text]:focus,
.ninja-forms-form-wrap form input[type=text]:active,
.ninja-forms-form-wrap form input[type=text]:hover,
.ninja-forms-form-wrap form input[type=tel]:focus,
.ninja-forms-form-wrap form input[type=tel]:active,
.ninja-forms-form-wrap form input[type=tel]:hover,
.ninja-forms-form-wrap form textarea:focus,
.ninja-forms-form-wrap form textarea:active,
.ninja-forms-form-wrap form textarea:hover {
  outline: none !important;
}
.ninja-forms-form-wrap form input[type=email]::-moz-placeholder, .ninja-forms-form-wrap form input[type=number]::-moz-placeholder, .ninja-forms-form-wrap form input[type=password]::-moz-placeholder, .ninja-forms-form-wrap form input[type=text]::-moz-placeholder, .ninja-forms-form-wrap form input[type=tel]::-moz-placeholder, .ninja-forms-form-wrap form textarea::-moz-placeholder {
  color: #4f4f4f !important;
}
.ninja-forms-form-wrap form input[type=email]::placeholder,
.ninja-forms-form-wrap form input[type=number]::placeholder,
.ninja-forms-form-wrap form input[type=password]::placeholder,
.ninja-forms-form-wrap form input[type=text]::placeholder,
.ninja-forms-form-wrap form input[type=tel]::placeholder,
.ninja-forms-form-wrap form textarea::placeholder {
  color: #4f4f4f !important;
}

html body .group-form form .nf-field-container.listcheckbox-container.label-hidden.list-container ul {
  margin-bottom: 1.4rem !important;
}

.tour-content-wrapper p {
  margin-bottom: 2.4rem;
}
.tour-content-wrapper h3.wp-block-heading {
  text-transform: inherit;
}
.tour-content-wrapper ul li {
  margin-bottom: 1.5rem;
}
.tour-content-wrapper ul li::marker {
  color: #ca0a05;
}
.tour-content-wrapper ul li:last-child {
  margin-bottom: 0;
}
.tour-content-wrapper .tabs-header {
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #e1e1e1;
}
.tour-content-wrapper .tabs-header .nav-tour {
  gap: 4.8rem;
}
.tour-content-wrapper .tabs-header .nav-tour li {
  margin-bottom: 0;
}
.tour-content-wrapper .tabs-header .nav-tour li button {
  background: transparent;
  border: unset;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  line-height: 2.4rem !important;
  text-transform: uppercase;
  color: #121212;
  padding: 2.4rem 0;
}
.tour-content-wrapper .tabs-header .nav-tour li button.active {
  border-bottom: 2px solid #ca0a05;
}
.tour-content-wrapper .tour-header h1.h2 {
  margin-bottom: 3.2rem;
}
.tour-content-wrapper .tour-header .date-info {
  margin-bottom: 3.2rem;
}
.tour-content-wrapper .tour-header .date-info span.--date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.tour-content-wrapper .tour-content h3.wp-block-heading,
.tour-content-wrapper .tour-content h2.wp-block-heading {
  margin: 4.2rem 0 3.2rem;
  font-size: 2rem;
}
.tour-content-wrapper .tour-content #tour-itinerary .itinerary h5 {
  border-radius: 0.3rem;
  background-color: #f5f5f5;
  padding: 1.2rem 1.6rem;
  margin: 1.6rem 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4f4f4f;
}
.tour-content-wrapper .tour-content #tour-itinerary .itinerary h5 span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #121212;
}
.tour-content-wrapper .tour-content #tour-itinerary .itinerary h5:first-child {
  margin-top: 0;
}
.tour-content-wrapper .tour-packages {
  border-radius: 0.8rem;
  background-color: #f5f5f5;
  padding: 3.2rem 2rem;
  background-image: url(../../assets/images/contactbg.svg);
  background-repeat: no-repeat;
  background-position: 70% 30rem;
  background-size: cover;
}
.tour-content-wrapper .tour-packages h5 {
  margin-top: 4rem;
}
.tour-content-wrapper .tour-packages h5:first-child {
  margin-top: 0;
}
.tour-content-wrapper .tour-packages .--package h6 {
  border-radius: 0.4rem 0.4rem 0px 0px;
  background-color: #232323;
  padding: 0.8rem 1.6rem;
  color: #ffffff;
  margin: 0;
}
.tour-content-wrapper .tour-packages .--package .--list {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  margin: auto;
  padding: 1.2rem 1.6rem;
  border-bottom: 1px solid #e1e1e1;
}
.tour-content-wrapper .tour-packages .--package .--list p {
  margin-bottom: 0;
}
.tour-content-wrapper .tour-packages .--package .--list p b {
  color: #121212;
  font-weight: 700;
}
.tour-content-wrapper .tour-packages .--package .--list span {
  font-size: 1.6rem;
  color: #121212;
  line-height: 2.4rem;
}
.tour-content-wrapper .tour-packages .--package .--list a.book-now {
  font-size: 1.4rem;
  min-height: 3.6rem;
  min-width: 11.2rem;
  padding: 5px;
}
.tour-content-wrapper .tour-packages .--package .row:last-child .--list {
  border: unset;
}
.tour-content-wrapper #tour-details p b {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #121212;
}
.tour-content-wrapper #tour-details ul li {
  margin-bottom: 0.8rem;
}
.tour-content-wrapper #tour-details ul li:last-child {
  margin-bottom: 0;
}
.tour-content-wrapper #tour-details .departure {
  padding-bottom: 3rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2rem;
}
.tour-content-wrapper #tour-details .departure .--right > div {
  margin-bottom: 0.8rem;
}
.tour-content-wrapper #tour-details .insurance {
  margin-bottom: 6rem;
}
.tour-content-wrapper #tour-details .insurance p strong {
  font-weight: 400;
}
.tour-content-wrapper #tour-details .insurance img {
  max-width: 100%;
  height: auto;
}
.tour-content-wrapper #tour-details .insurance img.alignleft {
  float: left;
  margin-right: 1.6rem;
  margin-bottom: 1rem;
}
.tour-content-wrapper #tour-details .details_content h3,
.tour-content-wrapper #tour-details .details_content h4,
.tour-content-wrapper #tour-details .details_content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #121212;
  margin-bottom: 3.2rem;
}
.tour-content-wrapper #tour-details .details_content ul li {
  margin-bottom: 0.8rem;
}
.tour-content-wrapper #tour-details .details_content ul li strong {
  font-weight: 400;
}
.tour-content-wrapper #tour-details .details_content .tour-packages {
  display: none;
}
.tour-content-wrapper .sidebar .widget h2 {
  margin-bottom: 1rem;
}
.tour-content-wrapper .sidebar .book-now {
  max-width: 37rem !important;
  text-align: center;
  border-radius: 4px;
  padding: 1.5rem 2rem;
  position: relative;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.tour-content-wrapper .sidebar a.printable {
  padding: 1.2rem 1.6rem;
  width: 100%;
  display: block;
  max-width: 37rem !important;
  margin: -0.8rem auto 2.4rem auto;
  text-align: center;
}
.tour-content-wrapper .sidebar a.printable svg {
  margin-right: 0.8rem;
}
.tour-content-wrapper .sidebar a.printable:focus svg path, .tour-content-wrapper .sidebar a.printable:active svg path, .tour-content-wrapper .sidebar a.printable:hover svg path {
  fill: #ffffff;
}

.gallery img {
  width: 100%;
}
.gallery .video-box {
  position: relative;
}
.gallery .video-box .--verlay {
  background-image: url("../../assets/images/video.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
}
.gallery .video-box video {
  display: flex;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .--item .video-box,
.gallery .--item img {
  transition: all 0.3s;
}
.gallery .--item:hover .video-box,
.gallery .--item:hover img {
  transform: scale(0.95);
}

.error {
  padding: 10rem 0rem;
}
.error a.red-filled, .error .widget-card a.wp-block-button__link, .widget-card .error a.wp-block-button__link, .error .question a.wp-block-button__link, .question .error a.wp-block-button__link {
  padding: 1rem;
}
.error img {
  max-width: 20rem;
}

.vector-container {
  position: relative;
  max-width: 1600px;
  margin: auto;
}
.vector-container .left-vector {
  position: absolute;
  right: 0;
}

.content-layout .--content blockquote {
  background-color: #f5f5f5;
  padding: 2rem;
  margin-bottom: 3.6rem;
}
.content-layout .--content blockquote p {
  margin: 0;
}
.content-layout .--content h2,
.content-layout .--content h3,
.content-layout .--content h4,
.content-layout .--content h5,
.content-layout .--content figure,
.content-layout .--content p {
  margin-bottom: 3.6rem;
}
.content-layout.--leaf {
  background-image: url(../../assets/images/help_bg.svg);
  background-position: center 10%;
  background-repeat: no-repeat;
}

.help.careers-wrapper {
  background-position: center top;
  background-image: url("../../assets/images/cleaf.svg");
}

.jobs-listing.location-row .--content .location-info p {
  font-size: 1.6rem;
}
.jobs-listing.location-row .--content .location-info h5 {
  color: #121212;
  text-transform: inherit;
  margin-bottom: 1.5rem;
}
.jobs-listing.location-row .--content .location-info .wp-block-media-text {
  display: flex;
  margin-right: 0.8rem;
  margin-bottom: 1.6rem;
}
.jobs-listing.location-row .--content .location-info .wp-block-media-text figure {
  align-self: normal;
  text-align: center;
  min-width: 3.2rem;
}
.jobs-listing.location-row .--content .location-info .wp-block-media-text figure img {
  max-width: 1.6rem;
}
.jobs-listing.location-row .--content .location-info .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.jobs-listing.location-row .--content .location-info .job-content ul {
  margin-bottom: 2.4rem;
}
.jobs-listing.location-row .--content .location-info .job-content ul li {
  margin-bottom: 1.5rem;
}
.jobs-listing.location-row .--content .location-info .job-content ul li::marker {
  color: #a20804;
}

.clr-white {
  color: #ffffff;
}

.clr-black {
  color: #121212;
}

.bg-whitesmoke {
  background-color: #f5f5f5;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1900px) {
  html body {
    background-image: url("../../assets/images/redtexture.png");
  }
  html .header-wrapper .container,
  html .header-wrapper .container-lg,
  html .header-wrapper .container-md,
  html .header-wrapper .container-sm,
  html .header-wrapper .container-xl,
  html .header-wrapper .container-xxl {
    max-width: 180rem;
  }
  main#site-wrap {
    background-color: white;
    max-width: 140.4rem;
    margin-bottom: 3.2rem;
    margin: auto auto 3rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .header-wrapper .container,
  .header-wrapper .container-lg,
  .header-wrapper .container-md,
  .header-wrapper .container-sm,
  .header-wrapper .container-xl,
  .header-wrapper .container-xxl {
    max-width: 144rem;
  }
  /* end max-991px */
}
@media only screen and (max-width: 1400px) {
  .site-navigation ul#primary-menu {
    gap: 2rem;
  }
  .site-navigation ul#primary-menu li a {
    font-size: 1.5rem;
  }
  .main-index .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .site-navigation {
    position: relative;
  }
  .site-navigation.toggled {
    display: block;
  }
  .site-navigation.toggled img.humberger {
    display: none;
  }
  .site-navigation.toggled .close {
    display: block;
  }
  .site-navigation.toggled .main-navigation {
    top: 16rem;
    min-height: calc(100vh - 7.8rem);
    border-radius: unset;
    z-index: 99;
  }
  .site-navigation .menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
    background-color: transparent;
    padding: 1rem;
  }
  .site-navigation .menu-toggle:hover {
    background-color: transparent;
  }
  .site-navigation .menu-toggle:focus {
    background-color: transparent;
  }
  .site-navigation .main-navigation {
    display: none !important;
  }
  .site-navigation ul#primary-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-navigation ul#primary-menu li {
    width: 100%;
  }
  .site-navigation ul#primary-menu li a {
    font-size: 2rem;
  }
  .site-navigation .ms-5 {
    margin-left: unset !important;
    margin-top: 2rem;
  }
  .newsletter .newsletter-wrap {
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 1100px) {
  .home-hero #mlt-hero-slider .carousel-inner {
    position: static;
  }
  .home-hero #mlt-hero-slider .carousel-item {
    position: static;
  }
  .home-hero #mlt-hero-slider .carousel-item img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .tour-listing .ps-20 {
    padding-left: 1rem;
  }
  .post-item .post-info .--meta span.--date {
    font-size: 1.2rem;
  }
  .post-item .post-info .--meta span.--auth {
    font-size: 1.2rem;
  }
  .post-item .post-info .--meta ul.post-categories li a {
    font-size: 1.2rem;
  }
  .tour-content-wrapper .tour-header .date-info {
    flex-wrap: wrap;
  }
  .tour-content-wrapper .tour-header .date-info span.--date {
    margin-bottom: 0.5rem;
  }
  .cat-wrap .cat--card .product__thumbnail img {
    min-height: 21.3rem;
  }
  .help .location-row .--content span {
    flex: 0 0 8%;
  }
  .top-bar .text-uppercase {
    font-size: 1.2rem;
  }
  .faq .title {
    padding: 6rem 0;
  }
  .team-hero {
    padding: 2rem 0;
  }
  #teamModal .modal-dialog .modal-body .--content {
    padding: 4rem 1rem;
  }
  .header-wrapper.fixed .site-header .site-navigation.toggled .main-navigation {
    top: 10rem;
  }
  .main-navigation ul li .arrow {
    position: absolute;
    right: 0rem;
    top: 50%;
    cursor: pointer;
    padding: 1.5rem;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .main-navigation ul li .arrow::after {
    content: "";
    background-image: url(../images/arrow_down.svg);
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 0rem;
  }
  .widget-card figure.wp-block-image img,
  .question figure.wp-block-image img {
    min-height: 100%;
  }
  .tour-content-wrapper .tabs-header .nav-tour {
    gap: 3.8rem;
  }
  .tour-content-wrapper .tour-content #tour-itinerary a.printable {
    font-size: 1.4rem;
    text-align: center;
  }
  .book-width-us {
    padding: 2rem 1rem 1.6rem;
    text-indent: unset;
  }
  .question ul li a {
    font-size: 1.2rem;
  }
  .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    padding: 1rem;
  }
  .newsletter:after {
    width: 45rem;
    height: 45rem;
    top: -10%;
  }
  .newsletter:before {
    width: 45rem;
    height: 45rem;
  }
  .search-show {
    list-style: none;
    right: 6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .search-hide {
    display: none;
  }
  .home-hero {
    min-height: 43.2rem;
  }
  .team-hero .--image {
    padding: 2.6rem 1.8rem;
  }
  .Contact-details .--content {
    flex-direction: column;
  }
  .Contact-details .details {
    padding: 6.4rem 0rem 6.4rem 0;
  }
  .Contact-details .map iframe {
    left: 5rem;
  }
  .who-we-are {
    padding: 8rem 0 0rem;
  }
  .who-we-are figure img {
    width: 100%;
  }
  .who-we-are .--content {
    padding-left: 0.7rem;
    margin-top: 3rem;
  }
  .who-we-are .--content .top-content p {
    max-width: 100%;
  }
  .who-we-are .--content .partner-logo .col-auto {
    flex: 0 0 33%;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  html body .h1,
  html body h1 {
    font-size: 4rem;
    line-height: 4.6rem;
  }
  .main-index .container h1.h2 {
    margin-top: 4rem;
    padding-left: 0.7rem;
  }
  .tour-listing .border-right {
    border-right: unset;
  }
  .cat-wrap .cat--card {
    max-width: 100%;
  }
  .single-post .single-hero .--info {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .single-post .single-hero .--info span.--date {
    border-right: unset;
    border-bottom: 1px solid #ffffff;
    padding: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .single-post .single-hero .--info .--title {
    padding-left: 0.5rem;
  }
  .single-post .single-hero .--info .--title .--meta {
    justify-content: center;
  }
  .single-post .single-hero .--info .--title .--meta span.--auth {
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
  }
  .post-item {
    padding: 0 0.7rem;
  }
  .post-item .post-info {
    padding: 2rem;
    margin-bottom: 2.4rem;
  }
  .post-item .post-info .--meta {
    align-items: start;
    gap: 1rem;
    flex-direction: column;
  }
  .faq .accordion .accordion-item h6 button {
    padding: 1.6rem 1.4rem;
  }
  .faq .accordion .accordion-item .accordion-body {
    padding: 1.6rem 1.4rem;
  }
  #teamModal .modal-dialog {
    transform: unset;
    top: unset;
  }
  #teamModal .modal-dialog .modal-body .--content {
    padding: 7.5rem 1rem;
  }
  .tour-listing .post-card {
    max-width: calc(100% - 1.5rem);
    margin: 0 auto 3.2rem;
  }
  .tour-content-wrapper .tabs-header .nav-tour {
    gap: 1.8rem;
  }
  .tour-content-wrapper .tabs-header .nav-tour li button {
    font-size: 1.2rem !important;
  }
  .tour-content-wrapper .tour-header .date-info {
    flex-direction: column;
    gap: 1rem;
  }
  .tour-content-wrapper .tour-packages .--package .--list {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 1rem;
  }
  .tour-content-wrapper .tour-content #tour-itinerary a.printable {
    margin-top: 1rem;
  }
  .widget-card,
  .question {
    max-width: calc(100% - 0.75rem);
    margin: auto auto 4rem auto;
  }
  .newsletter:before {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .newsletter:after {
    display: none;
  }
  html body .form-search form input#s {
    padding: 1.6rem 2rem 1.6rem 4rem;
  }
  html body .form-search form input#searchsubmit {
    padding: 0.8rem 3rem;
  }
  html body .form-search form .--search {
    left: 1.75rem;
    max-width: 1.4rem;
  }
  .places .cards-row {
    margin-bottom: 8.3rem;
  }
  .newsletter {
    top: -6rem;
  }
  .newsletter .newsletter-wrap {
    padding: 0 2.5rem;
  }
  .newsletter .newsletter-wrap div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    max-width: 60% !important;
  }
  .newsletter .newsletter-wrap .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    width: 40% !important;
    padding: 1.65rem 1rem !important;
  }
  .testimonial {
    padding-bottom: 10.6rem;
  }
  .who-we-are {
    padding: 4rem 0;
  }
  .who-we-are .--content .partner-logo {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .who-we-are .--content .partner-logo .btn {
    padding: 0;
    margin: 0;
  }
  .cta .--content {
    padding: 5rem 2.5rem 3.4rem;
  }
  #search-popup form {
    max-width: calc(100vw - 2rem);
    flex-direction: column;
  }
  #search-popup form input[type=text] {
    margin-bottom: 1rem;
  }
  .xs-search {
    position: absolute;
    right: 6rem;
    top: -4rem;
    list-style: none;
    margin: 0;
  }
  .site-footer .col-md-3 {
    padding: 0;
    max-width: 50%;
  }
  .site-footer #block-18,
  .site-footer #block-22,
  .site-footer #block-26,
  .site-footer #block-28,
  .site-footer #block-30 {
    margin-top: 2.4rem;
  }
  .site-footer .copyright-section {
    text-align: center;
  }
  .site-footer .copyright-section .copyrights.justify-content-end {
    justify-content: center !important;
  }
  .cta {
    margin: 0 0;
  }
  .Contact-details .map {
    padding-left: 0rem;
  }
  .Contact-details .map iframe {
    position: unset;
    width: 100%;
    left: 0;
  }
  .top-bar .top-social {
    margin: 1rem 0;
  }
  .top-bar p {
    text-align: center;
  }
  .top-bar .text-end {
    text-align: center !important;
  }
  .site-header .site-logo img {
    max-width: 20rem;
  }
  .site-header .site-navigation .menu-toggle {
    top: -2.5rem;
    transform: unset;
  }
  .site-header .site-navigation.toggled .main-navigation {
    top: 20rem;
  }
  .header-wrapper.fixed .site-header .site-navigation.toggled .main-navigation {
    top: 6rem;
  }
  .team-hero .--content {
    padding-left: 0;
    padding-top: 3rem;
  }
}/*# sourceMappingURL=theme.css.map */