@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Features
7. Gallery
8. About
9. Testimonials
10. Booking
11. Blog
12. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

* {
	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-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background: #FFFFFF;
	color: #121212;
}

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: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #121212;
}

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;
}

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: 'Raleway', sans-serif;
	-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;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

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%;
}

.container_custom .container {
	padding-left: 0;
	padding-right: 0;
	max-width: 80%;
}

.container_custom .container .row {
	margin-left: 0;
	margin-right: 0;
}

.container_custom .container .row>div[class^='col'] {
	padding-left: 0;
	padding-right: 0;
}

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

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 100;
}

.header::before {
	position: absolute;
	width: 100%;
	height: 0%;
	background: rgba(0, 0, 0, 0.7);
	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: 80px;
	padding-left: 20px;
	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 .logo_small {
	height: 80px;
	visibility: inherit;
}

.parent {
	top: 0;
	left: 0;
}

.child {
	display: inline-block;

}

.logo_small {
	visibility: hidden;

}

.logo_main {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main_nav ul li:not(:last-of-type) {
	margin-right: 49px;
}

.main_nav ul li a {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.main_nav ul li a:hover,
.main_nav ul li.active a {
	color: #ffa37b;
}

.hamburger_menu {
	display: none;
}


.book_button {
	width: 120px;
	height: 30px;
	background: #ffa37b;
	margin-left: 45px;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.book_button:hover {
	background: rgba(255, 255, 255, 0.2);
}

.book_button:hover a {
	color: #ffa37b;
}

.book_button a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}



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

.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 101;
	/*background: rgba(255, 255, 255, 0.93);*/
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0.9;
}

.menu.active {
	visibility: visible;
	opacity: 1;
}

.menu_content {
	padding-right: 30px;
	padding-top: 170px;
}

.menu_close {
	cursor: pointer;
	z-index: 1;
}

.menu_close i {
	font-size: 24px;
	color: #ffffff;
}

.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: 30px;
	color: #ffffff;
	line-height: 1.2;
}

.menu_nav ul li a:hover,
.menu_extra ul li a:hover {
	color: #ffa37b;
}

.menu_extra {
	margin-top: 35px;
}

.menu_extra ul li a {
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
}

.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;
}


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

.home {
	width: 100%;
	height: 100vh;
}

.home_secondary {
	width: 100%;
	height: 50vh;
}

.home_logo_container {
	position: absolute;
	top: 5%;
	left: 5%;
	transform: translate(-5%, -5%);
}

.home_logo_container_secondary {
	position: absolute;
	top: 10%;
	left: 5%;
	transform: translate(-5%, -10%);
}

.home_moto_container {
	position: absolute;
	top: 80%;
	left: 80%;
	width: 60%;
	transform: translate(-80%, -80%);
}


.home_logo_container_oldlogo {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
}

.logo_img {
	width: 300px;
}

.logo_img2 {
	width: 300px;
}


.home_title {
	font-size: 45px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.2;
}

.home_subtitle {
	font-size: 45px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.2;
}

.home_titletxt {
	display: block;
	margin: auto;
}

.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 {

	padding-bottom: 24px;
}

.icon_box_col {
	margin-bottom: 20px;
}

.icon_box_item {
	height: 300px;
	margin-bottom: 20px;

}

.icon_box_item_large {
	height: 620px;
}

.icon_button {
	position: absolute;
	color: #ffffff;
	border: solid 2px;
	width: 200px;
	height: 45px;
	border-color: #ffffff;
	font-size: 25px;
	bottom: 15px;
	text-align: center;
	cursor: pointer;
	pointer-events: auto;

	top: 80%;
	left: 50%;
	transform: translate(-50%, -80%);

}

.icon_button:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #ffa37b;
}

.icon_button:hover a {
	color: #ffa37b;
}

.icon_button a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}


.icon_title {
	position: absolute;
	top: 15px;
	width: 100%;
	text-align: center;
	line-height: 36px;
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
}

.icon_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 9, 30, 0.4);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}

.icon_overlay p {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
}


.icon_item:hover .icon_overlay .icon_link {
	visibility: visible;
	opacity: 1;
}


.icon_box_item:hover .icon_overlay {
	visibility: visible;
	opacity: 1;
}

.icon_box_item_large:hover .icon_overlay {
	visibility: visible;
	opacity: 1;
}



.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%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.gallery_item {
	height: calc(100vw / 8);
}

.gallery_item a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

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

