/*
Theme Name: Travel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Travel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*
Lists
$list1: transparent linear-gradient(90deg, #FF7C00 0%, #FFC13D 73%, #FFB900 100%) 0% 0%
*/

.gform_wrapper .gfield_radio,
.gform_wrapper .gfield_checkbox,
#nav .drop ul,
.footer-menu .col ul,
.footer-tab ul,
.awards-with-description .col-award-lists ul,
.blog-block .col-lists ul,
.card-blog .card-wrap .text-wrap .tags ul,
.why-with-us-block .col-lists .lists,
.pagination .page-numbers,
.card-tour .card-wrap .tour-list,
.trip-content-card .include-lists,
.trip-header .content-wrap .reviewer,
.trip-header .trip-share .share-list .social-networks,
.itinary-accordion .accordion-list .accordion-heading ul,
.sidebar-with-accordion .col-sidebar ul,
.tour-listing-block .tour-filter .filter-group .check-list,
.tour-listing-block .tour-filter .filter-group .duration-lists,
.blog-single .blog-page-heading .social-networks ul,
.single-blog-content .content-wrap #rank-math-toc ul,
.single-blog-content .meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.container:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	margin: 0 0 0.8em;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 40px;
	margin-bottom: 0.2em;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 32px;
}

h4,
.h4 {
	font-size: 24px;
	font-weight: 600;
}

h5,
.h5 {
	font-size: 20px;
	font-weight: 700;
}

h6,
.h6 {
	font-size: 20px;
	font-weight: 700;
}

p {
	margin: 0 0 1rem;
}

a {
	color: #ff7550;
}

a:hover,
a:focus {
	text-decoration: none;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #eaeaea;
	font: 16px/1.5 "Noto Sans", "sans-serif";
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

.gm-style img {
	max-width: none;
}

blockquote {
	border-left: 4px solid #e8edf3;
	padding-left: .5em;
	margin-left: 1.5em;
}

th,
td {
	border: 1px solid #e8edf3;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 1.5em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 1.5em;
	margin: 0 0 0 1.5em;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.form-control,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #d3d6d9;
	width: 100%;
	outline: none;
	background: #fff;
	border-radius: 10px;
	height: 44px;
	font-size: 16px;
	color: #000;
	padding: 5px 16px;
}

.form-control:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='number']:focus,
textarea:focus {
	outline: none;
}

.form-control::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5) !important;
}

.form-control::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, 0.5) !important;
}

.form-control:-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-placeholder {
	color: rgba(0, 0, 0, 0.5) !important;
}

.form-control:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5) !important;
}

.form-control.placeholder,
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='number'].placeholder,
textarea.placeholder {
	color: rgba(0, 0, 0, 0.5) !important;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: none;
	vertical-align: top;
	height: 85px;
	padding-top: 10px !important;
}

input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type='submit'] {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 14px 23px;
	background: #ff7550;
	border: none;
	border: 1px solid #ff7550;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

input[type='submit']:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

input[type='submit']:hover {
	background: #ff4d1d;
	border-color: #ff4d1d;
}

.input-wrap label {
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 500;
	margin-bottom: 16px;
	color: #737373;
	display: block;
}

.input-wrap label .astrick {
	color: #bb0000;
}

.input-wrap .error {
	display: block;
	font-size: 12px;
	color: #bb0000;
	margin-top: 5px;
}

.gform_wrapper.gform-theme div.gfield textarea.large {
	min-height: 180px;
	height: 180px;
}

.gform_wrapper.gform-theme div.gform_fields {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}

.gform_wrapper.gform-theme form .gform_fields .gfield.hidden_label .gfield_label {
	display: none;
}

.gform_wrapper.gform-theme form .gform_footer {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 20px auto 0;
}

.gform_wrapper.gform-theme form .gform_footer input[type='submit'].gform_button {
	display: inline-block !important;
	vertical-align: middle !important;
	outline: none;
	border-radius: 50px !important;
	text-align: center !important;
	padding: 16px 24px !important;
	background: #ff7550 !important;
	border: none !important;
	color: #fff !important;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	height: auto !important;
	min-height: 0 !important;
	position: relative;
	z-index: 2;
}

.gform_wrapper.gform-theme form .gform_footer input[type='submit'].gform_button:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none !important;
}

.gform_wrapper.gform-theme form .gform_footer .gform-loader {
	border-color: #ff7550 #ff7550 #ff7550 rgba(255, 117, 80, 0.3);
	margin-left: 10px;
	position: absolute;
	top: 12px;
}

.gform_wrapper ul {
	list-style: none;
	padding: 0;
}

.gform_wrapper .gfield {
	position: relative;
	width: 100%;
}

.gform_wrapper .gfield.gfield_error div.ginput_container input,
.gform_wrapper .gfield.gfield_error div.ginput_container textarea {
	border-color: #bb0000 !important;
}

.gform_wrapper .gfield.gfield_error .ginput_container_select,
.gform_wrapper .gfield.gfield_error .select-warp {
	border-color: #bb0000;
}

.gform_wrapper .gfield.gfield_error .gfield_validation_message {
	color: #bb0000;
}

.gform_wrapper .gfield.gfield_error .gfield_label {
	color: #bb0000;
}

.gform_wrapper .gfield.gfield_error .gfield_label .gfield_required {
	color: #bb0000;
}

.gform_wrapper .gfield.gfield_error.focus input,
.gform_wrapper .gfield.gfield_error.focus textarea {
	border-color: #bb0000;
}

.gform_wrapper .gfield.gfield_error.focus .gfield_label .gfield_required {
	color: #e8edf3;
}

.gform_wrapper .gfield div.ginput_container input:not([type="checkbox"]):not([type="radio"]),
.gform_wrapper .gfield div.ginput_container textarea {
	border: none;
	padding: 12px 20px !important;
	width: 100%;
	outline: none;
	background: transparent;
	border-radius: 5px;
	height: 45px;
	font-size: 16px;
	color: #000;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: #fff;
	border: 1px solid #d3d6d9;
}

.gform_wrapper .gfield div.ginput_container input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, .gform_wrapper .gfield div.ginput_container textarea::-webkit-input-placeholder {
	color: #000 !important;
}

.gform_wrapper .gfield div.ginput_container input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder, .gform_wrapper .gfield div.ginput_container textarea::-moz-placeholder {
	color: #000 !important;
}

.gform_wrapper .gfield div.ginput_container input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, .gform_wrapper .gfield div.ginput_container textarea:-ms-input-placeholder {
	color: #000 !important;
}

.gform_wrapper .gfield div.ginput_container input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder, .gform_wrapper .gfield div.ginput_container textarea::-ms-input-placeholder {
	color: #000 !important;
}

.gform_wrapper .gfield div.ginput_container input:not([type="checkbox"]):not([type="radio"])::placeholder,
.gform_wrapper .gfield div.ginput_container textarea::placeholder {
	color: #000 !important;
}

.gform_wrapper .gfield div.ginput_container textarea {
	padding-top: 12px !important;
	resize: none !important;
}

.gform_wrapper .gfield div.ginput_container textarea .medium {
	min-height: 180px;
}

.gform_wrapper .gfield div.ginput_container textarea .large {
	min-height: 194px;
}

.gform_wrapper .gfield div.ginput_container input[type="checkbox"] {
	outline: none;
}

.gform_wrapper .gfield div.ginput_container .gfield_consent_label {
	margin-bottom: 0;
}

.gform_wrapper .gfield .ginput_container_time.gfield_time_ampm,
.gform_wrapper .gfield .ginput_container_select {
	display: block;
	position: relative;
	background: #fff;
}

.gform_wrapper .gfield .ginput_container_time.gfield_time_ampm:before,
.gform_wrapper .gfield .ginput_container_select:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #000 #000 transparent transparent;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(136deg);
	    -ms-transform: rotate(136deg);
	        transform: rotate(136deg);
	margin-top: -7px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.gform_wrapper .gfield .ginput_container_time.gfield_time_ampm select,
.gform_wrapper .gfield .ginput_container_select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	position: relative;
	z-index: 1;
	border: none;
	padding: 21px 32px 18px 20px;
	width: 100%;
	border-radius: 4px;
	height: 60px;
	line-height: 1;
	font-size: 16px;
	color: #000;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #d3d6d9;
}

.gform_wrapper .gfield .ginput_container_time.gfield_time_ampm select::-ms-expand,
.gform_wrapper .gfield .ginput_container_select select::-ms-expand {
	display: none;
}

.gform_wrapper .gfield label.gfield_label {
	position: static;
	display: inline-block;
	line-height: 1.55;
	font-weight: 600;
	margin-bottom: 12px;
}

.gform_wrapper .gfield label.gfield_label .gfield_required {
	color: #bb0000;
	position: relative;
	top: -2px;
}

.gform_wrapper .gfield.gfield-select .gfield_label {
	font-weight: 700;
	top: -6px;
	color: #e8edf3;
	font-size: 12px;
	left: 8px;
	background: #fff;
	padding: 0 5px;
	z-index: 2;
}

.gform_wrapper .gfield.focus .gfield_label,
.gform_wrapper .gfield.float .gfield_label {
	font-size: 12px;
	padding: 0 5px;
	background: #fff;
	top: -6px;
	left: 9px;
	color: #e8edf3;
	font-weight: 700;
}

.gform_wrapper .gfield.gfield--type-html a[href^="tel:"] {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	display: inline-block;
	position: relative;
	padding-left: 40px;
	margin-inline: auto;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.gform_wrapper .gfield.gfield--type-html a[href^="tel:"]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("assets/images/icon-headphone.svg") no-repeat;
	width: 24px;
	height: 24px;
}

.gform_wrapper .gfield.gfield--type-html a[href^="tel:"]:hover {
	text-decoration: none;
}

.gform_wrapper label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.gform_wrapper .gfield_radio li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
	margin-right: 15px;
}

.gform_wrapper .gfield_radio li:last-child {
	margin-right: 0;
}

.gform_wrapper .gfield_checkbox li {
	margin-bottom: 12px;
}

.gform_wrapper .gform_validation_errors {
	display: none !important;
}

.validation_error {
	display: none;
}

.gform_wrapper.gravity-theme div.gfield_validation_message,
.gform_wrapper.gravity-theme div.validation_message {
	-webkit-margin-before: 4px;
	        margin-block-start: 4px;
	font-size: 14px;
	color: #bb0000;
	padding: 0;
	border: none;
	background: transparent;
}

.gform_footer {
	position: relative;
}

