@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body{
	font-family: 'Poppins', sans-serif;
}
a{
	text-decoration: none !important;
}
.border-radius-10{
	border-radius: 10px;
}
.form-control:focus{
	box-shadow: none;
}
.border-right{
	border-right: 1px solid #f1f1f1;
}
.bg-gradient{
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,181,204,1) 0%, rgba(77,235,255,1) 100%);
}
.text-blue{
	color: #00b5cc !important;
}
.bg-blue{
	background-color: #00b5cc !important;
}
.topbar{
	padding: 15px 0;
}
.topbar-left span i{
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #00b5cc;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
}
.topbar-left span a{
	text-decoration: none;
	font-size: 15px;
}
.topbar-btns a{
	padding: 10px 20px;
	background-color: #00b5cc;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.navbar{
	padding: 15px 0;
	-webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	background-color: #fff;
}
#navbarNav{
	justify-content: flex-end;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{
	color: #00b5cc;
}
.dropdown:hover .dropdown-menu{
	display: block;
}
.dropdown-menu{
	min-width: 230px !important;
	top: 95%;
	border-radius: 0px;
	border: none;
	-webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
}
.dropdown-item{
	padding: 10px 20px;
}
.dropdown-item:hover{
	background-color:#00b5cc;
	color: #fff;
}
.navbar-light .navbar-nav .nav-link{
	color: #222;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 18px;
    font-size: 15px;
}
.carousel-item .banner-content{
	position: absolute;
	top: 60%;
}
#products-carousel i{
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #00b5cc;
	color: #fff;
}
.carousel-control-next, .carousel-control-prev{
	width: 4%;
	opacity: 1;
}
/* .slide-1{
	padding: 100px 0;
	background: url(../img/homepage-banner.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 95px;
	height: 100vh;
	position: relative;
} */
.banner{
	padding: 70px 0 100px 0;
	background: linear-gradient(to right, #dbfbff, #e2fcff, #e8fdff, #effdff, #f5feff);
	margin-top: 95px;
	position: relative;
}
.homebanner{
	padding: 70px 0 100px 0;
	background: url(../img/blue-pattern.png) no-repeat center center;
	background-size: cover;
	margin-top: 95px;
	position: relative;
	height: 100vh;

}
.banner a{
	text-decoration: none;
	border-radius: 10px;
}
.appointment-form-wrapper{
	margin-top: -35px;
}
.appointment-form{
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	border-radius: 10px;
}
.textfield-wrap i{
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	background-color: #00b5cc;
	text-align: center;
}
.benefits{
	padding: 100px 0;
}
.benefit-margin{
	margin-top: 100px;
}
.common-heading h2{
	color: #222;
	font-weight: bold;
	font-size: 38px;
}
.common-heading span{
	height: 2px;
	display: block;
	width: 70px;
	background-color: #00b5cc;
}
.benefit-image{
	height: 120px;
    width: 120px;
    line-height: 120px;
	text-align: center;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}
.benefit-wrapper{
	padding: 70px 70px 50px 70px;
	-webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	text-align: center;
}
.benefit-details h5{
	color: #333333;
	font-weight: 800;
	margin: 20px 0;
}
.benefit-details p{
	color: #8e8e8e;
	font-size: 15px;
	line-height: 25px;
}
.benefit-details p a{
	text-decoration: none;
}
.benefit-image {
    position: absolute;
    top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.features{
	padding-bottom: 70px;
}
.bullet-point{
	margin-bottom: 5px;
}
.bullet-point span{
	height: 10px;
	width: 10px;
	margin-right: 8px;
	background-color: #00b5cc;
	float: left;
	margin-top: 6px;
}
.bullet-point p{
	display: block !important;
	overflow: hidden;
}
.testimonials{
	padding: 70px 0;
}
.feature-row{
	margin-top: 100px;
}
.feedback-wrap{
	padding: 20px;
	-webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	border: 1px solid #f1f1f1;
	position: relative;
	margin: 0 15px;
}
.quotes-image{
	position: absolute;
	top: 37%;
	left: 13px;
	z-index: -100;
}
.feedback-wrap p{
	font-size: 16px;
	color: #505050;
	margin-top: 20px;
	min-height: 120px;
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    margin-left: 2px;
    color:#00b5cc;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
.testimonials .owl-carousel .owl-item img{
	width: auto;
	margin: 0 auto;
}
.pricing-plans{
	padding: 70px 0;
}
.plan-wrapper{
	-webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	padding: 40px;
	text-align: center;
	border-radius: 30px;
	margin-top: 50px;
}
.price-circle{
	height: 135px;
	width: 135px;
	line-height: 25px;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,181,204,1) 0%, rgba(77,235,255,1) 100%);
	border-radius: 50%;
	text-align: center;
	padding-top: 35px;
	margin: 30px auto;
}
.price-circle p{
	font-size: 13px;
}
.plan-wrapper h4, .plan-wrapper h5{
	color: #555555;
	font-size: 23px;
}
.plan-wrapper h5{
	font-size: 16px;
}
.plan-wrapper .bullet-point p{
	color: #999999;
	font-size: 15px;
}
.plan-wrapper-premium{
	background-image: linear-gradient(to right, #dbfbff, #e2fcff, #e8fdff, #effdff, #f5feff);
	min-height: 380px;
	padding: 89px 40px;
}
.small-premium-plan{
	min-height: 280px;
}
footer{
	padding: 10px 0;
	background-color: #00b5cc;
}
.contact-details{
	padding: 70px 0;
}
.map-section{
	padding-top: 70px;
}
.content-area{
	padding: 70px 0;
}
.content-area p{
	font-size: 16px;
	color: #7a7a7a;
	line-height: 32px;
}
.contact-us-banner{
	padding: 100px 0;
	background: url(../img/contact-us-img.png) no-repeat center center;
	background-size: cover;
}
.about-us-banner{
	padding: 100px 0;
	background: url(../img/about-banner.png) no-repeat center center;
	background-size: cover;
}
.contact-us-banner ul{
	list-style-type: none;
}
.breadcrumbs {
    list-style-type: none;
    margin-top: 15px;
}
.breadcrumbs li {
    padding: 0 15px;
        padding-left: 15px;
    border-right: 1px solid #fff;
}
.breadcrumbs li a {
    color: #fff;
    font-weight: 500;
}
.coming_Soon{
	height: 100vh;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,181,204,1) 0%, rgba(77,235,255,1) 100%);
}
.coming-soon-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.moretext {
	display: none;
} 
.moretext-2 {
	display: none;
}
.moretext-3 {
	display: none;
}
.moretext-4 {
	display: none;
}
/* owl carosuel controls */
.carousel-wrapper {
	position: relative;
	text-align: center;
	font-family: sans-serif;
  }
  
  .owl-carousel .owl-nav {
	overflow: hidden;
	height: 0px;
  }
  
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
	background: #5110e9;
  }
  
  
  .owl-carousel .item {
	text-align: center;
  }
  
  .owl-carousel .nav-button {
	height: 50px;
	width: 50px;
	background-image: #00b5cc;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 110px !important;
  }
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.25;
  }
  
  .owl-carousel .owl-prev {
	left: -35px;
  }
  .breadcrumbs li:nth-last-child(1){
	  border-right: none;
  }
  .owl-carousel .owl-next {
	right: -35px;
  }
  
  .owl-theme .owl-nav [class*=owl-] {
	color: #ffffff;
	background-color: #00b5cc !important;
	font-size: 39px;
	background: #000000;
	border-radius: 3px;
	font-size: 25px !important;
	border-radius: 50% !important;
  }
  
  .owl-carousel .prev-carousel:hover {
	background-position: 0px -53px;
  }
  
  .owl-carousel .next-carousel:hover {
	background-position: -24px -53px;
  }
  .our-story{
	  padding: 100px 0;
  }
  .our-story h5{
	  color:#8D9199;
	  font-weight: 400;
  }
  .our-story p{
	  font-size: 15px;
	  line-height: 25px;
  }
  .about-content{
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  padding: 0 50px;
  }
  .our-team{
	  padding-bottom: 70px;
  }
  
  .our-clients{
	padding: 70px 0;
}
  .team-member {
	margin: 15px 0;
	padding: 0;
  }
  
  .team-member figure {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
  }
  
  .team-member figure img {
	min-width: 100%;
  }
  
  .team-member figcaption p {
	font-size: 16px;
  }
  
  .team-member figcaption ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .team-member figcaption ul {
	visibility: visible;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
  }
  
  .team-member figcaption ul li {
	display: inline-block;
	padding: 10px;
  }
  
  .team-member h4 {
	margin: 10px 0 0;
	padding: 0;
  }
  
  .team-member figcaption {
	padding: 50px;
	color: transparent;
	background-color: transparent;
	position: absolute;
	z-index: 996;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  
  .team-member figure:hover figcaption {
	visibility: visible;
	color: #fff;
	background: rgba(0, 181, 204, 0.9);
	/* Primary color, can be changed via colors.css */
	
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  
  .team-member figure:hover figcaption ul li a:hover {
	color: rgba(49, 49, 49, .97);
  }
  
  .team-member figure img {
	-webkit-transform: scale(1) rotate(0) translateY(0);
	-moz-transform: scale(1) rotate(0) translateY(0);
	-o-transform: scale(1) rotate(0) translateY(0);
	-ms-transform: scale(1) rotate(0) translateY(0);
	transform: scale(1) rotate(0) translateY(0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  
  .team-member figure:hover img {
	-webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
	-moz-transform: scale(1.1) rotate(1deg) translateY(12px);
	-o-transform: scale(1.1) rotate(1deg) translateY(12px);
	-ms-transform: scale(1.1) rotate(1deg) translateY(12px);
	transform: scale(1.1) rotate(1deg) translateY(12px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  .facts{
	  padding: 70px 0;
	  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,181,204,1) 0%, rgba(77,235,255,1) 100%);
  }
  .destination-det{
	  position: absolute;
	  top: 50%;
	transform: translateY(-50%);
	  text-align: center;
	  z-index: 100;
	  width: 100%;
  }
  .destination-det span{
	  width: 100px;
	  height: 2px;
	  display: block;
	  background-color: #fff;
	  display: inline-block;
  }
  .top-destinations{
	  padding: 70px 0;
  }
  .overlay{
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right:0;
	  background: rgba(0,0,0,0.5);
  }
  .popular-tours{
	  padding-top: 70px;
  }
  .tour-details{
	  padding: 20px;
	  background-color: #fff;
	-webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 10px 2px rgba(0,0,0,0.04);
  }
  .tour-wrapper span, .tour-wrapper h6{
	  color: #5E6D77;
	  font-size: 14px;
  }
  .rating{
	  list-style: none;
	  padding: 0;
  }
  .rating .text-grey{
	  color:#ddd;
  }
  .tour-wrapper h6 b{
	  font-size: 20px;
	  color: #333;
  }
  .tour-details{
	  min-height: 190px;
  }
  .tour-types{
	padding: 70px 0;
	background: url(../img/tour-types.png) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
  }
  .tour-wrap{
	  text-align: center;
	  width: 200px;
	  height: 200px;
	  line-height: 140px;
	  border: 3px solid #fff;
	  border-radius: 50%;
  }
  .tour-wrap h4{
	  color: #fff;
	  font-size: 18px;
  }
  .tour-wrap:hover{
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,181,204,1) 0%, rgba(77,235,255,1) 100%);
	border-color:#00b5cc;
}
/* Homepage slider css starts here */
.home-slider-content{
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
}
.home-slider-content a{
	background-color: #00b5cc;
	color: #fff;
}
.home-slider-content h1{
	line-height: 60px;
	font-size: 35px;
	font-weight: 700;
	color: #333 !important;
}
.home-slider-content p{
	color: #333 !important;
}
.home-slider-content h1 span{
	font-size: 52px;
}
.homebanner .carousel-inner{
	overflow: visible;
}