.about {
	margin-top: 50px;
}

.about_text {
	font-size: 18px;
	color: #121212;
	margin-bottom: 30px;
}

.about_images {
	height: 100%;
	padding-left: 17px;
}


/*********************************
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: 300px;
}




.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%;
	background: #0f0a27;
}

.blog_slide .background_image {
	opacity: 0.33;
}

.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;
}

/*********************************
12. Footer
*********************************/

.footer {
	padding-top: 30px;
	background-color: #393333;
}

.footer_content {
	padding-bottom: 10px;
	padding-left: 50px;
}

.footer_nav_container {
	padding-bottom: 50px;
	padding-left: 40px;
}

.footer_title {
	line-height: 1.2;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}

.footer_logo {
	padding-left: 40px;
	margin-right: 50px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding-bottom: 30px;
}
.footer_logo img {
	display: block;
	max-width: 250px;
}


.footer_nav ul li a {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}



.footer_nav ul li a:hover,
.footer_nav ul li.active a {
	color: #ffa37b;
}

.footer_social_container {
	padding-bottom: 30px;
}

.footer_nav_social a {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	padding-right: 20px;
}

.footer_nav_social a:hover {
	color: #ffa37b;
}


.footer_link {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}

.footer_link:hover {
	color: #ffa37b;
}


.footer_txt {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.2;
}

.newsletter_container {
	padding-left: 50px;
	width: 70%;
}

.newsletter_form {
	display: block;
	position: relative;
}

.newsletter_input {
	width: 70%;
	height: 70px;
	border: none;
	border-bottom: solid 2px #cdcdcd;
	outline: none;
	background: none;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	padding-top: 40px;
}

.newsletter_input::-webkit-input-placeholder {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #ececec !important;
}

.newsletter_input:-moz-placeholder {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #ececec !important;
}

.newsletter_input::-moz-placeholder {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #ececec !important;
}

.newsletter_input:-ms-input-placeholder {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #ececec !important;
}

.newsletter_input::input-placeholder {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #ececec !important;
}

.newsletter_button {
	width: 120px;
	height: 34px;
	background: #ffa37b;
	margin-top: 10px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}

.certificates {
	padding-left: 12px;
	padding-top: 10px;
}

.cert {
	margin-bottom: 30px;
}

.copyright {
	width: 100%;
	height: 33px;
	background: #ffffff;
	text-align: center;
	line-height: 33px;
	font-size: 10px;
	font-weight: 500;
	color: #6d6d6d;
}

/*********************************
8. Special
*********************************/

.special {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

.special_content {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 33px;
	padding-bottom: 68px;
}

.special .details_title,
.special .details_long_list ul li,
.special .details_list ul li {
	color: #ffffff;
}

.special .details_long_list ul li,
.special .details_list ul li {
	font-weight: 400;
}

.special .details_long_list ul li::before {
	background: #ffffff;
}

/*********************************
7. Details
*********************************/

.details {
	background: #ffffff;
}

.details:not(:last-child) {
	margin-bottom: 73px;
}

.details_image {
	height: 100%;
	min-height: 200px;
}

.details_content {
	padding-top: 21px;
	padding-bottom: 24px;
}

.details_title {
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
}

.details_list {
	margin-top: 30px;
}

.details_list ul li:not(:last-of-type) {
	margin-bottom: 3px;
}

.details_list ul li {
	font-size: 18px;
	font-weight: 600;
	color: #393939;
}

.details_long_list {
	margin-top: 33px;
}

.details_long_list ul {
	margin-left: -3px;
}

.details_long_list ul li::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 4px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #6d6d6d;
	content: '';
	vertical-align: middle;
	font-size: 15px;
}

.details_long_list ul li {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #6d6d6d;
	padding-left: 12px;
	line-height: 2;
}

/*********************************
7. Split Section Right
*********************************/
.split_section_right_content {
	padding-left: 67px;
	padding-bottom: 77px;
	height: 100%;
}

.split_section_title h1 {
	font-size: 40px;
}

.split_section_text {
	margin-top: 30px;
	font-size: 18px;
	color: #121212;

}

.split_section_image {
	height: 90%;
	padding-bottom: 77px;

}

/*********************************
8. Split Section Left
*********************************/

.split_section_left_content {
	margin-top: 30px;
	padding-right: 67px;
	padding-bottom: 120px;
}


/*********************************
7. Facts Section 
*********************************/

