/*-------------- Owl crousel ---------------*/
h1,h2,h3,h4,h5,h6,p{
  margin-bottom: 0!important;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  width: auto;
}
.main_heading {
  font-size: 12px;
  line-height: 20px;
  color: #8E8D8C;
  font-family: 'Poppins', Regular;
  text-align: center;
}
.main_para {
  font-size: 18px;
  line-height: 25px;
  color: #FA7921;
  font-weight: 400;
  font-family: 'Merienda', Medium;;
  text-align: center;
  display: grid;
  gap: 40px;
}
h4.main_sub_heading {
  color: #FA7921;
}
p.main_sub_heading {
  color: #605F5F;
  font-size: 12px;
  text-align: center;
}
h6.main_title_heading {
  color: #FA7921;
  position: relative;
}
h4.main_sub_heading:after {
  content: "";
  background-color: #25BDC1;
  height: 7px;
  width: 50px;
  position: absolute;
}
p.main_para {
  font-family: 'Merienda', Medium;
  font-weight: 600;
  position: relative;
  font-size: 20px;
}
section#videos p.main_para:before{
  height: 4px;
  top: 11px;
  left: 440px;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #25BDC1;
  width: 50px;
}
section#videos p.main_para:after{
  height: 4px;
  top: 11px;
  right: 440px;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #25BDC1;
  width: 50px;
}
p.main_heading {
  color: #8E8D8C;
  font-family: 'Poppins', Regular;
}
button.v-btn {
  bottom: 130px;
  position: absolute;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  color: #FA7F2C;
  left: 45%;
  width: 40px;
  height: 40px;
}    

/* --------- SLIDER--------- */

  #slider { 
    max-width:100%; 
    margin:auto; 
    position:relative;
    padding: 0;
  }
  #slider img {
    width: 100%;
    filter: brightness(50%);
    height: 600px;
  }
  #slider .slider-box h1 {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Merienda', SemiBold;
    text-align: left;
  }
  #slider ol.carousel-indicators .active {
    background-color: var(--color-hi-23) !important;
    border: 2px solid var(--color-hi-23);
  }
  #slider ol.carousel-indicators li {
    padding: 2px;
    border: 2px solid var(--color-white);
    background-color: transparent;
    margin-right: 10px;
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 50%;
 }
  #slider .custom_ani {
    color: #fff;
    display: inline-block;
  }

  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
  #slider .slider-box h4 i {
    color: #ffdc64;
  }
  #slider h4:after {
    left: 0px;
    content: "";
    border-style: solid;
    border-color: #FA7921 transparent;
    position: absolute;
    border-width: 12px 10px 0 0;
    z-index: 999999999;
    bottom: -10px;
  }
  #slider .slider-box h4 {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Merienda', Medium;
    text-align: left;
    background: #FA7921;
    display: inline-block;
    padding: 10px 20px;
    border-bottom-right-radius: 22px;
    border-top-left-radius: 5px;
    position: relative;
  }
  #slider .slider-box p {
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: 'Poppins', Regular;
    text-align: left;
  }
  #slider .slider-box {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    max-width: 35%;
    left: 7%;
    right: 0;
  }
  #slider .carousel-caption {
    top: 0;
    bottom: inherit;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
  }
  #slider .slider-box a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins', Medium;
  }
  #slider .slide_btn {
    padding: 10px 20px;
    display: inline-block;
    text-align: left;
    background-color: #25BDC1;
    border-radius: 5px;
  }
  #slider .rating_box {
    background: #e3e3e3;
    position: absolute;
    bottom:20%;
    left: 40%;
    padding: 20px;
    border-radius: 6px;
  }
  #slider .rating_box h6 i {
    color: #fff3b9;
    font-size: 14px;
    background: #FA7921;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 4px;
  }
  #slider .rating_box h6 {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 10px;
    color: #FA7921;
    font-weight: 500;
    font-family: 'Merienda', Medium;
  }
  #slider .rating_box p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #2e3044;
    font-weight: 600;
    font-family: 'Merienda', Medium;
  }
  #slider .rating_box:before {
    content: "";
    background: #e5e3e2;
    width: 16px;
    height: 16px;
    /* box-shadow: -5px 5px 5px rgb(0 0 0 / 30%); */
    transform: translateX(-50%) rotate( 
  -45deg);
    position: absolute;
    top: 15px;
    right: -6%;
  }
  .carousel-indicators .active {
    opacity: 0;
  }
  #slider ol.carousel-indicators {
    position: absolute!important;
    bottom: 20%;
  }
  #slider ol.carousel-indicators li {
    max-width: 10px;
    padding: 5px;
    color: #333;
    border-radius: 50%;
 }
 /*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots{
  text-align: center;
  padding-top: 30px;
}
.owl-carousel .owl-dots button{
  width: 9px;
  height: 9px;
  background-color: var(--color-black-22) !important;
  margin: 0 5px;
  outline: none;
  border-radius: 50%;
  border:2px solid #adadbd;
}
.owl-carousel .owl-dots .active{
  background-color: var(--color-hi-23) !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
/* ------------Newsletter --------------- */
  
  #newsletter {
    padding: 30px 0;
    position: relative;
  }
  #newsletter span i {
    font-size: 50px;
    color: #f36235;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #newsletter h3 {
    font-size: 20px;
    line-height: 28px;
    color: #FA7921;
    font-weight: 600;
    font-family: 'Merienda', Medium;;
    text-align: center;
    top: 23px;
    right: 445px;
  }
  #newsletter h3:after {
    height: 4px;
    content: "";
    position: absolute;
    background-color: #25BDC1;
    width: 50px;
    top: 54px;
  }
    
  #newsletter p.text {
    font-size: 14px;
    line-height: 25px;
    color: #7F7F7F;
    font-weight: 400;
    font-family: 'Poppins', Medium;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
  }
  #newsletter input[type="email"] {
    font-size: 10px;
    color: #7F7F7F;
    border: none;
    border-bottom: 1px solid #7F7F7F;
    padding: 6px 1px;
    height: auto;
    width: 52%;
  }
  .newsletter {
    margin: 0 auto;
    text-align: center;
  }
  #newsletter input[type="email"]::placeholder {
    font-size: 16px;
    line-height: 25px;
    color: #b7b5cf;
    font-weight: 400;
    font-family: "Inter";
  }
  #newsletter .newsletter_form {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 60px;
  }
  #newsletter .newsletter_form p {
    margin-bottom: 0;
  }
  #newsletter button[type="submit"] {
    font-size: 16px;
    background: #25BDC1;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Merienda', Medium;
    text-align: center;
    border: 1px solid transparent;
    padding: 1px 25px;
  }
  #newsletter div.wpcf7 .ajax-loader {
    display: none;
  }
  .newsletter-content {
    background-color: rgba(255,255,255,.8);
  }

