@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
	font-family: 'Poppins', sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*:focus {
	outline: 0;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #cccccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #424242;
	border-radius: 5px;
}

body {
	position: relative;
	background: #ffffff;
	color: #4D4E51;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 1.6rem;
	direction: ltr;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #424242;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

.font-16 {
	font-size: 1rem;
}

.font-18 {
	font-size: 1.125rem;
}

.font-20 {
	font-size: 1.25rem;
}

.font-24 {
	font-size: 1.5rem;
}

.font-28 {
	font-size: 1.75rem;
}

.font-32 {
	font-size: 2rem;
}

.font-40 {
	font-size: 2.5rem;
}


ul,
ol,
dl,
figure {
	margin: 0;
	padding: 0;
}

figure {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

p,
span,
strong {
	font-size: 1rem;
}

ul li,
ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	margin-bottom: 0;
}

ol,
ul {
	padding-left: 0;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

.img-fluid {
	width: 100%;
}
.cart-subtotal {
 
      display: none;
 
}
.cart-subtotal {

      visibility: hidden;

}
a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus {
	text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
	color: #C1935E;
	font-weight: 400;
	display: inline-block;
}

.active-link:hover {
	text-decoration: none;
	color: #C1935E;
}

a,
dt {
	color: #484848;
	outline: none;
	text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
	color: #C1935E;
	text-decoration: none;
}

.btn {
	outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:active,
.btn.active {
	outline: none;
	box-shadow: none;
}

.btn-button {
	position: relative;
	background-color: #1A2F3A;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: #ffffff;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	font-style: normal;
	padding: 1em 2em;
	text-transform: capitalize;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	cursor: pointer;
}

.btn-button:hover,
.btn-button:focus {
	background-color: #5D6977;
	color: #fff;
}

.btn-button i {
	margin-left: 10px;
}

.btn-secondary {
	background-color: #C1935E;
	color: #132027;
}

.btn-secondary:hover {
	background-color: #D6B285;
	color: #132027;
}

.btn-tertiary {
	background-color: unset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #1A2F3A;
	color: #1A2F3A;
	padding: 0.75em 2em;
}

.btn-tertiary:hover {
	background-color: #1A2F3A;
	border: 1px solid #1A2F3A;
	color: #fff;
}


.btn-sm {
	font-size: 0.875em;
	font-style: normal;
	padding: 0.5em 1.5em;
}

.btn-read {
	display: inline-block;
	position: relative;
	color: #C1935E;
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

.btn-read:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #C1935E;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
	background-color: none;
	border: none;
	box-shadow: none;
	outline: none;
	color: #C1935E;
}

.form-group {
	margin-bottom: 30px;
}

input,
textarea,
select,
button {
	outline: none;
	font-size: 0.875rem;
}

input.form-control,
textarea.form-control,
select.form-control {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #424242;
	height: 48px;
	font-size: 0.875rem;

}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
	box-shadow: none;
	border-color: #4D4E51;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-moz-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-webkit-appearance: textfield;
}

textarea.form-control {
	height: 150px;
}

.form-control.ndate-picker {
	background-color: #ffffff;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
	font-weight: 400;
}

/*-- floating form css --*/
.form-wrap input::placeholder,
.form-wrap textarea::placeholder {
	opacity: 0;
}

.form-wrap label {
	position: relative;
}

.form-wrap label span {
	position: absolute;
	top: 0;
	left: 15px;
	transform: translateY(11px);
	font-size: 0.875rem;
	font-weight: 700;
	transition-duration: 300ms;
	padding: 0 5px;
}

.form-wrap label select+span {
	transform: translateY(-12px);
	background-color: #ffffff;
	padding: 0 5px;
}

.label-lightgray input,
.label-lightgray select,
.label-lightgray textarea,
.label-lightgray input:focus,
.label-lightgray select:focus,
.label-lightgray textarea:focus {
	background-color: #f5f5f5;
}

.form-wrap label:focus-within>span,
.form-wrap input:not(:placeholder-shown)+span,
.form-wrap textarea:not(:placeholder-shown)+span {
	color: #424242;
	transform: translateY(-12px);
	background-color: #ffffff;
	padding: 0 5px;
}

.label-lightgray label select+span,
.label-lightgray label:focus-within>span,
.label-lightgray input:not(:placeholder-shown)+span {
	background-color: #f5f5f5;
}

.title-widget {
	position: relative;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
	position: relative;
	margin-bottom: 10px;
	-webkit-animation: animatedIntro 1.5s;
	-ms-animation: animatedIntro 1.5s;
	-o-animation: animatedIntro 1.5s;
	animation: animatedIntro 1.5s;
}

.title-widget h1 span,
.title-widget h2 span,
.title-widget h3 span,
.title-widget h4 span,
.title-widget h5 span,
.title-widget h6 span {
	color: #424242;
	font-size: 16px;
}

.position-relative {
	position: relative !important;
	z-index: 1;
}

.py-80 {
	padding: 80px 0;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.py-50 {
	padding: 50px 0;
}

.py-30 {
	padding: 30px 0;
}

.py-20 {
	padding: 20px 0;
}

.pt-60 {
	padding-top: 60px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

hr {
	background-color: rgba(94, 94, 94, 0.15);
	opacity: 1;
}

.line {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dashed rgb(164, 164, 164);
}

.bg-grey {
	background-color: #F4F4F4;
}

.bg-lighorange {
	background-color: #C1935E;
}

.bg-darkblue {
	background-color: #1A2F3A;
}

.section-content {
	padding: 50px 0;
}

main.section-all {
	min-height: 500px;
}

.pattern-banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.pattern-banner img {
	width: 100%;
}

/******** header ********/

header {
	position: absolute;
	width: 100%;
	z-index: 999;
}

.header-top {
	position: relative;
}

.welcome-text p {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 15px 0 10px 0;
	margin-bottom: 0;
}

.welcome-text p strong {
	font-size: 14px;
	font-weight: 600;
}

.top-rit {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-info {
	display: flex;
	align-items: center;
	margin-left: 20px;
	padding: 15px 0 10px 0;
}

.icons-gen {
	display: flex;
}

.icons-gen span {
	color: #fff;
	font-size: 18px;
}

.top_gen-info {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px;
}

.top_gen-info a {
	color: #fff;
}

.top_gen-info a:hover {
	color: #C1935E;
	text-decoration: underline;
}


nav {
	position: relative;
	/*z-index: 999;*/
	width: 100%;
	background-color: unset;
}

.bookticket {
	display: none;
	border-radius: 0;
	height: 80px;
	padding: 0 !important;
	line-height: 75px;
	text-align: center;
	align-items: center;
}

.bookticket_1 {
	display: block;
}

/******** banner ********/
.banner-wrap {
	height: auto;
	position: relative;
	overflow: hidden;
}

.slick-slide {
	outline: none !important;
}

.slick-slider {
	user-select: text;
}

.shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.shape svg {
	width: 100%;
}

.banner-slider {
	height: 100%;
}

.banner-slider>.banner-slide {
	display: none;
}

.banner-slider>.banner-slide:first-child {
	display: block;
}

.slick-initialized .banner-slide {
	position: relative;
	height: 900px;
	padding-bottom: 60px;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-align-items: center;
	align-items: center;
}

.banner-slider .slick-arrow {
	position: absolute;
	right: 25px;
	bottom: 50px;
	font-size: 0;
	background: #ffffff;
	border: 0;
	width: 50px;
	height: 50px;
	z-index: 12;
	cursor: pointer;
	border-radius: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.banner-slider .slick-arrow:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	color: rgba(0, 33, 71, 1);
}

.banner-slider .slick-arrow.slick-prev {
	right: 95px;
}

.banner-slider .slick-arrow.slick-prev:before {
	content: "\f060";
	font-weight: 900;
}

.banner-slider .slick-arrow.slick-next {
	right: 25px;
}

.banner-slider .slick-arrow.slick-next:before {
	content: "\f061";
	font-weight: 900;
}

.hero-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.banner-wrap .container {
	position: relative;
	z-index: 12;
}

.hero-overlay {
	background: #081c2d;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
}

.hero-content {
	color: #ffffff;
}

.hero-content p {
	font-size: 20px;
	line-height: 32px;
	max-width: 600px;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.010em;
}

.blog-detail-banner .hero-content {
	max-width: 900px;
}

.blog-detail-banner .hero-content h1 {
	font-size: 53px;
}

.hero-content h3 {
	font-size: 16px;
	color: rgba(255, 255, 255, .6);
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 6px;
}

.hero-content h1 {
	font-size: 2.5rem;
	line-height: 2.8rem;
	margin-bottom: 18px;
	color: #ffffff;
	font-weight: 400;
	max-width: 760px;
}

.hero-content .cta-btn {
	padding-top: 30px;
}

.hero-content .cta-btn .cta-link.cta-outline-white:hover {
	background: #ffffff;
	color: rgba(0, 33, 71, 1);
}


/**** welcome img *****/

.hover {
	overflow: hidden;
	position: relative;
	padding-bottom: 60%;
}

.hover-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	transition: all 0.4s;
}

.hover img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.hover-content {
	position: relative;
	z-index: 99;
}

.hover-4 img {
	width: 110%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
	background: rgba(0, 0, 0, 0.4);
	z-index: 90;
}

.hover-4-title {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3rem;
	z-index: 99;
}

.hover-4-description {
	position: absolute;
	top: 2rem;
	left: 2rem;
	text-align: right;
	border-right: 3px solid #fff;
	padding: 0 1rem;
	z-index: 99;
	transform: translateX(-1.5rem);
	opacity: 0;
	transition: all 0.3s;
}

@media (min-width: 992px) {
	.hover-4-description {
		width: 50%;
	}
}

.hover-4:hover img {
	width: 100%;
}

.hover-4:hover::after {
	opacity: 1;
	transform: none;
}

.hover-4:hover .hover-4-description {
	opacity: 1;
	transform: none;
}

.hover-4:hover .hover-overlay {
	background: rgba(0, 0, 0, 0.8);
}

.image-jamacho {
	position: relative;
}

.image-jamacho img {
	width: 100%;
	height: 490px;
	object-fit: cover;
}

/**** ser-section *****/
.ser-section {
	position: relative;
}

.content-box {
	position: relative;
	height: 100%;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.content-img {
	position: relative;
	overflow: hidden;
}

.content-img img {
	width: 100%;
	height: 275px;
	object-fit: cover;
	transform-origin: 65% 70%;
	transition: transform 5s, filter 3s ease-in-out;
}

.content-box:hover img {
	filter: brightness(100%);
	transform: scale(1.5);
}

.content-box.flex-column .content-holder {
	flex-grow: 1;
}

/**** animals-section *****/
.animals-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.title-holder {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #F4F4F4;
	padding: 15px 24px;
}

/**** events-section *****/
.events-content {
	position: relative;
	background-color: #f4f4f4;
}

.events-inner {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.events-inner .evts_cont {
	display: flex;
	position: relative;
	flex-flow: column;
}

.events-inner .evts_cont .opn_left_img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.events-inner .evts_cont .events_images {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.events-inner .evts_cont .inner-leftsec {
	position: relative;
	top: 20%;
	right: 0;
	max-width: 580px;
	color: #FFF;
	border-radius: 0;
	background-color: rgba(225, 225, 225, 0.4);
	display: inline-block;
	padding: 30px 30px 30px 50px;
	width: 60%;
	z-index: 9;
}

.events-inner .evts_cont .inner-leftsec h2 {
	position: relative;
}

.no-space {
	padding: 0 !important;
}

.events-inner .rightevt_cont {
	background: #D6B285;
}

.events-inner .rightevt_cont .evts-conents {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 15px 20px;
	width: 100%;
	z-index: auto;
}

.evts-conents {
	position: relative;
	background-color: #fff;
	border: 0;
	padding: 60px 280px 60px 40px;
}

.eve-img {
	position: relative;
}

.eve-img img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.date-info {
	position: absolute;
	content: "";
	top: 20px;
	left: -10px;
	background-color: #D6B285;
	padding: 6px 10px;
}

.date-info p {
	color: #424040;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 0;
	text-align: center;
}

.date-info p span {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

/**** footer *****/
footer {
	position: relative;
	background: #1A2F3A;
}

.footer-title {
	position: relative;
}

.footer-title h3 {
	position: relative;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
}

/* .footer-title span.fot-line {
	background: #033D65;
	position: relative;
	display: inline-block;
	margin-left: 15px;
	top: -6px;
	width: 90px;
	height: 1px;

} */
.fot-logo {
	display: inline-block;
	margin-bottom: 10px;
}

.fot-text {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

.cnt-icon {
	color: #C1935E;
	float: left;
	width: 18px;
	font-size: 18px;
	margin-right: 12px;
}

.cnt-icon i {
	font-size: 18px;
}

.cont-dtl {
	margin-left: 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.cont-dtl span {
	display: block;
	font-size: 13px;
}

.cnt-dtls {
	color: rgb(103, 103, 103);
}


.listing li {
	position: relative;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0;
}

.listing li a {
	color: #fff;
}

.galler-list {
	margin-top: 12px;
}

.galler-list li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.galler-list li img {
	width: 78px;
	height: 70px;
}

/* .subs-wrap {
	position: relative;
	background-color: #1F323C;
}
.subs-wrap::after{
	position: absolute;
    content: '';
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #1F323C;
    max-width: 800px;
} */
.subscribe-from {
	position: relative;
}

.subscribe-from input {
	position: relative;
	background: #f2f2f2;
	border-radius: 0;
	border: none;
	color: #575757;
	font-size: 14px;
	outline: none;
	line-height: 45px;
	height: 45px;
	text-align: left;
	padding: 20px;
	width: 100%;
	margin-bottom: 8px;
}

.subscribe-from .subscribe-button {
	position: relative;
	background: #C1935E;
	border: none;
	border-radius: 0;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
	width: 100%;
	text-transform: uppercase;
}

.social-widgets {
	display: inline-block;
}

.social-widgets ul li {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	margin-right: 4px;
}

.social-widgets ul li a {
	border: 2px solid #fff;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 32px;
	padding: 0 4px;
	margin-bottom: 4px;
	text-align: center;
}

/* .social-widgets ul li:nth-child(1) a {
    background: #ffffff;
    color: #ffffff;
}

.social-widgets ul li:nth-child(2) a {
    background: #ffffff;
    color: #ffffff;
}

.social-widgets ul li:nth-child(3) a {
    background: #ffffff;
    color: #ffffff;
}

.social-widgets ul li:nth-child(4) a {
    background: #ffffff;
    color: #ffffff;
} */
.ft-bottom {
	background: #162B35;
	padding: 20px 0;
}

.copy-right {
	position: relative;
}

.copy-right p {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 0 !important;
	margin: 0;
}

.copy-right p a {
	color: #fff;
	font-style: italic;
}

.copy-right p a:hover {
	color: #fff;
	text-decoration: underline;
}

.social-links {
	position: absolute;
	content: "";
	left: 1%;
	top: 6%;
}

.social-icon ul li {
	color: #fff;
	display: block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 6px;
}

.social-icon ul li a {
	border: 2px solid #fff;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 32px;
	padding: 0 4px;
	text-align: center;
}

/******** all page css *******/
.inner-pages {
	position: relative;
}

.safari_page-title-inner {
	background: #1A2F3A;
	background: -webkit-linear-gradient(left, #1A2F3A 0, #C1935E 100%);
	background: linear-gradient(to right, #1A2F3A 0, #C1935E 100%);
}

.safari_page-title-inner {
	padding: 260px 0 100px;
}

.safari_page-title-inner .page-titleShape {
	position: absolute;
	left: -10%;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: contain !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
}

.safari_page-title-inner .page-title ul li {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}


.safari_page-title-inner .page-title ul li a {
	color: #C1935E;
}

.safari_page-title-inner .page-title ul li+li::before {
	content: "";
	height: 8px;
	width: 8px;
	display: inline-block;
	margin: 0 5px 0 8px;
	background-color: #fff;
	border-radius: 4px;
}

.safari_page-title-inner .page-title h1 {
	/* font-size: 40px; */
	color: #fff;
	margin-top: -10px;
	/* font-weight: 600; */
	margin-bottom: 12px;
}

.sd-lg {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .10);
}

.faq-section {
	background: #fdfdfd;
}

.social-link {
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	border-radius: 50%;
	transition: all 0.3s;
	font-size: 0.9rem;
}

.bg-cover {
	background-size: cover;
}

.bg-center {
	background-position: center center;
}

code {
	background: #fff;
	padding: 0.2rem;
	border-radius: 0.1rem;
	text-shadow: none;
}

.demo-text {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}


.overlay-gradient {
	position: relative;
}

.overlay-gradient::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #4FC3F7, #8E24AA);
	display: block;
	opacity: 0.55;
}

.overlay-dark {
	position: relative;
}

.overlay-dark::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	display: block;
	opacity: 0.55;
}

.overlay-content {
	z-index: 99;
	position: relative;
}

.animated-btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	background: #ff3f3f;
	position: relative;
}

.animated-btn::before,
.animated-btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background: rgba(255, 63, 63, 0.8);
	animation: ripple-1 2s infinite ease-in-out;
	z-index: -1;
}

.animated-btn::after {
	background: rgba(255, 63, 63, 0.6);
	animation: ripple-2 2s infinite ease-in-out;
	animation-delay: 0.5s;
}

@keyframes ripple-1 {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes ripple-2 {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.7);
		opacity: 0;
	}
}

.accordion-button {
	background-color: #FBFBFB;
}

.visiter-review {
	position: relative;
}

.img-thumbnail {
	width: 150px;
	height: 150px;
	border-radius: 100%;
}

.list-item li {
	position: relative;
	font-size: 0.875em;
	font-weight: 400;
	list-style-type: disc;
	list-style-position: inside;
	margin: 8px 0;
}

.recnt-post li {
	position: relative;
	display: block;
	font-size: 0.875em;
	font-weight: 400;
	margin: 8px 0;
}

.recnt-post li a {
	color: #4D4E51;
}

.recnt-post li a:hover {
	color: #C1935E;
}

.bookticketbtn span {
	display: inline-block;
}


/*booking styles*/
/*form styles*/
#msform {
	width: 100%;
	margin: 50px auto;
	/* text-align: center; */
	position: relative;
}

#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.10);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;


}

#msform fieldset:not(:first-of-type) {
	display: none;
}

/* #msform input,
#msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
} */

#msform .action-button {
	width: 100px;
	background: #1A2F3A;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #1A2F3A;
}

.fs-title {
	font-size: 16px;
	text-transform: capitalize;
	color: #1A2F3A;
	margin-bottom: 10px;
}

.fs-subtitle {
	font-weight: normal;
	font-size: 14px;
	color: rgb(73, 73, 73);
	margin-bottom: 20px;
}

#progressbar {
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;

	counter-reset: step;
}

#progressbar li {
	list-style-type: none;
	/* color: white; */
	text-transform: uppercase;
	font-size: 12px;
	width: 33.33%;
	float: left;
	position: relative;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}