.facts_container {
	padding-left: 150px;
	padding-bottom: 77px;
	padding-top: 50px;
	margin-top: 50px;
	padding-right: 150px;
	height: 100%;
	background-color: #393333;
}

.facts_title h2 {
	font-size: 40px;
	color: #ffffff;
}

.facts_text {
	margin-top: 30px;
	font-weight: 500;
	font-size: 20px;
	font-weight: 600;
	/*color: #121212;*/
	color: #ffffff;

}

.facts_text a {
	font-size: 18px;
	font-weight: 600;
	color: #ffa07f;
}

.facts_text a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}

.map_image {
	height: 100%;
	padding-right: 19px;
	padding-bottom: 30px;
}


.container_backtop {
	position: sticky;
	left: 92%;
	bottom: 20px;
	display: flex;
	align-items: flex-end;
	width: 60px;
	height: 60px;
	justify-self: end;
	justify-content: flex-end;
	/*--offset: 30px;
	margin-top: calc(100vh + var(--offset));*/

}

.backtop {
	place-self: end;
	position: sticky;
	bottom: 20px;
	margin-right: 10px;
	width: 60px;
	aspect-ratio: 1;
	background: #ffa37b;
	border-radius: 100px;
}

.backtop:before {
	content: "";
	position: absolute;
	inset: 30%;
	transform: translateY(20%) rotate(-45deg);
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
}



/*********************************
6.2 Accordions
*********************************/

.acc_tabs {
	margin-top: 84px;
	margin-left: 50px;
	margin-right: 50px;
}

.acc_tabs_row {
	margin-top: 36px;
}

.accordion_container:not(:last-child) {
	margin-bottom: 15px;
}

.accordion_container {
	width: 100%;
}

.accordion {
	max-height: 200px;
	width: 100%;
	background: #ffffff;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #393333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	border: solid 1px #ffa37b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	word-wrap: break-word;
}

.accordion div {
	max-width: 90%;
	/*overflow: hidden;*/
}

.accordion_panel {
	padding-right: 8px;
	max-height: 100%;
}

.accordion_panel>div {
	padding-bottom: 20px;
}

.accordion_panel p {
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}

.policy li span {
	margin-left: 40px;
	padding-top: 10px;
}

.policy h3 {
	padding-top: 20px;
}

/* Dropdown styles */

.dropdown {
	max-width: 13em;
	display: block;
	width: 100%;
	margin-left: 35px;
	margin-right: 2cqi;
	font-size: 14px;
	font-weight: 600;
}

.dropdown-btn a {
	/*background: #ffa07f;*/
	width: 100%;
	border: none;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.7em 0.5em;
	border-radius: 0.5em;
	cursor: pointer;
	margin-top: 0px;

}

.arrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
	transition: transform ease-in-out 0.3s;
	margin-left: 3px;
}

.dropdown-content {
	list-style: none;
	position: absolute;
	top: 3.2em;
	width: 100%;
	visibility: hidden;
	transform: translateY(-1em);
	transition: transform ease 0.3s;
}

input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}


.dropdown:focus-within>.dropdown-content {
	visibility: visible;
	transform: translateY(0);
}

.dropdown-content:not(:focus-within) {
	visibility: hidden;
}

/*

  input[type="checkbox"]:checked ~ .dropdown-content {
	visibility: visible;
	transform: translateY(0);
  }

  .dropdown-content:not(:focus-within) {
	visibility: hidden;
}
.dropdown:focus-within>.dropdown-content {
	visibility: visible;
	transform: translateY(0);
}
.dropdown:focus>.dropdown-content {
	visibility: visible;
	transform: translateY(0);
}


input[type="checkbox"]:focus+label {
	box-shadow: 0 0 20px #ffa07f;
}

   input[type="checkbox"]:checked + label > .arrow {
	transform: rotate(180deg);
  }
  */

.dropdown-content li {
	border-radius: 0.5em;
}

.dropdown:hover {
	border-radius: 0.5em;
	box-shadow: 0 0 20px #ffa07f;
}

.dropdown-content li:hover {
	background: #ffa07f;
}

.dropdown-content li a {
	display: block;
	padding: 0.7em 0.5em;
	color: #fff;
	font-weight: 700;
	margin: 0.1em 0;
	text-decoration: none;
}

.journey {
	display: inline-flex;
	color: #393939;
	font-weight: 600;
	font-size: 26px;
	align-items: center;
	margin-bottom: 40px;
}

.journey_img {
	max-width: 300px;
}