/* ----------- Latest News --------------- */
  
  #latest_news {
    padding: 30px 0;
  }
  #latest_news .card-body {
    padding: 0;
    flex: 2 2 auto;
  }
  #latest_news .card-horizontal {
    display: flex;
  }
  .latest-image img {
    height: 100%;
  }
  #latest_news h3 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #223645;
    font-weight: 800;
    font-family: 'Merienda', Medium;
  }
  #latest_news .main_btn a {
    font-size: 16px;
    line-height: 46px;
    color: #FA7921;
    font-weight: 400;
    font-family: 'Merienda', Medium;;
    text-align: center;
  }
  #latest_news img.avatar {
    border-radius: 50%;
  }
  .latest-news-head {
    border-bottom: 1px solid #eee;
    position: relative;
  }
  #latest_news .name {
    font-size: 16px;
    line-height: 23px;
    color: #223645;
    font-weight: 500;
    font-family: 'Merienda', Medium;
  }
  #latest_news .date {
    font-size: 12px;
    line-height: 20px;
    color: #8899a6;
    font-weight: 400;
    font-family: 'Merienda', Medium;
  }
  #latest_news h5 {
    font-size: 16px;
    line-height: 20px;
    color: #223645;
    font-weight: 800;
    font-family: 'Merienda', Medium;
  } 
  #latest_news p {
    font-size: 15px;
    line-height: 25px;
    color: #949fa7;
    font-weight: 400;
    font-family: 'Merienda', Medium;
  } 
  #latest_news .latest-btn a {
    font-size: 14px;
    line-height: 22px;
    color: #FA7921;
    font-weight: 500;
    font-family: 'Merienda', Medium;
    letter-spacing: 1px;
  }
  #latest_news .meta_border {
    border-top: 2px solid #eee;
  }
  #latest_news .meta-field span {
    font-size: 14px;
    line-height: 23px;
    color: #8899a6;
    font-weight: 400;
    font-family: 'Merienda', Medium;
  }
  #latest_news  .like i {
    border-radius: 50%;
    padding: 10px 0;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
  }
  #latest_news  .bookmark a {
    border-radius: 50%;
    padding: 7px 7px;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ccc;
  }
  .video-image.second-image button.v-btn{
    bottom: 165px;
  }

