*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html,
body {
	height: 100%;
	min-height: 100%;
	font-family: 'Titillium Web', sans-serif
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}

img {
	border: 0 none;
	max-width: 100%;
	vertical-align: top;
	-moz-user-select: none;
	user-select: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
	font-family: 'League Spartan', sans-serif;
	line-height: 1.1
}

:focus {
	outline: 0 none
}

blockquote {
	margin: 0
}

a,
img,
button {
	text-decoration: none;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s
}

a:hover {
	text-decoration: none
}

img {
	width: 100%
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

pre {
	margin: 1em 0
}

p:last-child,
p:last-of-type {
	margin-bottom: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:before,
q:after {
	content: '';
	content: none
}

small {
	font-size: 8px;
	color: #000
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

dl,
menu {
	margin: 0;
	padding: 0
}

dd {
	margin: 0 0 0 40px
}

nav ul,
nav ol {
	list-style: none
}

iframe {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}

button,
input {
	line-height: normal
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0 none;
	cursor: pointer
}

button[disabled],
input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
	margin: 1px 8px 0 0;
	vertical-align: middle
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="file"],
textarea {
	-webkit-appearance: none;
	resize: none;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0px 20px;
	line-height: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	font-size: 16px !important;
	font-family: 'Titillium Web', sans-serif;
	color: #000;
	font-weight: 400
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus {
	background-color: #fff
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
	height: 52px;
	line-height: 52px
}

input[type="file"] {
	padding: 8px 15px;
	cursor: pointer;
	color: #767676
}

textarea {
	height: 120px;
	overflow: auto;
	vertical-align: top;
	padding: 15px 20px;
	line-height: 1.4
}

select {
	width: 100%;
	height: 48px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #fff url(../img/dd-arrow.png) no-repeat right center;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0 15px;
	font-size: 16px !important;
	font-family: 'Titillium Web', sans-serif;
	color: #777;
	font-weight: 400;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px
}

select:hover {
	background: #fff url(../img/dd-arrow.png) no-repeat right center
}

select option {
	padding: 5px;
	font-weight: 400
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

address {
	font-style: normal;
	font-size: 14px
}

hr {
	border: 0 none;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	margin: 50px 0;
	display: block;
	width: 100%
}

ul,
ol {
	margin: 20px 0;
	padding-left: 15px;
	font-family: 'Titillium Web', sans-serif
}

ul ul,
ol ol {
	margin: 15px 0
}

ul ul li {
	list-style: circle outside
}

ol ol li {
	list-style: lower-roman outside
}

ul:first-of-type,
ul:first-child,
ol:first-of-type,
ol:first-child {
	margin-top: 0
}

*+ul:first-of-type,
*+ul:first-child,
*+ol:first-of-type,
*+ol:first-child {
	margin-top: 10px
}

ul.nolist {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.nolist li {
	list-style: none;
	margin: 0;
	padding: 0
}

.rel {
	position: relative
}

.fl-left {
	float: left
}

.fl-right {
	float: right
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.background-no-repeat {
	background-repeat: no-repeat
}

.background-size-cover {
	background-size: cover;
	-webkit-background-size: cover
}

.background-width-full {
	background-size: 100% auto;
	-webkit-background-size: 100% auto
}

.background-height-full {
	background-size: auto 100%;
	-webkit-background-size: auto 100%
}

[class*="col-"] {
	float: left;
	min-height: 1px
}

button:focus {
	outline: 1px dotted;
	outline: 0px auto -webkit-focus-ring-color !important
}

.container {
	width: 70%;
	margin: 0 auto
}

.container-fluid {
	padding: 0 45px
}

.container::after,
.container::after,
.container-fluid::after,
.container-fluid::after {
	content: "";
	display: table;
	clear: both
}

body {
	background-color: #fff
}

body.noscroll {
	overflow-x: hidden
}

.btn {
	width: auto;
	height: 52px;
	display: inline-block;
	vertical-align: top;
	background-color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding: 0px 45px;
	font-size: 15px;
	font-family: 'Titillium Web';
	color: #fff;
	font-weight: 700;
	line-height: 52px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.btn:hover {
	background-image: linear-gradient(to right, #95600e, #b37a23, #95600e);
	color: #fff
}

.btn.full {
	width: 100%;
	text-align: center
}

.btn.small {
	height: 42px;
	padding: 0 20px;
	line-height: 42px
}

.btn.small.red {
	background-color: #be0101;
	color: #fff !important
}

h1 {
	font-size: 42px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 32px
}

h4 {
	font-size: 28px
}

h5 {
	font-size: 24px
}

h6 {
	font-size: 20px
}

small {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1px
}

p {
	margin: 0 0 20px;
	font-size: 17px;
	color: #555;
	font-weight: 400;
	line-height: 1.8
}

p strong {
	font-weight: 700
}

p:last-child {
	margin: 0 0 0
}

p a {
	color: #be0101
}

p a:hover {
	color: #be0101
}

.row {
	margin: 30px -15px 0;
	font-size: 0
}

.row::after {
	content: "";
	display: table;
	clear: both
}

.row:first-child {
	margin: 0 -15px 0
}

.row [class*="col-"] {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px
}

.row .col-20 {
	width: 20%
}

.row .col-25 {
	width: 25%
}

.row .col-30 {
	width: 30%
}

.row .col-33 {
	width: 33.33%
}

.row .col-40 {
	width: 40%
}

.row .col-50 {
	width: 50%
}

.row .col-60 {
	width: 60%
}

.row .col-66 {
	width: 66.66%
}

.row .col-70 {
	width: 70%
}

.row .col-100 {
	width: 100%
}

header {
	z-index: 11;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 15px 0px;
	background-image: linear-gradient(to right, rgba(246, 246, 246, 0.9), rgba(246, 246, 246, 0.9));
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s
}

header.fixed {
	background-image: linear-gradient(to right, #f6f6f6, #f6f6f6)
}

header .logo {
	width: 140px;
	height: 48px;
	float: left;
	background: url(../img/loader-logo.png) no-repeat left top;
	background-size: 100% auto;
	font-size: 0
}

header .logo.group {
	margin-right: 20px;
	background: url(../img/logo.png) no-repeat left top;
	background-size: 100% auto
}

header nav {
	float: right
}

header nav button {
	display: none
}

header nav ul {
	margin: 0 !important;
	padding: 0;
	text-align: right;
	font-size: 0
}

header nav ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 30px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase
}

header nav ul li:first-child {
	margin-left: 0
}

header nav ul li a {
	display: block;
	color: #000;
	line-height: 48px
}

header nav ul li a.toggle {
	position: relative;
	padding-right: 15px
}

header nav ul li a.toggle::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 700
}

header nav ul li a:hover {
	color: #be0101
}

header nav ul li:hover>ul {
	opacity: 1;
	visibility: visible
}

header nav ul li ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: 12;
	position: absolute;
	left: -15px;
	top: 100%;
	width: 240px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

header nav ul li ul li {
	display: block;
	position: relative;
	margin-left: 0;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize
}

header nav ul li ul li a {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 13px 15px;
	background-color: #fff;
	color: #222;
	line-height: 1.2
}

header nav ul li ul li a:hover {
	background-color: #edca75;
	color: #000
}

header nav ul li ul li a.toggle {
	position: relative;
	padding-right: 15px
}

header nav ul li ul li a.toggle::after {
	content: "+";
	right: 15px
}

header nav ul li ul li:hover {
	color: rgba(255, 255, 255, 0.7)
}

header nav ul li ul li:first-child {
	border-top: 0px
}

header nav ul li ul li ul {
	z-index: 11;
	margin: 0;
	padding: 0;
	left: -108%;
	top: 0;
	width: 260px
}

.section_homebanner {
	position: relative;
	overflow: hidden
}

.section_homebanner .contentinfo {
	z-index: 5;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f6f6f6;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	padding: 30px;
	width: 680px
}

.section_homebanner .contentinfo h4 {
	color: #000;
	font-weight: 700
}

.section_homebanner .contentinfo ul.halflist {
	margin: 0 0px;
	padding: 0;
	list-style-type: none;
	font-size: 0
}

.section_homebanner .contentinfo ul.halflist li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0px;
	border-top: 1px dashed rgba(0, 0, 0, 0.2);
	font-size: 17px;
	line-height: 1.2
}

.section_homebanner .contentinfo ul.halflist li strong {
	padding-right: 10px;
	color: #be0101
}

.section_homebanner .banner-slider .slide {
	position: relative;
	height: 100vh
}

.section_homebanner .banner-slider .slide::before {
	content: "";
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%
}

.section_homebanner .banner-slider .slide.one {
	background: url(../img/main-slide-img1.jpg) no-repeat center center;
	background-size: cover
}

.section_homebanner .banner-slider .slide.two {
	background: url(../img/main-slide-img2.jpg) no-repeat center center;
	background-size: cover
}

.section_homebanner .banner-slider .slide.three {
	background: url(../img/main-slide-img3.jpg) no-repeat center center;
	background-size: cover
}

.section_homebanner .banner-slider .slide.four {
	background: url(../img/main-slide-img4.jpg) no-repeat center center;
	background-size: cover
}

.section_homebanner .banner-slider .slick-dots {
	z-index: 6;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 0 0;
	padding: 0 0 0
}

.section_homebanner .banner-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px
}

.section_homebanner .banner-slider .slick-dots li button {
	width: 15px;
	height: 15px;
	display: block;
	background-color: transparent;
	border: 2px solid #fff;
	padding: 0 0;
	font-size: 0
}

.section_homebanner .banner-slider .slick-dots li.slick-active {
	background-color: #fff
}

.section_enquirenow {
	background-color: #222;
	padding: 30px 0
}

.section_enquirenow p {
	font-size: 22px;
	font-family: 'League Spartan', sans-serif;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
	line-height: 1.4
}

.section_enquirenow p span {
	color: #fff
}

.section_enquirenow p a {
	color: #fff
}

.section_enquirenow p a:hover {
	color: #edca75
}

.section_aboutus {
	padding: 80px 0
}

.section_aboutus h1 {
	text-align: center;
	color: #be0101
}

.section_aboutus h3 {
	margin: 0 0 10px
}

.section_aboutus .about-slider {
	background-color: #dee7ef;
	padding: 15px
}

.section_aboutus .about-slider .slider-for div img {
	display: block
}

.section_aboutus .about-slider .slider-nav {
	margin-top: 15px;
	padding: 0 0
}

.section_aboutus .about-slider .slider-nav .slick-list {
	padding: 0 0 !important
}

.section_aboutus .about-slider .slider-nav div {
	padding: 0 5px
}

.section_aboutus .about-slider .slider-nav div img {
	border: 1px solid transparent;
	background-color: #fff
}

.section_aboutus .about-slider .slider-nav div.slick-current img {
	border-color: #be0101;
	padding: 4px
}

.section_aboutus .about-slider .slider-nav .slick-arrow {
	display: none !important
}

.section_highlights {
	padding: 80px 0;
	background: url(../img/highlights-section-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed
}

.section_highlights h2 {
	color: #edca75
}

.section_highlights ul.list {
	margin: 0;
	padding: 0;
	font-size: 0;
	width: 50%
}

.section_highlights ul.list li {
	position: relative;
	margin-top: 20px;
	padding: 0 25px 0 45px;
	font-size: 20px;
	color: #fff
}

.section_highlights ul.list li i {
	position: absolute;
	left: 0px;
	top: 5px
}

.section_keyattractions {
	padding: 80px 0;
	background-color: #f6f6f6;
	font-size: 0
}

.section_keyattractions h2 {
	margin-bottom: 30px;
	color: #be0101
}

ul.tabs {
	margin: 30px 0 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	border-bottom: 1px solid #be0101;
	z-index: 2;
	position: relative;
	display: block;
}

ul.tabs li {
	display: inline-block;
	margin-right: 10px;
	padding: 18px 20px;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: 0px solid rgba(0,0,0,0.1);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer
}

ul.tabs li.current {
	background-color: #be0101;
	color: #ffffff;
	font-weight: 700
}

ul.tabs li:last-child {
	margin-right: 0
}

.tab-content {
	z-index: 1;
	position: relative;
	margin-left: -1px;
	width: 100%;
	min-height: 420px;
	display: none;
	padding: 45px 30px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1)
}

.tab-content.current {
	display: inline-block;
	vertical-align: top
}

ul.photos {
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 0;
	text-align: left
}

ul.photos li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	padding: 0 10px;
	text-align: center
}

ul.photos li img {
	padding: 9px;
	border: 2px dashed rgba(0, 0, 0, 0.2)
}

ul.list {
	margin: 15px 0 30px;
	padding: 0;
	list-style-type: none
}

ul.list li {
	display: block;
	margin-top: 10px;
	font-size: 17px;
	line-height: 1.4
}

ul.list li i {
	margin-right: 15px
}

ul.list.default li {
	margin-top: 15px;
	padding-left: 30px;
	position: relative;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4
}

ul.list.default li i {
	position: absolute;
	left: 0px;
	top: 2px
}

.section_amenities {
	padding: 80px 0;
	background-color: #dee7ef;
	text-align: center
}

.section_amenities ul.icons {
	margin: 10px -10px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 0;
	text-align: left
}

.section_amenities ul.icons li {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	padding: 0 10px;
	text-align: center
}

.section_amenities ul.icons li .box {
	display: block;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	padding: 20px 15px
}

.section_amenities ul.icons li .box img {
	width: auto;
	height: 120px;
	margin-bottom: 15px
}

.section_amenities ul.icons li .box strong {
	display: block;
	font-size: 16px;
	color: #222;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase
}

.section_photogallery {
	padding: 80px 0;
	text-align: center
}

.section_photogallery h2 {
	color: #be0101
}

.section_photogallery ul {
	margin: 15px -10px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 0;
	text-align: left
}

.section_photogallery ul li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	padding: 0 10px;
	text-align: center
}

.section_photogallery ul li img {
	padding: 7px;
	border: 2px dashed rgba(0, 0, 0, 0.2)
}

.section_extraspaces {
	padding: 80px 0;
	background-color: #f8f8f8;
	text-align: left
}

.section_extraspaces h2 {
	text-align: center;
	color: #be0101
}

.section_locations {
	padding: 60px 0 0;
	text-align: center
}

.section_locations h2 {
	margin-bottom: 20px;
	color: #be0101
}

.section_locations iframe {
	display: block
}

.section_faqs {
	padding: 60px 0
}

.section_faqs h2 {
	text-align: center;
	color: #be0101
}

.section_faqs .accordion {
	margin-top: 30px
}

.section_faqs .accordion h5 {
	position: relative;
	margin-top: 10px;
	background-color: #dee7ef;
	padding: 12px 20px;
	font-size: 20px;
	line-height: 1.2;
	cursor: pointer
}

.section_faqs .accordion h5::after {
	content: "+";
	position: absolute;
	right: 15px;
	top: 25%;
	transform: translateY(-50%);
	transform: rotate(0deg);
	font-size: 32px;
	line-height: 1
}

.section_faqs .accordion h5.active {
	background-color: #223d66;
	color: #fff
}

.section_faqs .accordion h5.active::after {
	right: 12px;
	transform: rotate(-45deg)
}

.section_faqs .accordion .hide {
	display: none;
	padding: 15px 20px
}

.section_testimonials {
	background-color: #dee7ef;
	padding: 60px 0
}

.section_testimonials .title {
	margin-bottom: 30px;
	text-align: center
}

.section_testimonials .title h2 {
	color: #000
}

.section_testimonials .testimonials-slider .slick-slide {
	padding: 0 10px
}

.section_testimonials .testimonials-slider .slick-slide .reviewbox {
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 45px 45px;
	text-align: center
}

.section_testimonials .testimonials-slider .slick-slide .reviewbox i {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1
}

.section_testimonials .testimonials-slider .slick-slide .reviewbox h6 {
	margin-top: 15px;
	color: #be0101
}

.section_testimonials .testimonials-slider .slick-dots {
	z-index: 6;
	position: relative;
	margin: 30px 0 0;
	padding: 0 0 0;
	text-align: center
}

.section_testimonials .testimonials-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px
}

.section_testimonials .testimonials-slider .slick-dots li button {
	width: 13px;
	height: 13px;
	display: block;
	background-color: transparent;
	border: 1px solid #000;
	padding: 0 0;
	font-size: 0
}

.section_testimonials .testimonials-slider .slick-dots li.slick-active button {
	background-color: #000
}

footer .linkinfo {
	padding: 60px 0;
	background-image: linear-gradient(to right, #222, #333, #222)
}

footer .linkinfo h6 {
	font-size: 22px;
	color: #edca75
}

footer .linkinfo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block
}

footer .linkinfo ul li {
	display: block;
	margin-top: 15px;
	font-size: 17px;
	line-height: 1.2;
	text-transform: capitalize
}

footer .linkinfo ul li a {
	color: rgba(255, 255, 255, 0.5)
}

footer .linkinfo ul li a:hover {
	color: #fff
}

footer .middleinfo {
	padding: 45px 0;
	background-image: linear-gradient(to right, #1e1e1e, #222, #1e1e1e);
	text-align: center
}

footer .middleinfo .logo img {
	width: 200px
}

footer .middleinfo p {
	color: rgba(255, 255, 255, 0.7)
}

footer .middleinfo ul.social {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 0
}

footer .middleinfo ul.social li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px
}

footer .middleinfo ul.social li:first-child {
	margin: 0 0 0 0
}

footer .middleinfo ul.social li a {
	width: 48px;
	height: 48px;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	-ms-border-radius: 48px;
	-o-border-radius: 48px;
	border-radius: 48px
}

footer .middleinfo ul.social li a i {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 48px
}

footer .middleinfo ul.social li a:hover {
	border-color: #edca75
}

footer .middleinfo ul.social li a:hover i {
	color: #edca75
}

footer .copyinfo {
	padding: 15px 0;
	background-color: #121212;
	text-align: center;
	font-size: 17px;
	color: #999;
	font-weight: 400;
	line-height: 1.4
}

footer .copyinfo a {
	color: #999
}

footer .copyinfo a:hover {
	color: #fff
}

.overlay {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 11;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(4, 174, 209, 0.9)
}

.overlay.open {
	opacity: 1;
	visibility: visible
}

.overlay .enquirynow {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 30px 30px;
	width: 560px
}

.overlay .enquirynow a.close {
	position: absolute;
	right: 25px;
	top: 20px
}

.overlay .enquirynow a.close i {
	font-size: 24px;
	color: #000
}

.overlay .enquirynow a.close:hover i {
	color: #be0101
}

.overlay .enquirynow h5 {
	font-weight: 600
}

.overlay .enquirynow label {
	display: block;
	margin-top: 10px
}

.overlay .enquirynow .error-message {
	margin-top: 5px;
	color: #be0101;
	line-height: 1
}

.overlay .enquirynow .note {
	padding: 10px 0;
	font-size: 13px;
	color: #000
}

.overlay .enquirynow button img {
	margin: 15px 0
}

.support {
	z-index: 10;
	position: fixed;
	right: 0;
	bottom: 45px;
	font-size: 0;
	width: 60px
}

.support a {
	display: block;
	text-align: center;
	padding: 15px;
	font-size: 0px;
	color: #fff;
	line-height: 1
}

.support a i {
	display: inline-block;
	margin-bottom: 0px;
	font-size: 24px
}

.support a.call {
	background-color: #d52210
}

.support a.chat {
	background-color: #4ab03f
}

.support a.email {
	background-color: #04aed1
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 0px;
	border-radius: 0px
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #000;
	-webkit-box-shadow: inset 0 0 5px #000
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #000
}

@media all and (max-width: 1599px) {
	.container-fluid {
		padding: 0 60px
	}

	.secton_procategory ul li .cat::before {
		height: 60px
	}

	.secton_procategory ul li .cat strong {
		font-size: 24px
	}

	.section_counterinfo p {
		font-size: 17px
	}

	.section_counterinfo p strong {
		font-size: 20px
	}
}

@media all and (max-width: 1279px) {
	.container {
		width: 90%
	}
}

@media all and (max-width: 767px) {
	.container-fluid {
		padding: 0 15px
	}

	.row {
		margin: 15px 0px 0
	}

	.row:first-child {
		margin: 0 0px 0
	}

	.row .col-20,
	.row .col-25,
	.row .col-30,
	.row .col-33,
	.row .col-40,
	.row .col-50,
	.row .col-66,
	.row .col-60,
	.row .col-66,
	.row .col-70,
	.row .col-100 {
		width: 100%;
		padding: 0 0px
	}

	.btn {
		height: 48px;
		padding: 0px 30px;
		font-size: 16px;
		line-height: 48px;
		letter-spacing: 0
	}

	p {
		font-size: 17px;
		line-height: 1.6
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: 400
	}

	h2 {
		font-size: 48px;
		line-height: 1
	}

	header nav {
		margin-top: 0
	}

	header nav {
		position: relative
	}

	header nav button {
		width: 30px;
		height: 40px;
		display: block;
		margin-top: 6px;
		position: relative;
		background-color: transparent
	}

	header nav button span {
		position: absolute;
		width: 35px;
		height: 2px;
		font-size: 0;
		background-color: #be0101;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		top: 50%;
		right: 0;
		bottom: 0;
		left: 0;
		transform: translateY(-50%);
		transition: all .3s linear;
		-webkit-transition: all .3s linear
	}

	header nav button span::before,
	header nav button span::after {
		position: absolute;
		content: "";
		background-color: #be0101;
		width: 30px;
		height: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		left: 0;
		right: 0;
		transition: all .3s linear;
		-webkit-transition: all .3s linear
	}

	header nav button span::before {
		top: -10px
	}

	header nav button span::after {
		bottom: -10px
	}

	header nav button.active span {
		width: 0;
		height: 0
	}

	header nav button.active span::before {
		transform: rotate(-45deg);
		top: 0
	}

	header nav button.active span::after {
		transform: rotate(45deg);
		bottom: -2px
	}

	header nav ul {
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		position: absolute;
		width: 240px;
		right: 0;
		top: 100%;
		margin-top: 20px !important;
		background-color: #f6f6f6
	}

	header nav>ul {
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15)
	}

	header nav ul li>a,
	header.fixed nav ul li>a {
		display: block;
		padding: 0 15px;
		color: #000;
		line-height: 42px !important
	}

	header nav ul li>a.toggle {
		position: relative
	}

	header nav ul li>a.toggle::after {
		content: "+";
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 25px
	}

	header nav ul li a:hover {
		color: #910000
	}

	header nav ul li.active a {
		border-radius: 0;
		padding: 0 15px
	}

	header nav ul.open {
		opacity: 1;
		visibility: visible
	}

	header nav ul li {
		display: block;
		margin-left: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
		font-size: 15px;
		text-align: left
	}

	header nav ul li:first-child {
		border-top: 0px solid rgba(0, 0, 0, 0.05)
	}

	header nav ul li ul {
		opacity: 1;
		visibility: visible;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		height: auto;
		background-color: #f6f6f6;
		display: none
	}

	header nav ul li ul li a,
	header.fixed nav ul li ul li a {
		line-height: 1 !important
	}

	header nav ul li a.current {
		color: #000
	}

	.section_homebanner .contentinfo {
		position: relative;
		padding: 110px 20px 30px;
		width: 100%
	}

	.section_homebanner .contentinfo h4 {
		font-size: 24px
	}

	.section_homebanner .contentinfo ul.halflist li {
		width: 100%;
		padding: 12px 0px
	}

	.section_homebanner .banner-slider .slide {
		height: 70vh
	}

	.section_enquirenow .row .col-33 {
		margin-top: 30px
	}

	.section_enquirenow .row .col-33:first-child {
		margin-top: 0px
	}

	h1 {
		font-size: 32px
	}

	h2 {
		font-size: 28px
	}

	h3 {
		font-size: 28px
	}

	.section_aboutus {
		padding: 45px 0
	}

	.section_aboutus .about-slider {
		margin-bottom: 20px
	}

	.section_aboutus .about-slider .slider-for {
		display: none !important
	}

	.section_aboutus .about-slider .slider-nav {
		margin-top: 0px;
		padding: 0 0
	}

	.section_aboutus .about-slider .slider-nav div {
		padding: 0 0px
	}

	.section_highlights {
		padding: 45px 0;
		background: #333 none
	}

	.section_highlights ul.list {
		width: 100%
	}

	.section_highlights ul.list li {
		margin-top: 20px;
		padding: 0 0px 0 35px;
		font-size: 18px
	}

	.section_keyattractions {
		padding: 45px 0
	}

	ul.tabs {
		width: 100%;
		margin: 0 0 0
	}

	ul.tabs li {
		display: inline-block;
		margin-bottom: 0;
		padding: 18px 20px;
		font-size: 16px
	}

	ul.tabs li:last-child {
		border-right: 1px solid rgba(0, 0, 0, 0.1)
	}

	.tab-content {
		width: 100%;
		padding: 30px 20px
	}

	.tab-content iframe {
		width: 100%;
		height: 280px !important
	}

	ul.photos li {
		width: 50%
	}

	.section_amenities {
		padding: 45px 0
	}

	.section_amenities ul.icons li {
		width: 50%
	}

	.section_amenities ul.icons li .box {
		min-height: 220px
	}

	.section_photogallery {
		padding: 45px 0
	}

	.section_photogallery ul li {
		width: 50%
	}

	.section_extraspaces {
		padding: 45px 0
	}

	.section_extraspaces img {
		margin-bottom: 20px
	}

	.section_faqs {
		padding: 45px 0
	}

	.section_faqs .accordion h5 {
		padding: 15px 40px 15px 20px
	}

	.section_locations {
		padding: 45px 0 0
	}

	.section_testimonials {
		padding: 45px 0
	}

	ul.tabs li span {
		display: none;
	}

	ul.tabs li {
        margin-bottom: 0;
        margin-right: 1px;
        padding: 15px 5px;
        font-size: 13px;
    }

    .table {
        overflow-x: auto;
    }

    .table table {
    	min-width: 1024px;
    }
}