/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Figtree:300,400,500,600,700);
* {
	outline:none;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
	margin:0;
	padding: 0;
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-family: 'Figtree',helvetica neue,Helvetica,Arial;
}
a {
	/*color: #0389e3;*/
	color: #222222;
	transition: all 0.5s ease 0s;
}
a:hover,
a:focus {
  /*color: #2a9de9;*/
	color: #f54900;
  text-decoration: none;
	transition: all 0.5s ease 0s;
}
option {
	background: #fff;
	white-space: normal;
	outline-color: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
.clear {
	clear:both;
}
.bg-overlay-container::after {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.5);
  content: '';
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.bg-overlay-container.mobilemenu-open::after {
  width: 100%;
  height: 110%;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (min-width:1280px){.container{width:1200px}}


/* Header */
.header {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #fff;
}
.top-header {
	width: 100%;
	float: left;
	padding: 4px 0px;
	margin: 0px;
	background: #012a53;
	background: #ffffff;
	/* background: linear-gradient(135deg, rgba(15, 90, 135, 0.05) 10%, rgba(45, 125, 155, 0.05) 40%, rgba(235, 220, 85, 0.2) 100%);*/
	line-height: 30px;
	color: #333333;
	/* background: linear-gradient(-55deg,#ff7600,#ff9900);
	background: linear-gradient(135deg, rgb(249, 143, 28) 0%, rgb(244, 84, 66) 100%); */
	border-bottom: 1px solid #e5e5e5;
}
.top-left {
	float: left;
	margin-right: 30px;
}
.top-nav {
	float: right;
	padding: 0px;
	margin: 0px;
}
.top-connect {
	float: left;
	padding: 0px;
	margin: 0px;
}
.top-connect > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.top-connect > ul > li {
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	line-height: 30px;
}
.top-connect .fa {
	padding-right: 5px;
}
.top-connect a {
	color: #333333;
	font-weight: 500;
}
.top-connect a:hover {
	color: #f54900;
}
.top-auth {
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.top-auth a {
	padding: 0px;
	border-radius: 2px;
	color: #0084d1;
	margin: 0px;
	line-height: 22px;
}
.top-auth a:hover {
	background: #fef6c9;
	color: #a90829;
}
.top-header .btn-outline {
	background: #ff6900;
	border: 1px solid #ff6900;
	border-radius: 5px;
	padding: 3px 8px;
	color: #ffffff;
	line-height: 24px;
	font-size: 14px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.top-header .btn-outline:hover {
	background: #fe9a00;
	border: 1px solid #fe9a00;
	color: #ffffff;
}
.main-header {
	width: 100%;
	height: 70px;
	float: left;
	margin: 0px 0px;
	padding: 0px;
	background: #ffffff;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.main-header .logo {
	float: left;
	height: 60px;
	margin: 5px 15px 5px 0px;
	overflow: hidden;
}
.main-header .navbar .navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.main-header .nav > li > a {
	padding: 10px 15px;
}
.main-header .nav.navbar-nav {
	margin-top: 15px;
}
.navbar-theme ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.navbar-theme .nav a,
.navbar-theme .nav ul li a {
	color: #222222;
	font-weight: 600;
	display: inline-block !important;	
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.navbar-theme .active a,
.navbar-theme .active a:focus,
.navbar-theme .active a:hover,
.navbar-theme li a:hover,
.navbar-theme li a:focus {
	color: #ff6900;
	outline: 0;
	text-decoration: none;
	background: none;
}
.navbar-theme .dropdown-menu {
	width: 100%!important;
	float: left;
	padding: 10px 0px;
	border-radius: 10px!important;
	border: 1px solid #f6f6f6;
	z-index: 999999999;
}
.navbar-theme .dropdown-menu.mega-menu {
	min-width: 600px;
}
.navbar-theme .dropdown-menu.mega-menu.mw-400 {
	min-width: 400px;
}
.navbar-theme .dropdown {
}
.navbar-theme .mega-menu  {
	width: 100%;
	position: absolute;
}
.navbar-theme .dropdown-menu a {
	padding: 6px 15px;	
	font-weight: normal;
}
.navbar-theme .dropdown-menu li.heading {
	padding: 6px 15px;
	font-weight: 600;
}
.navbar-theme .collapse ul ul > li > a {
	color: #333333;
	font-size: 15px;	
	padding: 5px 15px;
}
.navbar-theme .collapse ul ul > li:hover > a {
	color: #ff6900;
}
.main-menu .collapse ul li:hover > ul {
	display: block;
}
.main-navigation li.mega-menu {
	position: static;
}
.navbar-theme .collapse ul li:hover > .mega-menu ul {	
}
.navbar-theme .collapse ul li:hover > .mega-menu .has-border-right {
	border-right: 1px solid #eaeaea;
}
.main-header.affix {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 1039;
  -webkit-box-shadow: 0 -2px 24px 1px rgba(0, 0, 0, .06);
  box-shadow: 0 -2px 24px 1px rgba(0, 0, 0, .06);
}
/* Main Content */
.main-content {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.banner-section {
	width: 100%;
	height: 360px;
	overflow: hidden;
	float: left;
	position: relative;
	background: #333333;
}
.banner-section .carousel-inner > .item {
	width: 100%;
	max-height: 360px;
	overflow: hidden;
	text-align: center;
}
.banner-section .carousel-inner > .item > img,
.banner-section .carousel-inner > .item > a > img {
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-section .carousel-control .icon-prev,
.banner-section .carousel-control .icon-next,
.banner-section .carousel-control .carousel-control-left,
.banner-section .carousel-control .carousel-control-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.banner-section .carousel-control .icon-prev,
.banner-section .carousel-control .carousel-control-left {
  left: 50%;
  margin-left: -10px;
}
.banner-section .carousel-control .icon-next,
.banner-section .carousel-control .carousel-control-right {
  right: 50%;
  margin-right: -10px;
}
.banner-section .carousel-caption {
  position: absolute;
  right: 15%;
  top: 60px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.banner-section .carousel-caption h2 {
	font-size: 36px;
	font-weight: bold;
}
.banner-section .item::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
  left: 0;
	background: #00000060;
	background: linear-gradient(to bottom, rgb(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0) 100%);
}
.search-area {
	width: 660px;
	height: 150px;
	position: absolute;
	top: 150px;
  left: calc(50% - 330px);
}
.search-content-bg {
	width: 100%;
	float: left;
	padding: 15px 0px;
	background: rgb(250,250,255);
	background: url(../images/peoples-bg-01.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.search-content-info {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.search-content-info h2 {
	font-size: 42px;
	font-weight: 700;
}
.search-content-info p {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.search-form-container {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.search-form-inner {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 10px 15px;
  background: #fff;
	border-radius: 12px;
	box-shadow: 0 0px 30px rgba(0,0,0,0.4);
}
.js-input-location {
	width: 60%;
	float: left;
	padding: 0px 0px 0px 24px;
	position: relative;
}
.js-input-type {
	width: 30%;
	float: left;
	padding: 0px 0px 0px 24px;
	position: relative;
}
.js-input-submit {
	width: 6%;
	float: right;
	text-align: center;
	border-radius: 25px;
}
.js-input-submit:hover {
	background: #ede9fe;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.js-input-submit button {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: none;
	border: 0px;
	outline: 0px;
	text-align: center;
}
.js-input-submit button i {
	line-height: 36px;
	font-size: 18px;
}
.js-input-divider {
	width: 2px;
	height: 24px;
	float: left;
	position: relative;
	margin: 6px 6px 6px 6px;
	border:1px solid #ddd;
}
.js-input-icon {
  position: absolute;
  left: 0px;
  top: 0%;
  margin-top: 0px;
  width: 24px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #5c6770;
  background: #ffffff;
  z-index: 9;
	font-family: "Font Awesome 5 Pro";
	font-weight:300;
}
.search-form-inner input,
.search-form-inner select {
	width: 100%;
	height: 36px;
	float: left;
	border: 0px solid #ddd;
	padding: 0px 8px;
	background: none;
	font-size: 16px;
}
.search-form-inner input:focus,
.search-form-inner select:focus {
	border: 0;
	outline: 0;
}
.search-form-inner input[type=submit] {
	width: 100%;
	background: #f24141;
	color: #ffffff;
	border-radius: 30px;
}
.popular-search {
	font-size: 13px;
	text-align: center;
	color: #666666;
}
.popular-category {	
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0px;
	margin: 0px;
	background: rgb(250,250,255);
	background: radial-gradient(circle, rgba(250,250,250,1) 50%, rgba(246,249,255,1) 100%);
}
.section-block {
	width: 100%;
	float: left;
	position: relative;
	padding: 40px 0px;
	margin: 0px;
}
/* Package Card */
.packagecard {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	transition: all 0.4s ease-in-out 0s;
	z-index: 999;
}
.packagecard a {	
	transition: all 0.4s ease-in-out 0s;
}
.packagecard:hover {
	box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.packagecard .card-image {
	width: 100%;
	height: 200px;
	float: left;
	position: relative;
	border-radius: 12px 12px 0px 0px;
	overflow: hidden;
	transition: all ease-in-out .3s;
}
.packagecard .card-image a:before {
	content: '';
	background: linear-gradient(to top, #0000006c, transparent);
	height: 40%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all ease-in-out .3s
}
.packagecard:hover .card-image:before {
	height: 100%;
	transition: all 0.4s ease-in-out 0s;
}
.packagecard .card-image img {
	transition: all 0.4s ease-in-out 0s;
	max-width: 100%
}
.packagecard:hover .card-image img {
	transform: scale(1.1);
}
.packagecard .card-image .discount-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 10px;
	background: #fe9a00;
	color: #ffffff;
	border-radius: 8px;
}
.packagecard .card-content {
	width: 100%;
	float: left;
	padding: 10px;
	transition: all ease-in-out .3s;
	background: #fff;
	border-radius: 0px 0px 12px 10px;
}
.packagecard .card-content h3 {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
.packagecard .card-content .info-block {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}
.packagecard .card-content .info-block > .duration-block {
	padding: 0px;
	margin: 0px;
	align-content: center;
}
.packagecard .card-content .info-block > .price-block {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	text-align: right;
}
.packagecard .card-content .info-block > .price-block > .original-price {
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	text-decoration:line-through;
	text-decoration-color: #ff6900;
}
.packagecard .card-content .info-block > .price-block > .price {
	padding: 0px;
	margin: 0px;
}
.packagecard .card-content .info-block > .price-block > .price > span {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.packagecard .card-content div.location-block {
	float: left;
	font-size: 14px;
	line-height: 18px;
	height: 20px;
	margin-top: 5px;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.packagecard .card-footer {
	width: 100%;
	float: left;
	padding: 15px 15px;
	transition: all ease-in-out .3s;
	background: #fff;
	border-top: 1px solid #e7e7e7;
	border-radius: 0px 0px 12px 12px;
	display: flex;
	justify-content: space-between;
}
.packagecard .card-footer .btn-detail,
.packagecard .card-footer .btn-enquire {
	padding-left: 20px;
	padding-right: 20px;
}
.packagecard .card-footer .btn-detail {
  color: #fff;
  background-color: #f54900;
  border-color: #f54900;
	border-radius: 10px;
	transition: all ease-in-out .3s;
}
.packagecard .card-footer .btn-detail:focus,
.packagecard .card-footer .btn-detail.focus {
  color: #fff;
  background-color: #fe9a00;
  border-color: #fe9a00;
}
.packagecard .card-footer .btn-detail:hover {
  color: #fff;
  background-color: #fe9a00;
  border-color: #fe9a00;
}
.packagecard .card-footer .btn-enquire {
  color: #444444;
  background-color: transparent;
  border-color: #656565;
	border-radius: 10px;
	transition: all ease-in-out .3s;
}
.packagecard .card-footer .btn-enquire:hover {
  color: #f54900;
  border-color: #f54900;
}
.packagerow {
	width: 100%;
	display: flex;
	position: relative;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	transition: all 0.4s ease-in-out 0s;
	z-index: 999;
}
.packagerow a {	
	transition: all 0.4s ease-in-out 0s;
}
.packagerow:hover {
	box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.packagerow .card-image {
	width: 300px;
	height: 240px;
	float: left;
	position: relative;
	border-radius: 12px 0px 0px 12px;
	overflow: hidden;
	transition: all ease-in-out .3s;
}
.packagerow .card-image a:before {
	content: '';
	background: linear-gradient(to top, #0000006c, transparent);
	height: 40%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all ease-in-out .3s
}
.packagerow:hover .card-image:before {
	height: 100%;
	transition: all 0.4s ease-in-out 0s;
}
.packagerow .card-image img {
	transition: all 0.4s ease-in-out 0s;
	max-width: 100%;
	height: 100%;
}
.packagerow:hover .card-image img {
	transform: scale(1.1);
}
.packagerow .card-image .discount-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 10px;
	background: #ff6900;
	color: #ffffff;
	border-radius: 8px;
	font-weight: 600;
}
.packagerow .card-body {
	width: calc(100% - 300px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px 15px;
	margin: 0px 0px 0px 0px;
	transition: all ease-in-out .3s;
	background: #ffffff;
	border-radius: 0px 12px 12px 0px;
}
.packagerow .card-body .card-info {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: flex;
}
.packagerow .card-body .info-block {
	width: 70%;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	font-size: 15px;
}
.packagerow .card-body .info-block h3 {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}
.packagerow .card-body .info-block i {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.packagerow .card-body .info-block > .duration-block {
	padding: 0px;
	margin: 0px;
	align-content: center;
}
.packagerow .card-body .tourtype-block {
	width: 100%;
	margin: 0px 0px 5px 0px;
}
.packagerow .card-body .tourtype-block span {
	display: inline-block;
	background: #feda58;
	color: #000000;
	padding: 5px 12px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 16px;
}
.packagerow .card-body .include-block {
	width: 100%;
	margin: 10px 0px 5px 0px;
}
.packagerow .card-body .include-block > span {
	width: 100%;
	margin: 0px 15px 10px 0px;
}
.packagerow .card-body .include-block > span > i {
	width: auto;
	margin: 0px 0px 0px 0px;
	color: #444444;
}
.packagerow .card-body .location-block {
	width: 100%;
	margin: 5px 0px 15px 0px;
}
.packagerow .card-body .price-block {
	width: 30%;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	text-align: right;
}
.packagerow .card-body .price-block > .original-price {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	text-decoration:line-through;
	text-decoration-color: #ff6900;
}
.packagerow .card-body .price-block > .price {
	padding: 0px;
	margin: 0px;
}
.packagerow .card-body .price-block > .price > span {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}
.packagerow .card-action {
	width: 100%;
	display: flex;
	justify-content: end;
}
.packagerow .card-action .btn-detail,
.packagerow .card-action .btn-enquire {
	padding-left: 20px;
	padding-right: 20px;
}
.packagerow .card-action .btn-detail {
  color: #fff;
  background-color: #f54900;
  border-color: #f54900;
	border-radius: 10px;
	transition: all ease-in-out .3s;
}
.packagerow .card-action .btn-detail:focus,
.packagerow .card-action .btn-detail.focus {
  color: #fff;
  background-color: #fe9a00;
  border-color: #fe9a00;
}
.packagerow .card-action .btn-detail:hover {
  color: #fff;
  background-color: #fe9a00;
  border-color: #fe9a00;
}
.packagerow .card-action .btn-enquire {
  color: #444444;
  background-color: transparent;
  border-color: #656565;
	border-radius: 10px;
	transition: all ease-in-out .3s;
}
.packagerow .card-action .btn-enquire:hover {
  color: #f54900;
  border-color: #f54900;
}
.packagerow .card-footer {
	width: 100%;
	float: left;
	padding: 15px 15px;
	transition: all ease-in-out .3s;
	background: #fff;
	border-top: 1px solid #e7e7e7;
	border-radius: 0px 0px 12px 12px;
}
.packagerow .card-footer .btn-detail,
.packagerow .card-footer .btn-enquire {
	padding-left: 20px;
	padding-right: 20px;
}
.packagerow .card-footer .btn-detail {
  color: #fff;
  background-color: #f54900;
  border-color: #f54900;
	border-radius: 50px;
	transition: all ease-in-out .3s;
}
.packagerow .card-footer .btn-detail:focus,
.packagerow .card-footer .btn-detail.focus {
  color: #fff;
  background-color: #fe9a00;
  border-color: #fe9a00;
}
.packagerow .card-footer .btn-detail:hover {
  color: #fff;
  background-color: #fe9a00;
  border-color: #fe9a00;
}
.packagerow .card-footer .btn-enquire {
  color: #656565;
  background-color: transparent;
  border-color: #656565;
	border-radius: 50px;
	transition: all ease-in-out .3s;
}
.packagerow .card-footer .btn-enquire:hover {
  color: #f54900;
  border-color: #f54900;
}
.package-filter {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	transition: all 0.4s ease-in-out 0s;
	z-index: 999;
}
.package-filter .filter-title {
	width: 100%;
	float: left;
	padding: 10px 15px;
	border-bottom: 1px solid #e0e5f3;
	font-size: 15px;
}
.package-filter .filter-title i {
	margin-right: 5px;
}
.package-filter .filter-title .filter-clear {
	font-size: 12px;
	padding: 2px 8px;
	border: 1px solid #ff7600;
	border-radius: 4px;
	color: #f54900;
	float: right;
}
.package-filter .filter-title .filter-clear i {
	margin: 0px;
}
.filter-block {
	width: 100%;
	float: left;
	background: #fff;
	border-bottom: 1px solid #e0e5f3;
	padding: 10px 15px;
}
.filter-block:last-child {
	border-bottom: 0px solid #e0e5f3;
	border-radius: 0px 0px 12px 12px;
}
.filter-block .filter-block-heading {
	width: 100%;
	float: left;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	font-weight: bold;
	color: #333333;
}
.filter-block-heading + .filter-block-inner {
	padding-top:0px;
}
.filter-block-inner {
	width: 100%;
	float: left;
	padding: 0px;
}
.filter-block-inner ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap : 8px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.filter-block-inner li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.filter-block-inner li a {
	font-size: 14px;
	padding: 3px 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.filter-block-inner li.active a {
	font-size: 14px;
	padding: 3px 10px;
	border: 1px solid #f54900;
	border-radius: 6px;
	color: #f54900;
}
.filter-block-inner li.active a {
	font-size: 14px;
	padding: 3px 10px;
	background: #f54900;
	border: 1px solid #f54900;
	border-radius: 6px;
	color: #fff;
}
.filter-block-innerx [type="radio"], .filter-block-innerx [type="checkbox"] {
  display: none;
}
.filter-block-innerx li.checkbox { margin: 5px 0; }
.filter-block-innerx li.checkbox + .checkbox { margin-top: 0; }
.filter-block-innerx li a,
.filter-block-innerx .checkbox label { border-bottom: 0px; box-shadow: none; color: #555; font-size: 13px; display: block; padding: 5px 0 2px 25px; position: relative; text-decoration: none; }
.filter-block-innerx li a:before,
.filter-block-innerx .checkbox label:before { background-color: #fff; border: 1px solid #d5d5d5; border-radius: 2px; content: ""; height: 17px; left: 0; position: absolute; text-align: center; top: 5px; width: 17px; }
.filter-block-innerx li:hover a:before,
.filter-block-innerx .checkbox label:hover:before,
.filter-block-innerx li a.active:before { color: #f87e08; content: "\f00c"; font-family: "Font Awesome 5 Pro"; line-height: 15px; border: 1px solid #f87e08; }
.filter-block-innerx li a.active { color: #f87e08; }
.filter-block-innerx li a span,
.filter-block-innerx .checkbox label span { color: #bbbbbb; float: right; font-size: 12px; font-weight: 400; }
/* Destination Card */
.destination-card {
	width: 100%;
	height: 280px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #f7f7f7;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.destination-card .image-wrapper {
	width: 100%;
	height: 280px;
	float: left;
	padding: 0px;
	margin: 0px 0px;
	border-radius: 12px 12px;
	overflow: hidden;
	position: relative;
}
.destination-card .image-wrapper:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(to top, #0000009c, transparent);
	z-index: 1;
}
.destination-card .image-wrapper img {
	width: 100%;
  height: 100%;
	object-fit: cover;
	transition: all 0.4s ease-in-out 0s;
}
.destination-card .content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #ffffff;
	z-index: 2;
}
.destination-card:hover .image-wrapper img {
	transform: scale(1.1);
}
.scrollmenu {
	width: 100%;
	height: fit-content;
	/**used to scroll text*/
	white-space: nowrap;    
	overflow-x: scroll;
	overflow-y: hidden;
	/**keep scrolling when
		*finger or cursor scrolling*/
	-webkit-overflow-scrolling: touch; 
}
.scrollmenu {
	/* Hide scrollbar for Chrome, Safari and Opera */
	&::-webkit-scrollbar {
		display: none;
	}
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.theme-card {
	width: 180px;
	float: none;
  display: inline-block;
	padding: 0px;
	margin: 0px 10px 15px 0px;
	text-align: center;
	position: relative;
}
.theme-card .image-wrapper {
	width: 100%;
	height: 180px;
	float: left;
	padding: 5px;
	margin: 0px 0px;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.theme-card .image-wrapper img {
	width: 100%;
  height: 100%;
	object-fit: cover;
	transition: all 0.4s ease-in-out 0s;
	border-radius: 50%;
}
.theme-card .image-wrapper:hover {
	opacity: 0.7;
	border: 1px solid #ff8904;
}
.theme-card .theme-title {
	width: 100%;
	display: inline-block;
	margin: 10px 0px;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	float: left;
}
/* Benifites */
.benefit-tour-item {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #ffedd4;
  background: #fff7ed;
  padding: 30px;
  position: relative;
}
.benefit-tour-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f54900;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
  border-radius: 10px;
}
.benefit-tour-item .icon {
  margin-bottom: 30px;
  font-size: 55px;
  color: #ff6900;
}
.benefit-tour-item .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.benefit-tour-item .content h5 {
  margin-bottom: 18px;
	font-size: 18px;
}
.benefit-tour-item .content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: #333333;
}
.benefit-tour-item .content h5 a:hover {
  color: #ffffff;
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.benefit-tour-item .content p {
  color: #333333;
}
.benefit-tour-item:hover .icon {
  position: relative;
  z-index: 9;
	color: #ffffff;
}
.benefit-tour-item:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.benefit-tour-item:hover .content h5 {
  position: relative;
  z-index: 9;
	color: #ffffff;
}
.benefit-tour-item:hover .content p {
  position: relative;
  z-index: 9;
  color: #ffffff;
}
.benefit-tour-item:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
  z-index: 1;
}
/* Testimonial */
.scroll-testimonial {
	width: 100%;
	display: grid;
	flex-direction: row;
	align-items: top;
	/**used to scroll text*/
	white-space: nowrap;    
	overflow-x: scroll;
	overflow-y: hidden;
	/**keep scrolling when
		*finger or cursor scrolling*/
	-webkit-overflow-scrolling: touch; 
}
.scroll-testimonial {
	/* Hide scrollbar for Chrome, Safari and Opera */
	&::-webkit-scrollbar {
		display: none;
	}
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.flex-container {
  display: flex;
	margin-bottom: 20px;
}
.card-testimonial {
	display: inline-block;
	width: 420px;
  padding: 34px 40px;
	margin: 0px 15px 20px 0px;
  border: 1px solid #E4E6E8;
  background-color: #ffffff;
  border-radius: 24px;
	white-space: normal;
}
.card-testimonial .card-info {
  display: block;
}
.card-testimonial .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-testimonial .card-top .card-author {
  display: flex;
  align-items: center;
}
.card-testimonial .card-top .card-author p {
	margin-bottom: 0px;
}
.card-testimonial .card-top .card-author .card-image {
  width: 64px;
  height: 64px;
  margin-right: 12px;
}
.card-testimonial .card-top .card-author .card-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: block;
	padding: 3px;
	border: 1px solid #ddd;
}
.card-testimonial .card-rate i {
  margin-left: 2px;
	font-size: 12px;
	color:#FFCC00;
}
.text-lg, .text-lg-medium, .text-lg-bold {
  font-size: 16px;
  line-height: 22px;
	font-weight: 600 !important;
}
.text-sm, .text-sm-medium, .text-sm-bold {
  font-size: 14px;
  line-height: 22px;
}
.counter-main-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter-item {
	width: 32%;
  display: flex;
  align-items: center;
  gap: 30px;
	padding: 15px 30px;
	color: #ffffff;
	background: #083d60;
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);	
  border-radius: 10px;
}
.counter-item .icon {
  font-size: 60px;
  color: #c0eafa;
}
.counter-item .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.counter-main-item .counter-item .content h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
}
.counter-main-item .counter-item .content p {
  color: var(--white);
}
.counter-main-item .counter-item:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.counter-section {
  background-attachment: fixed;
}
.section-title {	
	width: 100%;
	float: left;
	position: relative;
	padding: 0px 0px;
	margin: 0px 0px 25px 0px;
}
.section-title h2 {	
	font-size: 30px;
	font-weight: bold;
	color: #404040;
}
.section-title h4 {	
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
.section-title p {	
	font-size: 16px;
}
.section-title span {	
	color: #f54900;
}
.section-content {	
	width: 100%;
	float: left;
	position: relative;
	padding: 0px 0px;
	margin: 0px 0px;
}
.section-explore {	
	width: 100%;
	float: left;
	position: relative;
	padding: 0px 0px;
	margin: 50px 0px 0px 0px;
}
.section-explore a {	
	display: inline-block;
	padding: 10px 20px;
	margin: 0px;
	background: #ffffff;
	border: 1px solid #ff8904;
	border-radius: 12px;
	color: #f54900;
	font-weight: 600;
}
.section-explore a:hover {
	border: 1px solid #999999;
	color: #666666;
}
.section-explore a i {
	margin-left: 5px;
	transform: rotate(45deg);
}
.section-more-btn {
	border: 1px solid #01439f;
  border-radius: 50px;
  font-size: 16px;
	padding: 8px 15px;
}
.section-more-btn:hover {
	background: #f4f7ff;
}
.call-action {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 30px 0px;
	position: relative;
}
.call-action-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
  border-radius: 20px;
  background: #EBE8FD;
  padding: 24px 60px;
  margin-top: 20px;
  position: relative;
}
.call-action-img {
  background: #EBE8FD url(https://d8it4huxumps7.cloudfront.net/uploads/images/65e01f13a52da_mentorship_mins_bg.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
}
.call-action-btn {
	background: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	border: 1px dashed #01439f;
	font-weight: bold;	
}
/* Page */
.page-header {
	width: 100%;
	float: left;
	padding: 20px 0px;
  margin: 0px;
	background: #f8f9fa;	
	background: url(../images/page-banner.jpg) bottom;
	text-align: center;
	position: relative;
	border-bottom: 0px solid #eee;
}
.page-header div {
  position: relative;
}
.page-header h1 {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}
.page-header h1 span {
	color: #2aa6da;
}
.page-header.package-page {
	background: url(../images/page-inner.jpg) no-repeat;
	background-size: cover;
	color: #ffffff;
}
.page-header.package-page::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0px;
	width: 100%;
	background: linear-gradient(to bottom, rgb(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
}
.page-header.package-list p {
	font-size: 15px;
}
.page-breadcrumbsss {
  width: 100%;
  float: left;
  margin: 0px 0px;
  padding: 15px 0px;
  overflow: hidden;
  background: #ddd;
  background-image: linear-gradient(to right, rgb(251, 146, 60), rgb(253, 224, 71));
}
.page-breadcrumb {
  width: 100%;
  float: left;
  margin: 0px 0px;
  padding: 10px 0px;
  overflow: hidden;
  background: #fff;
	border-bottom: 1px solid #f4f4f4;
}
.page-breadcrumb ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.page-breadcrumb ul li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	color: #555555;
}
.page-breadcrumb li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.page-breadcrumb ul li a {
	color: #f54900;
}
.page-section {
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding: 30px 0px 30px 0px;
}
.page-content {
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding: 15px 0px 30px 0px;
}
.page-content.has-bg {
	background: #f8f9fa;
	background-image: url(../images/auth-bg.png);
}
.page-content.tour-bg-cover-fit {
	background: #f8f9fa;
	background-image: url(../images/customised-tours-bg.webp);
	background-position: bottom;
	background-repeat: no-repeat;
}
.page-content .page-sub-header {
	width: 100%;
	float: left;
	padding: 10px 0px;
  margin: 0px;
	text-align: center;
}
.page-content .page-sub-header h1 {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
	color: #f54900;
}
.package-boxxxx {
	width: 100%;
	float: left;
}
.package-header {
	width: 100%;
	float: left;
}
.package-header h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 30px;
}
.package-header .seprater {
	margin: 0px 10px;
	padding: 0px;
	color: #9d9d9c;
}
.package-box {
	width: 100%;
	float: left;
	display: flex;
	gap: 30px;
}
.package-left-col {
	width: 67%;
	float: left;
}
.package-right-col {
	width: 32%;
	float: left;
}
.package-box .package-image {
	width: 100%;
	max-height: 330px;
	float: left;
	overflow: hidden;
	border-radius: 12px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	box-shadow: 0 0 5px rgb(0, 0, 0, .20);
}
.package-box .package-image img {
	max-width: 100%;
	object-fit: fill;
	border-radius: 12px;
}
.package-box .include-block {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
.package-box .include-block > span {
	min-width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
}
.package-box .include-block > span > i {
	display: block;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #f54900;
}
.package-box .include-block > span > i.fa-building {
	color: #f54900;
}
.package-box .package-block {
	width: 100%;
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 15px;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	box-shadow: 0 0 5px rgb(0, 0, 0, .05);
}
.package-box .package-block h2 {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 20px;
}
.package-box .package-tab {
	width: 100%;
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 10px;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0, 0, 0, .05);
}
.package-box .package-tab ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.package-box .package-tab ul > li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.package-box .package-tab ul > li > a {
	float: left;
	font-size: 15px;
	padding: 6px 12px;
	border-radius: 6px;
}
.package-box .package-tab ul > li.active > a {
	background: #ff6900;
	color: #ffffff;
}
.itinerary-box {
	width: 100%;
	float: left;
	margin: 15px 0px;
	padding: 0px;
}
.itinerary-card {
	width: 100%;
	float: left;
	display: flex;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
@media (max-width: 480px) {
  .itinerary-card {
    display: block;
  }
}
.itinerary-card .duration {
  text-align: center;
	position: relative;
	margin-right: 20px;
}
.itinerary-card .duration .media {
  width: 80px;
  height: 30px;
  background-color: #ff6900;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.itinerary-card .duration .dots {
	position: absolute;
	top: 10px;
	right: -26px;
	height: 12px;
	width: 12px;
	background: #ddd;
	border-radius: 50%;
}
@media (max-width: 480px) {
	.itinerary-card {
		margin-bottom: 30px;
	}
  .itinerary-card .duration {
		margin-right: 0px;
	}
	.itinerary-card .duration .media {
    margin: 0px auto;
  }
	.itinerary-card .duration .dots {
		display: none;	
	}
}
.itinerary-card .info {
  width: calc(100% - 46px);
  padding: 5px 20px 60px 20px;
	margin: 0px;
	border-left: 1px solid #dddddd;
}
@media (max-width: 480px) {
  .itinerary-card .info {
    width: 100%;
    padding: 0px;
		border-left: 0px solid #dddddd;
		border-bottom: 0px solid #dddddd;
  }
}
.itinerary-card .info > .title {
  font-size: 18px;
  font-weight: 700;
  color: #f54900;
  line-height: 1.2;
	padding: 0px;
	margin: 0px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .itinerary-card .info .title {
    font-size: 20px;
  }
}
.itinerary-card .info p {
  font-size: 16px;
  font-weight: 400;
  color: #066168;
  line-height: 1.4;
}
.itinerary-card.info p:last-child {
  margin-bottom: 0px !important;
}
.checklist-mini {
  padding: 0px;
  margin: 10px 0px 10px 15px;
}
.checklist-mini li {
  position: relative;
  padding: 0px;
  margin: 0px 0px 5px 0px !important;
  text-align: left;
}
.checklist-mini li::marker {
  color: #9f9fa9;
}
.checklist-mini li i {
  position: absolute;
  font-size: 14px;
  color: #FFAA0D;
  left: 0px;
  top: 4px;
}
.checklist-mini li span {
  font-weight: 600;
}
.itinerary-incls {
	width: 100%;
	display: flex;
  padding: 0px;
  margin: 20px 0px 10px 0px;
}
.itinerary-incls .itincls-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  padding: 0px 02px;
  margin: 0px 0px 0px 0px;
	text-align: center;
}
.itinerary-incls span {
  margin: 0px 15px 10px 0px;
}
.itinerary-incls span > i {
	color: #4a5565;
}
.itinerary-incls .itincls-badge .icon {
	width: 24px;
	height: 24px;
	display: flex;
  padding: 0px;
  margin: 0px 0px 0px 0px;
	text-align: center;
}
.itinerary-incls .itincls-badge .title {
  padding: 0px;
  margin: 0px 0px;
	font-size: 13px;
}
.inclusion-list,
.exclusion-list {
	width: calc(50% - 20px);
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	list-style: none;
	/* background: #ddd;
	border-radius: 12px; */
}
.inclusion-list h3,
.exclusion-list h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
}
.inclusion-list ul,
.exclusion-list ul {
	width: 100%;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	list-style: none;
}
.inclusion-list ul > li,
.exclusion-list ul > li {
	width: 100%;
	float: left;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 25px;
}
.inclusion-list li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	position: absolute;
	margin-left: -25px;
	color: #5ea500;
}
.exclusion-list li:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	position: absolute;
	margin-left: -25px;
	color: #e7000b;
}
.special-addons {
	width: 100%;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	list-style: none;
}
.special-addons li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 8px 10px;
	list-style: none;
	background: #f4f4f4;
	font-weight: 500;
}
.special-addons li:nth-child(even) {
	background: #fbfbfb;
}
.special-addons li > span.price {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.special-addons li > span.price > small {
	font-weight: 300;
}
/* Booking */
.booking-block {
	width: 100%;
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	position: sticky;
	top: 15px;
  height: fit-content;
}
.booking-form {
	width: 100%;
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0, 0, 0, .05);
}
.booking-form input-x {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #ddd;
}
.booking-form-price {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	background: #fffbeb;
	border-bottom: 1px solid #c7c7c7;
	border-radius: 10px 10px 0px 0px;
	text-align: right;
}
.booking-form-price .price {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}
.booking-form-body {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 15px;
	border-radius: 0px 0px 10px 10px;
}
.booking-form .form-group.choose_date {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 6px 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 15px;
}
.booking-form .form-group.choose_date a {
	color: #333;
	display: block;
}
.booking-form .form-group.addons {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #e2e2e2;
	font-size: 14px;
}
.booking-form .form-group.addons .row {
	margin-bottom: 10px;
}
.booking-form .form-group.addons .form-control-static {
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	min-height: 24px;
}
.booking-form .form-group.sub_total {
	width: 100%;
	float: left;
	margin: 10px 0px 15px 0px;
	padding: 10px 0px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	text-align: right;
	display: flex;
	justify-content: space-between;
}
.booking-form .form-group.sub_total #sub_total {
	font-size: 18px;
	font-weight: 700;
}
.booking-form .form-group label {
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 0px;
}
.booking-form .form-control {
  border-radius: 8px;
	box-shadow: none!important;
}
.booking-form .form-control:focus {
	border-color: #ff6900;
  outline: 0;
}
.booking-form .help-block {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
.booking-form .button {
	border: 1px solid #f54900;
	background: #f54900;
	border-radius: 10px;
	padding: 8px 40px;
	color: #ffffff;
}
.booking-form .button.primary-o {
	border: 1px solid #a1a1a1;
	background: #ffffff;
	color: #a1a1a1;
}
.booking-quick {
	width: 100%;
	display: flex;
	margin: 0px 0px 25px 0px;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
}
.booking-quick > a {
	display: block;
	border: 1px solid #a1a1a1;
	border-radius: 10px;
	padding: 6px 15px;
	margin: 0px 0px 0px 0px;
}
.booking-quick > a.enquiry {
	border: 1px solid #737373;
	color: #525252;
	font-weight: 500;
}
.booking-quick > a.whatsapp {
	border: 1px solid #00a63e;
	color: #00a63e;
	font-weight: bold;
}
.booking-help {
	width: 100%;
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 15px;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0, 0, 0, .05);
}
.booking-help h3 {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
}
.booking-help p {
	width: 100%;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.booking-help p i {
	margin-right: 10px;
}
.col-sm-5.half {
	width: 20.8222%;
}
.col-sm-7.half {
	width: 29.1555%;
}
.auth .text-refer a {
	font-weight: normal;
	color: #f54900;
	text-align: right;
}
.left-pane {
	width: 100%;
	float: left;
	padding: 30px;
	margin: 0px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
}
.left-pane .left-pane-img img {
	max-width: 100%;
}
.left-pane .left-pane-intro h3 {
	font-size: 18px;
}
.left-pane .left-pane-intro ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.left-pane .left-pane-intro ul li {
	margin-bottom: 10px;
}
.left-pane .left-pane-intro ul li > i {
	margin-right: 10px;
}
.fas-success {
	color:#009900;
}
.right-pane {
	width: 100%;
	float: left;
	padding: 30px;
	margin: 0px;
	background: #fff;
	box-shadow: 0 6px 12px rgba(30,10,58,.04);
	border-radius: 15px;
}
.box-shadow-15 {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}



.row-filter {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
.row-filter a {
	display: inline-block;
	padding: 10px 20px;
	margin: 0px 20px 0px 0px;
	border: 1px solid #ddd;
	border-radius: 12px;
	font-weight: 600;
}
.row-filter a i {
	margin-left: 5px;
	transform: rotate(45deg);
}
/* Destination Item */
.destination-pane {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.destination-pane .pane-image {
	width: 100%;
	height: 200px;
	float: left;
	position: relative;
	border-radius: 12px 12px 0px 0px;
	overflow: hidden;
	transition: all ease-in-out .3s;
}
.destination-pane .pane-image a:before {
	content: '';
	background: linear-gradient(to top, #0000006c, transparent);
	height: 40%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all ease-in-out .3s
}
.destination-pane:hover .pane-image:before {
	height: 100%;
	transition: all 0.4s ease-in-out 0s;
}
.destination-pane .pane-image img {
	transition: all 0.4s ease-in-out 0s;
	max-width: 100%
}
.destination-pane:hover .pane-image img {
	transform: scale(1.1);
}
.destination-pane .pane-body {
	width: 100%;
	float: left;
	padding: 10px;
	transition: all ease-in-out .3s;
	background: #fff;
	border-radius: 0px;
}
.destination-pane .pane-body h3 {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
.destination-pane .pane-body p {
	margin: 0px 0px 5px 0px;
}
.destination-pane .pane-footer {
	width: 100%;
	float: left;
	padding: 15px 15px;
	transition: all ease-in-out .3s;
	background: #fff;
	border-top: 1px solid #e7e7e7;
	border-radius: 0px 0px 12px 12px;
	display: flex;
	justify-content: flex-end;
}
.destination-pane .pane-footer i {
	transform: rotate(-45deg);
}
.content-block {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.content-block h1.content-title {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.content-image {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	object-fit: fill;
}
.content-image > img {
	max-width: 100%;
	border-radius: 12px;
}
.content-info {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.sm-dst-heading {
	font-size: 18px;
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.sm-dst-block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 0px;
	margin: 0px;
}
.sm-dst-card {
	width: calc(50% - 8px);
	padding: 0px;
	margin: 0px;
}
.sm-dst-card .card-image {
	width: 100%;
	border-radius: 8px;
	margin: 0px 0px 5px 0px;
}
.sm-dst-card .card-image > img {
	max-width: 100%;
	border-radius: 8px;
}
.sm-dst-card > .card-image > img {
	max-width: 100%;
	border-radius: 8px;
}
.sm-dst-card a:hover {
	text-decoration:underline;
}

.register-form {
	width: 100%;
	float: left;
}
.register-form h4 {
	width: 100%;
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0x 0px;
	color: #52525c;
}
.register-form .choose-radio-btn {
	margin-bottom: 20px;
	position: relative;
}
.register-form .choose-radio-btn input[type="radio"] {
  display: none;
  &:not(:disabled) ~ label {
    cursor: pointer;
  }
  &:disabled ~ label {
    color: #000;
    border-color: #000;
    box-shadow: none;
    cursor: not-allowed;
  }
}
.register-form .choose-radio-btn label {
  height: 100%;
  display: block;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 15px;
  position: relative;
}
.register-form .choose-radio-btn input[type="radio"]:checked + label {  
  color: #2aa6da;
	border: 1px solid #2aa6da;
  &::after {
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    top: 12px;
    right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #2aa6da;
  }
}
.register-form .choose-radio-btn input[type="radio"]:checked + label h3 { 
  color: #333333;
}
.register-form .choose-radio-btn h3 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #777777;
}
.register-form .form-control {
	border-radius: 6px;
	padding: 10px 10px 10px 15px;
	height: 42px;
	box-shadow: none;
	font-size: 16px;
}
.register-form .form-control:focus {
	box-shadow: none;
	border-color: #f54900;
}
.register-form  textarea.form-control {
  height: auto;
}
.register-form .field-icon {
	color: #999999;
  position: absolute;
	right: 30px;
	top: 42px;
  z-index: 2;
}
.register-form .form-code {
	width: 100%;
	display: block;
	box-shadow: none;
	height: 42px;
  padding: 0px 30px;
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	border-radius: 6px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 20px;
	color: #003366;
	text-align: center;
}
.register-form .btn-auth {
	float: left;
	height: 48px;
	margin: 0px;
	padding: 10px 30px;
	border-radius: 6px;
	border: 1px solid #ff6900;
	background: #ff6900;
	color: #ffffff;
	font-weight: 500;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.register-form label {
	font-weight: normal;
	font-size: 14px;
}
.register-form .agree {
	font-size: 14px;
	font-weight: normal;
}
.register-form .agree a {
	color: #f54900;
}
.register-form .text-refer a {
	font-weight: bold;
	color: #f54900;
}
form label.error {
	font-size: 12px;
	font-weight: normal;
	color: #e7000b;
}
/* Contact Us Page */
.contact-info {
}
.contact-info .info-item {
	width: 100%;
	display: flex;
	flex-direction: row;
  position: relative;
  padding: 20px 30px;
	margin: 0px 0px 30px 0px;
	box-shadow: 0 0 15px #cccccc37;
	border-radius: 10px;
}
.contact-info .info-item .info-icon {
	width: 60px;
	height: 60px;
	margin-right: 30px;
  color: #ff8904;
	text-align: center;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.contact-info .info-item .info-icon i {
	text-align: center;
  font-size: 24px;
	line-height: 60px;
}
.contact-info .info-item .info-content {
	width: calc(100% - 100px);
  padding: 0px;
	display: flex;
	align-items: center
}
.contact-form {
	width: 100%;
	float: left;
  background: #ede9fe;
  padding: 30px;
  border-radius: 10px;
}
.contact-form h3 {
	color: #fff;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #ff6900;
}
.contact-form #submit.btn-orange {
	background: #fff;
	color: #333;
	width: auto
}
.contact-form #submit.btn-orange:hover {
	color: #fff;
	background: #333;
	border-color: #333
}
.form-row {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.form-input {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.form-input > .icon {
	width: 50px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.form-input > .icon > i {
	line-height: 44px;
	color: #9f9fa9;
}
.form-input > .input {
	width: calc(100% - 50px);
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.form-input > .input input[type=text],
.form-input > .input input[type=email],
.form-input > .input textarea {
	width: 100%;
	border-radius: 6px;
	padding: 10px 15px 10px 0px;
	border: none;
}
.form-input > .input input:focus {
	box-shadow: none
}
.form-input > .input input::placeholder {
	color: #9f9fa9;
}
.contact-form input[type=submit],
.contact-form input[type=button] {
	background: #ff6900;
	border: none;
	border-radius: 6px;
	color: #ffffff;
	line-height: 36px;
	padding: 4px 15px;
	transition: all 0.5s ease 0s;
}
.contact-form input[type=submit]:hover,
.contact-form input[type=button]:hover {
	background: #fc8938;
}
.pane-success {
	width: 100%;
	min-height: 150px;
	padding: 50px 0px 80px 0px;
	text-align: center;
}
.pane-success > i {
	font-size: 72px;
	line-height: 72px;
	color: #7ccf00;
}
/* Footer */
.footer {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #001b2d;
	color: #e9f7ff;
	font-size: 15px;
}
.footer a {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.footer a:hover {
	color: #ff7b01;
}
.footer .footer-contact-wrap {
  padding: 45px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
	border-bottom: 2px solid #012842;
}
.footer .footer-contact-wrap .inquiry-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .footer-contact-wrap .inquiry-area .content h6 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.footer .footer-contact-wrap .inquiry-area .content span {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.footer .footer-contact-wrap .contact-area {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 80px;
}
.footer .footer-contact-wrap .contact-area .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer-contact-wrap .contact-area .single-contact .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #024674;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-contact-wrap .contact-area .single-contact .icon i {
	font-size: 20px;
	color: #ffffff;
}
.footer .footer-contact-wrap .contact-area .single-contact .content span {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 7px;
}
.footer .footer-contact-wrap .contact-area .single-contact .content a {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  transition: 0.5s;
}
.footer .footer-contact-wrap .contact-area {
  list-style: none;
}
.footer .top-footer {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 15px 0px;
}
.footer-block {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 15px 0px;
}
.footer-block h3 {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.footer-block h3.footer-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.footer-content {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #e9f7ff;
	font-weight: 300;
}
.footer-content a {
	color: #dae8f0;
	font-weight: normal;
}
.footer-content a:hover {
	color: #ff7b01;
	padding-left: 5px;
}
.footer-content li {
	margin-bottom: 5px;
	position: relative;
}
.footer-content ul.list-unstyled {
	margin-left: 0px;
}
.footer-content ul.list-unstyled li a {
	margin-left: 15px;
}
.footer-content ul.list-unstyled li:before {
	content:" - ";
	color: #235d83;
	position: absolute;
	margin-left: 0px
}
.list-info {
	padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-info > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-info > li > a {
	border-bottom: 1px solid #ddd;
}
.social-content {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
.social-content a {
	color: #dae8f0;
	font-weight: normal;
	margin-right: 10px;
}
.social-content a i {
	font-size: 24px;
}
.social-content a > svg {
	margin-top: 8px;
}
.social-content a:hover {
	color: #f68f44;
}
.footer .copyright {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px;
	border-top: 2px solid #012842;
	text-align: center;
	color: #ffffff;
}
.footer .copyright a {
	color: #ffffff;
}
.footer .copyright a:hover {
	color: #ff7b01;
}
/* Scroll */
#back-to-top {
	position: fixed;
	z-index: 8030;
	bottom: 10px;
	right: 30px;
	width: 42px;
	height: 42px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	display: none;
	background-color: #e7000b;
}
/* Pagination */
.paginate {
	width: 100%;
	float: left;
}
.paginate ul.pagination > li {
	float: left;
	margin-right: 8px;
}
.paginate .pagination > li > a,
.paginate .pagination > li > span {
  color: #005f78;
  border: 1px solid #005f78;
	border-radius: 4px;
}
.paginate .pagination > .active > a, 
.paginate .pagination > .active > a:focus,
.paginate .pagination > .active > a:hover,
.paginate .pagination > .active > span,
.paginate .pagination > .active > span:focus,
.paginate .pagination > .active > span:hover {
  color: #fff;
  cursor: default;
  background-color: #005f78;
  border-color: #005f78;
}
/* Mobile Header */
.mobile-header {
	width: 100%;
	height: 60px;
	float: left;
	background: #ffffff;
	display: none;
	overflow: hidden;
}
.mobile-header .sr-bars {
	width: 50px;
	float: left;
	padding: 0px 0px;
	text-align: center;
}
.mobile-header .sr-bars i {
	font-size: 20px;
	line-height: 48px;
	color: #333333;
	padding: 6px 5px;
}
.mobile-header .mobile-logo {
	float: left;
	padding: 8px 5px;
}
.mobile-header .mobile-logo a {
	display: inline-block;
	text-align: center;
}
.mobile-header .mobile-logo img {
	max-height: 44px;
}
.mobile-header .mobile-auth {
	float: right;
	padding: 0px;
}
.mobile-header .sr-icon {
	width: 40px;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px;
	text-align: center;
}
.mobile-header .sr-icon i {
	font-size: 18px;
	line-height: 48px;
	color: #333333;
	padding: 6px 0px;
}
.perfect-scrollx {
  height: 100vh;
  width: 300px;
  position: relative;
}
.mobile-sidebar-wrapper {
  position: fixed;
  top: 0;
  width: 320px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  z-index: 9999;
	transform: translateX(-100%);
}
.mobile-sidebar-wrapper.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 15px 12px 20px;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: thin solid #ececec;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-top .mobile-sidebar-logo a {
  display: block;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-top .mobile-sidebar-logo a img {
  width: 180px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area {
  padding: 15px 15px 15px 20px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu {
	padding: 0px;
	margin: 0px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 8px 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
  display: none;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #1f2938;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand i::before {
  content: "\f104";
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #4c4c4c;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 5px;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
  opacity: 1;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 15px;
  display: block;
  font-weight: 500;
  color: #636477;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menuxxxxxx li ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 5px;
  height: 2px;
  background-color: #9777fa;
  border-radius: 5px;
  opacity: 0.7;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: #f54900;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 17px 0 30px 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .site-copyright {
  font-size: 13px;
  color: #88929b;
}
.customer-menu-wrap {
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.customer-menu-wrap a {
	width: calc(50% - 10px);
	background: #ff6900;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
	padding: 8px 15px;
	margin: 5px 5px 0px 0px;
}
.customer-menu-wrap a:hover {
	color: #ffffff;
}
.mobile-quick-contact {
	width: 100%;
	float: left;
	padding: 25px 0px;
  margin-bottom: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	color: #666666;
}
.mobile-quick-contact span {
	font-size: 16px;
	color: #333333;
  font-weight: 600;
}
.mobile-search-sidebar {
	position: fixed;
	display: block;
	top: 0; 
	left:0;
	width: 100%;
	min-height: 100vh;
	visibility: hidden;
	transform: translateX(100%);
	z-index: 9;
	transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	background: rgba(255,255,255,0.98);
}
.mobile-search-sidebar.sidebar-visible {
	visibility: visible;
  transform: translateX(0);
}
.mobile-search-sidebar .search-sidebar {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding: 15px;
}
.mobile-search-sidebar .search-sidebar-body {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 30px;
	position: relative;
}
.mobile-search-form {
	width: 100%;
	float: left;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0px;
  position: relative;
}
.mobile-search-form input,
.mobile-search-form select {
  width: 100%;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 8px 15px;
	background: #ffffff;
	margin-bottom: 15px;
	line-height: normal;
}
.mobile-search-form input:focus,
.mobile-search-form select:focus {
	outline: 0;
}
.mobile-search-form button {
	width: 100%;
	background: #ff6900;
	color: #ffffff;
	border-radius: 8px;
	outline: 0;
	border: 0px;
	padding: 8px 20px;
}
.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 16px;
  color: #878d96;
}
@media (min-width: 768px) {
  .modal-dialog.modal-enquiry {
    width: 480px;
    margin: 30px auto;
  }
}
.modal-content {
	box-shadow: none;
	border-radius: 8px;
}
.modal-header {
	display: flex;
  flex-shrink: 0;
	align-items: center;
}
.modal-header h5 {
	font-size: 18px;
	font-weight: normal;
}
.modal-content .close {
  margin-left: auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=60);
  opacity: .6;
}
.package-enquiry .static-control {
	width: 100%;
	border: 1px solid #a1a1a1;
	background: #fffbeb;
	border-radius: 8px;
	padding: 6px 12px;
	font-size: 14px;
}
.package-enquiry b {
	color: #f54900;
}
.package-enquiry input,
.package-enquiry textarea {
	width: 100%;
	border: 1px solid #a1a1a1;
	border-radius: 8px;
	padding: 6px 12px;
	font-size: 14px;
}
.package-enquiry button {
	width: 100%;
	border: 1px solid #f54900;
	border-radius: 8px;
	padding: 6px 12px;
	background: #f54900;
	color: #ffffff;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
/* owl carousel */
.img-rounded-20 {
	border-radius: 20px!important;
}
.btn-cta {
  color: #fff;
  background-color: #ff6900;
  border-color: #ff6900;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 12px;
}
.btn-cta:focus,
.btn-cta.focus {
  color: #fff;
  background-color: #ff6900;
  border-color: #ff6900;
}
.btn-cta:hover {
  color: #fff;
  background-color: #ff8904;
  border-color: #ff6900;
}
.font-14 {
	font-size: 14px;
}
/* Margins */
.mt-10 {
	margin-top: 10px!important;
}
.mt-15 {
	margin-top: 15px!important;
}
.mt-20 {
	margin-top: 20px!important;
}
.mt-30 {
	margin-top: 30px!important;
}
.mt-50 {
	margin-top: 50px!important;
}
.mt-100 {
	margin-top: 100px!important;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.mb-15 {
	margin-bottom: 15px!important;
}
.mb-20 {
	margin-bottom: 20px!important;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-50 {
	margin-bottom: 50px!important;
}
.mb-100 {
	margin-bottom: 100px!important;
}
.mr-10 {
	margin-right: 10px!important;
}
.mr-15 {
	margin-right: 15px!important;
}
.mr-20 {
	margin-right: 20px!important;
}
.mr-30 {
	margin-right: 30px!important;
}
.mr-50 {
	margin-right: 50px!important;
}
.mr-100 {
	margin-right: 100px!important;
}
.ml-10 {
	margin-left: 10px!important;
}
.ml-15 {
	margin-left: 15px!important;
}
.ml-20 {
	margin-left: 20px!important;
}
.ml-30 {
	margin-left: 30px!important;
}
.ml-50 {
	margin-left: 50px!important;
}
.ml-100 {
	margin-left: 100px!important;
}
/* Padding */
.pt-50 {
	padding-top: 50px;
}


/* Responsive */
@media (max-width:575px) {
	.top-header {
		display: none;
	}
	.main-header {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.banner-section {
		width: 100%;
		height: 202px;
		overflow: hidden;
		float: left;
		position: relative;
		background: #333333;
	}
	.banner-section .carousel-inner > .item {
		width: 100%;
		max-height: 202px;
	}
	.search-area {
		display: none;
	}
	.banner-section .carousel-caption {
		position: absolute;
		right: 10%;
		top: 50px;
		left: 10%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: none;
	}
	.banner-section .carousel-caption h2 {
		font-size: 18px;
		font-weight: bold;
	}
	.section-block {
		padding: 15px 0px;
	}
	.section-title h2 {
		font-size: 22px;
	}
	.section-title p {
		font-size: 15px;
	}
	.counter-main-item {
		align-items: normal;
	}
	.counter-item {
		flex-direction: column;
		gap: 5px;
		padding: 15px 15px;
	}
	.counter-item .icon {
		font-size: 30px;
	}
	.counter-main-item .counter-item .content h3 {
		font-size: 18px;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}
	.counter-main-item .counter-item .content p {
		text-align: center;
		font-size: 14px;
	}
	.footer .footer-contact-wrap {
		padding: 25px 0 25px;
		flex-direction: column;
		align-items: normal;
		gap: 10px;
	}
	.footer .footer-contact-wrap .inquiry-area {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 15px;
	}
	.footer .footer-contact-wrap .inquiry-area .content h6 {
		color: #ffffff;
		font-weight: 600;
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.footer .footer-contact-wrap .inquiry-area .content span {
		color: #ffffff;
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
	}
	.footer .footer-contact-wrap .contact-area {
		flex-direction: column;
		align-items: stretch;
		gap: 30px;
	}
	.footer .footer-contact-wrap .contact-area .single-contact {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.page-header {
		padding: 10px 0px;
	}
	.page-header h1 {
		margin: 0px;
		font-size: 24px;
	}
	.page-section {
		padding: 10px 0px 30px 0px;
	}
	.page-content {
		padding: 10px 0px 30px 0px;
	}
	.right-pane {
		padding: 12px 15px;
	}
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}