* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  max-height: 100%;
}

@font-face {
  font-family: Quicksand-Bold;
  src: url(../Fonts/static/Quicksand-Bold.ttf);
}

@font-face {
  font-family: WorkSans-Regular;
  src: url(../Fonts/static/WorkSans-Regular.ttf);
}

@font-face {
  font-family: WorkSans-Medium;
  src: url(../Fonts/static/WorkSans-Medium.ttf);
}

@font-face {
  font-family: WorkSans-Regular;
  src: url(../Fonts/static/WorkSans-Regular.ttf);
}

.tour-left img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  max-height: 350px;
}

.price {
  display: none;
}

.topnav ul li span:hover {
  color: #f39223;
}

.category-title h6 {
  /* margin-bottom: 9px; */
  font-family: Quicksand-Bold;
  text-align: center;
  margin-bottom: 15px;
}

.category-title p {
  font-size: 15px;
  font-family: WorkSans-Medium;
  color: grey;
  /* margin-bottom: 40px; */
  text-align: center;
}

.featurelist {
  margin-top: 40px;
}

/* div{ */
/* border:solid 2px black; */
/* } */
/* === index page === */
.header-part-1 {
  background-color: #f39223;
  padding: 5px 0px;
  position: absolute;
  width: 100%;
  height: 60px;
}

.ftr-social.ftr-copy-inner img {
  height: auto;
  width: 60px;
  aspect-ratio: 1;
  object-fit: contain;
}

.ftr-social.ftr-copy-inner {
  display: flex;
  justify-content: center;
  /* margin-top: 62px; */
  flex-wrap: wrap;
}

.Inclusions h4 {
  margin-bottom: 25px;
  text-align: center;
}

.ftr-social.ftr-copy-inner .accomodation,
.bus,
.ticket,
.tour-guide {
  margin-right: 30px;
  text-align: center;
}

.ftr-social.ftr-copy-inner .accomodation p,
.bus p,
.ticket p,
.tour-guide p {
  font-size: 18px;
  font-family: WorkSans-Medium;
  color: grey;
  margin-bottom: 0px !important;
}

.Inclusions .field--name-field-exclusions {
  font-size: 18px;
  font-family: WorkSans-Medium;
  color: grey;
  margin-bottom: 0px !important;
  text-align: center;
  padding-top: 30px;
}

.price h4 {
  display: flex;
  padding-left: 2rem;
  font-weight: 800;
}

.header-part-1 .info {
  list-style-type: none;
  padding-left: 0rem !important;
}

.header-part-1 .info li a {
  display: flex;
  color: #fff;
  text-decoration: none;
  font-family: WorkSans-Medium !important;
}

.navbar-toggler {
  background-color: #f39223;
}

.part-1 {
  padding: 8px 0px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  clear: both;
  font-weight: 400;
  color: black;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: #b3aeae00;
  border: 0;
  margin-left: 0px;
  font-weight: 600;
}

.dropdown-item a {
  margin-left: 0px;
}

.dropdown-item:hover {
  color: #f39223;
  background-color: #b3aeae00;
}

.info {
  display: flex;
}

.row {
  margin: 0px 0px;
}

.row > * {
  padding: 0 15px;
}

.info li {
  margin-right: 2%;
}

.info li .phone svg {
  width: 11%;
  margin-top: 0.5%;
  height: 20px;
  fill: white;
  margin-right: -8px;
}

.info li .email svg {
  width: 20px;
  height: 20px;
  margin-right: 2%;
  margin-top: 2%;
  fill: #fff;
}

.header-part-1 .contact-sec-header-icon {
  text-align: right;
  justify-content: end;
}

.header-part-1 .contact-sec-header-icon li {
  list-style-type: none;
  margin-left: 9px;
  padding-left: 0px;
  text-align: center;
}

.header-part-1 .contact-sec-header-icon li a svg {
  width: 15px;
  height: 20px;
  fill: #fff;
}

.navbar-one {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  margin: auto;
}

/* #navbarNav ul .nav-item a#onclick{ */
/* background-color:#0000ff2b; */
/* } */
.nav-res {
  margin-left: auto;
}

.navbar-sec a img {
  width: 100%;
}

a.navbar-logo {
  width: 15%;
}

.about-navbar ul li {
  list-style: none;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  font-weight: 500;
  transition: all 1s;
  padding: 0.5px 15px;
}

.line.active {
  color: black;
  font-size: 16px;
}

.container.navbar-sec {
  padding: 0px 20px;
}

.about-navbar .line:hover,
.about-navbar .line.active {
  color: #f39223;
}

.line.active svg {
  width: 13px;
  height: 20px;
}

.nav-link {
  color: f39223;
}

