me/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/***Main CSS***/
body {
	background-color:#FFF;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
    color: #000;
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}
h3, .h3{
	line-height: 38px;
}
.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 150px;
	max-width: 300px;
	background-position: center;
}
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}
.slider-wrapper .slide-cell {
	background: rgba(0,146,255,0.5);
}
.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#90469b;
	background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #90469b;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #0092ff;
	border-radius: 5px;
    font-family: "proxima-nova","sans-serif";
    font-size: 18px;
    font-weight: 500;
    padding: 15px 30px;
	border: none;
}
input[type="submit"]:hover, button:hover {
	background-color:#070a1e;
	color: #FFF;
	box-shadow: none;
	border: none;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #0092ff;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}
.zulu-global.global-danger {
	display: none!important;
}
.frame {
	width: 1600px;
}
body, .body, * {
	font-family: "proxima-soft","sans-serif";
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "proxima-nova","sans-serif";
}
.logo {
	display: none;
}
.site-title {
	visibility: hidden;
    position: absolute;
    pointer-events: none;
}
.site-logo {
	width: 250px;
	background-image: none!important;
}
.logo-wrap a {
	display: flex;
}
.header {
	padding: 0px;
}
.header p {
	margin: 0px;
	color: #818285;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: right;
    width: 100%;
	font-weight: 400;
}
.header a {
	text-decoration: none;
}
.header .logo {
	font-size: 0px;
}
.navigation {
	background-color: transparent;
	border: 0px;
	margin-left: 70px;
}
.logo {
	display: flex;
	height: 100px;
	min-width: 50px;
}
.contact-box {
	display: flex;
}
.navigation ul.menu {
	width: unset;
	display: flex;
}
.navigation ul.menu > li {
	display: block;
}
.navigation ul.menu .menulink {
	background-color: transparent;
	color: #818285;
	text-transform: capitalize!important;
	font-weight: 400;
	letter-spacing: 1px;
	border: 0px;
	margin-right: 10px;
	font-size: 14px;
}
.navigation ul.menu .menulink:hover {
	background-color: transparent;
}
.navigation ul.menu .mobile-nav + li {
	border: 0px;
}
ul.menu ul li:hover a {
	background-color: #808080;
}
.footer .foot-menu > li a {
	display: flex;
}
.footer .foot-menu > li a b {
	margin-right: 15px;
}
.foot-menu-box:not(:last-child) {
	margin-right: 70px;
}
.foot-menu-box:last-child {
	margin-left: auto;
}
.footer {
	border: 0px;
	background-color: #222;
}
.footer .h4 {
	color: #FFF;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer .logo {
	width: 200px;
	background-position: top;
	margin-left: auto;
}
.copyright {
	background-color: #222;
	border-top: 1px solid #333;
}
.copyright p {
	text-align: left;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}
.bx-wrapper .bx-pager {
	display: none;
}
.bx-wrapper {
	margin: 0px!important;
}
.bx-wrapper .bx-controls-direction a {
	background-image: none!important;
}
.bx-wrapper .bx-controls-direction a::before {
	position: absolute;
	content: '\f054';
	font-family: "Font Awesome\ 5 Pro";
	background-color: #FFF;
	border-radius: 100px;
	border: 1px solid #DDD;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #808080;
	text-indent: 0px;
	transition: all 0.2s ease-in-out 0s;
	width: 40px;
	height: 40px;
}
.bx-wrapper .bx-controls-direction a:hover::before {
	transform: scale(1.1);
	color: #0092ff;
}
.bx-wrapper .bx-controls-direction a.bx-prev::before {
	content: '\f053';
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 40px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 40px;
}
.button {
	border: 0px;
	border-radius: 0px;
	letter-spacing: 0px;
	color: #222;
	background-color: #FFF;
	padding: 20px 40px;
	font-size: 14px;
	text-transform: capitalize!important;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	display: inline-flex;
	justify-content: center;
}
.button:hover {
	border: 0px;
	background-color: #DDD;
}
.button::before,
.button::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.pad120 {
	padding: 120px 0px!important;
}
.overlay {
	position: relative;
}
.overlay::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	mix-blend-mode: multiply;
	pointer-events: none;
}
.full-height {
	height: 100vh;
	display: flex;
	align-items: center;
}
.flexbox {
	display: flex;
}
.flexbox.inline {
	display: inline-flex;
}
.flexbox.flexcenter {
	align-items: center;
}
.flexbox.flextop {
	align-items: flex-start;
}
.flexbox.flexbottom {
	align-items: flex-end;
}
.grow-1 {
	flex-grow: 1;
}
.grow-2 {
	flex-grow: 2;
}
.grow-3 {
	flex-grow: 3;
}


