@import url('https://fonts.googleapis.com/css2?family=Baskervville&family=Open+Sans:wght@300;400;700&family=Playfair+Display:wght@400;600&family=Poppins:wght@300;400;700&family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/*  
font-family: 'Baskervville', serif;

font-family: 'Open Sans', sans-serif;

font-family: 'Playfair Display', serif;

font-family: 'Poppins', sans-serif;

font-family: 'Roboto Condensed', sans-serif;

font-family: "Fjalla One", sans-serif;

font-family: 'Urbanist', sans-serif;

*/
body{font-family:Urbanist,sans-serif}
p{color:#2a2a2a;font-size:16px;line-height:1.8;margin:0;padding:0}
a{color:#38445c;display:inline-block}
a:hover{color:#f56729;text-decoration:none}
.text-red{color:#c00!important;font-size:12px}
.img-fullwidth{width:100%}
.red {
    color: red;
    font-size: 12px;
}
.error-text{text-align:left!important}
.bread{background:#f9f9f9;color:#000;margin:0;padding:10px 0;border-top:#e4e4e5 1px solid;border-bottom:#e4e4e5 1px solid}
.bread ul{margin:0;padding:0;text-align:left}
.bread ul li{color:#000;display:inline-block;margin:0 5px;padding:0}
.bread ul li a{color:#000}
.bread ul li a:hover{color:#000}
.header{  position:relative;   background: #fff;   border-bottom: 5px solid #f2c40e; }
 
.header .navbar-collapse{padding:0}
.header .topbar{background: #141311;   padding: 5px 0;   color: #fff; }
.sosal_mda {
  text-align: right;
}
.sosal_mda a {
  border: #fff solid 1px;
  color: #fff;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}   
.header .social{ margin:22px 0;font-family: "Fjalla One", sans-serif; text-align:center;}
.header .social li{display:inline-block;color:#443f2e;   font-size: 18px; margin-right:40px; text-transform:uppercase; }
.header .social li:last-child{margin-right:0;padding-right:0;border-right:0} 
.header .social li a{color:#443f2e;  }
.header .social li a.active{color:#fff; background:#f2c40e; padding:0 5px   } 
.header .logo{ margin:5px  0; text-align:center;    }
.header .header-menu{z-index:3333;margin:30px 0; text-align:center;  }
.header .navbar{background:0;box-shadow:none;border:0;position:relative;padding:0}
.navbar-nav{display:block}
.header .nav li{ position:relative;  display:inline-block;}
.header .nav li:last-child{margin-right:0}
.header .nav li a{color:#443f2e;font-size:14px;padding:10px 13px;display:block;position:relative;text-shadow:none; font-weight: 300;}
.header .nav li:hover a,.header .nav li.active a{color: #d09a3f; } 
.header .nav li a i{margin-left:5px}
.header .nav li .dropdown{background:#fff;width:220px;position:absolute;left:0;z-index:99;opacity:0;visibility:hidden;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);transform:scale(0.5);-webkit-box-shadow:0 5px 12px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 12px rgba(0,0,0,0.2);box-shadow:0 5px 12px rgba(0,0,0,0.2);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;margin:0}
.header .nav li:hover .dropdown{transform:scale(1.0);opacity:1;visibility:visible}
.header .nav li .dropdown li{float:none;margin:0;border:0}
.header .nav li .dropdown li a{padding:10px 15px;color:#252525;display:block;font-weight:400;text-transform:capitalize;background:transparent}
.header .nav li .dropdown li i{float:right}
.header .nav li .dropdown li:hover a{color:#252525}
.header .nav li .dropdown.submenu{left:100%;top:0;opacity:0;visibility:hidden;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);transform:scale(0.5)}
.header .nav li .dropdown li:hover .dropdown.submenu{opacity:1;visibility:visible;transform:scale(1.0)}
.header .nav li .dropdown li .dropdown.submenu li a{color:#777;background:transparent}
.header .nav li .dropdown li .dropdown.submenu li:hover a{color:#252525}
.header .button{text-align:center}
.header .button .btn{margin-top:0;color:#fff;border-radius:0;box-shadow:none;padding:8px 25px;background:#f60;border:1px solid transparent}
.header .button .btn:hover{color:#252525;background:transparent;border-color:#e6e6e6}
.header.sticky .header-inner{
	position:fixed;
	width:100%;
	z-index:111111;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#fff;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}
 
.home-slider{
	height: 600px;
	position:relative
}
.home-slider .overlay{
	position:relative
}
.home-slider .overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #000;
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height:600px;
	border: none;
}
.home-slider .single-slider:before{
	opacity:0.4;
}
.home-slider .single-slider .slider-text {
	margin:400px 0 0;
	padding:20px;  
} 
.home-slider .single-slider h1 {
	font-size: 42px;
	line-height: 42px;  
	color: #fff;
	margin-bottom:10px;
	font-family: "Fjalla One", sans-serif;
	text-shadow: 0 0 1px #000, 0 0 3px #000;
}
.home-slider .single-slider p {
	font-size: 16px;
	color: #fff;
	text-shadow: 0 0 3px #000, 0 0 5px #ccc; 
} 
.home-slider .single-slider .button{
	margin-top:10px;
}
.home-slider .single-slider .btn { 
	color: #fff ;
	font-size:14px;
	background: #ec4613;
	position: relative;
	z-index: 3; 
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover{
	background:#ec4613;
	color:#fff;
}
.home-slider .single-slider .btn.primary{
	color:#fff;
}
.home-slider .single-slider .btn.primary:before{
	background:#fff;
}
.home-slider .single-slider .btn.primary:hover{
	color:#252525;
	background:transparent;
}
.home-slider .single-slider .btn:last-child{
	margin-right:0px;
}
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover{
	background:#000;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover{
	left:25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
	right:25px;
}



.rent1 {
	background: #141311;
	padding:20px 30px;
	width: 27%;
	position: absolute;
	right: 5%; 
	z-index:999; 
	top:20%;
}
.blink-text {
  animation: blinker 3.9s cubic-bezier(.28,.03,.49,.99) infinite;
}
.rent1 .txt2{
	font-size: 20px;
	color: #fff;
	font-family: "Fjalla One", sans-serif;
	border-bottom: 5px solid #f2c40e;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.rent1  label{
	color:#FFF;	
	margin-bottom:2px;
}
.rent1 .form-group{
	margin-bottom:10px;	
}
.rent1 .form-group input[type="text"]{
  width: 100%;
  height: 32px;
  background: #fff;
  color: #666;
  padding: 0px 10px;
  font-size: 12px;
  border: 1px solid #efe9e9;
  border-radius: 0;
  transition: .5s;
}
.rent1 .form-group textarea {
  height: 100px;
  font-size: 12px;
  border-radius: 0;
  resize: none;
  padding: 10px 10px;
}
.btn-default.btn-rent-submit{width: 100%;   display: block; color: #191509; border: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; font-size: 20px; line-height: 20px; font-weight: 700; padding: 15px 20px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;   margin-bottom: 0px; text-transform: uppercase; background: #ffd018; position: relative; letter-spacing: 0px;
}
.btn-default.btn-rent-submit:hover{color: #191509; background: #f2c40e; border-color: #282828;}


.last-banner {
    margin-top: -90px;
    background-color: rgba(0,0,0,.6);
	position:relative;
	z-index:111;
}

.last-banner ul {
    text-align: left
}

.last-banner ul li {
    padding: 0 20px 0 0;
    margin: 20px 10px;
    display: inline-block;
    border-right: solid 1px #3a3937;
    color: #fff;
    font-size: 16px;
	text-align:center;
}

.last-banner ul li>span {
    display: block
}



.corp-hidden {
  background-color: rgb(255, 255, 255);
  margin:0;
  padding:40px 0;
}


.stapss {
    background: #fff;
    padding:20px   0 0;
} 
.sec-title {
    text-align: center;
    position: relative;
    margin-bottom: 19px;
	padding-bottom:15px;
}
.sec-title h6 {
    line-height: 0.9;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 11px;
  color:#FF5956;
  font-size:14px;
}
.sec-title h2 {
    font-size: 30px;
}
.sec-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: rgb(0, 0, 0);
  left: 50%;
  bottom: 10px;
  position: absolute;
  transform: translate(-50%, 10px);
}
._divbox {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 15px 7px;
  position: relative;
  border-radius: 20px;
  z-index: 1;
  min-height: 150px;
  border: 1px solid rgb(170, 211, 239);
}
._divimg {
  width: 100%;
  margin: 10px auto 15px;
}
._divttl {
    width: 100%;
    /* margin: 0px 0px 15px; */
    font-weight: 600;
    font-size: 16px;
}












.events{
	padding: 0;
	position:relative;
}
.events .single-event {
	margin:   0; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 5px;
}
.events .single-event:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head .btttn {
	position: absolute;
	bottom: 15px;
	left: 15px;   
	padding: 10px 15px; 
	color: #fff; 
	opacity:1; 
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
	background:#000;
}
.events .single-event:hover .head .btttn{
	background:#FFF;
	color: #000; 
}
.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%; 
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
	background:#fa6980;
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}

.events .videobox{

	border-radius: 6px 6px 6px 6px;

  overflow: hidden;

  position: relative;

  margin:15px 0;	

}

.events .videobox video{

	width: 100% !important;

  height: auto !important;	

}

.events .single-event .head{

	position:relative;

}

.events .single-event .head img{border-radius: 5px;}

.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	opacity:1;
	visibility:visible;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
	background:#fa6980; 
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
	}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content {
	margin:0px;
	padding:15px 0;
	text-align:center;
	background:#fff;
} 
.events .event-content h4 {
	font-size: 18px;
	margin:   0;
}
.events .event-content h4 a{
	color:#252525;
	font-family: "Fjalla One", sans-serif;
}  

.explore{margin:0;padding:40px 0;position:relative} 
.explore h1{font-size: 30px;   color: #191509; font-family: "Fjalla One", sans-serif;  position:relative; text-transform:uppercase; padding-bottom:15px; margin:  10px 0;}
.explore h1 span{color:#373a3c}
.explore h1::before {
  content: '';
  width: 142px;
  height: 4px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.explore p{margin:0 0 20px 0;padding:0;font-size:14px;color:#191509;text-align:justify; }
.explore p a{font-size:18px;color:#191509}
.explore p a:hover{color:#f56729}
.explore .read-btn{line-height:45px;border:1px solid #dbdbdb;border-radius:23px;padding:0 20px;font-size:14px;color:#2e2e2e;font-weight:500}
.explore .read-btn:hover{border-color:#f56729;background:#fff;color:#f56729}
.expBox{margin:15px 0;padding:0}




.featured-tour{
	margin:0;
	padding:40px 0 60px;
	position:relative;	
}
.tour-listing__card {
  position: relative;
  border-radius: 10px;
  border: 1px solid #EBE6DE;
  background-color: #fff;
  transition: all 500ms ease;
  margin:15px 0;
}

.tour-listing__card:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
}
.tour-listing__card-image-box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  z-index: 1;
  margin: -1px -1px 0;
}
.tour-listing__card-image {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
  height: 200px;
  object-fit: cover;
}
.tour-listing__card:hover .tour-listing__card-image {
  transform: scale(1.1);
}
.tour-listing__card-btn-group {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 11;
}
.tour-listing__card-featured {
  min-width: 66px;
  padding: 3px 5px;
  display: table;
  background-color:#ffffff;
  font-size: 12px;
  color: #FF5956;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
}

.tour-listing__card-wishlist:hover {
  background-color:#FF5956;
} 
.tour-listing__card-image-overlay {
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(45, 35, 48, 0.7);
  z-index: 1;
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
} 
.tour-listing__card:hover .tour-listing__card-image-overlay {
  top: 0;
  height: 100%;
}
.tour-listing__card-content {
  padding: 15px 15px 15px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 10px;
}
.tour-listing__card-camera-group {
  position: absolute;
  top: -17px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  z-index: 11;
}
.tour-listing__card-camera-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #EBE6DE;
  font-size: 16px;
  color: #FF5956;
}
.tour-listing__card-title {
  font-size:18px;
  line-height: 1.4;
  color:#2D2330;
  font-weight:600;
  margin-bottom: 1px; 
}
.tour-listing__card-title a{
	color:#2D2330;
  font-weight:600;
}
.tour-listing__card-content h5 {
  margin: 0; 
  border-top: 1px solid #ebe6de;
  padding-top: 7px;
  margin-top: 7px;
  color: #777;
  font-weight:600;
  font-size: 16px;
}
.tour-listing__card-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.tour-listing__card-content ul li {
  list-style: none;
  font-size: 14px;
  color: #000;
  padding-left: 20px;
  margin: 5px 0;
  display: table;
  width: 100%;
  position: relative;
}
.tour-listing__card-content ul li span {
  position: relative;
  line-height: 20px;
  display: table;
}
.tour-listing__card-content ul li span i {
  position: absolute;
  top: 4px;
  left: -20px;
  color: #ff5956;
  font-size: 13px;
}
.tour-listing__card-inner-content {
  position: relative;
  padding: 17px 20px 15px;
  margin-top: 18px;
  background-color: #FAF5EE;
  border-radius: 10px;
  transition: all 400ms ease-in-out;
  z-index: 1;
}
.tour-listing__card-inner-content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FF5956;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
  border-radius: 10px;
  z-index: -1;
}

.tour-listing__card:hover .tour-listing__card-inner-content::after {
  top: 0;
  height: 100%;
}
.tour-listing__card-location-box {
  display: flex;
}

.tour-listing__card-location-box span {
  position: relative;
  top: 4px;
  font-size: 14px;
  color: #FF5956;
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
}
.tour-listing__card:hover .tour-listing__card-location-box span {
  color:#ffffff;
}
.tour-listing__card-location-text {
  font-size: 14px;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
}
.tour-listing__card:hover .tour-listing__card-location-text {
  color:#ffffff;
}
.tour-listing__card-divider {
  margin-top: 7px;
  margin-bottom: 13px;
  height: 1px;
  background-color: #EBE6DE;
  transition: all 0.4s ease-in-out;
}
.tour-listing__card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.tour-listing__card-price {
  font-size:14px ;
  line-height: 1;
  color:#2D2330;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.tour-listing__card:hover .tour-listing__card-price {
  color:  #ffffff ;
}
.tour-listing__card-bottom-left {
  display: flex;
  align-items: center;
}
.tour-listing__card-day {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.tour-listing__card-day a {
  background-color: #ff5956;
  color: #fff;
  padding: 3px 15px;
  border: 1px solid #ff5956;
  border-radius: 5px;
  float: right;
  margin-right: -20px;
}


.tour-listing__card-content .read-collpse{position:relative;    background:transparent; border: 1px solid #ddd; border-radius: 6px;
  line-height: 19px;  color: #777;  padding: 0px 7px; font-size: 12px;}
.tour-listing__card-content .read-collpse span{display:block;}
.tour-listing__card-content .read-collpse[aria-expanded="false"] i{display:none;}
.tour-listing__card-content .read-collpse[aria-expanded="true"] span{display:none;}
.tour-listing__card-content .read-collpse[aria-expanded="true"] i{display:block;}



.cars_wrapper{
	padding: 40px 0;
  background: #f3f3f3;
}
.carbox{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border: 1px solid #d7d7d7;
	padding:0;
	margin:15px 0;
}
.carimg{
	margin:0;
	padding:0;
	position:relative;	
}
.cartxt{
	padding: 8px;
	margin:0;
  	background: rgb(255, 255, 255);	
}
.cartxt h3 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 500;
  	line-height: 1.2;
}
.highligh-car {
    margin-bottom: 0px;
    border-bottom: 1px solid rgb(243, 243, 243);
    padding-bottom: 5px;
    display: flex;
    overflow-x: auto;
	line-height: 18px;
}
.highligh-car span {
    font-size: 13px;
    padding: 0 5px;
}
.cars::before,
.seats::before,
.bags::before,
.kms::before {
    content: "";
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
}

.cars::before {
    background: url("../images/cars.svg") 50% center / 15px 12px no-repeat; 
    margin-right: 5px;
}

.seats::before {
    background: url("../images/seats.svg") 50% center / 12px 15px no-repeat;
}

.bags::before {
    background: url("../images/luggage-bag.svg") 50% center / 12px 15px no-repeat;
}

.kms::before {
    background: url("../images/kms.svg") 50% center / 12px 15px no-repeat;
}
.amenties {
    width: 100%; 
    margin-top: 2px;
    margin-bottom: 4px;
}
.amenties p{
	margin: 5px 0;
	padding:0;	
	line-height: 1.5;
	color: #212529;
	font-weight:600;
}
.amenties ul {
  list-style: circle;
  margin: auto 20px;
  padding: 0px;
  margin-bottom: 10px;
}
.amenties ul li {
  list-style: circle;
  margin: 0px; 
  line-height: 20px;
  padding: 0px;
  width: 100%;
}
.cartxt .view {
  padding: 0%;
  margin: 0px 0px 6px;
  position: relative;
  list-style: none;
}
.view li img {
    width: 16px;
}
.view li { display: inline-block; padding: 4px; font-size: 0.9rem; border-radius: 4px; width: 49%; text-align: center; } 
.view li span {
    display: flex;
    justify-content: space-evenly;
} 
.view li:nth-child(1) {
    background: rgb(216, 245, 213);
    border: 1px solid rgb(0, 221, 128);
}
.view li:nth-child(2) {
    background: rgb(227, 237, 255);
    border: 1px solid rgb(8, 145, 214);
}
.view li:hover .hovertiptext {
  display: block;
}
.hovertiptext {
  position: absolute;
  width: 300px;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 10px;
  top: -120px;
  left: 0px;
  bottom: 39px;
  display: none; 
}
.hovertiptext p {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color:#fff;
}
.hovertiptext ul {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}
.hovertiptext li {
  background: transparent !important;
  border: none !important;
  text-align: left;
  font-size: 11px;
  width: 100%;
  list-style: circle !important;
  margin: 0;
  padding: 0 4px;
}
.scrolllist {
  padding: 5px;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 9px;
}

.slbox{
	margin:0;
	padding:0;
	text-align:center;	
}
.trip-benefits-icon {
  width: 42px;
  height: 42px;
  background-size: 170px 170px !important;
  margin:auto;
}
.trip-black-text {
  font-size: 10px;
  text-align: center;
  line-height:15px;
}
.bg-expert-chauffeurs {
	background: url("../images/our-services-benefits.webp") -2px -2px no-repeat;
	background-size: auto;
}
.bg-safety-certified {
  background: url("../images/our-services-benefits.webp") -44px -2px no-repeat;
    background-size: auto;
}
.bg-multiple-stops {
    background: url("../images/our-services-benefits.webp") -86px -2px no-repeat;
}
.bg-routes {
    background: url("../images/our-services-benefits.webp") -2px -44px no-repeat;
}
.bg-low-fares {
    background: url("../images/our-services-benefits.webp") -44px -44px no-repeat;
}
.bg-zero-cancellation {
    background: url("../images/our-services-benefits.webp") -86px -44px no-repeat;
}
.bg-flexible-packages {
    background: url("../images/our-services-benefits.webp") -2px -86px no-repeat;
}
.bg-cab-at-disposal {
    background: url("../images/our-services-benefits.webp") -44px -86px no-repeat;
}
.bg-reliability {
    background: url("../images/our-services-benefits.webp") -86px -86px no-repeat;
}
.bg-expert-chauffeurs {
    background: url("../images/our-services-benefits.webp") -2px -2px no-repeat;
}

.BPG {
    background-color: rgb(193, 241, 221);
    border-radius: 4px;
    font-size: 14px;
    padding: 6px;
	color:#000;
}
.BPG a{
	color:#007aff;
	font-weight:600;
}
.popover1 {
  position: absolute;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 10px;
  display: none;
  bottom: 62px;
  z-index: 1;
  left: 25px;
  width: 300px;
  opacity: 0;
}
.BPG:hover .popover1 {
    opacity: 1;
    display: block !important;
}


.talk-to-cd {
  display: inline-block;
  background: rgb(16, 50, 115);
  border-radius: 60px;
  padding: 8px 10px 8px 10px;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 0px 0px;
  text-decoration: none !important;
}
.t-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t-inner img {
  width: 45px;
  margin-right: 14px;
}
span.data-pick {
  position: absolute;
  font-size: 40px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  opacity: 0;
}
.img-box {
  position: relative;
}
.t-info {
  margin: 0 17px;
  text-align: center;
}
.talk-to-cd h6 {
  font-size: 17px;
  margin: 0px 0px 4px;
  text-align: center;
  font-family: Metropolis-Bold;
  color: #fff;
}
.talk-to-cd h2 {
  font-size: 22px;
  margin: 0px;
  font-family: Metropolis-Bold;
  color: #fff;
}



.prefer {
  padding: 25px 0px 20px;
  margin:0;
  position:relative;
}
.hover-widget {
  position: relative;
  min-height: 500px;
}
.hover-widget-1 {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0px;
}
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    backface-visibility: hidden;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hover-widget-2 {
    position: absolute;
    z-index: 10;
    top: 8%;
    right: 0px;
}

.hover-widget-3 {
    position: absolute;
    z-index: 3;
    top: 40%;
    left: -50px;
}

.hover-widget-4 {
    position: absolute;
    z-index: 4;
    top: 24%;
    left: 45%;
    right: 0px;
}

.hover-widget-5 {
    position: absolute;
    z-index: 4;
    top: 40%;
    right: -10%;
}

.hover-widget-6 {
    position: absolute;
    z-index: 4;
    bottom: 10%;
    left: 15%;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.3);
}


.video-testimonial{
	padding:40px 0;
	background: #f3f3f3;
	position:relative;
}
.video-testimonial .single-event{	
	margin:15px 0;
}



.testimonials{
	padding:40px 0;
	background:#fff;
	position:relative;	
} 
.reviewbox{
	margin:15px 0;
	padding: 30px;
	border-radius: 5px;
	position:relative;
	box-shadow: 0 4px 12px rgba(0,0,0,.175);
	background:#fff;	
}
.reviewbox .content {
  display: block;
  position: relative;
  margin-bottom: 5px;
  line-height: 2em;
  font-size: 14px;
  text-align: left;
  color:#000;
  transition: all 0.3s ease;
}
.reviewbox .ofhide {
  max-height: 80px;
  overflow: hidden;
}
.reviewbox .rquote1 {
  color: #ddd;
  font-size: 10px;
}
.reviewbox .rquote2 {
  color: #ddd;
  font-size: 10px;
  margin-right: 5px;
}
.reviewbox .content more {position:absolute;bottom:-5px	;right:0;color:#000;font-weight:700;cursor:pointer;background-color:#fff;display:block;}
.reviewbox .content .less {position:static;padding-left:0;text-align:right;display:inline-block;}
.reviewbox .rrate{font-size:12px;}
.reviewbox .rrate i {color:#fabb05;font-size:15px;} 
.reviewbox .rtitle{
	padding-top:5px;
	font-size: 14px;
	text-align:left; 
	font-weight:600;
	color:#000;	
}
  
.footer{padding:0;position:relative;background:#1e190b } 
.footer .footer-top{padding:30px 0}
.footer .single-widget{margin:15px 0}
.footer .single-widget .title{font-size:20px;margin-bottom:15px;color:#fff;position:relative; font-family: "Fjalla One", sans-serif;}
.footer .about ul li{position:relative}
.footer .about ul li a,.footer .quick-links ul li a,.footer .useful-links ul li a{color:#fff;font-size:15px}
.footer .useful-links ul li a:hover{color:#fff;font-size:15px}
.footer .list li{line-height:30px;color:#fff;list-style:none;font-size:15px; margin-bottom:10px;}
.footer .list li a{color:#fff}
.footer .quick-links ul li{position:relative;list-style:none;font-size:14px}
.footer .useful-links ul li{position:relative;line-height:30px;list-style:none;font-size:15px; float:left; width:49%; margin-left:1%;}
.footer .useful-links ul li i{margin-right:3px;color:#3554d1}
.footer .footer-bottom{border-top:1px solid #ebebeb; }
.footer .bottom-head{padding:5px 0}
.footer .copyright p{color:#fff;line-height:34px;text-transform:capitalize;margin:0}
.footer .copyright a,.footer .copyright a:hover,.footer .social li a:hover i{color:#fff}
.footer .social{text-align:center;margin:10px 0}
.footer .social li{margin-right:3px;display:inline-block}
.footer .social li a{display:block;height:30px;width:30px;line-height:30px;border:1px solid #fff;text-align:center;margin:0;padding:0;border-radius:100%;color:#fff}
.footer .social li a:hover{background:#3554d1;color:#fff}
.footer .social li i{color:#fff;margin:0}


.innerbanner{position:relative;background-repeat:no-repeat;background-size:cover;overflow:hidden;background-position:center center;padding-top:38.1%}
a.whatsapp-btn {background:#0e8c06;border-radius:4px;bottom:15px;color:#fff;font-size:32px;left:15px;padding:5px 10px;position:fixed;z-index:1111; }
a.whatsapp-btn:hover {background:#0ca503;}
a.callph-btn {background:#fa0006;border-radius:4px;bottom:15px;color:#fff;font-size:32px;left:70px;padding:5px 10px;position:fixed;z-index:1111; }
a.callph-btn:hover { background:#eb0207;}


 

 