.gform_ajax_spinner {
	margin-left: 5px;
	background: red !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

div.gform_confirmation_message {
	font-size: 18px;
	color: #000;
}

.gform_wrapper.gravity-theme div.gform_validation_errors {
	display: none;
}

.gform_wrapper.gravity-theme div.gform_validation_errors .gform_submission_error {
	font-size: 16px;
	color: #bb0000;
}

.gform_required_legend {
	display: none;
}

.checkbox-list input[type="checkbox"],
.gfield_checkbox input[type="checkbox"],
.ginput_container_consent input[type="checkbox"] {
	position: absolute;
	opacity: 0 !important;
}

.checkbox-list input[type="checkbox"] + label,
.checkbox-list input[type="checkbox"] + span,
.gfield_checkbox input[type="checkbox"] + label,
.gfield_checkbox input[type="checkbox"] + span,
.ginput_container_consent input[type="checkbox"] + label,
.ginput_container_consent input[type="checkbox"] + span {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 400;
	padding: 0 0 0 30px !important;
	min-height: 22px;
	margin: 0;
	color: #000;
	letter-spacing: -0.02em;
	gap: 5px;
}

.checkbox-list input[type="checkbox"] + label a,
.checkbox-list input[type="checkbox"] + span a,
.gfield_checkbox input[type="checkbox"] + label a,
.gfield_checkbox input[type="checkbox"] + span a,
.ginput_container_consent input[type="checkbox"] + label a,
.ginput_container_consent input[type="checkbox"] + span a {
	color: #000;
	text-decoration: underline;
}

.checkbox-list input[type="checkbox"] + label a:hover,
.checkbox-list input[type="checkbox"] + span a:hover,
.gfield_checkbox input[type="checkbox"] + label a:hover,
.gfield_checkbox input[type="checkbox"] + span a:hover,
.ginput_container_consent input[type="checkbox"] + label a:hover,
.ginput_container_consent input[type="checkbox"] + span a:hover {
	color: #ff7550;
	text-decoration: none;
}

.checkbox-list input[type="checkbox"] + span:before,
.checkbox-list input[type="checkbox"] + label:before,
.gfield_checkbox input[type="checkbox"] + span:before,
.gfield_checkbox input[type="checkbox"] + label:before,
.ginput_container_consent input[type="checkbox"] + span:before,
.ginput_container_consent input[type="checkbox"] + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-bottom;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #d3d6d9;
}

.checkbox-list input[type="checkbox"]:checked + span:before,
.checkbox-list input[type="checkbox"]:checked + label:before,
.gfield_checkbox input[type="checkbox"]:checked + span:before,
.gfield_checkbox input[type="checkbox"]:checked + label:before,
.ginput_container_consent input[type="checkbox"]:checked + span:before,
.ginput_container_consent input[type="checkbox"]:checked + label:before {
	background: #ff7550;
	border-color: #ff7550;
}

.checkbox-list input[type="checkbox"]:checked + span:after,
.checkbox-list input[type="checkbox"]:checked + label:after,
.gfield_checkbox input[type="checkbox"]:checked + span:after,
.gfield_checkbox input[type="checkbox"]:checked + label:after,
.ginput_container_consent input[type="checkbox"]:checked + span:after,
.ginput_container_consent input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 6px;
	width: 14px;
	height: 7px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	-webkit-transform: rotate(136deg);
	    -ms-transform: rotate(136deg);
	        transform: rotate(136deg);
}

.radio-list input[type="radio"],
.gfield_radio input[type="radio"] {
	position: absolute;
	opacity: 0 !important;
}

.radio-list input[type="radio"] + label,
.gfield_radio input[type="radio"] + label {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 32px !important;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	min-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.radio-list input[type="radio"] + label:before,
.gfield_radio input[type="radio"] + label:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #d3d6d9;
}

.radio-list input[type="radio"]:checked + label:after,
.gfield_radio input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ff7550;
}

.popup-active {
	overflow: hidden;
}

.popup-active section.popup,
.popup-active div.popup {
	display: block;
}

section.popup,
div.popup {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
}

section.popup:after,
div.popup:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	min-height: 100%;
}

section.popup .popup-wrap,
div.popup .popup-wrap {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	text-align: left;
	margin: 15px 0;
}

section.popup .popup-content,
div.popup .popup-content {
	padding: 60px 20px;
	position: relative;
	background: #fff;
	border-radius: 16px;
	max-width: 800px;
}

section.popup .popup-close,
div.popup .popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 0;
	width: 20px;
	height: 20px;
}

section.popup .popup-close:hover:before,
section.popup .popup-close:hover:after,
div.popup .popup-close:hover:before,
div.popup .popup-close:hover:after {
	background: #ff7550;
}

section.popup .popup-close:before,
section.popup .popup-close:after,
div.popup .popup-close:before,
div.popup .popup-close:after {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

section.popup .popup-close:after,
div.popup .popup-close:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.not-found {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
	min-height: 52.8vh;
}

.nav-active {
	overflow: hidden;
}

#wrapper {
	min-height: 100vh;
	width: 100%;
	position: relative;
	overflow: clip;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
	padding: 0 16px;
}

.section {
	padding: 48px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-white {
	background: #fff !important;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button[type="button"] {
	display: inline-block;
	vertical-align: top;
	outline: none;
	text-align: center;
	padding: 12px 30px;
	border: 1px solid transparent;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 50px;
	background: #ff7550;
	font-weight: 500;
}

.btn:focus,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button:focus[type="button"] {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.btn:hover,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button:hover[type="button"] {
	background: #ff4d1d;
}

.btn.loading,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button.loading[type="button"] {
	position: relative;
	pointer-events: none;
	background: #ff7550;
	border-color: #ff7550;
	color: #ff7550;
}

.btn.loading span,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button.loading[type="button"] span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-animation: rotate 1.5s linear infinite;
	        animation: rotate 1.5s linear infinite;
	margin: -15px 0 0 -15px;
}

.btn.loading span:before,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button.loading[type="button"] span:before {
	content: "";
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 3px solid #ff7550;
	-webkit-animation: prixClipFix 2s linear infinite;
	        animation: prixClipFix 2s linear infinite;
}

.btn.outline,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button.outline[type="button"] {
	border-color: #ff7550;
	background: transparent;
	color: #ff7550;
}

.btn.outline:hover,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button.outline:hover[type="button"] {
	background: #ff4d1d;
	color: #fff;
}

.btn.arrow:after,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button.arrow[type="button"]:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	vertical-align: middle;
	margin-top: -2px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2929 4.29289C12.6834 3.90237 13.3166 3.90237 13.7071 4.29289L20.7071 11.2929C21.0976 11.6834 21.0976 12.3166 20.7071 12.7071L13.7071 19.7071C13.3166 20.0976 12.6834 20.0976 12.2929 19.7071C11.9024 19.3166 11.9024 18.6834 12.2929 18.2929L17.5858 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H17.5858L12.2929 5.70711C11.9024 5.31658 11.9024 4.68342 12.2929 4.29289Z'/%3E%3C/svg%3E") no-repeat center/contain;
	        mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2929 4.29289C12.6834 3.90237 13.3166 3.90237 13.7071 4.29289L20.7071 11.2929C21.0976 11.6834 21.0976 12.3166 20.7071 12.7071L13.7071 19.7071C13.3166 20.0976 12.6834 20.0976 12.2929 19.7071C11.9024 19.3166 11.9024 18.6834 12.2929 18.2929L17.5858 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H17.5858L12.2929 5.70711C11.9024 5.31658 11.9024 4.68342 12.2929 4.29289Z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.btn.small,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button.small[type="button"] {
	font-size: 14px;
	padding: 6px 20px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-wrap a:hover {
	opacity: 0.7;
}

figure {
	margin: 0;
}

figure figcaption {
	font-size: 16px;
}

.full-width {
	width: 100%;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.no-paddingtop {
	padding-top: 0 !important;
}

.pb-0,
.no-paddingbottom {
	padding-bottom: 0 !important;
}

.heading-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 40px;
	gap: 16px;
}

.heading-block > * {
	margin-bottom: 0;
}

.heading.has-border {
	border-bottom: 1px solid #ff7550;
	padding-bottom: 20px;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -16px;
}

.row > * {
	padding: 0 16px;
}

.col {
	padding: 0 16px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 100%;
}

.text-center {
	text-align: center;
}

.text-dark > *,
.text-black > * {
	color: #000;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
	color: #ff7550;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6 {
	color: #fff;
}

.text-light > *,
.text-white > * {
	color: #fff;
}

.show-desktop {
	display: none;
}

.admin-bar .fancybox-button {
	top: 46px;
}

.mt-4 {
	margin-top: 32px;
}

ul li::marker {
	color: #ff7550;
}

.scrollbar {
	border-radius: 16px;
	scrollbar-width: auto;
	scrollbar-color: #ff7550 transparent;
}

iframe {
	vertical-align: top;
}

.subtitle {
	font-size: 18px;
}

blockquote {
	margin: 36px 0;
	border: none;
	border-left: 2px solid #ff7550;
	padding: 0 0 0 20px;
	color: #000;
}

blockquote p {
	font-size: 18px;
	line-height: 1.5;
}

blockquote p:before,
blockquote p:after {
	content: "\"";
	display: inline-block;
}

.wp-block-columns {
	row-gap: 30px;
}

span.loading {
	font-size: 0;
	position: absolute;
	top: 0;
	left: 50%;
	width: 32px;
	height: 32px;
	display: block;
	-webkit-animation: rotate 1s linear infinite;
	        animation: rotate 1s linear infinite;
	top: -5px;
}

span.loading:before {
	content: "";
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 3px solid #ff7550;
	-webkit-animation: prixClipFix 2s linear infinite;
	        animation: prixClipFix 2s linear infinite;
}

.swiper-button {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-prev:after {
	-webkit-transform: translate(-50%, -50%) rotate(-136deg);
	    -ms-transform: translate(-50%, -50%) rotate(-136deg);
	        transform: translate(-50%, -50%) rotate(-136deg);
	margin-left: 3px;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-next:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
	margin-left: -3px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: "";
	font-size: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 3px 3px 0 0;
	border-color: #ff7550 #ff7550 transparent transparent;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #ff7550;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
	border-color: #fff #fff transparent transparent;
}

.accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 12px;
}

.accordion .accordion-list {
	background: #fff;
	border-radius: 6px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.accordion .accordion-list:first-child .slide {
	max-height: -webkit-max-content;
	max-height: -moz-max-content;
	max-height: max-content;
}

.accordion .accordion-list.active .title:before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	margin-top: -2px;
}

.accordion .accordion-list .title {
	cursor: pointer;
	position: relative;
	padding: 12px 44px 12px 16px;
	margin: 0;
	font-size: 20px;
	line-height: 1.24;
}

.accordion .accordion-list .title:before {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #000 #000 transparent transparent;
	-webkit-transform: rotate(136deg);
	    -ms-transform: rotate(136deg);
	        transform: rotate(136deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	margin-top: -9px;
}

.accordion .accordion-list .slide {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s linear;
	transition: max-height 0.35s linear;
}

.accordion .accordion-list .slide-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 16px;
	padding: 12px 16px 32px;
}

.accordion .accordion-list .slide-wrap * {
	margin: 0;
}

.accordion-block .accordion-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

body.has-banner #header {
	background: transparent;
	position: fixed;
}

body.has-banner.sticky #header {
	background: #fff;
}

#header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

#header.hidden {
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.sticky #header {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 6px 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.header-wrap .logo {
	position: relative;
}

.header-wrap .logo img {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	width: auto;
	max-height: 90px;
}

.has-banner .header-wrap .logo img.img-logo {
	display: none;
}

.sticky .header-wrap .logo img.img-logo {
	display: block;
}

.has-banner .header-wrap .logo img.img-logo-white {
	display: block;
}

.sticky .header-wrap .logo img.img-logo-white {
	display: none;
}

.admin-bar #header {
	top: 46px;
}