/* ----------- Videos --------------- */
  
  #videos .video-image {
    position: relative;
  }
  .video-icon img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  #videos a.v-btn {
    left: 152px;
    color: white;
    background-color: #FA7F2C;
    padding: 7px 12px;
    position: relative;
    border-radius: 17px;
    bottom: 140px;
   }
  #videos h6.vidoe-title {
    padding: 0;
    text-align: center;
    color: #363535;
   }
   p.vidoe-text {
    font-weight: 500;
    color: #FA7921;
    text-align: center;
    font-size: 12px;
    position: relative;
    display: table;
    margin: 0 auto;
   }
  p.vidoe-text:before {
    height: 2px;
    top: 8px;
    content: "";
    position: absolute;
    background-color: #25BDC1;
    width: 45px;
    left: -50px;
  }
 .video-icon button.v-btn {
    top: 40%;
    position: absolute;
    background-color: #ffffff;
    border: none;
    padding: 8px 12px;
    border-radius: 19px;
    color: #FA7F2C;
    left: 45%;
  }
  .video-icon {
    position: relative;
    margin-bottom: 15px;
  }
/* ----------- About-us --------------- */
section#about-us h4.main_sub_heading:after{
    height: 4px;
    content: "";
    position: absolute;
    background-color: #25BDC1;
    top: 22px;
    left: 131px;
    width: 69px;
  }
  .about-us-image img {
    width: 100%;
  }
  .right-img {
    text-align: center;
  }
 section#about-us .heading.about-us {
    margin-top: 3.5rem;
    position: relative;
    display: table;
    margin:0 auto;
 }
 .about_us_btn button.btn.btn-primary {
    background-color: #25BDC1;
    border: none;
 }
 .about_us_btn{
   margin-top: 20px;
 }
 section#about-us h6.main_title_heading:after{
    height: 4px;
    content: "";
    position: absolute;
    background-color: #25BDC1;
    width: 50px;
    left: 0px;
    top: 33px;
    width: 50px;
 }
 .about-us-content a {
    bottom: 256px;
    position: absolute;
    background-color: #ffffff;
    padding: 8px 12px;
    border-radius: 17px;
    color: #FA7F2C;
    left: 45%;
 }
 .about-us-content {
    position: relative;
 }
 .about-us-image:before {
    height: 30px;
    content: "";
    position: absolute;
    background-color: #FA7921;
    width: 400px;
    right: 176px;
    top: -30px;
}
.about-us-image:after {
    height: 30px;
    content: "";
    position: absolute;
    background-color: #FA7921;
    width: 400px;
    transform: rotate(90deg);
    top: 185px;
    right: 361px;
}
.about-class {
    position: relative;
}
section#about-us p.main_sub_heading{
  text-align: left;
}
.about-us-content button.about-video-icon {
    bottom: 250px;
    position: absolute;
    background-color: #ffffff;
    border: none;
    padding: 7px 12px;
    border-radius: 19px;
    color: #FA7F2C;
    left: 45%;
}
 /*---------------Top Hotels------------------*/
 .top-hotels-icon img {
    width: 100%;
  }
  .top-hotels-icon{
    position: relative;
  }
  .top-hotels-icon a.v-btn {
    bottom: 146px;
    position: absolute;
    background-color: #ffffff;
    padding: 8px 12px;
    border-radius: 17px;
    color: #FA7F2C;
    left: 45%;
  }
  section#top-hotels p.text i {
    background-color: #25BDC1;
    padding: 7px 12px;
    color: white;
    bottom: 14px;
    position: relative;
    right: 22px;
  }
  h6.top-hotels-title {
    padding: 0;
  }
  section.top_hotels {
    background-color: #BFBCBC;
  }
  section.top_hotels i.far.fa-star{
    color: #FA7921;
  }
  p.top-hotels-text{
    margin-bottom: 0;
    font-size: 13px;
  }
  .hotels-box {
    background-color: white;
    padding: 5px 13px;
  }
  .hotels-box:hover {
    background: none;
  }
  section#top-hotels p.main_para:after {
    height: 4px;
    top: 11px;
    right: 558px;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #25BDC1;
    width: 50px;
}
 /*---------------Testimonial------------------*/