#progressbar li:first-child:after {

	content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #1A2F3A;
	color: white;
}

.trip-content {
	position: relative;
}

.trip-content ul li {
	position: relative;
	color: rgb(110, 115, 119);
	font-size: 0.875em;
	padding: 5px 0;
	padding-left: 180px;
}

.trip-content ul li strong {
	position: absolute;
	font-size: 0.875em;
	top: 0;
	left: 0;
	height: 100%;
}

.trip-content ul li strong {
	color: #4a4a4a;
	display: inline-block;
	padding: 5px 0;
	margin-right: 10px;
	width: 160px;
	white-space: nowrap;
}
.personal-dtl {
	float: right;
}
/********responsive css*********/

@media (max-width: 1199px) {
	.container {
		max-width: inherit;
		width: 100%;
	}

	.bookticket {
		display: block;
		position: absolute;
		content: "";
		top: 0;
		right: 50px;
		height: 47px;
		padding: 0 !important;
		line-height: 47px;
		z-index: 999;
	}

	.bookticket a {
		font-size: 0.875em !important;
		padding: 1rem 1rem !important;
	}

	.bookticket_1 {
		display: none !important;
	}

}

@media (max-width: 992px) {
	.evts-conents {
		padding: 60px 20px 60px 40px;
	}

}

