﻿@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body
{
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color:black;
	margin-top: 70px; 
}
div{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: "Quattrocento Sans", sans-serif;
	font-size:1rem;
	line-height: 2;
	font-weight: 500;
	color:black;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.section-heading h2{
	font-size: 5rem;
	font-family: "Tangerine", cursive;
	font-weight:bold !important;
	padding-bottom: 2%;
}
.section-heading h4{
	font-size: 2.5rem;
	font-family: "Tangerine", cursive;
	padding:4% 0 0%;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(255,163,123,1);
	color: #ffffff;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: "Tangerine", cursive;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #393939;
	font-weight: 600;
}


img
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
	min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item
{
	height: 100%;
}
.slide
{
	height: 100%;
}

/*********************************
3. Header
*********************************/*

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color:black; 
    z-index: 1000; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}


.header::before
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: rgba(0, 0, 0, 0.24);
	content: '';
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled::before
{
	height: 100%;
}
.header_content
{
	width: 100%;
	height: 120px;
	padding-left: 62px;
	padding-right: 62px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .header_content
{
	height: 90px;
}
.logo{
	width:12%;
	height:100%;
	text-align: center;
	margin:14% 0 !important;
}
.logo img
{
height: 100%;
width: 100%;
object-fit: fill;
}


.main_nav ul li:not(:last-of-type)
{
	margin-right: 49px;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: #ffa37b;
}
.book_button
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background-color: #1C97D2;
	width:8rem; 
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 21px;
	cursor: pointer;
	border-radius: 8px;
	border-radius:0px !important;
}
.book_button:hover
{
	background: #EFA52C;
}
.book_button:hover a
{
	color: white;
}
.book_button a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 54px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}
.header_phone
{
	width: 190px;
	height: 54px;
	background: #1C97D2;
	margin-left: 14px;
}
.header_phone span
{
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	margin-left: 9px;
}
.header_phone span::selection
{
	background: #ffffff;
	color: #ffa37b;
}
.hamburger
{
	display: none;
	margin-left: 25px;
	cursor: pointer;
}
.hamburger i
{
	font-size: 24px;
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: #ffa37b;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position:fixed;
	top:50px !important;
	left: 0;
	width: 100vw;
	z-index: 101;
	background: rgba(231, 8, 8, 0.93);
	visibility: hidden;
	opacity: 0;
}
.menu.active
{
	visibility: visible;
	opacity: 1;
}
.menu_content
{
	padding-right: 30px;
	padding-top: 100px;
}
.menu_close
{
	position: absolute;
	top: 50px;
	right: 30px;
	cursor: pointer;
	z-index: 1;
}
.menu_close i
{
	font-size: 24px;
	color: #121212;
}
.menu_close:hover i
{
	color: #ffa37b;
}
.menu_nav ul li:not(:last-of-type)
{
	margin-bottom: 5px;
}
.menu_nav ul li a
{
	font-weight: 700;
	font-size: 36px;
	color: #121212;
	line-height: 1.2;
}
.menu_nav ul li a:hover
{
	color: #ffa37b;
}
.menu_nav ul li a span
{
	color: #690772;
}
.menu_extra
{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.menu_book
{
	display: none;
	margin-top: 50px;
}
.menu_book a
{
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: rgba(0,0,0,0.5);
}
.menu_book a::after
{
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.62);
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_book a:hover
{
	color: #ffa37b;
}
.menu_book a:hover::after
{
	background: #ffa37b;
}
.menu_phone
{
	margin-top: 10px;
}
.menu_phone span
{
	font-size: 16px;
	font-weight: 500;
	color: rgba(0,0,0,0.5);
	margin-left: 9px;
}




/*---------------------
  Facilities
-----------------------*/

.facilities-section {
	background: #F7F7F7;
	padding-bottom: 115px;
	padding-top: 86px;
	border: red solid;
}

.facilities-content .left-img {
	/* margin-right: -15px; */
}

.facilities-content .left-img img {
	height: 570px;
}

.facilities-content .facilities-text-warp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* height: 570px; */
	background: #ffffff;
	padding: 70px 30px;
}


.facilities-content .facilities-text h2 {
	color: #242424;
	letter-spacing: 0.2px;
	margin-bottom: 17px;
}

.facilities-content .facilities-text p {
	font-size: 18px;
	line-height: 36px;
	color: #242424;
	color: #242424;
	margin-bottom: 24px;
}

.facilities-content .facilities-text .primary-btn.fac-btn i {
	right: 35px;
}

.facilities-content .facilities-img {
	height: 100%;
}