.scroll-top-btn {
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #ff7550;
	border: none;
	display: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9999;
}

.scroll-top-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff #fff transparent transparent;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	margin: -4px 0 0 -5px;
}

.scroll-top-btn:hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.scroll-top-btn.show {
	display: block;
}

#nav {
	position: relative;
}

#nav .drop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 24px 24px 32px;
	-webkit-transform: translateX(-100vw);
	    -ms-transform: translateX(-100vw);
	        transform: translateX(-100vw);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	z-index: 5;
	width: 100%;
	background: #1e1e1e;
	-webkit-box-shadow: inset 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
	height: 100dvh;
	overflow: hidden;
}

#nav .drop ul > li:hover > a:before {
	width: 100%;
}

#nav .drop ul > li + li {
	margin-top: 30px;
}

#nav .drop ul > li.has-megamenu > a,
#nav .drop ul > li.menu-item-has-children > a {
	position: relative;
	z-index: 1;
	padding-right: 40px;
}

#nav .drop ul > li.has-megamenu > a:after,
#nav .drop ul > li.menu-item-has-children > a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000 #000 transparent transparent;
	-webkit-transform: translateY(-50%) rotate(136deg);
	    -ms-transform: translateY(-50%) rotate(136deg);
	        transform: translateY(-50%) rotate(136deg);
	display: none;
	margin-left: 8px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.has-banner #nav .drop ul > li.has-megamenu > a:after,
.has-banner #nav .drop ul > li.menu-item-has-children > a:after {
	border-color: #fff #fff transparent transparent;
}

.sticky #nav .drop ul > li.has-megamenu > a:after,
.sticky #nav .drop ul > li.menu-item-has-children > a:after {
	border-color: #000 #000 transparent transparent;
}

#nav .drop ul > li.has-megamenu .arrow,
#nav .drop ul > li.menu-item-has-children .arrow {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 0;
	width: 16px;
	height: 16px;
	z-index: 1;
}

#nav .drop ul > li.has-megamenu .arrow:before,
#nav .drop ul > li.menu-item-has-children .arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

#nav .drop ul > li.has-megamenu.submenu-active > .arrow:before,
#nav .drop ul > li.menu-item-has-children.submenu-active > .arrow:before {
	margin-top: -1px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

#nav .drop ul > li.has-megamenu.submenu-active > .arrow:after,
#nav .drop ul > li.menu-item-has-children.submenu-active > .arrow:after {
	visibility: hidden;
	opacity: 0;
}

#nav .drop ul > li.current-menu-parent > a:before,
#nav .drop ul > li.current-menu-item > a:before {
	width: 100%;
}

#nav .drop ul > li > a {
	position: relative;
	font-weight: 500;
	display: block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
}

#nav .drop ul > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	display: none;
}

#nav .drop-wrap {
	height: calc(100vh - 150px);
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 30px;
}

#nav .menu-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#nav .menu-dropdown {
	background: #fff;
	display: none;
}

#nav .menu-dropdown:before {
	content: "";
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	height: 70px;
}

#nav .menu-dropdown-wrap {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px;
	gap: 20px;
}

#nav .menu-dropdown-wrap .tab-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px 30px;
}

#nav .menu-dropdown-wrap .tab-lists button {
	border: none;
	background: transparent;
	outline: none;
	text-align: left;
	padding: 0;
}

#nav .menu-dropdown-wrap .tab-lists button.active {
	color: #ff7550;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
}

#nav .menu-dropdown-wrap .tab-lists button.active span {
	color: rgba(0, 0, 0, 0.5);
}

#nav .menu-dropdown-wrap .tab-lists button span {
	display: none;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
}

#nav .menu-dropdown-wrap .right-content .tab-content {
	display: none;
}

#nav .menu-dropdown-wrap .right-content .tab-content.tab-active {
	display: block;
}

#nav .menu-dropdown-wrap .right-content .tab-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 20px;
}

#nav .menu-dropdown-wrap .right-content .tab-content .menu-list-wrap .title {
	margin-bottom: 10px;
	display: block;
}

#nav .menu-dropdown-wrap .right-content .tab-content .image-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}

#nav .menu-dropdown-wrap .right-content .tab-content .image-wrap * {
	margin: 0;
}

#nav .menu-dropdown-wrap .right-content .tab-content .image-wrap img {
	border-radius: 8px;
}

#nav .menu-dropdown-wrap .right-content .tab-content .image-wrap .title {
	font-weight: 600;
}

#nav .menu-dropdown-wrap .right-content .tab-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 10px;
}

#nav .menu-dropdown-wrap .right-content .tab-content ul li + li {
	margin: 0;
}

#nav .menu-dropdown-wrap .right-content .tab-content ul li a {
	color: #000;
	text-transform: capitalize;
}

#nav .menu-dropdown-wrap .right-content .tab-content ul li a:hover {
	color: #ff7550;
}

#nav .menu-footer {
	border-top: 1px solid #ff7550;
	margin-top: 24px;
	padding-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	row-gap: 16px;
}

#nav .menu-footer .content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

#nav .menu-footer .content-wrap * {
	margin: 0;
}

#nav .menu-footer .content-wrap .title {
	font-size: 18px;
}

#nav .menu-footer .btn-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.nav-opener {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 24px;
	height: 20px;
	outline: none;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 10;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	top: 50%;
	left: 0;
	height: 3px;
	width: 24px;
	background: #000;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-radius: 3px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.has-banner .nav-opener:before,
.has-banner .nav-opener:after,
.has-banner
    .nav-opener span {
	background: #fff;
}

.sticky .nav-opener:before,
.sticky .nav-opener:after,
.sticky
    .nav-opener span {
	background: #000;
}

.nav-opener span {
	font-size: 0;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	margin-top: -7px;
}

.nav-opener:after {
	margin-top: 7px;
}

.nav-close {
	position: relative;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	top: -3px;
	right: -4px;
}

.nav-close:before,
.nav-close:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	height: 3px;
	width: 100%;
	border-radius: 50px;
	background: #fff;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.nav-close:before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.nav-close:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.nav-active.sticky.is-header-transparent .nav-opener:before,
.nav-active.sticky.is-header-transparent .nav-opener:after,
.nav-active.sticky.is-header-transparent .nav-opener span {
	background: #000;
}

.nav-active #nav .drop {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.nav-active .nav-opener {
	opacity: 0;
}

#footer {
	margin-top: auto;
	background: #262164;
	padding: 40px 0;
	color: #fff;
	position: relative;
}

#footer .row {
	row-gap: 30px;
}

footer a {
	color: rgba(255, 255, 255, 0.7);
}

footer a:hover {
	color: #fff;
}

.footer-top {
	padding-bottom: 40px;
}

.footer-top .footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

.footer-top .footer-logo img {
	max-height: 90px;
}

.footer-top .footer-logo * {
	margin: 0;
}

.footer-top .col-help .help {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0 8px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer-top .col-help .help a {
	font-size: 40px;
	color: #ff7550;
}

.footer-top .col-help .help a:hover {
	color: #ff4d1d;
}

.footer-top .col-help .gform_wrapper {
	max-width: 400px;
	width: 100%;
}

.footer-top .col-help .gform_wrapper .gform_fields {
	position: relative;
	padding-right: 90px;
}

.footer-top .col-help .gform_wrapper .gform_fields .gfield {
	grid-column: initial;
}

.footer-top .col-help .gform_wrapper .gform_fields .gfield.gfield--type-email {
	grid-column: span 12;
}

.footer-top .col-help .gform_wrapper .gform_fields .gfield.gfield--type-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
}

.footer-top .col-help .gform_wrapper .gform_fields .gfield div.ginput_container input:not([type="checkbox"]):not([type="radio"]) {
	height: 38px !important;
	padding-left: 20px !important;
}

.footer-top .col-help .gform_wrapper .gform-footer {
	margin: 0 !important;
}

.footer-menu {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 40px 0;
}

.footer-menu .title {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.footer-menu .col-contact .address {
	font-size: 18px;
}

.footer-menu .col-contact .address ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

.footer-menu .col-contact .address ul li {
	position: relative;
	padding-left: 32px;
}

.footer-menu .col-contact .address ul li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 22px;
	height: 22px;
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-filter: contrast(0.5);
	        filter: contrast(0.5);
}

.footer-menu .col-contact .address ul li.location:before {
	background-image: url("assets/images/icons/icon-marker.svg");
}

.footer-menu .col-contact .address ul li.tel:before {
	background-image: url("assets/images/icons/icon-phone.svg");
}

.footer-menu .col-contact .address ul li.mail:before {
	background-image: url("assets/images/icons/icon-envelope.svg");
}

.footer-menu .col-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
}

.footer-menu .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 30px;
}

.footer-menu .social-networks .container {
	padding: 0;
	margin: 0;
}

