@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600;800&amp;display=swap");

@font-face {
	font-family: 'argesta_displayregular';
	src: url('../fonts/argestadisplay-regular-webfont.woff2') format('woff2'),
		url('../fonts/argestadisplay-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

.pacifico-regular {
	font-family: "Pacifico", serif;
	font-weight: 400;
	font-style: normal;
}

* {
	outline: none !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	color: #6f6f6f;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-image: url("../images/pageBg1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
}

@media only screen and (max-width: 991px) {
	.body {
		background-image: none;
	}
  }


#toTop {
	padding: 0px;
	position: fixed;
	bottom: 20px;
	right: 15px;
	cursor: wait;
	color: #666;
	text-decoration: none;
	border-bottom: 0px solid #fe6809;
}

.scrollbar-thumb {
	background: #f57a1d !important;
}


/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #f57a1d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #f57a1d;
}

.redBg {
	background-color: #ef3332 !important;
}

.redColor {
	color: #ef3332 !important;
}

.orangeBg {
	background-color: #f57a1d !important;
}

.orangeColor {
	color: #f57a1d !important;
}

.orangeImage {
	background-image: url("../images/orangebg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
}

.yellowBg {
	background-color: #f2d41a !important;
}

.yellowColor {
	color: #f2d41a !important;
}

.yellowImage {
	background-image: url("../images/yellowBg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
}

.greenBg {
	background-color: #42bc6f !important;
}

.greenColor {
	color: #42bc6f !important;
}

.skyblueBg {
	background-color: #4dc4d8 !important;
}

.skyblueColor {
	color: #4dc4d8 !important;
}

.blueBg {
	background-color: #037ec2 !important;
}

.blueColor {
	color: #037ec2 !important;
}

.brownBg {
	background-color: #895129 !important;
}

.brownColor {
	color: #895129 !important;
}

.brownImage {
	background-image: url("../images/brownbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
}

.blackBg {
	background-color: #000000 !important;
}

.blackColor {
	color: #000 !important;
}

.greyBg {
	background-color: #404040 !important;
}

.greyColor {
	color: #404040 !important;
}

.whiteColor {
	color: #fff !important;
}




/* HTML TAGS */
img {
	max-width: 100%;
}

strong {
	font-weight: 600;
}

iframe {
	max-width: 100%;
}

.item-center {
	justify-content: center;
}

/* LINKS */
a {
	color: #141414;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #141414;
}


/*
.gallery {
	margin-bottom: 50px;
}
*/

.gallery .hidden {
	overflow: hidden;
}

.gallery img {

	margin-bottom: 30px;
	transition: ease-in all 0.4s;
	box-shadow: inset 2px 2px 42px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	position: relative;
	cursor: pointer;

}

.gallery img:hover {

	transform: scale(1.04);

}

/*============SPONSERSHIP=================*/

.sponsorship .accordion {
	padding: 0;
	margin: 0;
}

.sponsorship .accordion .card-header {
background: #fff!important;
padding: 0;
}

.sponsorship .accordion .btn-block{
	font-family: 'Jost', sans-serif;
    font-weight: 600;
	color: #666;
	padding: 15px 30px 15px 10px;
}

.sponsorship .accordion .btn-block:focus {
	outline: none !important;
	border: 0px !important;
	box-shadow: none !important;
}

.sponsorship .accordion .btn-block:hover {
	text-decoration: none;
}

.sponsorship .accordion .btn-block {
	color: #000;
	background-color: #f2d41a;
	text-decoration: none;
	background-image: url("../images/minus.svg");
	background-repeat: no-repeat;
  background-position: 97% 15px;
  background-size: 23px 23px;
}

.sponsorship .accordion .btn-block.collapsed:hover {
	color: #29b36f!important;
}

.sponsorship .accordion .btn-block.collapsed {
	color: #666;
	background-color: #fff;
	background-image: url("../images/plus.svg");
	background-repeat: no-repeat;
  background-position: 97% 15px;
  background-size: 23px 23px;
}





/*============ACCORDIAN=================*/

.our-scope #accordion {
	width: 100%;
}

.our-scope #accordion .card {
	border-radius: 10px;
	margin-bottom: 15px;
	border: 1px solid #cfcece;
	background: transparent;
}

.our-scope #accordion .card:hover {
	border: 1px solid #385e99;
	background: #fafafb;
}

.our-scope #accordion .card .card-header {
	background-color: transparent;
	border: none;
}

.our-scope #accordion .card .card-header h5 button {
	display: block;
	font-size: 1.5rem;
	color: #000;
	text-align: left;
	line-height: 28px;
	width: 100%;
	padding: 10px 45px 15px 20px;
	background-size: 23px 23px;
}

.our-scope #accordion .card .card-header h5 button:hover {
	text-decoration: none;
}

.our-scope #accordion .card .card-header h5 button.btn-link {
	color: #385e99;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	padding: 5px 20px 5px 50px;
	/*background-color: rgb(56, 94, 153);*/
	/*
  background: url("../images/minus.svg") no-repeat #385e99;
  background-position: 99% 15px;
  background-size: 23px 23px;
*/
}

.our-scope #accordion .card .card-header h5 button.btn-link:focus {
	outline: none;
	border: 0px;
	box-shadow: none;
	text-decoration: none;
}

.our-scope #accordion .card .card-header h5 button.collapsed {
	color: #385e99;
	font-weight: normal;
	font-weight: 600;
	text-decoration: none;
	/*	background-color: rgb(255,255, 255);*/
	/*
  background: url("../images/plus.svg") no-repeat #fff;
  background-position: 99% 15px;
*/
}


.our-scope #accordion .card .card-header h5 button img {
	width: 35px;
	position: absolute;
	left: 0;
	top: 0;
}

/*
.our-scope #accordion .card .card-header h5 button.collapse img { width: 35px; filter: brightness(112);}
.our-scope #accordion .card .card-header h5 button.collapsed img { width: 35px; filter: brightness(0);}
*/



.our-scope #accordion .card .card-header h5 button.collapsed:hover {
	text-decoration: none;
}

.our-scope #accordion .card .card-header h5 button.collapsed:focus {
	outline: none;
	box-shadow: none;
	text-decoration: none;
}


.our-scope #accordion .card-body {
	padding: 15px 40px;
}


.our-scope #accordion .card-body ul {
	padding-left: 15px;
}


.our-scope #accordion .card-body ul li {
	width: 100%;
	display: block;
	padding: 5px 0;
	padding-left: 25px;
	position: relative;
	color: #6f6f6f;
	background: url(../images/bullet.svg) no-repeat 5px 16px;
}

h3.title {
	margin: 20px 0;
	font-size: 22px;
}











.top-tab {
	margin-bottom: 50px;
}

.top-tab span a {
	padding: 15px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: block;
	text-align: left;
	margin-bottom: 15px;
	font-family: "Pacifico", serif;
	font-size: 22px;
	color: #7c7c7c;
}

.top-tab span a:hover {
	background: #895129;
	border: 1px solid #895129;
	color: #fff;
}

.top-tab span.active a {
	background: #895129;
	border: 1px solid #895129;
	color: #fff;
	display: block;
}


.rule ul {

	padding: 0;
	display: block;
	width: 100%;
	padding-top: 10px;
}

.rule li {

	width: 100%;
	display: block;
	padding: 5px 0;
	padding-left: 25px;
	position: relative;
	color: #6f6f6f;
	background: url(../images/bullet.svg) no-repeat 5px 16px;
}

.rule li span {

	position: absolute;
	left: 0;
	top: 5px;

}

.green {
	color: #29b36f;
}

.insta {
	fill: #fff;
	width: 30px;
	margin-right: 8px;
	cursor: pointer;
}

.insta:hover {
	fill: #d02e5a;
}

.fb {
	fill: #fff;
	width: 32px;
	margin-right: 8px;
	cursor: pointer;
}

.fb:hover {
	fill: #669ef9;
}

.youtube {
	fill: #fff;
	width: 36px;
	margin-right: 0px;
	cursor: pointer;
}

.youtube:hover {
	fill: #ff0f0f;
}


.about-logos {
	display: flex;
	width: 100%;
	padding: 20px 0;
	margin: 0 0 15px 0;
	
}


.about-logos li {
	list-style: none;
	margin-right: 12px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #fff;
	transition: all 0.4s ease-in-out;
}

.about-logos li:hover {
	transform: scale(1.05);
	border: 1px solid #666;
}

.about-logos li img {
	border-radius: 10px;
}

.about-logos li span {
	width: 100%;
	display: block;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	padding: 10px 5px 5px 5px;
}


/**********facilities****************/



.facilities .bor {
	/* border: 1px solid #ad6f44; */
	margin-bottom: 25px;
	border-radius: 10px;
	transition: all 0.4s ease-in-out;
	overflow: hidden;

}

