 :root {
  --main-goble-color: #ffcc05; --white-color: #ffffff; --bloack-color: #000000;
  --main-font-family: "Jost"; 
}
/* -------------- Section Slider ------------ */
#slider{ 
  max-width:100%; 
  padding:0; 
  position:relative;
}
#slider .inner_carousel {
  position: absolute;
  top: 24%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
#slider img {
  width: 100%;
}
.slide-img img {
  margin-left: -14%;
  position: relative;
  bottom: -110px;
}
.slider-box {
  position: relative;
  top: 130px;
  max-width: 66%;
  margin: 0 auto;
  text-align: center;
}
#slider .slider-box h2,.last_slide_head{
  font: 700 72px var(--main-font-family);
  line-height: 78px;
  color: var(--white-color);
  padding: 25px 0 45px;
}
#slider .slider-box .last_slide_head{
  color: var(--main-goble-color);
}
#slider .slider-box .small_head{
  font: 500 24px var(--main-font-family);
  line-height: 28px;
  letter-spacing: 2px;
  color: var(--white-color);
}
#slider .slider-box p {
  max-width: 80%;
  font: 400 17px var(--main-font-family);
  line-height: 36px;
  color: var(--white-color);
  margin: 0 auto;
}
#slider a.slider-button-1 {
  font: 500 14px var(--main-font-family);
  padding: 14px 36px;
  letter-spacing: 1px;
  background-color: var(--main-goble-color);
  color: #000000;
}
#slider a.slider-button-1:hover{
  background-color: #000000 !important;
  color: var(--main-goble-color) !important;
  transition: 1.5s;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
  position: unset !important;
}
#slider .carousel-prev-button {
  position: absolute;
  left: auto;
  right: 82px;
  top: 39%;
}
#slider .carousel-next-button{
  position: absolute;
  right: 80px;
  top: 48%;
}
.carousel-control-next-icon,.carousel-control-prev-icon{
  width: auto;
  height: auto;
  background-image: none !important;
}
ol.carousel-indicators li {
  padding: 3px;
  border:2px solid #f857ab;
  background-color:transparent;
  margin-right: 7px;
  width: auto;
  height: auto;
  text-indent: 0;
  border-radius: 50%;
}
#slider ol.carousel-indicators{
  position: absolute;
  bottom: 50%;
  left: 84px;   
  right: auto;
  margin: auto;
  z-index: 5;
  top: 50%;
  transform: rotate(90deg);
}
#slider ol.carousel-indicators .active{
  background-color: var(--main-goble-color);
  border:2px solid  var(--main-goble-color);
}
#slider .slide_nav i{
  font-size: 25px;
  color: #ffffff;
  padding: 11px 13px;
  border: 1px solid #ffffff;
}
#slider ol.carousel-indicators li {
  padding: 4px;
  border: 2px solid #ffffff;
  background-color: transparent;
  margin-right: 7px;
  width: auto;
  height: auto;
  text-indent: 0;
  border-radius: 0%;
  opacity: 1;
}
/*----------- Common Header Design --------------*/
.header_box{
  text-align: center;
  padding: 30px 0 40px;
}
.header_box p{
  font: 500 14px var(--main-font-family);
  color: #82898f;
  margin: 8px 0;
}
.header_box h3{
  font: 600 36px var(--main-font-family);
  color: #1c1c1c;
  letter-spacing: 0;
}
.travel_btn{
  font: 500 14px var(--main-font-family);
  padding: 18px 26px;
  letter-spacing: 1px;
  color: #000000;
  background-color: var(--main-goble-color);
  border: none;
}
h5 a{
  font: 500 18px var(--main-font-family);
  color: #1c1c1c;
  text-align: center;
}
/*----- About Us -------*/ 
#about_us{
  padding-bottom: 80px;
} 
#about_us h4{
  font: 400 32px var(--main-font-family);
  line-height: 60px;
  color: #1c1c1c;
}
#about_us .para_text{
  font: 400 18px var(--main-font-family);
  line-height: 30px;
  color: #7c7c7c;
}   
#about_us .about_feature_title{
  font: 500 18px var(--main-font-family);
  color: #1c1c1c;
}
#about_us .feature_img{
  background-color: #f8cb08;
  padding: 15px;
  border-radius: 33px;
  margin: 10px 0;
  display: inline-block;
}
.aboutus-more a{
  margin-right: 25px;
}    
#about_us .video-rcodes img {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.video-content i {
  color: #000000;
  font-size: 15px;
  padding: 18px 20px;
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.feature_box{
  padding: 40px 0;
}
.video_icon_shadow1,.video_icon_shadow2{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video_icon_shadow1{
  width: 70px;
  height: 70px;
  background: #fff5f591;
  border-radius: 50%;
  z-index: 10;
}
.video_icon_shadow2{
  width: 95px;
  height: 95px;
  background: #fff5f540;
  border-radius: 50%;
  z-index: 9;
}
/*------------ Search Tour --------------*/
#search-tour{
  padding: 80px 0 90px;
}
#search-tour .main_head{
  font: 600 32px var(--main-font-family);
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  padding: 0 0 40px;
}
#search-tour .search-form input[type="text"],#search-tour select{
  border: 2px solid #ffffff;
  border-radius: 0;
  padding: 15px 10px 15px 20px;
}
#search-tour  .form-control:focus{
  background-color: transparent;
  box-shadow: unset;
}
#search-tour .search-form input[type="text"]::placeholder,#search-tour select{
  color: #ffffff;
  font: 400 16px var(--main-font-family);
}
#search-tour select option{
  color: #000000;
}
#search-tour .travel_btn {
  padding: 19px 50px;
}
/*------------ Destination ----------------*/
#destination .product_name,#destination .short_text p{
  font: 400 32px var(--main-font-family);
  color: #1c1c1c;
  margin: 0;
  line-height: 56px;
}
#destination .product-text p{
  font: 400 16px var(--main-font-family);
  line-height: 30px;
  color: #6c6c6c;
  max-width: 76%;
  float: right;
}
#destination .owl-carousel .owl-item img{
  width: 100% !important;
  position: relative;
  border-top-right-radius: 90px
}
#destination .slugtext{
  font: 400 16px var(--main-font-family);
  line-height: 30px;
  color: #6c6c6c;
  padding: 9px 0;
  position: relative;
}
#destination .slugtext:after{
  content: "";
  width: 3px;
  height: 30px;
  background-color: var(--main-goble-color);
  position: absolute;
  right: -28px;
  top: 10px;
}
#destination .product-price span{
  font: 500 32px var(--main-font-family);
  color: #1c1c1c;
}
#destination .star-rating{
  float: right;
  font-size: 22px;
  margin: 5px 0px 40px;
}
#destination .owl-nav{
  position: absolute;
  left: 0%;
  bottom: 0;
  background-color: #edf2f5;
  padding: 33px 20px 20px 20px;
  height: 65px;
}
#destination .owl-nav i {
  border: 1px solid #8e8b8b;
  padding: 10px;
  font-size: 15px;
  margin: 5px;
  color: #000000;
}
#destination button.owl-prev,#destination button.owl-next{
  position: unset;
}
.img_overtext{
  font: 600 18px var(--main-font-family);
  letter-spacing: 4px;
  color: #1c1c1c;
  background-color: #febe00;
  padding: 34px 6px 16px 6px;
  position: absolute;
  left: 76px;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  top: 0;
  text-align: center;
  clip-path: polygon(50% 13%, 100% 0%, 100% 100%, 0 100%, 0 0);
  z-index: 9;
}
/*------------ Explore ----------------*/
#explore .our-explore-box,#explore{
  position: relative;
}
#explore .explore-info{
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
#explore .explore-info h5 a{
  font: 500 25px var(--main-font-family);
  letter-spacing: 0;
  color: #ffffff;
}
#explore .explore-info p{
  font: 500 16px var(--main-font-family);
  letter-spacing: 0px;
  color: #ffffff;
  margin: -6px 0 6px;
}
#explore .explore-info i{
  color: var(--main-goble-color);
  padding: 0 3px;
}
#explore .explore-info h5 a:hover{
  color: var(--main-goble-color) !important;
}
#explore .our-explore-box:after{
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
  opacity: 0.8;
}
.current_index{
  font: 600 31px var(--main-font-family);
  letter-spacing: 1px;
  color: #1c1c1c;
}
.total_index{
  font: 500 17px var(--main-font-family);
  letter-spacing: 0px;
  color: #1c1c1c;
  padding-left: 10px;
}
#explore_counter{
  border-bottom: 1px solid #000000;
  display: inline-block;
  position: relative;
  right: 26%;
  top: -41px;
  z-index: 9;
}
#explore .pre-block-explore{
  background: var(--main-goble-color);
  position: absolute;
  padding: 200px;
  right: 0;
  width: 39%;
  z-index: 1;
  top: -20px;
  border-top-left-radius: 58px;
}
#explore .owl-nav,#our_products .owl-nav{
  position: absolute;
  right: 82px;
  top: -62px;
}
#explore .owl-carousel .owl-nav i,#our_products .owl-carousel .owl-nav i{
  font-size: 21px;
  color: #1c1c1c;
  padding: 8px 14px;
  border: 1px solid #1c1c1c;
}
#explore .owl-carousel button.owl-prev,#our_products .owl-carousel button.owl-prev {
  left: -25px;
}
#explore .owl-carousel button.owl-prev i:hover, #explore .owl-carousel button.owl-next i:hover,#our_products .owl-carousel button.owl-prev i:hover, #our_products .owl-carousel button.owl-next i:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: var(--main-goble-color) !important;
}
/*------------ Insurance ----------------*/
#insurance h3{
  font: 500 40px var(--main-font-family);
  line-height: 54px;
  color: #1c1c1c;
  max-width: 80%;
}
#insurance p{
  font: 400 18px var(--main-font-family);
  line-height: 26px;
  color: #7c7c7c;
}
.featured-content{
  background-color: #edf2f5;
  padding: 40px 22px 25px;
  margin: 16px 0px;
  border-radius: 9px;
}
.fbx:nth-child(odd){
  position: relative;
  bottom: 45px;
}
.featured-content:hover{
  background-color: var(--main-goble-color);
  transition: 1.5s;
}
.featured-content:hover p{
  color: #1c1c1c !important;
  transition: 1.5s;
}
/*------------ Tour Type ----------------*/
#tour_type .header_box h3{
  color: #ffffff;
}
#tour_type .tour_type_box{
  background-color: #ffffff;
  padding: 45px 0 30px;
  border-radius: 3px;
}
#tour_type .tour_type_box:hover{
  background-color: var(--main-goble-color);
  transition: 1.5s;
}
#tour_type .tour_type_box:hover a{
  color: #000000;
}
#tour_type-loop{
  display: none;
}
#tour_type .owl-carousel button.owl-next{
  right: -70px;
}
#tour_type .owl-carousel button.owl-prev{
  left: -70px;
}
#testimonials .owl-carousel button.owl-prev{
  left: -40px;
  display: none;
}
#testimonials .owl-carousel button.owl-next{
  right: -40px;
  display: none;
}
/*------------ promotion ----------------*/
#promotion h3{
  font: 600 60px var(--main-font-family);
  line-height: 66px;
  color: #1c1c1c;
}
#promotion p{
  font: 400 18px var(--main-font-family);
  line-height: 28px;
  color: #6c6c6c;
}
#promotion .img_overtext{
  letter-spacing: 1px;
  padding: 32px 7px 16px 7px
}
.image-box img{
  position: relative;
}
.title_left_box{
  position: absolute;
  top: 38px;
  left: 21px;
  transform: rotate(-90deg);
  background-color: var(--main-goble-color);
  padding: 6px 25px;
}
.title_left_box span{
  font: 600 18px var(--main-font-family);
  color: #1c1c1c;
}
.title_left_box:after{
  content: "";
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 11px;
  left: -13px;
  transform: rotate(90deg);
}
/* -------------- Products ------------ */
#our_products .pre-block-product{
  background: #edf2f5;
  position: absolute;
  padding: 200px;
  left: 0;
  width: 50%;
  z-index: -1;
  top: -20px;
  border-top-right-radius: 58px;
}
#our_products .owl_loop_index{
  position: relative;
  top: -54px;
  border-bottom: 1px solid #000;
  display: inline-block;
  left: 37%;
}
#our_products .owl-nav{
  top: -68px;
}
#our_products .owl-carousel .owl-item img{
  width: 100% !important;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#our_products .price_meta{
  background-color: #febe00;
  padding: 21px 131px 19px 16px;
  position: absolute;
  left: 0;
  top: 21px;
  clip-path: polygon(0% 20%, 60% 20%, 48% 49%, 60% 81%, 60% 80%, 0% 80%);
}
#our_products .product-price{
  font: 700 16px var(--main-font-family);
  letter-spacing: 0;
  color: #121212;
  padding: 10px;
}
#our_products .product_box{
  background-color: #edf2f5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 22px;
}
#our_products .slugtext{
  font: 500 16px var(--main-font-family);
  color: #1c1c1c;
  padding-bottom: 10px;
}
#our_products .slugtext i{
  padding-right: 5px;
}
#our_products .product-text p{
  font: 400 18px var(--main-font-family);
  line-height: 28px;
  color: #7c7c7c;
}
#our_products .product_btn a{
  font: 600 18px var(--main-font-family);
  color: #1c1c1c;
}
#our_products .product_btn i{
  color: #1c1c1c;
}
/* -------------- Section newsletter ------------ */
#newsletter{
  padding-top: 120px;
}
#newsletter h3 {
  font: 500 36px var(--main-font-family);
  color: #000000;
  max-width: 89%;
  float: right;
}
#newsletter .newsletter_box p{
  font: 400 15px var(--main-font-family);
  letter-spacing: 1px;
  color: #7c7c7c;
  margin: 0;
  max-width: 80%;
  float: right;
}
#newsletter input[type="email"] {
  width: 49%;
  background-color: #fff;
  padding: 20px 0px 20px 25px;
  border: none;
  box-shadow: 0px 0px 12px 0px #cccccca6;
  border-radius: 2px;
}
#newsletter input[type="email"]::placeholder{
  font: 400 18px var(--main-font-family);
  color: #000000;
}
#newsletter input[type="submit"] {
  font: 500 14px var(--main-font-family);
  padding: 22px 25px;
  border: none;
  position: relative;
  letter-spacing: 1px;
  color: #1c1c1c;
}
.newsletter_box{
  background-color: #edf2f5;
  position: absolute;
  left: -200px;
  right: 0;
  z-index: 1;
  top: -82px;
  border-top-left-radius: 77px;
  padding: 85px 75px;
}
#newsletter .video-rcodes img{
  position: relative;
  z-index: 9;
}
#newsletter h5{
  float: right;
}
/* -------------- Section Testimonials ------------ */
#testimonials {
  padding: 70px 0;
  background-size: cover;
  background-position: bottom;
}
#testimonials .testimonials-wrqpper {
    padding: 30px 0;
}
#testimonials .testimonials-contents {
  background-size: 100% 100%;
  margin: 0 auto;
  background-color: #fff;
  max-width: 85%;
  border-radius: 15px;
  padding: 55px 30px;
  position: relative;
}
.test-box1 {
  position: absolute;
  bottom: -24px;
  background-color: #ffffff78;
  width: 96%;
  height: 44px;
  left: 2%;
  right: 2%;
  border-radius: 15px;
}
.test-box2 {
  position: absolute;
  bottom: -44px;
  background-color: #ffffff78;
  width: 90%;
  height: 44px;
  left: 5%;
  right: 5%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#testimonials .owl-stage{
  padding-bottom: 6%;
}
#testimonials .test-img{
  position: relative;
}
#testimonials .test-img i {
  position: absolute;
  right: 27%;
  top: -3%;
  background-color: #f8cb08;
  color: #121212;
  border-radius: 50%;
  padding: 5px;
  z-index: 1;
}
#testimonials .test-img img {
  border: 1px solid #e6e0e0;
  border-radius: 50%;
  padding: 15px;
}
#testimonials .text-cont img{
  margin-left: 0;
}
#testimonials p {
  font: 400 20px var(--main-font-family);
  line-height: 32px;
  color: #7c7c7c;
  margin: 22px 0;
}
#testimonials a {
  font: 600 20px var(--main-font-family);
  line-height: 51px;
  color: #1c1c1c;
  margin-right: 20px;
}
#testimonials .text-cont span {
  font: 500 18px var(--main-font-family);
  letter-spacing: 0px;
  color: #8e8b8b;
  text-align: center;
  margin: 15px 0;
}
#testimonials .owl-dots {
  position: absolute;
  top: 13px;
  right: 12%;
}
/* -------------- Section Blog ------------ */
#our-blogs{
  position: relative;
  padding:70px 0;
}
#our-blogs .our-blogs-contents {
    margin: 7% 0;
}
#our-blogs .our-blogs-contents a.blogs-title{
  font: 500 30px var(--main-font-family);
  line-height: 60px;
  color: #1c1c1c;
}
#our-blogs .our-blogs-contents p {
  font: 500 20px var(--main-font-family);
  line-height: 40px;
  color: #6c6c6c;
  margin: 35px 0 70px;
}
#our-blogs .blogs-meta {
  font: 500 18px var(--main-font-family);
  margin: 20px 0;
  color: #1c1c1c;
}
#our-blogs .blogs-meta span{
  margin:0 15px;
}
#our-blogs .blogs-meta span i{
  margin-right: 10px;
}
#our-blogs .our-blogs-image{
  position: relative;
}
#our-blogs .our-blogs-image span {
  font: 700 14px var(--main-font-family);
  letter-spacing: 3px;
  color: #121212;
  background-color: #febe00;
  padding: 65px 16px 16px 16px;
  position: absolute;
  right: 22px;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  top: 0;
  text-align: center;
  clip-path: polygon(50% 13%, 100% 0%, 100% 100%, 0 100%, 0 0);
}
#our-blogs .owl-nav{
  position: absolute;
  right: 0%;
  bottom: 14%;
  background-color: #edf2f5;
  padding: 33px 20px 20px 20px;
  height: 84px;
}
#our-blogs .owl-nav i {
  border: 1px solid #8e8b8b;
  padding: 10px;
  font-size: 15px;
  margin: 5px;
  color: #000000;
}
#our-blogs button.owl-prev,#our-blogs button.owl-next{
  position: unset;
}
/*-----  Partners --------------*/
#our-partners .partners-image{
  display: table-cell;
  width: 300px;
  height: 60px;
  vertical-align: middle;
}
#our-partners img {
  -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(0%);
}
#our-partners img:hover {
  -webkit-filter: grayscale(0);
  cursor: pointer;
}
#our-partners .owl-carousel .owl-nav.disabled,#projects-loop,#partners-loop,#explore-loop,#testimonials-loop {
    display: none !important;
}