@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
p {
  font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "DM Sans", sans-serif;
}

/* Apply Outfit only to headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
}

figure {
  font-family: "DM Sans", sans-serif;
}

nav .logo a img {
  width: 50px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 12px;
}

.commonPadding {
  padding: 40px 0 50px;
}
@media (max-width: 767px) {
  .commonPadding {
    padding: 28px 0 30px;
  }
}

.main-heading h1 {
  font-size: 40px;
  font-weight: 500;
  color: rgba(39, 41, 16, 0.7607843137);
  line-height: 42px;
}
@media (max-width: 991px) {
  .main-heading h1 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .main-heading h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .main-heading h1 {
    font-size: 26px;
    line-height: 28px;
  }
}
.main-heading h2 {
  font-size: 38px;
  font-weight: 500;
  color: rgba(39, 41, 16, 0.7607843137);
  line-height: 40px;
}
@media (max-width: 991px) {
  .main-heading h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .main-heading h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .main-heading h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.main-heading h3 {
  font-size: 35px;
  font-weight: 500;
  color: rgba(39, 41, 16, 0.7607843137);
  line-height: 37px;
}
@media (max-width: 991px) {
  .main-heading h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .main-heading h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .main-heading h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
.main-heading h4 {
  font-size: 35px;
  font-weight: 500;
  color: rgba(39, 41, 16, 0.7607843137);
  line-height: 37px;
}
@media (max-width: 991px) {
  .main-heading h4 {
    font-size: 34px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .main-heading h4 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .main-heading h4 {
    font-size: 24px;
    line-height: 26px;
  }
}
.main-heading h5 {
  font-size: 35px;
  font-weight: 500;
  color: rgba(39, 41, 16, 0.7607843137);
  margin-bottom: 15px;
  line-height: 37px;
}
@media (max-width: 991px) {
  .main-heading h5 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .main-heading h5 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .main-heading h5 {
    font-size: 24px;
    line-height: 26px;
  }
}
.main-heading h6 {
  font-size: 35px;
  font-weight: 500;
  color: rgba(39, 41, 16, 0.7607843137);
  margin-bottom: 15px;
  line-height: 37px;
}
@media (max-width: 991px) {
  .main-heading h6 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .main-heading h6 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .main-heading h6 {
    font-size: 24px;
    line-height: 26px;
  }
}
.main-heading p {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .main-heading p {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
@media (max-width: 575px) {
  .main-heading p {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
.main-heading strong {
  font-size: 30px;
  color: rgba(39, 41, 16, 0.7607843137);
  display: block;
  line-height: 31px;
}
@media (max-width: 767px) {
  .main-heading strong {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .main-heading strong {
    font-size: 20px;
  }
}

.stickyIndex {
  z-index: 9999;
}

header {
  background-color: #FFFFFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1019607843);
}
header .logo img {
  width: 50px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
header .logo span {
  color: rgba(39, 41, 16, 0.7607843137);
  font-weight: 600;
  transition: color 0.3s ease;
  font-size: 16px;
}
header a.call {
  color: rgba(39, 41, 16, 0.7607843137);
  font-weight: 600;
  transition: color 0.3s ease;
  font-size: 16px;
}
@media (max-width: 991px) {
  header a.call {
    color: #FFFFFF;
    font-size: 20px;
  }
}
header a.call i {
  padding-right: 10px;
}
header a.call:hover {
  color: transparent;
}
header button {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #FFF;
  border: 1px solid rgba(39, 41, 16, 0.7607843137);
  padding: 8px 13px;
  background: rgba(39, 41, 16, 0.7607843137);
  transition: all 0.5s ease-out;
  box-shadow: 0 0 1px rgba(60, 59, 59, 0);
  text-shadow: 0px 1px rgba(0, 0, 0, 0.7215686275);
}
@media (max-width: 991px) {
  header button {
    color: #000;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: none;
  }
}
header button:hover {
  background-color: #FFFFFF;
  color: rgba(39, 41, 16, 0.7607843137);
  text-shadow: none;
}

nav.main-nav {
  background: rgba(39, 41, 16, 0.7607843137);
  padding: 3px 0;
}
@media (max-width: 991px) {
  nav.main-nav {
    background: rgba(11, 8, 0, 0.8784313725);
  }
}
@media (max-width: 767px) {
  nav.main-nav {
    background: rgba(11, 8, 0, 0.8784313725);
  }
}
nav.main-nav .navbar-toggler {
  border: none;
  background: transparent;
}
nav.main-nav .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
nav.main-nav .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  display: block;
  transition: all 0.3s ease;
}
nav.main-nav .navbar-toggler .navbar-toggler-icon::before, nav.main-nav .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
nav.main-nav .navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}
nav.main-nav .navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}
nav.main-nav .navbar-toggler {
  /* ✅ Default (collapsed) → Hamburger */
}
nav.main-nav .navbar-toggler.collapsed .navbar-toggler-icon {
  background: #FFFFFF;
}
nav.main-nav .navbar-toggler.collapsed .navbar-toggler-icon::before {
  top: -8px;
  transform: rotate(0);
}
nav.main-nav .navbar-toggler.collapsed .navbar-toggler-icon::after {
  top: 8px;
  transform: rotate(0);
}
nav.main-nav .navbar-toggler {
  /* ✅ Open (expanded) → Close (X) */
}
nav.main-nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background: transparent;
}
nav.main-nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}
nav.main-nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(-45deg);
}
nav.main-nav .navbar-nav {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
nav.main-nav .navbar-nav .nav-item .nav-link {
  transition: all 0.5s ease;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.3rem;
  font-weight: 600;
  font-size: 16px;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.7215686275);
  font-family: "Outfit", sans-serif;
}
@media (max-width: 1192px) {
  nav.main-nav .navbar-nav .nav-item .nav-link {
    padding: 6px 8px;
  }
}
nav.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
  text-shadow: none;
}
@media (max-width: 991px) {
  nav.main-nav .navbar-nav .nav-item .nav-link {
    padding: 12px 20px;
    text-shadow: none;
  }
}

