
body {
  /*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family:Poppins,Helvetica,sans-serif;
  color: #4d4643;
  font-size:.875rem;
  line-height:1.6;	
}

a {
  color: #f03c02;
}

a:hover {
  color: #fd5c28;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins,Helvetica,sans-serif;
}


.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 60px;
  background: #fff;
  color: #000;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 12px;
}

.back-to-top:hover {
  color: #fff;
  background: #fd5c28;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #000000;
  padding: 6px 20px 6px 10px;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #ffffff;
  transition: 0.3s;
  font-size:13px;
}

#topbar .contact-info a:hover {
  color: #51b000;
}

#topbar .contact-info{
	color:#fff;
}
#topbar .contact-info i {
  color: #ffffff;
  padding: 4px;
}

#topbar .contact-info .icofont-envelope {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 0 4px 20px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a i{font-size:18px;color: #ffffff}

#topbar .social-links a:hover {
  color: #ddd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 60px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;

}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}

#header .logo img {
  padding-left: 5px;
  margin: 0;
  max-height: 60px;
  border-radius:100%;
}
#header .logo-text{
	font-size:16px; 
	color:#000; 
	font-family:'Russo One', sans-serif;
	text-transform:capitalize;
	word-spacing:-4px;
	position: relative;
    top: -2px;
	}
	
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu > ul > li {
  padding:0px 5px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 22px 5px 10px 5px;
    transition: 0.3s;
    /* text-transform: uppercase; */
    font-weight: 400;
    border-bottom: 5px solid transparent;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
}

.nav-menu ul li:last-child:hover a{border-bottom: 0px solid transparent;}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #b9ff7d;
    text-decoration: none;
}

.nav-menu li:hover > a {
	    border-bottom: 2px solid #54b300;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 3px 15px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: #581601;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #f03c02;
}

/*.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
*/
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
.nav-menu .drop-down ul a{border-bottom:0px solid transparent!important;}
.nav-menu .drop-down ul{left:-14px;}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #65534c;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2b2320;
  padding: 6px 20px;
  font-weight: 500;
  outline: none;
  text-transform: capitalize;
  font-size: 14px;
  border-bottom: 1px solid #333;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f03c02;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(14, 11, 10, 0.4);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
 
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #000;
}

/* Mobile view icons start */
.mobileViewIcons{
	background-color: #000;
    padding: 7px 0 4px 0;
	display:none;
	}
ul.iconsList{
	display:table; 
	margin:0 auto;
	padding-left: 0px;
	}
ul.iconsList li{
	display:inline-block;
	margin:0px 10px;
	text-align:center;
	}

ul.iconsList li span{
	display:block;     
	margin-top: 2px;
    color: #fff;
    font-weight: 500;
	font-size:11px;
	}
ul.iconsList li a i{
	font-size:30px;
    background: #fff;
    padding: 6px 8px;
    border-radius: 50%;
	color:#000;
	}

