/*=========================nav bar drop down menu css*/

@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');

/*common*/

.page-template-template-corporate-tour .grecaptcha-badge {
	display: block !important;
}

.page-template-template-private-tour .grecaptcha-badge {
	display: block !important;
}

.page-template-template-reservation-ticket .grecaptcha-badge {
	display: block !important;
}

.page-template-template-contact .grecaptcha-badge {
	display: block !important;
}

.grecaptcha-badge {
	display: none !important;
}

.common-outer ol li {
	margin-bottom: 10px;
}

.common-outer ol li ul {
	margin-top: 10px;
}

ol {
	display: table;
	padding: 0px 0px 0px 15px;
}

.alignnone {
	margin: 5px 30px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 20px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 40px;
}

.alignleft {
	float: left;
	margin: 5px 40px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 40px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 40px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-color: #fff !important;
}

* {
	margin: 0px;
	margin: 0px;
}

#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999999;
}

#status {
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 300px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	width: 303px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

h1 {
	font-family: 'Palanquin Dark', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 50px;
	line-height: 55px;
	text-transform: uppercase;
}

h1 span {
	color: #d90301;
}

.common-outer p a {
	word-break: break-word;
	color: #d90301;
}

h2,
h3,
h4 {
	font-family: 'Palanquin Dark', sans-serif;
	font-weight: 400;
	color: #000;
}

.banner .Slider-content-text {
	font-family: 'Palanquin Dark', sans-serif !important;
	font-weight: 600 !important;
	color: #000;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.common-outer h2 {
	margin-bottom: 20px;
}

.common-outer h3 {
	margin-bottom: 15px;
}

.common-outer h4 {
	margin-bottom: 10px;
}

h3 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
	font-family: 'Work Sans', sans-serif;
	line-height: 30px;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #000000;
	font-weight: 600;
}

p {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 29px;
	color: #000;
	margin-bottom: 20px;
	font-weight: 400;
}

.common-outer p {
	margin-bottom: 15px;
}

ul li {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 29px;
	color: #000;
	font-weight: 400;
	margin-bottom: 8px;
}

.common-outer ul {
	display: table;
	padding: 0px;
	list-style: none;
}

.common-outer ul li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 10px;
}

.common-outer ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url(../images/fan.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

a {
	color: #000;
}

a:hover {
	color: #000;
}

a.btn {
	min-width: 163px;
	font-weight: 500;
	height: 43px;
	border-radius: 10px;
	border: 1px solid #ff0000;
	color: #fff;
	text-transform: uppercase;
	background-color: #ff0000;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	display: table;
	transition: 0.5s;
	line-height: 30px;
}

a.btn:focus {
	box-shadow: none;
}

a.btn:hover {
	background-color: #fed23e;
}

.slider-button-color {
	transition: 0.5s;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.slider-button-color:hover {
	background-color: #fed23e !important;
	color: #000 !important;
}


/*scroll-to-tp*/

.scroll-top-section {
	float: right;
	margin-right: 20px;
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 999;
	cursor: pointer;
}

.scroll-top-section a.ScrollTop {
	position: relative;
	width: 47px;
	height: 47px;
	z-index: 0;
	outline: none;
	border-radius: 50%;
	background-color: #d90301;
	border: 3px solid #fed23e;
	transition: 0.5s;
	display: none;
}

.scroll-top-section a.ScrollTop::before {
	content: "";
	position: absolute;
	width: 69px;
	height: 18px;
	background-image: url(../images/left-arrow.png);
	background-size: contain;
	left: -13px;
	right: 0;
	top: 30px;
	bottom: 0;
	transition: 0.5s;
	transform: rotate(90deg);
}

.scroll-top-section a.ScrollTop i {
	display: none;
	top: 60px;
}

.scroll-top-section a.ScrollTop:hover {
	background-color: #fed23e;
}


/*header*/

header {
	position: absolute;
	width: 100%;
	min-height: 71px;
	height: 71px;
	z-index: 10;
	background-color: #ffffffe0;
}

header.sticky {
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-name: fadeInDown;
	animation-timing-function: linear;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	width: 100%;
	box-shadow: 2px 3px 3px rgb(0 0 0 / 10%);
	background-color: #fff;
}

header .header-inn {
	display: flex;
	justify-content: space-between;
}

header .header-inn .logo-container {
	padding-left: 25px;
	display: flex;
	align-items: center;
	height: 70px;
}

.logo-container img {
	width: 100px;
}

header .header-inn .header-right-inn {
	display: flex;
	justify-content: flex-end;
}

header .header-inn .header-right-inn .menu {
	padding-left: 17px;
}

header .header-inn .header-right-inn .header-phone {
	display: flex;
	padding-right: 32px;
	align-items: center;
	height: 70px;
	margin-left: 67px;
}

header .header-inn .header-right-inn .header-phone a img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-top: -2px;
}

header .header-inn .header-right-inn .header-phone a {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 19px;
}

.menus-nav {
	display: block;
	height: 100%;
}

a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: medium none;
}

a:hover,
a:focus {
	text-decoration: none;
}

nav.nav {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	height: 100%;
}

nav .nav-list {
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 100%;
}

nav .nav-item {
	float: left;
	display: inline;
	zoom: 1;
	position: relative;
	list-style: none;
	height: 100%;
	margin-right: 23.5px;
	margin-bottom: 0px;
}

button.sub-menu-toggle {
	display: none;
}

nav .nav-item.current_page_item a {
	color: #d90301;
	position: relative;
}

ul.sub-menu .current-menu-item a {
	background-color: #ff0000;
	color: #fff !important;
}

nav .nav-item.current_page_item ul.sub-menu li a::before {
	display: none;
}

ul.sub-menu .current-menu-item a::before {
	display: none;
}

nav .nav-item.current-menu-parent a.main-menu-link {
	color: #d90301;
}

nav .nav-item.current-menu-parent a.main-menu-link::before {
	content: "";
	position: absolute;
	height: 23px;
	width: 2px;
	background-color: #d90301;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

nav .nav-item.current_page_item a::before {
	content: "";
	position: absolute;
	height: 23px;
	width: 2px;
	background-color: #d90301;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

nav .nav-item a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 0px 22px;
	border-bottom: 0px solid #8B2870;
	color: #000;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
}

nav .nav-item>a:hover {
	color: #d90301;
	text-decoration: none;
}

nav .nav-item:hover {}

nav .nav-item:hover a {
	color: #d90301;
}

nav .nav-item:hover .sub-menu {
	display: block;
	background-color: #ffffffd4;
	list-style: none;
	padding-left: 0;
}

nav .nav-item:hover .sub-menu a {
	color: #000;
}


/* Navigation submenu */

nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 180px;
}

nav .sub-menu a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 0px solid #FFFFFF;
	color: #444444;
	display: block;
	font-weight: normal;
	padding: 8px;
}

nav .sub-menu li {
	width: 100%;
}

nav .nav-item:hover .sub-menu a:hover {
	color: #fff;
}