footer {
  background: rgba(39, 41, 16, 0.7607843137);
  padding: 30px 0 0 0;
}
@media (max-width: 991px) {
  footer {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 10px 0 0 0;
  }
}
footer .footer-sec {
  margin-bottom: 32px;
}
footer .footer-sec strong {
  font-size: 38px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  margin: auto;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 991px) {
  footer .footer-sec strong {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  footer .footer-sec strong {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  footer .footer-sec strong {
    font-size: 22px;
  }
}
footer .footer-sec .footer-heading {
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  margin: auto;
  font-weight: 600;
  margin-bottom: 0px;
  margin-left: 12px;
  text-align: left;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  footer .footer-sec .footer-heading {
    margin-top: 12px;
  }
}
footer .footer-sec .logo a {
  color: rgba(39, 41, 16, 0.7607843137);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 991px) {
  footer .footer-sec .logo a {
    font-size: 20px;
    color: #555555;
  }
}
@media (max-width: 767px) {
  footer .footer-sec .logo a {
    font-size: 16px;
    color: #555555;
  }
}
footer .footer-sec .logo a img {
  width: 55px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
@media (max-width: 991px) {
  footer .footer-sec .logo a img {
    width: 43px;
    height: 37px;
  }
}
footer .footer-sec .extra {
  padding: 0 0;
  padding-top: 10px;
}
footer .footer-sec .extra p {
  text-align: left;
  width: 95%;
}
@media (max-width: 767px) {
  footer .footer-sec .extra p {
    font-size: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
}
footer .footer-sec .footer-explore-more strong {
  font-size: 28px;
  font-weight: 600;
  color: #555555;
  line-height: 1.5rem;
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  footer .footer-sec {
    gap: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-sec .border-end:first-child {
    border: none !important;
  }
}
footer .footer-sec .custom-border {
  border-right: 1px solid #dee2e6;
  padding-left: 18px;
}
@media (max-width: 991px) {
  footer .footer-sec .custom-border {
    padding-left: unset;
  }
}
@media (max-width: 991px) {
  footer .footer-sec .border-tablet {
    border-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-sec .border-tablet {
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
  }
  footer .footer-sec .border-tablet :last-child {
    border: none;
  }
}
@media (max-width: 767px) {
  footer .footer-left-content {
    padding-bottom: 13px;
    padding-top: 5px;
    padding-left: 1rem;
  }
}
footer .footer-left-content small {
  font-size: 16px;
  color: #555555;
  line-height: 1.5rem;
  font-weight: 400;
}
footer .footer-left-content .social-icons {
  padding: 20px 0 0;
  gap: 10px;
}
@media (max-width: 767px) {
  footer .footer-left-content .social-icons {
    justify-content: center;
    padding: 10px 0 0 0;
  }
}
footer .footer-left-content .social-icons a {
  color: rgba(39, 41, 16, 0.7607843137);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(39, 41, 16, 0.7607843137);
  border-radius: 100px;
}
footer .footer-left-content .social-icons a:hover {
  background: rgba(39, 41, 16, 0.7607843137);
  color: #fff;
  transition: all 0.5s ease;
  border: 1px solid #fff;
}
footer .footer-links li {
  list-style: disc;
  color: rgba(231, 232, 227, 0.8117647059);
}
footer .footer-links li a {
  transition: all 0.5s ease;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.5rem;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
footer .footer-links li a:hover {
  color: #000000;
}
@media (max-width: 767px) {
  footer .footer-links li a {
    font-size: 15px;
    line-height: 1.3rem;
    margin-bottom: 5px;
  }
}

.footer-end {
  background: rgba(231, 232, 227, 0.8117647059);
  padding: 20px 0;
}
@media (max-width: 767px) {
  .footer-end {
    padding: 10px 0 3px;
  }
}
.footer-end .foot-end p {
  font-size: 16px;
  color: #555555;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .footer-end .foot-end p {
    font-size: 16px;
  }
}

.mobile-footer {
  position: sticky;
  bottom: 0;
  display: none;
}
@media (max-width: 575px) {
  .mobile-footer {
    display: block;
  }
}
.mobile-footer .mobile-foot {
  display: flex;
  gap: 5px;
  text-align: center;
}
.mobile-footer .mobile-foot .ping {
  display: block;
  font-size: 14px;
  background-color: rgba(39, 41, 16, 0.7607843137);
  padding: 8px 12px;
  width: 100%;
  font-weight: 500;
  color: #fff;
  border: none;
}
.mobile-footer .mobile-foot .ping a {
  color: #fff;
}
.mobile-footer .mobile-foot .ping i {
  padding-right: 10px;
}
.mobile-footer .mobile-foot .ping .enquire {
  padding-left: 10px;
}

.thanx {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 575px) {
  .thanx {
    padding: 40px 0;
  }
}
.thanx img {
  height: 100px;
}
@media (max-width: 575px) {
  .thanx img {
    height: 80px;
  }
}
.thanx h3 {
  font-size: 80px;
  font-weight: 600;
  color: rgba(39, 41, 16, 0.7607843137);
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .thanx h3 {
    font-size: 50px;
  }
}
.thanx span {
  font-size: 18px;
  color: rgba(39, 41, 16, 0.7607843137);
  font-weight: 500;
}
@media (max-width: 575px) {
  .thanx span {
    font-size: 16px;
  }
}
.thanx p {
  font-size: 15px;
  color: #555555;
  line-height: 1.5rem;
  font-weight: 400;
  padding-top: 30px;
}
@media (max-width: 575px) {
  .thanx p {
    padding-top: 20px;
    font-size: 14px;
    text-align: justify;
  }
}

.theme-color {
  background-color: #f9f9f9;
}

.comm-btn button {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: rgba(39, 41, 16, 0.7607843137);
  border: 1px solid rgba(39, 41, 16, 0.7607843137);
  border-radius: 10px;
  padding: 8px 13px;
  background: #fff;
}
@media (max-width: 767px) {
  .comm-btn button {
    font-size: 13px;
    line-height: 19px;
    padding: 7px 10px;
  }
}
.comm-btn button:hover {
  background-color: rgba(39, 41, 16, 0.7607843137);
  color: #fff;
}

.comm-btn a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: rgba(39, 41, 16, 0.7607843137);
  border: 1px solid rgba(39, 41, 16, 0.7607843137);
  border-radius: 10px;
  padding: 8px 13px;
  text-decoration: none;
  background: #fff;
}
@media (max-width: 767px) {
  .comm-btn a {
    font-size: 13px;
    line-height: 19px;
    padding: 7px 10px;
  }
}
.comm-btn a:hover {
  background-color: rgba(39, 41, 16, 0.7607843137);
  color: #fff;
}

/* =========================
   Responsive Adjustments
   ========================= */
.marquee-wrapper-bg {
  background-color: rgba(39, 41, 16, 0.7607843137);
  padding: 20px 0;
}
@media (max-width: 767px) {
  .marquee-wrapper-bg {
    padding: 10px 0;
  }
}
.marquee-wrapper-bg .marquee-wrapper {
  width: 100%;
  overflow: hidden;
}
.marquee-wrapper-bg .marquee-wrapper .marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 45s linear infinite;
}
.marquee-wrapper-bg .marquee-wrapper .marquee-track .marquee-item {
  flex: 0 0 auto;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .marquee-wrapper-bg .marquee-wrapper .marquee-track .marquee-item {
    margin: 0 20px;
  }
}
.marquee-wrapper-bg .marquee-wrapper .marquee-track .marquee-item a {
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 16px;
  line-height: 1.5rem;
  color: #FFFFFF;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 7px 10px;
  display: block;
}
.marquee-wrapper-bg .marquee-wrapper .marquee-track .marquee-item a:hover {
  background-color: #FFFFFF;
  border: 1px solid rgba(39, 41, 16, 0.7607843137);
  border-radius: 5px;
  color: rgba(39, 41, 16, 0.7607843137);
  padding: 7px 10px;
}
.marquee-wrapper-bg .marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
  /* pause instantly on hover */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.mobile-btn-header button {
  background: rgba(39, 41, 16, 0.7607843137);
  padding: 8px 12px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  border: 1px solid rgba(39, 41, 16, 0.7607843137);
  transition: all 0.3s ease;
}
.mobile-btn-header button:hover {
  background-color: #FFFFFF;
  color: rgba(39, 41, 16, 0.7607843137);
}

.mobile-header .accordion-item {
  background-color: transparent !important;
}
.mobile-header .accordion-item .accordion-header {
  background-color: transparent !important;
}
.mobile-header .accordion-item .accordion-header .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0.7rem 1rem !important;
  font-size: 14px;
  text-decoration: none;
  color: #555555;
  font-weight: 600;
}
.mobile-header .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none !important;
}
.mobile-header .accordion-item .accordion-header .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.mobile-header .mobileList ul {
  padding-left: 1rem;
  margin-bottom: 0rem;
}
.mobile-header .mobileList ul strong {
  font-size: 14px;
  color: #555555;
  line-height: normal;
}
@media (max-width: 767px) {
  .mobile-header .mobileList ul strong {
    font-size: 13px;
  }
}
.mobile-header .mobileList ul li {
  list-style: disc;
  color: rgba(39, 41, 16, 0.7607843137);
}
.mobile-header .mobileList ul li a {
  text-decoration: none;
  color: #555555;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px !important;
  transition: 0.5s all ease-out;
}
@media (max-width: 767px) {
  .mobile-header .mobileList ul li a {
    line-height: 20px;
  }
}
.mobile-header .mobileList ul li a:hover {
  color: rgba(39, 41, 16, 0.7607843137);
}

.page-not-found {
  margin: 100px 0 100px;
}
@media (max-width: 767px) {
  .page-not-found {
    margin: 75px 0 70px;
  }
}
.page-not-found figure img {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .page-not-found figure img {
    height: 185px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-not-found h1 {
  text-align: center;
  font-size: 70px;
  color: rgba(39, 41, 16, 0.7607843137);
  line-height: normal;
}
@media (max-width: 767px) {
  .page-not-found h1 {
    font-size: 40px;
  }
}
.page-not-found p {
  font-size: 16px;
  line-height: 1.5rem;
  color: #555555;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .page-not-found p {
    line-height: 1.3rem;
  }
}

.thank-you {
  padding: 100px 0 50px;
}
@media (max-width: 767px) {
  .thank-you {
    padding: 40px 0 30px;
  }
}
.thank-you h1 {
  text-align: center;
  font-size: 45px;
  color: rgba(39, 41, 16, 0.7607843137);
  line-height: normal;
}
@media (max-width: 767px) {
  .thank-you h1 {
    font-size: 24px;
  }
}
.thank-you p {
  font-size: 16px;
  line-height: 1.5rem;
  color: #555555;
  font-weight: 400;
  text-align: center;
}
.thank-you .thanku-anchor {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .thank-you .thanku-anchor {
    margin-bottom: 20px;
  }
}
.thank-you .thanku-anchor li {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .thank-you .thanku-anchor li {
    font-size: 15px;
  }
}
.thank-you .thanku-anchor li a {
  color: #555555;
  text-decoration: none;
}
.thank-you .thanku-anchor li i {
  color: rgba(39, 41, 16, 0.7607843137);
  margin-right: 3px;
}

/* breadcrumb */
.breadcrumb {
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin: 10px 0 0;
  }
}
.breadcrumb .breadcrumb-item a {
  color: #000000;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 16px;
  }
}
.breadcrumb .breadcrumb-item a:hover {
  color: rgba(39, 41, 16, 0.7607843137);
}
.breadcrumb .active {
  font-size: 16px;
  color: rgba(39, 41, 16, 0.7607843137) !important;
  font-weight: 500;
}
@media (max-width: 767px) {
  .breadcrumb .active {
    font-size: 16px;
  }
}

/* breadcrumb */
.common-banner figure img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .common-banner figure img {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .common-banner figure img {
    height: 250px;
  }
}
.common-banner .banner-col {
  display: block;
}

@media (max-width: 767px) {
  .homeBanner .carousel-indicators {
    display: none;
  }
}
.homeBanner .carousel-inner .carousel-item {
  height: 81vh;
}
@media (max-width: 767px) {
  .homeBanner .carousel-inner .carousel-item {
    height: 65vh;
  }
}
.homeBanner .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.homeBanner .carousel-inner .carousel-item strong {
  font-size: 45px;
  font-weight: 500;
  color: #FFF;
  text-shadow: 1px 3px black;
  line-height: normal;
  display: block;
  margin-bottom: 32px;
}

.tour-package-slider .package {
  overflow: hidden;
}
.tour-package-slider .package .package-header {
  overflow: hidden;
}
.tour-package-slider .package .package-header figure {
  margin-bottom: 0;
  overflow: hidden;
}
.tour-package-slider .package .package-header figure img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1) translateZ(0);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.tour-package-slider .package .package-body {
  padding: 10px 10px;
  border-left: 1px solid rgba(14, 15, 9, 0.17);
  border-right: 1px solid rgba(14, 15, 9, 0.17);
}
.tour-package-slider .package .package-body strong a {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: rgba(39, 41, 16, 0.8117647059);
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.tour-package-slider .package .package-body strong a:hover {
  transition: all 0.5s ease-out;
  color: rgba(39, 41, 16, 0.6509803922);
}
.tour-package-slider .package .package-body p {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tour-package-slider .package .package-body p {
    font-size: 15px;
    line-height: 1.3rem;
  }
}
.tour-package-slider .package .package-body .loc {
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tour-package-slider .package .package-body .loc {
    height: 40px;
  }
}
.tour-package-slider .package .package-footer a {
  background: rgba(39, 41, 16, 0.8117647059);
  padding: 10px 10px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
  margin: auto;
  display: block;
  border: 1px solid transparent;
}
.tour-package-slider .package .package-footer a:hover {
  background-color: transparent;
  border: 1px solid rgba(14, 15, 9, 0.168627451);
  color: rgba(11, 8, 0, 0.7803921569);
}
.tour-package-slider .package:hover .package-header img {
  transform: scale(1.1);
}
.tour-package-slider .slick-slide {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .tour-package-slider .slick-slide {
    margin: 0 0px;
  }
}
.tour-package-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: rgba(39, 41, 16, 0.7607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: all 0.5s ease-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tour-package-slider .slick-arrow {
    top: 46%;
  }
}
.tour-package-slider .prev-arrow {
  left: 0;
}
.tour-package-slider .next-arrow {
  right: 0;
}

.hotels-slider .hotel {
  overflow: hidden;
}
.hotels-slider .hotel .hotel-header figure {
  margin-bottom: 0;
  overflow: hidden;
}
.hotels-slider .hotel .hotel-header figure img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1) translateZ(0);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.hotels-slider .hotel .hotel-body {
  padding: 10px 10px;
  border-left: 1px solid rgba(14, 15, 9, 0.17);
  border-right: 1px solid rgba(14, 15, 9, 0.17);
}
.hotels-slider .hotel .hotel-body strong a {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: rgba(39, 41, 16, 0.8117647059);
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.hotels-slider .hotel .hotel-body strong a:hover {
  transition: all 0.5s ease-out;
  color: rgba(39, 41, 16, 0.6509803922);
}
.hotels-slider .hotel .hotel-body p {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hotels-slider .hotel .hotel-body p {
    font-size: 15px;
    line-height: 1.3rem;
  }
}
.hotels-slider .hotel .hotel-body .loc {
  height: 50px;
}
.hotels-slider .hotel .hotel-footer a {
  background: rgba(39, 41, 16, 0.8117647059);
  padding: 10px 10px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
  margin: auto;
  display: block;
  border: 1px solid transparent;
  transition: all 0.5s ease-out;
}
.hotels-slider .hotel .hotel-footer a:hover {
  background-color: transparent;
  border: 1px solid rgba(14, 15, 9, 0.168627451);
  color: rgba(11, 8, 0, 0.7803921569);
}
.hotels-slider .hotel:hover .hotel-header img {
  transform: scale(1.1);
}
.hotels-slider .slick-slide {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .hotels-slider .slick-slide {
    margin: 0 0px;
  }
}
.hotels-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: rgba(39, 41, 16, 0.7607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  cursor: pointer;
}
.hotels-slider .prev-arrow {
  left: 0;
}
.hotels-slider .next-arrow {
  right: 0;
}

.popular-wildlife-slider .wildlife figure img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .popular-wildlife-slider .wildlife figure img {
    height: 240px;
  }
}
.popular-wildlife-slider .wildlife .title a {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: rgba(39, 41, 16, 0.8117647059);
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
  text-align: center;
  transition: all 0.5s ease-out;
}
.popular-wildlife-slider .wildlife .title a:hover {
  color: rgba(39, 41, 16, 0.6509803922);
}
.popular-wildlife-slider .slick-slide {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .popular-wildlife-slider .slick-slide {
    margin: 0 0px;
  }
}
.popular-wildlife-slider .slick-arrow {
  position: absolute;
  top: 37%;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: rgba(39, 41, 16, 0.7607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  cursor: pointer;
}
.popular-wildlife-slider .prev-arrow {
  left: 0;
}
.popular-wildlife-slider .next-arrow {
  right: 0;
}

.popular-attractions-slider .attractions figure img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .popular-attractions-slider .attractions figure img {
    height: 240px;
  }
}
.popular-attractions-slider .attractions .title a {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: rgba(39, 41, 16, 0.8117647059);
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
  text-align: center;
  transition: all 0.5s ease-out;
}
.popular-attractions-slider .attractions .title a:hover {
  color: rgba(39, 41, 16, 0.6509803922);
}
.popular-attractions-slider .slick-slide {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .popular-attractions-slider .slick-slide {
    margin: 0 0px;
  }
}
.popular-attractions-slider .slick-arrow {
  position: absolute;
  top: 37%;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: rgba(39, 41, 16, 0.7607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  cursor: pointer;
}
.popular-attractions-slider .prev-arrow {
  left: 0;
}
.popular-attractions-slider .next-arrow {
  right: 0;
}

.popular-blog-slider .blog figure img {
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .popular-blog-slider .blog figure img {
    height: 240px;
  }
}
.popular-blog-slider .blog .blog-title strong a {
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
  color: rgba(39, 41, 16, 0.8117647059);
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
  transition: all 0.5s ease-out;
}
.popular-blog-slider .blog .blog-title strong a:hover {
  color: rgba(116, 107, 83, 0.7803921569);
}
.popular-blog-slider .slick-slide {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .popular-blog-slider .slick-slide {
    margin: 0 0px;
  }
}
.popular-blog-slider .slick-arrow {
  position: absolute;
  top: 37%;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: rgba(39, 41, 16, 0.7607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: all 0.5s ease-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  cursor: pointer;
}
.popular-blog-slider .prev-arrow {
  left: 0;
}
.popular-blog-slider .next-arrow {
  right: 0;
}

.faq {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .faq {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .faq {
    padding: 30px 0 40px;
  }
}
.faq .accordion-item {
  border-right: none;
  border-left: none;
  border-radius: 0;
}
.faq .accordion-item .accordion-button {
  font-size: 18px;
  color: #555555;
  line-height: 1.5rem;
  font-weight: 500;
  border-radius: 0;
  padding: 20px 0;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
  .faq .accordion-item .accordion-button {
    font-size: 18px;
    padding: 17px 0px 10px;
    line-height: 22px;
  }
}
.faq .accordion-item .accordion-button::after {
  content: "\f107";
  /* Angle Down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none !important;
  /* Remove Bootstrap SVG */
  width: auto;
  height: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgba(39, 41, 16, 0.7607843137);
  transform: none;
}
.faq .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f106";
  color: rgba(39, 41, 16, 0.7607843137);
  /* Angle Up */
  background-image: none !important;
  transform: none;
}
.faq .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-item .accordion-body {
  padding: 0 0px 10px;
}
.faq .accordion-item .accordion-body p {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .faq .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 1.3rem;
  }
}
.faq .accordion-item .accordion-body ul {
  color: rgba(39, 41, 16, 0.7607843137);
}
.faq .accordion-item .accordion-body ul li {
  list-style: disc;
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .faq .accordion-item .accordion-body ul li {
    font-size: 15px;
    line-height: 1.4rem;
  }
}

.paddingBottom {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .paddingBottom {
    margin-bottom: 20px;
  }
}

.mainContent h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  color: rgba(39, 41, 16, 0.8117647059);
}
@media (max-width: 767px) {
  .mainContent h3 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 28px;
  }
}
.mainContent p strong {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgba(39, 41, 16, 0.8117647059);
}
@media (max-width: 767px) {
  .mainContent p strong {
    font-size: 18px;
    line-height: 25px;
  }
}
.mainContent p {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .mainContent p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.mainContent ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.mainContent ul li {
  list-style-type: disc;
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
.mainContent ul li strong {
  display: inline;
  font-size: 17px;
}
@media (max-width: 767px) {
  .mainContent ul li {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}
.mainContent ul li::marker {
  color: #50513D;
}
.mainContent table thead tr th {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #FFF;
  background: rgba(39, 41, 16, 0.7490196078);
  align-content: center;
}
@media (max-width: 767px) {
  .mainContent table thead tr th {
    font-size: 16px;
  }
}
.mainContent table tbody tr td {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .mainContent table tbody tr td {
    font-size: 16px;
    line-height: 1.3;
  }
}

.more-content {
  display: none;
}

.readMoreBtn {
  font-size: 16px;
  color: rgba(39, 41, 16, 0.7607843137);
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .readMoreBtn {
    font-size: 15px;
  }
}

.themeColor {
  background: rgba(231, 232, 227, 0.8117647059);
}

.viewAllBtn a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #FFF;
  border: 1px solid rgba(39, 41, 16, 0.7607843137);
  padding: 8px 13px;
  background: rgba(39, 41, 16, 0.7607843137);
  box-shadow: 0 0 1px rgba(60, 59, 59, 0);
  transition: all 0.5s ease-out;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.7215686275);
}
@media (max-width: 991px) {
  .viewAllBtn a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    margin-top: 20px;
    padding: 7px 10px;
    font-size: 13px;
  }
}
.viewAllBtn a:hover {
  background-color: #FFFFFF;
  color: rgba(39, 41, 16, 0.7607843137);
  text-shadow: none;
}