.footer-menu .social-networks ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.footer-menu .social-networks ul li:hover {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.footer-menu .social-networks ul li a {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	opacity: 0.7;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.footer-menu .social-networks ul li a img {
	max-width: 20px;
	max-width: 20px;
}

.footer-menu .social-networks ul li a:hover {
	opacity: 1;
	border-bottom: 1px solid #fff;
}

.footer-bottom {
	padding-top: 40px;
}

.footer-bottom p {
	margin: 0;
}

.whats-app-box {
	position: absolute;
	bottom: 10%;
	right: 0;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	will-change: transform;
}

.whats-app-box.show {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.whats-app-box .whatsapp-link {
	border: 1px solid #25d366;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #25d366;
	padding: 8px 12px;
	gap: 8px;
	font-size: 15px;
	background: #fff;
}

.whats-app-box .whatsapp-link:hover {
	opacity: 0.7;
}

.footer-tab {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 99;
	display: none;
}

.footer-tab ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-tab ul li {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.footer-tab ul li a {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-weight: 500;
}

.banner-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	position: relative;
	z-index: 0;
}

.banner-slider .swiper-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.banner-slider .swiper-slide .banner-bg-picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner-slider .swiper-slide .banner-bg-picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.banner-slider .swiper-slide .banner-text {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}

.banner-slider .swiper-slide .banner-text p {
	font-size: 18px;
	font-weight: 500;
}

.banner-slider .swiper-slide .banner-text * {
	margin: 0;
}

.banner-slider .swiper-slide .container {
	position: relative;
	z-index: 2;
}

.banner-gallery-block {
	padding-block: 12px;
	margin-bottom: 16px;
}

.banner-gallery-wrap {
	display: none;
	gap: 12px;
	width: 100%;
}

.banner-gallery-wrap .img-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	width: 100%;
	height: 100%;
	aspect-ratio: 815 / 494;
}

.banner-gallery-wrap .img-wrap:hover img {
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}

.banner-gallery-wrap .img-wrap:first-child {
	grid-row: 1 / 3;
}

.banner-gallery-wrap .img-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.banner-gallery-slider-mobile .img-wrap img {
	aspect-ratio: 375/210;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.scroll-down {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 9;
	display: block;
	width: 20px;
	height: 40px;
	border-radius: 10px;
	background: #ff7550;
}

.scroll-down span {
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-animation: arrowDown 2s infinite;
	        animation: arrowDown 2s infinite;
	margin-left: 5px;
}

.inner-banner {
	min-height: 300px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inner-banner.align-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.inner-banner.has-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

.inner-banner .banner-text {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

.inner-banner .banner-text * {
	margin: 0;
}

.half-content-half-image-block .row {
	row-gap: 40px;
}

.half-content-half-image-block .col-content .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.half-content-half-image-block .col-content .text-wrap * {
	margin: 0;
}

.half-content-half-image-block .col-image .img-wrap img {
	border-radius: 30px;
}

.award-card {
	background: #fff;
	border-radius: 10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.award-card .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}

.award-card .text-wrap * {
	margin: 0;
}

.awards-with-description .row {
	row-gap: 30px;
}

.awards-with-description .col-award-lists ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.awards-with-description .col-award-lists ul li {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.awards-with-description .col-award-lists ul li img {
	max-width: 130px;
}

.awards-with-description .col-description .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.awards-with-description .col-description .col-wrap * {
	margin: 0;
}

.content-with-award-slider .row {
	row-gap: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.content-with-award-slider .col-description .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}

.content-with-award-slider .col-description .col-wrap * {
	margin: 0;
}

.content-with-award-slider .col-description .col-wrap big {
	font-size: 18px;
	font-weight: 700;
}

.content-with-award-slider .btn-wrap button {
	position: relative;
	width: 30px;
	height: 30px;
	border: none;
	font-size: 0;
	background: transparent;
}

.content-with-award-slider .btn-wrap button:hover:before {
	border-color: #ff7550 #ff7550 transparent transparent;
}

.content-with-award-slider .btn-wrap button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000 #000 transparent transparent;
	margin: -6px 0 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.content-with-award-slider .btn-wrap button.award-prev:before {
	-webkit-transform: rotate(-136deg);
	    -ms-transform: rotate(-136deg);
	        transform: rotate(-136deg);
	margin-left: -3px;
}

.content-with-award-slider .btn-wrap button.award-next:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin-left: -8px;
}

.award-slider .swiper-slide.swiper-slide-active .award-card {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.award-slider .award-card {
	padding: 40px 20px;
}

.card-explore .card-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
}

.card-explore .card-wrap:hover .img-wrap {
	border-radius: 50px;
}

.card-explore .img-wrap {
	border-radius: 90px;
	overflow: hidden;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	margin: 0 auto;
}

.card-explore .img-wrap img {
	width: 100%;
	height: 100%;
	aspect-ratio: 200/250;
}

.card-explore .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	text-align: center;
	margin: 0 auto;
}

.card-explore .text-wrap * {
	margin: 0;
}

.card-explore .text-wrap a {
	color: #000;
}

.card-explore .text-wrap a:hover {
	color: #ff7550;
}

.explore-out-block .row {
	row-gap: 30px;
}

.explore-out-block .card-explore {
	text-align: center;
}

.explore-out-block .btn-wrap {
	margin-top: 40px;
}

.card-associate .card-wrap {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.card-associate .icon-wrap {
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #fff;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.card-associate .icon-wrap img {
	max-height: 40px;
}

.card-associate .text-wrap * {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.associate-block .row {
	row-gap: 30px;
}

.card-gallery .card-wrap {
	position: relative;
	z-index: 0;
	border-radius: 10px;
	overflow: hidden;
}

.card-gallery .card-wrap:hover > img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.card-gallery .card-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	z-index: 1;
}

.card-gallery .card-wrap .icon-image {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ff7550;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 1;
}

.card-gallery .card-wrap .icon-image:before {
	content: "";
	background: url("assets/images/icon-images.svg") no-repeat;
	background-size: 100%;
	width: 14px;
	height: 14px;
	display: block;
}

.card-gallery .card-wrap > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	aspect-ratio: 290/400;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.card-gallery .card-wrap > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	z-index: 2;
}

.card-gallery .card-wrap .h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 10px 20px;
	text-align: center;
	color: #fff;
	margin: 0;
	z-index: 2;
}

.gallery-block .btn-wrap {
	margin-top: 30px;
}

.half-image-half-accordion-block .col-image .images {
	min-height: 500px;
	position: relative;
}

.half-image-half-accordion-block .col-image .images .img-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	border-radius: 16px;
	padding-top: 75.5%;
}

.half-image-half-accordion-block .col-image .images .img-wrap.active {
	display: block;
}

.half-image-half-accordion-block .col-image .images .img-wrap.active img {
	opacity: 1;
	visibility: visible;
}

.half-image-half-accordion-block .col-image .images img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	visibility: hidden;
}

.blog-featured-image {
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 32px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.blog-featured-image .img-wrap img {
	aspect-ratio: 150/120;
	width: 100%;
}

.blog-featured-image .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	padding: 20px;
}

.blog-featured-image .text-wrap * {
	margin: 0;
}

.blog-card .card-wrap {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 16px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.blog-card .card-wrap > .img-wrap img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	aspect-ratio: 150/110;
}

.blog-card .card-wrap .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

.blog-card .card-wrap .text-wrap * {
	margin: 0;
}

.blog-card .card-wrap .text-wrap .h6 {
	font-size: 18px;
	line-height: 1.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog-block .row {
	row-gap: 32px;
}

.blog-block .col-blog-list h3 a {
	color: #000;
}

.blog-block .col-blog-list h3 a:hover {
	color: #ff7550;
}

.blog-block .col-blog-list .author-block {
	padding-top: 0;
	border-top: 0;
	grid-template-columns: 36px 1fr;
}

.blog-block .col-blog-list .author-block .img-wrap img {
	width: 36px;
	height: 36px;
}

.blog-block .blog-lists {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.blog-block .col-lists ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.blog-block .col-lists ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 14px;
	   -moz-column-gap: 14px;
	        column-gap: 14px;
	border-top: 1px solid #d3d6d9;
	padding-block: 20px;
}

.blog-block .col-lists ul li .count {
	background: #ff7550;
	color: #fff;
	padding: 5px 10px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	min-width: 50px;
	text-align: center;
	position: relative;
	border-bottom-left-radius: 0;
}

.blog-block .col-lists ul li .count:before {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 0;
	height: 0;
	border-width: 14px 10px 0 0;
	border-color: #ff7550 transparent transparent transparent;
	border-style: solid;
}

.author-block {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 8px;
	border-top: 1px solid #d3d6d9;
	padding-top: 16px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.author-block img {
	border-radius: 50%;
	width: 48px;
	height: 48px;
}

.author-block .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.author-block .text * {
	margin: 0;
}

.card-blog .card-wrap {
	height: 100%;
	background: #fff;
	border-radius: 16px;
	-webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.1);
	        box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.card-blog .card-wrap:hover > .img-wrap a:hover {
	opacity: 1;
}

.card-blog .card-wrap:hover > .img-wrap img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.card-blog .card-wrap > .img-wrap {
	overflow: hidden;
}

.card-blog .card-wrap > .img-wrap img {
	aspect-ratio: 326/223;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.card-blog .card-wrap .text-wrap {
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

.card-blog .card-wrap .text-wrap * {
	margin: 0;
}

.card-blog .card-wrap .text-wrap a:not(.btn):hover {
	color: #ff4d1d;
}

.card-blog .card-wrap .text-wrap h2 a {
	color: #000;
}

.card-blog .card-wrap .text-wrap h2 a:hover {
	color: #ff7550;
}

.card-blog .card-wrap .text-wrap .tags ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8px 24px;
}

.card-blog .card-wrap .text-wrap .btn-wrap .btn,
.card-blog .card-wrap .text-wrap .btn-wrap .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button[type="button"],
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container .card-blog .card-wrap .text-wrap .btn-wrap button[type="button"] {
	width: 100%;
}

.blog-listing .row {
	row-gap: 32px;
}

.why-with-us-block .row {
	row-gap: 40px;
}

.why-with-us-block .col-content .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.why-with-us-block .col-content .col-wrap * {
	margin: 0;
}

.why-with-us-block .col-lists .lists {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.why-with-us-block .col-lists .lists li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
}

.why-with-us-block .col-lists .lists li .icon-wrap {
	min-width: 36px;
	min-height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #ff7550;
	border-radius: 50%;
}

.why-with-us-block .col-lists .lists li .icon-wrap span::before {
	color: #fff;
}

.why-with-us-block .col-lists .lists li .icon-wrap img {
	max-width: 20px;
	max-height: 20px;
}

.why-with-us-block .col-lists .lists li .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 4px;
}

.why-with-us-block .col-lists .lists li .text-wrap * {
	margin: 0;
}

.why-with-us-block > .img-wrap img {
	width: 100%;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

.pagination .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pagination .page-numbers li + li {
	margin-left: 6px;
}

.pagination .page-numbers .page-numbers:not(.prev):not(.next) {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 2px;
	color: #000;
	border: 2px solid rgba(255, 117, 80, 0.5);
}

.pagination .page-numbers .page-numbers:not(.prev):not(.next).current,
.pagination .page-numbers .page-numbers:not(.prev):not(.next).active,
.pagination .page-numbers .page-numbers:not(.prev):not(.next):hover {
	background: #ff7550;
	color: #fff;
}

.pagination .page-numbers .page-numbers.prev,
.pagination .page-numbers .page-numbers.next {
	font-size: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: transparent;
	display: block;
	position: relative;
}

.pagination .page-numbers .page-numbers.prev:before,
.pagination .page-numbers .page-numbers.next:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #ff7550 #ff7550 transparent transparent;
	border-width: 2px 2px 0 0;
}

.pagination .page-numbers .page-numbers.prev:before {
	-webkit-transform: translate(-50%, -50%) rotate(-136deg);
	    -ms-transform: translate(-50%, -50%) rotate(-136deg);
	        transform: translate(-50%, -50%) rotate(-136deg);
}

.pagination .page-numbers .page-numbers.next:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.chip {
	background: #fff;
	padding: 5px 15px;
	border-radius: 50px;
	min-width: 60px;
	text-align: center;
	font-weight: 600;
}

.chip.bestsale {
	color: #3dc262;
}

.card-tour .card-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-radius: 24px;
	overflow: hidden;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.card-tour .card-wrap:hover {
	-webkit-box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.09);
	        box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.09);
}

.card-tour .card-wrap .img-wrap {
	position: relative;
}

.card-tour .card-wrap .img-wrap .chip {
	position: absolute;
	top: 20px;
	left: 20px;
}

.card-tour .card-wrap .img-wrap img {
	width: 100%;
	height: 100%;
	aspect-ratio: 406/326;
}

.card-tour .card-wrap .text-wrap {
	background: #fff;
	padding: 40px 24px 30px;
	border-radius: 24px;
	border: 1px solid #d3d6d9;
	margin-top: -40px;
	position: relative;
}

.card-tour .card-wrap .text-wrap h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.24;
}

.card-tour .card-wrap .text-wrap h3 a {
	color: #000;
}

.card-tour .card-wrap .text-wrap h3 a:hover {
	color: #ff7550;
}

.card-tour .card-wrap .card-rating {
	position: absolute;
	top: -20px;
	left: 30px;
	right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.card-tour .card-wrap .card-rating .rating {
	background: #fff url("assets/images/icon-star.svg") no-repeat;
	padding: 5px 15px 5px 30px;
	border-radius: 50px;
	min-width: 60px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
	        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
	background-position: left 11px center;
	background-size: 12px 12px;
}

.card-tour .card-wrap .card-rating .rating .review {
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5);
}