.footer .site-logo {
	width: 175px;
	display: table;
	margin: 40px 0px 0px auto;
}
.footer .button {
	border-radius: 5px;
	font-family: "proxima-nova","sans-serif";
	font-size: 18px;
	font-weight: 500;
	padding: 15px 30px;
}
.button {
	background-color: #0092ff;
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-size: 18px;
	font-weight: 600;
}
.button-wrapper .button {
    border-radius: 5px;
    margin-bottom: 5px;
}
.button-wrapper .button i{
    margin-right: 5px;
}
.button-wrapper .button::before,
.button-wrapper .button::after {
    position: unset;
}
.button:hover {
	background-color: #070a1e;
}
.footer, .copyright {
	background-color: #070a1e;
}
.copyright {
	border-top: 1px solid rgba(255,255,255,0.2);
}
.footer {
	padding: 120px;
}
.footer .foot-menu > li a {
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	color: #0092ff;
}
.footer .h4 {
	font-weight: 600;
	font-size: 28px;
}
.header {
	border-bottom: 1px solid #DDD;
	position: relative;
	z-index: 100;
}
.header .frame {
	width: 100%;
}
.logo-wrap a {
	background-color: #070a1e;
	padding: 35px;
}
.site-logo {
	width: 150px;
}
.navigation {
	margin-left: 50px;
}
.navigation ul.menu .menulink {
	font-family: "proxima-nova","sans-serif";
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	background-color: #EEE;
}
.navigation ul.menu .menulink:hover {
	background-color: #0092ff;
	color: #FFF;
}
.enquire-wrapper {
	margin: 19px 19px -59px 0px;
	width: 350px;
}
.enquire-wrapper .top {
	background-color: #070a1e;
	padding: 20px;
}
.enquire-wrapper h3 {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-weight: 600; 
}
.enquire-wrapper .top img {
	width: 45%;
	display: table;
	margin: 0 auto;
}
.button.btn-variant-1 {
	background-color: #4c5d75;
	color: #FFF;
	font-family: "proxima-nova","sans-serif";
	font-weight: 500;
}
.button.btn-variant-1:hover {
	background-color: #0092ff;
}
.button.btn-variant-2 {
	border: 2px solid #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 600;
	font-size: 18px;
	border-radius: 5px;
}
.enquire-wrapper .button.btn-variant-1 {
	font-size: 18px;
	padding: 18px 30px;
	width: 100%;
	background-color: #0092ff;
}
.enquire-wrapper .button.btn-variant-1:hover {
	background-color: #fff;
	color: #0092ff;
}

