.slide-carousel-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#slider .owl-carousel button.owl-prev {
    left: 40px;
}
#slider .owl-carousel button.owl-next {
    right: 40px;
}
#slider .owl-carousel .owl-nav i, #slider .owl-nav i {
  font-size: 20px;
  padding: 12px 18px;
  color: white;
  background-color: var(--color-primary);
  transition: .3s ease;
  opacity: 1;
  border-radius: 50%;
}
#slider .owl-prev, #slider .owl-next {
  top: 50%;
}
#slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.slide-tagline {
  letter-spacing: 4px;
  color: white;
  font-weight: 400;
  font-size: 14px;
   font-family: var(--ternary-font); 
  text-transform: uppercase;
}
div#slider img {
  width: 100%;
}
.inner_carousel.container {
  position: relative;
  padding: 30em 0 6em 0;
}
#slider .slidesmalltext {
  color: #141B22;
  font-weight: 500;
  color: #8D7F77;
}
.Slider-left-box {
  max-width: 42%;
  z-index: 99;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#slider h1, #slider h2 {
  font-size: 60px;
  font-weight: 700;
  color: white;
  font-weight: 400;
  padding-top: 0;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: center;
}
#slider {
  overflow: hidden;
}
.slide-image-inner {
  position: relative;
}