nav .sub-menu a:hover {
	color: #000;
	background: #ff0000;
	text-decoration: none;
}


/* Mobile navigation */

nav .nav-mobile {
	display: none;
	/* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 10px;
}

nav .nav-mobile {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px;
	color: #222222;
	font-family: Roboto;
	font-size: 14px;
	padding: 8px 15px;
}


/* Mobile navigation, clickable area for revealing <ul> */

nav .nav-click {
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

nav .nav-click i {
	padding: 15px 14px;
	color: #fed23e;
}

nav .nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

nav {
	margin-top: 0;
	z-index: 9999;
	float: right;
}


/*banner*/

.banner #rev_slider_1_1_wrapper .hesperiden.tparrows {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background-color: #fed23e;
}

.banner #rev_slider_1_1_wrapper .hesperiden.tparrows::before {
	display: none;
}

.banner #rev_slider_1_1_wrapper .hesperiden.tparrows::after {
	content: "";
	position: absolute;
	width: 69px;
	height: 15px;
	z-index: 25;
	background-image: url(../images/slider-arrow-left.png);
	left: 10px;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
}

.banner #rev_slider_1_1_wrapper .hesperiden.tparrows.tp-rightarrow::after {
	background-image: url(../images/slider-arrow-right.png);
	right: -30px;
	left: -38px;
}

.banner #rev_slider_1_1_wrapper .hesperiden.tparrows:hover {
	background-color: #fed23e;
}

.banner {
	height: auto;
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*welcome*/

.welcome {
	padding: 41px 0px;
}

.welcome .welcome-heading {
	text-align: center;
	padding-bottom: 62px;
}

.welcome .welcome-heading h2 {
	margin-bottom: 17px;
}

.welcome .welcome-heading h5 {
	padding: 0px 150px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
	color: #686361;
	font-weight: 400;
	margin-bottom: 15px;
}

.welcome-card .welcome-img {
	width: 263px;
	height: 263px;
	margin: auto;
	border-radius: 35px;
	margin-bottom: 40px;
}

.welcome-card .welcome-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 35px;
}

.welcome-card .welcome-content h4 {
	text-align: center;
}

.welcome-card .welcome-content p {
	padding-left: 48px;
	margin-bottom: 25px;
	padding-right: 10px;
}

.welcome-card.w-card-1 {
	position: relative;
}

.welcome-card.w-card-1::before {
	content: "";
	position: absolute;
	width: 98px;
	height: 121px;
	top: -37px;
	border-radius: 0px;
	left: 0px;
	background-image: url(../images/dot-pattern-2.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.welcome-card .welcome-img {
	position: relative;
}

.welcome-card.w-card-1 .welcome-img::before {
	content: "";
	position: absolute;
	width: 117px;
	height: 117px;
	border-radius: 50%;
	background-color: #fed23e;
	left: -35px;
	z-index: -1;
	top: -13px;
}

.welcome-card.w-card-1 .welcome-img::after {
	content: "";
	position: absolute;
	width: 67px;
	height: 67px;
	border: 3px solid #d90301;
	border-radius: 50%;
	right: -10px;
	bottom: -12px;
	z-index: -1;
}

.welcome-card.w-card-1 .welcome-img img.dot-pattern-2 {
	position: absolute;
	width: 98px;
	height: 121px;
	object-fit: contain;
	z-index: -1;
	top: -37px;
	border-radius: 0px;
	left: -55px;
}

.welcome-card.w-card-2 .welcome-img::after {
	content: "";
	position: absolute;
	width: 67px;
	height: 67px;
	border: 3px solid #fed23e;
	border-radius: 50%;
	left: -20px;
	bottom: -24px;
	z-index: -1;
}

.welcome-card.w-card-3 .welcome-img::before {
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	border: 3px solid #fed23e;
	border-radius: 50%;
	z-index: -1;
	left: -24px;
	top: -5px;
}

.welcome-card.w-card-3 .welcome-img::after {
	content: "";
	position: absolute;
	width: 95px;
	height: 125px;
	background-image: url(../images/dot-pattern.png);
	background-size: contain;
	right: -75px;
	z-index: -1;
	bottom: -26px;
}


/*call-us-section*/

.call-us {
	background-color: #fed23e;
	min-height: 193px;
	padding: 30px 0px 26px;
	position: relative;
}

.call-us::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 982px;
	width: 982px;
	height: 365px;
	background-image: url(../images/dragon.png);
	top: -100px;
	pointer-events: none;
}

.call-us .call-us-logo {
	text-align: center;
	margin-bottom: 10px;
	z-index: 10;
	position: relative;
}

.call-us .call-us-logo img {
	width: 328px;
	-ms-hyphenate-limit-zone: 97px;
}

.call-us .call-us-content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 10;
	position: relative;
}

.call-us .call-us-content p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 38px;
	line-height: 33px;
	font-weight: 600;
}

.call-us .call-us-content p a {
	display: block;
	color: #fff;
}

.call-us .call-us-content img {
	margin-right: 12px;
	margin-left: 27px;
}


/*tours*/

.tours {
	padding: 82px 0px 35px;
	position: relative;
}

.tours::before {
	content: "";
	position: absolute;
	height: 700px;
	width: 590px;
	background-image: url(../images/tours-pattern.png);
	background-size: contain;
	right: 0px;
	background-repeat: no-repeat;
	bottom: 100px;
}

.tours h2 {
	text-align: center;
}

.tours .tours-content {
	padding-top: 44px;
}

.tour-information {
	padding-bottom: 30px;
}

.tours .tours-content.tours-content-padding {
	padding-top: 0px;
}

.tours .tours-content .col-xl-6 {
	margin-bottom: 45px;
}

.tour-card {
	background-color: #ededed;
	margin-bottom: 0px;
	height: 100%;
	box-shadow: 1px -2px 11px 4px #ededed;
}

.tour-card .tour-card-img {
	height: 255px;
	overflow: hidden;
}

.tour-card .tour-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	transform: scale(1);
}

.tour-card:hover .tour-card-img img {
	transform: scale(1.2);
}

.tour-card .tours-card-content {
	padding: 15px 20px 35px 25px;
}

.tour-card .tours-card-content h4 {
	margin-bottom: 14px;
}

.tour-card .tours-card-content p {
	margin-bottom: 15px;
}

.tour-card .tours-card-content a.btn {}

.tours-content .reserve {
	padding-bottom: 52px;
}

.tours-content .reserve ul {
	padding-top: 0px;
	padding-left: 0px;
	list-style: none;
	width: 100%;
}

.tours-content .reserve ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
	padding-left: 0px;
}

.tours-content .reserve ul li::before {
	display: none;
}

.tours-content .reserve ul li span {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 18px;
}

.tours-content .tour-information ul {
	padding-top: 0px;
	padding-left: 0px;
	list-style: none;
}

.tours-content .tour-information ul li {
	margin-bottom: 8px;
	padding-left: 0px;
}