.card-tour .card-wrap .tour-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px 20px;
}

.card-tour .card-wrap .tour-list li {
	color: #737373;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
}

.card-tour .card-wrap .card-program {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}

.card-tour .card-wrap .card-pricing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.card-tour .card-wrap .card-pricing .price {
	font-size: 24px;
}

.card-tour .card-wrap .card-pricing .price sub {
	font-weight: 400;
	color: #737373;
	bottom: 0;
}

.card-tour .card-wrap .card-pricing .btn-wrap .btn,
.card-tour .card-wrap .card-pricing .btn-wrap .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button[type="button"],
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container .card-tour .card-wrap .card-pricing .btn-wrap button[type="button"] {
	padding: 5px 15px;
}

.tour-block .row {
	row-gap: 32px;
}

.card-trip .card-wrap {
	position: relative;
}

.card-trip .card-wrap .img-wrap img {
	display: block;
	border-radius: 16px;
}

.card-trip .card-wrap .text-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 12;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
	max-width: 350px;
}

.card-trip .card-wrap .text-wrap * {
	margin: 0;
}

.trip-block .row {
	row-gap: 32px;
}

.overview-lists {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.6rem;
	border: 1px solid #d3d6d9;
	border-radius: 16px;
	padding: 24px;
	background: #f9fafb;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.overview-lists .overview-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	width: 100%;
}

.overview-lists .overview-list .icon-wrap {
	min-width: 35px;
	height: 35px;
	background: #ff7550;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 50%;
}

.overview-lists .overview-list .icon-wrap img {
	max-width: 22px;
	max-height: 22px;
}

.overview-lists .overview-list .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.overview-lists .overview-list .text-wrap .tagline {
	font-size: 12px;
	color: #737373;
}

.overview-lists .overview-list .text-wrap .title {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.trip-content-card {
	gap: 1.6rem;
	border: 1px solid #d3d6d9;
	border-radius: 16px;
	padding: 24px 16px;
	background: #f9fafb;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}

.trip-content-card * {
	margin: 0;
}

.trip-content-card .trip-content-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 8px;
}

.trip-content-card .trip-content-heading .toggle-all-accordion {
	margin-left: auto !important;
}

.trip-content-card .overview-lists {
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 0;
	border: none;
}

.trip-content-card .include-lists li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	padding-bottom: 10px;
}

.trip-content-card .include-lists li + li {
	border-top: 1px solid #d3d6d9;
	padding-block: 10px;
}

.trip-content-card .toggle-accordion {
	color: #1e1e1e;
}

.trip-content-card .toggle-accordion:hover {
	color: #ff7550;
}

.trip-header {
	border: 1px solid #d3d6d9;
	border-radius: 16px;
	padding: 16px;
	background: #f9fafb;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}

.trip-header .content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

.trip-header .content-wrap * {
	margin: 0;
}

.trip-header .content-wrap .trip-review-advisor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 4px;
}

.trip-header .content-wrap .trip-review-advisor .review-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 4px;
}

.trip-header .content-wrap .trip-review-advisor .review-in {
	font-size: 14px;
	color: #737373;
	margin-right: 10px;
}

.trip-header .content-wrap .trip-review-advisor .review-in a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	color: #1e1e1e;
}

.trip-header .content-wrap .trip-review-advisor .review-in a:hover {
	text-decoration: none;
}

.trip-header .content-wrap .reviewer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.trip-header .content-wrap .reviewer li + li {
	margin-left: -10px;
}

.trip-header .content-wrap .reviewer img {
	border: 1px solid #fff;
	border-radius: 50%;
}

.trip-header .content-wrap .travel-recommended {
	font-size: 12px;
	padding-left: 24px;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 12.5C22 18.0225 17.5225 22.5 12 22.5C6.4775 22.5 2 18.0225 2 12.5C2 6.9775 6.4775 2.5 12 2.5C17.5225 2.5 22 6.9775 22 12.5Z' fill='url(%23paint0_linear_1793_6158)'/%3E%3Cpath opacity='0.05' d='M16.828 12C16.9415 11.766 17 11.512 17 11.25C17 10.285 16.215 9.5 15.25 9.5H12.0905L12.2125 8.767C12.495 8.51 13 7.922 13 7C13 6.173 12.327 5.5 11.5 5.5H11.26L7.767 9.866C7.2725 10.4845 7 11.2605 7 12.052V15.5C7 16.603 7.897 17.5 9 17.5H14.25C15.215 17.5 16 16.715 16 15.75C16 15.664 15.993 15.578 15.98 15.492C16.3105 15.1665 16.5 14.7235 16.5 14.25C16.5 14.164 16.493 14.078 16.48 13.992C16.8105 13.6665 17 13.2235 17 12.75C17 12.488 16.9415 12.234 16.828 12Z' fill='black'/%3E%3Cpath opacity='0.07' d='M12.75 7C12.75 6.3985 12.318 5.8975 11.752 5.7935C11.673 5.7655 11.4555 5.916 11.367 5.916L11.1875 5.99L7.96151 10.022C7.50151 10.597 7.24951 11.316 7.24951 12.052V15.5C7.24951 16.3955 7.92751 17.1345 8.79551 17.229C8.86151 17.2425 9.09751 17.25 9.16751 17.25H14.0545C14.1345 17.25 14.407 17.239 14.4805 17.219C15.1965 17.1175 15.7495 16.4975 15.7495 15.75C15.7495 15.6605 15.7405 15.572 15.7235 15.4855C15.7375 15.435 15.748 15.3845 15.756 15.334C16.0595 15.069 16.2495 14.6795 16.2495 14.25C16.2495 14.1605 16.2405 14.072 16.2235 13.986C16.2375 13.9355 16.2485 13.885 16.256 13.834C16.5595 13.569 16.749 13.1795 16.749 12.75C16.749 12.4775 16.671 12.2215 16.535 12C16.671 11.7785 16.749 11.5225 16.749 11.25C16.749 10.573 16.2835 10.0035 15.665 9.8555C15.541 9.7885 14.951 9.75 14.8005 9.75H11.9955L11.83 9.5335L11.9525 8.797C11.9845 8.768 12.049 8.567 12.088 8.5215C12.2235 8.3645 12.75 7.8575 12.75 7Z' fill='black'/%3E%3Cpath d='M16.5 11.25C16.5 10.5595 15.9405 10 15.25 10H11.5L11.75 8.5C11.75 8.5 12.5 8 12.5 7C12.5 6.4475 12.0525 6 11.5 6L8.1575 10.1785C7.732 10.71 7.5 11.371 7.5 12.0525V15.5C7.5 16.3285 8.1715 17 9 17H14.25C14.9405 17 15.5 16.4405 15.5 15.75C15.5 15.5925 15.4675 15.4435 15.4145 15.305C15.7655 15.0835 16 14.6955 16 14.25C16 14.0925 15.9675 13.9435 15.9145 13.805C16.2655 13.5835 16.5 13.1955 16.5 12.75C16.5 12.4675 16.4025 12.2095 16.2445 12C16.4025 11.7905 16.5 11.5325 16.5 11.25Z' fill='url(%23paint1_linear_1793_6158)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1793_6158' x1='4.929' y1='5.429' x2='19.071' y2='19.571' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231D6C8B'/%3E%3Cstop offset='1' stop-color='%23088242'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1793_6158' x1='9.146' y1='6.406' x2='13.5665' y2='17.238' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFCF54'/%3E%3Cstop offset='0.261' stop-color='%23FDCB4D'/%3E%3Cstop offset='0.639' stop-color='%23F7C13A'/%3E%3Cstop offset='1' stop-color='%23F0B421'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
}

.trip-header .content-wrap .travel-recommended:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 20px;
	background: rgba(255, 117, 80, 0.7);
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: none;
}

.trip-header .trip-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

.trip-header .trip-share .share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}

.trip-header .trip-share .share-list .share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	font-size: 14px;
}

.trip-header .trip-share .share-list .share svg {
	width: 18px;
}

.trip-header .trip-share .share-list .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
}

.trip-header .trip-share .share-list .social-networks li a:hover {
	opacity: 0.7;
}

.itinary-block .row {
	row-gap: 30px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.itinary-block .col-content .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
}

.itinary-block .col-content .col-wrap * {
	margin: 0;
}

.itinary-block .col-content .col-wrap .container {
	padding: 0 !important;
}

.itinary-block .col-sidebar {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

aside.trip {
	background: #fff;
	border: 1px solid #ff7550;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(39, 39, 39, 0.1);
	        box-shadow: 0 2px 4px 0 rgba(39, 39, 39, 0.1);
	overflow: hidden;
}

aside.trip .promotion-offer {
	padding: 20px 20px 25px;
	position: relative;
	z-index: 2;
	background: #f9fafb;
}

aside.trip .promotion-offer sup {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	top: -14px;
	left: 2px;
}

aside.trip .promotion-offer .price {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	display: block;
}

aside.trip .promotion-offer .price span {
	font-size: 1px;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	top: -2px;
	display: none;
}

aside.trip .promotion-offer .discount-price {
	font-size: 12px;
	border: 1px solid #e8edf3;
	border-radius: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 6px 12px;
	gap: 4px;
	margin-top: 6px;
}

aside.trip .promotion-offer .save-price {
	background-color: rgba(255, 117, 80, 0.3);
	top: 0px;
	right: 9px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 16px 6px 23px;
	min-width: 70px;
	line-height: 1.2;
}

aside.trip .promotion-offer .save-price:after {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	right: -1px;
	height: 11px;
	bottom: -1px;
	background-color: #f9fafb;
	-webkit-clip-path: polygon(0px 100%, 50% 0px, 100% 100%);
	        clip-path: polygon(0px 100%, 50% 0px, 100% 100%);
}

aside.trip .promotion-offer .save-price strong {
	font-size: 20px;
	letter-spacing: -0.02em;
	font-weight: 900;
}

aside.trip .discount-lists .discount {
	padding: 16px 20px 20px;
	background-color: #fff;
	font-size: 12px;
}

aside.trip .discount-lists .discount .title {
	display: block;
	margin-bottom: 4px;
}

aside.trip .discount-lists .discount p {
	margin: 0;
}

aside.trip .table-wrap table {
	width: 100%;
}

aside.trip .table-wrap table th,
aside.trip .table-wrap table td {
	font-size: 14px;
	text-align: left;
	border: none;
	padding: 8px 12px;
}

aside.trip .table-wrap table th {
	background: #ff7550;
	color: #fff;
	font-weight: 600;
}

aside.trip .table-wrap table tr:nth-child(odd) td {
	background: rgba(255, 117, 80, 0.3);
}

aside.trip .button-lists {
	border-top: 1px solid #d3d6d9;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}

aside.trip .button-lists .whatsapp-link {
	border: 1px solid #25d366;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #25d366;
	padding: 8px 12px;
	gap: 8px;
	font-size: 15px;
}

aside.trip .button-lists .whatsapp-link:hover {
	opacity: 0.7;
}

aside.trip .button-lists .btn,
aside.trip .button-lists .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button[type="button"],
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container aside.trip .button-lists button[type="button"] {
	width: 100%;
}

aside.trip .button-lists p {
	text-align: center;
	font-size: 12px;
	margin: 10px 0 0;
}

.itinary-accordion .accordion-list {
	padding: 16px 0 16px 40px;
	position: relative;
}

.itinary-accordion .accordion-list.active .accordion-slide {
	max-height: var(--max-height);
}

.itinary-accordion .accordion-list:last-child:after {
	display: none;
}

.itinary-accordion .accordion-list:before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background-color: #ff7550;
	border-radius: 100%;
	left: 5px;
	top: 22px;
	z-index: 1;
}

.itinary-accordion .accordion-list:after {
	content: "";
	position: absolute;
	border-left: 2px solid #ff7550;
	left: 10px;
	top: 25px;
	bottom: -25px;
}

.itinary-accordion .accordion-list > img {
	background: #ff7550;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	padding: 8px;
	position: absolute;
	left: -7px;
	z-index: 1;
}

.itinary-accordion .accordion-list .accordion-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px;
	cursor: pointer;
	position: relative;
	padding-right: 28px;
}