@media (max-width: 768px) {
	.btn-button {
		font-size: 0.875em !important;
		padding: 0.875em 1.75em !important;
	}

	.title-widget h1,
	.title-widget h2,
	.title-widget h3,
	.title-widget h4,
	.title-widget h5,
	.title-widget h6 {
		font-size: 1.5em !important;
		line-height: auto;
	}

	.title-widget h1 span,
	.title-widget h2 span,
	.title-widget h3 span,
	.title-widget h4 span,
	.title-widget h5 span,
	.title-widget h6 span {
		font-size: 24px !important;
		line-height: auto;
	}

	.bookticket {
		display: block;
		position: absolute;
		content: "";
		top: 0;
		right: 50px;
		height: 75px;
		padding: 0 !important;
		line-height: 52px;
	}

	.bookticket a {
		font-size: 0.875em !important;
		padding: 1rem 0.75em !important;
	}

	.bookticket_1 {
		display: none !important;
	}

	.social-links {
		display: none;
	}

	.top-info {
		margin-left: 15px;
		padding: 10px 0 10px 0;

	}

}

@media (max-width: 576px) {
	.font-40 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.125em !important;
	}

	.slick-initialized .banner-slide {
		position: relative;
		height: 500px;
		padding-bottom: 60px;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-align-items: center;
		align-items: center;
	}

	.hero-image {
		height: 100%;
		width: 100%;
		background-size: cover;
		background-position: center center;
	}

	.hero-overlay {
		height: 100%;
	}

	.banner-slider .slick-arrow.slick-prev {
		display: none !important;
	}

	.banner-slider .slick-arrow.slick-next {
		display: none !important;
	}

	.banner-slider .slick-arrow {
		display: none;
	}

	.slick-initialized .banner-slide {
		padding-bottom: 0 !important;
	}

	.hero-content h1 {
		font-size: 1.5rem;
		line-height: 1.75rem;
		margin-bottom: 18px;
		color: #ffffff;
		font-weight: 400;
		max-width: 760px;
	}

}