.tours-content .tour-information ul li::before {
	display: none;
}

.tours-content .tour-information ul li p {
	margin-bottom: 0px;
}

.tours-content .tours-book-tickets {
	padding-top: 0px;
	text-align: center;
}

.tours-content .tours-book-tickets a.btn {
	margin: auto;
	height: 55px;
	margin-bottom: 24px;
	min-width: 238px;
	width: auto;
	font-size: 24px;
	width: 333px;
	line-height: 40px;
}

.tours-content .tours-book-tickets a.btn:first-child {
	width: 238px;
}

.tours-content .tours-social-media {
	padding-top: 35px;
}

.tours-content .tours-social-media p {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.tours-content .tours-social-media .social-icons ul {
	display: flex;
	list-style-type: none;
	padding: 0px 40px 0px 30px;
	justify-content: space-between;
	margin-bottom: 0px;
}

.tours-content .tours-social-media .social-icons ul li {
	padding-left: 0px;
}

.tours-content .tours-social-media .social-icons ul li::before {
	display: none;
}

.tours-content .tours-social-media .social-icons ul li img {
	width: 36px;
	height: 30px;
	object-fit: contain;
	filter: invert(91%) sepia(99%) saturate(6294%) hue-rotate(322deg) brightness(102%) contrast(99%);
	transition: 0.6s;
}

.tours-content .tours-social-media .social-icons ul li img:hover {
	filter: invert(18%) sepia(66%) saturate(6098%) hue-rotate(357deg) brightness(76%) contrast(134%);
}


/*testimonial*/

.testimonials {
	position: relative;
	padding: 55px 0px 35px;
	margin-bottom: 53px;
}

.testimonials::before {
	content: "";
	width: calc(50% + 160px);
	height: 100%;
	background-color: #fed23e;
	position: absolute;
	left: 0;
	top: 0;
}

.testimonials .testimonial-content {
	padding-left: 9px;
	padding-top: 6px;
}

.testimonials .testimonial-content h2 {
	text-transform: capitalize;
	font-size: 53px;
	line-height: 52px;
	padding-right: 50px;
	padding-top: 0px;
}

.testimonials .testimonial-content .carousel-outer {
	padding-top: 34px;
	padding-left: 85px;
	position: relative;
}

.testimonials .testimonial-content .carousel-outer::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 40px;
	width: 51px;
	height: 42px;
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
}

.testimonials .testimonial-content .carousel-outer p {
	font-size: 21px;
	font-weight: 500;
	line-height: 34px;
	color: #686361;
	margin-bottom: 26px;
}

.testimonials .testimonial-content .carousel-outer h3 {
	text-transform: capitalize;
	margin-bottom: 30px;
}

.testimonials .testimonial-content .carousel-outer p.desg {
	color: #d90301;
	text-transform: capitalize;
	margin-bottom: 45px;
}

.testimonials .testimonial-content .owl-nav {
	justify-content: space-between;
	padding-left: 76px;
	display: flex;
	margin-top: 1px;
}

.testimonials .testimonial-content .owl-nav img {
	width: 67px;
	height: 20px;
	object-fit: contain;
	position: relative;
}

.testimonials .testimonial-content .owl-nav .owl-prev {
	position: relative;
	z-index: 20;
}

.testimonials .testimonial-content .owl-nav .owl-next {
	position: relative;
	z-index: 20;
}