#detail .product-images {
  margin: 0 auto;
}
#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding: 20px 10px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  #detail .product-images .thumb-nav li {
    margin: 0 5px;
  }
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 90px;
}
#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}
#detail .product-images .thumb-nav .slick-track {
  transition-timing-function: ease-in-out !important;
}
#detail .demo-gallery .main-img-slider .slick-slide img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#detail .demo-gallery .main-img-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: rgba(39, 41, 16, 0.8117647059);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.5s ease-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  cursor: pointer;
}
#detail .demo-gallery .main-img-slider .prev-arrow {
  left: 0;
}
#detail .demo-gallery .main-img-slider .next-arrow {
  right: 0;
}
#detail .right-gallery-img figure img {
  height: 232px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ourTourPackages .package {
  overflow: hidden;
}
.ourTourPackages .package .package-header {
  overflow: hidden;
}
.ourTourPackages .package .package-header figure {
  margin-bottom: 0;
  overflow: hidden;
}
.ourTourPackages .package .package-header figure img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1) translateZ(0);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.ourTourPackages .package .package-body {
  padding: 10px 10px;
  border-left: 1px solid rgba(14, 15, 9, 0.17);
  border-right: 1px solid rgba(14, 15, 9, 0.17);
}
.ourTourPackages .package .package-body strong a {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: rgba(39, 41, 16, 0.8117647059);
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.ourTourPackages .package .package-body strong a:hover {
  transition: all 0.5s ease-out;
  color: rgba(39, 41, 16, 0.6509803922);
}
.ourTourPackages .package .package-body p {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ourTourPackages .package .package-body p {
    font-size: 15px;
    line-height: 1.3rem;
  }
}
.ourTourPackages .package .package-body .loc {
  height: 50px;
}
@media (max-width: 767px) {
  .ourTourPackages .package .package-body .loc {
    height: 40px;
  }
}
.ourTourPackages .package .package-footer a {
  background: rgba(39, 41, 16, 0.8117647059);
  padding: 10px 10px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
  margin: auto;
  display: block;
  border: 1px solid transparent;
}
.ourTourPackages .package .package-footer a:hover {
  background-color: transparent;
  border: 1px solid rgba(14, 15, 9, 0.168627451);
  color: rgba(11, 8, 0, 0.7803921569);
}
.ourTourPackages .package:hover .package-header img {
  transform: scale(1.1);
}

.ourPopularHotels .hotel {
  overflow: hidden;
}
.ourPopularHotels .hotel .hotel-header figure {
  margin-bottom: 0;
  overflow: hidden;
}
.ourPopularHotels .hotel .hotel-header figure img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1) translateZ(0);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.ourPopularHotels .hotel .hotel-body {
  padding: 10px 10px;
  border-left: 1px solid rgba(14, 15, 9, 0.17);
  border-right: 1px solid rgba(14, 15, 9, 0.17);
}
.ourPopularHotels .hotel .hotel-body strong a {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: rgba(39, 41, 16, 0.8117647059);
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.ourPopularHotels .hotel .hotel-body strong a:hover {
  transition: all 0.5s ease-out;
  color: rgba(39, 41, 16, 0.6509803922);
}
.ourPopularHotels .hotel .hotel-body p {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ourPopularHotels .hotel .hotel-body p {
    font-size: 15px;
    line-height: 1.3rem;
  }
}
.ourPopularHotels .hotel .hotel-body .loc {
  height: 50px;
}
.ourPopularHotels .hotel .hotel-footer a {
  background: rgba(39, 41, 16, 0.8117647059);
  padding: 10px 10px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
  margin: auto;
  display: block;
  border: 1px solid transparent;
  transition: all 0.5s ease-out;
}
.ourPopularHotels .hotel .hotel-footer a:hover {
  background-color: transparent;
  border: 1px solid rgba(14, 15, 9, 0.168627451);
  color: rgba(11, 8, 0, 0.7803921569);
}
.ourPopularHotels .hotel:hover .hotel-header img {
  transform: scale(1.1);
}

/* right side links */
.rightSideLinks {
  margin: 40px 0 0 0;
}
.rightSideLinks .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent !important;
  font-weight: 500;
  color: rgba(39, 41, 16, 0.8117647059);
  font-size: 17px;
  line-height: normal;
}
.rightSideLinks .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.rightSideLinks .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding-left: 1rem;
}
.rightSideLinks .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  list-style: disc;
}
.rightSideLinks .accordion .accordion-item .accordion-collapse .accordion-body ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5rem;
}
.rightSideLinks .accordion .accordion-item .accordion-collapse .accordion-body ul li::marker {
  color: #555555;
}