/*
.facilities .bor p {
	color: #037ec2	
}
*/

.facilities .bor:hover p {
	color: yellow;
}

.facilities .bor:hover {
	transform: scale(1.05);
	/* border: 1px solid #cb6721; */
}

.facilities span {
	display: block;
	text-align: center;
}

.facilities span img {
	/* min-width: 60px;
	width: 60px; */
	padding: 0;
	border-radius: 10px 10px 0 0;
	min-width: 100%;
	/* transition: transform 0.6s; */
}



.facilities p {
	font-size: 22px;
	text-align: center;
	line-height: 22px;
	margin-bottom: 0px;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	margin-top: -42px;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 0 0 10px 10px;
}

/*************Accommodation**************/


/* Handle */
.normalScroll ::-webkit-scrollbar-thumb {
	background: #666 !important;
}

.accommodation .acc {
	border: 1px solid #ccc;
	margin-bottom: 25px;
	border-radius: 10px;

}

.accommodation span {
	display: block;
	text-align: center;
}

.accommodation span img {
	padding: 0;
	border-radius: 10px 10px 0 0;
}



.accommodation p {
	font-size: 18px;
	text-align: left;
	line-height: 22px;
	margin-bottom: 0px;
	font-weight: 600;
	width: 100%;
	display: block;
	position: relative;
}

.accommodation ul {
	padding: 10px 0;
	margin: 0;
}

.accommodation ul li {
	padding: 0px 5px;
	margin: 0;
	width: 100%;
	font-size: 14px;
	list-style: none;
}

.accommodation ul li:first-child {
	font-weight: bold;
	color: #000;
}

.accommodation ul li a {
	color: blue;
}

.accommodationTable {
	width: 100%;
	height: 84.5vh;
	overflow: auto;
}

.accommodation table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.accommodation table tr:hover {
	background-color: #ffebeb;
	color: #000;
}

.accommodation table thead {
	position: sticky;
	top: -1px;
	z-index: 1;
}

.accommodation table tr th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px 8px;
	background-color: #ef3332;
	color: #fff;
	white-space: nowrap;
}

.accommodation table tr td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px 8px;
	white-space: nowrap;
}

.accommodation table tr td a {
	color: #767676;
}

.accommodation table tr td a:hover {
	color: #000;
}

.accommodation table tr td:first-child {
	font-weight: 600;
}

.accImg {
	max-width: 79%;
	border-radius: 15px;
}



/*********Stall Booking************/
.stallBooking table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 20px;
}

.stallBooking table tr td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
}

.stallBooking table tr td:first-child {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
}

/* .warliBg {
	overflow: hidden;
	background: url(../images/warliBg.jpg) no-repeat left bottom;
} */

.aboutText::after {
	content: "";
	width: 450px;
	height: 450px;
	position: absolute;
	left: calc(50% - 225px);
	bottom: calc(50% - 225px);
	background: url(../images/warli.png) no-repeat left top;
	background-size: 100% 100%;
	animation: rotate 80s linear infinite;
	opacity: .1;
	z-index: -1;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


@media only screen and (max-width: 567px)and (orientation: portrait) {
	.aboutText::after {
		content: "";
		width: 350px;
		height: 350px;
		left: calc(50% - 175px);
		bottom: calc(50% - 175px);
	}
}

@media only screen and (max-width: 450px)and (orientation: portrait) {
	.aboutText::after {
		content: "";
		width: 300px;
		height: 300px;
		left: calc(50% - 150px);
		bottom: calc(50% - 150px);
	}
}

/**********Services****************/

.services {
	margin: 30px 0 0 0;
}


.services .bor {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	border-radius: 10px;
}


.services .bor:hover {
	/*
border-color: #29b36f;
	background: url("../images/green-bg.jpg") no-repeat left bottom;
*/
	background: #29b36f;
}

.services .bor:hover p {
	color: #fff;
}




.services .bor:hover img {
	filter: brightness(112)
}

.services span {
	display: block;
	text-align: center;
}

.services span img {
	min-width: 60px;
	width: 60px;
	padding: 15px 0;
	transition: transform 0.6s;
}

.services .bor:hover span img {
	transform: translateY(-4px);
}

.services p {
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 0px;
	min-height: 55px;
	padding: 0 20px;
}



.services .bor:hover p {
	color: #fff;
	opacity: 1;
}



/**********Clients****************/

.clients .col-3 {
	margin-bottom: 15px;
}

.clients .bor {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	border-radius: 10px;
}


.clients .bor:hover {
	border: 1px solid #385e99;
}

/*
.facilities .bor p {
	color: #037ec2	
}
*/



.clients span {
	display: block;
	text-align: center;
}

.clients span img {
	min-width: 120px;
	width: 120px;
	padding: 15px 0;
	transition: transform 0.6s;
}

.clients .bor:hover span img {
	transform: translateY(-4px);
}

.clients p {
	font-size: 15px;
	text-align: center;
	line-height: 22px;
	margin-bottom: 0px;
	min-height: 65px;
	padding: 10px 30px;
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
	/*    box-shadow: 0px 7px 28px 0px rgba(0, 0, 0, 0.07);*/
	box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 3%);
	transform: scale(0.8);
	transition: all 0.3s ease-in;
}

.img-gallery .owl-item span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #000;
	text-align: center;
	width: 100%;
	line-height: 40px;
	display: block;
	font-size: 18px;
}

.img-gallery .owl-item.center {
	transform: scale(1);
}


/* .principals .owl-item {
	border: 1px solid #edeff0;
} */

.principals .flag {
	display: block;
	text-align: center;
	width: 100%;
}

.principals .flag img {
	display: block;
	border-radius: 20px;
	padding: 5px;
	/* border: 1px solid #ccc; */
}

.principals p {
	width: 100%;
	text-align: center;
	color: #000;
	padding: 0;
	font-size: 18px;
	margin-bottom: 0;
}

.principals p.country {
	width: 100%;
	text-align: center;
	color: #2e3192 !important;
	padding: 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
	width: 110px;
	margin: 30px auto;
	border-radius: 50%;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}

.blockquote {
	color: #7a767a;
	font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
	opacity: 0.5;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	width: 15px;
	height: 5px;
	transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background: #037ec2;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #037ec2;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


.testimonial_list {
	background-image: url("../images/bracket-open1.png");

	background-position: left 25px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ccc;
	float: left;
	padding: 40px 0 0 50px;
	width: 100%;
}

.testimonial_list p {
	/*
    background-image: url("../images/bracket-close1.png");
    background-position: right bottom;
    background-repeat: no-repeat;
*/
	display: inline-block;
	float: left;
	text-align: left;
	width: 95%;
}

.testimonial_list.bor0 {
	border-bottom: 0px !important;
}


.test_name {
	background-image: none;
	border: 0 solid red;
	color: #7f7f81;
	float: left;
	padding-bottom: 10px;
	text-align: left;
	width: 70%;
}

.test_name::before {
	content: "-";
	color: #36753e;
	padding-right: 5px;
}

.t-test {
	font-family: 'argesta_displayregular';
	color: #e6e6e6 !important;
	margin-bottom: 5px !important;
	font-size: 22px !important;
}

.t-test2 {
	font-family: 'argesta_displayregular';
	color: #36753e !important;
	margin-bottom: 5px !important;
	font-size: 22px !important;
	font-weight: 600;
}



/* SPACINGS */
.no-spacing {
	margin: 0 !important;
	padding: 0 !important;
}

.no-top-spacing {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.no-bottom-spacing {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.spacing-50 {
	height: 50px;
	display: flex;
}

.spacing-100 {
	width: 100%;
	height: 100px;
	display: flex;
}

/* CUSTOM CONTAINER */
@media (min-width: 1170px) {
	.container {
		max-width: 1100px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1260px;
	}
}

/* CUSTOM CLASSES */
.overflow {
	overflow: hidden;
}

/* CUSTOM CURSOR */
.cursor {
	position: fixed;
	top: -40px;
	left: -40px;
	pointer-events: none;
	z-index: 9999;
	mix-blend-mode: difference;
}

.cursor:before {
	content: "";
	width: 80px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: white;
	border: 1px solid white;
	transition: all ease 0.15s;
	transform: scale(0.15);
}

.cursor.light:before {
	transform: scale(1);
	background: transparent;
}

.cursor.drag {
	mix-blend-mode: unset;
}

.cursor.drag:before {
	transform: scale(1);
	background: #385e99;
	border-color: transparent;
}

.cursor.drag:before {
	content: "\ea23";
	font-family: "LineIcons";
	font-size: 20px;
	color: #fff;
}



::-moz-range-track {
	background: #385e99;
	border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
	border: 0;
}


@media (min-width: 992px) {
	.mobile {
		display: none;
	}
}


video {
	border-radius: 10px;
}




/* HAMBURGER MENU */
.menu {
	background-color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
	outline: none;
	border-radius: 10px;
	box-shadow: 0px 1px 5px #c5c5c5;
	border-radius: 15px;
}

.line {
	fill: none;
	stroke: #f57a1d;
	stroke-width: 5;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
	margin-top: 25px;
}

.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 5;
}

.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 5;
}

.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 5;
}