.testimonials .testimonial-content .owl-nav .owl-prev::before {
	content: "";
	position: absolute;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	background-color: #d90301;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.testimonials .testimonial-content .owl-nav .owl-prev::after {
	content: "";
	position: absolute;
	width: 69px;
	height: 18px;
	z-index: 25;
	background-image: url(../images/left-arrow.png);
	left: -2px;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.testimonials .testimonial-content .owl-nav .owl-next::after {
	content: "";
	position: absolute;
	width: 69px;
	height: 18px;
	z-index: 25;
	background-image: url(../images/right-arrow.png);
	left: unset;
	right: -2px;
	margin: auto;
	top: 0;
	bottom: 0;
}

.testimonials .testimonial-content .owl-nav .owl-next::before {
	content: "";
	position: absolute;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	background-color: #d90301;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.testimonials .testimonial-content .owl-nav {
	position: relative;
	margin-top: 10px;
}

.testimonials .testimonial-content .carousel-btn {
	position: relative;
	padding-left: 76px;
}

.testimonials .testimonial-content .carousel-btn a.btn {
	margin: auto;
	/* margin-bottom: -50px; */
	margin-top: -33px;
	min-width: 220px;
	border: 1px solid #000;
	color: #000;
	background-color: transparent;
	z-index: 30;
	position: relative;
	font-weight: 500;
}

.testimonials .testimonial-content .carousel-btn a.btn:hover {
	border: 1px solid #d90301;
	color: #d90301;
}


/*testimonial-img*/

.testimonial-img-wrapper {
	position: static;
}

.testimonial-img-wrapper .testimonial-img-container {
	width: calc(38% + 103px);
	height: 440px;
	position: absolute;
	right: 0;
}

.testimonial-img-wrapper .testimonial-img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.testimonial-img-wrapper .testimonial-img::before {
	content: "";
	width: 148px;
	height: 148px;
	background-color: #3e9835;
	position: absolute;
	left: 70px;
	border-radius: 50%;
	bottom: -90px;
	z-index: -1;
}

.testimonial-img-wrapper .testimonial-img::after {
	content: "";
	width: 98px;
	height: 98px;
	border-radius: 50%;
	border: 4px solid #fed23e;
	right: 40px;
	position: absolute;
	top: -56px;
	z-index: -1;
}

.testimonial-img-wrapper .testimonial-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-img-wrapper .testimonial-img img.img-fluid.pattern {
	position: absolute;
	left: 95px;
	width: 89px;
	height: 114px;
	object-fit: contain;
	bottom: -110px;
	transform: rotate(90deg);
}


/*footer*/

footer {
	background-image: url(../images/form-pattern.png);
	background-repeat: no-repeat;
	background-size: cover;
}

footer .footer-top {
	border-bottom: 1px solid #fff;
	height: 73px;
	padding: 28px 0px;
}

footer .footer-top .footer-menu ul {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0px;
	margin-bottom: 0px;
}

footer .footer-top .footer-menu ul li {
	line-height: 15px;
	margin-right: 28px;
	text-transform: capitalize;
	font-size: 17px;
}

footer .footer-top .footer-menu ul li:last-child {
	margin-right: 0px;
}

footer .footer-top .footer-menu ul li a {
	color: #fff;
}

footer .footer-mid {
	border-bottom: 1px solid #fff;
	padding: 39px 0px 30px;
}

footer .footer-mid .footer-number {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 42px;
	margin-top: 5px;
}

footer .footer-mid .footer-number a {
	display: flex;
	align-items: center;
}

footer .footer-mid .footer-number a i {
	color: #fff;
	font-size: 25px;
	margin-right: 15px;
}

footer .footer-mid .footer-number a span {
	color: #fff;
	font-size: 24px;
	line-height: 15px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}

footer .footer-mid .footer-social ul {
	list-style: none;
	display: flex;
	padding: 0px;
	margin-bottom: 0px;
}

footer .footer-mid .footer-social {
	padding-left: 18px;
	margin-top: 2px;
}

footer .footer-mid .footer-social ul li a img {
	width: 43px;
	height: 30px;
	object-fit: contain;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(297deg) brightness(104%) contrast(102%);
}

footer .footer-mid .footer-social ul li {
	margin-right: 32px;
}

footer .footer-mid .footer-social ul li:last-child {
	margin-right: 0px;
}

footer .footer-end .privacy-policy p {
	color: #fff;
	margin-bottom: 0px;
	font-size: 15px;
	letter-spacing: 1px;
}

footer .footer-end {
	padding: 8px 0px;
}

footer .footer-end .privacy-policy {
	height: 100%;
	align-items: center;
	display: flex;
}

footer .footer-end .footer-end-logo {
	display: flex;
	justify-content: flex-end;
}


/*sub-page*/

.banner-outer-section {
	position: relative;
	height: 350px;
	overflow: hidden;
	background-image: url(../images/banner-pattern.png);
	background-size: contain;
	background-position: bottom;
}

.banner-outer-section .tt-pagetitle.page-breadcrumb {
	position: relative;
}

.banner-outer-section picture.tt-pagetitle__img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner-outer-section picture.tt-pagetitle__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.banner-outer-section .common-banner-title {
	position: absolute;
	width: 100%;
	background: #00000096;
	bottom: 20px;
	z-index: 2;
	margin: auto;
	height: fit-content;
}

.banner-outer-section .common-banner-title .tt-pagetitle__title {
	color: #fff;
	font-size: 40px;
	padding: 15px 50px 20px;
	line-height: 40px;
	font-family: 'Palanquin Dark', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	/* width: fit-content; */
	text-align: center;
	max-width: 100%;
}


/*common-outer*/

.common-outer {
	padding: 60px 0px;
}


/*about-page*/

.common-outer.about-inner {
	position: relative;
}

.common-outer.testimonial-page {
	position: relative;
	padding: 60px 0px 40px;
}

.common-outer.testimonial-page::before {
	content: "";
	position: absolute;
	height: 700px;
	width: 590px;
	background-image: url(../images/tours-pattern.png);
	background-size: contain;
	right: 0px;
	background-repeat: no-repeat;
	bottom: 0px;
	opacity: 0.4;
	pointer-events: none;
}

.common-outer.about-inner::before {
	content: "";
	position: absolute;
	height: 700px;
	width: 590px;
	background-image: url(../images/tours-pattern.png);
	background-size: contain;
	right: 0px;
	background-repeat: no-repeat;
	bottom: 0px;
	opacity: 0.4;
	pointer-events: none;
}

.common-outer.about-inner .tours-content .tours-book-tickets {
	padding-top: 0px;
	text-align: center;
}

.common-outer.about-inner .tours-content .tours-book-tickets a.btn:first-child {
	width: auto;
	font-size: 18px;
	line-height: 25px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}

.common-outer.about-inner .accordion.faq__accordion__item:last-child .faq__accordion__heading {
	margin-bottom: 0px;
}

.common-outer.about-inner .tours-card-wrapper .faq__accordion__heading {
	background-color: rgb(237, 237, 237);
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.common-outer.about-inner .faq__accordion__title h4 {
	margin-bottom: 0px;
	font-size: 30px;
	color: #fff;
}

.common-outer.about-inner .faq__accordion__title h4 a {
	color: #fff;
	padding: 10px 20px;
	background-color: #d90301;
	position: relative;
	display: block;
	width: 100%;
	;
}


/*.common-outer.about-inner  .faq__accordion__title h4 a.accordion-section-title::before{
      content: "";
      position:absolute;
      width: 35px;
      height: 35px;
      top: 0px;
      bottom: 0px;
      margin: auto;
      right: 20px;
      background-color:  #fed23e;
      border-radius: 50%;
       
 }
 .common-outer.about-inner  .faq__accordion__title h4 a.accordion-section-title::after{

     content: "";
     position: absolute;
     width: 40px;
     height: 10px;
     top: 0px;
     bottom: 0px;
     margin: auto;
     right: 26px;
     background-image: url(../images/right-arrow.png);
     background-repeat: no-repeat;
     background-size: contain;
     transform: rotate(1deg);
     transition: 0.5s;
  


 }*/

.common-outer.about-inner .faq__accordion__title h4 .accordion-section-title.active::after {
	transform: rotate(45deg);
}

.common-outer.about-inner .faq__accordion__content {
	padding: 20px;
}

.common-outer.about-inner .faq__accordion__content h4 {
	float: left;
}

.common-outer.about-inner .faq__accordion__content img {
	width: 230px;
	height: 230px;
	object-position: top;
	object-fit: cover;
	border-radius: 30px;
	margin: 0px 30px 30px 0px;
}

.common-outer.about-inner .team-wrapper {
	padding-bottom: 40px;
}

.common-outer.about-inner .team-wrapper .about-text-wrapper {
	/* max-width: 480px; */
	background: #fff;
	height: 100%;
	padding: 20px;
	border-radius: 30px;
	box-shadow: 0px -1px 10px 0px #ccc;
	position: relative;
	text-align: center;
}

.common-outer.about-inner .team-wrapper .about-text-wrapper .team-image-outer {
	width: 341px;
	margin: auto;
	margin-bottom: 10px;
}

.common-outer.about-inner .team-wrapper .about-text-wrapper .team-image-outer img {
	border-radius: 20px;
}

.common-outer.about-inner .team-wrapper .about-text-wrapper::before {
	content: "";
	position: absolute;
	left: -6px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	/* background-color: #fed23e; */
	top: -20px;
	border: 5px solid #fed23e;
}

.common-outer.about-inner .team-wrapper .about-text-wrapper::after {
	content: "";
	position: absolute;
	left: -40px;
	width: 80px;
	height: 100px;
	top: -20px;
	background-image: url(../images/dot-pattern-2.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.common-outer.about-inner .team-wrapper .wp-caption .wp-caption-text p {
	font-size: 10px;
}

.common-outer.about-inner .team-wrapper figure#attachment_5561 img {
	height: 171px;
	width: 300px;
	object-fit: contain;
	border-radius: 30px;
	margin-bottom: 10px;
}

.common-outer.about-inner .team-wrapper figure#attachment_5561 {
	position: relative;
}

.common-outer.about-inner .team-wrapper figure#attachment_5561::before {
	content: "";
	position: absolute;
	left: -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fed23e;
	top: -20px;
	z-index: -1;
}

.common-outer.about-inner .team-wrapper figure#attachment_5561::after {
	content: "";
	position: absolute;
	left: -40px;
	width: 80px;
	height: 100px;
	top: -20px;
	background-image: url(../images/dot-pattern-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.tours-content.about-outer {
	padding-top: 30px;
}

.about-contact-us {
	padding-top: 40px;
}

.about-contact-us p {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.about-contact-us ul {
	list-style: none;
	padding: 0px;
	width: 100%;
}

.about-contact-us ul li {
	padding-left: 45px;
	position: relative;
	margin-bottom: 20px
}

.about-contact-us ul li a {
	font-size: 18px;
	font-weight: 600;
}

.about-contact-us ul li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	top: 0;
	bottom: 0;
	background-image: url(../images/phone-yellow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.about-contact-us ul li:last-child:before {
	background-image: url(../images/mailk-yellow.png);
}

.common-outer.about-inner .team-wrapper figure#attachment_5561 span {
	font-family: 'Work Sans', sans-serif;
}


/*testimonial*/

.testimonial-page .testimonial-outer {
	column-count: 2;
}

.testimonial-page .testimonial-outer .card {
	border-radius: 20px;
	background-color: #fed23e;
	border: 1px solid #d90301;
	transition: 0.5s;
	margin-bottom: 20px;
}

.testimonial-page .testimonial-outer .card .card-body {
	padding: 30px 30px 30px 85px;
}

.testimonial-page .testimonial-outer .card .card-body {
	position: relative;
}

.testimonial-page .testimonial-outer .card .card-body::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: 30px;
	left: 15px;
	background-image: url(../images/quotes.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(0deg);
	transition: 0.5s;
}

.testimonial-page .testimonial-outer .card:hover .card-body::before {
	transform: rotate(45deg);
}

.testimonial-page .testimonial-outer .card .card-body .testimonial-text p {
	font-weight: 500;
}

.testimonial-page .testimonial-outer .card .card-body .testimonial-text p a {
	color: #d90301;
}

.testimonial-page .testimonial-outer .card .card-body .testimonial-text p:first-child {
	color: #d90301;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.testimonial-page .testimonial-outer .card .card-body h4.card-title {
	margin-bottom: 8px;
}

.testimonial-page .testimonial-outer .card .card-body .card-heading span {
	font-family: "Work Sans", sans-serif;
	color: #d90301;
	text-transform: capitalize;
	font-size: 21px;
	font-weight: 500;
	line-height: 34px;
}


/*tours*/

.common-outer.tour-page-outer {
	padding: 60px 0px 30px;
	background-image: url(../images/tours-pattern.png);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.common-outer.tour-page-outer.tour-page-details .tour-card .tours-card-content p {
	height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*daily-tours*/

.common-outer.daily-tour-outer {
	position: relative;
	background-image: none;
}

.common-outer.daily-tour-outer::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 800px;
	width: 600px;
	height: 800px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/tours-pattern.png);
}

.daily-tour-outer .tours-card-wrapper {
	padding-top: 30px;
}

.common-outer.daily-tour-outer {
	padding: 60px 0px 40px;
}

.daily-tour-outer .tours-content .tours-book-tickets {
	padding-top: 0px;
}

.daily-tour-outer .tour-card .tours-card-content h4 {
	text-align: left;
	margin-bottom: 14px;
}

.daily-tour-outer .tour-card .tours-card-content p {
	margin-bottom: 0px;
}

.daily-tour-outer .tour-card {
	height: 100%;
	margin-bottom: 0px;
}


/*dimsum*/

.dim-sum-outer .welcome-card .welcome-img {
	margin-bottom: 20px;
}

.dim-sum-outer .welcome-card {
	padding-bottom: 15px;
	position: relative;
}

.dim-sum-outer .dim-sum-inner:nth-child(odd) .welcome-card:hover:before {
	top: -55px;
}

.dim-sum-outer .dim-sum-inner:nth-child(odd) .welcome-card::before {
	content: "";
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: -1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #d90301;
	background-image: url(../images/dot-pattern-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
}

.dim-sum-outer .dim-sum-inner:nth-child(even) .welcome-card .welcome-img::before {
	content: "";
	position: absolute;
	right: -30px;
	bottom: -30px;
	z-index: -1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: transparent;
	background-image: url(../images/dot-pattern-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: 5px solid #fed23e;
	transition: 0.5s;
}

.dim-sum-outer .dim-sum-inner:nth-child(even) .welcome-card .welcome-img:hover::before {
	bottom: -55px;
}

.dim-sum-outer .welcome-card .welcome-img {
	width: 320px;
	height: 263px;
}

.dim-sum-outer .welcome-card .welcome-content h5 {
	text-align: center;
}

.dim-sum-outer .welcome-card .welcome-content p {
	padding-left: 25px;
}

.common-outer.dim-sum-outer .dim-sum-content {
	padding-top: 40px;
}

.dim-sum-outer .tours-content .tours-book-tickets {
	padding-top: 0px;
}


/*.coulnary*/

.call-us.common-tour-contact {
	margin-top: 60px;
}

.call-us.common-tour-contact::before {
	top: -30px;
}

.call-us.common-tour-contact .tours-content .tours-social-media .social-icons ul {
	justify-content: center;
}

.call-us.common-tour-contact .tours-content .tours-social-media .social-icons ul li {
	margin-right: 20px;
	padding: 0px;
}

.call-us.common-tour-contact .tours-content .tours-social-media .social-icons ul li::before {
	display: none;
}

.call-us.common-tour-contact .tours-content .tours-social-media .social-icons ul li:last-child {
	margin-right: 0px;
}

.call-us.common-tour-contact .tours-content .tours-social-media .social-icons ul li img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(297deg) brightness(104%) contrast(102%);
}

.tours-card-wrapper.culinary-inner {
	padding-top: 60px;
}

.tours-card-wrapper.culinary-inner .tour-card {
	margin-bottom: 0px;
	height: 100%;
}

.common-outer.tour-page-outer.culinary-outer {
	padding-bottom: 35px;
}

.tours-card-wrapper.culinary-inner .tour-card .tours-card-content {
	padding: 15px 20px 15px 20px;
}

.common-outer.culinary-outer .tours-right.about-sidebar {
	text-align: center;
	/* width: 100%; */
	/* margin: auto; */
}

.common-outer.culinary-outer .tours-right.about-sidebar a {
	padding-top: 10px;
	color: #d90301;
}


/*scavenger*/

.common-outer.scavenger-outer {
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: right bottom;
	background-image: url(../images/tours-pattern.png);
}

.culinary-slider.owl-carousel.owl-loaded.owl-drag {
	padding-top: 30px;
	background-image: url(../images/dragon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
}

.culinary-slider.owl-carousel.owl-loaded.owl-drag .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	display: flex;
	justify-content: space-between;
}

.culinary-slider.owl-carousel.owl-loaded.owl-drag .owl-prev {
	width: 50px;
	height: 50px;
	background: #fed23e;
	border-radius: 50%;
	position: relative;
	left: -25px;
	z-index: 20;
}

.culinary-slider.owl-carousel.owl-loaded.owl-drag .owl-prev::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 15px;
	background-image: url(../images/left-arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
	z-index: 20;
}

.culinary-slider.owl-carousel.owl-loaded.owl-drag .owl-prev i {
	display: none;
}

.culinary-slider.owl-carousel.owl-loaded.owl-drag .owl-next i {
	display: none;
}

.culinary-slider.owl-carousel.owl-loaded.owl-drag .owl-next {
	width: 50px;
	height: 50px;
	background: #fed23e;
	border-radius: 50%;
	position: relative;
	right: -25px;
	z-index: 20;
}

.culinary-slider.owl-carousel.owl-loaded.owl-drag .owl-next::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 15px;
	background-image: url(../images/right-arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0px;
	z-index: 20;
}

.owl-carousel .owl-stage-outer {
	z-index: 10;
}

.culinary-slider.owl-carousel .testimonial-card.item {
	width: 100%;
}

.culinary-slider.owl-carouselr .testimonial-card.item .carousel-outer {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.culinary-slider.owl-carousel .testimonial-card.item .carousel-outer img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.culinary-slider.owl-carousel .culinary-title {
	padding: 20px;
	background: #d90301;
}

.culinary-slider.owl-carousel .culinary-content {
	padding-top: 60px;
}

.culinary-slider.owl-carousel .culinary-title h4 {
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
}

.culinary-content {
	padding-top: 60px;
}


/*private-tours*/

.private-tour-card {
	background-color: #ededed;
	margin-bottom: 30px;
	border-radius: 20px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.private-tour-card::before {
	content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 5px solid #fed23e;
	right: -20px;
	top: -20px;
	z-index: 20;
}

.private-tour-card h3 {
	color: #d90301;
}

.private-tour-inner {
	padding: 60px 0px 30px;
}

.form-inner {
	background: #fed23e;
	padding: 40px 40px 86px;
	border-radius: 20px;
	background-image: url(../images/tours-pattern.png);
	background-size: 480px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.form-inner .custom-form .wpcf7-form ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.form-inner .custom-form .wpcf7-form p br {
	display: none;
}

.form-inner .custom-form .wpcf7-form ul li {
	width: 49%;
	margin-bottom: 20px;
	padding: 0px;
}

.form-inner .custom-form .wpcf7-form ul li::before {
	display: none;
}

.form-inner .custom-form .wpcf7-form ul li.about-group {
	width: 100%;
}

.form-inner .custom-form .wpcf7-form ul li.questions {
	width: 100%;
}

.form-inner .custom-form .wpcf7-form ul li.form-submit {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
}

.form-inner .custom-form span.wpcf7-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 20px;
}

.form-inner .custom-form .wpcf7-form ul li input.wpcf7-form-control {
	height: 45px;
	border-radius: 10px;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	color: #000;
	border: 2px solid transparent;
	font-weight: 400;
}

.form-inner .custom-form form.wpcf7-form {
	position: relative;
}

.form-inner .custom-form .wpcf7-form ul li textarea {
	height: 100px;
	border-radius: 10px;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	color: #000;
	resize: none;
	padding-top: 10px;
	font-weight: 400;
	border: 2px solid transparent;
}

.form-inner .custom-form .wpcf7-form ul li.comments {
	width: 100%;
}

.form-inner .custom-form .wpcf7-form ul li .wpcf7-form-control:focus {
	box-shadow: none;
	border: 2px solid transparent;
}

.form-inner {
	text-align: center;
}

.form-inner .custom-form {
	padding-top: 20px;
}

.form-inner .custom-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
	min-width: 200px;
	border-radius: 10px;
	min-height: 45px;
	color: #fff;
	margin: auto;
	padding: 10px 20px;
	text-transform: uppercase;
	background-color: #ff0000;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	transition: 0.5s;
	line-height: 20px;
}

.form-inner .custom-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn:hover {
	background-color: #fff;
	color: #ff0000;
}

.form-inner .custom-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn:focus {
	box-shadow: none;
}

.form-inner .custom-form span.wpcf7-not-valid-tip {
	display: none;
}

.form-inner .custom-form .wpcf7-form input.wpcf7-form-control.wpcf7-not-valid {
	border-color: red;
}

.form-inner .custom-form .wpcf7 form.invalid .wpcf7-response-output {
	border: 1px solid red;
	color: red;
}

.form-inner .custom-form .wpcf7 form .wpcf7-response-output {
	margin-top: 20px;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	padding: 10px;
	position: absolute;
	width: 100%;
	margin: 20px 0px 0px;
}

.form-inner .custom-form .wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid green;
	color: green;
}

.call-us.common-tour-contact .tours-right.about-sidebar {
	margin: auto;
	width: 100%;
}

.corporate-tour-inner .private-tour-card h5 {
	margin-top: 20px;
}

.corporate-tour-inner .tours-content .tours-book-tickets {
	padding-top: 0px;
}

.corporate-tour-inner img.alignleft {
	margin-bottom: 40px;
	width: 265px;
	height: 220px;
	object-fit: cover;
}

.corporate-slider {
	margin-bottom: 30px;
}

.corporate-slider .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	display: flex;
	justify-content: space-between;
}

.corporate-slider .owl-nav i {
	display: none;
}

.corporate-slider .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	background: #fed23e;
	border-radius: 50%;
	position: relative;
	left: -65px;
	z-index: 20;
}

.review-page .corporate-slider .owl-nav .owl-prev {
	left: -75px;
}

.review-page .corporate-slider .owl-nav .owl-next {
	right: -75px;
}

.corporate-slider .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	background: #fed23e;
	border-radius: 50%;
	position: relative;
	right: -65px;
	z-index: 20;
}

.corporate-slider .owl-nav .owl-prev::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 15px;
	background-image: url(../images/left-arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
	z-index: 20;
}

.corporate-slider .testimonial-card .carousel-outer img {
	width: 204px;
	height: 204px;
	object-fit: contain;
}

.corporate-slider .owl-nav .owl-next::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 15px;
	background-image: url(../images/right-arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0px;
	z-index: 20;
}

.container.corporate-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.container.corporate-inner h2 {
	text-align: center;
	margin-bottom: 40px;
}

.corporate-tour-inner .video-title {
	text-align: center;
	margin-bottom: 30px;
}

.corporate-tour-inner iframe {
	width: 100%;
}


/*faq*/

.common-outer .tours-content .tours-book-tickets {
	padding-top: 0px;
	text-align: center;
}

.faq-main-cont {
	margin-bottom: 40PX;
}

.faq_tot_outer.common-outer .faq__accordion__heading {
	background-color: rgb(237, 237, 237);
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.faq_tot_outer.common-outer .faq__accordion__heading h3 {
	margin-bottom: 0px;
	color: #fff;
}

.faq_tot_outer.common-outer .faq__accordion__heading h3 a {
	color: rgb(255, 255, 255);
	padding: 20px 80px 20px 20px;
	background-color: rgb(217, 3, 1);
	position: relative;
	display: block;
	width: 100%;
	display: flex;
	border-radius: 10px;
	align-items: center;
}

.faq_tot_outer.common-outer .faq__accordion__heading h3 a.accordion-section-title::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 20px;
	background-color: rgb(254, 210, 62);
	border-radius: 50%;
}

.faq_tot_outer.common-outer .faq__accordion__heading h3 a.accordion-section-title::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 26px;
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(1deg);
	transition: all 0.5s ease 0s;
}