.commonBanner figure {
  margin-bottom: 0;
}
.commonBanner figure img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .commonBanner figure img {
    height: 250px;
  }
}

.contact-us .contactLeft p strong {
  font-size: 20px;
}
.contact-us .contactRight figure {
  margin-bottom: 0;
}
.contact-us .contactRight figure img {
  height: 344px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .contact-us .contactRight figure img {
    height: 250px;
  }
}

.fancybox__container {
  z-index: 9999;
}

.img-gallery-01 {
  height: 420px;
  width: 100%;
}
@media (max-width: 767px) {
  .img-gallery-01 {
    height: 200px;
  }
}

.img-gallery-02 {
  height: 200px;
  width: 100%;
}
@media (max-width: 767px) {
  .img-gallery-02 {
    height: 100px;
  }
}

.img-gallery-03 {
  height: 194px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .img-gallery-03 {
    height: 90px;
  }
}

.itinerary {
  position: relative;
  gap: 0;
  margin: 20px 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media (max-width: 767px) {
  .itinerary {
    margin: 15px 0;
  }
}
.itinerary .itinerary-left {
  padding: 20px;
}
@media (max-width: 767px) {
  .itinerary .itinerary-left {
    padding: 15px;
  }
}
.itinerary .itinerary-left .day-badge {
  margin-bottom: 15px;
  padding: 14px 13px;
  border-radius: 30px;
  background: rgba(39, 41, 16, 0.8117647059);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  margin-right: 20px;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 767px) {
  .itinerary .itinerary-left .day-badge {
    padding: 7px 10px;
    font-size: 13px;
    width: 80px;
    margin-right: 0px;
  }
}
.itinerary p strong {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: rgba(39, 41, 16, 0.8117647059);
}
@media (max-width: 767px) {
  .itinerary p strong {
    font-size: 18px;
    line-height: 22px;
  }
}
.itinerary .itinerary-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .itinerary .itinerary-right {
    padding: 15px;
  }
}
.itinerary .itinerary-right figure {
  margin: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
  transform-origin: center;
}
.itinerary .itinerary-right figure img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.itinerary:nth-child(odd) .itinerary-right figure {
  transform: rotate(-4deg);
}
.itinerary:nth-child(even) .itinerary-right figure {
  transform: rotate(4deg);
}
.itinerary:hover .itinerary-right figure {
  transform: rotate(0deg) scale(1.03);
}