/* .about-navbar .line:hover::before { */
/* position: absolute; */
/* width: 44%; */
/* content: ''; */
/* left: 50%; */
/* bottom: 7px; */
/* border-bottom: 4px dotted #f39223; */
/* transform: translateX(-50%); */
/* transition:all 1s; */
/* } */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.form-inline svg {
  width: 40px;
  height: 40px;
  background-color: #ff8d00;
  fill: #fff;
  position: absolute;
  bottom: -40px;
  right: 10px;
  padding: 1%;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #dbd7d7;
  outline: 0;
  box-shadow: none;
}

.slick-next .pull-right .slick-arrow {
  background: transparent;
}

.navbar-toggler-icon {
  background: orange;
}

#search-1 {
  width: 20px;
  height: 20px;
  fill: red;
}

#search {
  width: 15px;
  height: 20px;
  margin-left: 1%;
  cursor: pointer;
}

#form {
  display: none;
}

input.form-control.mr-sm-2 {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 22%;
  padding: 2% 1%;
}

input.btn-outline-success.my-2.my-sm-0 {
  position: absolute;
  bottom: -65%;
  right: 14%;
  background-color: #f39223;
  color: #fff;
  padding: 0.2%;
}

.search-bar input:focus {
  border: none;
  outline: none;
}

.orange-border.container {
  /* border-bottom: solid 4px orange; */
  border-radius: 0px 0px 30px 30px;
  padding: 0px;
}

.nav-link {
  color: black;
  padding: 6px 0px;
}

.banner-sec-content {
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* padding: 73px 0px; */
  background-position: center bottom;
  position: relative;
}

.banner-sec-content-slider {
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 73px 0px;
  background-position: center bottom;
}

.dot-hover span {
  display: inline-block;
}

.dot-hover {
  height: 1px;
}

.nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -3px;
  height: 22px;
  width: 100%;
  background: url("../more.svg") no-repeat center;
  background-size: auto;
  opacity: 0;
  transition: all 1s;
}

.nav-link {
  position: relative;
}

.about-navbar .nav-link:hover:before,
.about-navbar .nav-link.active:before {
  opacity: 1;
}

.about-navbar .line:hover .dot-hover .dot {
  height: 5px;
  width: 5px;
  background-color: #f39223;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 15px;

  transition: all 1s;
}