.testimonial-author-item ul li a:hover .about-text {
	display: block;
}

.testimonial-author-item ul li a:hover .about-pic {
	margin-right: 32px;
}

.tent-sizes-text1{
	background-color: rgba(48, 27, 27, 0.26);
}

.facilities-text{
	padding: 0% 4%;

}












/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_slider .owl-dots
{
	display: none;
}
.home_slider_dots_container
{
	position: absolute;
	left: 61px;
	bottom: 39px;
	z-index: 1;
}
.home_slider_custom_dots li
{
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dots li:not(:last-of-type)
{
	margin-right: 5px;
}
.home_slider_custom_dots li.active,
.home_slider_custom_dots li:hover
{
	color: #ffa37b;
}
.home_slider .slide
{
	background: #0f0e2400;
}
.home_slider .background_image
{
	opacity: 1;
}
.home_container
{
	position: absolute;
	top: 36.5%;
	left: 0;
	width: 100%;
}
.home_title
{
	font-size:5rem;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
	text-shadow: 4px 3px 6px black;
}
.booking_form_container
{
	width: 100%;
	margin-top: 34px;
	padding-left: 78px;
	padding-right: 88px;
}
.booking_form
{
	display: block;
	width: 100%;
}
.booking_input
{
	width: 100%;
	height: 54px;
	background: rgba(255,255,255,0.2);
	border: solid 2px #ffffff;
	padding-left: 27px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	outline: none;
}
.booking_input_container
{
	width: 100%;
}
.booking_input_container > div
{
	padding-right: 10px;
}
.booking_input_container > div:first-child,
.booking_input_container > div:nth-child(2)
{
	width: 32.60869565217391%;
}
.booking_input_container > div:nth-child(3),
.booking_input_container > div:nth-child(4)
{
	width: 17.39130434782609%;
}
.booking_input_a
{
	
}
.booking_input_b
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button
{ 
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.booking_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #FFFFFF !important;
}
.booking_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #FFFFFF !important;
}
.booking_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #FFFFFF !important;
} 
.booking_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #FFFFFF !important;
}
.booking_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #FFFFFF !important;
}
.booking_button
{
	width: 152px;
	height: 54px;
	background: #ffa37b;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
}
.booking_button:hover
{
	background: rgba(255,255,255,0.2);
}

/*********************************
6. Features
*********************************/