ul.iconsList li a i:hover{background-color:#1e4688;}
.mobileViewIcons .iconsList img{width: 45px; border-radius: 50%;}


/*--------------------------------------------------------------
# Home banner section Start
--------------------------------------------------------------*/
.bannerImg .imgBn{width:100%; height:650px;}
.bannerImg{position:relative;}
.socilaIconBannerS{
	position:absolute; 
	top:65%;width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;}


.socilaIconBannerS .first1 img {
    width: 45%;
}
.PlanBtn{
	position:absolute; 
	top:56%;
	text-align:center;
    margin: 0 auto;
    left: 0;
    right: 0;}
	
.PlanBtn .btn-dark{
    padding: 4px 31px;
    border-radius: 22px;
	font-size: 18px;
	background-color: #000;
    border-color: #fff;
}

.bannerImg .search-box{
	background: rgb(203 203 203 / 52%);
    position: absolute;
    top: 36%;
    width: 650px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0px;
    /* border-radius: 50px; */
    z-index: 9;
	}
.bannerImg .search-box #cnav1{
	height: 210px;
    overflow: auto;
	list-style: none;
    padding-left: 15px;
	padding-right: 10px;
	background:#fff;
	margin-bottom:0px;
	    margin-top: 1px;
}
.bannerImg .search-box #cnav1 li{
	border-bottom: 1px solid #969090;
    padding: 4px 0px;
}
.bannerImg .search-box #cnav1 li a{
	color:#000!important;
}
.bannerImg .search-box input {
    margin: auto;
    height: 45px;
    font-size: 16px;
    background: transparent;
    color: #fff;
}
.bannerImg .search-box .form-control::placeholder{ 
	color:white;
	opacity: 1;
}
.bannerImg .search-box button {
    position: absolute;
    background: transparent;
    padding: 0;
    border: none;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    background: #50af00;
    width: 63px;
    height: 100%;
    border: 1px solid #fff;
    border-style: solid solid solid none;
}
.bannerImg .search-box input::placeholder {
  color:#8e9398; font-size:22px;
}
/*--------------------------------------------------------------
# Home banner Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0 30px 0;
  overflow: hidden;
}
section.trending-Package{
	padding: 50px 0 30px 0;
}
.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 10px;
  text-align: center;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #000;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

.MakePlan {

    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Trending Package Sections
--------------------------------------------------------------*/
.MakePlan{padding-top:15px;}
.trending-Package .thumbnail img{border-radius:8px; transition: transform .5s;width:100%;height:246px; }
.trending-Package .thumbnail img:hover { transform: scale(1.08);}
.custom-package{width:95%; margin:0 auto;}
.custom-package .row .thumbnail{margin-bottom:18px;}
.trending-Package .thumbnail{position:relative;overflow:hidden;border-radius:0px;box-shadow: 2px 2px 5px grey;}
.trending-Package .caption p{margin-bottom:10px; padding-left:10px; color:#000;font-size: 14px;}
.trending-Package .caption{/*position:absolute;*/ bottom:0px;width:100%}
/*.trending-Package .caption .textl{float:left;}*/
.trending-Package .caption .textl{text-align:center;}
.trending-Package .caption .textr{float:right; padding-right:15px;}
.trending-Package .trip-place-name{/*position:absolute;*/ top:35%; left:0px; right:0px;text-align:center; margin-top: 10px;}

.trending-Package .trip-place-name span {
        /* background-color: #50af00; */
    padding: 2px 12px;
    font-size: 20px;
    color: #000;
    font-weight: 900;
}

.large-columns{width:96%; margin:0 auto;}
.large-columns .owl-theme .owl-dots .owl-dot{display:none;}
.secflex {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-around;
}
.secflex h4 {
    font-size: 14px;
    color: #316800;
}
.secflex i {
    font-size: 14px;
    padding-right: 7px;
}
.large-columns .owl-carousel{position:relative;}
.large-columns .owl-carousel .owl-nav{position:absolute; top:-50px; right:0px;}
.large-columns .owl-carousel .owl-nav .owl-prev span{color: #fff;font-size: 30px;line-height:30px;border: 1px solid #000000; padding:0px 15px  1px 15px;background: #000000;display: inline-block;cursor: pointer;border-radius: 3px; }
.large-columns .owl-carousel .owl-nav .owl-next span{color: #fff;font-size:30px;line-height:30px;border: 1px solid #000000;padding:0px 15px  1px 15px;background: #000000; display: inline-block; cursor: pointer;border-radius: 3px;}
.large-columns .owl-carousel .owl-nav .owl-next span:hover, .large-columns .owl-carousel .owl-nav .owl-prev span:hover{
	background:#fff; color:#000;}
.large-columns .owl-theme .owl-nav [class*=owl-]:hover{background:transparent;}
.large-columns .owl-theme .owl-nav [class*=owl-]:hover { background: #fff;color: #0054a6;border: 0px solid;text-decoration: none;}

.MakePlan .owl-carousel .item img{min-height:300px;border-radius:8px; transition: transform .5s; }
.featuredTrips .large-columns .owl-carousel .item img{height:215px;border-radius:8px; transition: transform .5s; }
.treksSection .large-columns .owl-carousel .item img{height:215px;border-radius:8px; transition: transform .5s; }

.weakendgetway{padding-bottom:0px;}
.RelatedTrips{margin-bottom:30px;}
.weakendgetway .large-columns .large-columns .owl-carousel .item img{height:215px;border-radius:8px; transition: transform .5s; }
.weakendgetway .wkgt_img{position:relative;margin-bottom: 0px;}
.weakendgetway .wkgt_img img{height:255px; border-radius:8px;}
.weakendgetway .wkgt_img h4{position:absolute; top:5%; right:0;color:#fff;text-align:center;left: 0;font-weight: 500;text-shadow: 1px 1px 1px #000;}

.weakendgetway .innerBlock{width:96%; margin:0 auto;}
.weakendgetway .innerBlock .row div{padding-left:5px; padding-right:5px;}


.large-columns .owl-carousel .item{ overflow:hidden;border-radius:8px;/*box-shadow: 0px 0px 3px grey;*/}
.large-columns .owl-carousel .item img:hover { transform: scale(1.02);}
.large-columns .owl-carousel .item{position:relative;overflow:hidden;}
.large-columns .owl-carousel .item .CMake{position:absolute; top:5%; right:0;color:#fff;text-align:center;left: 0;font-weight: 500;}
.large-columns .owl-carousel .item .CMake span{font-size:20px;line-height: 18px;text-shadow: 1px 1px 1px #000;background-color: rgba(0,0,0,.5);padding: 2px 12px;border-radius: 15px;}

.videoBlock .large-columns .owl-carousel .item img{height:220px;border-radius:8px; }
.videoBlock .large-columns .owl-carousel .item .youtubeImg img{height:40px;}
.videoBlock .large-columns .owl-carousel .item img:hover { transform: scale(1);}
.videoBlock .large-columns .owl-carousel .item .CMake{position:absolute; top:4%; right:0;color:#fff;text-align:center;left: 0;font-weight: 600;}
.videoBlock .large-columns .owl-carousel .item .CMake span{background-color:transparent;padding: 0px 4px;text-shadow: 1px 1px 2px #000;border-radius:2px; font-size:18px}
.youtubeImg{position:absolute; top:40%; right:0;left:0;}
.youtubeImg img{width:50px!important;min-height:50px!important; margin:0 auto;}

.videoBlock .modal-body {position:relative;padding:8px;}
.videoBlock .close {position:absolute;right:-20px;top:-25px;z-index:999; font-size:2rem;font-weight: normal;color:#fff;opacity:1;}
.videoBlock .modal-dialog {max-width: 716px;margin: 1.75rem auto;}

.blogSection{padding-bottom:10px;}
.blogSection .blog-he{padding-top:10px;}
.blogSection .blog-he h2{font-size: 16px;font-weight: 800;color:#0886f3;}
.blogSection .pr{padding-right:0px; padding-left:5px;}
.blogSection .tb{color:#000;}
.blog-Img img{height:180px;width:100%;}
.button_view{display: flex;justify-content: flex-end;}
.readMore{color: #fff;background-color: #000;border-radius: 500px; width:120px; text-transform: uppercase;padding:2px 12px;border:2px solid transparent;font-size:14px;text-align:center;}
.readMore:hover {color: #000;background-color: #fff; border-radius: 500px;border: 2px solid #000;}





.large-columns .owl-carouselTwo{position:relative;}
.large-columns .owl-carouselTwo .owl-nav{position:absolute; top:-52px; right:0px;}
.large-columns .owl-carouselTwo .owl-nav .owl-prev span{color: #fff;font-size: 30px;line-height:30px;border: 1px solid #000000; padding: 0px 15px  1px 15px;background: #000000;display: inline-block;cursor: pointer;border-radius: 3px; }
.large-columns .owl-carouselTwo .owl-nav .owl-next span{color: #fff;font-size: 30px;line-height:30px;border: 1px solid #000000;padding:0px 15px  1px 15px;background: #000000; display: inline-block; cursor: pointer;border-radius: 3px;}
.large-columns .owl-carouselTwo .owl-nav .owl-next span:hover, .large-columns .owl-carouselTwo .owl-nav .owl-prev span:hover{
	background:#fff; color:#000;}


.large-columns .owl-carouselOne{position:relative;}
.large-columns .owl-carouselOne .owl-nav{position:absolute; top:-35px; right:0px;}
.large-columns .owl-carouselOne .owl-nav .owl-prev span{color: #fff;font-size: 30px;line-height:30px;border: 1px solid #000000; padding: 0px 15px  1px 15px;background: #000000;display: inline-block;cursor: pointer;border-radius: 3px; }
.large-columns .owl-carouselOne .owl-nav .owl-next span{color: #fff;font-size: 30px;line-height:30px;border: 1px solid #000000;padding:0px 15px  1px 15px;background: #000000; display: inline-block; cursor: pointer;border-radius: 3px;}
.large-columns .owl-carouselOne .owl-nav .owl-next span:hover, .large-columns .owl-carouselOne .owl-nav .owl-prev span:hover{
	background:#fff; color:#000;}
	
.large-columns .owl-theme .owl-nav [class*=owl-]:hover{background:transparent;}
.large-columns .owl-theme .owl-nav [class*=owl-]:hover { background: #fff;color: #0054a6;border: 0px solid;text-decoration: none;}
.testimonials{padding-bottom:60px; padding-top:40px;background-image: linear-gradient(to left, #eee , #f9f7f7);}
.TmBox .testimonial-block .inner-box {
    position: relative;
    border-radius: 16px;
    background-color: #fff;
    padding: 80px 20px 30px;
    text-align: center;
    margin-top: 75px;
}
.TmBox .testimonial-block .inner-box .image-box {
    position: absolute;
    top: -5px;
    left: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #cfd2d6;
    right: 0;
    margin: -65px auto 20px !important;
}
.TmBox .testimonial-block .inner-box .text {
    position: relative;
    font-size: 14px;
    color: #000;
    text-align: justify;
    max-height: 196px;
    padding-right: 10px;
    overflow-y: auto;
}
.TmBox .Tstar{display:table; margin:0 auto 12px;}
.TmBox .Tstar img{width:100px!important;}
.TmBox h4{color:#000;font-weight: 900;font-size: 25px;margin-bottom: 0px;}





.get-ready{ text-align:center;}
.readyBox{text-align: center;background: #fefefe;padding: 25px 25px 20px;border-radius:8px;box-shadow: 0 0 2px 1px #b9b9b9;width: 70%; margin: 0 auto;}

.traveller-exp .getIcons .iconIn{
    padding: 4px;
    font-size: 20px;
    color: #fbfbfb;
    height: 40px;
    width: 40px;
    border-radius: 5px;
	    margin: 0 auto;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.traveller-exp .getIcons .iconFb{
    padding: 4px;
    font-size: 20px;
    color: #fbfbfb;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background: #4267B2;
	    margin: 0 auto;
}

.travellerEx .getIconsD .iconIn{
    padding: 8px;
    font-size: 20px;
    color: #fbfbfb;
    height: 38px;
    width: 38px;
    border-radius: 5px;
	    margin: 0 auto;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.travellerEx .getIconsD .iconFb{
    padding: 8px;
    font-size: 20px;
    color: #fbfbfb;
    height: 38px;
    width: 38px;
    border-radius: 5px;
    background: #4267B2;
	margin: 0 auto;
}

.get-ready{padding:35px 0 40px 0;background-image: linear-gradient(to left, #eee , #f9f7f7);}
.readyBox h3{font-size:24px;color: #000;margin-bottom: 22px;}
.readyBox .btn{width:120px;padding:7px; }
.readyBox .btn a{color:#fff;}
.readyBox .btn-primary{background-color:#3b5998;}
.readyBox .btn-danger{background-color:#db4437;}
.our-services{padding-top:60px;}
.our-services h3{text-align:center;font-size:22px; color:#000;font-weight: 700;}
.our-services p{font-size:14px; color:#000;margin-bottom:25px; text-align:center;}
.our-services .stext{font-size:14px; color:#000;margin-bottom:25px; text-align:center; padding-top:15px;}
.our-services .img-fluid {width: 100%;min-height:225px;}


.get_callback{position:fixed; bottom:45%;left:-3.6%;background-color: #000;padding:7px 14px;font-weight: 700; color: #fff;transform: rotate(-90deg);z-index:999;}
.get_callback:hover{color:#fff;}
.betCallbackModel .modal-dialog{max-width:650px;}
.betCallbackModel .modal-header{padding:5px 10px;background-color:#eee;}
.betCallbackModel .popupdiv{background:linear-gradient(45deg, #db4437, #3b5998, #00af87);min-height:480px;border-radius:4px;padding: 20px;
}
.betCallbackModel .popupdiv .popupSt h3 { margin: auto;padding-bottom: 10px;font-weight: bold;color:#fff;}
.popupdiv .popupSt p {color: #fff;font-weight: 500;}
.betCallbackModel .popupForm label{margin-bottom:0px;}
.betCallbackModel .popupForm sup{color:#c00;}

.betCallbackModel .modal-body{padding:10px 15px 10px 15px}
.betCallbackModel .popupdiv .popupSt {color:#fff;text-align: center;}

.customFooter{width:96%; margin:0 auto;}
.customFooter .footer-contact p{color: fff;}
.footer-newsletter p strong{color:#fff;}


/* innner page Weekend-Getaways css start */
.innerBanner{
	background-image: url(../img/weekend-getaways.jpg);
    background-size: cover;
    background-position: center 100%;
	min-height:430px;
	position:relative;
}
.InnerbannerImg h2{
	padding-top:250px !important;
	color:#fff; 
	text-align:center; 
	font-size:70px; 
	font-weight:600;
	}
	
/* innner page Weekend-Getaways css end */


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2320;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
}

.breadcrumbs ol a {
  color: #fe825a;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c8bab5;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Weekend Gateway
--------------------------------------------------------------*/

.weekend_gateway #portfolio-flters {
  padding: 0;
  margin: 0 auto -15px auto;
  list-style: none;
  text-align: center;
}

.weekend_gateway #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding:10px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  transition: all 0.3s;
  border-radius: 5px;
  background: #e9ecef;
}

.weekend_gateway #portfolio-flters li a{color:#000!important;}
.weekend_gateway #portfolio-flters li a:hover{color:#fff!important;}

.weekend_gateway #portfolio-flters li:hover, .weekend_gateway #portfolio-flters li.filter-active {
  color: #fff;
  background: #000;
}

.weekend_gateway #portfolio-flters li:last-child {
  margin-right: 0;
}




.weekend_gateway .portfolio-item figure img{
	border-top-left-radius:8px;
	border-top-right-radius:8px
	}
.weekend_gateway .portfolio-item figure{position:relative;margin-bottom:2px;}
.weekend_gateway .portfolio-info h4{
	position:absolute; 
	top:5%; 
	right:0;
	left:0;
	font-weight: 600;
	color:#fff; 
	text-shadow:0px 0px 1px #000; 
	text-align:center;
	font-size:20px;
	}
.weekend_gateway .portfolio-info .caption{
	position:absolute; 
	bottom:0; 
	right:0;
	left:0;
	font-weight: 600;
	color:#fff; 
	text-shadow:0px 0px 1px #000; 
	text-align:center;
	font-size:20px;
}
.weekend_gateway .portfolio-info .caption .textl{
	float: left;
    background-color: #000;
    margin-left: 10px;
    color: #fff;
	padding: 1px 5px;
    border-radius: 2px;
    font-size: 14px;
	}
.weekend_gateway .portfolio-info .caption .textr{
	float:right;background-color: #000;
    color: #fff;
	margin-right: 10px;
    padding: 1px 5px;
	font-size: 14px;
    border-radius: 2px;}


.weekend_gateway .portfolio-item .portfolio-info .contant{height:75px;}
.weekend_gateway .portfolio-item .portfolio-info .icons p.icon_1{text-align:left;padding-left:8px; color:#000;font-weight: 500;}
.weekend_gateway .portfolio-item .portfolio-info .icons p.icon_1 i{text-align:left;font-size:18px;}
.weekend_gateway .portfolio-item .portfolio-info .icons p.icon_2 i{
	border:1px solid #9a9696;
	color: #0a0a0a;
    padding: 0px 2px;
    font-size: 18px;
	background-color:#fff;
	}
.weekend_gateway .portfolio-item .portfolio-info .icons p{
	font-size: 13px;
	color:#fff;
	text-align: right;
    padding-right: 10px;
}
.weekend_gateway .portfolio-item .portfolio-info .Alldate i{font-size:14px;}
.weekend_gateway .portfolio-item .portfolio-info .Alldate{
	color:#0054a6;
	font-size: 13px;
    font-weight: 600;
	padding: 4px 8px 0px 12px;
    margin-bottom: 1px;
}
.weekend_gateway .portfolio-item .portfolio-info{/*background-color: #fff; box-shadow: 0px 1px 10px 0 #3333;*/}
.weekend_gateway .portfolio-item .portfolio-info p.heading_1{
padding: 0px 10px 2px 12px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color:#000;
}
.weekend_gateway .portfolio-item .portfolio-info .contant .rupee_2{
    padding: 0px 10px 5px 12px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #0054a6;
}
.weekend_gateway .portfolio-item .portfolio-info .contant .rupee_2 span {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.bg_transparent{height:25px;}

.weekend_gateway .portfolio-item .portfolio-info .preview-link, .weekend_gateway .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #483b36;
}
.dspsection{width:100%; padding-top:20px;}
.dspTime{text-align:center;}
.dspTime i{font-size: 30px; background: #359d02; color: #fff;padding: 10px;border-radius: 50%; width:50px;}
.dspTime p{margin-bottom:0px;}
.dspTime .durat{padding-top:10px;}
.dspTime .fontbold{font-weight:bold;font-size: 15px; margin-bottom:20px;}

.Gitbtn{ position: absolute;right: 10%;bottom: 10%;}

    .ccGegr {
    height: 50px;
    width: 180px;
    background-color: #52b000;
    color: rgb(255 255 255);
    font-size: 1.2vw;
    font-weight: 600;
    text-transform: uppercase;
    border-radius:100px;
    line-height: 35px;
}
.Gitbtn .ccGegr:hover {
    background-color: #000;
    color: #fff;
}
.Gitbtn a:first-child { margin-right:25px;}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.weekend-deatais {
  padding-top: 25px;;
}
.weekend-tabs{width:100%;}
.weekend-deatais .nav-tabs {
  border: 0;
  margin-bottom:15px;
}

.weekend-deatais .nav-link {
  border: 0;
  padding: 6px 12px;
  transition: 0.3s;
  color: #2b2320;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right:7px;
  background-color:#eee;
}
.tabcontents h3{
	font-size:22px;
}
.tabcontents p{
	
	font-size: 16px;
	line-height: 22px;
}

.tabcontents {
    box-sizing: content-box;
    padding:20px 30px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    position: relative;
    background: #fff;
}
.weekendRight h4{text-align:center;font-size:22px;}
.weekendRight{
	box-sizing: content-box;
    padding:20px 15px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    position: relative;
    background: #fff;
	margin-bottom:20px;
}
.weekendRight h3{font-size:16px;text-align:center;margin-bottom:0px;}
.weekendRight h3 span{font-size:22px;}
.weekendRight p{text-align:center;}
.weekendRight .form-group{margin-bottom:10px;}
.weekendRight .form-group input{font-size:13px;}
.btnwidth .btn{width:100%;padding:5px 0; margin-bottom:10px;}

.weekend-data table tr td:nth-child(1){font-weight:bold;}
.weekend-deatais .nav-link:hover {
  color: #fff;
   background: #000;
}
.weekend-deatais .menu-active .nav-link {
 /* box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);*/
	color: #fff;
    order: 1px solid #ccc;
    border-radius: 4px;
    background: #000;
}
.weekend-deatais .nav-link.active {
 /* box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);*/
	color: #fff;
    order: 1px solid #ccc;
    border-radius: 4px;
    background: #000;
}

.weekend-deatais .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

.weekend-tabs .sticky {
  position: fixed;
  top: 60px;
  width: 825px;
  background: #f3f3f3;
  padding: 7px 15px;
  z-index:9999;
}

.weekend-tabs .sticky + .tab-content {
  padding-top:999 50px;
}
.item .weekD{width:100%; margin:0 auto;background-color: #fff;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}
.all_date{font-size:13px; margin-bottom:0px;padding-left: 6px;padding-top: 7px;color:#0054a6;font-weight: 600;}



.item .weekD .heading{margin-bottom:0px;color: #000;font-size: 17px;font-weight: 600;padding-left: 10px;line-height: 24px;}
.item .weekD .price{margin-bottom:0px;color:#0054a6;font-size: 15px;font-weight: 600;padding-left: 10px;line-height: 24px;}
.item .weekD .price span{font-size: 13px;font-weight: 400;color:#000;}


.item .weekD .all_date i {color:#000; padding: 0px 2px;font-size: 13px;background-color: #fff;}
.item .weekD .price i {color:#0054a6; padding: 0px 2px;font-size: 15px;background-color: #fff;}


.item .dateDay{width:100%; margin:0 auto;position:absolute;bottom:4%;}
.item .dateDay .textr{background-color: #000;border-radius: 3px;padding:3px 6px;color: #fff;}
.item .dateDay .textl{background-color: #000;border-radius: 3px;padding:3px 6px;color: #fff;}
.item .dateDay .taxR{text-align:right;}


@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* leh ladakh inner pages start */
.innerPages{padding:40px 0;}
.innerPages .large-columns .large-columns .owl-carousel .item img{height:215px;border-radius:8px; transition: transform .5s; }
.innerPages .wkgt_img{position:relative;background-color:#fff;border-radius:8px;/*box-shadow: 1px 3px 3px 0 #3333;*/}
.innerPages .wkgt_img img{height:265px; border-top-left-radius:8px;border-top-right-radius:8px;}
.innerPages .wkgt_img h4{position:absolute; top:5%; right:0;color:#fff;text-align:center;left: 0;font-weight: 500;}
.innerPages .wkgt_img h4 span{background: #000000b5;padding: 1px 10px;border-radius: 5px;}

.innerPages .innerBlock{width:100%; margin:0 auto;}
.innerPages .innerBlock .row:nth-child(1) div{padding-left:7px; padding-right:7px;}

.innerPages .caption p{margin-bottom:10px; padding-left:10px; color:#fff; font-weight:500;}
.innerPages .caption{position:absolute; bottom:23%;width:100%}

.wkgt_img.domestic .caption{position:absolute; bottom:2%;width:100%} 

.innerPages .caption .textl{float:left;background: #000;color: #fff;padding: 1px 5px;border-radius: 3px;}
.innerPages .caption .textr{float:right; padding-right:15px; background: #000;color: #fff;padding: 1px 5px;border-radius: 3px;}
.innerPages .wkgt_img .contant{height: 80px;}
.innerPages .wkgt_img .contant .Alldate{color:#51b000;font-size: 13px;font-weight: 600;padding: 4px 10px 2px 8px; margin-bottom:0px;}
.innerPages .wkgt_img .contant .heading_1{padding: 0px 10px 2px 8px; margin-bottom:0px;font-size: 17px;font-weight: 600;line-height: 22px;}
.innerPages .wkgt_img .contant .rupee_2{padding:0px 10px 5px 0px;margin-bottom:0px;font-size:15px;font-weight:600;color:#51b000;}
.innerPages .wkgt_img .contant .rupee_2 span{font-size: 13px;font-weight: 400;color:#000;}

.innerPages .wkgt_img .contant .icons p.icon_1{text-align: left;padding-left: 8px;color:#0054a6;font-weight: 500;}
.innerPages .wkgt_img .contant .icons p{font-size: 13px;color: #fff;text-align: right;padding-right: 10px;}
.innerPages .wkgt_img .contant .icons p.icon_1 i{font-size:14px;}
.innerPages .wkgt_img .contant .icons p.icon_2 i{border:1px solid #9a9696;color:#0a0a0a;padding:0px 2px;font-size:18px;background-color: #fff;
}
/* leh ladakh inner pages end */





/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content {
  padding: 30px 0;
}

.about-us .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.about-us .content p {
  margin-bottom: 0;
}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #f03c02;
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

.about-us .image {
  background: url("../img/about.html") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }
  .about-us .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #2b2320;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #f03c02;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2b2320;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2b2320;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #ded5d2;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #f03c02;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f3f1f0;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2320;
}

.pricing h4 {
  font-size: 42px;
  color: #f03c02;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #2b2320;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .btn-buy {
  color: #9c847b;
  border: 2px solid #e9e3e1;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  color: #f03c02;
  border-color: #f03c02;
}

.pricing .featured {
  background: #fd5c28;
  box-shadow: none;
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.pricing .featured .btn-buy:hover {
  color: #f03c02;
  background: #fff;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.cta-pricing {
  background: #f3f1f0;
  color: #65534c;
}

.cta-pricing h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta-pricing .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #f03c02;
  color: #f03c02;
  background: #fff;
}

.cta-pricing .cta-btn:hover {
  background: #f03c02;
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #f03c02;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffeee8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2b2320;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65534c;
}

.contact .info:hover i {
  background: #f03c02;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #f03c02;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fd5c28;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #f03c02 !important;
}



.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog{padding-bottom:30px}
.blog .blog-item {
  box-sizing: content-box;
  padding: 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  margin-bottom:15px;
}

.blog .blog-item .fluid-img {
  width: 100%;
  height: 200px;
 /* border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;*/
}

.blog .blog-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  color: #111;
}

.blog .blog-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.blog .blog-item .quote-icon-left, .blog .blog-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.blog .blog-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.blog .blog-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.blog .blog-item p {
  font-style: italic;
  margin:0 0 0 0;
  padding: 0;
  color:#000;
}
.blog a{color:#fff;}

/*--------------------------------------------------------------
# Blog detail page
--------------------------------------------------------------*/
.blog .img-fluid{width:100%;}
.entry-img{margin-top:15px;}
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  background: #f8f6f5;
}

.blog .entry .entry-img {
  max-height: 400px;
  margin:-10px 0px 20px 0px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 25px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px 0;
  color:#000;
}

.blog .entry .entry-title a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #f03c02;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 22px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #000;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f03c02;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #fd541e;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2b2320;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #ae9a92;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f03c02;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
  box-shadow:0 1px 7px rgb(0 0 0 / 22%);
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #9c847b;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f03c02;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2b2320;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #9c847b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #2b2320;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #f03c02;
}

.blog .blog-pagination {
  color: #65534c;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #b4aca8;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #f03c02;
  border: 1px solid #f03c02;
  border-radius: 4px;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f6f5f5;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 20px;
  margin: 0 0 60px 0px;
  background: #f8f6f5;
  box-shadow:0px 2px 12px rgb(208 203 203 / 8%);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #2b2320;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f03c02;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #fd5c28;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #745f56;
}

.blog .sidebar .categories ul a:hover {
  color: #f03c02;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #9c847b;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: 500;
}

.blog .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f03c02;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #9c847b;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f03c02;
  background: #f03c02;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}
.entry-single .entry-content p img{width:100%;max-height:400px;} 
.entry-single .entry-content p a{color:#0b7ee0;} 
.entry-single .entry-content a{color:#0b7ee0;} 

.two-columns  {
  padding-left: 0px;

}
.two-columns  a
{
  color: #fff!important
}
.two-columns li {
    width: 50%;
    float: left;
    list-style-type: none;
    line-height: 24px;
}
.foot-social ul li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.foot-social ul li i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border: 1px solid #2d2d2d;
    border-radius: 50px;
    padding: 7px;
    text-align: center;
    /* background: #1aa5d8; */
    color: #696969;
}
.foot-social ul 
{
  padding-left: 0px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background: #000;
}

#footer .footer-top {
  padding: 40px 0 20px 0;
  background: #101010;
}


#footer .footer-top .footer-contact h3 {
  font-size:22px;
  margin: 0 0 10px 0;
  padding: 8px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  color:#bbb;
	  
}
#footer .footer-top h4 a{color:#fff;}
#footer .footer-top h4 a:hover{text-decoration:underline;}
#footer .footer-top h4 {
  font-size: 20px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 8px;
}
.cfooter{
/*	background-color:#0d1c00;*/
    padding-left: 45px;
    padding-right: 70px;
	}
#footer .social-links a{    
	font-size:20px;
    color: #060000;
    padding-right: 15px;
	}
#footer .social-links a:hover{color:#6c757d;}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #000;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 2px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #bbb;
  transition: 0.3s;
  display: inline-block;
  line-height: 18px;
  
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
  text-decoration:underline;
}


#footer .footer-newsletter p{
	font-size:.875rem;
	margin-bottom:5px;
	color:#bbb;
}
#footer .footer-newsletter h4 {
  font-size:22px;
  font-weight:500;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}
.copyright {
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
}
.bottom-fix-nav{display:none;}

.getIcons{width:600px; display:table; margin:0 auto;}
.getIcons .iconfb{margin-bottom:0px;}
.getIcons .starsvg{margin-bottom:0px;}
.getIcons .starsvg span{font-size:28px;color:#000}
.getIcons .starsvg img{position:relative;top:-8px;width:28px;}
.getIcons .iconfb img{width:70px;}
.traveller-exp .iconfb img{width:90px;}
.get-ready .subtext{font-weight:600;}
.talk-to-experts{display:none;}

.travellerEx{
	box-sizing:content-box;padding:20px 15px;box-shadow:0px 2px 12px rgb(0 0 0 / 8%);position:relative;background:#fff;
		margin-bottom:20px;
	}
.travellerEx{text-align:center;}
.travellerEx p{margin-bottom: 0px;line-height: 18px;font-size: 13px;}
.travellerEx .getIconsD a img{width:50px;}
.travellerEx h3{font-size: 15px;margin-bottom: 0px;}

.mobileView{display:none;}


@media (min-width: 768px) and (max-width: 992px) {
.get_callback{bottom:5px;left:-7%;}
.wkgt_img .dateDay { bottom: 28%;}
}

@media (min-width: 320px) and (max-width: 767px) {

.mobileView{
	display:inline-block;
    padding-top: 22px;
    position:relative;
	left:12px;right:0px;text-align:center;
    font-size:16px;
	}
.deskView{display:none;}
.weekend_gateway #portfolio-flters { margin: 0 auto 0px auto;}
#header .logo img {padding-left: 0px;}
.dspsection{width:100%; padding-top:20px;}
.talk-to-experts{display:block;text-align: center;padding-top: 15px;}	
.talk-to-experts a{display:block;text-align: center;border-bottom: none;}
	
.wkgt_img .dateDay .taxR {text-align: right;}
.wkgt_img .dateDay { bottom: 4%; }	
.wkgt_img .dateDay .textr, .wkgt_img .dateDay .textl{ padding: 3px 4px; font-size: 12.5px;}
.getIcons {width:100%;}	
.getIcons .iconfb{}
.getIcons .iconfb img{width:50px;}
.getIcons .starsvg span{font-size:18px;}
.getIcons .starsvg img{top:-4px;width:18px;}
.traveller-exp .iconfb img{width:65px;}

.bannerImg .search-box{width:90%!important;}
.custom-package {width: 100%;}
.custom-package .pr-2{padding-right: 15px!important;}
.custom-package .pl-2{padding-left: 15px!important;}
.custom-package .mt-4{margin-top:0px!important;}
.trending-Package .thumbnail{margin-bottom:20px;}
.trending-Package .thumbnail img{width:100%!important;}
section {padding: 30px 0 0px 0;overflow: hidden;}
section.trending-Package {padding: 25px 0 0px 0;}
.large-columns { margin-top: 20px;}
.large-columns .owl-carousel .item img{min-height:400px;max-height:400px;}
.RelatedTrips .large-columns .owl-carousel .item img{min-height:270px;max-height:270px;}
.videoBlock .large-columns .owl-carousel .item img { min-height: 200px; max-height:200px;}
.weakendgetway .wkgt_img img { height: 270px;}
/*.blog-Img img { height: auto; width: 100%;}*/
.readyBox{width:100%;}
.our-services .img-fluid {width: 100%!important;height: auto!important;}
.large-columns{width:100%;}
.bannerImg .imgBn{width: 100%; height:65vh;}
.blogSection .pr {padding-right: 15px; padding-left: 15px;}
.section-title h2{font-size:23px;}
.TmBox .testimonial-block .inner-box{margin-right:1px; margin-left:1px;padding:80px 15px 20px;}
.our-services { padding-top: 15px;}
.readMore{margin:0px auto 15px;}
/*.wkgt_img .weekD p.icon_2 {text-align: left;}*/
.weakendgetway .wkgt_img h4 span{background-color: rgba(0,0,0,.5); padding: 2px 12px; font-size:16px; border-radius: 16px;}
.all_date { margin-bottom: 1px; padding-top: 3px;font-size:12px;}
.innerPages .wkgt_img .contant .Alldate {padding: 4px 7px 6px 7px;font-size: 12px;}
.innerPages .wkgt_img h4 span {font-size: 20px;}



.weakendgetway .section-title h2{margin-bottom:35px;}
.get_callback{bottom:8px;right:5px;transform:none;left:60%;border-radius: 5px;width: 140px;}
.betCallbackModel .modal{z-index:9999;}

.bannerImg .search-box{top:63%;}
.PlanBtn{top:48%;}
.socilaIconBannerS{width:100%; top:75%;}
.socilaIconBannerS .first1 img { width: 100px;}
.RelatedTrips{padding-bottom:30px;}
.InnerbannerImg h2 { padding-top: 140px;font-size: 40px;padding-bottom: 60px;}
.innerBanner{min-height:300px;}

.weekend-tabs .sticky{width:100%; left:0px;}
.weekend-tabs {margin-bottom: 20px;}
.weekend-deatais .nav-tabs{overflow-x: scroll; overflow-y:hidden; white-space: nowrap;flex-flow: inherit;}
.getTabs{overflow-x: auto; white-space: nowrap;flex-flow: inherit;}
.bannerImg .search-box input{height:36px;}
.bannerImg .search-box button{top:0px;}
.bannerImg .search-box input::placeholder { font-size:18px;}
.weekend-deatais .nav-link{padding: 6px 4px;margin-right:4px;}
.weekend-deatais {padding-top: 5px;}
.weekend_gateway #portfolio-flters li{padding: 9px 6px;font-size:13px;}

.innerPages .innerBlock .row:nth-child(1) div{padding-left:15px; padding-right:15px;}
.innerPages .innerBlock .row.icons{padding-left:0px!important; padding-right:0px!important;}
.innerPages .innerBlock .row .contant{padding:0px!important;}
.blog .entry{padding:15px;}
.innerPages {padding: 20px 0 30px 0;}

.blog .blog-item .fluid-img{height:150px;}
.mobileViewIcons{display:block;}
#footer {margin-bottom: 32px;}
.bottom-fix-nav{display:block;}
.back-to-top{display:none!important;}
.blog{padding: 10px 0 0px 0;}
.blog .entry .entry-title, .blog .entry h1, .blog .entry h2{font-size: 18px;}

.dspTime i{font-size: 20px;}
.dspTime .durat{padding-top:10px;font-size: 10px;}
.dspTime .fontbold{font-weight:bold;font-size: 13px;}
.Gitbtn {position: absolute; right: 0; bottom: 5%;left: 0; margin: 0 auto; text-align: center;}
.Gitbtn a:first-child { margin-right: 5px;}
.ccGegr { height: 35px;width: 120px;font-size: 13px;line-height: 22px;}
.readyBox h3 {font-size: 18px;margin-bottom: 5px;}
.travellerEx p { margin-bottom: 5px;}
.blog .sidebar .recent-posts img { height: 50px;}
.blog .sidebar .recent-posts h4 { font-size: 12px; margin-bottom: 0px;}
div#header-sticky-wrapper {top: 10px;}

}

@media only screen and (min-width: 414px) and (max-width: 767px) { 
.mobileView {font-size:16px;}
}

.offer {
    background: url("../../img/placebg.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.offer:before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(22, 40, 105, 0.91) 46%, rgba(0, 0, 0, 0.41) 100%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.offer-l {
    padding: 110px 0px 100px 0px;
    text-align: center;
}
.ol-1 {
    width: 250px;
    height: 1px;
    background: #515771;
    /* position: absolute; */
    margin: 0 auto;
    display: table;
    /* margin-bottom: 30px; */
}
.ol-2 {
    background: #f4364f;
    padding: 5px 3px 3px 3px;
    position: relative;
    /* top: -18px; */
    margin: 0 auto;
    display: table;
    margin-top: -15px;
    border-radius: 2px;
}
.ol-4 {
    font-size: 47px;
    color: #fff;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    display: block;
    line-height: 46px;
    padding-top: 30px;
    text-transform: uppercase;
}
.ol-3 {
    width: 250px;
    height: 1px;
    background: #515771;
    /* position: absolute; */
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ol-5 {
    font-size: 66px;
    color: #fff;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    display: block;
    line-height: 46px;
    margin-bottom: 30px;
}
.offer-l ul {
    display: flex;
    justify-content: center;
}
.offer-l ul li {
    display: inline-block;
    margin: 0px 10px;
}
.offer-r {
    padding: 50px;
    margin: 0 auto;
    display: table;
}
.offer-r img {
    width: 100%;
}
.offer-l ul li span {
    display: block;
    color: #ecdee0;
    font-family: 'Quicksand', sans-serif;
}
.ol-2 i {
    color: #fff;
    font-size: 16px;
    margin: 0px 5px;
}

.pad-bot-redu {
    padding-bottom: 50px;
}
.pla {
    background: #eff5fb;
    background-size: cover;
    /* margin-top: 35px; */
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.tb-space {
    padding: 50px 0px;
}
.spe-title {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.spe-title-1 h2 {
    color: #253d52;
}
.spe-title h2 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 44px;
    color: #253d52;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59); */
}
.spe-title h2 span {
    color: #50af00;
    font-size: 44px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
.title-line {
    margin-top: -10px;
}
.tl-1 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #359c00;
}
.tl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid #ebc131;
    border-radius: 50px;
}
.tl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #359c00;
}
.weakendgetway {
    padding-bottom: 30px;
}
.place img {
    width: 100%;
    border-radius: 5px;
    /* border: 3px solid #24272d; */
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.29);
}
.place h3 {
    color: #253d52;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}
.place h3 span {
    color: #253d52;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}
.place p {
        color: #253d52;
    padding: 10px 0px 0;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.link-btn {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 2px;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    /* font-family: Arial; */
    font-size: 13px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #f4364f;
    background: linear-gradient(to bottom,#f4364f,#dc2039);
}
.popu-places-home {
    position: relative;
    overflow: hidden;
}
.place {
    margin-bottom: 30px;
}


.homeBgImg{
    height: 85vh;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../../img/slder.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}
@media(max-width:768px){
   .homeBgImg{height: 70vh;}
}


.bottom-fix-nav{background: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding:8px 12px;
  z-index:999;
}
.bottom-fix-nav ul{margin:0px;padding-left: 0px;}
.bottom-fix-nav ul li{display: inline; padding: 0px; margin-right: 5px;}
.bottom-fix-nav ul li .fa-phone{    
  padding: 8px 12px;
    font-size:22px;
    color: #fbfbfb;
    height: 38px;
    width: 38px;
  border-radius: 5px;
    background:#039c8e;}
.bottom-fix-nav ul li .fa-whatsapp{    
  padding: 8px 9px;
    font-size:22px;
    color: #fbfbfb;
    height: 38px;
    width: 38px;
  border-radius: 5px;
    background: #007d00;}
  
  .bottom-fix-nav ul li .fa-facebook{    
  padding: 8px 12px;
    font-size:22px;
    color: #fbfbfb;
    height:38px;
    width: 38px;
  border-radius: 5px;
    background: #4267B2;}
  
  .bottom-fix-nav ul li .fa-instagram{    
  padding: 8px;
    font-size:22px;
    color: #fbfbfb;
    height: 38px;
    width: 38px;
  border-radius: 5px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);}
    
    .inner-header {
    position: absolute;
    width: 100%;
    left: 0;
}
div#header-sticky-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
        top: 39px;
}
.col-4.first1 {
    text-align: center;
}
.is-sticky header{
    background: #fff;
}
.is-sticky .nav-menu a {
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}
    
.gallery-space{
box-sizing: content-box;
    padding: 20px 30px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    position: relative;
    background: #fff;
}

.gallery-space  h3 {
    font-size: 22px;
}
.Gitbtn a {
    display: inline-block;
}
a.fancybox {
    display: block;
    margin-bottom: 15px;
}a.fancybox img {
    width:100%;
    height:150px;
    object-fit: cover;
}

.animated-text h2 {
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-weight: 400;
}

a.typewrite {
    color: #fff;
    font-size: 20px;
    text-align: center;
}
a.typewrite span{
    color: #fff;
    text-align: center;
    display:block;
    font-size: 25px;
}
.animated-text {
    padding-top: 100px;
     padding-bottom: 100px;
}

.reviwfrsocial img {
    width: 113px !important;
    margin: 0 auto 10px;
}

.categorydatedropelse {
 
}
.InnerbannerImg h2 {
    padding-top: 230px;
    color: #fff;
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}

.weekend-data table tr td span {
    color: #000 !important;
}
.weekend-data table{
    padding:10px;
}

.weekend-data {
    padding: 10px;
    overflow:hidden;
        padding-top: 0;
}
.weekend-data table tr td {
    height: 19px;
}
.innerPages .wkgt_img .contant .heading_1 {
    color:#000;
}
.inner-tetimonailso {
    box-sizing: content-box;
    padding: 20px 30px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    position: relative;
    background: #fff;
}

.inner-tetimonailso .TmBox h4 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}
.inner-tetimonailso  .testimonial-block .inner-box .image-box {
    width: 80px;
    height: 80px;
    position:static;
        margin: 0!important;
}
.testimonials-right-line{
    display:flex;
    align-items: center;
   justify-content: space-between;
}
.inner-tetimonailso .testimonial-block .inner-box .text {
    position: relative;
    font-size: 13px;
    color: #000;
    text-align: justify;
    max-height: 170px;
    padding-right: 0px;
    line-height: 17px;
    overflow-y: auto;
}
.inner-tetimonailso  .testimonial-block .inner-box {
    position: relative;
    border-radius: 16px;
    background-color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin-top: 15px;
}
.inner-tetimonailso .TmBox {
    border-radius: 10px;
    cursor: pointer;
    margin: 0px;
    border: 1px dashed #ccc;
}
.inner-tetimonailso .reviwfrsocial img {
    width: 80px !important;
    margin: 0 auto 10px;
}
.cost_per_person{
    background:#ccc;
        padding-top: 10px;
}
.getbackcall{
    color:#000;
    background:#000;
}
.getbackcall {
    color: #000;
    background: #000;
    padding: 6px;
    padding: 8px;
    font-size: 17px;
    color: #fbfbfb;
    height: 38px;
    width: 38px;
    border-radius: 5px;
    /* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
}
.InnerbannerImg h1 {
    padding-top: 230px;
    color: #fff;
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}
.contentwithtext {
    padding: 40px 0;
}

.contentwithtext  a.btnshowhide.text-primary{
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 2px;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    /* font-family: Arial; */
    font-size: 13px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #f4364f;
    background: linear-gradient(to bottom,#f4364f,#dc2039);
    margin-top:10px;
}
.viewallblogdf {
    margin: auto;
    display: block;
    width: fit-content;
    background: #41a500;
}
@media (min-width: 320px) and (max-width: 767px) {
.animated-text {
    padding-top: 119px;
}
.animated-text h2 {
    font-size: 28px;
}
a.typewrite span{
    font-size: 11px;
}
.offer-l ul {
    padding-left: 0;
}
.offer-l {
    padding: 60px 0px 0px 0px;
}
.ol-4 {
    font-size: 28px;
    line-height: 34px;
    padding-top: 20px;
}
.offer-r {
    padding: 15px;
    margin: 0 auto 20px;
}
.place h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
    font-weight: 700;
}
div#header-sticky-wrapper {
    top: 10px;
}
#header .logo h1 a, #header .logo h1 a:hover {
    color: #ffffff;
    text-decoration: none;
}
.is-sticky #header .logo h1 a, .is-sticky #header .logo h1 a:hover {
    color: #000;
    text-decoration: none;
}
.InnerbannerImg h2 {
    font-size: 36px;
    text-align: center !important;
    padding-left: 0 !important;
    padding-bottom: 79px !important;
}
.InnerbannerImg h1 {
    font-size: 36px;
    text-align: center !important;
    padding-left: 0 !important;
    padding-bottom: 79px !important;
}
.tabcontents {
    padding: 20px 15px;
    padding-top: 0px;

}
.mobile-nav-toggle i {
    color: #ffffff;
    background: #379c01;
    padding: 6px 9px;
}
.large-columns .owl-carousel .item img {
    min-height: auto;
    max-height: initial;
    height: auto;
}
.inner-tetimonailso .testimonial-block .inner-box {
    padding: 10px 9px;
    margin-top: 15px;
}
.inner-tetimonailso .TmBox h4 {
    font-size: 12px;
}
.inner-tetimonailso h2 {
    font-size: 22px;
    margin-left: 15px;
}
.large-columns .owl-carousel .owl-nav .owl-prev span {
    color: #fff;
    font-size: 25px;
    line-height: 26px;
}
.inner-tetimonailso {
    padding: 20px 0px;
}
.gallery-space {
    padding: 15px 15px;
}
.TmBox .testimonial-block .inner-box {
    padding: 0px 14px 20px;
    text-align: center;
}
.tabcontents {
    padding-top: 20px;
    padding-bottom: 10px;
}
}

@keyframes blink-text {
  0%, 100% { color: #ffffff; }
  50%      { color: #50af00; }
}

#header .inner-header .nav-menu ul li.blink:nth-child(5) a {
  animation: blink-text 1s linear infinite;
}
/*#header .inner-header .nav-menu ul {*/
/*    display: flex;*/
/*}*/

#header .inner-header .nav-menu ul li {
    order: 0;
}

#header .inner-header .nav-menu ul li.blink:nth-child(5) {
    order: -1; 
}

/*mob*/
 .mobile-nav ul li.blink:nth-child(5) a {
  animation: blink-text 1s linear infinite;
}
.mobile-nav ul {
}

.mobile-nav ul li {
    order: 0;
}

 .mobile-nav ul li.blink:nth-child(5) {
    order: -1; 
}
