*, *:after, *:before {-webkit-box-sizing: border-box; box-sizing: border-box;}
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */}
/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {/* 1 */ display: block;}
/** Add the correct display in IE 9-. */
audio, canvas, progress, video {display: inline-block;}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {display: none; height: 0;}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {vertical-align: baseline;}
/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] {display: none;}
/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {background-color: transparent;}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {outline-width: 0;text-decoration: none;outline: none; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;}
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {font-weight: inherit;}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {font-weight: bold;}
/** Add the correct font style in Android 4.3-. */
dfn {font-style: italic;}
/** Add the correct background and color in IE 9-. */
mark {background-color: #ff0; color: #000;}
/** Add the correct font size in all browsers. */
small {font-size: 80%;}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {border-style: none;}
/** Hide the overflow in IE. */
svg:not(:root) {overflow: hidden;}
/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */}
/** Add the correct margin in IE 8. */
figure {margin: 1em 40px;}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {-webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */}
/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea {font: inherit;}
/** Restore the font weight unset by the previous rule. */
optgroup {font-weight: bold;}
/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select {/* 2 */ overflow: visible;}
/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea {/* 1 */ margin: 0;}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {/* 1 */ text-transform: none;}
/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] {cursor: pointer;}
/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {cursor: default;}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; /* 2 */}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring {outline: 1px dotted ButtonText;}
/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */}
/** Remove the default vertical scrollbar in IE. */
textarea {overflow: auto;}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {-webkit-appearance: textfield;}
/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
blockquote {border-left: 1px solid #C6A669; padding: 0px 20px 0px 50px; margin: 70px 0px;}
form ul {list-style: none; margin: 0; padding: 0;}
select,input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'], textarea {
	font-family: "Source Sans 3", sans-serif; font-weight: 400; font-style: normal; 
	padding: 9px 0 !important; outline: none; font-size: 16px !important; 
	line-height: 20px; color: #3C3C38;
	letter-spacing: 1.5px;
	background-color: #FFF; border: 0;
	border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: none  !important;
    border-bottom: 1px solid #c02b0a !important;
}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus, select:focus {outline: 0;}
textarea {padding-bottom: .6rem; padding-top: .6rem;}
legend {font-family: "Archivo", sans-serif; font-weight: 700 !important; font-style: normal; font-size: 14px !important; line-height: 17px; color: rgba(60, 60, 56, 0.5); margin-bottom: 23px !important; }
label {font-family: "Archivo", sans-serif; font-weight: 300 !important; font-style: normal; font-size: 14px !important; line-height: 17px; color: rgba(60, 60, 56, 0.5); margin-bottom: 18px !important; position: relative; }
.gfield_label {display: none !important;}
.gfield_required {display: none !important;}
.gform_footer {margin: 0 !important; padding: 0 !important;position: relative;}
.gform_button {-webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; 
	transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; 
	font-family: "Source Sans 3", sans-serif; font-weight: 600; font-style: normal; 
	border: 1px solid rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1); 
	padding: 18px 20px; margin-top: 20px; position: relative; 
	font-size: 12px; line-height: 12px;
	background-color: rgba(13, 19, 64, 1);
	text-transform: uppercase;
	letter-spacing: 1.5px; 
	min-width: 182px;
	text-align: center;
}
.gform_footer {
	width: 182px;
}
.gform_footer:after {
    content: "";
    width: 11px;
    height: 11px;
    display: inline-block;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
    position: absolute;
    top: 39px;
    right: 20px;
}
.gform_button:hover {
	background-color: rgba(20, 160, 184, 1);
}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 4% !important; grid-row-gap: 32px !important;}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {background-color: transparent !important; border: none !important; padding: 0 !important;}