.features
{
	background: #ffffff;
	padding-top: 115px;
	padding-bottom: 24px;
}
.icon_box_col
{
	margin-bottom: 80px;
}
.icon_box_icon
{
	width: 82px;
	height: 82px;
}
.icon_box_icon img
{
	max-width: 100%;
	max-height: 100%;
}
.icon_box_icon svg
{
	max-width: 100%;
	max-height: 100%;
}
.svg path, .svg rect, .svg polygon
{
    fill: #a1a1a1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.icon_box:hover .svg path,
.icon_box:hover .svg rect,
.icon_box:hover .svg polygon
{
	fill: #ffa37b;
}
.icon_box_title
{
	margin-top: 16px;
}
.icon_box_title h2
{
	
}
.icon_box_text
{
	margin-top: 21px;
}

/*********************************
7. Gallery
*********************************/

.gallery
{
	width: 100%;
}
.gallery_item
{
	height: calc(100vw / 4);
}
.gallery_item a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*********************************
8. About
*********************************/

.about
{
	background: #ffffff;
	padding-top: 107px;
	padding-bottom: 104px;
}
.about_text
{
	margin-top: 29px;
}
.about_images
{
	height: 100%;
	padding-left: 17px;
	padding-right: 19px;
}

/*********************************
9. Testimonials
*********************************/

.testimonials
{
	padding-top: 117px;
	padding-bottom: 114px;
}
.testimonials_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(13,11,24,0.79); */
	pointer-events: none;
}
.test_slider_item
{
	background: #ffffff;
	padding-top: 43px;
	padding-bottom: 58px;
	padding-left: 45px;
	padding-right: 45px;
}
.rating i::before
{
	font-family: 'FontAwesome';
	content: "\f005";
	font-style: normal;
	font-size: 18px;
	color: rgba(0,0,0,0.2);
}
.rating i:not(:last-of-type)
{
	margin-right: 6px;
}
.rating_1 i:first-child::before{color: #ffb400;}
.rating_2 i:first-child::before{color: #ffb400;}
.rating_2 i:nth-child(2)::before{color: #ffb400;}
.rating_3 i:first-child::before{color: #ffb400;}
.rating_3 i:nth-child(2)::before{color: #ffb400;}
.rating_3 i:nth-child(3)::before{color: #ffb400;}
.rating_4 i:first-child::before{color: #ffb400;}
.rating_4 i:nth-child(2)::before{color: #ffb400;}
.rating_4 i:nth-child(3)::before{color: #ffb400;}
.rating_4 i:nth-child(4)::before{color: #ffb400;}
.rating_5 i:first-child::before{color: #ffb400;}
.rating_5 i:nth-child(2)::before{color: #ffb400;}
.rating_5 i:nth-child(3)::before{color: #ffb400;}
.rating_5 i:nth-child(4)::before{color: #ffb400;}
.rating_5 i:nth-child(5)::before{color: #ffb400;}
.testimonial_title
{
	margin-top: 21px;
}
.testimonial_title a
{
	font-size: 24px;
	font-weight: 600;
	color: #393939;
	line-height: 1.2;
}
.testimonial_title a:hover
{
	color: #ffa37b;
}
.testimonial_text
{
	margin-top: 24px;
}
.testimonial_image
{
	width: 106px;
	height: 106px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}
.testimonial_author
{
	margin-top: 26px;
	font-size: 15px;
	font-weight: 600;
	color: #393939;
}
.testimonial_author a
{
	font-size: 15px;
	font-weight: 600;
	color: #393939;
}
.testimonial_author a:hover
{
	color: #ffa37b;
}

/*********************************
10. Booking
*********************************/

.booking
{
	background: #ffffff;
	padding-top: 107px;
	padding-bottom: 114px;
}
.booking_text
{
	margin-top: 28px;
}
.booking_slider_container
{
	margin-top: 63px;
}
.booking_item
{
	height: 569px;
}
.booking_price
{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 128px;
	height: 36px;
	background: #ffffff;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-weight: 600;
	color: #393939;
}
.booking_link
{
	position: absolute;
	bottom: 18px;
	left: 15px;
	width: calc(100% - 30px);
	height: 65px;
	background: #ffa37b;
	text-align: center;
}
.booking_link a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 65px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}
.booking_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(13,9,30,0.67);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}
.booking_item:hover .booking_overlay
{
	visibility: visible;
	opacity: 1;
}

/*********************************
11. Blog
*********************************/

.blog
{

}
.blog_slider_container
{
	width: 100%;
	height: 487px;
}
.blog_slide
{
	height: 100%;
}

.blog_content
{
	position: absolute;
	left: 52px;
	bottom: 57px;
	width: calc(100% - 52px);
	padding-right: 30px;
}
.blog_date
{
	width: 116px;
	height: 26px;
	background: #ffa37b;
	text-align: center;
}
.blog_date a
{
	display: block;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	line-height: 26px;
}
.blog_title
{
	margin-top: 14px;
}
.blog_title a
{
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
}
.blog_title a:hover
{
	color: #ffa37b;
}
.view-all{
	display: flex;
	justify-content: center;
	margin-top:3%;
}
.view-all a{
	background-color: #1C97D2;
	width:12rem; 
	padding: .8rem 0 !important; 
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
	border-radius:0px !important;
}


.view-all a:hover{
	border: #EFA52C solid 1px;
	background-color: #EFA52C;
	color:white;
}
/*********************************
12. Footer
*********************************/

.footer{
	background:black;
	padding-top:.5%;
}
.footer_content
{
	padding-bottom: 52px;
}

.footer-logo{
	display: flex;
	justify-content: end;
}
.logo-box{
	height: 50%;
	width: 50%;
}
.footer_row
{
	margin-top: 74px;
}
.footer_title{
	font-size: 4rem;
	font-weight: 700;
	color:white;
	line-height: 1.2;
	font-family: "Tangerine", cursive;
}
.footer_list
{
	margin-top: 9px;
}
.footer_list ul li
{
	font-size:1rem;
	font-weight: 500;
	color:white;
	line-height: 2;
	font-family: "Quattrocento Sans", sans-serif;
}
.footer_list ul li .fa-phone{
	margin-right:2%;
}
.footer_list ul li .fa-whatsapp{
	margin-right:2%;
}
.footer_list ul li .fa-map{
	margin-right:2%;
}
.footer_list ul li .fa-envelope{
	margin-right:2%;
}
.newsletter_container{
	margin-top: 8px;
	background-color: black;
}
.newsletter_form{
	background-color: black !important;
	display: block;
	position: relative;
}
.newsletter_input{
	width: 100%;
	height: 64px;
	background:black;
	border: none;
	border-bottom: solid 2px #393939;
	outline: none;
	font-size: 15px;
	font-weight: 600;
	color: white;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #6d6d6d !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #6d6d6d !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #6d6d6d !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #6d6d6d !important;
}
.newsletter_input::input-placeholder
{
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #6d6d6d !important;
}
.newsletter_button{
	background-color: #1C97D2;
	width:12rem; 
	padding: .8rem 0 !important; 
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
	border-radius:0px !important;
}
.newsletter_button:hover{
	background: #EFA52C;
}

.social{
	display: flex;
	justify-content: end;
}
.social ul{
	width: 60%;
	display: flex;
	justify-content: space-between;
	color: white;
}
.social ul li a{
	color: white;
	font-size: 1rem;
}
.social ul li a:hover{
	color: #EFA52C;
	font-size: 1rem;
}













.certificates
{
	padding-left: 12px;
	padding-top: 10px;
}
.cert
{
	margin-bottom: 30px;
}
.copyright{
	display: flex;
	justify-content: end;
	width: 100%;
	height: 33px;
	background: #0f0f0f6e;
	text-align: center;
	line-height: 33px;
	font-size: 15px;
	font-weight: 500;
	color: #6d6d6d;
	font-family: "Quattrocento Sans", sans-serif;
}
.copyright a{
color:white;
margin-right: 6%;
font-size: .8rem;
font-family: "Quattrocento Sans", sans-serif;
}

.about-thumbnail {
	position: relative;
	z-index: 1; 
}
.about-thumbnail.homepage .first-img {
	position: relative;
    width: 50%;
    margin-left: auto;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); 
}
.about-thumbnail.homepage .second-img {
	position: relative;
    z-index: 1;
    width: 65%;
    margin-top: -50%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); 
}
.about-thumbnail.homepage .third-img {
	position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 65%;
    margin-top: -30%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); 
}

.about-key-text {
  position: relative;
  z-index: 1;
  margin-top: 35px; 
}
.about-key-text h6 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 20px;
font-size: 16px; 
}

.about-key-text h6 span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	margin-right: 15px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	background-color: #cb8670;
	border-radius: 50%;
	line-height: 30px;
	color: #ffffff; 
}

.vacation-offer-block{
	padding: 70px 0 0 0;
}  
.vacation-offer-bgbanner {
    background: rgba(0, 0, 0, 0) url("/images/banner-1.jpg") no-repeat scroll center center / cover ;
    color: #fff;
    position: relative;
    padding: 65px;
}
.vacation-offer-bgbanner::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 100%;
}
.vacation-offer-details > h1 {
    font-size:4rem;
    font-weight: 600;
    margin-bottom: 25px;
	color:white;
	font-family: "Tangerine", cursive !important;
	text-shadow: 4px 3px 6px black;

}
.vacation-offer-details > h4{
    font-size:1.2rem !important;
	color:white;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 170%;
}

.text-white{
	color: white !important;
}
 */


/*********************************
6. Contact
*********************************/

.contact
{
	background: #ffffff;
	border-bottom: solid 2px #eaf2f7;
}
.contact_content
{
	padding-top: 105px;
	padding-bottom: 114px;
}
.contact_list
{
	margin-top: 58px;
}
.contact_list ul li
{
	font-size: 16px;
	font-weight: 500;
	color: #605d5d;
}
.contact_list ul li:not(:last-of-type)
{
	margin-bottom: 17px;
}
.contact_form_container
{
	margin-top: 73px;
}
.contact_form
{
	display: block;
	position: relative;
}
.input_container
{
	margin-bottom: 5px;
}
.contact_input
{
	width: 100%;
	height: 64px;
	background: #ffffff;
	border: none;
	outline: none;
	border-bottom: solid 2px #393939;
	font-size: 16px;
	font-weight: 500;
	color: #393939;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #6d6d6d !important;
}
.contact_input:-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #6d6d6d !important;
}
.contact_input::-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #6d6d6d !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #6d6d6d !important;
}
.contact_input::input-placeholder
{
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #6d6d6d !important;
}
.contact_textarea
{
	height: 129px;
	padding-top: 15px;
}
.contact_button
{
	margin-top: 31px;
	width: 152px;
	height: 54px;
	background: #ffa37b;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_button:hover
{
	box-shadow: 0px 10px 23px rgba(0,0,0,0.15);
}
.contact_map
{
	width: calc(100% + ((100vw - 1120px) / 2));
	height: 100%;
}
.map
{
	width: 100%;
	height: 100%;
}
.google_map
{
	width: 100%;
	height: 100%;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}



/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery{
    padding: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    /* border-right: 3px solid #f8ab05;
    border-bottom: 3px solid #f7aa04; */
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	text-align: center;
	border: 1px solid #ebebeb;
	padding: 80px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
  }
  .services .icon-box .icon {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	background: #ffc451;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: 0.3s;
  }
  .services .icon-box .icon i {
	color: #151515;
	font-size: 28px;
	transition: ease-in-out 0.3s;
  }
  .services .icon-box h4 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 2.5rem;
  }
  .services .icon-box h4 a {
	color: #151515;
	transition: ease-in-out 0.3s;
  }
  .services .icon-box h4 a:hover {
	color: #ffc451;
  }
  .services .icon-box p {
	line-height: 24px;
	margin-bottom: 0;
  }
  .services .icon-box:hover {
	border-color: #fff;
	box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
  }
  


  
/* ======================banner================= */
.header-banner-sec {
	width: 100%;
	position: relative;
	padding:0;
  }
  
  #myCarousel:hover .carousel-control.left,
  #myCarousel:hover .carousel-control.right{
	  opacity: 1;
  } 
  .carousel-indicators li {
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 1px;
	text-indent: -999px;
	width: 12px;
	border: 0;
  }
  .carousel-indicators .active {
	height: 12px;
	margin: 0;
	width: 12px;
	border: 0;
  }
  #sg-carousel .carousel-inner .item {
  }
  .carousel-fade .carousel-inner .active {
	opacity: 1;
  }
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
  
  }
  
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
	  position: absolute;
	  z-index: 199;
	  display: inline-block;
	  top: 40%;
	  color: #A93A07;
	  font-size: 4rem !important;
	  opacity: 1999 !important;
	  height: 2rem;
	  width: 1%;
	  font-size: 80px;
	  line-height: 70px;
	  font-size: 2rem;
	  font-weight: bold !important;
	  box-shadow: rgb(44, 62, 80) 0px 0px 15px 0px inset;
  }
  
  
  @media all and (transform-3d),
  (-webkit-transform-3d) {
	  .carousel-fade .carousel-inner > .item.next,
	  .carousel-fade .carousel-inner > .item.active.right {
		  opacity: 0;
		  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
	  }
	  .carousel-fade .carousel-inner > .item.prev,
	  .carousel-fade .carousel-inner > .item.active.left {
		  opacity: 0;
		  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
	  }
	.carousel-fade .carousel-inner > .item{
	  transition: opacity 2s ease;
	}
	  .carousel-fade .carousel-inner > .item.next.left,
	  .carousel-fade .carousel-inner > .item.prev.right,
	  .carousel-fade .carousel-inner > .item.active {
		  opacity: 1;
		  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
	  }
  }
  
  /*  */
  


  .item.active img {
	transition: transform 4000ms linear 0s;
	transform: scale(1.2, 1.09);
  }

  .footer_list li a{
	list-style: none;
   color: white;
  }
  .footer_list li a:hover{
	list-style: none;
   color:#EFA52C;
  }

  .service-image-box{
	width: 100%;
	/* height: 100%; */
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	background: #fff;
	box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .icon-box h4{
	font-family: "Quattrocento Sans", sans-serif !important;
	font-weight:bold !important;
  }
  .fa-star{
	color:#EFA52C;
  }
  .fa-quote-left, .fa-quote-right{
	color:#EFA52C !important;
	padding:3%;

  }

  

.whatsapp_float {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1C97D2;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    height: 2.8rem;
    width: 2.8rem;
    list-style: none;
    text-decoration: none;
    z-index: 9999999;
    border: 1px white solid;
  }
.whatsapp_float .fa-whatsapp{
   color:white;
   font-size: 1.4rem;
   align-self: center;
   list-style: none;
   text-decoration: none;
  }


  
  @media screen and (max-width:767px) {
   
    .whatsapp_float {
        bottom: 40px;
    }
       .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
  }


  
.ui-to-top {
    overflow: hidden;
    z-index: 1;
    transition: .3s all ease;
    transform: translateY(100px);

    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #1C97D2;
    position: fixed;
    bottom: 1rem !important;
    height: 2.8rem !important;
    right: 1rem !important;
    width: 2.8rem;
    list-style: none;
    text-decoration: none;
    z-index: 9999999;
    border: 1px white solid;
    color: white;
	font-size: 3rem !important;
}
.ui-to-top svg{
  
	font-size: 3rem !important;
}





.ui-to-top:focus {
    color: #fff;
}

.ui-to-top:hover {
    color: #fff;
    background: #000;
}

.ui-to-top.active {
    transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
    display: none !important;
}


.fa-phone{
	color: white;
}