/* Sailing - Water Sports HTML Template  */

/*********** TABLE OF CONTENTS **************
1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two / Style Three
5. Sticky Header
6. Mobile Menu
7. Main Slider / Banner Carousel
8. About Section / Style One  / Style Two / Style Three
9. Services Section / Services Section Two / Services Section Three
11. Activities Section
12. Features Section
13. Pricing Sections
14. Testimonials Section
15. News Section
16. Main Footer / Style One  / Style Two / Three
17. Booking Section
18. Featured Services
19. Yacht Rental Section
20. Destinations Section
21. Testimonials Section Two
22. Fluid Section
23. Destinations Section Two
24. Facts Section
25. Top Destinations
26. Team Section
27. Testimonials Section Two
28. Subscribe Section
29. Yacht Rent / Buy Section
30. Rent / Buy Details / Yacht Details
31. Yacht Tour 01 / 02 / 03 / 04 
32. Tour Details
33. Choose Destination
34. Welcome Section
35. Portfolio / One Column / Two COlumn / Three Column / Masonry Style
36. Contact Section
37. Coming Soon
38. Blog Grid 
39. Blog List
40. Blog Large Image
41. Blog Post Details




**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&amp;display=swap');

/*
	font-family: 'Poppins', sans-serif;
	font-family: 'Playfair Display', serif;
*/