.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 5;
}

.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 5;
}

.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 5;
}



/* CUSTOM BUTTON */
.custom-button {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: transparent;
	padding: 0 40px;
	color: #666;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	border-radius: 10px;
}

a.custom-button:hover {
	color: #fff;
	background: #f57a1d;
	border: 1px solid #f57a1d;
}




.custom-button.light {
	border: 1px solid #fff;
	background: none;
}

.custom-button:hover {
	text-decoration: none;
	color: #000;
}

.custom-button:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 0;
	transition: width 0s ease, background .25s ease;
}

.custom-button:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 0;
	background: #f5f5f7;
	transition: width .25s ease;
	opacity: 0.1;
}

.custom-button:hover:before {
	width: 100%;
	background: #f5f5f7;
	opacity: 0.1;
	transition: width .25s ease;
}

.custom-button:hover:after {
	width: 100%;
	background: transparent;
	transition: all 0s ease;
}




.custom-button2 {
	height: 70px;
	line-height: 70px;
	display: inline-block;
	padding: 0 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	border-radius: 10px;
	border: 1px solid #fff;
}


.custom-button2.light {
	border: 1px solid #fff;
	background: none;
}

.custom-button2:hover {
	text-decoration: none;
	color: #fff;
}

.custom-button2:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 0;
	/*  transition: width 0s ease, background .25s ease;*/
}

.custom-button2:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 0;
	background: #ccc;
	transition: width .25s ease;
	opacity: 0.1;
}

/*
.custom-button2:hover:before {
  width: 100%;
  background: #ccc;
  opacity: 0.1;
  transition: width .25s ease;
}
*/
/*
.custom-button2:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
*/


/* PRELOADER */
.preloader {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #385e99;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	transition-delay: 1s;
	transition-delay: 1s;
}

.preloader .loadbar {
	width: 0%;
	height: 100%;
	max-height: 6px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}

.preloader figure {
	width: auto;
	height: 114px;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fade 0.30s;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	position: relative;
}

.preloader figure span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 110%;
	transform: translateY(-40%);
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.preloader figure img {
	height: 114px;
	display: inline-block;
	opacity: 0.3;
}