.faq_tot_outer.common-outer .faq__accordion__heading h3 .accordion-section-title.active::after {
	transform: rotate(45deg);
}

.faq_tot_outer.common-outer .faq__accordion__content {
	padding: 20px;
}

.faq_tot_outer.common-outer .faq__accordion__content h5 {
	margin-bottom: 2px;
}

span.faq-icon--plus {
	display: none;
}

.faq_tot_outer.common-outer {
	background-image: url(../images/background-flip.png);
	background-size: 700px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.common-outer.tour-page-outer .tours-card-wrapper .col-xl-4 {
	margin-bottom: 30px;
}


/*book-a tour*/

.common-outer.book-tour-outer {
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: right bottom;
	background-image: url(../images/tours-pattern.png);
}

.book-tour-img {
	width: 420px;
	float: right;
	height: 300px;
}

.book-tour-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.book-tour-button {
	display: flex;
	justify-content: left;
	padding-top: 20px;
}

.book-tour-button a.btn {
	margin-right: 20px;
}


/*reservation*/

.common-outer.reservation-ticket-outer {
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: right bottom;
	background-image: url(../images/tours-pattern.png);
}

.common-outer.reservation-ticket-outer .form-section {
	padding: 50px 0px 60px;
}

.common-outer.reservation-ticket-outer .map-section iframe {
	padding: 20px 0px 0px;
}

.common-outer.reservation-ticket-outer .map-title {
	text-align: center;
}

.common-outer.reservation-ticket-outer .form-inner .custom-form .wpcf7-form ul li {
	text-align: left;
}

.common-outer.reservation-ticket-outer .form-inner .custom-form .wpcf7-form ul li label {
	margin-bottom: 5px;
	font-weight: 600;
}

.common-outer.reservation-ticket-outer .form-inner .custom-form .wpcf7-form ul li.radio-button {
	width: 100% !important;
}

.common-outer.reservation-ticket-outer .form-inner .custom-form .wpcf7-form ul li.radio-button span.wpcf7-form-control.wpcf7-radio.form-control {
	background: transparent;
	border: rgba(255, 222, 173, 0);
	padding: 0px;
}

.common-outer.reservation-ticket-outer li.radio-button span.wpcf7-list-item {
	margin-left: 0px;
	margin-right: 25px;
	color: black;
}

.common-outer.reservation-ticket-outer .form-inner .custom-form .wpcf7-form ul li.radio-button span.wpcf7-form-control.wpcf7-radio.form-control label {
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: 400;
}

.common-outer.reservation-ticket-outer .form-inner .custom-form .wpcf7-form ul li.about-tour {
	width: 100% !important;
}

.common-outer.reservation-ticket-outer .form-inner .custom-form .wpcf7-form ul li.form-submit {
	text-align: center;
}

.common-outer.reservation-ticket-outer .form-inner ul li.children {
	display: flex;
	flex-direction: column-reverse;
}


/*reviews*/

.review-page .corporate-slider .testimonial-card .carousel-outer img {
	width: 204px;
	height: 104px;
	object-fit: contain;
	object-position: center;
}

.review-page .corporate-slider.owl-carousel.owl-loaded.owl-drag {
	padding: 30px 0px;
}

.review-page.testimonial-page .testimonial-outer .card {
	position: relative;
}

.review-page.testimonial-page .testimonial-outer .card::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 60px;
	height: 60px;
	background-image: url(../images/quotes-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
	transform: rotate(180deg);
}

.review-page.testimonial-page .testimonial-outer .card::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	background-image: url(../images/quotes-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
}

.review-page.testimonial-page .testimonial-outer .card .card-body::before {
	display: none;
}

.review-page.testimonial-page .testimonial-outer .card .card-body {
	padding: 30px 30px 30px 30px;
}

.review-page.testimonial-page .testimonial-outer .card {
	background-color: #fff;
	border: none;
	box-shadow: -1px 4px 10px 0px #cccc;
}


/*press*/

.common-outer.testimonial-page.press-page .card-columns .card {
	border: 0px;
	box-shadow: none;
	margin-bottom: 20px;
}

.common-outer.testimonial-page.press-page .card-columns .card-body {
	padding: 0px;
}

.common-outer.testimonial-page.press-page p a.btn {
	text-decoration: none;
	color: #fff;
}

.common-outer.testimonial-page.press-page p a.btn:hover {
	color: #000;
}

.common-outer.testimonial-page.press-page .tour-card .tour-card-img img {
	object-fit: contain;
	width: 300px;
	height: 100%;
}

.common-outer.testimonial-page.press-page .tour-card .tour-card-img {
	display: flex;
	justify-content: center;
	min-width: 280px;
	width: 280px;
	padding: 20px 0px;
}

.common-outer.testimonial-page.press-page .tours-card-wrapper {
	padding-top: 30px;
}

.common-outer.testimonial-page.press-page .tour-card .tours-card-content p img {
	width: 160px;
	height: auto;
	object-fit: cover;
}


/*blog*/

.blog-outer .widget-content.sidebar-outer {
	padding-top: 30px;
}

.blog-outer .widget-content.sidebar-outer ul#sidebarwidgeted {
	width: 100%;
	margin-bottom: 0px;
	background-image: url(../images/dragon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fed23e;
	padding: 20px 30px 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog-outer .widget-content.sidebar-outer ul#sidebarwidgeted li {
	padding: 0px;
	width: 50%;
}

.blog-outer .widget-content.sidebar-outer ul#sidebarwidgeted li::before {
	display: none;
}