.enquire-wrapper .button.btn-variant-1.melbourne {
	background-color: #ffc300;
	color: #222;
}
.enquire-wrapper .button.btn-variant-1.melbourne:hover {
	background-color: #222;
	color: #ffc300;
}
h2 {
	font-weight: 600;
}
.row-container > .pb-section.section-variant-1 {
	background-color: #070a1e;
	position: relative;
	z-index: 1;
}
.row-container > .pb-section.section-variant-1::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(images/bg-van.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	z-index: -1;
	pointer-events: none;
}
.row-container > .pb-section.section-variant-1 h2,
.row-container > .pb-section.section-variant-2 h2 {
	color: #FFF;
}
.row-container > .pb-section.section-variant-2 {
	background-color: #0092ff;
}
.row-container > .pb-section.section-variant-2 p {
	color: #FFF;
}
.highlights-section p {
	text-align: justify;
	text-align-last: center;
	width: 70%;
	display: table;
	margin: 0 auto 20px;
	font-size: 16px;
}
.highlights-section .button {
	width: 66%;
	margin: 30px auto 0;
	display: flex;
}
.highlights-section h2 {
	font-size: 42px;
}
.highlights-section .pb-block-type-image {
	width: 40%!important;
	margin-bottom: 30px;
	display: table;
	margin: 0 auto 50px;
	position: relative;
}
.highlights-section .pb-block-type-image::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("images/bg-blobs.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	transform: scale(1.2);
	animation: spin-scale 5s linear infinite;
	transition: all 0.4s ease-in-out 0s;
	opacity: 0;
}
.highlights-section .col-sm-4:hover .pb-block-type-image::before {
	opacity: 1;
}
@keyframes spin-scale {
	0% {
		transform: scale(1.2) rotate(0deg);
	}
	50% {
		transform: scale(1.3) rotate(180deg);
	}
	100% {
		transform: scale(1.2) rotate(360deg);
	}
}
.highlights-section img {
	z-index: 10;
	position: relative;
}
h1, .h1 {
	font-weight: 600;
}
p {
	color: #808080;
	line-height: 21px;
}
.copyright p {
	color: #FFF;
}
.about-section h1 {
	margin-bottom: 30px;
}
.about-section .button-wrapper {
	margin-top: 30px;
}
.about-section .button {
	border-radius: 5px;
}
.slider-section ul.lightSlider > li .inner-wrap {
	background-color: #FFF;
	padding: 30px;
	border-radius: 5px;
	opacity: 0.5;
	transform: scale(0.75);
	transition: all 0.2s ease-in-out 0s;
	margin-left: -70px;
	margin-right: -70px;
}
.slider-section ul.lightSlider > li.active + li .inner-wrap {
	opacity: 1;
	transform: scale(1);
}
.slider-section ul.lightSlider > li.active + li {
	z-index: 100!important;
	position: relative!important;
}
.slider-section h3 {
	font-weight: 600;
	letter-spacing: -1px;
	color: #0092ff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.slider-section h3 .date {
	font-size: 18px;
    font-family: "proxima-soft", "sans-serif";
    color: #808080;
    font-weight: 500;
    letter-spacing: 0px;
}
.slider-section .rating {
	display: flex;
	margin-bottom: 15px;
}
.slider-section .rating span {
	color: #FFBF00;
	margin-right: 2px;
}
.slider-section p {
	font-size: 15px;
}
.slider-section .from {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 0px;
	color: #0092ff;
}
.slider-section .from span {
	margin-right: 10px;
	font-size: 28px;
	color: #808080;
	font-weight: 100;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #0092ff!important;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #FFF!important;
	width: 12px!important;
	height: 12px!important;
}
.lSSlideOuter .lSPager.lSpg {
	margin-top: 30px!important;
}
.lSSlideOuter .lSPager.lSpg > li {
	padding: 0px 3px!important;
}
.book-now-section h3 {
	color: #FFF;
	font-weight: 600;
	margin: 0px;
	text-shadow: 0 0 8px rgba(0,0,0,0.30);
}
.book-now-section .button-wrapper {
	display: flex;
	justify-content: flex-end;
}
.book-now-section .button {
	border-radius: 5px;
}
.fare-section .form-block {
	border: 0px;
	background-color: transparent;
	padding: 0px;
	display: flex;
	align-items: flex-end;
}
.fare-section .form-block .field {
	padding: 0px;
	margin-right: 10px;
	flex: 0 0 250px;
}
.fare-section .form-block .field:nth-child(3) {
	flex: 0 0 70px;
}
.fare-section .form-block .field:nth-child(3) label {
	display: table;
	margin-bottom: 8px;
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 500;
	font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fare-section .pb-block-type-form h2 {
	display: none;
}
.fare-section input {
	border-radius: 0px;
	border: 2px solid #DDD;
	padding: 12px;
	background-color: #FFF;
}
.fare-section .field label {
	display: none;
}
.fare-section .field select {
	height: 42px;
	-webkit-appearance: none;
	border-radius: 0px;
	text-indent: 8px;
	background-color: #FFF;
	border: 2px solid #DDD;
}
.fare-section .field select:hover,
.fare-section .field input:hover {
	border-color: #0092ff;
}
.fare-section .field.submit {
	margin: 0px;
}
.fare-section .field.submit button {
	padding: 12px 30px;
	border: 0px;
	background-color: #FFF;
	color: #333;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
}
.fare-section .field.submit button::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 60px;
	height: 30px;
	background-image: url("images/icon-van-fast.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}
.fare-section .field.submit button:hover {
	padding-right: 70px;
	color: #0092ff;
}
.fare-section .field.submit button:hover::before {
	opacity: 1;
}
#map-canvas{
	height: 500px;
}
label.error{
	display: block;
	color: #cc0000;
	width:100%;
	font-size: 16px;
}
.pb-block-type-image.mask{
    background-color: transparent;
    display: block;
    margin: 0 auto;    
}
.pb-block-type-image.mask::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url("images/mask-blob-back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pb-block-type-image.mask{
    width: 100%;
}
.mask img{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("images/mask-blob.png");
  mask-image: url("images/mask-blob.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.text-white{
    color: #fff !important;
}

/** Booking Form CSS **/

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
	padding: 10px;
	border-radius: 0px;
	-webkit-appearance: none;
	border: 2px solid #DDD;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, select:focus, select:hover, textarea:focus, textarea:hover {
	border-color: #0092ff;
}
#form-book input {
	margin-bottom: 10px;
}
label {
	display: block;
	color: #808080;
	font-weight: 400;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
label em {
	color: #F00;
}
select {
	height: 38px;
	text-indent: 5px;
}
textarea,
select,
input,
label {
	margin-bottom: 10px;
}
#form-book h2 + div {
	display: flex;
    flex-wrap: wrap;
}
#form-book h2 + div p {
	background-color: #F2F2F2;
	border: 1px solid #DDD;
	padding: 20px;
	margin-right: 68px;
	position: relative;
	transform: translateX(60px);
	transition: all 0.2s ease-in-out 0s;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
