@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Pragati+Narrow:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.add-cart-btn {
	font-size: 28px;
	padding: 0 5px;
	line-height: 30px;
}
.ls {
	letter-spacing: 1px;
}
.code-apply {
	width: 45px;
	padding: 1px;
	float: right;
}
.f30 {
	font-size: 30px;
}
.ml-5-5 {
	margin-left: -45px;
}
.container-fluid {
	width: 98%;
}
.site-bg {
	background-image: url(../images/site-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
}
.site-bg-fixed{
	background-size: 100%;
}
.top-nav.inner-top-nav {
	position: inherit;
}
.logo-wrap.inner-logo-wrap {
	position: inherit;
	top: inherit;
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.hire-wrap.inner-hire-wrap {
	position: inherit;
}
.booking-steps {
	position: relative;
	width: 100%;
}
.booking-steps ul li {
	width: 23.7%;
	margin-right: 1%;
	display: inline-block;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	padding: 0.5rem 1rem;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.booking-steps ul li.active {
	padding: 1rem 1rem;
	margin-bottom: -0.01rem;
}
.booking-steps ul li .figure {
	width: 25%;
	display: inline-block;
	float: left;
	margin-right: 4%;
}
.booking-steps ul li .figure-caption {
	width: 71%;
	display: inline-block;
	float: left;
	font-weight: bold;
	font-size: 16px;
}
.booking-steps ul li.dark .figure-caption {
	color: #6eb6e0;
}
.booking-steps ul li.orange .figure-caption {
	color: #282e3c;
}
.booking-steps ul li.dark a {
	color: #fff;
	text-align: right;
	display: inherit;
}
.booking-steps ul li .figure-caption h3 {
	color: #fff;
	font-size: 26px;
	margin: 0;
}
.booking-steps ul li.dark {
	background: #282e3c;
}
.booking-steps ul li.orange {
	background: #f58220;
}
.booking-steps ul li.green {
	background: #3cb54a;
}
.booking-steps ul li.blue {
	background: #48b0ed;
}
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 1.4rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
}
/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background: #eee url(../images/radio-icn.png) no-repeat center center;
	border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
	background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #282e3c;
}
.main-content-wrap.full-bg {
	background: url(../images/inner-full-bg.png) no-repeat center top / cover;
}
.hm-bg .owl-carousel .item {
	height: 100vh;
}
.hm-bg .owl-carousel .item.item1 {
	background-image: url(../images/hm-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.hm-bg .owl-carousel .item.item2 {
	background-image: url(../images/hm-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.hm-bg .owl-carousel .item.item3 {
	background-image: url(../images/hm-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	font-family: 'Saira Extra Condensed', sans-serif;
	letter-spacing: .5px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand { /* for IE 11 */
 display: none;
}
h1 {
	font-family: 'Saira Extra Condensed', sans-serif;
	letter-spacing: .15px;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
}
.green {
	color: #6a8a22;
}
.greendark {
	color: #3cb54a;
}
.blue {
	color: #6eb6e0;
}
.orange {
	color: #f58220;
}
.white {
	color: #fff;
}
.btn {
	border-radius: 0;
}
.btn-outline-dark {
	border: 1px solid #282e3c;
}
.hire-hold.green-border {
	border-color: #6a8a22;
}
.hire-hold.orange-border {
	border-color: #f58220;
}
.btn-outline-dark:hover {
	color: #fff;
}
.white-transparent-bg {
	background: rgba(255,255,255,0.75);
}
.dark-transparent-bg {
	background: rgba(40,46,60,0.75);
	color: #fff;
}
.hm-bg {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -1;
}
.hm-bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
.top-nav {
	background: rgba(255,255,255,0.75);
	padding: 0 2%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.top-nav ul {
	margin: 0;
}
.top-nav ul li {
	display: inline-block;
	margin: 0;
}
.top-nav ul li a {
	display: inline-block;
	padding: 0.4rem 0.5rem;
}
.top-nav ul li a:hover {
	background: #f58220;
	color: #fff;
	text-decoration: none;
}
.top-nav li.menu-toggle {
	position: relative;
}
.top-nav ul li:hover .show-menu {
	display: block;
}
.top-nav ul li a {
	color: #414142;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.85rem;
	display: block;
	border-right: 5px solid #f58220;
}
.top-nav span {
	color: #f58220;
	font-size: 2rem;
	font-weight: bold;
}
.top-nav ul li ul.show-menu {
	position: absolute;
	top: 100%;
	right: 0px;
	background: rgba(255,255,255,0.75);
	z-index: 3;
	transition: all 0.5s ease-in-out;
	display: none;
}
.top-nav ul li ul.show-menu li {
	display: block;
}
.logo-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	top: 3rem;
}
.logo {
	width: 200px;
	margin-top: 1rem;
}
.hm-banner {
	position: relative;
	height: 100vh;
}
.hm-banner h1, .inner-logo-wrap h1 {
	color: #6eb6e0;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	text-align: right;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	line-height: 1.6rem;
	margin-top: 4rem;
	margin-right: 1%;
}
.hm-banner h1 span, .inner-logo-wrap h1 span {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
}
.hire-wrap {
	background: rgba(255,255,255,0.5);
	padding: 1rem 0;
	position: absolute;
	bottom: 10%;
	width: 100%;
}
/*.dot-lines {
	background: url(../images/dot-line-bg.png) no-repeat left top -10px / cover;
}*/
.first-outline {
	background: url(../images/first-outline.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 28%;
	display: inline-block;
	padding-top: 60px;
}
.second-outline {
	background: url(../images/second-outline.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 28%;
	display: inline-block;
	padding-bottom: 55px;
	padding-top: 58px;
}
.third-outline {
	background: url(../images/third-outline.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 28%;
	display: inline-block;
	padding-bottom: 55px;
	padding-top: 58px;
}
.fourth-outline {
	background: url(../images/fourth-outline.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 15%;
	display: inline-block;
	padding-top: 52px;
}
.hirenow-btn {
	background: #f58220;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	padding: 0.4rem 1rem;
	transition: all 0.3s ease-in-out;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.hirenow-btn:hover {
	background: #6eb6e0;
	color: #fff;
	text-decoration: none;
}
.hire-hold {
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 95%;
	display: inline-block;
	padding: 0.5rem 1rem;
	position: relative;
	margin: 0 1%;
	border-bottom: 5px solid #6eb6e0;
	transition: transform .3s;
}
.hire-hold:hover {
	transform: scale(1.1);
}
.hire-hold label {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 18px;
}
.hire-hold .form-control {
	border: none;
	color: #6eb6e0;
	font-weight: bold;
	padding: 0rem 0rem;
	margin: 0;
	width: 50%;
	display: inline-block;
	font-size: 18px;
}
.hire-hold select.form-control {
	background: url(../images/select-down.png) no-repeat center right;
	height: 24px !important;
	width: 100%;
	font-size: 18px;
}
.hire-hold .form-control::placeholder {
 color: #333;
}
.hire-hold select.form-control::placeholder {
 color: #6eb6e0;
}
.hire-hold .options span {
	font-size: 18px;
}
.hire-hold .flag {
	display: inline-block;
	width: 22%;
	position: absolute;
	left: 5%;
	bottom: 0;
}
.hire-hold .options {
	display: inline-block;
	width: 65%;
	margin-left: 35%;
}
.hire-ball-btn {
	top: -1.5rem;
	width: 150px;
	position: relative;
	display: inline-block;
	transition: transform .3s;
}
.hire-ball-btn span {
	position: absolute;
	text-align: center;
	color: #f58220;
	font-weight: bold;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);*/
	left: -15%;
	right: 0;
	top: 30%;
	font-size: 2.4rem;
}
.hire-ball-btn:hover {
	transform: scale(1.1);
}
.calendar-icn {
	background: url(../images/date-select.png) no-repeat center right;
}
.hire-hold-toggle {
	padding-left: 1%;
	margin-top: -40px;
}
.inner-banner .hire-hold-toggle {
	display: none;
}
.welcome {
	text-align: center;
	padding: 2rem 0 0 0;
}
.welcome h2 {
	font-size: 2.2rem;
	color: #6d6868;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	border-bottom: 4px solid #f58220;
	display: inline-block;
}
.welcome p {
	font-size: 1.6rem;
	color: #6d6868;
	font-style: italic;
}
.welcome-tips {
	background: #fce0c7;
	text-align: center;
	padding: 2rem 0;
}
.welcome-tips h3 {
	font-size: 2rem;
	font-weight: bold;
}
.welcome-tips p {
	font-size: 1.6rem;
	color: #6d6868;
	line-height: 1.7rem;
}
.welcome-tips .figure-img {
	margin: 0 auto 5px auto;
	text-align: center;
}
.hire-equipment-hm {
	padding: 2rem 0;
	position: relative;
}
.hire-equipment-hm .orange-bg {
	background: #f58220;
	position: absolute;
	top: 30%;
	height: 70%;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.hire-equipment-hm h2 {
	font-size: 2.2rem;
	color: #6d6868;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	border-bottom: 4px solid #f58220;
	display: inline-block;
	margin-bottom: 2rem;
	line-height: 3.3rem;
}
.hire-equipment-hm h3 {
	font-size: 2.4rem;
	font-weight: bold;
	font-style: italic;
	color: #524e4f;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #524e4f;
}
.hire-equipment-hm h3 span {
	float: right;
	margin-top: 0.3rem;
}
.equipment-box {
	border: 1px solid #6eb6e3;
	padding: 1rem 2rem 0 2rem;
	background: #fff;
}
.equipment-box .btn-outline-dark {
	font-size: 1.5rem;
	color: #6d6868;
	padding: 0rem 1rem;
}
.equipment-box .btn-outline-dark:hover {
	color: #fff;
}
.equipment-box h4 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4rem;
}
.equipment-box h5 {
	font-size: 26px;
	line-height: 20px;
}
.equipment-box .hire-me {
	background: #f58220;
	padding: 0 5px;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0.2rem;
}
.hire-equipment-hm .viewmore-equipment {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -55px;
	z-index: 3;
}
.hire-equipment-hm .viewmore-equipment a {
	background: #f58220;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1rem 1rem 0.5rem 1rem;
	display: inline-block;
	text-decoration: none;
}
.hire-destination-hm {
	padding: 5rem 0 3rem 0;
	position: relative;
}
.hire-destination-hm .dark-bg {
	background: #282e3c;
	position: absolute;
	top: 0%;
	height: 100%;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.hire-destination-hm h2 {
	font-size: 2.2rem;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	border-bottom: 4px solid #f58220;
	display: inline-block;
	margin-bottom: 2rem;
}
.hire-destination-hm .card {
	border: 5px solid #fff;
	overflow: hidden;
}
.hire-destination-hm .card-border {
	border-radius: 5px;
	border: 1px solid #6eb6e3;
}
.hire-destination-hm .card-img-overlay {
	background: rgba(245,130,32,0.5);
	width: 60%;
	transform: skewX(-10deg);
	left: -5%
}
.hire-destination-hm .action {
	position: absolute;
	bottom: 5%;
	left: 20%;
	;
	transform: skewX(10deg);
}
.hire-destination-hm .card-title {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}
.hire-destination-hm .card-text {
	font-size: 12px;
	margin: 0;
	color: #fff;
}
.hire-destination-hm .dashline {
	margin: 0;
	background: #fff;
	height: 4px;
	width: 60px;
	display: block;
}
.hire-destination-hm .viewmore-destination {
	width: 100%;
	text-align: center;
	bottom: -2.5rem;
}
.hire-destination-hm .viewmore-destination a {
	background: #282e3c;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1rem 1rem 0.5rem 1rem;
	display: inline-block;
	text-decoration: none;
}
.hm-testimonials {
	padding: 5rem;
	background: url(../images/testimonial-bg.png) no-repeat left top / cover;
	text-align: center;
	width: 100%;
}
.hm-testimonials h2 {
	font-size: 3rem;
	font-style: italic;
	padding: 2rem 3rem 0 3rem;
	font-weight: 500;
}
.hm-testimonials h2 span.dashline {
	background: #f58220;
	width: 75px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
}
.hm-testimonials span.ql {
	background: url(../images/ql.png) no-repeat left top;
	width: 48px;
	height: 64px;
	display: inline-block;
	position: absolute;
	left: 0;
}
.hm-testimonials span.qr {
	background: url(../images/qr.png) no-repeat right top;
	width: 48px;
	height: 64px;
	display: inline-block;
	position: absolute;
	right: 0;
}
.hm-join {
	background: #5c4335;
	margin-bottom: 3rem;
}
.hm-join h3 {
	color: #fff;
	margin-top: 2rem;
}
.hm-join .formBlock {
	background: #f58220;
	padding: 2rem 3rem;
	-ms-transform: skewX(-30deg); /* IE 9 */
	-webkit-transform: skewX(-30deg); /* Safari */
	transform: skewX(-30deg); /* Standard syntax */
}
.hm-join .form-control {
	background: #fff;
	border-color: #000;
	border-radius: 0;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	padding: .175rem .75rem;
	-ms-transform: skewX(30deg); /* IE 9 */
	-webkit-transform: skewX(30deg); /* Safari */
	transform: skewX(30deg); /* Standard syntax */
}
.hm-join .col {
	-ms-transform: skewX(30deg); /* IE 9 */
	-webkit-transform: skewX(30deg); /* Safari */
	transform: skewX(30deg); /* Standard syntax */
}
.hm-join label {
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.1rem;
	margin-left: -1rem;
	-ms-transform: skewX(30deg); /* IE 9 */
	-webkit-transform: skewX(30deg); /* Safari */
	transform: skewX(30deg); /* Standard syntax */
}
.hm-join .btn {
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3rem 0 0 3rem;
	padding: 0.1rem 0.5rem 0 0.5rem;
}
.blog-hm {
	padding: 2rem 0;
	position: relative;
}
.blog-hm .dark-bg {
	background: #282e3c;
	position: absolute;
	top: 0%;
	height: 100%;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.blog-hm h2 {
	font-size: 2.2rem;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	border-bottom: 4px solid #f58220;
	display: inline-block;
	margin-bottom: 2rem;
}
.blog-hm .card-border {
	border-radius: 5px;
	border: 1px solid #6eb6e3;
}
.blog-hm .card {
	overflow: hidden;
	border: 5px solid #fff;
}
.blog-hm .card-img-overlay {
	background: rgba(245,130,32,0.5);
	width: 60%;
	transform: skewX(-30deg);
	left: -20%
}
.blog-hm .action {
	position: absolute;
	top: 5%;
	left: 20%;
	transform: skewX(30deg);
}
.blog-hm .card-title {
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
}
.blog-hm .card-text {
	font-size: 0.8rem;
	margin: 0;
	color: #fff;
}
.blog-hm .dashline {
	margin: 0;
	background: #fff;
	height: 4px;
	width: 60px;
	display: block;
}
.blog-hm .viewmore-destination {
	width: 100%;
	text-align: center;
}
.blog-hm .viewmore-destination a {
	background: #282e3c;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1rem 1rem 0.5rem 1rem;
	display: inline-block;
	text-decoration: none;
}
footer {
	padding: 2rem;
}
footer h3 {
	color: #282e3c;
	font-weight: bold;
	font-size: 1.3rem;
	border-bottom: 5px solid #f58220;
	line-height: 2rem;
	margin-bottom: 1rem;
}
footer ul li a {
	color: #282e3c;
	box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 transparent inset;
}
footer ul li a:hover {
	color:#f58220;
	/*color: #fff;
	background: #f58220;*/
	text-decoration:none;
	transition: all .3s ease-out;
  	box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 #f58220 inset;
}
footer form .form-control {
	border-color: #f58220;
	color: #282e3c;
	border-radius: 0;
	padding: .175rem .75rem;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
footer form .form-control::placeholder {
 color: #282e3c;
}
footer form .form-group {
	margin-bottom: 0.5rem;
}
footer form .btn {
	background: #f58220;
	color: #fff;
	padding: .175rem .75rem;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
	float: right;
}
footer form .btn:hover {
	background: #282e3c;
}
.main-content-wrap {
/* background: #1b2b28;*/
}
.main-content-wrap .white-transparent-bg {
	background: rgba(255,255,255,0.90);
	margin-left: 2%;
	padding-top: 1rem;
}
.main-content-wrap .dark-transparent-bg {
	background: rgba(40,46,60,0.75);
	color: #fff;
}
.head-innerpages {
	background: rgba(255,255,255,0.75);
	position: relative;
	width: 100%;
	height: 70px;
	margin-bottom: 2rem;
}
.head-innerpages h2 {
	background: #282e3c;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	padding: 20px 15px;
	display: inline-block;
	margin-top: -5px;
	margin-left: 2%;
	position: relative;
}
.head-innerpages h2 span {
	left: -4px;
	top: 10px;
	border-left: 8px solid #3cb54a;
	height: 70px;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
}
.matter-hold {
	padding: 1rem;
}
.matter-hold h3 span {
	font-weight: normal;
	color: #282e3c;
	display: block;
}
.matter-hold p {
	color: #282e3c;
	font-size: 1.2rem;
}
ul.bullet-list li {
	background: url(../images/bullet-list.png) no-repeat left top 5px;
	padding-left: 30px;
	margin-bottom: 7px;
	font-size: 18px;
}
ul li {
	margin-bottom: 0.5rem;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #fff;
	background: #282e3c;
}
.panel-title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: .8rem;
}
.panel-title > a {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	color: #fff;
}
.panel-title a span.green-border {
	border-left: 8px solid #3cb54a;
	margin-left: -1.2rem;
	margin-right: 1rem;
}
.more-less {
	float: right;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
	background: #464c57;
	padding: 1rem;
	color: #fff;
	font-size: 18px;
}
.coverage h4 {
	font-size: 22px;
	background: #282e3c;
	padding: 5px 10px;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
}
.coverage h4.orange {
	background: #f58220;
	color: #fff;
}
.online-hold {
	background: #282e3c;
	padding: 1rem 0.6rem;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}
.online-hold h4 {
	display: inline-block;
	font-size: 26px;
	background: #282e3c url(../images/ball-icn-small.png) no-repeat center left 7px;
	color: #fff;
	padding: 0.6rem 2rem 0.6rem 2.2rem;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
	margin-bottom: 1rem;
}
.online-hold .form-group {
	margin-bottom: 0.8rem;
}
.online-hold .form-control {
	background: none;
	border-radius: 0;
	border-color: #f58220;
	color: #fff;
}
.online-hold .form-control::placeholder {
 color: #fff;
}
.online-hold .btn-orange {
	background: #f58220;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 0.2rem 1rem;
}
.badge {
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: left;
	padding: .25em 0;
}
.badge span {
	background: #f58220;
	padding: 0.5rem 1rem;
	display: inline-block;
	min-width: 100px;
	text-align: center;
	margin-right: 0.6rem;
}
.offline-hold {
	margin-bottom: 0.6rem;
}
.download-pdf .btn-orange {
	float: inherit;
	margin-left: 0.6rem;
	font-weight: bold;
	padding: 0.2rem 1rem;
}
.affiiate-hold p {
	color: #fff;
	font-size: 18px;
}
.hire-reason .owl-dots {
	text-align: center;
}
.hire-reason span.count {
	font-size: 120px;
	line-height: 130px;
	font-weight: 900;
	color: #937170;
}
.hire-reason span.count.white{
	color: #fff;
}
.hire-reason p {
	font-size: 20px;
	color: #937170;
	line-height: 20px
}
.owl-theme .owl-dots .owl-dot span {
	border: 3px solid #292e3c;
}
.owl-theme .owl-dots .owl-dot.active span {
	width: 16px;
	height: 16px;
	background: #292e3c;
	position: relative;
	border: 3px solid #fff;
	margin: 6px;
}
.owl-theme .owl-dots .owl-dot.active span:before {
	content: '';
	position: absolute;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	background: #3cb54a;
	z-index: -1;
	border-radius: 100%;
}
.hire-slide-white {
	background: #fff;
	padding: 2rem;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
}
.hire-slide-blue {
	background: #6eb6e0;
	padding: 2rem;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.75);
}
.main-content-wrap .nav-pills {
	display: inline-flex;
}
.main-content-wrap .hire-destination-hm {
	padding: 1rem 0;
}
.main-content-wrap .hire-destination-hm .card-title {
	margin-bottom: 5px;
	line-height: 30px;
}
.hire-destination-hm .card-img-overlay {
	background: rgba(245,130,32,0.75);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #f58220;
	background: none;
	border-bottom: 8px solid #282e3c;
}
.nav-pills .nav-link.active {
	padding: 11px 30px 5px 30px;
}
.nav-pills .nav-link span{
	display: none;
}
.nav-pills .nav-link.active span{
	display: block;
	position: absolute;
bottom: -36px;
left: 38%;
}

/*.nav-pills .nav-link.active:after {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgba(255,255,255,0.75);
	content: " ";
	position: absolute;
	bottom: -23px;
	left: 37%;
}*/
.nav-pills .nav-item {
	position: relative;
	border-right: 8px solid #3cb54a;
}
.nav-pills .nav-link {
	border-radius: 0rem;
	color: #282e3c;
	font-size: 26px;
	font-weight: bold;
	padding: 11px 30px;
	position: relative;
}
.matter-hold .orange-transparent-title {
	background: rgba(245,130,32,0.75);
	padding: 0.8rem 2rem;
	color: #fff;
	position: relative;
	height: 3.5rem;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.5);
	margin-left: -1.9rem;
	margin-right: -1.9rem;
	font-size: 30px;
}
.matter-hold .orange-transparent-title span {
	font-weight: bold;
	color: #fff;
	display: inline-table;
	margin: 0 auto;
	border-bottom: 7px solid #f58220;
	position: relative;
	height: 2.8rem;
	bottom: -5px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.5);
}
.matter-hold .orange-transparent-title span.text-center {
	left: 0;
	right: 0;
}
.matter-hold hr {
	border-color: #282e3c;
}
.border-left-orange {
	padding-left: 3rem;
	border-left: 3px solid #f58220;
}
.dark-transparent-bg ul li {
	font-size: 1.4rem;
	margin-bottom: 0;
}
.dark-transparent-bg h3 {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	padding-left: 5px;
}
.matter-hold .equipment-box {
	padding: 1rem 1rem 0 1rem;
}
.matter-hold .equipment-box .btn-outline-dark {
	font-size: 1.1rem;
	position: relative;
	box-shadow: none;
}
.matter-hold .equipment-box .btn-outline-dark i {
	position: absolute;
	right: 10px;
}
.mob-accordian-only .equipment-box .btn-outline-dark {
	font-size: 1rem;
	position: relative;
	box-shadow: none;
}
.mob-accordian-only .equipment-box .btn-outline-dark i{

	position: absolute;
	right: 10px;
}
.mob-accordian-only .panel-default > .panel-heading {
	background: none;
}
.mob-accordian-only .panel-title.blue-title-bg {
	background: #b1e5f3;
}
h2.radio-head {
	width: 25%;
}
.radio-hold {
	position: absolute;
	top: 5px;
	margin-left: 1rem;
	width: 70%;
}
.radio-hold li {
	display: inline-flex;
	flex-direction: column;
	margin-left: 1rem;
	padding: 0 0 0 0;
	width: 22%;
	border-right: 8px solid #3cb54a;
}
.radio-hold li:last-child {
	border-right: none;
}
.more-info-wrap {
	position: relative;
}
.moreinfo-toggle {
	background: #76B9E3;
	padding: 10px;
	color: #fff;
	display: none;
	position: absolute;
	width: 100%;
	bottom: 28px;
	font-size: 20px;
	line-height: 20px;
	min-height: 145px;
}
.moreinfo-toggle h5 {
	border-bottom: 3px solid #f58220;
	padding-bottom: 7px;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 5px;
}
.minicart-box {
	background: rgba(245,130,32,0.75);
	padding: 0.5rem;
	margin-left: 20px;
	position: relative;
	top: -48px;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
}
.minicart-box.position{
	top: -87px;
}
.minicart-box span.bl{
	position: absolute;
	left: -10px;
	top: 0;
	width: 10px;
	height: 100%;
	background: #3cb54a;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
}
.minicart-box .title {
	background: #282e3c;
	color: #fff;
	padding: 0.5rem;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.minicart-box .title h5 {
	font-size: 20px;
	margin: 0;
}
.minicart-box .title h4 {
	margin: 0;
}
.minicart-box .title.blue-bg {
	background: #6eb6e0;
}
.minicart-box .title.green-bg {
	background: #3cb54a;
}
.minicart-box .title.bg-white {
	color: #282e3c;
}
.minicart-box p{
	line-height: 15px;
}
.minicart-box span.badge {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px;
	    background: #f58220;
}
.minicart-box .btn-outline-dark {
	background: #f58220;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid #282e3c;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
}
.minicart-box .close {
	font-size: 14px;
}
.minicart-box .min-img{
	position: absolute;
	bottom: 0;
}
.qty{
	font-size: 18px;
}
.booking-form {
	padding: 1rem;
}
.booking-form .form-group {
	margin: 10px;
}
.booking-form .form-control {
	border: 1px solid #3cb54a;
	border-radius: 0;
	padding: .175rem .75rem;
}
.booking-form label {
	font-weight: bold;
	color: #282e3c;
	margin-bottom: 5px;
	font-size: 20px;
}
.booking-form .form-control::placeholder {
 color: #d7c5c5;
 font-size: 20px;
line-height: 22px;
 font-style: italic;
}
.booking-form .orange-bg {
	background: rgba(245,130,32,0.70)
}
.booking-form .orange-bg label {
	color: #fff;
}
.booking-form .dark-bg-trans {
	background: rgba(0,0,0,0.70);
	color: #fff;
	padding: 5px;
	/*height: 77px;*/
}
.booking-form .dark-bg-trans label {
	color: #fff;
}
.booking-form .dark-bg-trans a {
	color: #fff;
}
.booking-form .dark-bg-trans .form-group {
	margin-bottom: 0;
}
.booking-form .btn-outline-dark {
	border: 3px solid #282e3c;
	-webkit-box-shadow: 2px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 1px 3px 0px rgba(0,0,0,0.75);
}
h2.different-title {
	background: #282e3c;
	padding: 0.8rem 1rem;
	display: inline-block;
	color: #fff;
	margin-top: -3rem;
	margin-bottom: 0;
}
.different-title span.left {
	border-left: 12px solid #3cb54a;
	margin-left: -1.4rem;
	margin-right: 1rem;
}
.different-title span.right {
	border-right: 12px solid #3cb54a;
	margin-right: -1.4rem;
	margin-left: 1rem;
}
.main-content-wrap .white-transparent-bg.attach-bg {
	background: rgba(255,255,255,0.90) url(../images/attach-bg.png) no-repeat top center;
	background-size: 100%;
	padding-top: 200px;
}


.mas_faq_answer p
{
	color:#FFF;
	font-size:18px;
}

.mas_equipment_detail p
{
	margin-left:125px;
}

.mas_equipment_detail ul
{
	list-style:none;
	padding-left:3rem !important;
	margin-left: 3rem !important;

}


.mas_equipment_detail ul li {
	background: url(../images/bullet-list.png) no-repeat left top 5px;
	padding-left: 30px;
	margin-bottom: 7px;
	font-size: 1.4rem;
}

.mas_equipment_detail_mob ul
{
	list-style:none;
	padding-left: 0px;
}


.mas_equipment_detail_mob ul li {
	background: url(../images/bullet-list.png) no-repeat left top 5px;
	padding-left: 30px;
	margin-bottom: 0px;
	font-size: 1rem;
}

.CartQty
{
	background-color:#f58220;
	width:20px;
	border:0px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:26px;
}

.MiniCartQty
{
	background-color:#6eb6e0;
	width:20px;
	border:0px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

.mas_hireme
{
	font-size:26px;
}

.desatinationdd
{
	background: url(../images/select-down.png) no-repeat center right;
	height: 24px !important;
	width: 100%;
	font-size: 18px;
}

.mas_destination_col ul
{
	list-style:none;
	padding-left:0 !important;

}


.mas_destination_col ul li {
	background: url(../images/bullet-list.png) no-repeat left top 5px;
	padding-left: 30px;
	margin-bottom: 7px;
	font-size: 1.4rem;
}

.txtwhite p
{
	color:#fff;
}

.ContactFormBlock
{
	margin-bottom:3rem !important;
}