@keyframes fade {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/* PAGE TRANSITION */
.page-transition {
	width: 100%;
	height: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #385e99;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.page-transition .layer {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	transition-delay: 1s;
}

.page-transition.active {
	height: 100vh;
}

.page-transition.active .layer {
	height: 100vh;
}

/* BODY */
/*
body .navbar {
  transform: translateY(-100%);
  transition-delay: 1.3s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

body .slider .main-slider {
  transform: scale(1.4);
  transition-delay: 1.15s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

body .page-header {
  transform: scale(1.4);
  transition-delay: 1.15s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
*/



/* PAGE LOADED */
.page-loaded .preloader {
	height: 0;
}

.page-loaded .preloader .loadbar {
	max-height: 100%;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.page-loaded .preloader figure {
	transform: translateY(50px);
	opacity: 0;
}

.page-loaded .navbar {
	transform: translateY(0);
}

.page-loaded .slider .main-slider {
	transform: scale(1);
}

.page-loaded .page-header {
	transform: scale(1);
}

/* HAMBURGER NAVIGATION */
.hamburger-navigation {
	width: 100%;
	height: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	background-color: #f57a1d;
	background-image: url("../images/chikoo-bg.png"), url("../images/chikoo-bg1.png"), url("../images/grassBg.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: right bottom, left bottom, left top;
    background-size: 20%, 20%, 100% 100%;
}

@media only screen and (max-width: 991px) {
	.hamburger-navigation {
		/* background-image: none!important; */
		background-image: url("../images/grassBg.jpg")!important;
		background-repeat: no-repeat;
	background-position: left top;
    background-size: 100% 100%;
	}
	.footer .container {
		background-image: none!important;
	}
  }

.hamburger-navigation .layer {
	width: 100%;
	height: 0;
	background: #141414;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
	transition-delay: 1s;
}

.hamburger-navigation .container {
	position: relative;
	z-index: 1;
	visibility: hidden;
}

.hamburger-navigation .info-box {
	width: 50vw;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 50px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.hamburger-navigation .info-box span {
	width: 100%;
	display: block;
	font-size: 22px;
	/* font-family: "argesta_displayregular";*/
	margin-bottom: 20px;
}

.hamburger-navigation .info-box .nav-social {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.hamburger-navigation .info-box .nav-social li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	list-style: none;
}

.hamburger-navigation .info-box .nav-social li a {
	color: #fff;
	font-size: 14px;
}

.hamburger-navigation .nav-menu {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.hamburger-navigation .nav-menu.mobile-menu {
	display: none;
}

.hamburger-navigation .nav-menu li {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.hamburger-navigation .nav-menu li a {
	display: inline-block;
	color: #fff;
	font-size: 3vw;
	/* font-family: "argesta_displayregular";*/
	/* font-family: "Pacifico", serif; */
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	line-height: 50px;
}

.hamburger-navigation .nav-menu li a:hover {
	color: #6c350d;
}

/* HAMBURGER NAGIVATION ACTIVE */
.hamburger-navigation-active .scroll-content {
	transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
	height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .layer {
	height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .container {
	visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .nav-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.hamburger-navigation-active .hamburger-navigation .info-box {
	opacity: 1;
	visibility: visible;
}

/* .hamburger-navigation-active .navbar .logo {
	opacity: 0;
} */

.hamburger-navigation-active .navbar .navbar-text {
	opacity: 0;
}

.hamburger-navigation-active .navbar .site-menu {
	opacity: 0;
}

/* NAVBAR */
.navbar {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0px 0;
	/* position: absolute; */
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
}

.navbar .logo {
	display: inline-block;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
	box-shadow: 0px 1px 5px #c5c5c5;
	border-radius: 15px;
}

.navbar .logo a {
	display: inline-block;
}

.navbar .logo a img {
	width: 275px;
	border-radius: 0 0 10px 10px;
}

.navbar .navbar-text {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.navbar .site-menu {
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.navbar .site-menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.navbar .site-menu ul li {
	display: inline-block;
	margin: 0 15px;
	padding: 0;
	list-style: none;
}

.navbar .site-menu ul li a {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}

.navbar .site-menu ul li a:hover {
	text-decoration: none;
}

.navbar .hamburger-menu {
	display: inline-block;
	margin-left: auto;
}

/* SLIDER */
.slider {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.slider {
		height: 60vh;
		background-size: 100% 100% !important;
	}
}

@media only screen and (max-width: 991px)and (orientation: portrait) {
	.slider {
		height: 30vh;
	}

	video {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 991px)and (orientation: landscape) {
	.slider {
		height: 100vh;
	}
}


.slider h6 {
	width: 100%;
	display: block;
	letter-spacing: 5px;
	font-size: 1.3rem;
}

.slider h1 {
	font-weight: 400;
	font-size: 6vw;
	/* font-family: "argesta_displayregular";*/
	margin-bottom: 30px;
}

.slider p {
	padding: 0 20%;
	letter-spacing: 1px;
}

.slider a {
	height: 80px;
	line-height: 80px;
	display: inline-block;
	background: #f5f3ec;
	color: #385e99;
	font-size: 14px;
	font-weight: 600;
	padding: 0 50px;
	position: relative;
}

.slider a:hover {
	text-decoration: none;
}

.slider a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 0;
	transition: width 0s ease, background .25s ease;
}

.slider a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 0;
	background: #141414;
	transition: width .25s ease;
	opacity: 0.1;
}

.slider a:hover:before {
	width: 100%;
	background: #2063cc;
	opacity: 0.1;
	transition: width .25s ease;
}

.slider a:hover:after {
	width: 100%;
	background: transparent;
	transition: all 0s ease;
}

.slider .main-slider {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}

.slider .main-slider .swiper-slide {
	height: 100%;
	display: flex;
	overflow: hidden;
}

.slider .main-slider .swiper-slide .container {
	position: relative;
	z-index: 1;
}

.slider .main-slider .swiper-slide .slide-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover !important;
	background-position: center;
	padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
	.slider .main-slider .swiper-slide .slide-inner {
		height: 60vh;
		background-size: 100% 100% !important;
	}
}

@media only screen and (max-width: 991px)and (orientation: portrait) {
	.slider .main-slider .swiper-slide .slide-inner {
		height: 30vh;
		background-size: 100% 100% !important;
	}
}

@media only screen and (max-width: 991px)and (orientation: landscape) {
	.slider .main-slider .swiper-slide .slide-inner {
		height: 100vh;
		background-size: 100% 100% !important;
	}
}



/*
.slider .main-slider .swiper-slide .slide-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
*/
/*
.slider:before {
  content: "";
  width: 30%;
  height: 0px;
  background: #385e99;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
*/
.slider .slider-fraction {
	width: 20%;
	height: 80px;
	line-height: 80px;
	background: #fff;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #141414;
	/* font-family: "argesta_displayregular";*/
	font-size: 22px;
}

.slider .slider-prev {
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: -12px;
	top: 45%;
	z-index: 2;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-left: 0px;
	border-radius: 10px;
}

.slider .slider-prev:hover:before {
	opacity: 1;
}

.slider .slider-prev:before {
	content: "";
	width: 20px;
	height: 20px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 35px;
	top: 30px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;

}

.slider .slider-next {
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	right: -12px;
	top: 45%;
	z-index: 2;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 0px;
	border-radius: 10px;
}

.slider .slider-next:hover:before {
	opacity: 1;
}

.slider .slider-next:before {
	content: "";
	width: 20px;
	height: 20px;
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 35px;
	top: 30px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;

}

.more-btn {
	display: block;
	width: 100%;
	margin-top: 30px;
}

/* PAGE HEADER */
.page-header {
	width: 100%;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-size: cover !important;
	position: relative;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
	.page-header {
		height: 60vh;
		background-size: 100% 100% !important;
	}
}

@media only screen and (max-width: 991px)and (orientation: portrait) {
	.page-header {
		height: 30vh;
		/* background-size: 100% 100% !important; */
		background-size: auto !important;
        background-position: center !important;
	}
}

@media only screen and (max-width: 991px)and (orientation: landscape) {
	.page-header {
		height: 100vh;
		background-size: 100% 100% !important;
	}
}






/*
.page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
*/
.page-header .container {
	position: relative;
	z-index: 1;
	color: #fff;
}

.page-header .container h1 {
	width: 100%;
	display: block;
	font-size: 5vw;
	text-shadow: 6px 6px 7px #000;
	/* /* font-family: "argesta_displayregular";*/
}

.page-header .container p {
	width: 100%;
	display: block;
	margin: 0;
	letter-spacing: 5px;
	font-size: 16px;
	text-transform: uppercase;
	background: #29b36f;
	display: initial;
	padding: 10px;
}

/* SCROLL DOWN */
.scroll-down {
	width: 1px;
	height: 80px;
	background: #fff;
	position: absolute;
	left: calc(50% - 0.5px);
	bottom: 0;
	z-index: 2;
}

.scroll-down:after {
	content: "";
	width: 1px;
	height: 0;
	animation: 1s scrolldown infinite;
	background: #385e99;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

@keyframes scrolldown {
	0% {
		top: 0;
		height: 0;
	}

	50% {
		top: 0;
		height: 100%;
	}

	51% {
		top: auto;
		bottom: 0;
		height: 100%;
	}

	100% {
		top: auto;
		bottom: 0;
		height: 0;
	}
}

/* CONTENT SECTION */
.content-section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0;
	position: relative;
}

.content-section.dots::after {
	position: absolute;
	content: "";
	right: 10%;
	top: 10%;
	width: 10rem;
	height: 6rem;
	background-size: 1rem;
	background-image: url("../images/dots.svg");
	background-repeat: repeat;
}

@media only screen and (max-width: 991px) {
	.content-section.dots::after {
		display: none;
	}
  }

.content-section.bottom-spacing {
	margin-bottom: 100px !important;
}

.content-section.top-spacing {
	margin-top: 100px !important;
}

#main {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

ul.facility {
	padding: 0;
}

ul.facility li {
	width: 100%;
	display: block;
	margin: 0;
	/* font-family: "argesta_displayregular";*/
	font-size: 35px;
}

/* SECTION TITLE */
.section-title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.section-title.text-center {
	text-align: center;
}

.section-title.text-center h6:before {
	left: calc(50% - 2vw);
	top: calc(100% + 10px);
}

.section-title.light {
	color: #fff;
}

.section-title.light h6 {
	opacity: 0.6;
}

.section-title.light h6:before {
	background: #fff;
}

.section-title h6 {
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 800;
	opacity: 0.3;
	letter-spacing: 2px;
	position: relative;
}

.section-title h2 {
	width: 100%;
	display: block;
	margin: 0;
	/* font-family: "argesta_displayregular";*/
	font-size: 50px;
	color: #0469a1;
	font-family: "Pacifico", serif;
}

/* HOTEL SEARCH FORM */
.hotel-search {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}

.hotel-search h6 {
	width: 100%;
	display: block;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
	font-size: 22px;
}

.hotel-search form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hotel-search form .form-group {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}

.hotel-search form .form-group i {
	position: absolute;
	right: 25px;
	bottom: 42px;
	transform: translateY(50%);
	color: #808080;
}

.hotel-search form .form-group input[type="number"] {
	width: 100px;
}

.hotel-search form .form-group input {
	width: auto;
}

.hotel-search form .form-group select {
	width: 300px;
}

.hotel-search form .form-group label {
	width: 100%;
	display: block;
	font-size: 14px;
}

/* SIDE CONTENT */
.side-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.side-content h3 {
	color: #f57a1d;
	font-family: "Pacifico", serif;
}

.side-content.text-left {
	padding-right: 30%;
}

.side-content.text-left p {
	padding-right: 10%;
}

.side-content.text-center {
	text-align: center;
	padding: 0;
}

.side-content.text-center .custom-button {
	margin-left: auto;
	margin-right: auto;
}

.side-content.text-center .custom-button2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

.side-content.light {
	color: #fff;
}

.side-content.light .custom-button {
	border: 1px solid #fff;
	background: none;
}

.side-content h6 {
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 800;
	opacity: 0.3;
	letter-spacing: 2px;
}

.side-content h2 {
	width: 100%;
	display: block;
	margin: 0;
	/* font-family: "argesta_displayregular";*/
	font-size: 50px;
	color: #037ec2;
	font-family: "Pacifico", serif;
}

.side-content p {
	width: 100%;
	display: block;
	margin-top: 10px;

}

.side-content p:last-child {
	margin-bottom: 0;
}

.side-content .custom-button {
	margin-top: 40px;
}

/* SIDE IMAGE */
.side-image {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	position: relative;
}

.side-image.overlap-bottom {
	transform: translateY(100px);
}

.side-image.overlap-top {
	transform: translateY(-100px);
}

.side-image.right-full {
	width: 50vw;
	float: left;
}

.side-image.left-full {
	width: 50vw;
	float: right;
}

.side-image.left-full-space {
	width: 44vw;
	float: right;
	margin-right: 6vw;
}

.side-image.left-align {
	float: right;
	position: relative;
}


.side-image.left-align:after {
	content: "";
	width: calc(50vw - 100px);
	height: 100%;
	background: #fff;
	position: absolute;
	right: 100px;
	top: 100px;
	z-index: -1;
}

.side-image.right-align {
	float: left;
	position: relative;
}

.side-image.right-align:after {
	content: "";
	width: calc(50vw - 100px);
	height: 100%;
	background: #f5f3ec;
	position: absolute;
	left: 100px;
	top: 100px;
	z-index: -1;
}

.side-image .video-button {
	width: 140px;
	height: 140px;
	line-height: 140px;
	background: #fff;
	position: absolute;
	left: calc(50% - 70px);
	top: calc(50% - 70px);
	color: #385e99;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.side-image .video-button:hover {
	background: #385e99;
	color: #fff;
}

.side-image img {
	width: 100%;
	border-radius: 10px;
	transition: ease-in all 0.4s;
	box-shadow: inset 2px 2px 42px rgba(0, 0, 0, 0.15);
}


.side-image img:hover {
	transform: scale(1.04);
}

/* SIDE GALLERY */
.side-gallery {
	width: calc(50vw + 15%);
	float: right;
	margin-bottom: 0;
	position: relative;
	transform: translateY(-100px);
}

.side-gallery div:first-child {
	width: calc(66.66666% - 10px);
}

.side-gallery div:nth-child(2) {
	margin-bottom: 10px;
}

.side-gallery div {
	width: calc(33.33333% - 10px);
	float: left;
	margin-right: 10px;
}

/* SIDE HOTEL BOX */
.side-hotel-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.side-hotel-box.right {
	padding-left: 100px;
}

.side-hotel-box .review {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
}

.side-hotel-box .review i {
	display: inline-block;
	margin-right: 3px;
	color: #00aa6c;
}

.side-hotel-box .review span {
	display: inline-block;
	opacity: 0.4;
	margin-left: 8px;
}

.side-hotel-box h2 {
	width: 100%;
	display: block;
	font-size: 44px;
	/* font-family: "argesta_displayregular";*/
	margin-bottom: 25px;
}

.side-hotel-box p {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.side-hotel-box .info-box {
	width: 100%;
	display: flex;
	border: 1px solid #cbcbcb;
	padding: 20px;
	margin-bottom: 20px;
}

.side-hotel-box .info-box span {
	display: inline-block;
	border-left: 6px solid #385e99;
	padding-left: 20px;
}

.side-hotel-box .info-box b {
	height: 54px;
	line-height: 1.3;
	margin-left: auto;
	font-size: 40px;
}

.side-hotel-box .info-box b small {
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	opacity: 0.5;
}

.side-hotel-box .custom-button {
	margin-right: 30px;
}

.side-hotel-box .availability {
	line-height: 80px;
	display: inline-block;
}

.side-hotel-box .availability i {
	color: #385e99;
}

/* CAROUSEL IMAGE BOX */
.carousel-image-box {
	width: calc(50vw + 99% / 2);
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.carousel-image-box figure {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.carousel-image-box figure img {
	width: 100%;
	float: left;
	border-radius: 20px;
}

.carousel-image-box figure figcaption {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px;
	color: #fff;
}

.carousel-image-box figure figcaption h5 {
	width: auto;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	background: #29b36f;
	padding: 10px;
	border-radius: 10px;
}

.carousel-image-box figure figcaption h5 span {
	font-size: 18px;
}

.carousel-image-box figure figcaption p {
	width: 100%;
	display: block;
	margin: 0;
}

.swiper-scrollbar {
	width: 100%;
	height: 4px;
	display: inline-block;
	opacity: 1 !important;
}

/* EVENTS TAB */
.events-tab {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}

.events-tab .tab-nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding: 0;
}

.events-tab .tab-nav li {
	display: inline-block;
	margin-right: 20px;
	padding: 0 5px;
	list-style: none;
	border-bottom: 4px solid transparent;
}

.events-tab .tab-nav li.active {
	border-color: #385e99;
}

.events-tab .tab-nav li a {
	display: inline-block;
	color: #fff;
}

.events-tab .tab-item {
	width: 100%;
	float: left;
	display: none;
	position: relative;
	overflow: hidden;
}

.events-tab .tab-item.active-item {
	display: block;
}

/* CONTENT TAB */
.content-tab {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.content-tab .tab-nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
}

.content-tab .tab-nav li {
	height: 70px;
	line-height: 70px;
	display: inline-block;
	margin-right: 20px;
	padding: 0 25px;
	list-style: none;
	border: 1px solid #eee;
	margin-bottom: -1px;
}

.content-tab .tab-nav li.active {
	border-bottom: 1px solid #fff;
}

.content-tab .tab-nav li.active a {
	color: #385e99;
	opacity: 1;
}

.content-tab .tab-nav li a {
	display: inline-block;
	font-weight: 600;
	opacity: 0.5;
}

.content-tab .tab-item {
	width: 100%;
	float: left;
	display: none;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-top: none;
	padding: 50px;
}

.content-tab .tab-item ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.content-tab .tab-item ul li {
	width: 33.33333%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 7px 0;
}

.content-tab .tab-item ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.content-tab .tab-item ul li figure {
	width: 50px;
	float: left;
	margin-bottom: 0;
}

.content-tab .tab-item ul li figure img {
	height: 22px;
	float: left;
}

.content-tab .tab-item ul li b {
	font-weight: 400;
	float: left;
}

.content-tab .tab-item.active-item {
	display: block;
}

/* CAROUSEL EVENTS BOX */
.carousel-events-box {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.carousel-events-box .swiper-prev {
	width: 60px;
	height: 60px;
	background: #141414;
	position: absolute;
	left: 0;
	top: 33%;
	z-index: 2;
	cursor: pointer;
}

.carousel-events-box .swiper-prev:hover:before {
	opacity: 1;
}

.carousel-events-box .swiper-prev:before {
	content: "";
	width: 15px;
	height: 15px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 25px;
	top: 23px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
	opacity: 0.5;
}

.carousel-events-box .swiper-next {
	width: 60px;
	height: 60px;
	background: #141414;
	position: absolute;
	right: 0;
	top: 33%;
	z-index: 2;
	cursor: pointer;
}

.carousel-events-box .swiper-next:hover:before {
	opacity: 1;
}

.carousel-events-box .swiper-next:before {
	content: "";
	width: 15px;
	height: 15px;
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 23px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
	opacity: 0.5;
}

.carousel-events-box figure {
	width: 100%;
	display: block;
	margin-bottom: 25px;
}

.carousel-events-box figure:before {
	background: #385e99 !important;
}

.carousel-events-box figure img {
	width: 100%;
	display: block;
}

.carousel-events-box .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	text-align: center;
}

.carousel-events-box .content h5 {
	width: 100%;
	display: block;
	font-size: 28px;
	/* font-family: "argesta_displayregular";*/
}

.carousel-events-box .content h5 a {
	display: inline-block;
	color: #fff;
}

.carousel-events-box .content h5 a:hover {
	color: #385e99;
}

.carousel-events-box .content span {
	display: inline-block;
	margin: 4px auto;
	color: #f5f3ec;
	opacity: 0.6;
}

.carousel-events-box .content small {
	width: 100%;
	display: block;
}

/* ROOM SLIDER */
.rooms-slider {
	width: 100%;
	height: 80vh;
	max-height: 700px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}

.rooms-slider:before {
	content: "";
	width: 100%;
	height: 240px;
	background: #141414;
	position: absolute;
	left: 0;
	top: 0;
}

.rooms-slider .swiper-slide {
	max-width: 75%;
	background-size: cover !important;
	background-position: center !important;
	transform: scale(0.9);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.rooms-slider .swiper-slide .room-detail {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 50px;
	position: absolute;
	left: 50px;
	bottom: 50px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
	opacity: 0;
}

.rooms-slider .swiper-slide .room-detail .price-line {
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 800;
	color: #385e99;
	letter-spacing: 1px;
}

.rooms-slider .swiper-slide .room-detail .price-line span {
	color: #141414;

}

.rooms-slider .swiper-slide .room-detail h3 {
	width: 100%;
	display: block;
	font-size: 36px;
	/* font-family: "argesta_displayregular";*/
	margin-bottom: 20px;
}

.rooms-slider .swiper-slide .room-detail .reviews {
	width: 100%;
	color: #888888;
	font-size: 15px;
}

.rooms-slider .swiper-slide .room-detail .reviews span {
	padding: 5px 8px;
	background: #385e99;
	color: #fff;
	font-weight: 800;
	margin-left: 5px;
}

.rooms-slider .swiper-slide.swiper-slide-active {
	transform: scale(1);
}

.rooms-slider .swiper-slide.swiper-slide-active .room-detail {
	opacity: 1;
}

/* RECENT NEWS */
.col-md-6:nth-child(2) .recent-news {
	padding-right: 30px;
}

.col-md-6:nth-child(3) .recent-news {
	padding-left: 30px;
}

.recent-news {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.recent-news figure {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.recent-news figure img {
	width: 100%;
}

.recent-news .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-left: 80px;
}

.recent-news .content ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	position: relative;
}

.recent-news .content ul:before {
	content: "";
	width: 60px;
	height: 1px;
	background: #385e99;
	position: absolute;
	left: -80px;
	top: calc(50% - 0.5px);
}

.recent-news .content ul li {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
	list-style: none;
}

.recent-news .content ul li:last-child {
	margin-right: 0;
}

.recent-news .content ul li a {
	display: inline-block;
	color: #385e99;
	font-size: 14px;
	font-weight: 600;
}

.recent-news .content span {
	font-size: 13px;
	font-weight: 600;
	opacity: 0.5;
	line-height: 27px;
}

.recent-news .content span:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #141414;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
}

.recent-news .content h2 {
	width: 100%;
	display: block;
	font-size: 36px;
	/* font-family: "argesta_displayregular";*/
	margin-top: 20px;
	margin-bottom: 0;
}

/* IMAGE */
.image {
	width: 100%;
	display: block;
}

/* TESTIMONIAL BOX */
.testimonial-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 50px;
	background: #385e99;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}

.testimonial-box.bottom {
	margin-bottom: -100px;
}

.testimonial-box small {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.testimonial-box small i {
	display: inline-block;
	margin: 0 3px;
}

.testimonial-box h4 {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	/* font-family: "argesta_displayregular";*/
}

.testimonial-box p {
	width: 100%;
	margin-bottom: 40px;
	font-size: 19px;
}

.testimonial-box .custom-button {
	margin: 0 auto;
}

/* PACKAGE BOX */
.package-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 60px;
	color: #fff;
}

.package-box h4 {
	width: 100%;
	display: block;
	font-size: 36px;
	/* font-family: "argesta_displayregular";*/
	margin-bottom: 15px;
}

.package-box p {
	width: 100%;
	display: block;
	margin-bottom: 35px;
}

.package-box a {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	border-bottom: 3px solid #eee;
	font-size: 15px;
}

/* MEMBER BOX */
.member-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.member-box:hover figure img {
	opacity: 0.6;
}

.member-box:hover figure ul {
	opacity: 1;
	visibility: visible;
}

.member-box figure {
	width: 100%;
	display: block;
	margin-bottom: 0;
	position: relative;
	background: #141414;
}

.member-box figure * {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.member-box figure ul {
	width: 44px;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 30px;
	bottom: 60px;
	opacity: 0;
	visibility: hidden;
}

.member-box figure ul li {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
}

.member-box figure ul li:last-child {
	margin-bottom: 0;
}

.member-box figure ul li a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	text-align: center;
	background: #385e99;
	color: #fff;
}

.member-box figure img {
	width: 100%;
	display: block;
}

.member-box .content {
	width: calc(100% - 30px);
	display: inline-block;
	background: #fff;
	margin-top: -30px;
	padding: 30px;
	position: relative;
}

.member-box .content small {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.member-box .content h5 {
	width: 100%;
	display: block;
	font-size: 28px;
	/* font-family: "argesta_displayregular";*/
	margin-bottom: 25px;

}

.member-box .content a {
	display: inline-block;
	text-decoration: underline;
	color: #385e99;
	font-weight: 600;
	font-size: 15px;
}

/****BORDI SIGHTSEEING********/
.sightseeing img {
	border-radius: 15px;
}

.sightseeing .seperator {
	margin-top: 30px;
}

.sightseeing span {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
}

.sightseeing span:hover {
	border: 1px solid #000;
}

.sightseeing .rightImg {
	flex-direction: row-reverse;
}



/* VIDEO BOX */
.video-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 100px 0;
}

.video-box .play-btn {
	width: 140px;
	height: 140px;
	line-height: 140px;
	display: inline-block;
	background: #fff;
	color: #385e99;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
	margin-bottom: 100px;
}

.video-box .play-btn:hover {
	background: #385e99;
	color: #fff;
}

.video-box h2 {
	width: 100%;
	display: block;
	margin: 0;
	font-size: 32px;
	font-weight: 800;
	color: #fff;
}

/* ROOMS FITER */
.rooms-filter {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.rooms-filter h6 {
	display: inline-block;
	font-weight: 600;
}

.rooms-filter .price-range {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	padding-right: 30px;
}

.rooms-filter .price-range .range-slider__value {
	float: right;
	margin-top: -56px;
	font-weight: 800;
	color: #385e99;
}

.rooms-filter .price-range .range-slider__value:before {
	content: "$";
}

.rooms-filter .price-range .range-slider {
	width: 100%;
}

.rooms-filter .specifications {
	width: 50%;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

.rooms-filter .specifications ul {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.rooms-filter .specifications li {
	display: inline-block;
	margin-right: 20px;
	padding: 0;
	list-style: none;
}

/* ROOMS LIST */
.rooms-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.rooms-list li {
	width: 50%;
	display: inline-block;
	margin: 0;
	margin-top: 50px;
	padding: 0;
	padding-right: 30px;
	list-style: none;
}

.rooms-list li:nth-child(1) {
	margin-top: 0;
}

.rooms-list li:nth-child(2) {
	margin-top: 0;
}

.rooms-list li:nth-child(even) {
	padding-right: 0;
	padding-left: 30px;
}

/* ROOM BOX */
.room-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.room-box figure {
	width: 100%;
	display: block;
	margin: 0;
}

.room-box figure img {
	width: 100%;
}

.room-box .content {
	width: calc(100% - 50px);
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin-top: -50px;
	margin-left: 50px;
	position: relative;
	z-index: 1;
	padding: 50px;
	padding-right: 0;
}

.room-box .content .price-line {
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 800;
	color: #385e99;
	letter-spacing: 1px;
}

.room-box .content .price-line span {
	color: #141414;

}

.room-box .content h3 {
	width: 100%;
	display: block;
	font-size: 36px;
	/* font-family: "argesta_displayregular";*/
	margin-bottom: 20px;
}

.room-box .content .bottom-specs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}

.room-box .content .bottom-specs .icons {
	width: 50%;
	display: inline-block;
}

.room-box .content .bottom-specs .icons img {
	height: 25px;
	margin-right: 5px;
}

.room-box .content .bottom-specs .reviews {
	width: 50%;
	text-align: right;
	color: #888888;
	font-size: 15px;
}

.room-box .content .bottom-specs .reviews span {
	padding: 5px 8px;
	background: #385e99;
	color: #fff;
	font-weight: 800;
	margin-left: 5px;
}

/* ROOM TYPE */
.room-type {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.room-type .price-line {
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 800;
	color: #385e99;
	letter-spacing: 1px;
}

.room-type .price-line span {
	color: #141414;

}

.room-type h3 {
	width: 100%;
	display: block;
	font-size: 80px;
	/* font-family: "argesta_displayregular";*/
	margin-bottom: 20px;
	text-indent: -4px;
}

.room-type small {
	width: 100%;
	display: block;
	opacity: 0.5;
	font-size: 16px;
}

/* RECENT TESTIMONIAL */
.recent-testimonial {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #eee;
	padding: 50px;
	margin-bottom: 50px;
}

.recent-testimonial span {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.recent-testimonial span b {
	display: inline-block;
	font-weight: 600;
	margin-right: 10px;
}

.recent-testimonial span i {
	color: #385e99;
	display: inline-block;
	margin: 0 2px;
	font-size: 14px;
}

.recent-testimonial small {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	opacity: 0.5;
}

.recent-testimonial p {
	width: 100%;
	display: block;
	margin: 0;
	font-size: 19px;
	/* font-family: "argesta_displayregular";*/
}

/* ROOM GALLERY */
.room-gallery-top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.room-gallery-top .swiper-slide {
	max-width: 40%;
}

.room-gallery-thumbs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.room-gallery-thumbs .swiper-slide {
	background: #141414;
}

.room-gallery-thumbs .swiper-slide:hover img {
	opacity: 1;
}

.room-gallery-thumbs .swiper-slide img {
	opacity: 0.5;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

/* ROOM INFO BOX */
.room-info-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 50px;
	border: 1px solid #eee;
	margin: 30px 0;
}

.room-info-box h6 {
	width: 100%;
	display: block;
	font-size: 26px;
	/* font-family: "argesta_displayregular";*/
	margin-bottom: 15px;
	color: #385e99;
}

.room-info-box p {
	width: 100%;
	display: block;
}

.room-info-box p:last-child {
	margin-bottom: 0;
}

.room-info-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-top: 20px;
	padding: 0;
}

.room-info-box ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 5px 0;
	padding: 5px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.room-info-box ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.room-info-box ul li figure {
	width: 50px;
	float: left;
	margin-bottom: 0;
}

.room-info-box ul li figure img {
	height: 22px;
	float: left;
}

.room-info-box ul li b {
	width: 30%;
	font-weight: 600;
	float: left;
}

.room-info-box ul li span {
	width: 65%;
	float: left;
}

/* MEETING EVENT BOX */
.meeting-event-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.meeting-event-box figure {
	width: 100%;
	display: block;
	margin: 0;
}

.meeting-event-box figure img {
	width: 100%;
}

.meeting-event-box .content {
	width: calc(100% - 50px);
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin-top: -50px;
	position: relative;
	z-index: 1;
	padding: 30px;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.meeting-event-box .content h5 {
	width: 100%;
	display: block;
	font-size: 28px;
	/* font-family: "argesta_displayregular";*/
}

.meeting-event-box .content h5 a {
	display: inline-block;
}

.meeting-event-box .content h5 a:hover {
	color: #385e99;
}

.meeting-event-box .content span {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	opacity: 0.4;
}

.meeting-event-box .content small {
	width: 100%;
	display: block;
}

/* SPECIAL OFFER BOX */
.special-offer-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.special-offer-box figure {
	width: 100%;
	display: block;
	margin: 0;
}

.special-offer-box figure img {
	width: 100%;
}

.special-offer-box .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 20px;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.special-offer-box .content span {
	width: 100%;
	display: block;
	margin-bottom: 0;
	opacity: 0.4;
	font-weight: 600;
	font-size: 13px;
}

.special-offer-box .content h5 {
	width: 100%;
	display: block;
	font-size: 28px;
	/* font-family: "argesta_displayregular";*/
}

.special-offer-box .content h5 a {
	display: inline-block;
}

.special-offer-box .content h5 a:hover {
	color: #385e99;
}

.special-offer-box .content p {
	width: 100%;
	display: block;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 12px;
}

.special-offer-box .content small {
	display: inline-block;
	background: #385e99;
	padding: 4px 8px;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
}

/* EVENT HEADLINE */
.event-headline {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.event-headline .rating {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.event-headline .rating i {
	color: #385e99;
	display: inline-block;
	margin-right: 4px;
	font-size: 15px;
}

.event-headline h3 {
	width: 100%;
	display: block;
	font-size: 50px;
	/* font-family: "argesta_displayregular";*/
	margin-bottom: 20px;
	text-indent: -4px;
}

.event-headline address {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.event-headline address span {
	display: inline-block;
}

.event-headline address span:first-child {
	margin-right: 10%;
}

.event-headline address span i {
	display: inline-block;
	color: #385e99;
	margin-right: 10px;
}

/* CONTACT FORM */
.contact-form {
	width: 100%;
	display: block;
}

.contact-form input[type="text"] {
	width: 90%;
}

.contact-form textarea {
	width: 100%;
}

/* CONTACT BOX*/
.contact-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #385e99;
	color: #fff;
	padding: 50px;
	margin: 15px 0;
	min-height: 330px;
	align-content: flex-start;
	border-radius: 10px;
}

.contact-box iframe {
	border-radius: 10px;
}

.contact-box h6 {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
}

.contact-box address {
	width: 100%;
	display: block;
	margin: 0;
}

.contact-box address strong {
	margin-top: 5px;
}




/* SIDEBAR */
.sidebar {
	width: 100%;
	display: block;
	padding-left: 30px;
}

.sidebar .widget {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #f5f3ec;
	border-right: 4px solid #f5f3ec;
	border-bottom: 4px solid #f5f3ec;
	padding: 35px;
	margin-bottom: 35px;
	position: relative;
}

.sidebar .widget * {
	position: relative;
}

.sidebar .widget .widget-title {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font-size: 22px;
	color: #385e99;
	margin-bottom: 30px;
	padding-bottom: 30px;
	/* font-family: "argesta_displayregular";*/
}

.sidebar .widget .widget-title:after {
	content: "";
	width: 50px;
	height: 4px;
	background: #385e99;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.sidebar .widget .widget-title:before {
	content: "";
	width: 100%;
	height: 4px;
	background: #f5f3ec;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	mix-blend-mode: difference;
}

.sidebar .widget form {
	width: 100%;
	display: block;
}

.sidebar .widget form input[type="submit"] {
	margin-top: 10px;
	background: #141414;
	color: #fff;
}

.sidebar .widget .categories {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.sidebar .widget .categories li {
	width: 100%;
	display: block;
	margin: 4px 0;
	padding: 0;
	list-style: none;
}

.sidebar .widget .categories li a {
	color: #141414;
	font-size: 19px;
}

.sidebar .widget .categories li a:hover {
	color: #385e99;
}

.sidebar .widget .widget-gallery {
	width: calc(100% + 4px);
	float: left;
	margin: 0 -2px;
	padding: 0;
}

.sidebar .widget .widget-gallery li {
	width: 50%;
	float: left;
	margin: 0;
	padding: 2px;
	list-style: none;
}




.footer ul {
	padding: 0;

}

.footer ul li {
	list-style: none;
	padding: 3px 0;

}

.footer ul li a {
	color: #b1b1b1;

}

.footer ul li a:hover {
	color: #fff;
	transform: translateX(3px);
	transition: 1s;

}

/* FOOTER BAR */
.footer-bar {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	padding: 40px 0;
}

.footer-bar i {
	font-size: 30px;
	display: inline-block;
	margin-right: 10px;
}

.footer-bar h6 {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	font-size: 24px;
	opacity: 0.4;
}

.footer-bar strong {
	font-size: 15px;
}

.footer-bar figure {
	margin-left: auto;
	margin-bottom: 0;
}

.footer-bar figure img {
	height: 40px;
}

/* FOOTER */
.footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*  background: #c7c7c7;*/
	background: rgb(56, 94, 153);
	padding-top: 50px;
	color: #fff;
}

.footer .container {
	background-image: url("../images/footerBg.png");
	background-repeat: no-repeat;
    background-position: 88% 336px;
}

.footer .widget-title {
	width: 100%;
	display: block;
	font-size: 22px;
	margin-bottom: 15px;
	color: #f57a1d;
	font-weight: bold;
	/* font-family: 'argesta_displayregular'; */
	font-family: "Pacifico", serif;
}

.footer p {
	width: 100%;
	display: block;
}

.footer p a {
	color: #fff;
}

.footer p a:hover {
	text-decoration: underline;
}

.footer .bottom-bar {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
	font-size: 14px;
	position: relative;
	margin-top: 50px;
}

.footer .bottom-bar:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0px;
	opacity: 0.2;
}

.footer .bottom-bar span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 17px;
	color: #ccc;
}

.footer .bottom-bar .footer-social {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer .bottom-bar .footer-social li {
	display: inline-block;
	margin-left: 10px;
	padding: 0;
	list-style: none;
	width: 48%;
}

.footer .bottom-bar .footer-social li:last-child {
	text-align: right;
}

.footer .bottom-bar .footer-social li a {
	display: inline-block;
	color: #fff;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
	.hotel-search form .form-group {
		margin: 15px;
	}

	.side-image .video-button {
		width: 120px;
		height: 120px;
		line-height: 120px;
		left: calc(50% - 60px);
		top: calc(50% - 60px);
	}

	.side-image.overlap-bottom {
		transform: translateY(0);
	}

	.side-image.left-align:after {
		display: none;
	}

	.side-image.right-align:after {
		display: none;
	}

	.side-image.overlap-top {
		transform: translateY(0);
	}

	.side-content.text-left p {
		padding-right: 0;
	}

	.side-content .custom-button {
		margin-top: 20px;
	}

	.section-title h2 {
		font-size: 48px;
	}

	.section-title h6:before {
		display: none;
	}

	.side-content h2 {
		font-size: 38px;
	}

	.carousel-image-box {
		width: 100%;
	}

	.side-hotel-box.right {
		padding-left: 50px;
	}

	.side-hotel-box h2 {
		font-size: 38px;
	}

	.side-hotel-box h2 br {
		display: none;
	}

	.side-hotel-box .review {
		display: none;
	}

	.side-content.text-left {
		padding-right: 10%;
	}

	.video-box .play-btn {
		width: 120px;
		height: 120px;
		line-height: 120px;
		left: calc(50% - 60px);
		top: calc(50% - 60px);
	}

	.rooms-slider .swiper-slide .room-detail {
		width: 60%;
	}

	.recent-news .content {
		padding-left: 0;
	}

	.recent-news .content ul:before {
		display: none;
	}

	.meeting-event-box .content {
		width: 100%;
		margin-top: 0;
		padding-top: 25px;
	}

	.meeting-event-box .content h5 {
		font-size: 23px;
	}

	.event-headline h3 {
		font-size: 44px;
	}

	.room-box .content {
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
		padding: 0;
	}

	.special-offer-box .content h5 {
		font-size: 23px;
	}

	.special-offer-box .content {
		width: 100%;
		margin-top: 25px;
		padding: 0;
	}

	.newsletter-box h2 {
		font-size: 48px;
	}

	.side-gallery {
		transform: translateY(0);
	}

	.rooms-list li {
		padding-right: 15px;
	}

	.rooms-list li:nth-child(even) {
		padding-left: 15px;
	}

	.room-type h3 {
		font-size: 60px;
	}

	.room-info-box {
		padding: 30px;
	}

	.room-info-box ul li span {
		width: auto;
	}

	.contact-box {
		padding: 30px;
	}

	.contact-form input[type="text"] {
		width: 100%;
	}

	.custom-button {
		height: 70px;
		line-height: 70px;
	}

	.sidebar {
		padding-left: 0;
	}

	.news-box .content {
		padding-left: 0;
	}

	.news-box .content .category:before {
		display: none;
	}

	.footer .bottom-bar:before {
		width: 100%;
		left: 0;
	}

	.content-section.bottom-spacing {
		margin-bottom: 0 !important;
	}

	.content-section.top-spacing {
		margin-top: 0 !important;
	}

	.col-md-6:nth-child(2) .recent-news {
		padding-right: 0;
	}

	.col-md-6:nth-child(3) .recent-news {
		padding-left: 0;
	}
}

.desktop-slider {
	display: flex;
}

.mobile-slider {
	display: none;
}

/* RESPONSIVE MEDIUM  */
/*
@media only screen and (max-width: 991px)and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .desktop-slider {display: none;}
	  .mobile-slider {display: flex;}
  
  }
*/

/*=========CERTIFICATION====================*/
.certification .box {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
}

.certification .box span {
	width: 100%
}

.certification .box span a {
	cursor: pointer;
	display: block;
	text-align: center;
}

.certification .box span img {
	height: auto;
	max-height: 350px;
	height: 350px;
}

.certification .box span img.zoom {
	position: absolute;
	left: 48%;
	top: 48%;
	width: 40px;
	height: 40px;
	display: none;
}

.certification .box .lead {
	background: rgb(56, 94, 153);
	color: #fff;
	padding: 10px 15px;
	display: block;
	font-size: 1.3rem;
	text-align: left;
	border-radius: 10px 10px 0 0
}

.certification .box p {
	padding: 15px 0 0 0;
	margin-bottom: 0;
	text-align: center
}

.certification .box:hover {
	border: 1px solid #385e99;
}

.certification .box:hover img.zoom {
	display: block;
}

@media only screen and (max-width: 767px) {
	.certification .box p {
		padding: 15px 0;
		min-height: auto;
	}

	.accImg {
		max-width: 100%;
		min-width: 100%;
	}

	.clients p {
		padding: 10px 15px;
		line-height: 20px;
	}

	.services p {
		font-size: 16px;
		padding: 0 12px;
	}

	.navbar .hamburger-menu {
		top: 8px;
		position: relative;
	}
}


/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
	.cursor {
		display: none;
	}

	.desk {
		display: none;
	}

	.hamburger-navigation .nav-menu.mobile-menu {
		display: inline-block;
	}

	.carousel-image-box figure figcaption h5 {
		font-size: 23px;
	}

	.navbar .site-menu {
		display: none;
	}

	.side-image.right-full {
		width: 100%;
	}

	.side-content.text-center {
		padding: 60px 0;
	}

	.side-content.text-left {
		padding: 100px 0;
	}

	.side-hotel-box.right {
		padding: 100px 0;
	}

	.side-gallery {
		width: 100vw;
		margin-left: 50%;
		float: left;
		transform: translateX(-50%);
	}

	.side-gallery div:nth-child(1) {
		width: 100%;
	}

	.side-gallery div:nth-child(2) {
		width: 50%;
		margin: 0;
	}

	.side-gallery div:nth-child(3) {
		width: 50%;
		margin: 0;
	}

	.side-content h2 br {
		display: none;
	}

	.rooms-slider {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.rooms-slider .swiper-slide {
		max-width: 100%;
	}

	.testimonial-box.bottom {
		margin-bottom: 0;
	}

	.recent-news .content h2 {
		font-size: 27px;
		margin-top: 10px;
	}

	.member-box {
		margin: 15px 0;
	}

	.member-box .content {
		width: 100%;
		margin-top: 0;
	}

	.side-image.left-full-space {
		width: 100vw;
		float: left;
		margin-right: 0;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.event-headline h3 {
		font-size: 36px;
	}

	.event-headline h3 br {
		display: none;
	}

	.content-tab .tab-item {
		padding: 30px;
	}

	.content-tab .tab-item ul li {
		width: 50%;
	}

	.content-section {
		padding: 40px 0 !important;
	}

	.content-tab .tab-item .col-lg-4.col-md-6 {
		margin-bottom: 30px;
	}

	.video-box {
		margin: 0;
	}

	.video-box h2 br {
		display: none;
	}

	.video-box .play-btn {
		margin-bottom: 50px;
	}

	.rooms-filter .price-range {
		width: 100%;
		margin-bottom: 10px;
	}

	.rooms-filter .specifications {
		width: 100%;
		padding-left: 0;
	}

	.rooms-list li {
		width: 100%;
		padding-right: 0;
		margin-bottom: 60px;
	}

	.rooms-list li:nth-child(even) {
		width: 100%;
		padding-left: 0;
	}

	.rooms-list li:last-child {
		margin-bottom: 0;
	}

	.recent-testimonial {
		padding: 30px;
	}

	.sidebar {
		margin-top: 50px;
	}

	.newsletter-box {
		padding: 0;
	}

	.footer-bar h6 {
		font-size: 20px;
	}

	.footer-bar figure img {
		height: 34px;
	}

	.footer .widget-title {
		margin-top: 30px;
	}

	.footer .row div:first-child .widget-title {
		margin-top: 0;
	}
}

/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
	.hamburger-navigation-active .hamburger-navigation .container {
		padding-top: 0px;
		margin-top: -60px;

	}

	.carousel-image-box figure figcaption {
		padding: 20px;
	}

	.facilities p {
		padding: 10px;

	}

	.reviews {
		margin: 50px 0 0 0;
	}

	video {
		margin: 50px 0 0 0;
	}

	.footer .bottom-bar {
		margin-top: 30px;
	}

	.carousel-image-box figure figcaption h5 {
		font-size: 21px;
	}

	.facilities p {
		font-size: 18px;
	}

	.contact-box {
		min-height: auto !important;
	}

	.content-section {
		padding: 40px 0 !important;
	}

	.navbar .logo a img {
		width: 150px;
	}

	.padding-t0 {
		padding-top: 0 !important;
	}

	.padding-b0 {
		padding-bottom: 0 !important;
	}

	.margin-t0 {
		margin-top: 0 !important;
	}

	.margin-b0 {
		margin-bottom: 0 !important;
	}

	ul.facility li {
		font-size: 30px !important;
	}

	.hamburger-navigation .info-box {
		width: 100%;
		margin-top: 20px;
		padding-top: 20px;
	}

	.hamburger-navigation .nav-menu li {
		margin: 3px 0;
	}

	.hamburger-navigation .nav-menu li a {
		font-size: 35px;
	}

	.page-header .container h1 {
		font-size: 8vw;
	}

	@media only screen and (max-width: 991px) {
		.page-header .container h1 {
			padding-top: 50px;
		}
	}

	.page-header .container p {
		letter-spacing: 0;
	}

	.navbar .navbar-text {
		display: none;
	}

	.slider h6 {
		letter-spacing: 0;
		font-size: 13px;
	}

	.slider h1 {
		font-size: 8vw;
	}

	.slider a {
		height: 70px;
		line-height: 70px;
	}

	.slider .slider-prev {
		background-color: transparent;
        border: 0px;
        top:90px;
	}

	.slider .slider-next {
		background-color: transparent;
        border: 0px;
        top:90px;
	}
    
    .slider .slider-prev:before,
    .slider .slider-next:before
    {
	width: 15px;
    height: 15px;
    }

	.slider .slider-fraction {
		width: 30%;
	}

	.hotel-search form .form-group {
		width: 100%;
	}

	.section-title h2 {
		font-size: 34px;
	}

	.section-title h2 br {
		display: none;
	}

	.side-hotel-box h2 {
		font-size: 34px;
	}

	.side-content.text-center {
		padding: 10px 0;
	}

	.package-box {
		padding: 30px;
	}

	.package-box h4 {
		font-size: 34px;
	}

	.events-tab .tab-nav li {
		margin-bottom: 10px;
	}

	.rooms-slider .swiper-slide .room-detail {
		width: calc(100% - 30px);
		left: 15px;
		bottom: 15px;
		padding: 15px;
	}

	.room-box .content .bottom-specs .icons {
		width: 100%;
	}

	.room-box .content .bottom-specs .reviews {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}

	.room-type h3 {
		font-size: 34px;
	}

	.room-gallery-top {
		display: none;
	}

	.room-info-box ul li b {
		width: 80%;
	}

	.content-tab .tab-nav li {
		padding: 0 15px;
		margin-right: 0;
		margin-left: -1px;
	}

	.content-tab .tab-nav li:first-child {
		margin-left: 0;
	}

	.content-tab .tab-item ul li {
		width: 100%;
	}

	.news-box {
		margin-bottom: 50px;
	}

	.news-box .content h3 {
		font-size: 30px;
		line-height: 1.2;
		margin-top: 10px;
	}

	.sidebar .widget {
		padding: 30px;
	}



	.footer-bar strong {
		width: 100%;
		display: block;
		margin: 10px 0;
	}

	.footer-bar figure {
		width: 100%;
		margin: 0;
		margin-top: 10px;
	}

	.footer .bottom-bar .footer-social {
		width: 100%;
		display: block;
		margin-top: 10px;
	}

	.footer .bottom-bar .footer-social li {
		margin-left: 0;
		margin-right: 10px;
		width: 100%;
		text-align: center;
	}

	.footer .bottom-bar .footer-social li:last-child {
		text-align: center;
	}
}