@media (max-width: 480px) {
	.logo {
		width: 140px;
		height: auto;
	}

	.bookticket {
		display: block;
		position: absolute;
		content: "";
		top: 0;
		right: 50px;
		height: 37px;
		padding: 0 !important;
		line-height: 37px;
	}

	.bookticketbtn span {
		display: none;
	}

	.navik-header-container::after {
		max-width: 1300px;
		height: 65px;
		line-height: 65px;
	}


	.events-inner .evts_cont .inner-leftsec {
		position: relative;
		top: 20%;
		right: 0;
		max-width: 480px;
		color: #FFF;
		border-radius: 0;
		background-color: rgba(225, 225, 225, 0.4);
		display: inline-block;
		padding: 30px 30px 150px 50px;
		width: 80%;
		height: 1%;
		z-index: 9;
	}
}

@media (max-width: 300px) {
	.bookticket {
		right: 40px;
	}

	.logo {
		width: 110px;
		height: auto;
	}

	.bookticket a {
		font-size: 0.75em !important;
		padding: 0.75em 0.75em !important;
	}

	.bookticket {
		display: block;
		position: absolute;
		content: "";
		top: 0;
		right: 50px;
		height: 35px;
		padding: 0 !important;
		line-height: 35px;
	}

	.navik-header-container::after {
		max-width: 1300px;
		height: 53px;
		line-height: 53px;
	}

	.burger-menu {
		position: absolute;
		top: 14px;
	}
}
.emaillink {
  color: #db9d55;
}

@media (min-width: 480px) and (max-width: 1199px) {}