.itinary-accordion .accordion-list .accordion-heading.active:before {
	top: 9px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.itinary-accordion .accordion-list .accordion-heading:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 2px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: #1e1e1e #1e1e1e transparent transparent;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(136deg);
	    -ms-transform: rotate(136deg);
	        transform: rotate(136deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.itinary-accordion .accordion-list .accordion-heading .h5 {
	font-size: 18px;
	font-weight: 400;
}

.itinary-accordion .accordion-list .accordion-heading .h5 strong {
	font-weight: 600;
}

.itinary-accordion .accordion-list .accordion-heading p {
	color: #737373;
}

.itinary-accordion .accordion-list .accordion-heading ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8px 20px;
}

.itinary-accordion .accordion-list .accordion-heading ul li {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.itinary-accordion .accordion-list .accordion-heading ul li .icon-wrap {
	background: #ff7550;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 28px;
	height: 28px;
}

.itinary-accordion .accordion-list .accordion-heading ul li .icon-wrap > img {
	max-height: 20px;
}

.itinary-accordion .accordion-list .accordion-slide {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
}

.itinary-accordion .accordion-list .accordion-slide .slide-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	padding: 20px 0;
}

.itinary-accordion .accordion-list .accordion-slide .slide-wrap * {
	margin: 0;
}

.itinary-accordion .accordion-list .short-description {
	margin-top: 20px;
	background: #e8edf3;
	padding: 10px 20px;
}

.trip-expert-box {
	text-align: center;
	margin: 0 auto;
}

.trip-expert-box.sidebar {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	margin-top: 30px;
}

.trip-expert-box.sidebar .images {
	gap: 5px;
}

.trip-expert-box.has-border {
	border: 1px solid #ff7550;
}

.trip-expert-box .images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
	margin-bottom: 6px;
}

.trip-expert-box img {
	border-radius: 50%;
	border: 3px solid #D0D0D0;
	aspect-ratio: 1/1;
}

.sidebar-with-accordion .row {
	row-gap: 40px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.sidebar-with-accordion .col-sidebar {
	position: sticky;
	top: 0;
	left: -24px;
	z-index: 99;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.sidebar-with-accordion .col-sidebar .sidebar-wrap {
	background: #F2C8BC;
	margin: 0 -16px;
}

.sidebar-with-accordion .col-sidebar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px 15px;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.sidebar-with-accordion .col-sidebar ul li a {
	padding: 10px;
	border-radius: 10px;
	display: block;
	color: #000;
}

.sidebar-with-accordion .col-sidebar ul li a.active {
	background: #ff7550;
	color: #fff;
}

.sidebar-with-accordion .col-content .accordion-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
}

.sidebar-with-accordion .col-content .accordion-list {
	border: 1px solid #d3d6d9;
	border-radius: 16px;
}

.sidebar-with-accordion .col-content .accordion-list .accordion-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
	border-bottom: 1px solid #d3d6d9;
	padding: 10px 16px;
}

.sidebar-with-accordion .col-content .accordion-list .accordion-heading h3 {
	font-size: 24px;
}

.sidebar-with-accordion .col-content .accordion-list .accordion-heading * {
	margin: 0;
}

.sidebar-with-accordion .col-content .accordion-list .accordion-heading .btn-toggle {
	min-width: 88px;
	text-align: right;
}

.sidebar-with-accordion .col-content .accordion {
	gap: 0;
}

.sidebar-with-accordion .col-content .accordion-item.active .title:before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sidebar-with-accordion .col-content .accordion-item.active .slide {
	max-height: var(--max-height);
}

.sidebar-with-accordion .col-content .accordion-item + .accordion-item {
	border-top: 1px solid #d3d6d9;
}

.sidebar-with-accordion .col-content .accordion-item .title {
	padding: 10px 30px 10px 20px;
	cursor: pointer;
	display: block;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.sidebar-with-accordion .col-content .accordion-item .title:hover {
	color: #ff7550;
}

.sidebar-with-accordion .col-content .accordion-item .title:hover:before {
	border-color: #ff7550 #ff7550 transparent transparent;
}

.sidebar-with-accordion .col-content .accordion-item .title:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: #000 #000 transparent transparent;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(136deg);
	    -ms-transform: rotate(136deg);
	        transform: rotate(136deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	margin-top: -2px;
}

.sidebar-with-accordion .col-content .accordion-item .slide {
	max-height: 0;
	-webkit-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
	overflow: hidden;
}

.sidebar-with-accordion .col-content .accordion-item .slide-wrap {
	padding: 10px 20px;
}

.tour-listing-block .tour-lists-wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px 24px;
}

.tour-listing-block .tour-filter {
	border: 1px solid #d3d6d9;
	border-radius: 16px;
	padding: 24px;
	scrollbar-width: auto;
	scrollbar-color: #ff7550 transparent;
}

.tour-listing-block .tour-filter::-webkit-scrollbar {
	width: 10px;
}

.tour-listing-block .tour-filter::-webkit-scrollbar-track {
	background: transparent;
}

.tour-listing-block .tour-filter::-webkit-scrollbar-thumb {
	background-color: #ff7550;
	border-radius: 10px;
	border: 3px solid transparent;
}

.tour-listing-block .tour-filter .filter-group {
	padding: 24px 0;
}

.tour-listing-block .tour-filter .filter-group:first-child {
	padding-top: 0;
}

.tour-listing-block .tour-filter .filter-group:last-child {
	padding-bottom: 0;
}

.tour-listing-block .tour-filter .filter-group + .filter-group {
	border-top: 1px solid #d3d6d9;
}

.tour-listing-block .tour-filter .filter-group .filter-title {
	display: block;
	font-size: 18px;
	position: relative;
	padding-right: 30px;
	margin-bottom: 16px;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.tour-listing-block .tour-filter .filter-group .filter-title:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #000 #000 transparent transparent;
	-webkit-transform: rotate(136deg);
	    -ms-transform: rotate(136deg);
	        transform: rotate(136deg);
	margin-top: -5px;
}

.tour-listing-block .tour-filter .filter-group .check-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

.tour-listing-block .tour-filter .filter-group .check-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 16px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tour-listing-block .tour-filter .filter-group .check-list li .badge {
	padding: 5px;
	min-width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 12px;
	background: #ff7550;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	border-radius: 6px;
}

.tour-listing-block .tour-filter .filter-group .duration-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

.tour-listing-block .tour-filter .filter-group input[type="range"] {
	width: 100%;
}

.tour-listing-block .tour-filter .filter-group .box-slide {
	-webkit-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
	overflow: hidden;
}

.tour-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
}

.blog-single {
	padding: 25px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.blog-single .blog-page-heading {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 32px;
}

.blog-single .blog-page-heading .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 30px 20px;
}

.blog-single .blog-page-heading .text-wrap * {
	margin: 0;
}

.blog-single .blog-page-heading .social-networks ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.single-blog-content .container {
	padding: 0 !important;
}

.single-blog-content .content-wrap #rank-math-toc {
	display: none;
}

.single-blog-content .content-wrap #rank-math-toc > div {
	font-weight: 700;
	margin-bottom: 10px;
}

.single-blog-content .content-wrap #rank-math-toc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
}

.single-blog-content .content-wrap #rank-math-toc ul ul {
	margin-top: 5px;
	padding-left: 10px;
	border-left: 1px solid #d3d6d9;
	margin-left: 10px;
}

.single-blog-content .content-wrap #rank-math-toc ul li a {
	color: rgba(0, 0, 0, 0.5);
}

.single-blog-content .content-wrap #rank-math-toc ul li a:hover {
	color: #ff7550;
}

.single-blog-content .trip-content-card {
	margin-bottom: 16px;
}

.single-blog-content .meta {
	margin-bottom: 32px;
}

.single-blog-content .meta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}

.single-blog-content .meta ul li a {
	border: 1px solid #ff7550;
	border-radius: 50px;
	padding: 12px 19px;
	display: block;
}

.single-blog-content .meta ul li a:hover {
	background: #ff7550;
	color: #fff;
}

.single-blog-content .author-box {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-top: 1px solid #d3d6d9;
	border-bottom: 1px solid #d3d6d9;
	padding: 2.125rem 0;
	margin-bottom: 3.125rem;
}

.single-blog-content .author-box .img-wrap {
	margin-bottom: 1.875rem;
}

.single-blog-content .author-box .img-wrap img {
	border-radius: 1rem;
	height: 20.1875rem;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	width: 14.6875rem;
}

.single-blog-content .author-box .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 16px;
}

.single-blog-content .author-box .text-wrap * {
	margin: 0;
}

.deal-offer-block .table-wrap {
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 5px;
}

.travel-deal-table {
	width: 100%;
	min-width: 850px;
}

.travel-deal-table th,
.travel-deal-table td {
	text-align: left;
	border-bottom: 1px solid rgba(55, 53, 53, 0.4);
	vertical-align: middle;
}

.travel-deal-table .name-wrap .text-wrap a {
	color: currentColor;
	text-decoration: underline;
}

.travel-deal-table .name-wrap .text-wrap a:hover {
	text-decoration: none;
}

.travel-deal-table .name-wrap .text-wrap .dest {
	display: block;
}

.travel-deal-table .price {
	display: block;
	font-size: 18px;
	color: #ff7550;
	font-weight: 600;
}

.travel-deal-table .price svg {
	height: 1em;
	display: inline-block;
	vertical-align: -0.125rem;
}

.travel-deal-table .btn,
.travel-deal-table .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button[type="button"],
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container .travel-deal-table button[type="button"] {
	padding: 5px 15px;
}

.section-contact-form .row {
	row-gap: 40px;
}

.section-contact-form .description {
	margin-top: 32px;
}

.contact-information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
}

.contact-information .single-contact {
	border: 1px solid #d3d6d9;
	border-radius: 10px;
	padding: 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.contact-information .single-contact .title {
	position: absolute;
	background: #fff;
	padding: 2px 10px;
	top: -11px;
	left: 20px;
}

.contact-information .single-contact .title h6 {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.contact-information .single-contact .icon {
	background: #ff7550;
	min-width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
}

.contact-information .single-contact .icon svg path {
	fill: #fff;
}

.contact-information .single-contact .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}

.contact-information .single-contact .content h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
}

