/* Fonts */

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/SourceSansProRegular.eot');
    src: url('../fonts/SourceSansProRegular.eot') format('embedded-opentype'),
         url('../fonts/SourceSansProRegular.woff2') format('woff2'),
         url('../fonts/SourceSansProRegular.woff') format('woff'),
         url('../fonts/SourceSansProRegular.ttf') format('truetype'),
         url('../fonts/SourceSansProRegular.svg#SourceSansProRegular') format('svg');
}


@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold.eot');
    src: url('../fonts/SourceSansProBold.eot') format('embedded-opentype'),
         url('../fonts/SourceSansProBold.woff2') format('woff2'),
         url('../fonts/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold.ttf') format('truetype'),
         url('../fonts/SourceSansProBold.svg#SourceSansProBold') format('svg');
}

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('../fonts/SourceSansProSemibold.eot');
    src: url('../fonts/SourceSansProSemibold.eot') format('embedded-opentype'),
         url('../fonts/SourceSansProSemibold.woff2') format('woff2'),
         url('../fonts/SourceSansProSemibold.woff') format('woff'),
         url('../fonts/SourceSansProSemibold.ttf') format('truetype'),
         url('../fonts/SourceSansProSemibold.svg#SourceSansProSemibold') format('svg');
}


 /* cyrillic-ext */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/source-sans-pro.woff) format('woff');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7jujVj9_mf.woff) format('woff');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7jujVj9_mf.woff) format('woff');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67jujVj9_mf.woff) format('woff');
	unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67jujVj9_mf.woff) format('woff');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7jujVj9_mf.woff) format('woff');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #0c0b09; /* Background color for the entire website, including individual sections */
  --default-color: rgba(255, 255, 255, 0.7); /* Default color used for the majority of the text content across the entire website */
  --heading-color: #ffffff; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #f16e16; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #29261f; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #0c0b09; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;
  --nav-hover-color: #f16e16; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #29261f; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #29261f; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #ffffff; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #f16e16; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #29261f;
  --surface-color: #464135;
}

.dark-background {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #1a1a1a;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  font-family: "Source Sans 3", sans-serif;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: "Source Sans 3", sans-serif;
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

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

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(12, 11, 9, 0.61);
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  /*position:relative;*/
}

.header .topbar {
  height: 30px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  background-color: #28374c !important;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: #ffffff;
}

.header .topbar .contact-info i img{
	width: 20px;
    height: 15px;
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: #ffffff;
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: #f16e16;
  text-decoration: underline;
}

.header .topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--accent-color);
}

.header .topbar .languages ul a {
  color: #ffffff;
}