input[type='submit']:focus {outline: none;}
input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: rgba(60, 60, 56, 0.5);}
input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {color: rgba(60, 60, 56, 0.5);}
input::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder {color: rgba(60, 60, 56, 0.5);}
input:focus {outline: none;}
dl, ol, ul {margin-top: 0; padding-left: 0;}
dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol {font-size: 90%; margin: 1.5rem 0 1.5rem 3.0rem;}
dl {list-style: none;}
ul {list-style: disc inside;}
ol {list-style: decimal inside;}
dt, dd, li {margin-bottom: 10px;}
hr {border-top: 0.1rem solid #4A4D50; border-width: 0; margin-bottom: 3.5rem; margin-top: 3rem;}
input, textarea, select, fieldset {margin-bottom: 1rem;}
input:last-child, textarea:last-child, select:last-child, fieldset:last-child {margin-bottom: 0;}
pre, dl, figure, table, p, ul, ol, form {margin-bottom: 1.4rem;}
pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {margin-bottom: 0;}
table {width: 100%;}
.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; flex-wrap: wrap;}
.flex-row {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
.flex-column {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.flex-start {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.flex-end {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
.flex-center {-webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.flex-stratch {-webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {.background-image img {-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; height: 100%;}}
body {font-family: "Archivo", sans-serif; font-weight: 400; font-style: normal; margin: 0px;padding: 0px;position: relative; font-size: 16px;line-height: 26px; background-color: #FFF;}
h1,h2,h3,h4,h5 {font-family: "Nothing You Could Do", cursive; font-weight: 400; font-style: normal; margin: 0px;margin-bottom: 30px; color: rgba(0, 31, 63, 1);}
h1 {font-size: 40px;line-height: 50px;}
h2 {font-size: 36px;line-height: 46px;}
h3 {font-size: 30px;line-height: 40px;}
h4 {font-size: 24px;line-height: 34px;}
h5 {font-size: 20px;line-height: 30px;}
a {text-decoration: none; cursor: pointer;color: #000;transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;}
a:hover {color: rgba(20, 160, 184, 1); text-decoration: none;outline: none;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
.common-sect ul li, p {font-family: "Archivo", sans-serif; font-weight: 400; font-style: normal; font-size: 18px; line-height: 27px; color: rgba(28, 25, 80, 1); margin: 0px 0px 20px 0px;}
.common-sect ul li {margin-bottom: 10px;}
img {max-width: 100%; height: auto;}
.container {max-width: 1280px; margin: 0 auto; padding: 0 20px; position: relative;} 
.bgbutton {
	-webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; 
	transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; 
	font-family: "Source Sans 3", sans-serif; font-weight: 600; font-style: normal; 
	border: 1px solid rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1); 
	padding: 18px 20px 18px 0; margin-top: 20px; position: relative; 
	font-size: 12px; line-height: 12px;
	background-color: rgba(13, 19, 64, 1);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	min-width: 170px;
	text-align: center;
}
.bgtransperant {
	border: 1px solid rgba(255, 255, 255, 1);
	background-color: transparent;
}
.bgbutton svg {
    margin-left: 18px;
    top: 16px;
    position: absolute;
    right: 20px;
}
.bgbutton:hover, .bgbutton:focus {background-color: rgba(20, 160, 184, 1); color: #FFF;border: 1px solid rgba(20, 160, 184, 1);}
.flex-inherit {justify-content: inherit;}
.tagline {font-family: "Archivo", sans-serif; font-weight: 400; font-style: normal; color: #9B9BA8; font-size: 12px; line-height: 22px; text-transform: uppercase; display: inline-block; width: 100%; margin-bottom: 5px;}
.owl-dots {display: block; text-align: center; margin: 0; position: absolute; bottom: 35px; left: 0; right: 0;} 
.owl-dots .owl-dot {width: 16px; height: 16px; background: #FFF !important; margin: 0px 5px; border-radius: 50%; display: inline-block;outline: none;position: relative;}
.owl-dots .owl-dot.active {background: rgba(20, 160, 184, 1) !important;}
.tbl {
   display: table;
   width: 100%;
   height: 100%;
   vertical-align: middle;
   text-align: center;
}
.tbl-cell {
   display: table-cell;
   width: 100%;
   height: 100%;
   vertical-align: middle;
}
.bgproperty {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.headersect {width: 100%; display: inline-block; top: 0;left: 0; z-index: 99;transition: 0.3s all;position: fixed;background-color: rgba(0, 31, 63, 1);}
.headersect .container {max-width: 1480px; padding: 0 35px;}
.headersect img {max-width: 378px;}
.headerinner {width: 100%; display: flex; justify-content: space-between;align-items: center; padding: 0;}
/* .home .headerinner {border-bottom: 0.5px solid rgba(255, 255, 255, 1);} */
.headertop {margin-top: 80px;}
.home-banner {
   padding: 0;
   margin: 0 auto;
   position: relative;
   width: 100%;
   padding-top: 56.25%;
   overflow: hidden;
   color: white;
   background-color: #000;
}
.background-image {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: 0;
   overflow: hidden;
}
.home-banner .background-video {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: 0;
   overflow: hidden;
}
.home-banner .sectinner {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}
.home-banner .sectinner .container {
   height: 100%;
    z-index: 9;
}
.bookbtn {
	margin-top: 18px;
}
.home-middle {
	padding: 75px 0 110px;
}
.home-middle .flex {
	justify-content: space-between;
	align-items: flex-start;
}
.hcolumn {
	width: 49%;
}
.hcolumn:last-child {
	text-align: right;
	margin-top: -157px;
}
.hcolumn .hmdlinner img {
	padding: 11px;
	border: 0.5px solid rgba(20, 160, 184, 1);
}
.happroach {
	padding: 12px 15px 15px;
}
.approach-inner {
	height: 945px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	background: #93A183;
}
.approach-info {
    position: relative;
    z-index: 9;
	max-width: 55%;
}
.approach-info h2 {
	color: #FFF;
	margin-bottom: 22px;
}
.approach-info p {
	color: rgba(250, 245, 238, 1);
	letter-spacing: 1.5px;
}
.approach-info .bgbutton {
	margin-top: 15px;
}
.approach-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.3s all;
}
.reviews {
	background-color: rgba(20, 160, 184, 1);
	padding: 75px 120px 85px 125px;
}
.reviews h2 {
	color: #FFF;
	margin-bottom: 50px;
	text-align: center;
}
.reviewslider {
	margin-top: 80px;
}
.owl-carousel .owl-stage {
	display: flex;
	align-items: inherit;
}
.reviews .item {
	background-color: rgba(210, 244, 249, 1);
	padding: 35px 35px 20px 35px;
	height: 100%;
}
.reviews .item p {
	font-family: "Source Sans 3", sans-serif;
	letter-spacing: 1.5px;
	color: rgba(0, 0, 0, 1);
}
.reviews .item h4 {
	margin-bottom: 0;
	font-family: "Source Sans 3", sans-serif;
	letter-spacing: 1.5px;
	color: rgba(0, 31, 63, 1);
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.reviews .star {
	margin-bottom: 25px;
	display: block;
}
.reviews .star i {
	color: rgba(20, 160, 184, 1);
	padding: 0 1px;
}
.rev-icon {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 30px;
    top: 23px;
}
.reviews .owl-nav span {display: none;}
.reviews .owl-nav {position: absolute;width: 100%;top: 43%;}
.reviews .owl-prev {left: -60px; width: 36px; height: 36px; background: url(../images/prev.svg) !important; z-index: 99; position: absolute; outline: none;}
.reviews .owl-next {right: -60px; width: 36px; height: 36px; background: url(../images/next.svg) !important; z-index: 99; position: absolute; outline: none;}
.faqs {
	background-color: rgba(13, 19, 64, 1);
	padding: 75px 0;
}
.faqinner {
	max-width: 63.5%;
	margin: 0 auto;
}
.faqs h2 {
	color: #FFF;
	margin-bottom: 80px;
	text-align: center;
}
.faqs .faq-lists {
	margin: 60px auto 80px auto;
}
.faq-lists .faqitem .faqsec {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px; line-height: 28px; font-weight: 600; 
	color: rgba(244, 242, 231, 1); padding: 30px 45px 30px 0; 
	position: relative; cursor: pointer; padding-right: 50px;
}
.faq-lists .faqitem {border-bottom: 2px solid rgba(70, 74, 105, 1);}
.faq-lists .faqitem .faqans {margin: 0 0 45px 0; display: none;}
.faq-lists .faqitem .faqans p {
	font-family: "Source Sans 3", sans-serif;
	letter-spacing: 1.5px;
	color: rgba(244, 242, 231, 1);
}
.faq-lists .faqitem .faqans ul li {
	font-family: "Source Sans 3", sans-serif;
	color: rgba(244, 242, 231, 1);
	font-weight: 400;
	margin-bottom: 3px;
	list-style: none;
}
.faq-lists .faqitem .faqans ul li:before {
	content: '';
    display: inline-block;
    margin-right: 15px;
    border-top: 2px solid rgba(70, 74, 105, 1);
    width: 31px;
    color: #FFF;
    height: 1px;
	position: relative;
	top: -5px;
}
.faq-lists .faqitem .faqsec:after {content: url('../images/plus.svg'); position: absolute; right: 20px; 
	top: 30%; width: 25px; height: 25px;transform: rotate(0deg);transition: 0.3s all;}
.faq-lists .faqitem .faqsec.open:after {transform: rotate(45deg);}
.faqbtm {text-align: center; margin: 30px 0;}
.faqs h3 {
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
.about-banner {
	height: 480px;
}
.about-banner .container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-banner h2 {
	font-size: 72px;
	line-height: 72px;
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
}
.about-content {
	padding: 90px 0 50px;
}
.about-content .flex {
	justify-content: space-between;
	align-items: flex-start;
}
.acolumn {
	width: 49%;
}
.acolumn:last-child {
	text-align: right;
}
.acolumn .amdlinner img {
	padding: 11px;
	border: 0.5px solid rgba(20, 160, 184, 1);
}
.acolumn h2 {
	margin-bottom: 35px;
}
.acolumn p {
	margin-bottom: 5px;
}
.acolumn .bgbutton {
	margin-top: 41px;
	min-width: 225px;
}
.amenities {
	background-color: rgba(20, 160, 184, 1);
    padding: 62px 0 78px;
}
.amenities .flex {
	align-items: flex-start;
}
.amenities h2 {
    color: #FFF;
    margin-bottom: 40px;
}
.amenities .amenity-column {
	width: 25%;
}
.amenities ul.amenity-list, .amenities ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.amenities ul li {
	font-family: "Archivo", sans-serif; 
	font-size: 16px; 
	font-weight: 400; 
	line-height: 22px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}
.team {
	background-color: rgba(244, 242, 225, 1);
    padding: 62px 0 55px;
}
.team h2 {
	text-align: center;
	margin-bottom: 41px;
}
.team .flex {
	justify-content: center;
}
.team-column {
	width: 25%;
	padding: 0 9px;
	margin-bottom: 30px;
}
.teamimg {
	height: 367px;
	margin-bottom: 15px;
}
.team-column h3 {
	margin-bottom: 0px;
	font-size: 26px;
	line-height: 36px;
}
.team-column p {
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 20px;
	font-family: "Source Sans 3", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.accommodation {
	background-color: rgba(244, 242, 225, 1);
    padding: 135px 0 60px;
}
.accomodation-inner {
	max-width: 55%;
	margin: 0 auto;
	text-align: center;
}
.accomodation-inner h2 {
	margin-bottom: 20px;
}
.accomodation-inner p {
	color: rgba(74, 85, 101, 1);
}
.accommodation-lists {
	margin-top: 50px;
}
.accommodation .flex {
	align-items: inherit;
	flex-wrap: wrap;
}
.accomodation-column {
	width: 48.5%;
	margin-bottom: 55px;
}
.accomodationimg {
	height: 330px;
	margin-bottom: 30px;
	display: block;
}
.accomodation-column h3 {
	font-family: "Archivo", sans-serif; font-weight: 400; font-style: normal; 
	font-size: 24px; line-height: 32px;
	margin-bottom: 5px;
}
.accomodation-column p {
	font-size: 16px;
	line-height: 25px;
	color: rgba(74, 85, 101, 1);
}
.accommodation-lists .no-posts {
	text-align: center;
}
.slider-breakout {
    max-width: none;
    width: calc(100vw - ((100vw - 1220px) / 2));
    margin-left: 0;
    padding: 0;
}
.single-content {
	background-color: rgba(244, 242, 225, 1);
    padding: 95px 0 70px;
}
.single-content .flex {
	justify-content: space-between;
	align-items: flex-start;
}
.single-left {
	width: 37%;
}
.single-right {
	width: 60%;
}
.single-left h2 {
	margin-bottom: 18px;
}
.single-left p {
	font-family: "Source Sans 3", sans-serif;
	letter-spacing: 1.5px;
	color: rgba(35, 31, 32, 1);
}
.single-left p:last-of-type {
	font-size: 16px;
	line-height: 24px;
}
.single-left h3 {
	font-family: "Source Sans 3", sans-serif;
	letter-spacing: 1.5px;
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 13px;
}
.single-left ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 18px 0;
	border-top: 1px solid rgba(200, 199, 185, 1);
	column-count: 2;
	column-gap: 20px;
	border-bottom: 1px solid rgba(200, 199, 185, 1);
}
.single-left ul li {
	font-family: "Source Sans 3", sans-serif; 
	font-size: 12px; 
	font-weight: 600; 
	line-height: 22px;
	text-transform: uppercase;
	color: rgba(35, 31, 32, 1);
	letter-spacing: 1.5px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}
.single-content ul li:before {
	content: '';
	background-image: url('../images/checkmark.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 4px;
}
.galleryimg-wrapper {
    padding: 11px;
    border: 0.5px solid rgba(20, 160, 184, 1);
}
.galleryimg {
	height: 627px;
}
.contact-middle {
	margin: 75px 0 45px;
}
.contact-middle .flex {
	justify-content: space-between;
	align-items: inherit;
}
.contactcolumn {
	width: 33%;
	text-align: center;
	margin-bottom: 30px;
}
.contactcolumn h3 {
	font-family: "Archivo", sans-serif; font-weight: 400; font-style: normal; 
	font-size: 20px; line-height: 28px;
	margin-bottom: 10px;
}
.contactcolumn p {
	font-size: 16px; line-height: 24px;
	color: rgba(74, 85, 101, 1);
}
.contact-content {
	margin: 60px 0 80px;
}
.contact-content .flex {
	justify-content: space-between;
	align-items: flex-start;
}
.contact-content .ccolumn {
	width: 47%;
}
.contact-content h3 {
	margin-bottom: 18px;
}
.contact-content p {
	font-size: 16px; line-height: 24px;
	color: rgba(74, 85, 101, 1);
	letter-spacing: 1.5px;
}
.contact-box {
	margin-top: 30px;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.contact-item .icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-right: 18px;
}
.contact-item .icon img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.contact-item .info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
	line-height: 28px;
	color: rgba(13, 19, 64, 1);
	font-family: "Archivo", sans-serif; font-weight: 500; font-style: normal;
}
.contact-item .info p {
    margin: 5px 0 0;
	font-size: 16px; line-height: 24px;
	color: rgba(74, 85, 101, 1);
}
.contact-item .info a {
    color: rgba(13, 19, 64, 1);
	text-decoration: underline;
}
.contact-item .info a:hover {
    color: rgba(20, 160, 184, 1);
}
.archive-banner {
	background-color: #000;
}
.archive-sect {
	padding: 100px 0;
}
.archive-sect .accommodation-lists {
	margin: 0;
}
.archive-sect .accomodation-column h3 {
	margin-bottom: 15px;
}
.archive-sect .bgbutton {
	margin-top: 5px;
}
.archive-sect .blogpagi {
	margin-top: 50px;
}
.archive-sect .accomodation-column:last-child {
	margin-bottom: 0;
}
.errorsect {
    padding: 60px 0;
    text-align: center;
}
.errorsect h2 {
	margin-bottom: 20px;
}
.errorsect .bgbutton {
    margin-top: 10px;
}
.pagesect {
	padding: 70px 0;
}
.searchinners {
    margin-bottom: 30px;
}
.searchinners h3 {
    margin-bottom: 15px;
}
.searchinners .errors {
    text-align: center;
}
.searchinners:last-child {
    margin-bottom: 0;
}
.searchinners a {
	font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    color: rgba(28, 25, 80, 1);
}
.searchinners a:hover {
	color: rgba(20, 160, 184, 1);
}
.footersect { padding: 90px 0 50px 0;}
.fcolumn {width: 49%;}
.fcolumn .copyright {
	margin-top: 50px;
	position: absolute; 
	bottom: 0;
}
.copyright p {
	font-size: 14px;
	line-height: 22px;
	color: rgba(41, 38, 112, 1);
	letter-spacing: 1.5px;
	font-family: "Source Sans 3", sans-serif;
}
.frightinner p {
	font-family: "Source Sans 3", sans-serif;
}
.frightinner .gform_wrapper {
	margin-top: 30px;
}
.fsocial {
	margin-top: 70px;
}
.fsocial .flex {
	align-items: flex-end;
	justify-content: flex-start;
}
.fsocial h3 {
	font-family: "Source Sans 3", sans-serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}
.socialcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.socialcol:first-child ul li, .socialcol:first-child ul li a {
	font-family: "Source Sans 3", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1.5px;
	color: rgba(68, 68, 65, 1);
	padding-bottom: 6px;
}
.socialcol:first-child ul li a {
	text-decoration: underline;
}
.socialicon {
	padding: 0 0 0 70px;
}
.socialicon ul {
	display: flex;
}
.socialicon ul li i {
	padding: 0 14px;
	font-size: 26px;
}
.socialicon ul li a:hover, .socialcol:first-child ul li a:hover {
	color: rgba(20, 160, 184, 1);
}
.frightinner .socialcol li p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}
.frightinner .socialcol li:last-child {
	padding: 0px;
	margin: 0px;
}
.blogpagi {text-align: center;margin-top: 25px;}
.blogpagi .page-numbers {
	font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #FFF;
    margin: 0px 5px;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(13, 19, 64, 1);
    line-height: 40px;
    border-radius: 100%;
}
.blogpagi .page-numbers:hover,.blogpagi .current {color: #FFF; background-color: rgba(20, 160, 184, 1);}
.blogpagi .prev.page-numbers,.blogpagi .next.page-numbers {margin-top: 3px;}
.grid-data {
	background-color: rgba(242, 241, 223, 1);
	padding: 125px 0 180px;
}
.grid {
	column-count: 3;
	column-gap: 20px;
	width: 100%;
}
.grid-item {
	margin-bottom: 22px;
	position: relative;
	overflow: hidden;
	transition: 0.3s all;
	cursor: pointer;
}
.grid-item img {
	width: 100%;
	display: block;
}
.grid-item h2 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 50px;
}
.grid-item p {
	letter-spacing: 1.5px;
}
.grid-item:first-child {
	margin-bottom: 110px;
	padding-right: 30px;
	margin-top: 70px;
}
.grid-item.offset-lg { transform: translateY(100px); }
.grid-info {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.94);
    border: 2px solid #FFF;
	opacity: 0;
	transition: 0.3s all;
	padding: 32px 30px;
}
.grid-item:hover .grid-info {
	opacity: 1;
}
.grid-item h3 {
	position: absolute;
	bottom: 25px;
	left: 23px;
	color: #fff;
	font-size: 26px;
	z-index: 2;
	margin-bottom: 0;
} 
.mdesk {display: block;}
.mshow {display: none;}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
	font-family: "Archivo", sans-serif; font-weight: 500; font-style: normal; 
}
.fspace {
	height: 35px;
	background-color: rgba(13, 19, 64, 1);
}
@media screen and (min-width: 1025px) {
	.headerlogo {transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;margin-bottom: 0;line-height: 0;}
	.mobileversion {display: none;}
	.nav > li {display: inline-block; vertical-align: top; position: relative;margin-bottom: 0px;} 
	.nav li > ul {position: absolute; display: none; border: none; border-radius: 0px; 
		min-width: 208px; top: 80px; left: 0px; margin: 0px; background: rgba(20, 160, 184, 1); list-style: none;}
	.nav li a {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; 
		-o-transition: all 0.3s ease; transition: all 0.3s ease; display: block; 
		padding: 29px 30px; 
		font-family: "Archivo", sans-serif; font-weight: 500; font-style: normal; 
		font-size: 16px; line-height: 22px; text-align: center; color: #FFF;
	}
	/* .nav > li.menu-item-has-children > a:after {content: "\f067"; font-family: FontAwesome; font-weight: normal; font-size: 10px; margin-left: 8px; vertical-align: middle;} */
    .nav li:last-child a {padding-right: 0;}
	.nav li:hover > ul {display: inline-block;}
	.nav li li {margin-bottom: 0px;position: relative;}
	.nav li li ul {position: absolute; right: -200px; left: inherit; top: 0; margin: 0; padding: 6px 0 8px 0;width: 200px;}
	.nav li li a {display: block; position: relative; padding: 0 !important; 
		font-family: "Archivo", sans-serif; font-weight: 600; font-style: normal; 
		text-align: center;
		font-size: 15px; color: #FFF;text-transform: inherit;
		height: 34px;
		line-height: 34px;
		transition: 0.3s all;
	}
	.nav li a:hover,.nav > li.current-menu-item > a {color: rgba(20, 160, 184, 1);}
	.nav li li a:hover {background-color: rgba(244, 242, 225, 1); color: rgba(13, 19, 64, 1);}
	/* .nav > li.menu-item-has-children > a:hover:after {content: "\f068";} */
}
@media (max-width: 1400px) {
	.slider-breakout {
        width: 100%;
    }
}
@media (max-width: 1200px) {
	.approach-inner {
		height: 700px;
	}
	.reviews {
		padding: 75px 75px 85px 75px;
	}
}
@media (max-width: 1024px) {       
	.headerlogo {width: 250px;margin: 0 0 0 20px;}
	.headersect img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.desktopver {display: none !important;}
	.mobileversion {display: block;}
	.mobileversion .nav {display: block;width: 100%;}
	.menutoggle {width: 40px;cursor: pointer;position: fixed;top: 17px;right: 25px;z-index: 99999;}
	.admin-bar .menutoggle {top: 80px;}
	.headersect {padding: 10px 0 15px 0;position: fixed;z-index: 999;background-color: rgba(0, 31, 63, 1);}
	.headersect .container {height: 100%; padding: 0px;}
	.headerinner {margin-bottom: 0px; height: 100%; border-bottom: 0px; padding: 0px;}
	.headersect .headermains {display: inline-block; position: relative; width: 100%;}
	.headersect.on {height: 100%; position: fixed;background-color: rgba(0, 31, 63, 1);}
	.headersect.on .headermains {padding: 0px 20px;z-index: 99999;background-color: rgba(0, 31, 63, 1);}
	.headersect.on .headerlogo {margin: 0;opacity: 0;}
	.headerlist {height: 100%;}
	.one, .two, .three {width: 100%; height: 2px; background: #FFF; margin: 10px auto; backface-visibility: hidden; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; cursor: pointer;}
	.menusection.on {width: 100%; height: 100%; position: absolute; left: 0; top:0px; margin: 0px;}
	.menutoggle.on .two {opacity: 0;}
	.menutoggle.on .one {-moz-transform: rotate(45deg) translate(7px, 7px); -ms-transform: rotate(45deg) translate(7px, 7px); -webkit-transform: rotate(45deg) translate(7px, 7px); transform: rotate(45deg) translate(7px, 7px); background: #FFF;}
	.menutoggle.on .three {-moz-transform: rotate(-45deg) translate(10px, -10px); -ms-transform: rotate(-45deg) translate(10px, -10px); -webkit-transform: rotate(-45deg) translate(10px, -10px); transform: rotate(-45deg) translate(10px, -10px); background: #FFF;}
	.nav {padding: 0; margin: 6em auto 0 !important;list-style: none;}
	.nav.hidden {display: none;}
	.nav li,.nav ul {list-style: none;margin-bottom: 0px;position: relative;}
	.nav > li {float: none !important; padding: 0px 20px !important; display: block !important;position: relative;}
	.nav li > ul {display: none;position: relative;}
	.nav li a {position: relative; font-family: "Archivo", sans-serif; font-weight: 400; font-style: normal; font-size: 22px; line-height: 32px; padding: 8px 0 13px 0; display: inline-block;color: #FFF;}
	.open > .sub-menu {display: block !important;}
	.nav .sub-menu {padding-left: 20px;}
	.nav .sub-menu li a {padding: 9px 25px 12px 0 !important; font-size: 20px; line-height: 28px; }
	.nav .sub-menu li:first-child a {padding-top: 0;}
	.nav .sub-menu li:last-child a {padding-bottom: 0;}
	.nav .carets:after {position: absolute; top: 9px; right: 20px; content: "\f067"; font-family: FontAwesome; font-weight: normal; font-size: 20px; vertical-align: middle; color: #FFF;}
	.open > span.carets:after {content: "\f068";}
	.nav li li .carets:after {right: 0; top: 8px;}
	.home .headerinner {
		border-bottom: 0;
	}
	.home .headersect {
		background-color: rgba(0, 31, 63, 1);
	}
	.sectinner .tbl-cell img {
		width: 28%;
	}
	.home-middle, .grid-data, .about-content, .single-content {
		padding: 75px 0;
	}
	.approach-inner {
        height: 500px;
    }
	.headertop {
		margin-top: 75px;
	}
	.amenities {
		padding: 60px 0;
	}
	.team, .accommodation {
		padding: 75px 0 40px 0;
	}
	.single-left {
		width: 35%;
	}
	.single-right {
		width: 62%;
	}
	.galleryimg {
		height: 600px;
	}
	.contact-content {
		margin: 30px 0 75px 0;
	}
	.grid-info {
		padding: 20px;
	}
}
@media (max-width: 992px) {
	.hcolumn:last-child {
		margin-top: inherit;
	}
	.grid {
		column-count: 2;
	}
	.grid-item.offset-lg {
		transform: inherit;
	}
	.grid-item:first-child {
		margin-bottom: 22px;
		padding-right: 30px;
		margin-top: 0;
	}
	.reviewslider {
		margin-top: 50px;
	}
	.faqinner {
		max-width: 100%;
	}
	.faqs h2 {
		margin-bottom: 40px;
	}
	.faqs .faq-lists {
		margin: 40px auto 60px auto;
	}
	.faqbtm {
		margin: 0;
	}
	.footersect {
		padding: 60px 0 25px 0;
	}
	.footersect .footeflex {
		align-items: flex-start;
	}
	.footersect .fcolumn:first-child {
		width: 35%;
	}
	.footersect .fcolumn:last-child {
		width: 60%;
	}
	.fsocial {
		margin-top: 30px;
	}
	.amenities .amenity-column {
		width: 25%;
	}
	.team-column {
		width: 50%;
	}
	.accomodation-inner {
		max-width: 80%;
	}
	.single-right {order: 1; width: 100%;}
	.single-left {order: 2; width: 100%; margin-top: 40px;}
	.fcolumn .copyright {
		position: relative;
		bottom: inherit;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 32px;
		line-height: 42px;
	}
	.socialicon {
		padding: 0;
	}
	.approach-info {
		max-width: 75%;
	}
	.home-banner .sectinner {
		top: 25px;
	}
	.reviews {
        padding: 60px 20px;
    }
	.reviews .owl-nav {
		position: inherit;
		margin-top: 30px;
		text-align: center;
	}
	.reviews .owl-prev {
		position: inherit;
		left: inherit;
		margin-right: 5px;
	}
	.reviews .owl-next {
		position: inherit;
		right: inherit;
		margin-left: 5px;
	}
	.about-banner h2 {
		font-size: 50px;
		line-height: 60px;
	}
	.amenities .amenity-column {
        width: 50%;
    }
	.accomodationimg {
		height: 300px;
	}
	.galleryimg {
        height: 450px;
    }
}
@media (max-width: 640px) {
	#wpadminbar {position: fixed;}
}
@media (max-width: 570px) {
	.home-middle, .grid-data, .faqs {
        padding: 60px 0;
    }
	.home-middle .hcolumn, .about-content .acolumn {width: 100%;}
	.home-middle .hcolumn:first-child, .about-content .acolumn:first-child {order: 2; margin-top: 40px;}
	.home-middle .hcolumn:last-child, .about-content .acolumn:last-child {order: 1;}
	.grid {
        column-count: 1;
		column-gap: 0;
    }
	.grid-item h2 {
		margin-bottom: 30px;
	}
	.grid-item:first-child {
		padding: 0;
		text-align: center;
		margin-bottom: 50px;
	}
	.approach-inner {
        height: 450px;
    }
	.approach-info {
        max-width: 85%;
    }
	.reviews {
        padding: 60px 20px 70px 20px;
    }
	.footersect .fcolumn:first-child {
        width: 100%;
		margin: 0 auto;
		text-align: center;
    }
	.footersect .fcolumn:last-child {
        width: 100%;
		margin-top: 40px;
    }
	.fcolumn .copyright.mshow {display: block; margin-top: 10px; text-align: center;}
	.mdesk {display: none;}
	.home-banner {
        padding-top: inherit;
        height: 500px;
    }
	.sectinner .tbl-cell img {
        width: 65%;
    }
	.home-banner .background-video {
		position: inherit;
		width: auto;
	}
	.team-column {
        width: 100%;
    }
	.accomodation-column, .contactcolumn, .contact-content .ccolumn {
		width: 100%;
	}
	.accomodation-inner {
        max-width: 100%;
    }
	.about-banner h2 {
        font-size: 40px;
        line-height: 50px;
    }
	.galleryimg {
        height: 400px;
    }
	.fsocial {
		text-align: center;
		margin-top: 15px;
	}
	.socialicon ul {
		justify-content: center;
	}
	.socialicon ul li i {
		padding: 0 10px;
	}
	.socialcol {
		width: 100%;
		margin-top: 25px;
	}
	.grid-item p {
		font-size: 16px;
	}
}