.opacity {
  /* padding: 205px 0px 125px; */
  width: 100%;
  /* margin-top: -1%; */
  position: absolute;
  top: 0;
  z-index: 99;
  margin-top: 60px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-sec-content h3 {
  font-size: 56px;
  font-family: Quicksand-Bold;
  position: relative;
  z-index: 0;
  width: 63%;
  margin: auto;
}

.banner-sec-content-slider h3 {
  font-size: 56px;
  font-family: Quicksand-Bold;
  position: relative;
  z-index: 0;
  width: 63%;
  margin: auto;
}

.travelling .dropdown-menu li {
  margin-left: 0px;
  text-align: center;
  padding: 3px 10px;
  margin-left: 0px;
  font-family: WorkSans-Regular;
}

.travelling .dropdown-menu li a:hover {
  color: #f39223;
}

.search {
  position: relative;
}

.search-bar input {
  border: none;
}

.search:hover .search-bar {
  visibility: visible;
}

.search-bar {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
  position: absolute;
  top: 36px;
  right: 5%;
  visibility: hidden;
}

.search .search-bar svg {
  background-color: #f39223;
  width: 30px;
  height: 30px;
  padding: 8px;
  fill: #fff;
}

.banner-sec-content .banner-para {
  font-size: 17px;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 54%;
  margin: auto;
  font-family: WorkSans-Regular;
  padding: 31px 0px;
}

.banner-sec-content-slider .banner-para {
  font-size: 17px;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 54%;
  margin: auto;
  font-family: WorkSans-Regular;
  padding: 31px 0px;
}

.banner-part-two {
  width: 73%;
  margin: auto;
  background-color: RGBA(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 53px 27px;
  height: auto;
}

.banner-section-last {
  margin-right: 0%;
}

.banner-section-last input:focus {
  border: none;
  outline: none;
}

.banner-section-last input {
  background-color: #fff;
  color: black;
  border: none;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
}

.banner-section-last .input-box-find {
  background-color: #f39223;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
}

/* .banner-sec-content .banner-section-last .input-box{ */
/* background-color:#fff; */
/* color:black; */
/* border:solid 2px black; */
/* padding:1px; */
/* margin:auto; */
/* display:flex; */
/* justify-content:space-around; */
/* border-radius:8px; */
/* border:none; */
/* } */
/* .banner-sec-content .banner-section-last .input-box-find{ */
/* background-color:#f39223; */
/* color:#fff; */
/* border:solid 2px black; */
/* padding:1px; */
/* margin:auto; */
/* display:flex; */
/* justify-content:center; */
/* border-radius:8px; */
/* border:none; */
/* } */
.banner-sec-content .banner-section-last svg {
  width: 12px;
  height: 41px;
  position: absolute;
  right: 10px;
  margin-top: 0.1%;
  fill: #fff;
}

.find-now {
  position: relative;
}

.banner-section-last .input-box-find {
  text-align: left;
}

.banner-section-last svg {
  width: 20px;
}

.section-featured-title {
  margin-top: 3%;
  margin-bottom: 3%;
}

.section-featured-title h6 {
  color: #f39223;
  font-family: WorkSans-Medium;
  font-size: 18px;
}

.section-featured-title h5 {
  font-size: 30px;
  margin-bottom: 9px;
  font-family: Quicksand-Bold;
}

.section-featured-title p {
  width: 100%;
  margin: auto;
  font-size: 15px;
  font-family: WorkSans-Regular;
}

.banner-section-last placeholder {
  color: black;
}

.banner-section-last svg {
  position: absolute;
}

.input-box p,
.input-box-find p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.b-content-1 {
  width: 300px;
  height: 300px;
  margin: auto;
}

.b-content-1 img {
  border-radius: 50%;
  height: auto;
}

.feature-part .b-content-1 .team-trans {
  height: 100%;
  width: 100%;
  border-radius: 65%;
  background: rgb(240 98 4 / 50%);
  text-align: center;
  opacity: 0;
  transition: all 1s linear;
}

.feature-part:hover .b-content-1 .team-trans {
  opacity: 1;
}

.feature-view {
  width: 142px !important;
  padding: 1%;
  text-align: center;
  margin: 5% auto 1%;
  font-size: 15px;
  border-radius: 8px;
  background-color: #f39223;
  transition: all 1s;
  position: relative;
}

.feature-view-1 {
  width: 7%;
  padding: 0.5% 1%;
  text-align: center;
  margin: 5% auto 5%;
  font-size: 15px;
  border-radius: 8px;
  background-color: #f39223;
  transition: all 1s;
  position: relative;
}

/* .feature-view:hover{ */
/* width:12%; */
/* } */
.feature-view a,
.feature-view-1 a {
  text-decoration: none;
  color: #fff;
}

.right-side-icon svg {
  visibility: hidden;
  left: 82%;
}

.feature-view:hover .right-side-icon svg {
  visibility: visible;
}

.section-featured-title-destination {
  /* margin-top: 2%; */
  /* margin-top: 140px; */
  margin-bottom: 62px;
  font-size: 18px;
  font-family: WorkSans-Medium;
}

.featured-tours {
  margin-bottom: 140px;
}

section {
  margin-top: 80px;
}

.section-featured-title-destination h6 {
  /* color: #f39223; */
  color: black;
  font-family: WorkSans-Medium;
  font-size: 20px;
  /* margin-top: 35px; */
}

.section-featured-title-destination h5 {
  font-size: 45px;
  margin-bottom: 9px;
  font-family: Quicksand-Bold;
  color: #f39223;
}

.accordion {
  width: 100%;
  overflow: hidden;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 350px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  /* font-family: Montserrat, sans-serif; */
  font-family: WorkSans-Medium !important;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}

.accordion ul:hover li {
  width: 10%;
}

.accordion ul li:hover {
  width: 30%;
}

.accordion ul li:hover a {
  background: rgba(0, 0, 0, 0.4);
}

.accordion ul li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 1s;
}

.section-featured-title-travel {
  margin-bottom: 50px;
}

.section-featured-title-travel h6 {
  color: #f39223;
  font-family: WorkSans-Medium;
  font-size: 18px;
}

.section-featured-title-travel h5 {
  font-size: 30px;
  margin-bottom: 9px;
  font-family: Quicksand-Bold;
  color: #f39223;
}

.footer {
  width: 100%;
  background-color: #444;
  margin-top: 140px;
  position: relative;
}

.footerone {
  color: white;
}

.footerone img {
  width: 67%;
}

.aboutsvg-facebook {
  width: 20px;
  height: 20px;
  border: solid 2px #d14e63;
  fill: #d14e63;
  padding: 6px;
  margin: 2px;
}

.aboutsvg-facebook:hover {
  background-color: #3b5998;
  fill: white;
  border: solid 2px #3b5998;
}

.aboutsvg-twitter {
  width: 20px;
  height: 20px;
  border: solid 2px #d14e63;
  fill: #d14e63;
  padding: 6px;
  margin: 2px;
}

.aboutsvg-twitter:hover {
  background-color: #1da1f2;
  fill: white;
  border: solid 2px #1da1f2;
}

.aboutsvg-linked {
  width: 20px;
  height: 20px;
  border: solid 2px #d14e63;
  fill: #d14e63;
  padding: 6px;
  margin: 2px;
}

.aboutsvg-linked:hover {
  background-color: #0a66c2;
  fill: white;
  border: solid 2px #0a66c2;
}

.aboutsvg-gmail {
  width: 20px;
  height: 20px;
  border: solid 2px #d14e63;
  fill: #d14e63;
  padding: 6px;
  margin: 2px;
}

.aboutsvg-gmail:hover {
  background-color: #d14e63;
  fill: white;
  border: solid 2px #d14e63;
}

.link {
  color: white;
  padding-top: 2%;
}

.link ul {
}

.link ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 1s;
}