@import url('owl.css');
@import url('fontawesome-all.css');
@import url('simple-line-icons.css');
@import url('themify-icons.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('datetimepicker.css');
@import url('hover.css');
@import url('custom-animate.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:15px;
	color:#000000;
	line-height:1.6em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #d5ae82;
}

.theme_color{
	color:#d5ae82;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px 0px 15px;
	background:none;
	line-height:1.25em;
	font-family: 'Playfair Display', cursive;
}

h1{
	font-size: 90px;
}

h2{
	font-size: 40px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 14px;
}

input,select,button{
	font-family: 'Poppins', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
	margin: 0 0 15px;
}

.text{
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
	margin: 0 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}


figure{
	display: block;
	margin: 0;
	padding: 0;
}

.inner,
.inner-box{
	display: block;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 38px;
	min-height: 42px;
	background: #061138;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one:hover .btn-title{
	background: #d5ae82;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two .btn-title{
	position: relative;
	display:block;
	font-size: 13px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 45px;
	background: none;
	border: 2px solid #ffffff;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two:hover .btn-title{
	background: #d5ae82;
	border-color: #d5ae82;
	color: #ffffff;
}

/*Btn Style Three*/

.btn-style-three{
	position: relative;
	display: inline-block;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-three .btn-title{
	position: relative;
	display:block;
	font-size: 13px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 600;
	padding: 12px 45px;
	background: #d5ae82;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}



/*Btn Style Five*/

.btn-style-five{
	position: relative;
	display: inline-block;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-five .btn-title{
	position: relative;
	display:block;
	font-size: 13px;
	line-height: 28px;
	color: #061138;
	font-weight: 600;
	padding: 10px 45px;
	background: none;
	border: 2px solid #061138;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-five:hover .btn-title{
	background: #061138;
	border-color: #061138;
	color: #ffffff;
}

/*Btn Style Six*/

.btn-style-six{
	position: relative;
	display: inline-block;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-six .btn-title{
	position: relative;
	display:block;
	font-size: 13px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 600;
	padding: 12px 45px;
	background: #061138;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-six:hover .btn-title{
	background: #202020;
	color: #ffffff;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

12
} 



img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	right:40px;
	bottom:40px;
	width:62px;
	height:62px;
	color:#757d97;
	font-size:24px;
	line-height:60px;
	border: 1px solid #384160;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#061138;
	border-radius: 0px;
	display:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top .icon{
	position: relative;
	display: block;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#d5ae82;
	border-color:#d5ae82;
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
}

.header-top{
	position: relative;
}

.main-header .header-top .top-left{
	float: left;
}

.main-header .header-top .top-right{
	float: right;
}

/*=== Header Main Box ===*/

.main-header .header-upper{
	position:relative;
	display: block;
	z-index: 1;
}

.main-header .header-upper{
	position:relative;
}

.main-header .nav-outer{
	position: relative;
}

.main-header .nav-outer .main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:20px 0px;
	margin-right: 40px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li:last-child:after{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:14px;
	line-height:30px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing: 0.03em;
	color:#ffffff;
	padding:10px 0px;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #d5ae82 !important;
}

.sticky-header .main-menu .navigation > li:before{
	display:none;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color: #d5ae82;
}

.sticky-header .main-menu .navigation > li.dropdown{
	padding-right:0px;	
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	z-index:100;
	display:none;
	background:#061138;
	padding: 15px 0px 10px;
	border:none;
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px 12px 20px;
	line-height:20px;
	font-weight:600;
	font-size:13px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.15);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 22px;
	height: 4px;
	width: 4px;
	background: #868da5;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#d5ae82;
}

.main-menu .navigation > li > ul > li:hover > a:before{
	background: #d5ae82;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	margin-left: 10px;
	top:0;
	width:250px;
	z-index:100;
	display:none;
	background:#061138;
	padding: 15px 0px 10px;
	border:none;
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul:before{
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	width: 10px;
	height: 100%;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px 12px 20px;
	line-height:24px;
	font-weight:600;
	font-size:13px;
	color:#868da5;
	text-align:left;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.15);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 22px;
	height: 4px;
	width: 4px;
	background: #868da5;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#d5ae82;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a:before{
	background: #d5ae82;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0px;
	top:12px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}



.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Header Style One
====================================================================



====================================================================
	Header Style Two
====================================================================



====================================================================
	Header Style Three
====================================================================

***/

.header-style-three{
	position: relative;
	background: #ffffff;
}

.header-style-three.inner-page-header{
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
}

.header-top-three{
	position: relative;
}

.header-top-three .inner{
	position: relative;
	padding: 12px 0px;
	line-height: 24px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.header-top-three .language{
	position:relative;
	float: left;
	padding-right: 16px;
	margin-right: 15px;
}

.header-top-three .language:before{
	content: '';
	position: absolute;
	right: 0px;
	top: 2px;
	height: 20px;
	border-right: 1px solid rgba(0,0,0,0.15);
}

.header-top-three .language li{
	position: relative;
	float: left;
	margin-right: 12px;
}

.header-top-three .language li:last-child{
	margin-right: 0;
}

.header-top-three .info li:last-child:before{
	display: none;
}

.header-top-three .language li a{
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}

.header-top-three .language li a:hover,
.header-top-three .language li.active a{
	color: #061138;
}

.header-top-three .social-links{
	position:relative;
	float: left;
}

.header-top-three .social-links ul{
	position:relative;
}

.header-top-three .social-links li{
	position: relative;
	float: left;
	margin: 0px 12px 0px 0px;
	line-height: 24px;
}

.header-top-three .social-links li a{
	position: relative;
	display: block;
	line-height: 24px;
	color: #000000;
	font-size: 13px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.header-top-three .social-links li a:hover{
	color: #d5ae82;
}

.header-top-three .contact-text{
	position: relative;
	float: left;
	margin-left: 220px;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}

.header-top-three .contact-text a{
	color: #000000;
}

.header-top-three .contact-text .icon{
	font-size: 16px;
	color: #d5ae82;
	padding-right: 5px;
}

.header-top-three .contact-text a:hover{
	text-decoration: underline;
}

.header-top-three .my-account{
	position: relative;
	float: right;
}

.header-top-three .my-account li{
	position: relative;
	float: left;
	margin-right: 31px;
}

.header-top-three .my-account li:before{
	content: '';
	position: absolute;
	right: -16px;
	top: 4px;
	height: 18px;
	border-right: 1px solid rgba(0,0,0,0.10);
}

.header-top-three .my-account li:last-child{
	margin-right: 0;
}

.header-top-three .my-account li:last-child:before{
	display: none;
}

.header-top-three .my-account li a{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #000000;
}

.header-top-three .my-account li .icon{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #d5ae82;
	padding-right: 5px;
}

.header-top-three .my-account li a:hover{
	color: #d5ae82;
}

.header-style-three .header-upper{
	position: relative;
}

.header-style-three .header-upper .inner{
	position: relative;
}

.header-style-three .header-upper .logo-box{
	position: relative;
	float: left;
	padding: 10px 0px;
}

.header-style-three .header-upper .logo-box img{
	height: 50px;
}

.header-style-three .header-upper .search-btn{
	position:relative;
	float:left;
	margin-left: 20px;
	margin-top: 20px;
}

.header-style-three .header-upper .search-btn button{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 30px;
	color: #b5c0cf;
	font-size: 22px;
	cursor: pointer;
}

.header-style-three .header-upper .search-btn button .icon{
	vertical-align: middle;
}

.header-style-three .header-upper .link-box{
	position:relative;
	float:left;
	margin-left: 25px;
	padding-top: 14px;
}

.header-style-three .header-upper .max-nav-toggler{
	position: relative;
	float: left;
	padding-top: 20px;
	margin-left: 15px;
}

.header-style-three .header-upper .max-nav-toggler .toggle-btn{
	position: relative;
	display: block;
	color: #b5c0cf;
	padding: 0;
	margin: 0;
	background: none;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
}

.header-style-three .header-upper .max-nav-toggler .toggle-btn span{
	vertical-align: middle;
}

.header-style-three .header-upper .nav-content{
	position: relative;
	float: right;
}

.header-style-three .header-upper .nav-outer{
	position: relative;
	float: left;
}

.header-style-three .main-menu .navigation > li{
	padding:0px 0px;
	margin: 0;
	margin-right: 30px;
}

.header-style-three .main-menu .navigation > li > a{
	padding: 20px 0px;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color: #061138;
}

.header-style-three .nav-box .main-menu .navigation > li:before{
	border-bottom-color: #ffffff;
}

/*** 

====================================================================
	Inner Header Style
====================================================================

***/

.inner-page-header{
	position: relative;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
	border-bottom:1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99901;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0px;
}

.fixed-header .sticky-header .logo img{
	height: 50px;
}

.sticky-header .main-menu{
	position: relative;
	float: left;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 30px !important;
	padding: 0;
	margin-right: 0 !important;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:21px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	color:#25283a;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;
	margin-right: 10px;	
}

.sticky-header .main-menu .navigation > li > ul > li > ul:before{
	left: auto;
	right: -10px;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

.sticky-header .booking-link{
	position: relative;
	float: left;
	margin-left: 25px;
	padding-top: 15px;
}

.sticky-header .search-btn{
	position:relative;
	float:left;
	margin-left: 30px;
	margin-top: 22px;
}

.sticky-header .search-btn button{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 30px;
	color: #b5c0cf;
	font-size: 18px;
	cursor: pointer;
}

.sticky-header .search-btn button .icon{
	vertical-align: middle;
}

/*** 

====================================================================
	Search Popup
====================================================================



====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 0px;
	color: #ffffff;
	margin: 25px 0px 0px 20px;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-height: 90px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.70);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 14px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left: 3px solid #d5ae82;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown > a{
	padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../images/icons/image-bg.svg) center center no-repeat;	
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}

/* Default Form Style */

.default-form{
 	position: relative;
}

.default-form .row{
	margin: 0 -10px;
}

.default-form .form-group{
	position:relative;
	margin-bottom: 20px;
}

.default-form .row .form-group{
	padding: 0 10px;
}

.default-form .form-group .field-label{
	position:relative;
	display: block;
	color: #000000;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.default-form .form-group:last-child{
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 25px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
	border-radius:0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
	height: 120px;
	padding-top: 12px;
	resize: none;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
	border-color: #d5ae82;
}

.default-form ::-webkit-input-placeholder{color: #aaaaaa;}

.default-form ::-moz-input-placeholder{color: #aaaaaa; }

.default-form ::-ms-input-placeholder{color: #aaaaaa;}

.default-form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:5px;
}

.default-form .check-block{
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.default-form .check-block input{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.default-form .check-block label{
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.default-form .check-block label:before{
    content: '';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    color: #d5ae82;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #d0d0d0;
    font-weight: 800;
}

.default-form .check-block input:checked + label:before{
    content: '\f00c';
    border-color: #d5ae82;
}


.content-box .default-form label.error{
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
}



/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 320px;
	height: 100%;
	background: #1c1c1c;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:10px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right:10px;
	top:10px;
	background: none;
	color: #ffffff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 16px;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:40px;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar-wrapper{
	height: 100%;
	padding:30px 5px 30px 30px;
}

.hidden-bar .logo {
	padding:0px 0px 30px;
	background: #1c1c1c;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .content-box{
	position:relative;
}

.hidden-bar .content-box h3{
	position:relative;
	font-size:24px;
	color:#ffffff;
	font-weight:700;
	margin-bottom:20px;
}

.hidden-bar .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.60);
	margin-bottom:25px;
}

.hidden-bar .contact-info{
	position:relative;
	margin-top:60px;
	margin-right: 10px;
}

.hidden-bar .contact-info h2{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	margin-bottom:12px;
	color:rgba(255,255,255,0.60);
	font-size:14px;
	font-weight:400;
	padding-left:30px;
	line-height:24px;
	margin-bottom: 12px;
}

.list-style-two li:last-child{
	margin-bottom: 0;
}

.list-style-two li a{
	color:rgba(255,255,255,0.60);
}

.list-style-two li a:hover{
	color: #d5ae82;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:rgba(255,255,255,0.60);
	font-size:16px;
	line-height:24px;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}

.banner-one{
	position: relative;
	padding-top: 52px;
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	color: #ffffff;
	padding: 50px 0px;
	overflow:hidden;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 740px;
	padding: 20px 0px;
	z-index:5;
}

.banner-two .banner-carousel .content-box{
	padding-top: 100px;
}

.banner-three .banner-carousel .content-box{
	height: 640px;
}

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 600px;
}

.banner-carousel .content-right .content-box .inner{
	float: right;
}

.banner-two .banner-carousel .content-right .content-box .inner{
	max-width: 620px;
}

.banner-three .banner-carousel .content-center .content-box .inner{
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.banner-carousel .content-box .subtitle{
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-carousel .active .content-box .subtitle{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box h1{
	display: block;
	font-size: 90px;
	line-height: 1.10em;
	color: #ffffff;
	font-weight: 800;
	opacity: 0;
	margin-bottom: 25px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-two .banner-carousel .content-box h1{
	font-size: 64px;
	text-transform: uppercase;
}

.banner-three .banner-carousel .content-box h1{
	font-size: 64px;
	text-transform: uppercase;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-two .banner-carousel .active .content-box h1,
.banner-three .banner-carousel .active .content-box h1{
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 16px;
	line-height: 1.7em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 42px;
	max-width: 520px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-two .banner-carousel .active .content-box .text,
.banner-three .banner-carousel .active .content-box .text{
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-three .banner-carousel .content-center .content-box .text{
	margin: 0 auto 42px;
}

.banner-carousel .content-box .links-box{
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-two .banner-carousel .active .content-box .links-box,
.banner-three .banner-carousel .active .content-box .links-box{
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .links-box .theme-btn{
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.banner-carousel .links-box .discount-btn{
	position: relative;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	padding: 5px 0px;
	padding-left: 95px;
}

.banner-carousel .links-box .discount-btn .icon{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	padding: 20px 10px;
	line-height: 40px;
	text-align: center;
	display: block;
	background: url('../images/icons/discount-icon.png') center center no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 700;
}

.banner-carousel .links-box .discount-btn .btn-title{
	position: relative;
	display: block;
	text-align: left;
}

.banner-section .owl-theme .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:100%;
	height:0;
	margin-top: -35px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	left: 40px;
	background: #ffffff;
	height: 70px;
	width: 70px;
	border: none; 
	text-align: center;
	line-height: 70px;
	color: #acb7c6;
	font-size: 24px;
	border-radius: 0;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next{
	position: absolute;
	right: 40px;
	background: #ffffff;
	height: 70px;
	width: 70px;
	border: none; 
	text-align: center;
	line-height: 70px;
	color: #acb7c6;
	font-size: 24px;
	border-radius: 0;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev:hover, 
.banner-section .owl-nav .owl-next:hover{
	color: #d5ae82;
	background: #ffffff;
}

.banner-section .owl-theme .owl-dots{
	display: none;
}

.banner-two .owl-theme .owl-dots{
	display: block;
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.banner-two .owl-theme .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	margin: 0px 10px;
}

.banner-two .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 4px;
	height: 4px;
	background: none;
	outline: 2px solid #ffffff;
	outline-offset: 4px;
}

.banner-two .owl-theme .owl-dots .owl-dot.active span{
	background: #ffffff;
}

.banner-three .banner-carousel .owl-nav{
	display: none;
}

.banner-three .banner-carousel .owl-dots{
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -60px;
	width: 55px;
	text-align: right;
	counter-reset:slides-num;
	font-family: 'Playfair Display', serif;
}

.banner-three .banner-carousel .owl-dots .owl-dot{
	position:relative;
	display: block;
	margin-bottom: 8px;
	padding-left: 35px !important;
	counter-increment: slides-num;
}

.banner-three .banner-carousel .owl-dots .owl-dot span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner-three .banner-carousel .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 1px;
	width: 0px;
	border-bottom: 1px solid #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-three .banner-carousel .owl-dots .owl-dot.active span:before{
	width: 28px;
}

.banner-three .banner-carousel .owl-dots .owl-dot span:after{
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-three .banner-carousel .owl-dots .owl-dot.active span:after{
	opacity: 0;
}

.banner-three .banner-carousel .owl-dots .owl-dot:after{
	content:"0" counter(slides-num) "";
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 700;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.banner-three .banner-carousel .owl-dots .owl-dot.active:after{
	opacity: 1;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title.with-border{
	padding-bottom: 28px;
}

.sec-title.centered{
	max-width: 720px;
	margin: 0 auto 50px;
}

.sec-title .upper-text{
	position: relative;
	display: inline-block;
	line-height: 1.5em;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0 0 7px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:40px;
	line-height: 1.20em;
	color: #061138;
	font-weight: 400;
	text-transform:uppercase;
	margin-bottom: 0px;
}

.sec-title h2 strong{
	font-weight: 700;
}

.sec-title h3{
	position: relative;
	display: block;
	font-size:30px;
	line-height: 1.25em;
	color: #061138;
	font-weight: 400;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sec-title h3 strong{
	font-weight: 700;
}

.sec-title .lower-text{
	position: relative;
	display: inline-block;
	line-height: 1.5em;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px 0 0;
}

.sec-title .title-text{
	position: relative;
	display: block;
	line-height: 1.7em;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	margin: 15px 0 0;
}

.sec-title .link-box{
	position: relative;
	display: block;
	margin: 25px 0 0;
}

.sec-title.light,
.sec-title.light .upper-text,
.sec-title.light h3,
.sec-title.light h2{
	color: #ffffff;
}

.sec-title.light .lower-text{
	color: #8a91ae;
}

.sec-title .separator{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 70px;
	height: 7px;
	background: url('../images/icons/title-separator.png') left center no-repeat;
}

.sec-title.centered .separator{
	left: 50%;
	margin-left: -35px;
}

.sec-title-two{
	position:relative;
	margin-bottom:50px;
}

.sec-title-two.with-border{
	padding-bottom: 40px;
}

.sec-title-two.centered{
	max-width: 720px;
	margin: 0 auto 50px;
}

.sec-title-two .upper-text{
	position: relative;
	display: inline-block;
	line-height: 1.5em;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0 0 7px;
}

.sec-title-two h2{
	position: relative;
	display: block;
	font-size:40px;
	line-height: 1.20em;
	color: #061138;
	font-weight: 400;
	text-transform:uppercase;
	margin-bottom: 0px;
}

.sec-title-two h2 strong{
	font-weight: 700;
}

.sec-title-two h3{
	position: relative;
	display: block;
	font-size:30px;
	line-height: 1.25em;
	color: #061138;
	font-weight: 400;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sec-title-two h3 strong{
	font-weight: 700;
}

.sec-title-two .lower-text{
	position: relative;
	display: inline-block;
	line-height: 1.5em;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px 0 0;
}

.sec-title-two .title-text{
	position: relative;
	display: block;
	line-height: 1.7em;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	margin: 15px 0 0;
}

.sec-title-two .link-box{
	position: relative;
	display: block;
	margin: 25px 0 0;
}

.sec-title-two.light,
.sec-title-two.light h3,
.sec-title-two.light h2{
	color: #ffffff;
}

.sec-title-two.light .upper-text{
	color: #868da5;
}

.sec-title-two.light .lower-text{
	color: #8a91ae;
}

.sec-title-two .separator{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 40px;
	height: 20px;
	background: url('../images/icons/title-separator-2.png') left center no-repeat;
}

.sec-title-two.centered .separator{
	left: 50%;
	margin-left: -20px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 0px 0px 0px;
	z-index: 2;
}

.about-section .left-col{
	position: relative;
	margin-bottom: 30px;
}

.about-section .left-col .inner{
	position: relative;
	display: block;
	padding: 100px 0px 0px;
}

.about-section .left-col .sec-title{
	top: -5px;
	margin-bottom: 27px;
}

.about-section .left-col .upper-row{
	position: relative;
	padding-left: 300px;
	min-height: 232px;
}

.about-section .left-col .upper-row .image-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 270px;
	height: 232px;
	overflow: hidden;
}

.about-section .left-col .upper-row .image-box img{
	display: block;
	width: 100%;
}

.about-section .left-col .video-link{
	position: relative;
	display: block;
	padding-left: 80px;
	min-height: 60px;
}

.about-section .left-col .video-link .video-thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.about-section .left-col .video-link .video-thumb img{
	display: block;
	width: 60px;
	height: 60px;
}

.about-section .left-col .video-link .video-thumb .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}

.about-section .left-col .video-link .overlink{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #ffffff;
	background: rgba(0,0,0,0);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.about-section .left-col .video-link .overlink:hover{
	background: rgba(0,0,0,0.50);
}

.about-section .left-col .video-link .video-title{
	position: relative;
}

.about-section .left-col .video-link .video-title a{
	position: relative;
	display: inline-block;
	padding: 10px 0px;
	color: #061138;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.5em;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.about-section .left-col .video-link .video-title a:hover{
	color: #d5ae82;
}

.about-section .left-col .lower-content{
	position: relative;
	padding-top: 40px;
}

.about-section .left-col .lower-content .text{
	position: relative;
	margin-bottom: 25px;
}

.about-section .left-col .lower-content .text:first-letter{
	color: #061138;
	float: left; 
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	line-height: 0.8em;
	margin: 0px 10px 5px 0px;
}

.default-link{
	position: relative;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	color: #061138;
	font-size: 13px;
	line-height: 24px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.default-link .icon{
	position: relative;
	font-size: 18px;
	font-weight: 400;
	vertical-align: middle;
	padding-right: 5px;
}

.default-link:hover{
	color: #d5ae82;
}

.about-section .right-col{
	position: relative;
	margin-bottom: 30px;
}

.about-section .right-col .inner{
	position: relative;
	display: block;
	padding-left: 20px;
	margin-top: -100px;
}

.about-section .book-form-box{
	position: relative;
	padding: 45px 32px 40px;
	background: #ffffff;
	-webkit-box-shadow:0px 0px 35px 0px rgba(0,0,0,0.07);
	-ms-box-shadow:0px 0px 35px 0px rgba(0,0,0,0.07);
	box-shadow:0px 0px 35px 0px rgba(0,0,0,0.07);
}

.about-section .book-form-box .title{
	text-align: center;
	color: #061138;
	margin-bottom: 20px;
}

.about-section .book-form-box .title h4{
	color: #061138;
	margin: 0;
}

.about-section .book-form-box .default-form .row{
	margin: 0 -10px;
}

.about-section .book-form-box .default-form .row .form-group{
	position:relative;
	padding: 0 10px;
	margin-bottom: 15px;
}

.about-section .book-form-box .theme-btn,
.about-section .book-form-box input[type="submit"]{
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 10px;
}

/*** 

====================================================================
	About Section
====================================================================



====================================================================
	Activities Section
====================================================================



====================================================================
	Features Section
====================================================================

***/

.features-section{
	position:relative;
	padding: 90px 0px 20px;
	background: #061138;
	color: #ffffff;
	overflow: hidden;
}

.features-section .feature-block{
	position: relative;
	margin-bottom: 70px;
}

.features-section .feature-block .inner-box{
	position: relative;
	display: block;
	padding-left: 110px;
	min-height: 80px;
}

.features-section .feature-block .icon-box{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
}

.features-section .feature-block .icon-box:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-bottom: 10px;
	border-left: 1px solid rgba(255,255,255,0.30);
	height: 300px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.features-section .feature-block .icon-box:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 10px;
	border-left: 1px solid rgba(255,255,255,0.30);
	height: 300px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.features-section .feature-block .icon-box .octagonWrap{
    position: relative;
    width:80px;
    height:80px;
    float: left;
    overflow: hidden;
}

.features-section .feature-block .icon-box .octagon{
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #061138;
    border: 1px solid rgba(255,255,255,0.30);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.features-section .feature-block:hover .icon-box .octagon{
	background: #d5ae82;
	border-color: #d5ae82;
}

.features-section .feature-block .icon-box .octagon:before {
    position: absolute;
    top: -1px; right: -1px; bottom: -1px; left: -1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    border: inherit;
}

.features-section .feature-block .icon-box .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 42px;
	color: #d5ae82;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.features-section .feature-block:hover .icon-box .icon{
	color: #ffffff;
}

.features-section .feature-block h4{
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.features-section .feature-block .text{
	color: #868da5;
	margin-bottom: 30px;
}

.features-section .feature-block .default-link{
	color: #ffffff;
}

.features-section .feature-block .default-link:hover{
	color: #d5ae82;
}

/*** 

====================================================================
	Pricing Section
====================================================================



====================================================================
	Testimonials Section
====================================================================



====================================================================
	News Section
====================================================================



====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background: #061138;
	color: #868da5;
}

.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 50px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widget-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom: 15px;
}

.main-footer .widget-title h4{
	position: relative;
	display: inline-block;
	line-height: 1.3em;
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}

.main-footer .widget-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 70px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-footer .info-widget{
	position:relative;
}

.main-footer .info-widget .logo{
	position:relative;
	margin-top: -5px;
	margin-bottom:30px;
}

.main-footer .info-widget .logo img{
	height: 50px;
}

.main-footer .about-widget .text{
	position:relative;
	margin-bottom: 25px;
}

.main-footer .links-widget{
	margin-bottom: 10px;
}

.main-footer .links-widget .widget-content{
	position: relative;
	padding-left: 20px;
}

.main-footer .links-widget .column{
	position:relative;
}

.main-footer .links-widget .links li{
	position:relative;
	margin-bottom:12px;
	line-height: 24px;
	font-size: 15px;
	color: #868da5;
}

.main-footer .links-widget .links li a{
	position:relative;
	display: block;
	color:#868da5;
	font-size:15px;
	padding-left: 20px;
	text-transform: capitalize;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .links-widget .links li a:before{
	content: "+";
	font-family: 'Playfair Display', serif;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 22px;
	font-size: 20px;
	font-weight: 400;
}

.main-footer .links-widget .links li a:hover{
	color:#d5ae82;
}

.main-footer .info ul{
	position:relative;
}

.main-footer .info ul li{
	position:relative;
	line-height: 24px;
	color: #868da5;
	font-size: 14px;
	padding-left: 25px;
	margin-bottom: 7px;
}

.main-footer .info ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	color: #d5ae82;
}

.main-footer .info ul li a{
	color: #868da5;
}

.main-footer .info ul li a:hover{
	color: #d5ae82;
	text-decoration: underline;
}

.main-footer .social-links{
	position:relative;
	padding-top: 24px;
}

.main-footer .social-links ul{
	position:relative;
}

.main-footer .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 8px 0px 0px;
	line-height: 44px;
}

.main-footer .social-links li a{
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: #232b47;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .social-links li a:hover{
	color: #ffffff;
	background: #d5ae82;
}

.main-footer .gallery-widget .images{
	position: relative;
	margin: 0px -5px;
}

.main-footer .gallery-widget .images .image{
	position: relative;
	float: left;
	width: 25%;
	display: block;
	margin: 0 0 10px;
	padding: 0px 5px;
}

.main-footer .gallery-widget .images img{
	width: 100%;
}

.main-footer .gallery-widget .images .lightbox-image{
	position: absolute;
	left: 13px;
	top: 8px;
	right: 13px;
	bottom: 8px;
	background: rgba(255,255,255,0.95);
	text-align: center;
	color: #d5ae82;
	opacity: 0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	z-index: 1;
}

.main-footer .gallery-widget .image:hover .lightbox-image{
	opacity: 1;
}

.main-footer .gallery-widget .images .lightbox-image .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0px 0px -20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 20px;
}

.main-footer .footer-bottom{
	position:relative;
	line-height: 24px;
	padding: 12px 0px;
	text-transform: capitalize;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .inner{
	position: relative;
	display: block;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	float: left;
	padding: 10px 0px;
}

.main-footer .footer-bottom .copyright strong{
	color: #222222;
}

.main-footer .footer-bottom .bottom-links{
	position:relative;
	float: right;
	padding: 10px 0px;
}

.main-footer .footer-bottom a{
	color: #868da5;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .footer-bottom a:hover{
	color: #d5ae82;
	text-decoration: underline;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position:relative;
	overflow: hidden;
	min-height: 540px;
}

.footer-style-two .widgets-section{
	padding-top: 0;
}

.footer-style-two .widgets-inner{
	position: relative;
	padding: 95px 0px 0px;
	padding-left: 400px;
}

.footer-style-two .widgets-inner .shape-1{
	position: absolute;
	right: 100%;
	top: 0;
	width: 3000px;
	height: 100px;
	background: #ffffff;
	z-index: 1;
}

.footer-style-two .widgets-inner .shape-2{
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 1500px;
	min-height: 100%;
	background: #d5ae82;
	z-index: 2;
}

.footer-style-two .widgets-inner .left-image{
	position: absolute;
	right: 100%;
	top: 100px;
	width: 2500px;
	height: 1500px;
	min-height: 100%;
	background: #061138;
	padding: 50px 20px;
	text-align: right;
	z-index: 1;
}

.footer-style-two .widgets-inner .left-image img{
	position: relative;
	display: inline-block;
}

.footer-style-two .footer-bottom{
	background: #e8ebef;
}

.footer-style-two .footer-bottom .inner{
	position: relative;
	padding-left: 400px;
}

.footer-style-two .footer-bottom .copyright,
.footer-style-two .footer-bottom .copyright a,
.footer-style-two .footer-bottom .bottom-links,
.footer-style-two .footer-bottom .bottom-links a{
	color: #000000;
}

.footer-style-two .offer-carousel-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	text-align: center;
	z-index: 5;
}

.footer-style-two .offer-carousel-box .offer-block{
	position: relative;
	display: block;
	padding: 40px 40px 30px;
	background: #d5ae82;
	color: #ffffff;
}

.footer-style-two .offer-carousel-box .offer-block .inner-box{
	position: relative;
	display: block;
	text-align: center;
}

.footer-style-two .offer-carousel-box .offer-block .icon-box{
	position: relative;
	display: block;
	font-size: 90px;
	line-height: 1em;
	margin-bottom: 20px;
}

.footer-style-two .offer-carousel-box .offer-block h4{
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-style-two .offer-carousel-box .offer-block .subtitle{
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 15px;
}

.footer-style-two .offer-carousel-box .offer-block .offer-price{
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	padding-top: 15px;
	background: #ffffff;
	color: #061138;
	text-align: center;
	font-family: 'Playfair Display', serif;
	border-radius: 50%;
	margin: 0 auto 30px;
}

.footer-style-two .offer-carousel-box .offer-block .offer-price .percent{
	display: block;
	font-size: 36px;
	line-height: 1.1em;
}

.footer-style-two .offer-carousel-box .offer-block .offer-price .percent em{
	font-size: 24px;
	font-style: normal;
}

.footer-style-two .offer-carousel-box .offer-block .offer-price .txt{
	display: block;
	line-height: 1.5em;
	font-size: 13px;
	text-transform: uppercase;
}

.footer-style-two .offer-carousel-box .offer-block .links-box a:hover .btn-title{
	background: #ffffff;
	color: #d5ae82;
}

.footer-style-two .offer-carousel-box .owl-nav{
	display: none;
}

.footer-style-two .offer-carousel-box .owl-theme .owl-dots{
	position: relative;
	width: 100%;
	text-align: center;
}

.footer-style-two .offer-carousel-box .owl-theme .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	margin: 0px 7px;
}

.footer-style-two .offer-carousel-box .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #ffffff;
	background: none;
	border-radius: 50%;
}

.footer-style-two .offer-carousel-box .owl-theme .owl-dots .owl-dot.active span{
	background: #ffffff;
}
/*** 

====================================================================
	Booking Section
====================================================================



====================================================================
	Featured Service Section
====================================================================



====================================================================
	Yacht Rental Section
====================================================================



====================================================================
	Destinations Section
====================================================================



====================================================================
	About Section Two
====================================================================



====================================================================
	Testimonials Section Two
====================================================================



====================================================================
	Fluid Section
====================================================================



====================================================================
	Destinations Section
====================================================================

***/

.destinations-two{
	position:relative;
	padding: 120px 0px 50px;
}

.destinations-two.alternate{
	position:relative;
	padding: 90px 0px 70px;
}

.destinations-two .map-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.destinations-two .sec-title{
	margin-bottom: 40px;
}

.destinations-two .destinations-box{
	position: relative;
	display: block;
	margin: 0px -15px;
	margin-bottom: 90px;
}

.destinations-two .destinations-box .outer-box{
	position: relative;
	display: table;
	width: 100%;
	vertical-align: middle;
}

.destination-block-two{
	position: relative;
	margin-bottom: 30px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.destinations-two .destinations-box .outer-box .destination-block-two{
	position: relative;
	display: table-cell;
	width: 20%;
	padding: 0px 15px;
	vertical-align: top;
	margin-bottom: 0;
}

.destinations-two .destinations-box .outer-box:hover .destination-block-two{
	width: 17%;
}

.destinations-two .destinations-box .outer-box .destination-block-two:hover{
	width: 32%;
}

.destination-block-two .inner-box{
	position: relative;
	display: block;
	background: #061138;
	height: 360px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.destination-block-two:hover .inner-box{
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.50);
}

.destination-block-two .image-box{
	position: relative;
	display: block;
	top: 0;
	overflow: hidden;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.destination-block-two .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.destination-block-two .image-box .image{
	position: relative;
	display: none;
}

.destination-block-two .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.destination-block-two .caption-box{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	padding: 0px 20px;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	z-index: 1;
}

.destination-block-two:hover .inner-box .caption-box{
	opacity: 0;
	visibility: hidden;
}

.destination-block-two .caption-box .title{
	position: relative;
	display: block;
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom: 0px;
}

.destination-block-two .hover-box{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.destination-block-two:hover .inner-box .hover-box{
	opacity: 1;
	visibility: visible;
}

.destination-block-two .hover-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,123,103,0.50);
	background: -webkit-linear-gradient(bottom,rgba(6,123,103,0.50),rgba(0,0,0,0.0));
}

.destination-block-two .hover-inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: bottom;
	padding: 0px 0px;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
	visibility: hidden;
}

.destination-block-two:hover .hover-inner{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 500ms ease 300ms;
	-ms-transition:all 500ms ease 300ms;
	-moz-transition:all 500ms ease 300ms;
	-o-transition:all 500ms ease 300ms;
	transition:all 500ms ease 300ms;
}

.destination-block-two .hover-content{
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: bottom;
	padding: 30px 15px;
}

.destination-block-two .hover-content .tour-info{
	position: relative;
	display: block;
	margin: 0 0 10px;
	line-height: 1.5em;
	font-size: 13px;
	text-transform: uppercase;
}

.destination-block-two .hover-content h4{
	position: relative;
	display: block;
	margin: 0 0;
	font-weight: 700;
	text-transform: capitalize;
}

.destination-block-two .hover-content .link-box{
	position: relative;
	padding-top: 20px;
}

.destination-block-two .hover-content .link-box:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 15px;
	height: 40px;
	border-left: 1px solid rgba(255,255,255,0.30);
}

.destination-block-two .hover-content .link-box .theme-btn{
	display: block;
	max-width: 240px;
	margin: 0 auto;
}

.destination-block-two .hover-content .link-box .theme-btn .btn-title{
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}

.popular-packages{
	position: relative;
}

.popular-packages .title-row{
	position: relative;
	padding-bottom: 20px;
}

.popular-packages .title-row .sec-title{
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.popular-packages .title-row .link-box{
	position: relative;
	float: right;
	padding-top: 40px;
	margin-bottom: 30px;
}

.popular-packages .packages-box{
	position: relative;
}

.package-block{
	position: relative;
	margin-bottom: 40px;
}

.package-block .inner-box{
	position: relative;
	display: block;
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.package-block .inner-box:hover{
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}

.package-block .image-box{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.package-block .image-box .offer-info{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	line-height: 20px;
	padding: 5px 10px;
	text-align: center;
	background: #be1935;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	-ms-transform: rotate(-45deg) translate(-31px,-22px);
	-webkit-transform: rotate(-45deg) translate(-31px,-22px);
	transform: rotate(-45deg) translate(-31px,-22px);
	z-index: 3;
}

.package-block .hover-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,17,56,0.90);
	color: #ffffff;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.package-block:hover .hover-box{
	opacity: 1;
	visibility: visible;
}

.package-block .hover-box .hover-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
}

.package-block .hover-box .hover-link a{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
}

.package-block .hover-box .hover-link a:hover{
	color: #d5ae82;
}

.package-block .hover-box .weather{
	position: absolute;
	right: 15px;
	top: 10px;
	color: #ffffff;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.package-block .hover-box .weather sup{
	position: relative;
	font-size: 8px;
	margin-top: -2px;
	padding-left: 2px;
}

.package-block .hover-box .weather .icon{
	position: relative;
	padding-right: 5px;
	font-size: 18px;
	color: #d5ae82;
}

.package-block .image-box img{
	display: block;
	width: 100%;
}

.package-block .content-box{
	position: relative;
	padding: 30px 30px;
}

.package-block .content-box .package-title{
	position: relative;
	font-size: 16px;
	color: #061138;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.35em;
	margin-bottom: 10px;
}

.package-block .content-box .package-title a{
	color: #061138;
}

.package-block .content-box .package-title a:hover{
	color: #d5ae82;
}

.package-block .ratings{
	position: relative;
	margin-bottom: 16px;
}

.package-block .ratings .rate-text{
	position: relative;
	float: left;
	color: #000000;
	line-height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}

.package-block .ratings .rate-text strong{
	position: relative;
	font-size: 14px;
	font-weight: 400;
}

.package-block .ratings .rate-text a{
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
}

.package-block .ratings .rate{
	position: relative;
	float: left;
	color: #d5ae82;
	font-size: 12px;
	line-height: 24px;
	margin-right: 5px;
}

.package-block .ratings .rate .empty-star{
	color: #b5c0cf;
}

.package-block .info{
	position: relative;
}

.package-block .info li{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin-right: 31px;
}

.package-block .info li:after{
	content: '';
	position: absolute;
	right: -16px;
	top: 5px;
	height: 14px;
	border-right: 1px solid rgba(0,0,0,0.15);
}

.package-block .info li:last-child{
	margin-right: 0;
}

.package-block .info li:last-child:after{
	display: none;
}

.package-block .info li a{
	color: #000000;
}

.package-block .info li .icon{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	color: #d5ae82;
}

.package-block .links-box{
	position: relative;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.package-block .links-box .pricing{
	position: relative;
	float: left;
	font-size: 12px;
}

.package-block .links-box .price-title{
	display: block;
	text-transform: uppercase;
}

.package-block .links-box .unit{
	display: block;
	color: #061138;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 500;
}

.package-block .links-box .unit span{
	font-size: 20px;
	color: #061138;
}

.package-block .links-box .link{
	position: relative;
	float: right;
}

.package-block .info-btn-box{
	position: relative;
	padding-top: 5px;
	z-index: 3;
}

.package-block .info-btn-box .info-btn{
	position: relative;
	display:block;
	font-size: 22px;
	line-height: 30px;
	color: #85909e;
	font-weight: 600;
	padding: 10px 0px 4px;
	text-transform:uppercase;
	background: none;
	border: 1px solid rgba(0,0,0,0.0);
	opacity: 0.50;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	cursor: pointer;
}

.package-block .info-btn-box .info-btn:hover{
	color: #d5ae82;
	opacity: 1;
}

.package-block .info-btn-box .info-panel{
	position: absolute;
	right: -15px;
	bottom: 80%;
	margin-bottom: 0px;
	width: 240px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.package-block .info-btn-box:hover .info-panel{
	bottom: 100%;
	opacity: 1;
	visibility: visible;
}

.package-block .info-btn-box .info-panel:before{
	content: '';
	position: absolute;
	right: 15px;
	bottom: -8px;
	width: 20px;
	height: 20px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	z-index: 0;
}

.package-block .info-btn-box .panel-inner{
	position: relative;
	display: block;
	padding: 22px 20px 15px;
	background: #ffffff;
	z-index: 1;
}

.package-block .info-btn-box .panel-title{
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #061038;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.package-block .info-btn-box .panel-list{
	display: block;
	font-size: 14px;
}

.package-block .info-btn-box .panel-list li{
	position: relative;
	padding-left: 12px;
	line-height: 24px;
	margin-bottom: 5px;
}

.package-block .info-btn-box .panel-list li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #d5ae82;
}



====================================================================
	Featured Services Two
====================================================================



====================================================================
	Top Destinations
====================================================================

***/

.top-destinations{
	position:relative;
	padding: 100px 0px 60px;
}

.attraction-block{
	position: relative;
	margin-bottom: 40px;
}

.attraction-block .sec-title{
	margin-bottom: 0;
}

.attraction-block .sec-title h2{
	font-size: 36px;
}

.attraction-block .inner-box{
	position: relative;
	display: block;
	border: 1px solid rgba(0,0,0,0.10);
	background: #ffffff;
}

.attraction-block .image-box{
	position: relative;
	display: block;
}

.attraction-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.attraction-block .lower-box{
	position: relative;
	display: block;
	padding: 40px 40px;
}

.destination-block-three{
	position: relative;
	margin-bottom: 40px;
}

.destination-block-three .inner-box{
	position: relative;
	display: block;
}

.destination-block-three .image-box{
	position: relative;
	display: block;
}

.destination-block-three .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.destination-block-three .caption-box{
	position: absolute;
	left: 0;
	bottom: -35px;
	width: 100%;
	display: block;
	padding: 0px 20px;
	z-index: 2;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.destination-block-three:hover .caption-box{
	bottom: 20px;
}

.destination-block-three .caption-box .inner{
	position: relative;
	display: block;
	padding: 16px 20px;
	background: #ffffff;
}

.destination-block-three .caption-box .price{
	position: absolute;
	right: 0;
	bottom: 100%;
	display: block;
	padding: 4px 16px;
	background: #d5ae82;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}

.destination-block-three .caption-box .title{
	position: relative;
	display: block;
	font-size: 14px;
	color: #061138;
	font-weight: 600;
	text-transform: uppercase;
}

.destination-block-three .caption-box .title a{
	color: #061138;
}

.destination-block-three .caption-box .info{
	position: relative;
	display: block;
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	line-height: 24px;
	text-transform: capitalize;
}

.destination-block-three .caption-box .info .icon{
	position: relative;
	top: -1px;
	font-size: 15px;
	color: #d5ae82;
	font-weight: 400;
	padding-right: 5px;
	vertical-align: middle;
}

.destination-block-three .hover-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,17,56,0.90);
	color: #ffffff;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.destination-block-three:hover .hover-box{
	opacity: 1;
	visibility: visible;
}

.destination-block-three .hover-box .ratings{
	position: absolute;
	right: 20px;
	top: 15px;
	text-align: right;
}

.destination-block-three .hover-box .ratings .rate-text{
	position: relative;
	color: #ffffff;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 3px;
}

.destination-block-three .hover-box .ratings .rate-text strong{
	position: relative;
	font-size: 14px;
	font-weight: 400;
}

.destination-block-three .hover-box .ratings .rate-text a{
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}

.destination-block-three .hover-box .ratings .rate{
	color: #d5ae82;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
}

.destination-block-three .hover-box .ratings .rate .empty-star{
	color: #b5c0cf;
}

/*** 

====================================================================
	Facts Section
====================================================================