.iti-glry-01 {
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .iti-glry-01 {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .iti-glry-01 {
    height: 105px;
  }
}

.iti-glry-02 {
  height: 290px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .iti-glry-02 {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .iti-glry-02 {
    height: 184px;
  }
}

.iti-glry-03 {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .iti-glry-03 {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .iti-glry-03 {
    height: 144px;
  }
}

.hotel-img-gallery {
  height: 194px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}
.how-to-reach img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .how-to-reach img {
    height: 250px;
  }
}

.safariBookingContent .safari-booking-overview .booking-left {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .safariBookingContent .safari-booking-overview .booking-left {
    padding-right: revert-rule;
  }
}
.safariBookingContent .safari-booking-overview .booking-right figure img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .safariBookingContent .safari-booking-overview .booking-right figure img {
    height: 250px;
  }
}
.safariBookingContent .safariBookingForm {
  background-color: rgba(39, 41, 16, 0.2588235294);
  margin: 25px 0;
  border-radius: 10px;
  padding: 10px 32px;
}
@media (max-width: 767px) {
  .safariBookingContent .safariBookingForm {
    padding: 10px 0px;
  }
}
.safariBookingContent .safariBookingForm .itinerary-form {
  border: none;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .safariBookingContent .safariBookingForm .itinerary-form {
    padding-bottom: 10px;
    padding: 7px 12px;
  }
}
.safariBookingContent .safariBookingForm .itinerary-form b {
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .safariBookingContent .safariBookingForm .itinerary-form b {
    font-size: 20px;
    margin-bottom: 11px;
  }
}
.safariBookingContent .middleImges img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .safariBookingContent .middleImges img {
    height: 230px;
  }
}

.wildlife-of-tadoba img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .wildlife-of-tadoba img {
    height: 230px;
  }
}

.flora-img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .flora-img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .flora-img {
    height: 230px;
  }
}

.fauna-img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .fauna-img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .fauna-img {
    height: 230px;
  }
}

.safari-timing-table-right figure img {
  height: 316px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .safari-timing-table-right figure img {
    height: 230px;
  }
}

.wildlife-conversation-tadoba figure img {
  height: 416px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .wildlife-conversation-tadoba figure img {
    height: 230px;
  }
}/*# sourceMappingURL=style.css.map */