.blog-outer .widget-content.sidebar-outer ul#sidebarwidgeted li.widget {
	margin-bottom: 0px;
	padding: 20px;
}

.blog-outer .current-archive {
	max-height: 130px;
	overflow: auto;
}

.blog-outer .widget-content.sidebar-outer ul#sidebarwidgeted li.widget ul {
	width: 100%;
}

.blog-outer .widget-content.sidebar-outer ul#sidebarwidgeted li.widget ul li {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 0px;
	border-bottom: 1px solid #fff;
	padding: 5px 0px;
	position: relative;
	width: 100%;
}

.blog-outer .widget-content.sidebar-outer ul#sidebarwidgeted li.widget ul li::after {}

.blog-outer .widget-content.sidebar-outer ul#sidebarwidgeted li.widget ul li a:hover::before {
	right: 0px;
}

.blog-outer .widget-content.sidebar-outer ul#sidebarwidgeted li.widget ul li a {
	color: #d90301;
	display: block;
	width: 100%;
	position: relative;
}

.blog-outer .widget-content.sidebar-outer ul#sidebarwidgeted li.widget ul li a::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 18px;
	background-image: url(../images/slider-arrow-right.png);
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
}

.blog-outer .tour-card .tours-card-content {
	padding: 25px 20px 35px 25px;
}