#form-book h2 + div p span {
	font-size: 18px;
	margin-left: 10px;
	display: flex;
	border: 1px solid #DDD;
	border-radius: 100px;
	padding: 5px 20px 3px;
	line-height: 21px;
}
#form-book h2 + div p:hover span {
	border-color: #FFF;
}
#form-book h2 + div p::before {
	position: absolute;
	content: '\f155';
	font-family: "Font Awesome\ 5 Pro";
	top: -1px;
	left: 0;
	bottom: -1px;
	width: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	transform: translateX(-100%);
	border: 1px solid #DDD;
	font-size: 21px;
	transition: inherit!important;
}
#form-book h2 + div p:nth-child(2)::before {
	content: "\f018";
	font-weight: 700;
}
#form-book h2 + div p:nth-child(3)::before {
	content: "\f2f2";
}
#form-book h2 + div p:nth-child(4)::before {
	content: "\f85a";
}
#form-book h2 + div p:hover,
#form-book h2 + div p:hover::before {
	background-color: #0092ff;
	color: #FFF;
	border-color: #0076CF;
}
h1, .h1, h2, .h2 {
	color: #070a1e;
}
.bookings-page .body {
	padding: 120px 0px 0px;
	z-index: 1;
	position: relative;
}
.bookings-page .body::before {
	position: absolute;
	content: '';
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-image: url("images/bg-map.jpg");
	background-size: 700px;
	z-index: -1;
	filter: grayscale(1);
}
#form-book .inner-wrap {
	padding: 40px;
	border: 1px solid #DDD;
	transition: all 0.2s ease-in-out 0s;
	background-color: #FFF;
	position: relative;
}
#form-book .inner-wrap:hover {
	border-color: #0092ff;
}
#form-book .inner-wrap:not(:last-child) {
	margin-bottom: 10px;
}
#form-book .inner-wrap::before {
	position: absolute;
	content: '\f1b9';
	font-family: "Font Awesome\ 5 Pro";
	top: -1px;
	left: 0;
	height: 70px;
	width: 70px;
	background-color: #0092ff;
	transform: translateX(-100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 28px;
	color: #FFF;
	transition: all 0.2s ease-in-out 0s;
	bottom: -1px;
}
#form-book .inner-wrap:nth-child(2)::before {
	content: '\f059';
}
#form-book .inner-wrap:nth-child(3)::before {
	content: '\f05a';
}
#form-book .inner-wrap:hover::before {
	height: 100.3%;
}
.bookings-page #map-canvas {
	margin-top: -20px;
	border: 10px solid #FFF;
}
.map-wrap {
	padding: 40px;
}