.heading {
    display: table;
    margin: 0 auto;
    position: relative;
}
 section#testimonial h3.main_heading {
    color: #FA7921;
    font-family: 'Merienda',Medium;
    font-size: 18px;
    font-weight: 600;
    position: relative;
 }
 section#testimonial h3.main_heading:after {
    height: 4px;
    top: 18px;
    left: 212px;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #25BDC1;
    width: 50px;
}
 .testimonial-content {
    text-align: center;
 }
 h6.text-testimonial {
    color: #FA7921;
 }
 section#testimonial .owl-carousel .owl-item img{
  width: 35% !important;
 }
 .testimonial {
  padding: 10px;
  background-color: #F5F5F5;
 }
 .testimonial-content p.text {
    margin: 0 auto;
    max-width: 300px;
    width: auto;
    color: #8E8D8C;
    font-size: 14px;
}
.testimonial:hover {
    border-bottom: 4px solid #25BDC1;
}

/*---------------Amazing Gallery------------------*/
.nav-link {
    font-size: 13px;
    background-color: #25BDC1;
}
.amazing_gallery-head {
    display: table;
    margin: 0 auto;
}
section.amazing_gallery p.main_para:after {
    height: 4px;
    top: 11px;
    left: 481px;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #25BDC1;
    width: 50px;
}
section.amazing_gallery a.nav-link {
    background-color: #25BDC1 !important;
    margin: 3px !important;
    padding: 6px 9px !important;
    color: white !important;
}
.amazing-icon img {
    width: 100%;
    height: 150px;
}
h6.category-head {
    color: #FA7921;
    position: relative;
    margin-top: 10px;
}
h6.category-head:after {
    height: 4px;
    content: "";
    position: absolute;
    background-color: #25BDC1;
    width: 50px;
    top: 18px;
    left: 102px;
}
h6.post-tile a {
    color: #FA7921;
    font-size: 14px;
}
h6.post-tile{
  padding: 0;
  margin-bottom: 0;
}
.content p {
  font-size: 10px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 3px;
}
span.date {
    color: #9C9B9B;
    font-size: 11px;
}
.latest-post-gallery{
  background-color: #F5F5F5;
}
section.amazing_gallery {
    padding-top: 10px;
}
.latest_post_content {
    position: relative;
}
.latest_post_content a.v-btn {
    position: absolute;
    color: white;
    bottom: 28px;
    left: 76px;
}
.latest-sidebar-image img {
    width: 74%;
}
.latest-sidebar-image {
    text-align: right;
}
.latest-post-gallery h6.category-head{
  padding-left: 10px;
}
.latest-post-gallery h6.category-head:after {
    left: 112px;
}
/*---------------Meet our skilled guides------------------*/
.skilled-guides-icon img {
    width: 100%;
    height: 191px;
}
.latest-img img {
    position: relative;
    width: 100%;
}
.skilled_guides-head p.main_para:after{
  right: 483px !important;
}
/*---------------Latest News------------------*/
.video-image img {
    width: 100%;
}
.latest-news-image img {
    width: 100%;
}
section#latest_news_video h6.post-tile a{
  color: #707070;
}
section#latest_news_video .video-content a i {
    bottom: 123px;
    position: absolute;
    background-color: #ffffff;
    padding: 10px 12px;
    border-radius: 17px;
    color: #FA7F2C;
    left: 45%;
}
.video-content{
  position: relative;
}
.recent-content p {
    max-width: 250px;
    font-size: 12px;
    color: #8E8D8C;
}
.recent-content h6.post-tile a {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
}
.latest-news-icon img {
    height: 75px;
    width: 100%;
    margin-bottom: 20px;
}
.latest-news-post-image img {
    width: 100%;
    margin-bottom: 10px;
}
.video-image .video-content a i{
  bottom: 178px !important;
}
.wonderfull-clicks p.main_para:before{
  height: 4px;
  top: 11px;
  right: 40px;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #25BDC1;
  width: 50px;
}
.latest-news-head:before{
  height: 4px;
  top: 11px;
  right: 247px;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #25BDC1;
  width: 50px;
}