.blog-outer .tour-card .tours-card-content p.date {
	color: #d90301;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
	position: relative;
	padding-left: 28px;
}

.blog-outer .tour-card .tours-card-content p.date::before {
	content: "\f133";
	position: absolute;
	font-size: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: "Font Awesome 6 Free";
	left: 0;
	color: #fed23e;
}

.blog-outer .tour-card .tours-card-content h4 {
	text-align: left;
}


/*contact*/

.common-outer.contact-us .contact-content-inn .contact-icon img {
	width: 65px;
	filter: invert(91%) sepia(99%) saturate(6294%) hue-rotate(322deg) brightness(102%) contrast(99%);
}

.common-outer.contact-us .contact-content-inn .contact-icon {
	text-align: center;
	margin-bottom: 15px;
}

.common-outer.contact-us .contact-content-inn .contact-content {
	text-align: center;
}

.common-outer.contact-us .contact-content-inn .contact-content h4 {
	color: #fff;
	margin-bottom: 15px;
}

.common-outer.contact-us .contact-content-inn .contact-content p {
	color: #fff;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
}

.common-outer.contact-us .call-us::before {
	top: -75px;
}

.common-outer.contact-us .contact-content-inn .contact-content.email p {
	font-size: 20px;
}

.common-outer.contact-us .form-section {
	padding: 0px 0px 0px;
	position: relative;
	top: 60px;
}