.fake-hide {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (min-width:800px) {
	.navigation {
		display: flex;
	}
}
@media screen and (max-width:1600px) {
	.frame {
		width: 100%;
	}
	.fare-section,
	.slider-section,
	.book-now-section {
		padding: 40px!important;
	}
	.slider-section::before {
		background-size: cover!important;
	}
	.fare-section .col-sm-12 {
		padding: 0px;
	}
	.highlights-section .pb-block-type-image {
		width: 50%!important;
	}
	.pad120 {
		padding: 70px!important;
	}
	.footer {
		padding: 70px;
	}
	.copyright {
		padding: 15px 70px;
	}
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	.navigation {
		margin-left: 20px;
	}
	.highlights-section p {
		width: 100%;
	}
	.highlights-section .button {
		width: 80%;
	}
	.highlights-section .pb-block-type-image {
		width: 60%;
		margin: 0 auto 30px;
	}
	.slider-section ul.lightSlider > li .inner-wrap {
		margin-left: -50px;
		margin-right: -50px;
	}
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	.header {
		padding: 0px!important;
	}
	.enquire-wrapper {
		margin: 19px 0px -60px 0px;
	}
	.header .mobile-menu-trigger {
		width: unset;
		padding: 20px;
		z-index: 100000;
	}
	.navigation {
		z-index: 10000;
		width: 100%;
		margin: 0px;
		top: 0px;
		padding: 40px;
		padding-right: 70px;
		background-color: #070a1e!important;
	}
	.navigation ul.menu {
		flex-direction: column;
	}
	.navigation ul.menu .menulink {
		margin-bottom: 10px;
	}
	.header .mobile-menu-trigger:hover {
		color: #0092ff;
	}
	.navigation ul.menu > li > a {
		padding: 18px 25px;
	}
	.fare-section h2 {
		margin: 0px;
	}
	.fare-section .form-block .field {
		flex: 0 0 220px;
	}
	.highlights-section .col-sm-4 {
		display: block!important;
		width: 100%!important;
	}
	.highlights-section .col-sm-4:not(:last-child) {
		margin-bottom: 30px;
	}
	.highlights-section .pb-block-type-image {
		width: 30%!important;
	}
	.about-section .col-sm-4,
	.about-section .col-sm-8 {
		width: 100%!important;
		display: block!important;
		text-align: center;
	}
	.about-section .col-sm-8 {
		margin-bottom: 40px;
	}
	.slider-section ul.lightSlider > li.active .inner-wrap {
		opacity: 1;
		transform: scale(1);
	}
	.slider-section ul.lightSlider > li .inner-wrap {
		margin: 0px;
	}
	.book-now-section .col-sm-9,
	.book-now-section .col-sm-3 {
		width: 100%!important;
		display: block!important;
		text-align: center;
	}
	.book-now-section .col-sm-9 {
		margin-bottom: 30px;
	}
	.book-now-section .button-wrapper {
		display: flex;
		justify-content: center;
	}
    .bookings-page h1:nth-child(1), 
    .bookings-page p:nth-child(2)
    {
        padding: 0 15px;
    }
    #form-book h2 + div p
    {
        width: 100%;
    }
    #form-book h2 + div p:not(:first-child)
    {
        margin-top: 10px;
    }
    #form-book .inner-wrap::before
    {
        display: none;
    }
    
    .navigation
    {
        position: fixed;
        width: 98%;
        top: 143px;
        background-color: #4C5D75!important;
    }
    .bx-viewport
    {
        height: auto!important;
    }
    .contact-us-page .pb-section .col-sm-6:last-child
    {
        margin-top: 45px;
    }
}
@media screen and (max-width:600px) {
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	.header .frame .flexbox.flexbottom {
		flex-direction: column;
	}
	.enquire-wrapper {
		margin: 0px;
		width: 100%;
	}
	.header > .frame .logo-wrap {
		display: block;
		width: 100%;
	}
	.logo-box {
		width: 100%;
		border-bottom: 1px solid rgba(7,10,30,0.70);
	}
	.site-logo {
		margin: 0 auto;
	}
	.header .mobile-menu-trigger {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.navigation {
		padding: 20px;
		padding-right: 70px;
	}
	.row-container > .pb-section.section-variant-1::before {
		content: unset;
	}
	.row-container > .pb-section.section-variant-1 {
		text-align: center;
	}
	.fare-section .form-block {
		flex-direction: column;
	}
	.fare-section .form-block .field {
		margin-right: 0px;
		flex: 1 1 100%;
	}
	.pad120 {
		padding: 40px!important;
	}
	.highlights-section .pb-block-type-image {
		width: 100%!important;
	}
	.about-section .button {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}
	.slider-section h3 {
		flex-direction: column;
	}
	.slider-section .rating,
	.slider-section .from {
		justify-content: center;
	}
	.footer .flexbox.flextop {
		flex-direction: column;
		align-items: center;
	}
	.foot-menu-box:not(:last-child) {
		margin-right: 0px;
	}
	.foot-menu-box {
		text-align: center;
	}
	.footer .foot-menu {
		padding: 0px;
		text-align: center;
	}
	.footer .foot-menu > li a {
		justify-content: center;
	}
	.foot-menu-box:last-child {
		margin-left: 0px;
		margin-top: 40px;
	}
	.copyright p {
		flex-direction: column;
		align-items: center;
	}
    #form-book h2 + div p
    {
        width: 100%;
    }
}