.header .topbar .languages ul a .fa-whatsapp{color: #52cb5e;}
.header .topbar .languages ul a:hover .fa-whatsapp{color: #f16e16;}

.header .topbar .languages ul a:hover {
  color: var(--accent-color);
}

.header .topbar .languages ul li+li {
  padding-left: 6px;
}

.header .topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 6px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  content: "/";
}

.header .branding {
  background-color: var(--background-color);
  min-height: 60px;
  padding: 0px 0;
  transition: 0.3s;
  /* border-bottom: 1px solid var(--background-color); */
  background-color: #790f16;
  background-image: -webkit-linear-gradient(339deg, #790f16 28%, #f16e16 28%);
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 90px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  color: var(--default-color);
  border: 2px solid var(--accent-color);
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 24px;
  margin: 0 5px 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: var(--default-color);
  background: var(--accent-color);
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.scrolled .header .branding {
  border-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: #0c0b09;
  position: fixed;
  transition: all 0.5s;
}


.search-form{
    position: absolute;
    right: 132px;
    top: 2px;
    z-index: 99;
    display:none;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
	padding: 0px 0px 0px 8px;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #ffffff;
    padding: 18px 15px;
    font-size: 13px;
    font-family: var(--nav-font);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
	text-transform:uppercase;
	padding: 0 3px;
	font-family: "Source Sans 3", sans-serif;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #790f16;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 8px 20px;
    font-size: 13px;
    text-transform: none;
    color: #032e54;
   font-weight: 400;
   white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
    max-width: 100%;
    width: 300px;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color:#333333;
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  background-color: rgba(235, 130, 62, 1);
  font-size: 14px;
  padding-bottom: 0px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding-bottom: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom:5px;
}

.footer .footer-about .logo img {
  width: 75%;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
  color: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #af4901;
  font-size: 14px;
  color:#fff;
  margin-right: 10px;
  transition: 0.3s;
  background: #af4901;
}

.footer .social-links a:hover {
  color: #ffffff;
  background: #790f16;
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  text-transform:uppercase;
}

.footer .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 9px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}

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

.footer .footer-links ul a {
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  position:relative;
  padding-left:10px;
  
}

.footer .footer-links ul a:before{
	content: "\f105";
	font: normal normal normal 14px / 1 FontAwesome;
	position:absolute;
	left: 0;
}

.footer .footer-links ul a:hover {
  color: #790f16;
}

.footer .footer-contact p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.footer .footer-contact p a{
  color: #fff;
}

.footer .footer-newsletter p{
	font-size: 16px;
	color: #fff;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  background: #790f16;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background:#ffffff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: #6c1616 transparent #6c1616 transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
  height:100vh;
  height: 507px;
}

.page-title:before {
  content: "";
  /* background-color: color-mix(in srgb, var(--background-color), transparent 30%); */
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-title h1 span{
	color:#f16e16;
}

.page-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-title h2 span{
	color:#f16e16;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  padding: 60px 0;
  scroll-margin-top: 77px;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom:0px;
  position: relative;
}

.section-title h1 {
  color: #666666;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.section-title h1::after {
  content: "";
  width: 120px;
  height: 4px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title span{
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #666;
  position: relative;
  display:block;
  padding-bottom: 5px;
}

.section-title h2 {
    font-size: 25px;
    color: #666666 !important;
    margin-right: 23px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

.section-title h2 i.fa{
    padding-right: 2px;
    font-size: 20px;
    color: #e66f24;
    top: -1px;
    position: relative;
}

.section-title.sectitle h2 {
  color: #666666;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.section-title.sectitle h2::after  {
  content: "";
  width: 120px;
  height: 4px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title h3 {
  color: #666666;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.section-title h3::after {
  content: "";
  width: 120px;
  height: 4px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p{
	color: #666666;
	margin: 0 0 20px;
	padding: 0px 0px 0px 0px;
    font-size: 18px;
    text-align: justify;
	display: block;
}

.about-hd-cont p {
    font-size: 19px;
    font-weight: 400;
    color: #666;
    font-style: normal;
    text-align: justify;
}

.itinery_sub-title p{
    font-size: 18px;
}
.itinery_sub-title p:first-child {
  color: #e66f24;
  
}

.cm-button {
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    transition: 0.3s;
    line-height: 1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #de1f27;
    background: #de1f27;
	margin-top: 25px;
}

.cm-button.know-bt {
    color: #f16e16;
    border: 1px solid #7b7b7b;
    background-color: transparent;
    text-transform: uppercase;
    position: relative;
    font-size: 13px;
}

.cm-button.know-bt::after {
    content: " ";
    border-top: 1px solid #f16e16;
    position: absolute;
    width: 40px;
    right: -27px;
    top: 17px;
	transition: 0.3s;
}

.cm-button.know-bt::before {
	 content: " ";
    border-top: 1px solid #f16e16;
    position: absolute;
    width: 0px;
    left: -27px;
    top: 17px;
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
	transition: 0.3s;
}

.cm-button.know-bt:hover{
	color:#444;
	padding: 12px 30px 12px 34px;
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
	transition: 0.3s;
	border: 1px solid #f16e16;
}

.cm-button.know-bt:hover::before {
	width: 40px;
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
	transition: 0.3s;
}

.cm-button.know-bt:hover::after {
	width: 0px;
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
	transition: 0.3s;
}


.read-more-text {
    color: #000000 !important;
    cursor: pointer;
    border: 1px solid #666666;
    padding: 5px 40px 5px 10px;
    text-transform: capitalize;
    margin-top: 20px;
	 display: block;
    position: relative;
	 width: fit-content;
}

.read-more-text:after {
    right: 0px;
    width: 26px;
    height: 31px;
    content: "";
    background-color: #666666;
    top: -1px;
    position: absolute;
}
.read-more-text:after {
    right: -1px;
    height: 100%;
}

.read-more-text:hover {
    color: #f16e16;
    border: 1px solid #f16e16;
}

.read-more-text:hover:after {
    background-color: #f16e16;
}
.read-more-text .fa {
    font-size: 19px;
    position: absolute;
    right: 7px;
    z-index: 1;
    color: #fff !important;
}

.more-button {
  border-radius: 54px;
  background-color: #ed7028;
  border: none !important;
  color: #FFFFFF !important;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 210px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 15px 10px 15px 10px;
  position: relative;
}

.more-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.more-button:after {
  content: '\f285';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-family: bootstrap-icons !important;
}

.more-button:hover span {
  padding-right: 25px;
}

.more-button:hover span:after {
  opacity: 1;
  right: 0;
}
.more-button .hov:hover:before {
    opacity: 1;
    right: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  /*align-items: center;
  justify-content: center;*/
  color: var(--default-color);
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero video{
		position: absolute;
	  inset: 0;
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  z-index: 1;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero {
  position: relative;
  z-index: 3;
}

.hero .banner-hd-cont {
    width: 360px;
    height: 400px;
    left: 0%;
    margin-left: 0px !important;
    background-color: rgba(122, 16, 23, 0.8);
    position: absolute;
    /*bottom: -140px;*/
	bottom: 0px;
    z-index: 10;
    font-size: 32px;
    color: #fff;
    padding: 55px 25px 25px 25px;
    text-align: left;
}

.hero h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height:55px;
}

.hero h1 span {
  color: var(--accent-color);
  font-size: 40px;
  font-weight:700;
}

.hero h1:after{
	content:"";
	width: 220px;
    float: right;
    height: 5px;
    margin-top: 30px;
    margin-right: 30px;
    background-color: #f16e16;
    display: inline-block;
    font-size: 0px;
}


.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 0 0;
  font-size: 24px;
}

.hero .cta-btn {
  color: var(--default-color);
  border: 2px solid var(--accent-color);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.3s;
  flex-shrink: 0;
}

.hero .cta-btn:first-child {
  margin-right: 10px;
}

.hero .cta-btn:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

@media (max-width: 480px) {
  .hero .cta-btn {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  /* background: url("../img/about-bg.jpg") center center; */
  background-size: cover;
  position: relative;
  padding: 120px 0 80px;
}

.about:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 12%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.about .section-title h2 {
  color: #666666;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.about .section-title h2::after {
  content: "";
  width: 120px;
  height: 4px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.about .section-title h2 span{
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #666;
  position: relative;
  display:block;
  padding-bottom: 5px;
}

.about .container {
  position: relative;
}

.about .content h3 {
  font-weight: 700;
  Color:#666666;
  font-size: 38px;
  padding-bottom: 16px;
}

.about .content p{
  font-size: 18px;
    font-weight: 400;
    Color: #333333;
    padding-bottom: 20px;
    line-height: 28px;
    margin-bottom: 0;
	padding-right: 30px;
    text-align: justify;
}

.about .content .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 0;
  display: flex;
}

.about .content ul i {
  color: var(--accent-color);
  margin-right: 0.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
}

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

.about .about-img {
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 80%);
  transition: 0.3s;
}

.about .about-img:hover {
  transform: scale(1.03);
}



/*--------------------------------------------------------------
# Group Tour Section
--------------------------------------------------------------*/
.hgroup_tour{Background:#ffffff;}
.hgroup_tour .grouptour-carousel,
.hgroup_tour .grouptour-slider {
  overflow: hidden;
}

.hgroup_tour .section-title h2 {
  color: #666666;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hgroup_tour .section-title h2::after {
  content: "";
  width: 120px;
  height: 4px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.hgroup_tour .section-title h2 span{
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #666;
  position: relative;
  display:block;
  padding-bottom: 5px;
}

.hgroup_tour .grouptour-item {
  box-sizing: content-box;
  min-height: 320px;
}

.hgroup_tour .grouptour-item .grouptour-img {
  width: 80px;
  margin: -80px 0 0 33px;
  position: relative;
  z-index: 2;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.hgroup_tour .grouptour-item h3 {
  font-size: 18px;
  font-weight: 700;
  color:#333333;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hgroup_tour .grouptour-item h4 {
  color: #6e6e6e;
  padding-bottom: 20px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  margin:0px;
  
}

.hgroup_tour .grouptour-item .quote-icon-left,
.hgroup_tour .grouptour-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.hgroup_tour .grouptour-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.hgroup_tour .grouptour-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.hgroup_tour .grouptour-item .tour_img{
  margin: 0 0px 0 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.hgroup_tour .grouptour-item .tour_img img{
	height: 240px;
    width: 100%;
    object-fit: cover;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.hgroup_tour .grouptour-item .tour-content{
	padding: 15px 15px 0px 15px;
	background-color: #ffffff;
    color: #444;
    padding: 20px 15px 0px 15px;
    text-align: left;
}
.hgroup_tour .grouptour-item .tour-content ul{
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}
.hgroup_tour .grouptour-item .tour-content li {
	border-bottom: 1px solid #bfc3c6;
    padding-bottom: 6px;
    margin-bottom: 6px;
    box-sizing: border-box;
    display: flex;
    max-height: none;
    position: relative;
}

.hgroup_tour .grouptour-item .tour-content li i {
    color: #f6b024;
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 3px;
}

.hgroup_tour .grouptour-item .tour-content li .fa{
    padding: 0px 10px 0px 0px;
    color: #faa339;
    width: 35px;
    display: inline-block;
    line-height: 18px;
    vertical-align: top;
}

.hgroup_tour .grouptour-item .tour-content li span{
	color: #474747;
    display:block;
    font-size: 14px;
    overflow-wrap: break-word;
    vertical-align: top;
}

.hgroup_tour .grouptour-item p{
  color:#333333;
  height: 50px;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 30px;
  overflow: hidden;
  margin:0px;
}

.hgroup_tour .swiper-wrapper {
  height: auto;
}

.hgroup_tour .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.hgroup_tour .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--background-color);
  opacity: 1;
  border: 1px solid var(--accent-color);
}

.hgroup_tour .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}



/*--------------------------------------------------------------
# Pilgrimage Section
--------------------------------------------------------------*/
.pilgrimage {
  padding: 0;
}

.pilgrimage .video-play {
  min-height: 400px;
  background: url("../images/pilgrimage-2.jpg") center center;
  background-size: cover;
 
}

.pilgrimage .video-play .hback {
    position: absolute;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.3);
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
	left: calc(11% - 50px);
    bottom: calc(11% - 50px);
}

.pilgrimage .video-play .hback p{
	text-align: center;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
	margin: 0;
    text-shadow: 2px 1px #444444;
}

.pilgrimage .contents {
   background-color: #f16e16;
  padding: 40px;
}

.pilgrimage .contents h2{
  color: #ffffff;
  margin: 0;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pilgrimage .contents h2 span{
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    display: block;
    padding-bottom: 5px;
}

.pilgrimage .contents h2::after {
    content: "";
    width: 120px;
    height: 4px;
    display: inline-block;
    background: #ffffff;
    margin: 4px 10px;
}



@media (min-width: 768px) {
  .pilgrimage .contents {
    padding: 80px;
  }
}

.pilgrimage .contents h3 {
  color: #ffffff;
  margin: 0;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pilgrimage .contents ul {
  list-style: none;
  padding: 0;
}

.pilgrimage .content ul li {
  padding-bottom: 10px;
}

.pilgrimage .contents ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.pilgrimage .contents .read-more-text{
	color: #ffffff !important;
	border: 1px solid #ffffff;
	margin-top: 10px;
}
.pilgrimage .contents .read-more-text:after{
	color:#666666;
	background-color: #ffffff;
}
.pilgrimage .contents .read-more-text .fa{color:#666666 !important;}
.pilgrimage .contents p{
	font-weight: 400;
    font-size: 16px;
	margin: 0 0 20px;
	text-align: justify;
    font-size: 16px;
	color: #fff;
}

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

.pilgrimage .contents .read-more {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--contrast-color);
  background: var(--accent-color);
}

.pilgrimage .contents .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.pilgrimage .contents .read-more:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, black 15%);
  padding-right: 19px;
}

.pilgrimage .contents .read-more:hover i {
  margin-left: 10px;
}

.pilgrimage .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}




/*--------------------------------------------------------------
# Tailor Tour Section
--------------------------------------------------------------*/
.tailor_tour{Background:#ffffff;}


.tailor_tour .section-title h2 {
  color: #666666;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tailor_tour .section-title h2::after {
  content: "";
  width: 120px;
  height: 4px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.tailor_tour .section-title h2 span{
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #666;
  position: relative;
  display:block;
  padding-bottom: 5px;
}

.tailor_tour .tailortour-item {
  box-sizing: content-box;
  min-height: 320px;
}

.tailor_tour .tailortour-item .tailortour-img {
  width: 80px;
  margin: -80px 0 0 33px;
  position: relative;
  z-index: 2;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.tailor_tour .tailortour-item h3 {
  font-size: 18px;
  font-weight: 700;
  color:#333333;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tailor_tour .tailortour-item h4 {
  color: #6e6e6e;
  padding-bottom: 20px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  margin:0px;
  
}

.tailor_tour .tailortour-item .quote-icon-left,
.tailor_tour .tailortour-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.tailor_tour .tailortour-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.tailor_tour .tailortour-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.tailor_tour .tailortour-item .tour_img{
  margin: 0 0px 0 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.tailor_tour .tailortour-item .tour_img img{
	height: 240px;
    width: 100%;
    object-fit: cover;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.tailor_tour .tailortour-item .grouptour-img {
    width: 80px;
    margin: -80px 0 0 33px;
    position: relative;
    z-index: 2;
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.tailor_tour .tailortour-item .tour-content{
	padding: 15px 15px 0px 15px;
	background-color: #ffffff;
    color: #444;
    padding: 20px 15px 0px 15px;
    text-align: left;
}
.tailor_tour .tailortour-item .tour-content ul{
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}
.tailor_tour .tailortour-item .tour-content li {
	border-bottom: 1px solid #bfc3c6;
    padding-bottom: 6px;
    margin-bottom: 6px;
    box-sizing: border-box;
    display: flex;
    max-height: none;
    position: relative;
}

.tailor_tour .tailortour-item .tour-content li i {
    color: #f6b024;
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 3px;
}

.tailor_tour .tailortour-item .tour-content li .fa{
    padding: 0px 10px 0px 0px;
    color: #faa339;
    width: 35px;
    display: inline-block;
    line-height: 18px;
    vertical-align: top;
}

.tailor_tour .tailortour-item .tour-content li span{
	color: #474747;
    display:block;
    font-size: 14px;
    overflow-wrap: break-word;
    vertical-align: top;
}

.tailor_tour .tailortour-item p{
  color:#333333;
  height: 50px;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 30px;
  overflow: hidden;
  margin:0px;
}





/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .card-item {
  background: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 50px 30px;
  transition: all ease-in-out 0.3s;
  height: 100%;
  position: relative;
}

.why-us .card-item span {
  color: var(--accent-color);
  display: block;
  font-size: 28px;
  font-weight: 700;
}

.why-us .card-item h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
}

.why-us .card-item h4 a {
  color: var(--heading-color);
}

.why-us .card-item p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
  padding: 0;
}

.why-us .card-item:hover {
  background: var(--accent-color);
  padding: 30px 30px 70px 30px;
}

.why-us .card-item:hover span,
.why-us .card-item:hover h4 a,
.why-us .card-item:hover p {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu {
  background-color: color-mix(in srgb, var(--background-color) 90%, white 5%);
}

.menu .menu-filters {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu .menu-filters li {
  color: var(--default-color);
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all ease-in-out 0.3s;
  font-family: var(--heading-font);
}

.menu .menu-filters li:hover,
.menu .menu-filters li.filter-active {
  color: var(--accent-color);
}

.menu .menu-filters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
  position: relative;
}

.menu .menu-img {
  width: 80px;
  border-radius: 50%;
  float: left;
  border: 8px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.menu .menu-content {
  margin-left: 95px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................" "...................................................................." "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  color: var(--heading-color);
  background: var(--background-color);
  padding-right: 10px;
  position: relative;
  z-index: 3;
  font-weight: 700;
  transition: 0.3s;
}

.menu .menu-content a:hover {
  color: var(--accent-color);
}

.menu .menu-content span {
  background: var(--background-color);
  color: var(--accent-color);
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
}

.menu .menu-ingredients {
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  font-family: var(--nav-font);
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Specials Section
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials h2{
    font-size: 27px;
    color: #666666 !important;
    /* border-left: 5px solid #f16e16 !important; */
    margin-right: 23px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.specials p{color:#333333;}

.specials .nav-tabs {
  border: 0;
  background:#ed7027;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #ffffff;
  border-radius: 0;
  border-right: 2px solid #ffffff;
  font-weight: 600;
  font-size: 18px;
    text-transform: uppercase;
}

.specials .nav-link:hover {
  color: #ffffff;
}

.specials .nav-link.active {
  color: #ffffff;
  background-color: #761218;
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
  padding-top: 20px;
}

.specials .details p {
  color: #333;
    margin: 0;
    padding-bottom: 5px;
}

.specials .details p strong{
    color: #f16e16;
}

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

.specials .details p span{
	color: #e66f24;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px;
}


.specials .details ul {
	margin: 0px;
	padding: 0px;
}

.specials .details ul li {
	color: #333;
	position: relative;
	list-style: none;
	vertical-align: top;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left: 32px;
	text-align:justify;
}

.specials .details ul li:before {
	content: "\f00c";
	font: normal normal normal 14px / 1 FontAwesome;
	width: 18px;
	height: 18px;
	background-color: #f16e16;
	font-size: 12px;
	padding: 5px 4px;
	line-height: 8px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 5px;
}

@media (max-width: 992px) {
  .specials .nav-link {
    /*border: 0;*/
    padding: 15px;
  }

  .specials .nav-link.active {
    color: #fff;
   background: #790f16;
  }
}

.cost_note-txt p{color: #f16e16;font-weight: 600;margin-bottom: 0px;}


.tour-cost-detail {
    padding-bottom: 60px;
    border-top: 1px solid #e1e1e1;
    padding-top: 60px;
}

.tour-cost-detail h2{
	color: #333;
    font-size: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: block;
    vertical-align: top;
}

.tour-cost-detail h3{
	color: #333;
    font-size: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: block;
    vertical-align: top;
}

.tour-cost-detail p{
    list-style: none;
    font-size: 16px;
    padding-bottom: 10px;
	color: #333333;
}

.tour-cost-detail .does ul {
    border-bottom: 0px;
    width: 100%;
	padding: 0;
}
.tour-cost-detail .does li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 12px;
    color: #333333;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
	position:relative;
    vertical-align: top;
	padding-left: 32px;
}

.tour-cost-detail .does li:before{
	content: "\f00c";
	font: normal normal normal 14px / 1 FontAwesome;
	width: 18px;
    height: 18px;
	background-color: #f16e16;
	font-size: 12px;
	padding: 5px 4px;
	line-height: 8px;
	border-radius: 50px;
	text-align: center;
    color: #fff;
	display: inline-block;
    vertical-align: top;
	position:absolute;
	left:0px;
	top:5px;
}


.tour-cost-detail .does-not ul {
    border-bottom: 0px;
    width: 100%;
	padding: 0;
}
.tour-cost-detail .does-not li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 12px;
    color: #333333;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
	position:relative;
    vertical-align: top;
	padding-left: 32px;
}

.tour-cost-detail .does-not li:before{
	content: "\f00d";
	font: normal normal normal 14px / 1 FontAwesome;
	width: 18px;
    height: 18px;
	background-color: #f16e16;
	font-size: 12px;
	padding: 5px 5px;
	line-height: 8px;
	border-radius: 50px;
	text-align: center;
    color: #fff;
	display: inline-block;
    vertical-align: top;
	position:absolute;
	left:0px;
	top:5px;
}


.cost-list-icon {
    display: inline-block;
    vertical-align: top;
    top: 5px;
    position: relative;
    font-size: 12px;
    background-color: #f16e16;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 19px;
    padding-left: 2px;
    line-height: 8px;
    margin-right: 10px;
	padding: 5px;
}
.faq-listing {
	display: inline-block;
	width:100%;
	text-align:justify;
}

.faq-listing li {
	list-style: none;
	font-size:18px;
	padding-bottom: 10px;
	text-align: justify;
	color: #333;
}

.faq-list-text {
	display: inline-block;
	vertical-align:top;
	width: 95%;
	font-size:18px;
	color: #666;
}

.cost-row {
    padding-top: 15px;
    padding-left: 0px;
}

.cost-row .cost-row-icon {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 8px;
	padding-top: 5px;
    padding-right: 8px;
	font-weight: 700;
    font-size: 15px;
}

.cost-row .cost-row-icon a{display:block;}

.cost-row .cost-row-icon-text {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 15px;
}
.cost-row .cost-row-icon-text a{display:block;}



/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events {
  --default-color: #ffffff;
  --background-color: #000000;
  --heading-color: #ffffff;
  padding: 80px 0 130px;
  position: relative;
  overflow: hidden;
}

.events .slider-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.events:before {
  content: "";
  background: rgb(50 69 101 / 75%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.events .section-title h2 {
  color: #ffffff;
}

.events .container {
  position: relative;
  z-index: 3;
}


.events .testimonial-content {
    width: 100%;
    display: inline-block;
    color: #777;
    font-size: 16px;
    text-align: left;
	background:#ffffff;
	padding: 20px 40px 20px 0px;
	position: relative;
    right: 0px;
	
}

.events .testimonial-content:before{
	content:"";
	background: #ffffff;
    height: 100%;
    width: 60px;
    position: absolute;
    left: -60px;
    top: 0;
	
}

.events .event-item .testimonial-title{
	padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: left;
    color: #f16e16 !important;
}
.events .event-item .testimonial-icon{
	font-size: 30px;
    margin-bottom: 10px;
	text-align:center;
	color: #e76915;
	line-height: 1;
}

.events .event-item p{
	font-size:16px;
}

.events img{
	width:100%;
}

.events h2 {
  font-weight: 700;
  font-size: 40px;
  position: relative;
  text-align: right;
}

.events h2:before {
    content: " ";
    width: 36%;
    height: 5px;
    background-color: #f16e15;
    position: absolute;
    right: -40% !important;
    top: 27px;
    left: auto;
}

.events .price {
  font-size: 24px;
  font-family: var(--default-font);
  font-weight: 400;
  margin-bottom: 15px;
  text-align:right;
}

.events .price span {
  border-bottom: 2px solid var(--accent-color);
}

.events .price h3 {
  font-size: 24px;
  font-family: var(--default-font);
  font-weight: 400;
  margin-bottom: 15px;
  text-align:right;
}
.event .price h3 span {
	border-bottom: 2px solid var(--accent-color);
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-wrapper {
  height: auto;
}

.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 70%);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Book A Table Section
--------------------------------------------------------------*/
.book-a-table .reservation-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.book-a-table .section-title h2 {
  color: #666666;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  margin-right: 0;
}

.book-a-table .section-title h2::after {
  content: "";
  width: 175px;
    height: 4px;
    display: block;
    background: var(--accent-color);
    margin: 4px 0px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.book-a-table .section-title h2 span{
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #666;
  position: relative;
  display:block;
  padding-bottom: 5px;
}

.book-a-table .section-title p{text-align:center;}

.book-a-table .reservation-form-bg {
  background: color-mix(in srgb, var(--default-color), transparent 97%);
}

.book-a-table .php-email-form {
  padding: 30px;
  border: 1px dashed #d5d5d5;
  max-width: 970px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .book-a-table .php-email-form {
    padding: 0px;
  }
}

.book-a-table .php-email-form input[type=text],
.book-a-table .php-email-form input[type=email],
.book-a-table .php-email-form input[type=number],
.book-a-table .php-email-form input[type=date],
.book-a-table .php-email-form input[type=time],
.book-a-table .php-email-form input[type=submit],
.book-a-table .php-email-form select,
.book-a-table .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: #333333;
  background-color: transparent;
  border-color: #b7b7b7;
}

.book-a-table .php-email-form input[type=text]:focus,
.book-a-table .php-email-form input[type=email]:focus,
.book-a-table .php-email-form input[type=number]:focus,
.book-a-table .php-email-form input[type=date]:focus,
.book-a-table .php-email-form input[type=time]:focus,
.book-a-table .php-email-form input[type=submit]:focus,
.book-a-table .php-email-form select:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.book-a-table .php-email-form input[type=text]::placeholder,
.book-a-table .php-email-form input[type=email]::placeholder,
.book-a-table .php-email-form input[type=number]::placeholder,
.book-a-table .php-email-form input[type=date]::placeholder,
.book-a-table .php-email-form input[type=time]::placeholder,
.book-a-table .php-email-form select::placeholder,
.book-a-table .php-email-form textarea::placeholder {
  color: #aaabad;
}

.book-a-table .php-email-form input[type=submit] {
  color: #333333;
  border: 2px solid var(--accent-color);
  background: transparent;
  padding: 8px 50px;
  transition: 0.4s;
  border-radius: 50px;
  margin: 0;
}

.book-a-table .php-email-form input[type=submit]:hover {
  background: var(--accent-color);
   color: #ffffff;
}

.book-a-table .php-email-form .wpcf7-response-output{
    color:#333333;
    border: 0;
    text-align: center;
    margin: 0;
}
.book-a-table .php-email-form .wpcf7-textarea{height:100px;}

.book-a-table .php-email-form .wpcf7-spinner{position: absolute;}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid var(--background-color);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--background-color);
  opacity: 1;
  border: 1px solid var(--accent-color);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}
/*--------------------------------------------------------------
# Quote Section
--------------------------------------------------------------*/
.qbox .quotediv{
padding:30px;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.qbox .quotediv img {
width: 120px;
height: 120px;
border-radius: 50%;
margin-bottom: 5px;
float: left;
margin-right: 30px;
margin-top: 28px;
}

.qbox .quotediv blockquote h2 {
font-size: 24px;
color: #f16e16 !important;
font-weight: 400;
text-align: justify;
margin-left: 150px;
margin-right: 30px;
line-height: 32px;
}

.qbox .quotediv .client-name {
font-size: 1.2rem;
color: #333333;
}
.qbox .quotediv .client-tag {
text-transform: uppercase;
font-size: 1.2rem;
color: #f16e16;
}
.qbox .quotediv .fa {
font-size: 30px;
margin-bottom: 15px;
margin-top: 8px;
}
.qbox .fa-quote-left:before {
color: #f16e16;
}
/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid var(--background-color);
  border-bottom: 3px solid var(--background-color);
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial{
    padding:20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.testimonials .testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.testimonials .testimonial blockquote p {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  text-align: justify;
}

.testimonials .testimonial ul{
	margin:0px;
	padding:0px;
}
.testimonials .testimonial ul li{
	color:#666;
	position:relative;
	list-style:none;
    vertical-align: top;
    font-size: 18px;
    padding-bottom: 10px;
	padding-left: 32px;
	text-align: justify;
}

.testimonials .testimonial ul li:before{
	content: "\f00c";
	font: normal normal normal 14px / 1 FontAwesome;
	width: 18px;
    height: 18px;
	background-color: #f16e16;
	font-size: 12px;
	padding: 5px 4px;
	line-height: 8px;
	border-radius: 50px;
	text-align: center;
    color: #fff;
	display: inline-block;
    vertical-align: top;
	position:absolute;
	left:0px;
	top:5px;
}

.testimonials .testimonial .client-name {
  font-size: 1.2rem;
  color: #333333;
}
.testimonials .testimonial .client-tag {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #f16e16;
}
.testimonials .testimonial .fa {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 8px;
}
.testimonials .fa-quote-left:before {
    color: #f16e16;
}
.topquote{
    
}
.botquote{
    position: absolute;
    rotate: 180deg;
    margin-left: 10px;
    bottom: -36px;
    right: 20px;
}

/*--------------------------------------------------------------
# Chefs Section
--------------------------------------------------------------*/
.chefs {
  --default-color: #ffffff;
  --contrast-color: #ffffff;
}

.chefs .member {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.chefs .member .member-info-content h4 {
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 10px;
  display: inline-block;
}

.chefs .member .social a:hover {
  color: var(--accent-color);
}

.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.chefs .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  background-color: #fff;
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 90%);
}

.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item {
    background: #ffffff;
    padding: 30px;
    height: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact .wpcf7-textarea{height:112px;}

.contact .info-item i {
  color: #ffffff;
  background: var(--accent-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
  margin-bottom: 20px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #666;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color:#333333;
}

.contact .php-email-form {
  background-color: #fff;
    height: 100%;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: #333;
  background-color: transparent;
  border-color: #ccc;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #666666;
}

.contact .php-email-form input[type=submit] {
  color: #fff;
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  padding: 8px 36px;
  transition: 0.4s;
  border-radius: 50px;
  height: auto;
}

.contact .php-email-form input[type=submit]:hover {
  background: #790f16;
}

.contact .wpcf7 form .wpcf7-response-output{
    border: 0px solid #00a0d2;
    color: #333;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about-hd-cont{

}

.about-hd-cont .about_contents p {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    font-style: normal;
    text-align: justify;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.about-hd-cont .about_contents h2{
    color: #f16e16 !important;
    font-size: 26px;
}

.about_expert h2{
    color: #f16e16;
    font-size: 26px;
    padding-bottom:10px;
}

.about-hd-cont .about_contents h2{
	margin-bottom: 10px;
	margin: 0 0 20px;
	color: #666666 !important;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 400;
}
.about-hd-cont .about_contents h2 i.fa{
    padding-right: 2px;
    font-size: 20px;
    color: #e66f24;
    top: -1px;
    position: relative;
}
.about-hd-cont .about_contents h3{
	margin-bottom: 10px;
	margin: 0 0 20px;
	color: #666666;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 400;
}
.about-hd-cont .about_contents h3 i.fa{
    padding-right: 2px;
    font-size: 20px;
    color: #e66f24;
    top: -1px;
    position: relative;
}
.about-hd-cont .about_contents ul{
	margin:0px;
	padding:0px;
}
.about-hd-cont .about_contents ul li{
	color:#666;
	position:relative;
	list-style:none;
    vertical-align: top;
    font-size: 18px;
    padding-bottom: 10px;
	padding-left: 32px;
}

.about-hd-cont .about_contents ul li:before{
	content: "\f00c";
	font: normal normal normal 14px / 1 FontAwesome;
	width: 18px;
    height: 18px;
	background-color: #f16e16;
	font-size: 12px;
	padding: 5px 4px;
	line-height: 8px;
	border-radius: 50px;
	text-align: center;
    color: #fff;
	display: inline-block;
    vertical-align: top;
	position:absolute;
	left:0px;
	top:0px;
}

.banner-hd-cont {
    width: 380px;
    height: 450px;
    left: 0%;
    margin-left: 0px !important;
    background-color: rgba(122, 16, 23, 0.8);
    position: absolute;
    bottom: 0px;
    z-index: 10;
    font-size: 32px;
    color: #fff;
    padding: 55px 25px 25px 25px;
    text-align: left;
}
.about-inner-banner{padding-bottom:0px;}
.about-inner-banner .banner-hd-cont.banner-hd {
    padding-top: 78px;
}

.banner-hd-cont.banner-hd {
    height: 230px;
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
}

.about-hd-cont .tailor-leader-img {
    width: 160px;
    margin: -5px auto 0px 0px;
    border: 1px solid #f16e16;
    padding: 4px;
}

.about-hd-cont .tailor-map-img {
	width: 100%;
	margin: -5px auto 13px 0px;
	border: 0px solid #ababab;
	padding: 4px;
	background-image: repeating-linear-gradient(0deg, #ababab, #ababab 10px, transparent 10px, transparent 20px, #ababab 20px), repeating-linear-gradient(90deg, #ababab, #ababab 10px, transparent 10px, transparent 20px, #ababab 20px), repeating-linear-gradient(180deg, #ababab, #ababab 10px, transparent 10px, transparent 20px, #ababab 20px), repeating-linear-gradient(270deg, #ababab, #ababab 10px, transparent 10px, transparent 20px, #ababab 20px);
	background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
}

.about-hd-cont .other-img .widget-title{
    position: relative;
    bottom: 37px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    padding-right: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.03em;
    padding-left: 25px;
    margin-bottom: 0;
}

.about-pilgrimage-cont{

}

.about-pilgrimage-cont .faq-listing {
	display: inline-block;
	width: 100%;
	text-align: justify;
}

.about-pilgrimage-cont .faq-listing ul{
	margin: 0px;
	padding: 0px;
}
.about-pilgrimage-cont .faq-listing ul li{
	color: #666;
	position: relative;
	list-style: none;
	vertical-align: top;
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 32px;
	text-align: justify;
}
.about-pilgrimage-cont .faq-listing ul li:before{
	content: "\f00c";
	font: normal normal normal 14px / 1 FontAwesome;
	background-color: #f16e16;
	font-size: 12px;
	padding: 6px 4px;
	line-height: 8px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 5px;
}
.about-pilgrimage-cont .about_contents p {
	font-size: 18px;
    	font-weight: 400;
    	color: #666;
    	font-style: normal;
    	text-align: justify;
	margin-bottom:25px;
}
.about-pilgrimage-cont .about_contents h4{
	color: #ff6900;
	font-size: 23px;
	font-weight: 500;
}
.about-pilgrimage-cont .about_contents h5{
	color: #ff6900;
	font-size: 22px;
	font-weight: 500;
}



.comprehensive{
    padding:40px 0px;
}


.tailor-main-cont{
    
}
.tailor-main-cont p {
    font-size: 19px;
    font-weight: 400;
    color: #333;
    font-style: normal;
    text-align: justify;
    margin-bottom: 20px;
}

.tailor-main-cont h2{
    position: relative;
    padding-left: 0px;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.03em;
    padding-bottom: 5px;
    color: #ff6900;
    margin-top: 30px;
    text-transform: uppercase;
}


	/*--------------------------------------------------------------
# Book A Table Section
--------------------------------------------------------------*/

.booking_formset{}
.booking_formset h2{}
.booking_formset h3{
	color: #666666;
    font-size: 18px;
    font-weight: 600;
}
.booking_formset p{
	font-size: 16px;
    font-weight: 600;
    color: #666;
    font-style: normal;
    text-align: justify;
    margin-bottom:0px;
}

.booking_formset .reservation-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.booking_formset .reservation-form-bg {
  background: color-mix(in srgb, var(--default-color), transparent 97%);
}

.booking_formset .php-email-form {
  padding:0px;
}

.booking_formset .php-email-form label{
	color:#666666;
	font-size:14px;
}
.booking_formset .php-email-form legend{
	color:#666666;
	font-size:16px;
	font-weight: 600;
}

@media (max-width: 575px) {
  .booking_formset .php-email-form {
    padding: 0px;
  }
}

.booking_formset .php-email-form .form-check .form-check-input{float:none;border: 0px;margin-left: 0em;}
.booking_formset .php-email-form .wpcf7-list-item{margin: 0 1em 0 0em;}
.booking_formset .php-email-form .form-check-inline{padding-left:0em;}

.booking_formset .php-email-form .wpcf7-not-valid-tip{font-size:11px;}

.booking_formset .php-email-form .form-check-input[type=radio]{
    border-radius: 50%;
	border:1px solid #afafaf;
}

.booking_formset .php-email-form input[type=text],
.booking_formset .php-email-form input[type=email],
.booking_formset .php-email-form input[type=number],
.booking_formset .php-email-form input[type=date],
.booking_formset .php-email-form input[type=time],
.booking_formset .php-email-form select,
.booking_formset .php-email-form textarea {
  font-size: 12px;
    padding: 8px 8px;
    box-shadow: none;
    border-radius: 0;
    color: #333333;
    background-color:#ffffff;
    border-color:#dee2e6;
}

.booking_formset .php-email-form input[type=text]:focus,
.booking_formset .php-email-form input[type=email]:focus,
.booking_formset .php-email-form input[type=number]:focus,
.booking_formset .php-email-form input[type=date]:focus,
.booking_formset .php-email-form input[type=time]:focus,
.booking_formset .php-email-form select:focus,
.booking_formset .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.booking_formset .php-email-form input[type=text]::placeholder,
.booking_formset .php-email-form input[type=email]::placeholder,
.booking_formset .php-email-form input[type=number]::placeholder,
.booking_formset .php-email-form input[type=date]::placeholder,
.booking_formset .php-email-form input[type=time]::placeholder,
.booking_formset .php-email-form textarea::placeholder
.booking_formset .php-email-form select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.booking_formset .php-email-form input[type=submit] {
  color: #333333;
  border: 2px solid var(--accent-color);
  background: transparent;
  padding: 14px 60px;
  transition: 0.4s;
  border-radius: 50px;
}

.booking_formset .php-email-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.booking_formset .php-email-form .wpcf7 form .wpcf7-response-output{
    border:0px;
    padding:0px;
    margin:0px;
    margin-top:10px;
    color:#333333;
}	
	
	/* CSS TABLE STYLES */

	.css-table {
	display: table;
	}

	.css-table-header {
	display: table-header-group;
	font-weight: bold;
	background-color: rgb(191, 191, 191);
	}

	.css-table-body {
	display: table-row-group;
	}

	.css-table-row {
	/*display: table-row;*/
	}

	.css-table-header div,
	.css-table-row div {
	display: table-cell;
	padding: 0 6px;
	color: #000;
	width: 1%;
    text-align: center;
    font-size: 14px;
	}
	.css-table-row div label{
	display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
	}
	
	.form-control{
		font-size:12px;
		color: #666666;
	}
	
	.css-table-row div .form-control{
		font-size:12px;
		color: #666666;
	}

	.css-table-header div {
	text-align: center;
	border: 1px solid rgb(255, 255, 255);
	}



/*--------Right Popup------------*/

.sliding_form {
	background: #fff;
	position: fixed;
	right: 0;
	top: 110px;
	border-radius: 20px 0 0 20px;
	width: 300px;
	z-index: 9999;
}

.sliding_form_inner {
	padding: 15px 20px;
	width: 100%;
	/*height: 490px;*/
	overflow: auto;
}

#pop-up .wpcf7-not-valid-tip{font-size:11px;}
#pop-up .wpcf7 form .wpcf7-response-output{border:0px;color:#333333; margin:0px; padding:0px;}
#pop-up .wpcf7-spinner{position:absolute;}

#form_trigger {
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight:400;
	left: -147px;
	padding: 10px 20px;
	position: absolute;
	text-transform: uppercase;
	top: 113px;
	transform: rotate(-90deg);
	transform-origin: 117px 11px 0;
	background: #ed7028;
}

#form_trigger:hover,
#form_trigger:focus {
	text-decoration: none;
} 
  
  
  
.mainbg{
	width: 0%;
	height: 100vh;
	background: #0008;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#pop-up{
	/*text-align: left;
	max-width: 500px;
	width: 100%;
	background: #be9245;
	box-sizing: border-box;
	padding: 30px 40px;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
}
#pop-up p{margin-bottom:0px;}

#pop-up input[type=text], select, textarea {
  width: 100%;

  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top:0px;
  margin-bottom: 6px;
  resize: vertical;
  font-size: 13px;
  background: #fff;
  

padding: 8px 8px;
box-shadow: none;
border-radius: 0;
color: #333333;
background-color: #ffffff;
border-color: #dee2e6;
  
}

#pop-up input[type=text], 
#pop-up input[type=email], 
#pop-up input[type=number], 
#pop-up input[type=date], 
#pop-up input[type=time], 
#pop-up select, 
#pop-up textarea {
    font-size: 12px;
    padding: 8px 8px;
    box-shadow: none;
    border-radius: 0;
    color: #333333;
    background-color: #ffffff;
    border-color: #dee2e6;
}

#pop-up input[type=submit] {
  background-color: #000000;
  color: white;
  padding: 6px 18px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width:100%;
  font-size: 14px;
}

#pop-up input[type=submit]:hover {
  background-color: #ed7028;
  color: #fff;
}

#pop-up input:focus, #pop-up textarea:focus, #pop-up select:focus {
    outline: none;
    box-shadow: none;
	border: 1px solid #ccc;
}

#pop-up .input_box{
	/*display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: max(15px, 0.1vw);
    row-gap: 5px;*/
}

#pop-up .rc-anchor-normal {
    height: 60px;
    width: 85%;
}
#pop-up .rc-inline-block {
    display: inline-block;
    height: 85%;
}

#pop-up h2{
font-size: 20px;
    padding-bottom: 12px;
	color: #333333;
}
#close-btn{
	font-size: 16px;
    float: right;
    position: absolute;
    right: 10px;
    top: 15px;
    background: #790f16;
    padding: 5px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    color: #fff;
    border: 0px;
}
.wpcf7 .screen-reader-response p{margin-bottom:0px;}


/*--------------------------------------------------------------
# Details Section
--------------------------------------------------------------*/
.details .features-item {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.details .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .details .features-item+.features-item {
    margin-top: 40px;
  }
}

.details .features-item h3 {
	font-weight: 600;
    margin-bottom: 5px;
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0px 0px 5px 0px;
    margin-bottom: 17px;
}

.details .features-item h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #f16e16;
    bottom: 0;
    left: 0;
}

.details .features-item h4 {
    padding-left:0px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #666;
    font-weight: 400;
	margin-bottom: 0px;
}

.details .features-item ul {
  list-style: none;
  padding: 0;
}

.details .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  color:#333333;
}

.details .features-item ul li:last-child {
  padding-bottom: 0;
}

.details .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color:#ff0000;
}

.details .features-item p{
	color:#333333;
    font-size: 18px;
    text-align: justify;
}
.details .features-item p:last-child {
  margin-bottom: 0;
}

.pbox {
    width: 100%;
    padding: 30px 30px;
    box-sizing: border-box;
    background: #fff;
	margin-top:40px;
    margin-bottom: 1.5%;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
}

.our_experts p{
    padding-left: 35px;
    font-size: 18px;
    text-align: justify;
    color:#333333;
}

.imgs {
	width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    border: 7px solid #fff;
	box-shadow: 2px 5px 25px 0px rgba(0, 0, 0, 0.2);
	border-radius: 100%;
}
.imgs img{width:100%;border-radius: 100%;}



.itinerary-first-row{
	
}
.itinerary-first-row .group-tour-row {
    /*min-width: 605px;*/
    height: 316px;
    margin-top: 0px;
    margin-left: -140px;
    padding: 25px 40px 20px 40px;
    position: relative;
	background-color: #dbbd7f;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
}

.m-r140{margin-right: -140px !important;}

.itinerary-first-row .imagesize img{
    height: 100%;
    width: 1600px;
}

.itinerary-first-row .tour-img{
    height: 420px !important;
    overflow: hidden;
    position: relative;
}
.itinerary-first-row .tour-img .widget-title{
    position: absolute;
    bottom: 0px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    padding-right: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.03em;
    padding-left: 25px;
    margin-bottom: 0;
}


.itinerary-first-row .group-tour-row h2{
	color: #333;
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 3px;
    text-align: left;
}

.itinerary-first-row .group-tour-row p{
	text-align: justify;
    font-size: 16px;
	color: #333;
	line-height: 1.5;
	padding-bottom: 20px;
    margin-bottom: 0;
}

.itinerary-row {
    padding-bottom: 0px;
    margin-bottom: 20px;
    position: relative;
}

.group-tour-row .itinerary-row:after {
   /*  content: '';
    border-bottom: 1px solid #f16e16;
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    opacity: 0.7; */
}

.group-tour-row .itinerary-row hr{color:#c15711; border-color:#ff0000;margin: 1.5rem 0;}

.group-tour-row .itinerary-row ul{
	margin: 0;
    padding: 0;
	padding-bottom: 0px;
}


.group-tour-row .itinerary-row li{
	list-style: none;
    display: inline-block;
    padding-right: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.group-tour-row .itinerary-row li img{padding-right:10px;}

.itinerary-text-scroll{height:245px; overflow:auto; padding-right:20px; font-size:16px;}
.itinerary-row-wrapper{position:relative;}

/* width */
.itinerary-text-scroll::-webkit-scrollbar {width:4px;height:70px;}

/* Track */
.itinerary-text-scroll::-webkit-scrollbar-track {
  background: #000000; 
}

/* Handle */
.itinerary-text-scroll::-webkit-scrollbar-thumb {
  background: #e66f24;
  height:70px !important;
  border-radius: 10px;

}

.itinerary-row-cont::before {
  content: '';
  position: absolute;
  right: 33px;
top: 8%;
display: block;
border-right: 2px solid #f16e16;
border-bottom: 2px solid #f16e16;
width: 9px;
height: 9px;
opacity: 0.5;
transform: translate(-50%, -50%) rotate(-135deg);
}

.itinerary-row-cont::after {
  content: '';
  position: absolute;
  right: 42px;
    bottom: 37px;
    display: block;
    border-left: 2px solid #f16e16;
    border-top: 2px solid #f16e16;
    width: 9px;
    height: 9px;
    float: right;
    opacity: 0.5;
    transform: translate(50%, -50%) rotate(-135deg);
}


@media (max-width: 575px) {
    .header .topbar .contact-info i{
        width: 49%;
        display: inline-block;
        margin-right: 0px !important;
    }
    
    .header .topbar{height:auto;}
    .header .topbar .languages {display:none !important;}
    .events h3:before{
        right: 0% !important;
        top: 24px;
        left: 0;
    }
    .events .price {
        font-size: 18px;
    }
    .events h3{
        font-size:34px;
    }
    .about .content p{
        padding-right: 0px;
    }
    .about .section-title h2{
        font-size: 26px;
    }
    .about .section-title h2 span{
        font-size: 18px;
    }
    .footer .footer-links{
        width: 50%;
    }
    .imgs{
        margin-bottom: 20px;
    }
    .itinerary-first-row .group-tour-row{
        width:100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        height: auto;
        padding: 25px 15px 20px 15px;
    }
    .itinerary-first-row .imagesize img{
        width:100%;
    }
    .itinerary-first-row .tour-img{height:auto !important;}
    .footer .copyright .copytext{
        display: block !important;
        text-align: center;
    }
    .itinerary-text-scroll {
        height: 385px;
    }
    .itinerary-row-cont::before{
        right: 8px;
    }
    .itinerary-row-cont::after{
        right: 17px;
    }
    .cost-row .cost-row-icon-text{
        margin-top: 10px;
    }
    .header .branding{
        background-image: -webkit-linear-gradient(339deg, #790f16 55%, #f16e16 55%);
    }
    .banner-hd-cont.banner-hd{
        width: 240px;
    }
    .page-title h2{
        font-size: 28px;
    }
    
    .css-table{
        border-bottom: 2px solid #ed7027;
        padding-bottom: 20px;
    }
    .css-table-header div, .css-table-row div{
        flex: auto;
        width: 100%;
        padding-left: 15px;
    }
    .hero{padding:0px;}
    .desktopvideo{display:none;}
    .mobilebanner2{display:none !important;}
    .hero img{height: 100%;}
}