/*------------------ Advance Search ----------------*/
#advance-search-box-id {
  background-color: white;
  padding: 40px 40px;
  z-index: 99;
  width: 100%;
  margin-top: -2em;
  position: relative;
  border-radius: 17px;
  border: 1px solid #F0955E;
}
#advance-search-box-id button.btn {
  background-color: var(--color-primary);
  padding: 10px 30px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin-top: 28px;
  border-radius: 0;
}
.search-box-content label {
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 400;
  color: #2C2C2C;
  font-family: var(--secondary-font);
}
.search-box-content select {
  border: none;
}
.search-box-content select, .search-box-content input[type="date"], .search-box-content input {
  font-size: 12px;
  color: #8E8E8E;
  padding-left: 21px;
  border: 1px solid #D7D7D7;
  border-radius: 0;
  margin-top: 4px;
  padding: 12px 15px;
  background-color: white;
}
.search-box-content label i {
  margin-right: 8px;
}
/* --------- About Us --------- */
.about-head h3 {
  font-size: 50px;
  font-weight: 400;
  width: min-intrinsic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
  line-height: 1.5;
  padding: 0;
}
.about-arrow {
  margin-top: -7em;
}
.about-image1 {
  position: relative;
  text-align: center;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
/* --------- Explore places --------- */
.tp-destinations-col {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}
#explore-places .nav-tabs .nav-item .nav-link, #explore-staying .nav-tabs .nav-item .nav-link {
  border: none;
  background-color: transparent;
  color: #2C2C2C;
  padding: 0;
  position: relative;
  display: inline-block;
}
#explore-places .nav-tabs .nav-link.active, #explore-staying .nav-tabs .nav-link:hover, #explore-staying .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #2C2C2C;
}
#explore-places .nav-tabs .nav-link.active:after, #explore-staying .nav-tabs .nav-link.active:after{
  transform: scale(1.0);
}
#explore-places .nav-tabs .nav-link:after, #explore-staying .nav-tabs .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 57%;
  border-bottom: 1px solid;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s,-webkit-transform 0.3s;
  color: var(--color-primary);
  transition-duration: 1s;
}
#explore-places .nav-tabs .nav-link:hover:after, #explore-staying .nav-tabs .nav-link:hover:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
#explore-places .nav-tabs, #explore-staying .nav-tabs {
  margin: 0;
  text-align: center;
  justify-content: space-around;
  border-bottom: navajowhite;
}
.tp-destinations-image img {
  border-radius: 17px;
}
.tp-destinations-details h5 a {
  color: #2C2C2C;
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 500;
}
.tp-destinations-title-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-destination-review span {
  font-size: 12px;
}
.tp-destinations-details h5 {
  padding: 0;
}
.tp-destinations-details {
  padding: 6px 0;
}
.tp-destinations-price {
  color: #6D6D6D;
  font-size: 12px;
}
.rooms-city span {
  font-size: 12px;
  color: #2C2C2C;
}
.rooms-city span i {
  color: #0895F2;
  margin-right: 4px;
  font-size: 12px;
}
.tp-destination-review i {
  color: #F0955E;
  font-size: 12px;
}
/* --------- Upcoming Packages --------- */
#upcoming-packages .tp-destinations-details h5 a {
  font-family: var(--secondary-font);
  font-size: 20px;
}
#upcoming-packages .tp-destinations-details h5 {
  margin-bottom: 20px;
}
#upcoming-packages .tp-destinations-details {
  text-align: center;
  max-width: 91%;
}
#upcoming-packages .tp-destinations-details a {
  font-family: var(--secondary-font);
  font-size: 20px;
  color: #2C2C2C;
  display: inline-block;
  margin-top: 23px;
  position: relative;
}
/* --------- Explore Staying --------- */
#explore-staying .nav-tabs .nav-link img {
  /* -webkit-filter: grayscale(100%); */
  /* filter: grayscale(91%); */
  display: block;
  text-align: center;
  margin: 0 auto;
}
#explore-staying .owl-carousel .owl-nav i, #explore-staying .owl-nav i {
  font-size: 12px;
  border: 1px solid #CBCBCB;
  padding: 4px 7px;
  border-radius: 50%;
  color: black;
}
#explore-staying .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}
/* ----------- Testimonials ------------- */
div#sync1 {
  max-width: 70%;
  margin: 0 auto;
}
#testimonials button.owl-prev, #testimonials button.owl-next {
  position: unset;
  transform: unset;
  margin: 0 5px;
}
.testimonial_outer {
  padding: 0 30px;
  border-radius: 10px;
  text-align: center;
}
.testimonial_text, .testimonial_text p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.testimonials-info p {
  margin-bottom: 0;
  color: #2C2C2C;
}
#testimonials .section_main_head .section-text {
  margin-bottom: 0 !important;
}
.testimonial-title {
  padding-bottom: 0;
  position: relative;
  display: block;
  margin-top: 12px;
}
.testimonial-title a {
  font-size: 16px;
  position: relative;
  color: #2C2C2C;
  font-family: var(--secondary-font);
  position: relative;
}
.t-desig {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #999;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  margin: 0 auto !important;
}
.owl-carousel .owl-item .testimonials-thumb-image img {
    border-radius: 50%;
    width: 90px !important;
    height: 90px !important;
    border-radius: 50%;
    /* margin: 0 auto !important; */
}
#testimonials .owl-carousel .owl-nav span, #testimonials .owl-nav span {
  text-transform: uppercase;
  color: black;
  font-size: 12px;
}
.testimonials-info:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  left: -1.2em;
  top: 0;
}
.testimonials-info:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 900;
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  right: -1.2em;
  top: 0;
}
.testimonials-info {
  position: relative;
}
.testimonial-title a:before, #upcoming-packages .tp-destinations-details a:before {
  content: "";
  background-color: var(--color-primary);
  width: 20px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -4px;
  right: 8px;
}
.testimonial-title a:after, #upcoming-packages .tp-destinations-details a:after {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 8px;
  background-color: var(--color-primary);
}
#sync2 {
  max-width: 39%;
  margin: 0 auto;
  margin-top: 2em;
}
.navigation-thumbs.owl-carousel .owl-item.active.current img {
  /* width: 120px !important; */
  /* height: 120px !important; */
  transform: scale(1.5);
}
#sync2 .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
#testimonials {
  background-position: bottom;
}
/*---------------Newsletter ---------------*/
.newsletter_shortcode {
  width: 100%;
  margin: 0 auto;
  margin-top: 6px;
  max-width: 54%;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: white;
  border: none;
  color: #2C2C2C;
  padding: 14px 24px 14px 33px;
  font-family: var(--primary-font);
  border-radius: 10px;
  border: 1px solid #F0955E;
  font-size: 14px;
}
.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: #2C2C2C;
}
.newsletter_shortcode input[type="submit"] {
  padding: 20px 47px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: var(--color-primary);
  box-shadow: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
#newsletter_section {
  position: relative;
}
/* ----------- Latest News ------------- */
#latest-news a.new-circular-button {
  filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.15));
  background-color: white;
  color: #B7B7B7;
  font-weight: 500;
}
#latest-news .news-box:hover a.new-circular-button  {
  color: white;
  background-color: var(--color-primary);
}
.news-box .box-content a.comment-tag {
  color: white;
  border: 2px solid var(--color-primary);
  border-left: none;
  border-right: none;
  padding: 4px 4px;
  margin-bottom: 10px;
  display: inline-block;
}
.news-box h5 a {
  color: white;
  font-size: 17px;
  color: #1C1C1C;
  font-weight: 700;
}
.news-text {
  margin: 10px 0;
  font-size: 13px;
  color: #8E8E8E;
  /* font-family: var(--secondary-font); */
  font-weight: 400;
}
.news-box .metabox {
  color: #757575;
  font-size: 12px;
  text-transform: capitalize;
  padding-top: 5px;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
.news-box .metabox span {
  color: #8E8E8E;
  font-weight: 400;
  /* font-family: var(--secondary-font); */
  font-size: 13px;
}
.new-box-shadow {
  height: 90%;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: white;
  border-radius: 25px;
}

.news-inner {
  padding: 4em 1em 2em 2em;
}
.post-image-block {
  padding-left: 10px;
  position: relative;
}
a.new-circular-button {
  background-color: var(--color-primary);
  color: white;
  /* word-break: keep-all; */
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 13px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
  font-size: 12px;
  position: absolute;
  right: -37px;
  top: 52%;
  transform: translateY(-50%);
}
/* --------- Services --------- */
.services-image img {
  border-radius: 50%;
}
.servies-details .section-text, .servies-details .section-text p {
  max-width: 100%;
  margin: 0;
  font-weight: 400;
  color: #2C2C2C;
  text-align: center;
  line-height: 142.5%;
  font-size: 13px;
}
.image-boxes {
  display: inline-block;
  border-radius: 17px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
  position: absolute;
  top: -2em;
  right: -10em;
}
.services-content.media i {
  color: var(--color-primary);
  font-size: 27px;
  border-radius: 9px;
  border: 1px solid #DCDCDC;
  padding: 16px 14px;
  margin-right: 9px;
}
.services h5 {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 22px;
  color: #2C2C2C;
  padding-top: 0;
  font-family: var(--primary-font);
}
.image-boxes img {
  margin-left: -16px;
}
.image-boxes img:first-child {
  margin-left: 0;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: transparent !important;
  /* border: 2px solid black; */
  margin: 0 9px;
  outline: none;
  /* border: none; */
  border-radius: 3px;
  padding: 3px !important;
  height: 2px!important;
  width: 2px !important;
  display: inline-block;
  border: 2px solid black;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
  padding: 3px !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  position: absolute;
  top: 41%;
  left: 0px;
  transform: translateY(-54%);
}
button.owl-next {
  position: absolute;
  top: 41%;
  right: 0px;
  transform: translateY(-54%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 26px;
  /* padding: 16px 20px; */
  color: #8A8A8A;
  border: none;
  /* background-color: white; */
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  /* border-radius: 50%; */
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.05));
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: black;
  background-color: transparent;
  transition: .3s ease;
  opacity: 1;
}
.owl-carousel button.owl-prev {
    left: -20px;
}
.owl-carousel button.owl-next {
    right: -20px;
}
.custom-nav {
  text-align: left;
  position: relative;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
}
.section-by-price-low-to-high {
  display: none;
}
.section-by-price-high-to-low {
  display: none;
}
.filter-block {
  display: flex;
  justify-content: end;
}
.filter-block button#dropdownMenu1 {
  background-color: transparent;
  border-color: #CBCBCB;
  border-radius: 12px;
  color: #8A8A8A;
  font-size: 14px;
}
.filter-block button#dropdownMenu1 i {
  color: black;
  margin-right: 3px;
}
.filter-block .dropdown-toggle::after{
  display: none;
}
.filter-block  .dropdown-item, .filter-block .dropdown-item:focus, .filter-block .dropdown-item:hover {
  color: black;
  font-size: 14px;
  background-color: white;
}
.filter-block .btn-group {
  margin-top: 9px;
}
#explore-places .nav-tabs {
    margin-bottom: 30px;
}