.common-outer.contact-us {
	position: relative;
	overflow: hidden;
}

.common-outer.contact-us::before {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	left: -100px;
	top: -50px;
	border: 5px solid #fed13e94;
	background-color: transparent;
}

.common-outer.contact-us::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	left: -50px;
	top: 230px;
	background-color: #d90501a9;
}

.common-outer.contact-us li.drop-down {
	width: 100% !important;
}

.common-outer.contact-us ul.select2-selection__rendered {
	display: block !important;
}

.common-outer.contact-us ul.select2-selection__rendered li {
	margin-bottom: 5px !important;
	width: fit-content !important;
	padding: 0px 5px !important;
}

.common-outer.contact-us .map-section {
	position: relative;
	top: 0px;
}

.common-outer.contact-us span.select2.select2-container.select2-container--default.select2-container--above {
	width: 100% !important;
	position: relative;
}

.common-outer.contact-us span.select2.select2-container.select2-container--default {
	width: 100% !important;
}

.common-outer.contact-us span.select2-selection.select2-selection--multiple {
	border: none !important;
	position: relative;
	padding: 0px 10px;
	border-radius: 10px;
}

.common-outer.contact-us span.select2-selection.select2-selection--multiple::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 20px;
	right: 0px;
	background-image: url(../images/down-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 11px;
	bottom: 0;
	/* margin: auto; */
	background-position: center;
}

.common-outer.blog-outer.single-blog-outer .tour-card .tour-card-img {
	height: auto;
}

.common-outer.contact-us .call-us.contact-inn {
	background: #d90301;
	display: none;
}

.common-outer.contact-us {
	padding: 0px 0px 0px;
}

.common-outer.contact-us .contact-content p a {
	color: #fed23e;
}

.form-section.contact-page-form .form-inner {
	position: relative;
	z-index: 10;
}

.form-section.contact-page-form .form-inner::before {
	content: "";
	width: 100px;
	height: 200px;
	position: absolute;
	right: -30px;
	top: -40px;
	background-image: url(../images/dot-pattern-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -10;
}

.form-section.contact-page-form .form-inner .custom-form .wpcf7-form ul li {
	width: 100%;
	margin-bottom: 30px;
	padding: 0px;
}

.form-section.contact-page-form .form-inner .custom-form .wpcf7-form ul li.form-submit {
	margin-bottom: 0px;
}

.form-section.contact-page-form .contact-us-content {
	padding-top: 40px;
}

.contact-us-content ul li::before {
	display: none;
}

.form-section.contact-page-form .contact-us-content ul {
	padding-top: 0px;
	display: block;
}

.contact-us-content ul li {
	padding-left: 0px;
	padding-left: 0px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0px;
}

.contact-us-content ul li span {
	width: 50px;
	height: auto;
	margin-right: 20px;
}

.contact-us-content .contact-phone {
	width: 80%;
}

.contact-us-content .contact-phone p {
	margin-bottom: 5px;
	width: 100%;
}

.contact-us-content ul li span img {
	filter: invert(91%) sepia(99%) saturate(6294%) hue-rotate(322deg) brightness(102%) contrast(99%);
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.contact-us-content ul li p {
	margin-bottom: 0px;
	width: 80%;
	font-weight: 500;
}


/*video*/

.common-outer.video-page {
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: right bottom;
	background-image: url(../images/tours-pattern.png);
}

.common-outer.video-page .video-tour-card {
	padding: 10px 20px;
	background-color: rgb(237, 237, 237);
	border-radius: 20px;
	position: relative;
}

.common-outer.video-page .video-tour-card::before {
	content: "";
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: -1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #d90301;
	background-image: url(../images/dot-pattern-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
}

.common-outer.video-page .video-tour-card::after {
	content: "";
	position: absolute;
	right: -30px;
	bottom: -30px;
	z-index: -1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: transparent;
	background-image: url(../images/dot-pattern-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: 5px solid #fed23e;
	transition: 0.5s;
}

.common-outer.video-page .container.video-section .row .col-xl-6:nth-child(even) .video-tour-card::before {
	display: none;
}

.common-outer.video-page .container.video-section .row .col-xl-6:nth-child(odd) .video-tour-card::after {
	display: none;
}

.reservation-ticket-content img.alignleft {
	width: 300px;
}

.common-outer.privacy-outer {
	padding: 30px 0px 60px;
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: right bottom;
	background-image: url(../images/tours-pattern.png);
}

.common-outer.privacy-outer h4 {
	margin-top: 30px;
}

.blog-pagination .page-numbers {
	background: #d90301;
	padding: 10px 15px;
	margin-right: 10px;
	border-radius: 50%;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
}

.blog-pagination .page-numbers:hover {
	background-color: #fed23e;
	color: #000;
}

.blog-pagination .page-numbers:last-child {
	margin-right: 0px;
}

.blog-pagination.common-btn {
	padding-top: 40px;
	display: flex;
	justify-content: center;
	;
}

.blog-pagination .page-numbers.current {
	background-color: #fed23e;
	color: #000;
}

.review-img img {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 20px;
	margin-bottom: 0px;
	max-width: 100px;
}

.press-page .card-body {
	display: flex;
}

header {
    z-index: 99;
}