.contact-information .single-contact .content h6 a {
	color: #000;
	text-decoration: underline;
}

.contact-information .single-contact .content h6 a:hover {
	text-decoration: none;
	color: #ff7550;
}

.contact-information .single-contact .content * {
	margin: 0;
}

.content-block.text-center .content-wrap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.content-block .content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

.content-block .content-wrap * {
	margin: 0;
}

.content-block .content-wrap .btn,
.content-block .content-wrap .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button[type="button"],
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container .content-block .content-wrap button[type="button"] {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.cta-block.text-center .row {
	text-align: center;
}

.cta-block.text-center .col .col-wrap .btn,
.cta-block.text-center .col .col-wrap .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button[type="button"],
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container .cta-block.text-center .col .col-wrap button[type="button"] {
	margin: 0 auto;
}

.cta-block.cta-two .col.col-title * {
	margin: 0;
}

.cta-block .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -10px;
	row-gap: 16px;
}

.cta-block .col {
	width: 100%;
}

.cta-block .col * {
	margin: 0;
}

.cta-block .col .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

.cta-block .col .col-wrap .btn,
.cta-block .col .col-wrap .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button[type="button"],
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container .cta-block .col .col-wrap button[type="button"] {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.card-team .card-wrap .img-wrap {
	margin-bottom: 20px;
}

.card-team .card-wrap .img-wrap img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	   object-fit: cover;
}

.card-team .card-wrap .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2px;
}

.card-team .card-wrap .text-wrap * {
	margin: 0;
}

.card-team .card-wrap .text-wrap .h6 {
	font-weight: 600;
	font-size: 18px;
}

.card-team .card-wrap .text-wrap .h6 a {
	color: currentColor;
}

.card-team .card-wrap .text-wrap .h6 a:hover {
	color: #ff7550;
}

.card-team-alt .card-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}

.card-team-alt .card-wrap .img-wrap {
	width: 120px;
	height: 120px;
	margin-bottom: 12px;
}

.card-team-alt .card-wrap .img-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 50%;
}

.card-team-alt .card-wrap .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 26px 30px;
}

.card-team-alt .card-wrap .text-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 117, 80, 0.5);
	bottom: 0;
	z-index: -1;
}

.card-team-alt .card-wrap .text-wrap * {
	margin: 0;
}

.card-team-alt .card-wrap .text-wrap .tagline {
	color: #ff7550;
}

.card-team-alt .card-wrap .text-wrap .h6 a {
	color: currentColor;
}

.card-team-alt .card-wrap .text-wrap .h6 a:hover {
	color: #ff7550;
}

.team-block .row {
	row-gap: 30px;
}

.message-box {
	padding-left: 20px;
}

.message-box.has-border {
	border-left: 2px solid #ff7550;
}

.message-box .author-box {
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 10px;
}

.message-box .author-box .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.message-box .author-box .text-wrap * {
	margin-bottom: 0;
}

.message-box .author-box .text-wrap .designation {
	font-size: 14px;
}

.images-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 30px;
}

.images-grid .img-wrap img {
	border-radius: 16px;
	width: 100%;
}

.images-grid .row {
	row-gap: 30px;
}

.images-grid .top-images .row {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.images-grid .top-images .col {
	width: 100%;
}

.images-grid .bottom-images .row {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.images-grid .bottom-images .col {
	width: 100%;
}

.card-number .card-wrap {
	border-radius: 8px;
	background: #fff;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

.card-number .card-wrap * {
	margin: 0;
}

.card-number .card-wrap .title {
	color: #ff7550;
}

.royal-by-number-block .row {
	row-gap: 20px;
	margin: 0 -10px;
}

.royal-by-number-block .col {
	width: 100%;
	padding: 0 10px;
}

.card-content-with-icon .card-wrap {
	border: 1px solid #ff7550;
	border-radius: 16px;
	padding: 20px;
	height: 100%;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

.card-content-with-icon .card-wrap * {
	margin: 0;
}

.card-content-with-icon .card-wrap:hover {
	background: #fff;
	-webkit-box-shadow: -3px 3px 0 -1px #fff, -3px 3px 0 0 #ff7550, -6px 6px 0 -1px #fff, -6px 6px 0 0 #ff7550;
	        box-shadow: -3px 3px 0 -1px #fff, -3px 3px 0 0 #ff7550, -6px 6px 0 -1px #fff, -6px 6px 0 0 #ff7550;
	-webkit-transform: translate(6px, -6px);
	    -ms-transform: translate(6px, -6px);
	        transform: translate(6px, -6px);
}

.card-content-with-icon .card-wrap > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.card-content-with-icon .card-wrap .arrow {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url("assets/images/icon-arrow-right.svg");
	background-size: 100%;
	width: 30px;
	height: 30px;
	z-index: 1;
	font-size: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.card-content-with-icon .card-wrap .icon-wrap {
	height: 40px;
}

.card-content-with-icon .card-wrap .icon-wrap img {
	max-height: 40px;
	max-width: 40px;
	width: 100%;
	height: 100%;
}

.card-content-with-icon .card-wrap .content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}

.card-content-with-icon .card-wrap .content-wrap h3 {
	letter-spacing: -0.02em;
	font-weight: 700;
}

.columns-with-icon-block .row {
	row-gap: 20px;
	margin: 0 -10px;
}

.columns-with-icon-block .col {
	width: 100%;
	padding: 0 10px;
}

@media (min-width: 430px) {

#nav .drop {
	padding: 48px;
}

}

@media (min-width: 768px) {

.gform_wrapper .gfield_radio li {
	margin-right: 35px;
}

.container {
	padding: 0 20px;
}

.section {
	padding: 60px 0;
}

.alignleft {
	margin-bottom: 0;
}

.alignright {
	margin-bottom: 0;
}

.hide-tablet {
	display: none;
}

.accordion .accordion-list .slide-wrap {
	padding-inline: 24px;
}

.footer-top .row {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.footer-top .col {
	width: 50%;
}

.footer-top .col-help {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.footer-top .col-help .help {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.footer-menu .col {
	width: 33.33%;
}

.award-slider .award-card {
	-webkit-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}

.explore-out-block .card-explore {
	width: 33.33%;
}

.associate-block .col {
	width: 50%;
}

.blog-listing .col {
	width: 50%;
}

.why-with-us-block .col-lists .lists {
	grid-template-columns: repeat(2, 1fr);
}

.tour-block .col {
	width: 50%;
}

.trip-block .col {
	width: 50%;
}

.overview-lists {
	grid-template-columns: repeat(2, 1fr);
}

.trip-content-card {
	padding: 24px;
}

.single-blog-content .author-box {
	margin-bottom: 4.0625rem;
}

.single-blog-content .author-box .img-wrap {
	margin: 0 1.875rem 0 0;
}

.single-blog-content .author-box .text-wrap {
	max-width: 25rem;
	width: calc(100% - 16.5625rem);
}

.cta-block.cta-two .row {
	text-align: left;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.cta-block.cta-two .col {
	width: 50%;
}

.cta-block.cta-two .col.col-title {
	text-align: right;
}

.cta-block.cta-two .col + .col {
	border-left: 1px solid #ff7550;
}

.cta-block.cta-two .col .col-wrap .btn,
.cta-block.cta-two .col .col-wrap .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button[type="button"],
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container .cta-block.cta-two .col .col-wrap button[type="button"] {
	margin: 0;
}

.card-team-alt .card-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.card-team-alt .card-wrap .img-wrap {
	width: 150px;
	height: 150px;
	margin: 0;
}

.card-team-alt .card-wrap .text-wrap {
	margin-block: 10px;
}

.team-block .col {
	width: 33.33%;
}

.team-block.team-alt .col {
	width: 50%;
}

.team-block.team-alt .col:nth-child(2n) .card-wrap .img-wrap {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.team-block.team-alt .col:nth-child(2n) .card-wrap .text-wrap:before {
	right: -75px;
}

.team-block.team-alt .col:nth-child(2n+1) .card-wrap .text-wrap:before {
	left: -75px;
}

.images-grid .top-images .col {
	width: 50%;
}

.images-grid .bottom-images .col {
	width: 33.33%;
}

.royal-by-number-block .col {
	width: 50%;
}

.columns-with-icon-block.two-columns .col {
	width: 50%;
}

}

@media (min-width: 768px) and (max-width: 1023px) {

.card-trip .card-wrap .text-wrap {
	max-width: 220px;
}

}

@media (min-width: 769px) {

.show-mobile {
	display: none;
}

}

@media (min-width: 782px) {

.admin-bar #wrapper {
	min-height: calc(100vh - 32px);
}

.admin-bar .fancybox-button {
	top: 32px;
}

.admin-bar #header {
	top: 32px;
}

}

@media (min-width: 1024px) {

textarea {
	height: 112px;
}

.gform_wrapper.gform-theme form .gform_footer {
	margin-top: 24px;
	display: block;
	width: auto;
}

.gform_wrapper.gform-theme form .gform_footer input[type='submit'].gform_button:hover {
	background: #ff4d1d !important;
	border-color: #ff4d1d !important;
	color: #fff !important;
}

.gform_wrapper .gfield.gfield--type-html {
	position: relative;
	z-index: 1;
}

section.popup .popup-content,
div.popup .popup-content {
	padding: 60px;
}

.section {
	padding: 80px 0;
}

.section.p-small {
	padding: 60px 0;
}

.width-50 {
	width: 50%;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

span.loading {
	top: -7px;
}

.accordion .accordion-list .title {
	padding: 13px 60px 14px 24px;
}

.accordion-block .accordion-wrap h2 {
	margin-bottom: 48px;
}

#nav {
	width: calc(100% - 110px);
	position: static;
	z-index: 10;
}

#nav .drop {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	position: static;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	width: 100%;
	height: auto;
}

#nav .drop ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#nav .drop ul > li:hover > a {
	color: #ff7550;
}

.sticky #nav .drop ul > li:hover > a {
	color: #ff7550;
}

#nav .drop ul > li:hover .menu-dropdown {
	display: block;
}

#nav .drop ul > li + li {
	margin: 0 0 0 20px;
}

#nav .drop ul > li.has-megamenu > a,
#nav .drop ul > li.menu-item-has-children > a {
	padding-right: 0;
}

#nav .drop ul > li.has-megamenu > a:after,
#nav .drop ul > li.menu-item-has-children > a:after {
	display: inline-block;
	vertical-align: middle;
}

#nav .drop ul > li.has-megamenu .arrow,
#nav .drop ul > li.menu-item-has-children .arrow {
	display: none;
}

#nav .drop ul > li.has-megamenu .arrow:before,
#nav .drop ul > li.menu-item-has-children .arrow:before {
	display: none;
}

#nav .drop ul > li.current-menu-parent:hover > a:after,
#nav .drop ul > li.current-menu-item:hover > a:after {
	bottom: 0;
}

#nav .drop ul > li > a {
	color: #000;
}

.has-banner #nav .drop ul > li > a {
	color: #fff;
}

.sticky #nav .drop ul > li > a {
	color: #000;
}