.link ul li a:hover {
  color: #f39223;
  padding-left: 15px;
}

.link ul li {
  list-style-type: none;
  padding-top: 10px;
  color: white;
  padding-left: 0px;
  transition: all 1s;
}

.link ul li a:hover::before {
  opacity: 1;
}

.link li {
  text-decoration: none;
  font-size: 18px;
  font-family: WorkSans-Medium;
}

.link h2 {
  font-size: 26px;
  font-family: Quicksand-Bold;
}

.link ul {
  padding-left: 0% !important;
}

.gallery {
  color: white;
  text-align: left;
  padding-top: 2%;
  font-size: 26px;
  font-family: Quicksand-Bold;
}

.galleryone {
  margin-top: 6%;
  width: 22%;
  height: auto;
  margin-right: 10px;
}

.footer-svg {
  width: 100%;
  margin-top: 20px;
}

.footer-svg a {
  text-decoration: none;
}

.facebook-svg {
  border-radius: 20px;
  background-color: #fff;
  margin-right: 12px;
  padding: 5px;
  transition: all 1s;
}

.orange-border-footer {
  background-color: #f39223;
  border-radius: 30px 30px 0px 0px;
  padding: 21px 20px;
  position: relative;
  bottom: 35px;
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

.footercol {
  position: relative;
  padding-top: 0%;
  padding-bottom: 6%;
}

.calling-svg {
  min-width: 60px;
  height: 60px;
  background-color: #fff;
  margin-right: 12px;
  padding: 5px;
  background-color: #fff;
  border-radius: 0px 10px 0px 10px;
}

.calling svg {
  width: 29px;
  margin: 18% 22%;
  height: 30px;
  fill: orange;
}

.content-upper-footer h6 {
  font-size: 21px;
  font-family: Quicksand-Bold;
  color: #fff;
}

.content-upper-footer p {
  margin-bottom: 0;
}

.content-upper-footer p {
  font-size: 16px;
  font-family: WorkSans-Medium;
  color: #fff;
}

.footer-2 {
  width: 100%;
  background-color: #444;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  font-size: 13px;
  border-top: solid 2px grey;
}

.team-img {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  max-width: 300px;
}

.travel-part:hover .team-img:before {
  opacity: 1;
}

.team-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #ef7f0c73;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-img svg {
  width: 50px;
  height: 40px;
  fill: #fff;
}

.team-img {
  margin: 0px auto;
  width: 250px;
  height: 250px;
}

.travel-part {
  padding: 0px 15px;
  text-align: center;
}

.travel-part:hover .team-img a {
  opacity: 1;
}

.slick-next {
  right: -5%;
}