#nav .drop-wrap {
	height: auto;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 20px;
	background: transparent;
	text-align: left;
	margin: 0;
}

#nav .menu-header {
	display: none;
}

#nav .menu-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.sticky #nav .menu-dropdown:before {
	top: -60px;
	height: 60px;
}

#nav .menu-dropdown-wrap {
	grid-template-columns: 320px 1fr;
}

#nav .menu-dropdown-wrap .tab-lists button {
	padding: 5px 10px;
	border-radius: 8px;
	font-weight: 600;
}

#nav .menu-dropdown-wrap .tab-lists button span {
	display: block;
}

#nav .menu-dropdown-wrap .right-content .tab-content-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#nav .menu-dropdown-wrap .right-content .tab-content .menu-list-wrap {
	width: 70%;
	padding-right: 30px;
}

#nav .menu-dropdown-wrap .right-content .tab-content .image-wrap {
	width: 30%;
}

#nav .menu-dropdown-wrap .right-content .tab-content ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#nav .menu-dropdown-wrap .right-content .tab-content ul li {
	width: 50%;
	padding-right: 10px;
}

#nav .menu-dropdown-wrap .right-content .tab-content ul li + li {
	padding-right: 10px;
}

#nav .menu-footer .content-wrap {
	width: 70%;
}

#nav .menu-footer .btn-wrap {
	width: 30%;
}

.nav-opener {
	display: none;
}

.nav-close:before,
.nav-close:after {
	display: none;
}

.footer-menu .col {
	width: 18%;
}

.footer-menu .col-contact {
	width: 28%;
}

.whats-app-box {
	bottom: 30%;
}

.banner-gallery-block {
	padding-inline: 12px;
}

.banner-gallery-wrap {
	display: grid;
	max-height: calc(-24rem + 100dvh);
	grid-template-columns: 3.15fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.half-content-half-image-block.img-left .col-image {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.half-content-half-image-block .row {
	margin: 0 -20px;
}

.half-content-half-image-block .col {
	padding: 0 20px;
	width: 50%;
}

.awards-with-description .col-award-lists {
	width: 50%;
}

.awards-with-description .col-description {
	width: 50%;
}

.content-with-award-slider .col-description {
	width: 45%;
}

.content-with-award-slider .col-award-slider {
	width: 55%;
}

.award-slider {
	padding: 30px 20px;
}

.explore-out-block .card-explore {
	width: 25%;
}

.associate-block .col {
	width: 25%;
}

.half-image-half-accordion-block .col {
	width: 50%;
}

.blog-featured-image {
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.blog-featured-image .text-wrap {
	padding: 32px;
}

.blog-block .col-blog-list {
	width: 75%;
}

.blog-block .blog-lists {
	grid-template-columns: repeat(2, 1fr);
}

.blog-block .col-lists {
	width: 25%;
}

.blog-listing .col {
	width: 33.33%;
}

.why-with-us-block .col-content {
	width: 35%;
}

.why-with-us-block .col-lists {
	width: 65%;
}

.tour-block .col {
	width: 33.33%;
}

.card-trip .card-wrap .text-wrap {
	padding: 36px;
}

.overview-lists {
	grid-template-columns: repeat(3, 1fr);
	padding: 32px;
}

.trip-content-card .trip-content-heading {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.trip-header {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 24px;
}

.trip-header .content-wrap .trip-review-advisor {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.trip-header .content-wrap .travel-recommended {
	background-position: left 10px center;
	margin-left: 15px;
	padding-left: 34px;
	background-size: 16px;
}

.trip-header .content-wrap .travel-recommended:before {
	display: block;
}

.sidebar-with-accordion .col-sidebar {
	top: 20px;
	width: 320px;
	left: 0;
}

.show-header .sidebar-with-accordion .col-sidebar {
	top: calc(var(--header-height) + 20px);
}

.sidebar-with-accordion .col-sidebar .sidebar-wrap {
	padding: 16px;
	margin: 0;
	border-radius: 16px;
	max-height: calc(100dvh - 150px);
	overflow: auto;
}

.sidebar-with-accordion .col-sidebar ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.sidebar-with-accordion .col-content {
	width: calc(100% - 320px);
}

.sidebar-with-accordion .col-content .accordion-list .accordion-heading {
	padding: 16px 24px;
}

.sidebar-with-accordion .col-content .accordion-item .title {
	padding: 16px 24px;
}

.sidebar-with-accordion .col-content .accordion-item .slide-wrap {
	padding: 16px 24px;
}

.tour-listing-block .tour-lists-wrap {
	grid-template-columns: 288px 1fr;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.tour-listing-block .sidebar {
	position: sticky;
	top: calc(var(--header-height) + 5px);
}

.tour-listing-block .tour-filter {
	max-height: calc(100dvh - var(--header-height) - 15px);
	overflow-y: auto;
	overflow-x: hidden;
}

.tour-lists .tour-list .card-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.tour-lists .tour-list .card-wrap .card-rating {
	position: static;
	margin-bottom: 16px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.tour-lists .tour-list .card-wrap .img-wrap {
	min-width: 300px;
	max-width: 300px;
}

.tour-lists .tour-list .card-wrap .text-wrap {
	width: 100%;
	margin: 0 0 0 -30px;
}

.blog-single .blog-page-heading {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.blog-single .blog-page-heading .text-wrap {
	min-width: 320px;
	padding: 30px;
}

.single-blog-content .content-wrap {
	position: relative;
	padding-right: 360px;
}

.single-blog-content .content-wrap #rank-math-toc {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	display: block;
}

.section-contact-form .form-wrap {
	width: 60%;
}

.section-contact-form .col-md-5 {
	width: 40%;
}

.team-block .col {
	width: 25%;
}

.images-grid .bottom-images {
	padding: 0 1rem 0 5.25rem;
}

.royal-by-number-block .col {
	width: 25%;
}

.card-content-with-icon .card-wrap {
	padding: 30px;
}

.card-content-with-icon .card-wrap .arrow {
	top: 30px;
	right: 30px;
}

.columns-with-icon-block.three-columns .col {
	width: 33.33%;
}

}

@media (min-width: 1200px) {

h1,
.h1 {
	font-size: 56px;
}

h2,
.h2 {
	font-size: 40px;
	letter-spacing: -0.02em;
}

h3,
.h3 {
	font-size: 36px;
	line-height: 0.96;
	letter-spacing: -0.02em;
}

h4,
.h4 {
	font-size: 32px;
	letter-spacing: 0;
}

h5,
.h5 {
	letter-spacing: 0;
	font-size: 24px;
}

h6,
.h6 {
	letter-spacing: 0;
}

.wp-block-columns {
	-webkit-column-gap: 60px;
	   -moz-column-gap: 60px;
	        column-gap: 60px;
}

#nav .drop ul > li:hover > ul,
#nav .drop ul > li:hover .sub-menu {
	visibility: visible;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#nav .drop ul > li + li {
	margin-left: 30px;
}

#nav .drop ul > li.has-megamenu:hover > a:after,
#nav .drop ul > li.menu-item-has-children:hover > a:after {
	bottom: 0;
	margin-top: 9px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	    -ms-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	border-color: #ff7550 #ff7550 transparent transparent;
}

#nav .drop-wrap {
	padding-right: 0;
}

.nav-active.sticky #nav .drop {
	padding-top: 40px;
}

.inner-banner .banner-text {
	font-size: 22px;
}

.half-content-half-image-block .row {
	margin: 0 -30px;
}

.half-content-half-image-block .col {
	padding: 0 30px;
}

.awards-with-description .col-award-lists {
	width: 55%;
}

.awards-with-description .col-description {
	width: 45%;
}

.content-with-award-slider .col-description {
	width: 40%;
}

.content-with-award-slider .col-award-slider {
	width: 60%;
}

.why-with-us-block .col-content {
	width: 38%;
}

.why-with-us-block .col-lists {
	width: 62%;
}

.itinary-block .col-content {
	width: 70%;
}

.itinary-block .col-sidebar {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 30%;
	position: sticky;
	top: calc(var(--header-height) + 20px);
}

.tour-lists .tour-list .card-wrap .img-wrap {
	min-width: 380px;
	max-width: 380px;
}

.tour-lists .tour-list .card-wrap .text-wrap {
	padding-left: 40px;
}

.single-blog-content .author-box {
	margin-bottom: 5rem;
}

}

@media (min-width: 1440px) {

.container {
	padding: 0 40px;
}

#nav .menu-dropdown-wrap {
	padding: 30px 40px;
}

.single-blog-content .author-box {
	margin-bottom: 7.5rem;
}

}

@media (max-width: 1024px) {

#footer {
	padding-bottom: 80px;
}

}

@media (max-width: 1023px) {

.gform_wrapper.gform-theme form .gform_footer input[type='submit'].gform_button {
	width: 100% !important;
}

.header-wrap .logo img {
	max-height: 65px;
}

#nav .drop ul > li {
	position: relative;
}

#nav .drop ul > li > a {
	width: 100%;
	font-size: 18px;
	display: inline-block;
}

#nav .menu-dropdown:before {
	display: none;
}

#nav .menu-dropdown-wrap .tab-lists {
	white-space: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding-bottom: 5px;
}

#nav .menu-dropdown-wrap .left-content {
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.footer-tab.is-visible {
	display: block;
}

.content-with-award-slider .btn-wrap.hide-desktop {
	margin-top: 30px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 20px;
}

.show-header .sidebar-with-accordion .col-sidebar {
	top: var(--header-height);
}

.tour-listing-block .sidebar {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

}

@media (max-width: 767px) {

.gform_ajax_spinner {
	margin-top: -15px;
}

.alignright + p,
.alignright + ul,
.alignright + h2,
.alignright + h3,
.alignright + h4,
.alignright + h5 {
	clear: both;
}

figure.wp-caption {
	width: auto !important;
}

.hide-mobile {
	display: none;
}

.footer-menu .col-menu {
	width: 50%;
}

.trip-header .trip-content .h2 {
	font-size: 30px;
	line-height: 1;
}

.cta-block .row {
	text-align: center;
}

.cta-block .col .col-wrap .btn,
.cta-block .col .col-wrap .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container button[type="button"],
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield div.ginput_container .cta-block .col .col-wrap button[type="button"] {
	margin: 0 auto;
}

}

@-webkit-keyframes rotate {

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@keyframes rotate {

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@-webkit-keyframes prixClipFix {

0% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
	        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
}

25% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
	        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
}

50% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
	        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
}

75% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}

100% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
	        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}

}

@keyframes prixClipFix {

0% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
	        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
}

25% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
	        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
}

50% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
	        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
}

75% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}

100% {
	-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
	        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}

}

@-webkit-keyframes arrowDown {

0% {
	opacity: 0;
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	        transform: rotate(45deg) translate(-5px, -5px);
}

50% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: rotate(45deg) translate(20px, 20px);
	        transform: rotate(45deg) translate(20px, 20px);
}

}

@keyframes arrowDown {

0% {
	opacity: 0;
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	        transform: rotate(45deg) translate(-5px, -5px);
}

50% {
	opacity: 1;
}

100% {
	opacity: 0;
	-webkit-transform: rotate(45deg) translate(20px, 20px);
	        transform: rotate(45deg) translate(20px, 20px);
}

}