.slick-prev {
  left: -5%;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev,
.slick-next {
  z-index: 25;
  background: transparent !important;
}

.slick-prev svg,
.slick-next svg {
  width: 90px;
  height: 40px;
}

.slick-prev:hover svg,
.slick-next:hover svg {
  fill: #f39223;
}

.slick-prev:before {
  content: none;
}

.slick-prev:before {
  opacity: 0;
}

.slick-next:before {
  opacity: 0;
}

.slick-next,
.slick-prev {
  top: 35%;
}

.navbar-toggler .collapsed {
  background-color: #010101;
}

.footer-svg svg {
  width: 30px;
  height: 30px;
  fill: #f39223;
  transition: all 1s;
}

.facebook-svg:hover {
  background-color: #f39223;
  fill: #fff;
}

.feature-view-slider a {
  text-decoration: none;
  color: #fff;
}

.right-side-icon svg {
  width: 10%;
  height: 30%;
  position: absolute;
  right: 0;
  top: 35%;
  fill: #fff;
  transition: all;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 0;
}

.feature-view-slider:hover .right-side-icon svg {
  visibility: visible;
}

.feature-view-1:hover .right-side-icon svg {
  visibility: visible;
}

.teamone-content {
  text-align: center;
}

.travel-part > a svg {
  height: 20px;
  width: 20px;
  fill: #f39223;
  transition: all 1s;
}

.travel-part > a {
  border: 2px solid orange;
  padding: 5px 30px;
  text-decoration: none;
  color: #f39223;
  display: inline-block;
  transition: all 1s;
  margin-top: 50px;
  border-radius: 8px;
  font-size: 20px;
}

.travel-part:hover > a svg {
  fill: #fff;
}

.travel-part:hover > a {
  color: #fff;
  background-color: #f39223;
}

.b-content {
  text-align: center;
}

.b-content h6 {
  margin-top: 7%;
  font-family: Quicksand-Bold;
  transition: all 1s;
}

.b-content p {
  font-family: WorkSans-Regular;
  font-size: 14px;
  transition: all 1s;
}

.b-content a {
  text-decoration: none;
  border: solid 1px #f39223;
  font-size: 12px;
  font-family: WorkSans-Regular;
  padding: 5px;
  color: black;
  border-radius: 8px;
  transition: all 1s;
}

.feature-part:hover .b-content a {
  color: #fff;
  background-color: #f39223;
}

.feature-part:hover .b-content h6 {
  color: #f39223;
}

.b-content a {
  border: 2px solid orange;
  padding: 5px 15px;
  text-decoration: none;
  color: orange;
  display: inline-block;
}

/* === index page end=== */

/* === about page === */
.banner-p .about-home,
.banner-p .about-banner-sec {
  text-decoration: none;
  color: #fff;
}

.india-tour-content {
  display: flex;
  /* justify-content:space-around; */
  margin-bottom: 7%;
}

.india-tour-content .tour-right .tour-image img {
  width: 90%;
  height: 100%;
  border-radius: 0px 0px 0px 80px;
}

.india-tour-content .tour-right {
  width: 100%;
}

.india-tour-content .tour-left h5 {
  font-size: 30px;
  font-family: Quicksand-Bold;
}

.india-tour-content .tour-left p {
  font-size: 18px;
  font-family: WorkSans-Medium;
  color: grey;
  margin-bottom: 0px !important;
  text-align: justify;
}

.accordion-body {
  padding: 0px !important;
}

.orange-theme-mission {
  width: 100%;
  background-color: #f39223;
  /* margin-bottom: 7%; */
  margin-bottom: 140px;
}

.mission-content {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 6% 0%;
  color: #fff;
}

.vision-part h5,
.mission-part h5 {
  font-size: 30px;
  font-family: Quicksand-Bold;
}

.vision-part p,
.mission-part p {
  font-size: 15px;
  font-family: WorkSans-Medium;
  text-align: justify;
}

.choose-us-one {
  margin-bottom: 3%;
}

.choose-us-one h6 {
  font-size: 20px;
  font-family: Quicksand-Bold;
}

.choose-us-one p {
  font-size: 15px;
  font-family: WorkSans-Medium;
  color: grey;
  width: 100%;
  text-align: justify;
}

.contact-section {
  display: flex;
  margin-top: 7%;
}

.have-any {
  margin-left: auto;
}

.location-box {
  display: flex;
  width: 50%;
  justify-content: space-between;
}

.get-in-touch {
  width: 90%;
}

.get-in-touch h6 {
  font-size: 20px;
  font-family: Quicksand-Bold;
  color: #f39223;
}

.get-in-touch h5 {
  font-size: 40px;
  font-family: Quicksand-Bold;
  margin: 3% 0%;
}

.location-box a {
  text-decoration: none;
  color: #f39223;
  font-family: Quicksand-Bold;
  padding: 1% 10%;
  font-size: 15px;
  border: solid 1px #fff;
  box-shadow: 0px 0px 13px 0px #c3c0c0;
  border-radius: 5px 5px;
  transition: all 1s;
}

.location-box a:hover {
  color: #fff;
  border: solid 1px #f39223;
  background-color: #f39223;
}

.get-in-touch p {
  font-size: 16px;
  font-family: WorkSans-Medium;
  margin: 3% 0%;
}

.get-in-touch h4 {
  font-size: 30px;
  font-family: Quicksand-Bold;
  margin: 3% 0%;
}

.calling-svg-contact {
  /* width: 50px;
  height: 40px; */
  align-self: flex-start;
  margin-right: 12px;
  padding: 5px;
  background-color: #f39223;
  margin-bottom: 3%;
}

.calling-svg-contact svg {
  width: 40px;
  margin: 0%;
  height: 40px;
  fill: #fff;
}

.get-in-touch form .name,
.get-in-touch form .email,
.get-in-touch form .pn {
  width: 50%;
  margin-bottom: 5%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid grey;
}

.get-in-touch form .ques {
  width: 50%;
  margin-bottom: 5%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid grey;
  padding: 0% 0% 4%;
}

.get-in-touch input .pn:focus {
  border: #fff;
}

.get-in-touch input.submit {
  color: #fff;
  background-color: #f39223;
  padding: 1% 2%;
  border-radius: 8px;
}

.call {
  width: 100%;
  margin-bottom: 3%;
}

.map {
  width: 100%;
  height: 100%;
  margin: 7% 0%;
}

.barrier-free p {
  text-align: justify;
  font-size: 18px;
  font-family: WorkSans-Medium !important;
  color: grey;
}

.barrier-free p:first-of-type {
  text-align: center;
}

.barrier-free h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.barrier-free .section-featured-title-destination {
  max-width: 923px;
  margin-left: auto;
  margin-right: auto;
}

.barrier-free p {
  margin-bottom: 25px;
}

.barrier-free h5 {
  margin-bottom: 30px;
}

.accessibility {
  margin-top: 45px;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.accessibility h4 {
  font-size: 22px;
  font-family: Quicksand-Bold;
  font-weight: 500;
  color: var(--bs-body-color);
  line-height: 28px;
  transition: all 0.5s;
  margin-bottom: 0;
}

span.accessibility {
  color: #f39223;
}

.accessibility h4:hover {
  color: #f39223;
}

.travel-theme {
  margin-top: 70px;
}

.filter-box {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  max-width: 1229px;
}

.sort-by {
  padding: 10px 15px 10px 80px;
  font-size: 16px;
  color: black;
  line-height: 20px;
  font-weight: 700;
  font-family: WorkSans-Medium;
  position: relative;
  z-index: 9999;
  border-radius: 7px;
  border: solid 1px grey;
  width: fit-content;
  margin-right: 20px;
}

.sort-by::before {
  content: "Sort by: ";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: grey;
  line-height: 20px;
  font-weight: 400;
  font-family: WorkSans-Medium;
}

.sort-by select {
  border: none;
  outline: none;
}

.display {
  padding: 10px 15px 10px 80px;
  font-size: 16px;
  color: black;
  line-height: 20px;
  font-weight: 700;
  font-family: WorkSans-Medium;
  position: relative;
  z-index: 9999;
  border-radius: 7px;
  border: solid 1px grey;
  width: fit-content;
  margin-right: 20px;
}

.display::before {
  content: "Sort by: ";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: grey;
  line-height: 20px;
  font-weight: 400;
  font-family: WorkSans-Medium;
}

.display select {
  border: none;
  outline: none;
}

.product-img {
  width: fit-content;
  position: relative;
  z-index: 9;
  transition: all 0.5s;
  background: black;
  border-radius: 100%;
}

.product-img img {
  border-radius: 100%;
  width: 300px;
  height: 300px;
}

.product-img::before {
  content: "";
  height: 100%;
  width: 100%;
  right: -10px;
  top: -10px;
  position: absolute;
  border-radius: 100%;
  background: #f39223;
  z-index: -1;
}

.product-box {
  position: relative;
  z-index: 99999;
  width: fit-content;
  border-radius: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.product7,
.product8,
.product9 {
  margin-bottom: 0;
}

.product-box:hover .product-img::after {
  opacity: 0.5;
}

.product-img::after {
  content: "";
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  transition: all 0.5s;
}

.product-box a {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  font-family: Quicksand-Bold;
  color: white;
  transition: all 0.5s ease-in-out;
  clip-path: inset(0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  transition-delay: 0s;
  width: fit-content;
  text-decoration: none;
}

.product-box:hover a {
  clip-path: inset(0% 0%);
}

.travel-newsletter {
  background: url("../images/banner.jpg");
  background-size: cover;
  padding: 50px 0;
}

.travel-newsletter h4 {
  font-size: 20px;
  font-family: Quicksand-Bold;
  font-weight: 500;
  line-height: 28px;
  color: white;
  margin-bottom: 10px;
}

.travel-newsletter h3 {
  font-size: 42px;
  font-family: Quicksand-Bold;
  font-weight: 600;
  line-height: 50px;
  color: white;
  margin-bottom: 35px;
}

.newsletter-field input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 7px;
  padding: 12px 15px;
  font-size: 16px;
  font-family: WorkSans-Medium;
  font-weight: 400;
  color: black;
  line-height: 21px;
  background: white;
}

.newsletter-field input::placeholder {
  font-size: 16px;
  font-family: WorkSans-Medium;
  font-weight: 400;
  color: grey;
  line-height: 21px;
}

.newsletter-submit input {
  padding: 13.5px 20px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #f39223 !important;
  border: none;
  outline: none;
  color: white;
  line-height: 1;
  font-weight: 500;
  font-family: Quicksand-Bold;
  border-radius: 7px;
}

.newsletter-submit {
  text-align: center;
}

.travel-newsletter {
  text-align: center;
}

.travel-newsletter .row {
  margin: 0 -15px;
}

.feature-section:nth-child(3) {
  padding-top: 80px;
}

.tour-right ul li::before {
  content: "\2022";
  color: #f39223;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.tour-right ul li {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: WorkSans-Medium;
}

.tour-right ul {
  list-style-type: none;
}

.tourist {
  display: flex;
  align-items: center;
}

.accordion-item {
  border: none;
}

.accordion-button-list[aria-expanded="true"] span {
  background: #f39223;
  color: #fff;
  font-size: 15px;
  padding: 4px 14px;
  border-radius: 5px;
}

.accordion-button-list span {
  font-size: 15px;
  padding: 5px;
}

.accordion-button-list {
  margin-bottom: 10px;
}

.accordion-button-list span {
  font-size: 15px;
  padding: 0px 5px;
  font-weight: 700;
  border-left: solid 3px #f39223;
  cursor: pointer;
}

.breadcrumb {
  justify-content: center;
}

.breadcrumb ol li a {
  color: #fff;
}

.page-title {
  display: none;
}

.feature-part {
  margin-bottom: 60px;
}

.section-featured-title-travel {
  /* margin-top: 50px; */
}

.link ul.menu a.is-active {
  color: #f39223 !important;
}

.subMenu {
  display: none;
}

.has-submenu:hover .megaMenu div .subMenu {
  display: block;
}

.destination p {
  margin-bottom: 5px !important;
  font-size: 16px !important;
  text-align: justify;
}

.destination p span {
  font-size: 18px !important;
  font-family: WorkSans-Medium !important;
}

.category-title h2 {
  font-size: 45px;
  margin-bottom: 9px;
  font-family: Quicksand-Bold;
  text-align: center;
  margin-bottom: 40px;
  color: #f39223;
}

.featurelist .col-sm-6 {
  margin-bottom: 20px;
}

.has-submenu:hover .megaMenu div .subMenu {
  display: block;
  position: absolute;
  background: #fff;
  width: 200px;
  padding: 0px;
  border-top: solid 1px #cfcfcf;
}

.megaMenu {
}

.b-content-1 {
}

/* new css */

/* banner */
section.banner-sec-content-slider {
  background: none;
  padding: 0;
  margin-top: 0px !important;
}

.bnr-slider1 {
  background: url("../Image/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bnr-slider-item {
  padding: 276px 0 242px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.bnr-slider .slick-dots button {
  border-radius: 100%;
  transition: all 0.5s;
}

.bnr-slider .slick-dots button::before {
  display: none;
}

.bnr-slider .slick-dots button,
.bnr-slider .slick-dots li {
  height: 12px;
  width: 12px;
}

.slick-slider.bnr-slider {
  margin-bottom: 0;
}

.bnr-slider .slick-dots {
  bottom: 35px;
}

.bnr-slider .slick-dots li.slick-active button {
  background-color: #fd7e14;
}

.bnr-slider .slick-slide,
.inner-bnr-slider .slick-slide.innter-bnr-slider-item {
  cursor: grab;
  min-height: 650px;
  margin-top: 157px;
}

/* header */

header {
  position: relative;
  z-index: 999;
}

/* new css */

.header-part-1 {
  z-index: 100;
}

@media all and (min-width: 992px) {
  .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}

.navbar-nav .nav-item a {
  color: var(--bs-body-color);
  text-decoration: none;
}

.has-submenu:hover .megaMenu div .subMenu {
  left: 0;
  top: 100%;
}

.navbar-toggler-icon i {
  display: none;
}

.navbar-toggler-icon {
  position: relative;
}

.navbar-toggler-icon::before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/navbar.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar.about-navbar ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.subMenu,
.navbar .has-submenu:hover .megaMenu div .subMenu {
  padding: 5px 0;
}

.navbar.about-navbar ul li a:hover {
  color: #f39223;
}

.accordion ul li div a h2 {
  white-space: break-spaces;
}

@media all and (max-width: 1199px) {
  #footer-third-inner .galleryone {
    max-width: 50px;
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  footer .link,
  footer .gallery {
    margin-top: 8px;
  }

  .navbar-nav {
    background: #fff;
  }

  .has-submenu:hover .megaMenu div .subMenu {
    position: static;
  }

  .opacity {
    padding: 90px 0px 0px;
  }

  .product-box {
    z-index: 9;
  }
}

@media all and (max-width: 767px) {
  .inner-bnr-slider .slick-slide.innter-bnr-slider-item {
    padding: 0 !important;
  }
  footer .link,
  footer .gallery {
    margin-top: 0;
  }

  .category-title h2 {
    font-size: 35px;
  }

  .banner-sec-content .opacity {
    padding: 70px 0px 0px;
  }

  .banner-sec-content {
    padding-bottom: 30px;
  }

  .product-box .product-img {
    max-width: 100%;
  }

  .product-img img {
    max-width: 100%;
    max-height: 230px;
  }
}

.view-content .feature-part {
  margin-bottom: 30px;
}

@media all and (max-width: 575px) {
  .b-content-1 {
    max-width: 100%;
  }

  .banner-sec-content .opacity {
    padding: 30px 0px 30px;
  }

  .banner-sec-content {
    padding-bottom: 0px;
  }
}

.category-title h2 {
  margin-top: 50px;
}

.destination {
  margin-top: 50px;
}

.accordion ul li {
  background: url(/website/sites/default/files/2022-11/Adventure%20Route.JPG);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

/* new css */

.banner-sec-content {
  margin-bottom: 50px;
  margin-top: 0px;
}

.tour-left iframe {
  width: 100% !important;
}

.inner-bnr-slider .innter-bnr-slider-item {
  min-height: 600px;
  padding: 276px 0 242px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  margin-top: 124px;
}

.inner-banner-wrapper {
  z-index: 98;
  position: relative;
}

/* new css */

.header-part-1 {
  height: 50px !important;
}
.inner-row.nopadding {
  margin-bottom: 5px !important;
}
.header-part-1 > .container {
  margin-bottom: 20px;
}
.inner-bnr-slider .innter-bnr-slider-item {
  margin-top: 140px !important;
}
a.navbar-logo {
  width: 300px !important;
  padding-bottom: 8px;
  padding-top: 8px;
}
a.navbar-logo img {
  max-width: 74% !important;
}
.page-node-type-destinations .banner-sec-content h3 {
  display: none !important;
}
.bnr-slider .slick-slide,
.inner-bnr-slider .slick-slide.innter-bnr-slider-item {
  margin-top: 130px !important;
}
.page-node-type-destinations .destination h2 {
  color: #f39223;
  font-weight: 700;
}

/* .page-node-type-destinations p span b, .page-node-type-destinations p span strong, .destination p strong span span{
	color: #f39223;
} */

p.des b span span {
  color: #f39223 !important;
}

@media all and (max-width: 991px) {
  .bnr-slider .slick-slide,
  .inner-bnr-slider .slick-slide.innter-bnr-slider-item {
    min-height: 400px !important	;
    max-height: 400px !important;
  }

  /* .product-img img { */
  /* border-radius: 100%; */
  /* width: 100%; */
  /* height: auto; */
  /* } */

  .orange-theme-mission {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .bnr-slider .slick-slide,
  .inner-bnr-slider .slick-slide.innter-bnr-slider-item {
    min-height: 300px !important	;
    max-height: 300px !important;
  }
  .accordion ul li {
    display: inline-block;
    width: 33% !important;
  }

  .featured-tours {
    margin-bottom: 100px;
  }

  section {
    margin-top: 100px;
  }

  .orange-theme-mission {
    margin-bottom: 100px;
  }
  /* .product-img img { */
  /* border-radius: 100%; */
  /* width: 100%; */
  /* height: auto; */
  /* } */
}

@media all and (max-width: 575px) {
  .inner-bnr-slider .innter-bnr-slider-item {
    margin-top: 65px !important;
  }
  .bnr-slider .slick-slide,
  .inner-bnr-slider .slick-slide.innter-bnr-slider-item {
    margin-top: 65px !important;
  }
  .bnr-slider .slick-slide,
  .inner-bnr-slider .slick-slide.innter-bnr-slider-item {
    min-height: 229px !important	;
    max-height: 229px !important;
  }
  a.navbar-logo {
    width: 200px !important;
  }

  .accordion ul li {
    display: inline-block;
    width: 49% !important;
  }

  /* .product-img img { */
  /* border-radius: 100%; */
  /* width: 100%; */
  /* height: auto; */
  /* } */
}
.opacity {
  display: none;
}

.teamthird .slick-arrow::before {
  display: block !important;
  opacity: 1 !important;
  color: #f39223 !important;
  font-family: monospace;
  font-size: 60px;
  height: 1px !important;
  width: 57px !important;
  padding: 0 0 60px !important;
  box-shadow: 0px 0px 7px #ccc;
  border-radius: 100%;
  background-color: #fff;
}
.teamthird .slick-arrow.slick-prev::before {
  display: block !important;
  content: "←" !important;
}
.teamthird .slick-prev {
  left: 0;
}
.teamthird .slick-next {
  right: 0;
}
.teamthird .slick-arrow.slick-next::before {
  margin-left: auto;
}

.footerone {
  padding-left: 15px;
  padding-right: 15px;
  /* padding-top: 22px; */
}

.gallery h2 {
  font-size: 26px !important;
}

.footer-svg-inner h2 {
  font-size: 26px;
  font-family: Quicksand-Bold;
  /* margin-bottom: 35px; */
}

.teamthird .slick-dots {
  bottom: -40px;
}
.teamthird .slick-dots button {
  display: none;
}

.teamthird .slick-dots li {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 100%;
  transition: all 0.5s;
}
.teamthird .slick-dots li.slick-active {
  background-color: #f39223;
}
.orange-border .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.bnr-slider .slick-slide {
  margin-top: 140px !important;
}

@media all and (max-width: 575px) {
  .bnr-slider .slick-slide {
    margin-top: 65px !important;
  }

  .featured-tours {
    margin-bottom: 85px;
  }

  section {
    margin-top: 50px;
  }

  .orange-theme-mission {
    margin-bottom: 85px;
  }
}

.container.destination a {
  color: black;
}

.container.destination a:hover {
  color: #fd7e14;
}

div#navbarNav {
  font-family: WorkSans-Medium !important;
}

.highlight {
  color: #fd7e14;
  padding-left: 2rem;
}

.india-tour-content {
  font-size: 18px;
  font-family: WorkSans-Medium;
  color: grey;
  text-align: justify;
}

.india-tour-content td,
.india-tour-content th {
  border-width: 1px;
  padding: 10px;
}

.header-part-1 .container,
.footer .container {
  max-width: 1000px;
}
.india-tour-content ul,
.india-tour-content table {
  margin-bottom: 1rem;
}
.content-upper-footer {
  padding-top: 10px;
}
.Inclusions h4 {
  color: #f39223;
}

.content-upper-footer a {
  color: #fff;
  text-decoration: none;
}
.contact-section a {
  color: #212529;
  text-decoration: none;
}
