@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
header,
nav,
section,
article,
aside,
footer {
	display: block;
}

:root {
/* 	--primary-color: #783720; */
	--primary-color: #730b00;
	--secondary-color: #e9731a;
	--theme-bg: #fdf8f5;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	font-family: "Rubik", sans-serif;
	overflow-x: hidden;
	font-weight: 400;
	color: #202020;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	margin: 0 0 16px;
	color: #323232;
	line-height: 1.4;
}

h1 {
	font-size: 48px;
	line-height: 55px;
}

h2 {
	font-size: 36px;
	line-height: 40px;
}

h3 {
	font-size: 30px;
	line-height: 35px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
}

h5 {
	font-size: 20px;
	line-height: 30px;
}

h6 {
	font-size: 16px;
	line-height: 26px;
}

@media (max-width: 991px) {
	h2 {
		font-size: 28px;
	}
}
@media (max-width: 735px) {
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 18px;
	}
}
p {
	margin-bottom: 8px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	margin-bottom: 0px;
	line-height: 1.5;
	color: #777;
	position: relative;
	display: inline-block;
	padding: 0;
}

ol {
	margin: 0;
	counter-reset: i;
	position: relative;
}
ol li {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.5;
	color: #777;
	padding-left: 0;
	position: relative;
}

a {
	color: #3f3f3f;
	transition: all ease-in-out 0.5s;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: none;
	color: var(--secondary-color);
	transition: all ease-in-out 0.5s;
	outline: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: var(--secondary-color) !important;
}

::-webkit-input-placeholder { /* Edge */
	color: #777 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #777 !important;
}

input::placeholder {
	color: #777 !important;
}

img {
	max-width: 100%;
}

.btn-info.focus, .btn-info:focus, .btn-info:active {
	outline: none;
	box-shadow: none !important;
	background: transparent !important;
	border: none !important;
}

.container {
	position: relative;
	z-index: 1;
}

.white {
	color: #fff !important;
}

.navy {
	color: #162241 !important;
}

.blue {
	color: #0791be !important;
}

.black {
	color: #3f3f3f !important;
}

.pink {
	color: #F56961 !important;
}

.grey {
	color: #777 !important;
}

.bg-grey {
	background: #f1f1f1 !important;
}

.bg-lgrey {
	background: #fbfbfb !important;
}

.bg-navy {
	background: #162241 !important;
}

.bg-blue {
	background: #0791be !important;
}

.bg-black {
	background: #3f3f3f !important;
}

.bg-pink {
	background: #F56961 !important;
}

.bg-white {
	background: #fff !important;
}

.bg-theme {
	background-color: var(--primary-color);
}

.bordernone {
	border: none !important;
}

.border-b {
	border-bottom: 1px dashed #d5d5d5 !important;
}

.border-all {
	border: 1px solid #f1f1f1 !important;
}

.rating span {
	color: #ffbc00;
	display: inline;
	font-size: 14px;
}

.small, small {
	font-size: 60%;
}

.mt-1, .my-1 {
	margin-top: 0.5rem !important;
}

.mt-2, .my-2 {
	margin-top: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 2rem !important;
}

.mt-5, .my-5 {
	margin-top: 2.5rem !important;
}

.mt-6, .my-6 {
	margin-top: 3rem !important;
}

.mt-7, .my-7 {
	margin-top: 3.5rem !important;
}

.mt-8, .my-8 {
	margin-top: 4rem !important;
}

.mt-9, .my-9 {
	margin-top: 4.5rem !important;
}

.mt-10, .my-10 {
	margin-top: 5rem !important;
}

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

.mb-1, .my-1 {
	margin-bottom: 0.5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 2rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 2.5rem !important;
}

.mb-6, .my-6 {
	margin-bottom: 3rem !important;
}

.mb-7, .my-7 {
	margin-bottom: 3.5rem !important;
}

.mb-8, .my-8 {
	margin-bottom: 4rem !important;
}

.mb-9, .my-9 {
	margin-bottom: 4.5rem !important;
}

.mb-10, .my-10 {
	margin-bottom: 5rem !important;
}

.pt-1, .py-1 {
	padding-top: 0.5rem !important;
}

.pt-2, .py-2 {
	padding-top: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 2rem !important;
}

.pt-5, .py-5 {
	padding-top: 2.5rem !important;
}

.pt-6, .py-6 {
	padding-top: 3rem !important;
}

.pt-7, .my-7 {
	padding-top: 3.5rem !important;
}

.pt-8, .my-8 {
	padding-top: 4rem !important;
}

.pt-9, .my-9 {
	padding-top: 4.5rem !important;
}

.pt-10, .my-10 {
	padding-top: 5rem !important;
}

.sec-pt {
	padding-top: 76px !important;
}

.pb-1, .py-1 {
	padding-bottom: 0.5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 2rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 2.5rem !important;
}

.pb-6, .py-6 {
	padding-bottom: 3rem !important;
}

.pb-7, .my-7 {
	padding-bottom: 3.5rem !important;
}

.pb-8, .my-8 {
	padding-bottom: 4rem !important;
}

.pb-9, .my-9 {
	padding-bottom: 4.5rem !important;
}

.pb-10, .my-10 {
	padding-bottom: 5rem !important;
}

.pb-14, .my-14 {
	padding-bottom: 7rem !important;
}

.pb-20, .my-20 {
	padding-bottom: 10rem !important;
}

@media (min-width: 768px) {
	.mt-md-0 {
		margin-top: 0 !important;
	}
}

.top0 {
	top: 0 !important;
}

.top50 {
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.form-group {
	width: 100%;
	display: inline-block;
}
.form-group select {
	padding: 10px 20px 10px 35px;
}

input[type=text], input[type=email], input[type=number], input[type=search],
input[type=password], input[type=tel], input[type=date], input[type=time], textarea, select {
	font-size: 15px;
	font-weight: 300;
	background-color: #fff;
	/* border: 1px solid #f1f1f1; */
	border: 1px solid #d7bbb2;
	border-radius: 0px;
	padding: 10px 20px;
	color: #2e2e2e;
	margin-bottom: 0;
	height: 50px;
	box-shadow: none;
	width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus,
input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=time]:focus, textarea:focus, select:focus {
	outline: none;
	transition: all 0.5s ease;
	box-shadow: none;
}

select {
	padding: 8px 20px;
	width: 100%;
	height: 50px;
}
select option {
	color: #3f3f3f;
}

textarea {
	border-radius: none;
	resize: vertical;
	height: 120px;
}

label {
	display: inline-block;
	color: #777;
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 15px;
}

blockquote {
	font-size: 14px;
	font-weight: 400;
	background-color: #162241;
	margin-bottom: 15px;
	border: 0;
	padding: 30px 70px 30px 70px;
	line-height: 1.5;
	color: #fff;
	margin: 20 0;
	font-style: italic;
	position: relative;
}
blockquote :after {
	content: "";
	position: absolute;
	height: 60%;
	width: 2px;
	background: #fff;
	top: 20%;
	left: 35px;
}
blockquote p {
	color: #fff;
	margin: 0;
}
blockquote :before {
	content: "\f10d";
	font-family: "fontawesome";
	font-size: 45px;
	position: absolute;
	bottom: 26px;
	right: 20px;
	color: #fff;
	transform: rotate(180deg);
}
blockquote span {
	position: relative;
	padding-left: 20px;
}
blockquote span :before {
	content: "";
	width: 12px;
	height: 1px;
	background: #162241;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

table > tbody tr td, table > tbody tr th, table > tfoot tr td, table > tfoot tr th, table > thead tr td, table > thead tr th {
	padding: 10px;
	vertical-align: sub !important;
	border: 1px solid #f1f1f1;
}
table > tbody tr:nth-child(even), table > tfoot tr:nth-child(even), table > thead tr:nth-child(even) {
	background: #fbfbfb;
}

table {
	width: 100%;
}
table thead tr th {
	border-bottom: none !important;
}

.overlay, .dot-overlay, .color-overlay, .black-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #080808;
	transition: all ease-in-out 0.5s;
	opacity: 0.6;
}

.dot-overlay {
	background: #000000 url(../images/dot-overlay.png) repeat;
	opacity: 0.4;
}

.color-overlay {
	top: inherit;
	bottom: 0;
	background: linear-gradient(to bottom, transparent, #000000);
}

.black-overlay {
	background: #000000;
	opacity: 0.5;
}

section {
	padding: 80px 0;
	position: relative;
}

/*heading title*/
.section-title, .section-title-w {
	position: relative;
	z-index: 1;
}
.section-title:before, .section-title-w:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px dashed var(--primary-color);
	width: 10%;
	right: 0;
	margin: 0 auto;
}
.section-title.st-left:before {
	margin: 0;
}
.section-title h2, .section-title-w h2 {
	position: relative;
	text-transform: capitalize;
}
.section-title h2 span, .section-title-w h2 span {
	color: var(--primary-color);
}

.section-title-w:before {
	border-color: #fff !important;
}

@media (max-width: 991px) {
	.section-title {
		width: 75% !important;
	}
}
@media (max-width: 767px) {
	.section-title {
		width: 100% !important;
		text-align: center !important;
	}
}
.row.slick-slider {
	margin: 0 -15px;
}

iframe {
	width: 100%;
	border: none;
}

.border-t {
	border-top: 2px dashed rgba(204, 204, 204, 0.368627451);
}

.box-shadow {
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
}

/*pagination*/
.pagination-main {
	line-height: 0.8;
}
.pagination-main .pagination {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}
.pagination-main .pagination li {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.pagination-main .pagination li:before, .pagination-main .pagination li:after {
	display: none;
}
.pagination-main .pagination li a {
	padding: 0;
	height: 40px;
	line-height: 38px;
	margin-right: 9px;
	text-align: center;
	width: 40px;
	color: #3f3f3f;
	font-size: 12px;
	border: 1px solid #f1f1f1;
	display: inline-block;
	background: #fbfbfb;
	background: #fff;
}
.pagination-main .pagination li a:hover, .pagination-main .pagination li a:focus {
	background-color: #162241;
	color: #fff !important;
	border-color: #162241;
}
.pagination-main .pagination li:last-child > a, .pagination-main .pagination li:last-child > span {
	border-radius: none;
	margin: 0;
}
.pagination-main .pagination li.active a {
	background: #162241 !important;
	border-color: #162241 !important;
	color: #fff;
}
.pagination-main .pagination .prev a, .pagination-main .pagination .next a {
	border-radius: 0px;
}

@media (max-width: 567px) {
	.pagination li a {
		height: 30px;
		width: 30px;
		line-height: 28px;
	}
}
@media (max-width: 359px) {
	.pagination li a {
		height: 28px;
		width: 28px;
		line-height: 28px;
	}
}
/*breadcrumb*/
.breadcrumb-main {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* background-attachment: fixed; */
	position: relative;
	padding: 400px 0 80px;
}
.breadcrumb-main .breadcrumb-outer {
	background: transparent;
	position: relative;
	z-index: 1;
}
.breadcrumb-main .breadcrumb-outer:before {
	display: none;
}
.breadcrumb-main .breadcrumb-outer .breadcrumb-content, .breadcrumb-main .breadcrumb-outer .bread-content {
	position: relative;
	z-index: 1;
}
.breadcrumb-main .breadcrumb-outer .breadcrumb-content h2, .breadcrumb-main .breadcrumb-outer .bread-content h2 {
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	font-size: 42px;
}
.breadcrumb-main .breadcrumb-outer .breadcrumb-content nav, .breadcrumb-main .breadcrumb-outer .bread-content nav {
	display: inline-block;
	position: absolute;
	bottom: 50%;
	left: 0;
}
.breadcrumb-main .breadcrumb-outer .bread-content nav {
	left: 0;
	right: 0;
}

.breadcrumb {
	background: transparent;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.breadcrumb li, .breadcrumb li.active {
	margin-bottom: 0;
	color: #fff;
}
.breadcrumb li a, .breadcrumb li.active a {
	color: var(--secondary-color);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
	content: "|";
	color: #fff;
}

@media (max-width: 991px) {
	.breadcrumb-main .breadcrumb-outer .breadcrumb-content {
		display: block !important;
		text-align: center !important;
	}
	.breadcrumb-main .breadcrumb-outer .breadcrumb-content nav {
		right: 0;
	}
	.breadcrumb-main .breadcrumb-outer .breadcrumb-content h2 {
		margin: 0 !important;
	}
}
@media (max-width: 479px) {
	.breadcrumb-main .breadcrumb-outer .breadcrumb-content {
		text-align: center;
	}
	.breadcrumb-main .breadcrumb-outer .breadcrumb-content h2 {
		display: block;
		font-size: 32px;
		line-height: 42px;
	}
}
/*Buttons*/
button {
	border: none;
}

.per-btn {
	position: relative;
	margin: auto;
	padding: 18px 22px;
	transition: all 0.2s ease;
}
.per-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 28px;
	background: #0791be;
	width: 56px;
	height: 56px;
	transition: all 0.3s ease;
}
.per-btn span {
	position: relative;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	vertical-align: middle;
}
.per-btn i {
	position: relative;
	top: 0;
	margin-left: 10px;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
.per-btn:hover:before {
	width: 100%;
	background: #fb7f6a;
}
.per-btn:hover i {
	transform: translateX(0);
}
.per-btn:active {
	transform: scale(0.96);
}

.nir-btn, .nir-btn-black {
	position: relative;
	z-index: 1;
	font-size: 16px;
	text-align: center;
	padding: 12px 24px;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s;
	background: var(--primary-color);
	color: #fff;
	display: inline-block;
	border-radius: 0px;
	border: 1px solid #fff;
}
.nir-btn:hover, .nir-btn-black:hover {
	background: var(--secondary-color);
	transition: all ease-in-out 0.5s;
	color: #fff;
}

.nir-btn-black {
	background: #3f3f3f;
}
.nir-btn-black:before {
	border-color: #3f3f3f;
	color: #3f3f3f;
}
.nir-btn-black:hover {
	border-color: #3f3f3f;
	color: #fff;
}
.nir-btn-black:hover:before {
	color: #3f3f3f;
}

.main-btn {
	font-size: 16px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	padding: 12px 30px;
	background-color: #162241;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	display: inline-block;
	z-index: 2;
}
.main-btn::after {
	position: absolute;
	right: 15px;
	top: 4px;
	bottom: 4px;
	background: #b17405;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	content: "";
	z-index: -1;
	width: 70px;
	border-radius: 30px;
}
.main-btn:hover::after {
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	background: #b17405;
}
.main-btn:hover {
	color: #fff;
}

input#submit {
	border: none;
}

input#submit:hover {
	opacity: 0.8;
	background: #162241 !important;
	color: #fff;
}

@media (max-width: 811px) {
	.newsletter .newsletter-main .newsletter-form {
		width: 60% !important;
	}
}
@media (max-width: 767px) {
	.newsletter .newsletter-main .newsletter-form {
		width: 100% !important;
	}
}
@media (max-width: 567px) {
	.newsletter .newsletter-main .newsletter-form form {
		border: none !important;
		border-radius: 0 !important;
	}
	.newsletter .newsletter-main .newsletter-form form input {
		border: 1px solid #f1f1f1 !important;
		padding-right: 20px !important;
	}
	.newsletter .newsletter-main .newsletter-form form input.nir-btn {
		border: none !important;
		position: relative !important;
		margin-top: 16px;
	}
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fbfbfb;
	z-index: 999999;
}
#preloader #status {
	position: fixed;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 300px;
	margin: 0 auto;
	background: url(../images/loader.gif);
	background-size: cover;
	background-position: center;
	opacity: 1;
	transform: translate(-50%, -50%);
	visibility: visible;
	transition: all ease-in-out 0.5s;
	z-index: 9999999999;
}

/* End Preloader */
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}
#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background: var(--secondary-color);
	position: relative;
	transition: all ease-in-out 0.5s;
	text-align: center;
}
#back-to-top a:after {
	position: absolute;
	content: "\f30c";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	color: #fff;
	top: 50%;
	left: 50%;
	z-index: 1;
	font-weight: 700;
	transform: translate(-50%, -50%);
}

.alert {
	margin-bottom: 10px;
	border-radius: 0px;
	color: #e83737;
	padding: 0;
}
.alert .alert-success {
	background: transparent;
	border: transparent;
	border-radius: 0px;
	color: #3c763d;
}
.alert .alert-success h4 {
	margin-bottom: 8px;
}
.alert .alert-success p {
	color: #fff;
}

/* ========================================= */
/*          Ribbon CSS        */
/* ======================================== */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.ribbon::before, .ribbon::after {
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	border: 5px solid #666;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 10px 0;
	background-color: #F56961;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 18px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	text-align: center;
}
.ribbon span.open {
	background: #5ECFB1;
}

.ribbon-top-left {
	top: -10px;
	left: -10px;
}
.ribbon-top-left:before, .ribbon-top-left:after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left:before {
	top: 0;
	right: 0;
}
.ribbon-top-left:after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: -25px;
	top: 40px;
	transform: rotate(-45deg);
}

/* ========================================= */
/*          Wickedpicker CSS        */
/* ======================================== */
.wickedpicker {
	width: 120px !important;
	height: auto !important;
	z-index: 9;
}

.wickedpicker .wickedpicker__title {
	display: none !important;
}

.wickedpicker__controls__control-up:before {
	content: "\f106" !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	color: #909090 !important;
}

.wickedpicker__controls__control-down:after {
	content: "\f107" !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	color: #909090 !important;
}

/* ========================================= */
/*          Accrodion CSS        */
/* ======================================== */
.accrodion-grp .accrodion + .accrodion {
	margin-top: 10px;
}
.accrodion-grp .accrodion .accrodion-title {
	border: 1px solid #f1f1f1;
	background: #fff;
	padding: 14.5px 25px;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
}
.accrodion-grp .accrodion .accrodion-title h5 {
	margin: 0;
	position: relative;
	text-transform: capitalize;
}
.accrodion-grp .accrodion .accrodion-title h5:before {
	content: "\f107";
	font-family: "FontAwesome";
	color: #222222;
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.accrodion-grp .accrodion .accrodion-content {
	padding-top: 10px;
}
.accrodion-grp .accrodion .accrodion-content .inner {
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #f1f1f1;
}
.accrodion-grp .accrodion .accrodion-content .inner p {
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.01em;
	color: #74787D;
}
.accrodion-grp .accrodion.active .accrodion-title {
	background: #162241;
	border-color: #162241;
}
.accrodion-grp .accrodion.active .accrodion-title h5 {
	color: #fff;
}
.accrodion-grp .accrodion.active .accrodion-title h5:before {
	content: "\f106";
	color: #fff;
}

@media (max-width: 567px) {
	.accrodion-grp .accrodion .accrodion-title h5 {
		font-size: 14px;
	}
}
/* ========================================= */
/*          Custom animation CSS        */
/* ======================================== */
@-webkit-keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes scale-upOne {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
	}
}
@keyframes scale-upOne {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
	}
}
@-webkit-keyframes zoom-fade-two {
	0% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}
@keyframes zoom-fade-two {
	0% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}
@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes slide {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -111px 0;
	}
}
@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -111px 0;
	}
}
@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes up-down {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}
	50% {
		transform: rotate(-10deg);
	}
	70% {
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.jackInTheBox {
	animation-name: jackInTheBox;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}
@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
}
@keyframes animationFramesTwo {
	0% {
		transform: translate(0, 0) rotate(0);
	}
	21% {
		transform: translate(40px, 50px) rotate(35deg);
	}
	41% {
		transform: translate(-20px, -75px) rotate(48deg);
	}
	60% {
		transform: translate(25px, 48px) rotate(125deg);
	}
	80% {
		transform: translate(16px, -15px) rotate(180deg);
	}
	100% {
		transform: translate(0, 0) rotate(0);
	}
}
@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0, 0) rotate(0);
	}
	21% {
		-webkit-transform: translate(40px, 5px) rotate(35deg);
	}
	41% {
		-webkit-transform: translate(-20px, -75px) rotate(48deg);
	}
	60% {
		-webkit-transform: translate(25px, 48px) rotate(125deg);
	}
	80% {
		-webkit-transform: translate(16px, -15px) rotate(180deg);
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(0);
	}
}
@keyframes animationFramesThree {
	0% {
		transform: translate(0, 0) rotate(0);
	}
	21% {
		transform: translate(4px, 10px) rotate(360deg);
	}
	41% {
		transform: translate(25px, 40px) rotate(360deg);
	}
	60% {
		transform: translate(35px, 22px) rotate(360deg);
	}
	80% {
		transform: translate(17px, 46px) rotate(360deg);
	}
	100% {
		transform: translate(0, 0) rotate(0);
	}
}
@-webkit-keyframes animationFramesThree {
	0% {
		-webkit-transform: translate(0, 0) rotate(0);
	}
	21% {
		-webkit-transform: translate(4px, -20px) rotate(360deg);
	}
	41% {
		-webkit-transform: translate(-50px, -80px) rotate(360deg);
	}
	60% {
		-webkit-transform: translate(-75px, -35px) rotate(360deg);
	}
	80% {
		-webkit-transform: translate(-20px, 20px) rotate(360deg);
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(0);
	}
}
@-webkit-keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
/*--move-forever--*/
@keyframes move-forever {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}
@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}
.reserved-form {
	z-index: 999 !important;
}

.reserved-form.date-picker-wrapper.no-topbar {
	padding: 0;
	width: auto;
	background: transparent;
	border: none;
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.3411764706);
}

.reserved-form.date-picker-wrapper .month-wrapper table .day.real-today {
	background-color: transparent;
	color: #162241;
	font-weight: 700;
	border: 1px solid #162241;
	opacity: 1;
}

.reserved-form.date-picker-wrapper .month-wrapper {
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.3411764706);
	border: none;
	padding: 15px;
	border-radius: 0;
}

.reserved-form.date-picker-wrapper .month-wrapper table .day.has-tooltip {
	color: #CCC;
	text-decoration: line-through;
	background: #EBEFF2;
}

.reserved-form.date-picker-wrapper .month-wrapper table .day.checked {
	background: #162241 !important;
	color: #FFF;
	border-color: #162241;
}

.reserved-form.date-picker-wrapper .month-wrapper table .day {
	padding: 5px 0px;
	padding-left: 0px;
	line-height: 0.9;
	font-size: 15px;
	color: #999;
	border: none;
	text-align: center;
	width: 40px;
	margin: 5px 2px;
	line-height: 1.8;
}

.reserved-form.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked {
	color: #fff;
}

.reserved-form.date-picker-wrapper .month-wrapper table .week-name {
	height: 40px;
	color: #333;
}

.reserved-form.date-picker-wrapper table .caption {
	background: #fbfbfb;
	color: #333;
}

.reserved-form.date-picker-wrapper .footer {
	display: none;
}

.reserved-form.date-picker-wrapper.single-date span {
	font-size: 14px;
}

.reserved-form.date-picker-wrapper table .caption > th:first-of-type, .reserved-form.date-picker-wrapper table .caption > th:last-of-type {
	padding: 10px;
}

.reserved-form.date-picker-wrapper table .caption th {
	text-align: left;
}

.reserved-form.date-picker-wrapper .month-wrapper table.month2 .caption th {
	text-align: right;
}

.reserved-form.date-picker-wrapper .gap, .reserved-form.date-picker-wrapper table .caption .next:hover, .reserved-form.date-picker-wrapper table .caption .prev:hover {
	background: transparent;
}

.reserved-form.date-picker-wrapper .gap .gap-lines, .reserved-form.date-picker-wrapper .gap .gap-top-mask, .reserved-form.date-picker-wrapper .gap .gap-bottom-mask {
	display: none;
}

.reserved-form.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
	background: #999;
	color: #fff;
}

.team-slider .slick-prev, .team-slider .slick-next, .safari-slider .slick-next, .safari-slider .slick-prev {
	background: #fff;
	height: 60px;
	width: 60px;
	box-shadow: 0 0 15px rgb(204 204 204 / 57%);
}
.team-slider .slick-prev:before, .team-slider .slick-next:before, .safari-slider .slick-next:before, .safari-slider .slick-prev:before {
	font-size: 36px;
	line-height: 1.6;
	color: var(--primary-color);
}
.team-slider .slick-prev:hover, .team-slider .slick-prev:focus, .team-slider .slick-next:hover, .team-slider .slick-next:focus,
.safari-slider .slick-prev:hover, .safari-slider .slick-prev:focus, .safari-slider .slick-next:hover, .safari-slider .slick-next:focus {
	opacity: 1;
	background: var(--primary-color);
	color: #fff;
}
.team-slider .slick-prev:hover:before, .team-slider .slick-prev:focus:before, .team-slider .slick-next:hover:before, .team-slider .slick-next:focus:before,
.safari-slider .slick-prev:hover:before, .safari-slider .slick-prev:focus:before, .safari-slider .slick-next:hover:before, .safari-slider .slick-next:focus:before {
	color: #fff;
}
.team-slider .slick-prev, .safari-slider .slick-prev {
	left: -35px;
}
.team-slider .slick-next, .safari-slider .slick-next {
	right: -35px;
}

@media (max-width: 767px) {
	.team-slider .slick-prev, .team-slider .slick-next {
		display: none !important;
	}
	.safari-slider .slick-prev, .safari-slider .slick-next {
		display: none !important;
	}
}
@-webkit-keyframes kbrns_zoomOutIn {
	0% {
		-webkit-transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes kbrns_zoomOutIn {
	0% {
		-moz-transform: scale(1.3);
	}
	100% {
		-moz-transform: scale(1);
	}
}
@-ms-keyframes kbrns_zoomOutIn {
	0% {
		-ms-transform: scale(1.3);
	}
	100% {
		-ms-transform: scale(1);
	}
}
@-o-keyframes kbrns_zoomOutIn {
	0% {
		-o-transform: scale(1.3);
	}
	100% {
		-o-transform: scale(1);
	}
}
@keyframes kbrns_zoomOutIn {
	0% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}
/*Navbar*/
.navbar-default {
	background: #f5f5f5;
}

.navbar {
	border-bottom: 0;
	padding: 0;
}

.sidebar .navbar-nav {
	background: transparent;
	margin: 0;
}

.navbar.navbar-default {
	transition: none;
}

header #navbar {
	width: 100%;
	background: #f49b00;
}

.navbar-default a.navbar-brand {
	font-size: 24px;
	position: relative;
	color: #f49b00;
	letter-spacing: 2px;
	font-weight: 400;
	display: block;
	padding: 0;
	height: auto;
	transition: all ease-in-out 0.5s;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	margin-right: 0;
	flex: 1;
}
.navbar-default a.navbar-brand span {
	color: #fc883a;
}
.navbar-default a.navbar-brand:hover {
	color: #D60D45;
}
.navbar-default .navbar-nav li, .navbar-default .navbar-nav li.active {
	background: #f33807;
}
.navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li.active a:hover {
	color: #fff;
	background: #f33807;
}

/* Main Menu Dropdown */
.navbar-nav li {
	position: relative;
	text-align: left;
	margin-bottom: 0;
}
.navbar-nav li ul {
	z-index: 9999;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0;
	width: 190px;
	display: none;
	border: 1px solid #f1f1f1;
	border-top: 2px solid #f33807;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
.navbar-nav li ul li {
	border-bottom: 1px solid #f1f1f1;
}
.navbar-nav li ul li:last-child {
	border-bottom: none;
}
.navbar-nav li ul li:hover a {
	padding-left: 20px;
	padding-right: 10px;
	text-decoration: none;
}
.navbar-nav li ul li:hover ul li a {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-nav li ul li a {
	display: block;
	padding: 7px 15px;
	font-size: 15px;
	font-weight: 500;
	color: #636363;
}
.navbar-nav li ul li a:hover {
	color: #f33807;
}
.navbar-nav li ul li ul {
	position: absolute;
	left: 188px;
	top: -2px;
}
.navbar-nav li ul li ul li ul li:hover a {
	padding-left: 20px;
	padding-right: 10px;
}

.navbar-nav li > ul > li:last-child > a {
	border-bottom: 0;
}
.navbar-nav li > ul > li ul > li:last-child > a {
	border-bottom: 0;
}

.main_header_area {
	position: relative;
	width: 100%;
	background: #fff;
}
.main_header_area .notify-bar {
	background: linear-gradient(to right, #e9595e 1%, #dcb86c 100%);
	position: relative;
	padding: 3px 0;
}
.main_header_area .notify-bar .notify-in {
	position: relative;
}
.main_header_area .notify-bar .notify-in a.shop-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main_header_area .header-content {
	padding: 6px 0;
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.1882352941);
}
.main_header_area .header-content li {
	display: inline-block;
	padding: 0px 10px;
/* 	border-left: 1px solid #f1f1f1; */
	margin: 0;
}
.main_header_area .header-content li:first-child {
	border: none;
	padding-left: 0;
}
.main_header_area .header-content li:last-child {
	padding-right: 0;
}
.main_header_area .header-content a, .main_header_area .header-content i {
	font-size: 15px;
}
.main_header_area .header-content .links.left-links a i {
	margin-right: 8px;
}
.main_header_area .header_menu.fixed-top {
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	background: #fff;
}
.main_header_area .header_menu.hide {
	top: -94px;
	animation-name: slideInUp;
}
.main_header_area .register-login a {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.45;
	color: #ffffff;
}
.main_header_area .register-login a:hover {
	color: var(--secondary-color);
}
.main_header_area .register-login a i.fa-chevron-down {
	font-size: 12px;
}
.main_header_area .register-login .dropdown a {
	color: #777 !important;
	text-transform: capitalize;
}
.main_header_area .register-login .btn-info {
	border: none;
	background: transparent;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
}

.main_header_area.headerstye-1 {
	position: absolute;
	background: transparent;
}
.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
	padding: 0;
	margin: 0;
}
.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
	display: block;
	/* width: 200px; */
}
.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .navbar-header .navbar-brand img + img {
	display: none;
}
.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li a {
	color: #fff;
}
.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li:hover > a {
	color: var(--secondary-color);
}
.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li.active > a {
	color: var(--secondary-color);
}
.main_header_area.headerstye-1 .header_menu .register-login a {
	color: #fff;
}
.main_header_area.headerstye-1 .header_menu.fixed-top .navbar-default {
	background: #fff;
}
.main_header_area.headerstye-1 .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand {
	padding: 0;
	margin: 0;
}
.main_header_area.headerstye-1 .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand img {
	display: none !important;
}
.main_header_area.headerstye-1 .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand img + img {
	display: block !important;
	width: 150px;
}
.main_header_area.headerstye-1 .header_menu.fixed-top .register-login a, .main_header_area.headerstye-1 .header_menu.fixed-top .register-login .btn-info {
	color: #777;
}

.headerstye-2 .navbar-header {
	display: none;
}
.headerstye-2 .navbar-sticky-in .navbar-header {
	display: block;
}

@media (max-width: 991px) {
	.headerstye-1 .header-content {
		display: none;
	}
	.headerstye-1 .navbar-header {
		display: block;
	}
	.main_header_area .header-content {
		display: none;
	}
}
@media (max-width: 735px) {
	.main_header_area .header-content {
		display: none !important;
	}
}
.header_menu .navbar.navbar-default {
	border-radius: 0px;
	margin-bottom: 0px;
	background: transparent;
	border: none;
	width: 100%;
}
.header_menu .navbar.navbar-default .navbar-collapse {
	text-align: right;
	padding: 0;
}
.header_menu .navbar.navbar-default .nav.navbar-nav {
	float: none;
	text-align: right;
	display: inline-block;
	background: transparent;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li {
	float: none;
	display: inline-block;
	margin-right: 0px;
	background: transparent;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
	margin: 0;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a {
	background: transparent;
	color: #777;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px;
	letter-spacing: 0.45px;
	line-height: inherit;
	transition: all 150ms linear;
	border: none;
	padding: 0 10px;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
	font-size: 12px;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
	position: absolute;
	right: 15px;
	top: 12px;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
	display: none;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a, .header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
	color: #0791be;
	background: transparent;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
	position: relative;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
	border: none;
	padding: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	right: 24px;
	top: 45px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
	display: block;
	float: none;
	margin-right: 0px;
	border-bottom: 1px dashed var(--primary-color);
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
	line-height: 2.7;
	color: #777;
	font-size: 15px;
	padding: 0px 20px;
	font-weight: 400;
	letter-spacing: 0.3px;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	display: block;
	text-transform: capitalize;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
	background: var(--primary-color);
	color: #fff;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
	border-bottom: none;
}
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li ul {
	overflow: visible;
}
.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
	margin-right: 0px;
}
.header_menu .navbar.navbar-default a.cart-icon {
	position: relative;
}
.header_menu .navbar.navbar-default a.cart-icon i {
	font-size: 21px;
	line-height: 1.8;
	height: 35px;
	width: 35px;
	background: #F56961;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.header_menu .navbar.navbar-default a.cart-icon .cart-label {
	width: 18px;
	height: 18px;
	font-size: 11px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	background-color: #162241;
	display: inline-block;
	line-height: 1.7;
	position: absolute;
	top: 0;
	right: -6px;
}
.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li:hover > a, .header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li.active > a {
	color: #0791be;
}
.header_menu .slicknav_nav {
	top: 72px;
}

/*Fullpage search*/
#search1 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
}
#search1 input[type=search] {
	position: absolute;
	top: 35%;
	width: 50%;
	color: #777;
	background: transparent;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
	border-width: 0 0 1px;
	margin: 0px auto;
	padding: 20px 30px;
	outline: none;
	margin-bottom: 30px;
	height: 82px;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid #f1f1f1;
}
#search1 .btn {
	position: absolute;
	top: 55%;
	left: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: var(--primary-color);
	padding: 10px 30px;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	width: 15%;
}
#search1 .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	opacity: 1;
	padding: 6px 12px;
	border-radius: 0px;
	font-size: 27px;
}

#search1.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

.header_sidemenu .header_sidemenu_in .overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
.header_sidemenu .header_sidemenu_in .overlay.show {
	opacity: 0.8;
	visibility: visible;
	background: #000000;
	transition: opacity 0.25s ease, visibility 0s ease;
}
.header_sidemenu .header_sidemenu_in .overlay.hide {
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
.header_sidemenu .header_sidemenu_in .menu {
	width: 380px;
	height: 100%;
	position: fixed;
	right: -500px;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
}
.header_sidemenu .header_sidemenu_in .menu .close-menu {
	float: right;
	font-size: 21px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain {
	background: #fff;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container {
	position: relative;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container h5 {
	background: #162241 !important;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .cart-entry {
	position: relative;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .cart-entry .image {
	float: left;
	width: 70px;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .cart-entry .content {
	padding: 0 10px;
	text-align: left;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .cart-entry .content .title {
	display: inline-block;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .cart-entry .content .quantity {
	font-size: 12px;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .cart-entry .content .price {
	font-size: 14px;
	color: #F56961;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .cart-entry .button-x {
	position: absolute;
	top: 50%;
	right: 1rem;
	cursor: pointer;
	transform: translateY(-50%);
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .cart-entry:nth-child(even) {
	background: #f1f1f1;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .summary {
	width: 100%;
	padding: 10px 1.5rem;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	font-size: 14px;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .summary .price-s {
	color: #F56961;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .cart-buttons {
	padding: 10px 1.5rem;
}
.header_sidemenu .header_sidemenu_in .menu .m-contentmain .cart-main .cart-box .popup-container .cart-buttons a {
	padding: 10px 18px;
	font-size: 13px;
}
.header_sidemenu .menu-ham {
	cursor: pointer;
}

@media (min-width: 992px) {
	.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
		position: absolute;
		top: 40px;
		left: 0px;
		min-width: 220px;
		background: #fff;
		box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
		text-align: left;
		opacity: 0;
		transition: all ease-in-out 0.5s;
		visibility: hidden;
		display: block;
		border: none;
		padding: 0px;
		border-radius: 0px;
	}
	.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
		transform-origin: 0 50%;
		position: absolute;
		right: 100%;
		left: auto;
		width: auto;
		top: 0;
	}
	.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
		line-height: 2.7;
		color: #777;
		font-size: 15px;
		padding: 0px 20px;
		letter-spacing: 0.3px;
		transition: all 150ms linear;
		display: block;
	}
	.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
		background: var(--primary-color);
		color: #fff;
	}
	.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
		transform: scale(1, 1);
	}
	.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
		left: 0px;
		visibility: visible;
		opacity: 1;
	}
}
header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 22;
}

.logo a {
	font-size: 28px;
	color: #fff;
}
.logo a [class^=flaticon-]:before {
	font-size: 28px;
	color: #fff;
}

nav.navbar.navbar-default .logo-white {
	display: block;
}
nav.navbar.navbar-default .logo-black {
	display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
	display: none;
}
nav.navbar.navbar-default.navbar-sticky-in .logo-black {
	display: block;
}

.nav-btn {
	display: inline-block;
}

.navbar-sticky-in .nir-btn:hover {
	color: #162241;
}

/*Fullpage search*/
.search-wrapper {
	position: relative;
	min-width: 250px;
	display: inline-block;
}
.search-wrapper .search_module {
	position: relative;
}
.search-wrapper .search_module .icon-left {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	transition: all ease-in-out 0.5s;
	z-index: 10;
	color: #fff;
}
.search-wrapper .search_module .search_area form .input-group {
	margin: 0;
}
.search-wrapper .search_module .search_area form .input-group .form-control {
	background: none;
	padding-left: 40px;
	border: 1px solid rgba(255, 255, 255, 0.137254902);
	transition: all ease-in-out 0.5s;
	font-weight: 400;
	width: 100%;
	color: #fff;
}
.search-wrapper .search_module .search_area form .input-group .form-control::placeholder {
	transition: all ease-in-out 0.5s;
	color: #fbfbfb;
}
.search-wrapper .search_module .search_area form .input-group .form-control:focus {
	outline: 0;
	box-shadow: none;
}
.search-wrapper .search_module.active + .search-categories {
	visibility: visible;
	opacity: 1;
}
.search-wrapper .search_module.active .search_area form .input-group .form-control {
	border: none;
	padding-left: 2.66667rem;
	border: 1px solid rgba(255, 255, 255, 0.137254902);
	font-weight: 400;
}
.search-wrapper .search_module.active .search_area form .input-group .form-control:focus {
	border: none;
}

.main_header_area.headerstye-1 .header_menu.fixed-top {
	background: #fff;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
}
.main_header_area.headerstye-1 .header_menu.fixed-top .navbar.navbar-default .navbar-header .navbar-brand img + img {
	display: block;
}
.main_header_area.headerstye-1 .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li > a {
	color: #4e4e4e;
}
.main_header_area.headerstye-1 .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li.active > a {
	color: var(--secondary-color);
}
.main_header_area.headerstye-1 .header_menu.fixed-top .search-wrapper .search_module .search_area form .input-group .form-control {
	border-color: #f1f1f1;
	color: #777;
}
.main_header_area.headerstye-1 .header_menu.fixed-top .search-wrapper .search_module .search_area form .input-group .form-control::placeholder {
	color: #777;
}
.main_header_area.headerstye-1 .header_menu.fixed-top .search-wrapper .search_module .icon-left {
	color: #777;
}

.fade.in {
	opacity: 1;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-backdrop {
	background: transparent;
}

.modal__container {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal__container .modal__content {
	background-color: #fff;
	width: 450px;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
}
.modal__container .modal__content .login-content {
	background: #fff;
	text-align: center;
	position: relative;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
}
.modal__container .modal__content .login-content .section-border {
	padding: 20px 30px;
	border-top: 1px dashed #f1f1f1;
}
.modal__container .modal__content .login-content .form-checkbox {
	text-align: left;
}
.modal__container .modal__content .login-content a.btn-facebook, .modal__container .modal__content .login-content a.btn-twitter, .modal__container .modal__content .login-content a.btn-google {
	padding: 8px 20px;
	color: #fff;
	background: #ccc;
	border-radius: 0px;
	display: inline-block;
	border: 1px solid #395899;
}
.modal__container .modal__content .login-content a.btn-facebook {
	background: #395899;
}
.modal__container .modal__content .login-content a.btn-twitter {
	background: #04a9e1;
	border-color: #04a9e1;
}
.modal__container .modal__content .login-content a.btn-google {
	background: #db3236;
}
.modal__container .modal__content .login-content .sign-up {
	padding: 20px 0;
	border-top: 1px dashed #f1f1f1;
}
.modal__container .modal__content button.close {
	background: #F56961;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	opacity: 1;
	text-align: center;
	line-height: 0.5;
	font-size: 20px;
	padding: 0;
	z-index: 9;
	transition: all ease-in-out 0.5s;
}
.modal__container .modal__content button.close:focus {
	border: none;
	outline: none;
}

.modal-open {
	padding: 0 !important;
}
.modal-open .modal {
	background: rgba(0, 0, 0, 0.6784313725);
	overflow: hidden;
}
.modal-open .modal .modal-dialog {
	max-width: 550px;
	top: 5%;
}
.modal-open .modal .modal-dialog .modal-content {
	border: none;
	position: relative;
	border-radius: 0;
}
.modal-open .modal .modal-dialog .modal-content .login-content {
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
}
.modal-open .modal .modal-dialog .modal-content button.close {
	background: var(--primary-color);
	color: #fff;
	position: absolute;
	top: -1rem;
	right: -1rem;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	opacity: 1;
	text-align: center;
	line-height: 0.4;
	font-size: 20px;
	padding: 0;
	z-index: 9;
	transition: all ease-in-out 0.5s;
}
.modal-open .modal .modal-dialog .modal-content button.close:focus {
	border: none;
	outline: none;
}
.modal-open .modal .modal-dialog .modal-content .login-content .login-title {
	background-color: var(--primary-color);
	padding: 5px 0;
	margin-bottom: 10px;
}
.modal-open .modal .modal-dialog .modal-content .login-content .login-title h3 {
	color: #fff;
	margin-bottom: 0;
	font-weight: 500;
}
.modal-open .modal .modal-dialog .modal-content .login-content .login-form h4{
	margin-bottom: 5px;
}

@media (max-width: 1100px) {
	.search-wrapper {
		width: 200px;
	}
	.head-btn, .head-sign {
		display: none;
	}
}
@media (max-width: 1100px) {
	.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before,
	.headerstye-1 .navbar-sticky-in .slicknav_btn.slicknav_open:before,
	.headerstye-1 .navbar-sticky-in .slicknav_btn.slicknav_collapsed:before {
		color: #444 !important;
	}
	.headerstye-1 .slicknav_btn.slicknav_open:before,
	.headerstye-1 .slicknav_btn.slicknav_collapsed:before {
		color: #fff !important;
	}
	.dropdown-toggle::after, .search-wrapper,
	.header_menu .navbar.navbar-default a.cart-icon, .register-login {
		display: none !important;
	}
}
.cats-search {
	background: #f7c252;
}
.cats-search .search-header {
	position: relative;
	background: #fff;
	padding: 2px;
}
.cats-search .search-header input[type=text] {
	border: none;
	border-right: 1px solid #f1f1f1;
	height: 40px;
}
.cats-search .search-header .dropdown {
	display: inline-block;
	padding-left: 1rem;
}
.cats-search .search-header .dropdown button {
	border: none;
	background: transparent;
	color: #777;
}
.cats-search .search-header .dropdown button:focus {
	outline: none;
	border: none;
}
.cats-search .search-header .dropdown.open .dropdown-menu {
	display: block;
	border-radius: 0;
	border: none;
	padding: 0;
}
.cats-search .search-header .dropdown.open .dropdown-menu a {
	border-bottom: 1px dashed #f1f1f1;
}
.cats-search .search-header .dropdown.open .dropdown-menu a:last-child {
	border: none;
}
.cats-search .search-header button.nir-btn {
	border: none;
}

/* ========================================= */
/*          Banner  CSS        */
/* ======================================== */
.banner {
	padding: 0;
}
.banner .overlay {
	opacity: 0.2;
}
.banner .slider {
	height: 730px;
	position: relative;
}
.banner .slider .swiper-container {
	width: 100%;
	height: 100%;
}
.banner .slider .swiper-container .swiper-slide {
	overflow: hidden;
}
.banner .slider .swiper-container .swiper-slide .slide-inner .slide-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: top;
}
.banner .slider .swiper-container .swiper-slide .slide-inner .slide-ripples canvas {
	z-index: 1 !important;
}
.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
	top: 54%;
	transform: translateY(-51%);
	left: 9%;
	width: 55%;
	position: absolute;
	z-index: 999;
}
.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content > h1 {
	font-size: 58px;
	letter-spacing: 1px;
	font-weight: 700;
}
.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1 {
	top: 52%;
	transform: translateY(-52%);
	left: 0;
	width: 60%;
	right: 0;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
}
.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1 > h1 {
	font-size: 58px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 {
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	width: 50%;
	right: 8%;
	text-align: right;
	position: absolute;
	z-index: 1;
}
.banner .slider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 40px;
}
.banner .slider .swiper-pagination-custom .swiper-pagination-fraction {
	bottom: 40px;
}
.banner .slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
.banner .slider .swiper-pagination-bullet-active {
	background: #F56961;
}
.banner .slider .swiper-container-vertical > .swiper-pagination-bullets {
	right: 50px;
}
.banner .slider .swiper-button-prev {
	left: 30px;
}
.banner .slider .swiper-button-next {
	right: 30px;
}
.banner .slider .swiper-button-next:after, .banner .slider .swiper-button-prev:after {
	background: rgba(255, 171, 157, 0.6117647059);
	font-size: 21px;
	padding: 10px 20px;
	color: #fff;
	transition: all ease-in-out 0.5s;
	border-radius: 10px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
}
.banner .slider .swiper-button-next:hover:after, .banner .slider .swiper-button-prev:hover:after {
	background: #162241;
	color: #fff;
	transition: all ease-in-out 0.5s;
}
.banner .slider.slider2 {
	height: 400px !important;
}
/* .banner .video-slider {
	height: auto;
} */
.banner .video-slider .swiper-content {
	top: 56%;
	transform: translateY(-50%);
	left: 0;
	width: 60%;
	right: 0;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
}
.banner .video-slider .swiper-content > h1 {
	font-size: 58px;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-weight: 400;
}
.banner .video-slider .video-banner video {
	width: 100%;
	display: block;
}
.banner .banner-main {
	height: 630px;
	position: relative;
}
.banner .banner-main .banner-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top;
}
.banner .banner-main .banner-content {
	top: 54%;
	transform: translateY(-51%);
	right: 0;
	left: 0;
	width: 55%;
	position: absolute;
	z-index: 9;
	text-align: center;
	margin: 0 auto;
}
.banner .banner-main .banner-content > h1 {
	font-size: 58px;
	letter-spacing: 1px;
	font-weight: 700;
}
.banner .banner-main .banner-content p {
	font-size: 21px;
}
.banner .slider.slider3 .swiper-container .swiper-slide .slide-inner .swiper-content1 {
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	transition: all ease 0.5s;
}
.banner .slider.slider3 .swiper-container .swiper-slide .slide-inner .swiper-content1 > h1 {
	font-size: 44px;
}
.banner .slider.slider3 .swiper-container .swiper-slide.swiper-slide-active .slide-inner .swiper-content1 {
	opacity: 1;
	transition: opacity 1s ease;
}

@media screen and (min-width: 1300px) {
/* 	.banner .video-slider {
		height: 100vh !important;
	} */
}

@media (max-width: 1100px) {
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 {
		width: 75% !important;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content h1, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1 h1, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 h1 {
		font-size: 48px;
	}
	.banner .video-slider .swiper-content {
		width: 85% !important;
	}
	.banner .video-slider .swiper-content h1 {
		font-size: 50px;
	}
	.banner .banner-main .banner-content {
		width: 90%;
	}
	.banner .slider.slider3 .swiper-container .swiper-slide .slide-inner .swiper-content1 > h1 {
		font-size: 36px;
	}
}
@media (max-width: 811px) {
	.banner {
		padding: 0 !important;
	}
}
@media (max-width: 767px) {
	.banner .slider .swiper-container .swiper-slide .slide-inner::before {
		display: none;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 {
		width: 90% !important;
		left: 0;
		right: 0;
		text-align: center;
		margin: 0 auto;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content span, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1 span, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 span {
		padding-left: 0;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content span:before, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1 span:before, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 span:before {
		display: none;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content > h1, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1 > h1, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 > h1 {
		font-size: 45px;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1 {
		width: 100% !important;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 {
		text-align: center;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 > h1 {
		font-size: 45px;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 .swi-image {
		display: none;
	}
	.banner .slider .swiper-button-prev, .banner .slider .swiper-button-next {
		display: none;
	}
	.banner .video-slider .swiper-content {
		width: 90% !important;
	}
	.banner .video-slider .swiper-content h1 {
		font-size: 45px;
	}
	.banner .banner-main .banner-content > h1 {
		font-size: 45px;
	}
}
@media (max-width: 639px) {
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1 {
		width: 96% !important;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content > h1, .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1 > h1 {
		font-size: 32px;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 {
		text-align: center;
	}
	.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 > h1 {
		font-size: 32px;
	}
	.banner .slider .swiper-container-vertical > .swiper-pagination-bullets {
		display: none;
	}
	.banner .video-slider .swiper-content {
		display: none;
	}
	.banner .banner-main .banner-content > h1 {
		font-size: 30px;
	}
}
#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bubbles {
	position: relative;
}
.bubbles .individual-bubble {
	position: absolute;
	border-radius: 100%;
	bottom: 0;
	background: #fff;
	z-index: 1;
}

/* ========================================= */
/*          Banner Form  CSS        */
/* ======================================== */
.form-main {
	position: relative;
	display: block;
	z-index: 2;
}
.form-main .form-content {
	box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.3411764706);
	width: 74%;
	position: absolute;
	top: -70px;
	right: 0;
	z-index: 9;
	background: #fff;
	padding: 30px;
	border-radius: 0px;
	z-index: 2;
}
.form-main .form-content h3.form-title {
	background: #F56961;
	padding: 10px 20px;
	position: relative;
	top: -40px;
	left: 0;
}
.form-main .form-content .nice-select {
	padding: 13px 20px 10px 35px;
}
.form-main .form-content .input-box {
	position: relative;
	width: 100%;
}
.form-main .form-content .input-box input {
	padding-left: 35px;
}
.form-main .form-content .input-box i {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.form-main .form-content .input-box [class^=fa-]:before {
	color: #ef2853;
	font-weight: 600;
}
.form-main .form-content .form-navtab {
	position: absolute;
	top: -41px;
}
.form-main .form-content .form-navtab .nav-tabs {
	border: none;
	padding: 0px;
	display: inline-block;
}
.form-main .form-content .form-navtab .nav-tabs li a {
	border-radius: 0;
	background: #fff;
	border: none;
	padding: 20px 25px;
	transition: all 0.5s;
	border-radius: 0;
}
.form-main .form-content .form-navtab .nav-tabs li i {
	color: #444;
	margin-right: 5px;
	transition: all 0.5s;
}
.form-main .form-content .form-navtab .nav-tabs li:hover a {
	background: #F56961;
	color: #fff !important;
	border: none;
	transition: all 0.5s;
}
.form-main .form-content .form-navtab .nav-tabs li:hover a i {
	color: #fff;
	transition: all 0.5s;
}
.form-main .form-content .form-navtab .nav-tabs a.active {
	background: #F56961 !important;
	color: #fff !important;
	border: none;
	transition: all 0.5s;
}
.form-main .form-content .form-navtab .nav-tabs a.active i {
	color: #fff;
	transition: all 0.5s;
}
.form-main .form-content .tab-content {
	box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.3411764706);
	padding: 30px;
	background: #fff;
}
.form-main .form-content.form-content1 {
	top: -20px;
}
.form-main .form-content.form-content2 {
	padding: 0;
	box-shadow: none;
	top: 0;
}
.form-main .form-content.form-content2 .input-box {
	position: relative;
	display: inline-block;
	width: 100%;
}
.form-main .form-content.form-content2 .input-box input, .form-main .form-content.form-content2 .input-box .nice-select {
	border-width: 0 0 1px;
}
.form-main .form-content.form-content2 .input-box i {
	color: #F56961;
	font-weight: 600;
	left: 0;
}
.form-main .form-content.form-content3 {
	padding: 0;
	box-shadow: none;
	top: 0;
	background: transparent;
}
.form-main .form-content.form-content3 .input-box {
	position: relative;
	display: inline-block;
	width: 100%;
}
.form-main .form-content.form-content3 .input-box input, .form-main .form-content.form-content3 .input-box .nice-select {
	border-width: 0 0 1px;
	background: transparent;
	color: #fff;
}
.form-main .form-content.form-content3 .input-box input::placeholder, .form-main .form-content.form-content3 .input-box .nice-select::placeholder {
	color: #fff !important;
}
.form-main .form-content.form-content3 .input-box i {
	color: #F56961;
	font-weight: 600;
	left: 0;
}

@media (max-width: 1100px) {
	.form-main .form-content {
		width: 88%;
	}
	.form-main .form-content.form-content1 {
		top: 0;
	}
}
@media (max-width: 991px) {
	.form-main .form-content {
		margin: 0 auto;
		left: 0;
		position: relative;
		top: 80px;
	}
	.form-main .form-content .form-group {
		padding-right: 0 !important;
		margin-bottom: 1rem !important;
	}
}
@media (max-width: 767px) {
	.form-main .form-content .form-navtab .nav-tabs li a {
		padding: 20px 15px;
	}
}
@media (max-width: 735px) {
	.form-main .form-content {
		width: 98%;
	}
}
@media (max-width: 639px) {
	.form-main .form-content .form-navtab {
		position: relative;
	}
	.form-main .form-content .form-navtab .nav-tabs li {
		width: 100%;
	}
	.form-main .form-content .form-navtab .nav-tabs li a {
		display: block;
	}
	.form-main .form-content .form-navtab .nav-tabs li:nth-child(odd) a {
		background: #f1f1f1;
	}
}
/* ========================================= */
/*          Featured  CSS        */
/* ======================================== */
.featured-us .featured-us-box .featured-us-icon {
	width: 80px;
	height: 80px;
	line-height: 1.8;
	text-align: center;
	background-color: #F2F2F2;
}
.featured-us .featured-us-box .featured-us-icon [class^=flaticon-]:before, .featured-us .featured-us-box .featured-us-icon [class*=" fa-"]:before,
.featured-us .featured-us-box .featured-us-icon [class^=flaticon-]:after, .featured-us .featured-us-box .featured-us-icon [class*=" fa-"]:after {
	font-size: 48px;
}
.featured-us .featured-us-box .featured-us-icon i[class*=" fa-"] {
	line-height: 1.7;
}
.featured-us .featured-us-box .featured-us-icon span {
	font-size: 36px;
	display: block;
	text-align: left;
	color: #f1f1f1;
}
.featured-us .featured-us-box .featured-us-icon span i::before {
	font-size: 36px !important;
	line-height: 1.5;
}
.featured-us .featured-us-box .featured-us-content {
	width: 75%;
}

.featured-counter::before {
	content: "";
	background: #f1f1f1;
	position: absolute;
	height: 50%;
	width: 100%;
	left: 0;
	top: 0;
}
.featured-counter .featured-counter-inner {
	width: 65%;
	margin: 0 auto;
	padding: 40px 40px 100px;
}
.featured-counter .featured-counter-inner .section-title::before {
	display: none;
}
.featured-counter .featured-counter-inner .section-title h2 {
	font-weight: 700;
}
.featured-counter .featured-counter-inner .counter-item {
	padding: 20px !important;
	border: 1px solid rgba(241, 241, 241, 0.6509803922);
}
.featured-counter .featured-counter-inner .car-image {
	position: absolute;
	bottom: -140px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 66%;
}

.why-us .why-us-item {
	/* padding: 24px 20px 33px; */
	padding: 10px 10px 20px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 15px rgb(122 120 120 / 22%);
	transition: all ease-in-out 0.5s;
	overflow: hidden;
	position: relative;
	transform: translateY(0px);
}
.why-us .why-us-item::after {
	content: "";
	background: var(--secondary-color);
	height: 2px;
	width: 0%;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
	position: absolute;
	transition: all ease-in-out 0.5s;
}
.why-us .why-us-item .why-us-icon [class^=flaticon-]::before, .why-us .why-us-item .why-us-icon i {
	font-size: 58px;
}
.why-us .why-us-item .why-us-icon img {
	/* width: 200px; */
}
.why-us .why-us-item:hover {
	transform: translateY(-5px);
	transition: all ease-in-out 0.5s;
	cursor: pointer;
}
.why-us .why-us-item:hover::after {
	width: 100%;
	transition: all ease-in-out 0.5s;
}
.why-us .why-us-item:hover h4 a {
	color: var(--secondary-color);
}

@media (max-width: 1100px) {
	.featured-counter .featured-counter-inner {
		width: 86%;
		padding: 40px 40px 80px;
	}
}
@media (max-width: 991px) {
	.featured-counter {
		padding-bottom: 0;
	}
	.featured-counter .featured-counter-inner {
		padding: 40px;
		margin: 0 auto 0 !important;
	}
	.featured-counter .featured-counter-inner .car-image {
		width: 100%;
		position: relative;
		bottom: inherit;
	}
}
@media (max-width: 767px) {
	.featured-counter .featured-counter-inner {
		width: 100%;
	}
	.featured-us .featured-us-box .featured-us-item {
		text-align: center;
	}
	.featured-us .featured-us-box .featured-us-item .featured-us-icon {
		margin: 0 auto 15px;
	}
	.featured-us .featured-us-box .featured-us-item .featured-us-icon span {
		text-align: center;
	}
	.featured-us .featured-us-box .featured-us-item .featured-us-content {
		width: 100%;
	}
}
/* ========================================= */
/*          Trending  CSS        */
/* ======================================== */
.trending .trend-item {
	position: relative;
	transition: all ease-in-out 0.5s;
}
.trending .trend-item:hover {
	transition: all ease-in-out 0.5s;
}
.trending .trend-item:hover .trend-image:before {
	height: 100%;
	transition: all ease-in-out 0.5s;
}
.trending .trend-item:hover img {
	transform: rotate(5deg) scale(1.2);
	transition: all ease-in-out 0.5s;
}
.trending .trend-item:hover img.d-author {
	transform: none;
	transition: all ease-in-out 0.5s;
}
.trending .trend-item .trend-image {
	position: relative;
	overflow: hidden;
	transition: all ease-in-out 0.5s;
}
.trending .trend-item .trend-image:before {
	content: "";
	background: linear-gradient(to top, rgb(125 60 31 / 44%), transparent);
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all ease-in-out 0.5s;
}
.trending .trend-item .trend-image img {
	transition: all ease-in-out 0.5s;
	width: 100%;
}
.trending .trend-item .trend-image .trend-tags {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.trending .trend-item .trend-image .trend-tags ul {
	display: inline-block;
}
.trending .trend-item .trend-image .trend-tags ul li {
	display: inline-block;
	padding: 7px 15px;
	background: #fff;
	margin: 0;
	font-weight: 700;
}
.trending .trend-item .trend-image .trend-tags [class^=flaticon-]:before {
	color: #fff;
	font-size: 24px;
	float: right;
	height: 45px;
	width: 45px;
	background: rgba(10, 10, 10, 0.2901960784);
	border-radius: 50%;
	text-align: center;
	line-height: 2;
	transition: all 0.5s;
}
.trending .trend-item .trend-image .trend-tags [class^=flaticon-]:hover:before {
	background: var(--secondary-color);
	transition: all 0.5s;
}
.trending .trend-item .trend-image .deal-item {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}
.trending .trend-item .trend-image .deal-item span {
	padding: 8px 10px;
	display: block;
}
.trending .trend-item .trend-content-main {
	position: relative;
	box-shadow: 0 0 12px 5px rgb(110 110 110 / 17%);
	transition: all ease-in-out 0.3s;
	background: var(--theme-bg);
	z-index: 9;
	width: 100%;
}
.trending .trend-item .trend-content-main .trend-content {
	padding: 10px 20px 8px;
}
.trending .trend-item .trend-content-main .trend-content .row {
	padding: 10px 0 14px;
	border: 1px dashed #dfdfdf;
	border-width: 0 0 1px;
	margin-bottom: 10px;
}
.trending .trend-item .trend-content-main .trend-content h4 {
	margin-bottom: 0;
}
.trending .trend-item .trend-content-main .trend-content h4:before {
	display: none;
}
.trending .trend-item .trend-content-main .trend-content h3 {
	margin-bottom: 0;
	font-weight: 400;
	text-align: right;
	font-size: 28px;
}
.trending .trend-item .trend-content-main .trend-content h6 {
	margin-bottom: 8px;
}
.trending .trend-item .trend-content-main .trend-content h6 i {
	margin-right: 5px;
}
.trending .trend-item .trend-content-main .trend-content .cart-btn .nir-btn, .trending .trend-item .trend-content-main .trend-content .cart-btn .nir-btn-black {
	padding: 10px 20px;
}
.trending .trend-item .trend-content-main .trend-last-main {
	z-index: 10;
	width: 100%;
	/* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.507); */
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 100%;
	-webkit-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	transform: translate(0, 20px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease 0s;
	padding: 10px 20px 25px;
}
.trending .trend-item .trend-content-main .trend-last-main p.trend-para {
	font-size: 15px;
	line-height: 25px;
}
.trending .trend-item .trend-content-main .trend-last-main .trend-last {
	background: #F56961;
	padding: 10px 20px;
}
.trending .trend-item .trend-content-main .trend-last-main .trend-last .trend-price span {
	font-size: 20px;
	font-weight: 600;
}
.trending .trend-item .trend-content-main .trend-last-main .trend-last img.d-author {
	height: 30px;
	width: 30px;
	border-radius: 50%;
}
/* .trending .trend-item:hover .trend-last-main {
	transition: all ease-in-out 0.5s;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 99%;
	visibility: visible;
	z-index: 15;
} */
.trending .trend-box1 .trend-content-main .trend-last-main {
	opacity: 1;
	visibility: visible;
	position: relative;
	transform: none;
	box-shadow: none;
}

.trending.destination {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.trending.destination .trend-box ul.nav.nav-tabs {
	border-radius: 0px;
	overflow: hidden;
	display: inline-block;
	border: none;
}
.trending.destination .trend-box ul.nav.nav-tabs li {
	margin: 10px 8px;
	border: none;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.trending.destination .trend-box ul.nav.nav-tabs li a {
	border-radius: 0px;
	display: inline-block;
	margin-right: 0px;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 700;
	transition: all ease-in-out 0.5s;
	border: 3px solid #fbfbfb;
	background: #fff;
	color: #3f3f3f;
}
.trending.destination .trend-box ul.nav.nav-tabs li i {
	font-size: 40px;
	display: block;
	color: #162241;
}
.trending.destination .trend-box ul.nav.nav-tabs li:focus a, .trending.destination .trend-box ul.nav.nav-tabs li:hover a {
	color: #fff;
	background-color: var(--primary-color);
	transition: all ease-in-out 0.5s;
	border-color: var(--primary-color);
}
.trending.destination .trend-box ul.nav.nav-tabs a.active {
	color: #fff;
	background-color: var(--primary-color);
	transition: all ease-in-out 0.5s;
	opacity: 1;
	border-color: var(--primary-color);
}
.trending.destination .trend-box .trend-item .trend-content-main .trend-last-main {
	opacity: 1;
	visibility: visible;
	position: relative;
	transform: none;
	box-shadow: none;
}

.destination-b .trend-item .trend-content-main .trend-last-main {
	opacity: 1;
	visibility: visible;
	position: relative;
	transform: none;
	box-shadow: none;
	border: 1px dashed #dfdfdf;
	border-width: 1px 0 0;
}
.destination-b h4 {
	font-weight: 500;
}
.destination-b .deal-price {
	border: 1px dashed #f1f1f1;
	border-width: 1px 0 0px;
	padding: 11px 0 0;
	color: #777;
}
.destination-b .deal-price span {
	font-size: 18px;
	font-weight: 500;
	color: #F56961;
}
.destination-b .trend-tags {
	position: absolute;
	right: 15px;
	top: 0;
}
.destination-b .booking-box-title i {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #fff;
	color: #F56961;
	font-size: 25px;
	line-height: 2;
}
.destination-b .nice-select {
	line-height: 1.9;
}
.destination-b .slick-initialized .slick-slide {
	margin-bottom: 2rem;
}
.destination-b .single-slider .slick-initialized .slick-slide {
	margin-bottom: 0;
}
.destination-b .single-slider .slick-initialized .slick-prev {
	left: 0;
}
.destination-b .single-slider .slick-initialized .slick-next {
	right: 0;
}
.destination-b .thumbnail-images .slick-initialized .slick-slide {
	margin-bottom: 0rem;
}

.destination-b .tab-content .single-map img {
	border: 5px solid #fff;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sidebar-sticky {
	position: sticky;
	top: 0;
	transition: all ease-in-out 0.5s;
}
.sidebar-sticky .list-sidebar {
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	padding: 20px;
	border-radius: 0px;
	background: #fff;
}
.sidebar-sticky .list-sidebar .sidebar-item {
	padding: 0 0px 30px;
	border-bottom: 2px dashed #f1f1f1;
	margin-bottom: 30px;
}
.sidebar-sticky .list-sidebar .sidebar-item:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.sidebar-sticky .list-sidebar .sidebar-item h4 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.sidebar-sticky .list-sidebar .sidebar-item h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 20%;
	height: 2px;
	background: #162241;
}
.sidebar-sticky .list-sidebar .sidebar-item .pretty {
	display: block;
	margin-bottom: 20px;
	margin-right: 0;
}
.sidebar-sticky .list-sidebar .sidebar-item .pretty .state label {
	text-indent: 1em;
	width: 100%;
	padding-left: 10px;
}
.sidebar-sticky .list-sidebar .sidebar-item .pretty .state label span.number {
	float: right;
}
.sidebar-sticky .list-sidebar .sidebar-item .pretty:last-child {
	margin: 0;
}
.sidebar-sticky .list-sidebar .sidebar-item .pretty.p-icon .state .icon {
	color: #fff;
}
.sidebar-sticky .list-sidebar .sidebar-item .pretty.p-icon input:checked ~ .state .icon {
	background: #F56961;
}
.sidebar-sticky .list-sidebar .sidebar-item .range-slider {
	margin-bottom: 0;
}
.sidebar-sticky .list-sidebar .sidebar-item .range-slider .ui-slider .ui-slider-range {
	background: #F56961;
}
.sidebar-sticky .list-sidebar .sidebar-item .star-rating span {
	color: #ffbc00;
	display: inline;
}
.sidebar-sticky .list-sidebar .sidebar-item .map-box {
	text-align: center;
	border: 1px solid #f1f1f1;
	padding: 30px 0;
	background: url(../images/streetmap.jpg);
	background-size: cover;
}
.sidebar-sticky .list-sidebar .sidebar-item .map-box i {
	display: block;
	font-size: 44px;
	color: #ef2853;
}
.sidebar-sticky .form-content {
	box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.3411764706);
	background: #959595;
	padding: 30px;
}
.sidebar-sticky .form-content h4::before {
	display: none !important;
}
.sidebar-sticky .form-content p, .sidebar-sticky p {
	color: #fff;
}
.sidebar-sticky .form-content .nice-select {
	padding: 13px 20px 10px 35px;
	font-weight: 400;
}
.sidebar-sticky .form-content .input-box {
	position: relative;
	display: inline-block;
	width: 100%;
}
.sidebar-sticky .form-content .input-box input {
	padding-left: 35px;
}
.sidebar-sticky .form-content .input-box i {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.sidebar-sticky .form-content .input-box [class^=fa-]:before {
	color: #ef2853;
	font-weight: 600;
}

.sidebar-sticky .form-content form label {
	margin-bottom: 0;
}

.sidebar-sticky.sticky1 {
	top: 120px;
}

.sidebar-sticky.sticky1.tab-sticky {
	top: 30px;
}

.progress-item {
	margin-bottom: 0.5rem;
}
.progress-item p {
	font-size: 14px;
}
.progress-item .progress {
	height: 5px;
}
.progress-item .progress .progress-bar {
	background: #F56961;
}

span.location-box {
	color: #F56961;
	border: 1px solid #F56961;
	padding: 15px;
	text-align: center;
	margin-right: 15px;
}

.sidebar-contact {
	padding: 40px 20px;
}
.sidebar-contact i {
	font-size: 32px;
	margin-bottom: 20px;
}

.desc-box {
	background: #fbfbfb;
	padding: 10px 20px;
	border: 1px solid #f1f1f1;
}
.desc-box li {
	display: block;
	line-height: 2;
}

.description-images .slick-initialized .slick-slide {
	opacity: 0.6;
}
.description-images .slick-initialized .slick-slide.slick-current.slick-active.slick-center {
	opacity: 1;
}
.description-images .slick-initialized .slick-prev, .description-images .slick-initialized .slick-next {
	background: #F56961;
}
.description-images .slick-initialized .slick-prev {
	left: 0;
}
.description-images .slick-initialized .slick-next {
	right: 0;
}

.tabs-navbar {
	border: 1px solid #f1f1f1;
}
.tabs-navbar ul li {
	display: block;
	width: 100%;
}
.tabs-navbar ul li a {
	padding: 10px 15px;
	transition: all ease-in-out 0.5s;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
}
.tabs-navbar ul li a:hover {
	color: #fff;
	background: #F56961;
	transition: all ease-in-out 0.5s;
}
.tabs-navbar ul li.active a {
	color: #fff;
	background: #F56961;
	transition: all ease-in-out 0.5s;
}

.tabs-navbar1 {
	border: 1px solid #f1f1f1;
}
.tabs-navbar1 ul {
	display: inherit;
	text-align: center;
}
.tabs-navbar1 ul li a {
	padding: 10px 15px;
	border: none !important;
	transition: all ease-in-out 0.5s;
	color: #3f3f3f !important;
	border-radius: 0 !important;
}
.tabs-navbar1 ul li a:hover {
	color: #fff !important;
	background: #F56961;
	transition: all ease-in-out 0.5s;
}
.tabs-navbar1 ul a.active {
	color: #fff !important;
	background: #F56961 !important;
	transition: all ease-in-out 0.5s;
}

.navbar-sticky {
	z-index: 99999;
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100%;
	animation-name: slideInUp;
	transition: all ease-in-out 0.5s;
}

.tabs-navbar1.navbar-sticky {
	top: 82px;
	transition: all ease-in-out 0.5s;
}

.sticky1.tab-sticky {
	top: 0px;
	transition: all ease-in-out 0.5s;
	animation-name: slideInUp;
}

@media (max-width: 991px) {
	.explore-item {
		text-align: center;
	}
	.explore-item .section-title {
		margin: 0 auto;
	}
	.tabs-navbar1.navbar-sticky {
		top: 0;
		position: relative !important;
	}
}
@media (max-width: 767px) {
	.trending.destination .trend-box ul.nav.nav-tabs li a {
		padding: 10px 15px;
	}
	.destination-b .trend-tags, .tabs-navbar1 {
		display: none;
	}
	.destination-b .booking-box-title {
		text-align: center;
	}
	.destination-b .booking-box-title i {
		float: none;
	}
	.destination-b .booking-box-title .title-content {
		margin: 15px 0 0 !important;
	}
}
@media (max-width: 567px) {
	.trending.destination .trend-box ul.nav.nav-tabs li a {
		margin-bottom: 5px;
	}
	.trending .trend-item .trend-content-main .trend-last-main .trend-last {
		padding: 10px;
	}
	.trending .trend-item .trend-content-main .trend-last-main .trend-last .trend-price span {
		font-size: 16px;
	}
}
/* ========================================= */
/*          Top Destinations  CSS        */
/* ======================================== */
.top-destination {
	background-image: url(../images/destination-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
}
.top-destination:before {
	content: "";
	background: #f3f3f3cf;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.top-destination .desti-image {
	position: relative;
	overflow: hidden;
	border: 6px solid rgb(82 82 82 / 19%);
	margin: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0 0 5px 2px;
}
.top-destination .desti-image img {
	width: 100%;
}
.top-destination .desti-image .desti-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all ease-in-out 0.5s;
	background: linear-gradient(to top, #171717, transparent);
	width: 100%;
	padding: 15px;
}
.top-destination .desti-image .desti-content .trend-price p.price {
	display: inline-block;
	border: 1px dashed #fb7f6a;
	padding: 5px 10px;
}
.top-destination .desti-image .desti-content .trend-price p.price span {
	font-weight: 700;
	font-size: 18px;
	color: #fff !important;
}
.top-destination .desti-image .hotel-content {
	right: 0;
	bottom: 10px;
	width: 94%;
	margin: 0 auto;
}
.top-destination .desti-image .desti-overlay {
	opacity: 0;
	background: rgba(46, 61, 98, 0.4196078431);
	position: absolute;
	bottom: 100%;
	left: 0;
	transition: all ease-in-out 0.5s;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.top-destination .desti-image .desti-overlay a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	white-space: nowrap;
}
.top-destination .desti-image:hover .desti-overlay {
	opacity: 1;
	bottom: 0;
	transition: all ease-in-out 0.5s;
}
.top-destination .desti-image:hover .desti-content {
	opacity: 0;
	transition: all ease-in-out 0.5s;
}

@media (max-width: 767px) {
	.top-destination .col-lg-4, .top-destination .col-lg-3 {
		padding: 0 15px !important;
		margin-bottom: 1rem;
	}
}
/* ========================================= */
/*          Discount CSS        */
/* ======================================== */
.discount-action .call-banner {
	background: url(../images/bg/bg4.jpg) no-repeat;
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
.discount-action .call-banner .call-banner-inner {
	padding: 100px 30px 100px;
	position: relative;
	z-index: 1;
}
.discount-action .call-banner h2 {
	font-size: 42px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.discount-action .call-banner .col-lg-6 {
		padding: 0 15px !important;
	}
	.discount-action .call-banner h2 {
		font-size: 36px;
	}
}
@media (max-width: 639px) {
	.discount-action .call-banner h2 {
		font-size: 28px;
	}
}
/* ========================================= */
/*          Call To Action CSS        */
/* ======================================== */
.call-to-action, .call-to-action1 {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.call-to-action:before, .call-to-action1:before {
	content: "";
	background-image: url(../images/bg/bg4.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	height: 80%;
	width: 100%;
}
.call-to-action:after, .call-to-action1:after {
	content: "";
	background: #162241;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	height: 80%;
	width: 100%;
}
.call-to-action h2.call-name, .call-to-action1 h2.call-name {
	font-size: 54px;
}
.call-to-action .video-button, .call-to-action1 .video-button {
	position: relative;
}
.call-to-action .video-button img, .call-to-action1 .video-button img {
	border: 8px solid rgba(255, 255, 255, 0.1803921569);
}
.call-to-action .video-button .call-button, .call-to-action1 .video-button .call-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.call-to-action .video-button .call-button button.play-btn, .call-to-action1 .video-button .call-button button.play-btn {
	position: relative;
	left: 0;
	right: 0;
	padding: 5px;
	background: rgba(255, 255, 255, 0.1803921569);
	border: none;
	border-radius: 50%;
}
.call-to-action .video-button .call-button button.play-btn i, .call-to-action1 .video-button .call-button button.play-btn i {
	font-size: 33px;
	height: 80px;
	width: 80px;
	line-height: 2.5;
	text-align: center;
	color: #fff;
	background: #162241;
	transition: all ease-in-out 0.5s;
	padding: 0 0 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
}
.call-to-action .video-button .call-button button.play-btn::after, .call-to-action .video-button .call-button button.play-btn::before, .call-to-action1 .video-button .call-button button.play-btn::after, .call-to-action1 .video-button .call-button button.play-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.6196078431);
	opacity: 0.7;
}
.call-to-action .video-button .call-button button.play-btn::before, .call-to-action1 .video-button .call-button button.play-btn::before {
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite;
}
.call-to-action .video-button .call-button button.play-btn::after, .call-to-action1 .video-button .call-button button.play-btn::after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite;
}

.call-to-action1::before, .call-to-action1::after {
	display: none;
}

.call-to-action.flight-call::before {
	background-image: url(../images/flights/flightbg.jpg);
}

.call-to-action3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

@media (max-width: 991px) {
	.call-to-action h2.call-name, .call-to-action1 h2.call-name {
		font-size: 42px;
	}
}
@media (max-width: 767px) {
	.call-to-action h2.call-name, .call-to-action1 h2.call-name {
		font-size: 30px;
	}
	.cta-horizon h4 {
		margin-bottom: 1rem !important;
	}
	.content-line {
		text-align: center;
	}
	.content-line .nir-btn {
		margin-top: 15px;
	}
}
@media (max-width: 735px) {
	.cta-horizon h4 {
		margin-bottom: 1rem !important;
	}
	.call-to-action .action-content, .call-to-action1 .action-content {
		width: 100% !important;
	}
	.call-to-action h2.call-name, .call-to-action1 h2.call-name {
		font-size: 24px;
	}
}
/* ========================================= */
/*         Counter CSS        */
/* ======================================== */
.counter .counter-item {
	text-align: center;
	width: 100%;
	padding: 40px 20px;
}
.counter .counter-item h3 {
	font-size: 42px;
}
.counter .counter-item i {
	height: 80px;
	width: 80px;
	background: rgba(255, 255, 255, 0.1803921569);
	border-radius: 50%;
	font-size: 32px;
	line-height: 2.5;
}
.counter .d-line {
	border-right: 1px dashed #ccc;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.counter_one:before {
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 0;
	background: #fff;
	content: "";
	z-index: -1;
	border-top: 10px solid #162241;
	width: 91.3%;
}
.counter_one .counter1 {
	position: relative;
	display: block;
	margin-top: -120px;
	z-index: 10;
}
.counter_one .counter1 .counter-item {
	text-align: center;
	width: 100%;
}
.counter_one .counter1 .counter-item h3 {
	font-size: 54px;
}
.counter_one .counter1 .counter-item i {
	font-size: 21px;
}
.counter_one .counter1 .d-line {
	border-right: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

/* ========================================= */
/*          Top Deal  CSS        */
/* ======================================== */
section.top-deals .slider-image {
	overflow: hidden;
}
section.top-deals .slider-image img {
	transition: all ease-in-out 0.5s;
}
section.top-deals .slider-image:hover img {
	transform: rotate(5deg) scale(1.2);
}
section.top-deals .slider-content {
	position: absolute;
	bottom: 10px;
	background: #fefefe91;
	padding: 18px 20px 16px;
	width: 88%;
	margin: 0 auto;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	left: 0;
	right: 0;
}
section.top-deals .slider-content p {
	margin-bottom: 14px;
}
section.top-deals .slider-content h4 a {
	color: #000;
}
section.top-deals .slider-content .deal-price {
	border: 1px dashed #f1f1f1;
	border-width: 1px 0 0px;
	padding: 11px 0 0;
}

/* ========================================= */
/*         Top Restro CSS        */
/* ======================================== */
.top-restro .slider-content {
	background: #fff;
	padding: 20px;
	width: 94%;
	margin: 0 auto;
	margin-top: -2rem;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
}
.top-restro .slider-content .restro-content li {
	display: block;
	font-size: 15px;
	color: #999;
}

/* ========================================= */
/*         Latest Tour CSS        */
/* ======================================== */
.latest-tour .tour-item {
	position: relative;
	overflow: hidden;
	transition: all ease-in-out 0.5s;
}
.latest-tour .tour-item:before {
	position: absolute;
	top: 0px;
	left: 0;
	background: rgb(0 0 0 / 45%);
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
}
.latest-tour .tour-item .tour-image img {
	transition: all ease-in-out 0.5s;
}
.latest-tour .tour-item .tour-content {
	padding: 20px;
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	z-index: 1;
	transition: all ease-in-out 0.5s;
}
.latest-tour .tour-item .tour-tag {
	position: absolute;
	padding: 10px;
	top: 20px;
	right: 0;
	background: var(--secondary-color);
	z-index: 1;
}
.latest-tour .tour-item .tour-tag .old-price {
	text-decoration: line-through;
}
.latest-tour .tour-item .tour-content a.nir-btn {
	padding: 8px 18px;
	font-size: 15px;
}
.latest-tour .tour-item:hover .tour-content {
	bottom: 50%;
	transform: translateY(50%);
	transition: all ease-in-out 0.5s;
}
.latest-tour .tour-item:hover .tour-image img {
	transform: rotate(5deg) scale(1.2);
	transition: all ease-in-out 0.5s;
}
.latest-tour .tour-item:hover:before {
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out 0.5s;
}

/* ========================================= */
/*         Services CSS        */
/* ======================================== */
section.about-detail {
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
section.about-detail .about-image {
	border-radius: 0px;
	overflow: hidden;
}
section.about-detail .about-image img {
	border-radius: 15px;
}
section.about-detail .p-about-us .p-call-action li {
	display: inline-block;
	padding: 5px;
	width: 49%;
}
section.about-detail .about-detail-content {
	border-radius: 15px;
}

@media (max-width: 991px) {
	.about-us .wrap-customize .d-line {
		display: none;
	}
	.left-side-content {
		text-align: center;
	}
}
@media (max-width: 811px) {
	section.about-detail {
		background-size: cover;
	}
}
@media (max-width: 767px) {
	section.about-us .about-listing:after {
		display: none;
	}
	section.about-us .counter .d-line {
		position: relative;
		border: none;
	}
	.about-banner {
		text-align: center;
	}
	.about-banner .about-banner-content {
		margin-bottom: 2rem;
	}
	section.about-detail:before {
		display: none;
	}
}
/* ========================================= */
/*         Quick Services CSS        */
/* ======================================== */
.quick-service {
	position: relative;
}
.quick-service .card-box {
	position: relative;
	width: 320px;
	height: 320px;
	transform-style: preserve-3d;
	perspective: 1000px;
	border-radius: 15px;
	margin: 0 auto;
}
.quick-service .card-box .box-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: 1s cubic-bezier(0.15, 0.15, 0.3, 1.3);
}
.quick-service .card-box .box-inner .box-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.quick-service .card-box .box-inner .box-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.quick-service .card-box .box-inner .box-image .box-title {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	background: #162241;
	padding: 15px 10px;
}
.quick-service .card-box .box-inner .box-image .box-title i {
	font-size: 32px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background: #fff;
	color: #162241;
	line-height: 2.4;
}
.quick-service .card-box .box-inner .top-service {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	transform-style: preserve-3d;
	padding: 0;
	transform: rotateY(180deg);
	border-radius: 15px;
}
.quick-service .card-box .box-inner .top-service .service-inner {
	transform-style: preserve-3d;
	padding: 20px;
	background: #162241;
	transform: translateZ(100px);
}
.quick-service .card-box .box-inner .top-service .service-inner i {
	font-size: 38px;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background: #fff;
	color: #162241;
	line-height: 2.4;
}
.quick-service .card-box:hover .box-inner {
	transform: rotateY(180deg);
}
.quick-service .top-service {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 45px 25px;
	border-radius: 15px;
}
.quick-service .top-service i {
	font-size: 3rem;
	margin-bottom: 15px;
}
.quick-service .top-service p {
	color: #f1f1f1;
	font-size: 13px;
}

@media (max-width: 359px) {
	.quick-service .card-box {
		height: 280px;
		width: 280px;
	}
}
/* ========================================= */
/*         About Us CSS        */
/* ======================================== */
.about-us {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: inherit;
	background-color: var(--theme-bg);
}
.about-us .about-featured ul li {
	display: inline-block;
	width: 49%;
	position: relative;
	line-height: 2.4;
	font-weight: 400;
}
.about-us .about-featured ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	margin-right: 10px;
}
.about-us .about-image-box .about-image-desti {
	border: 10px solid rgba(255, 255, 255, 0.3215686275);
	box-shadow: 0 0 15px rgb(125 58 36 / 27%);
	/* margin-bottom: -5rem; */
}
/* .about-us .about-image-box .about-content .section-title:before {
border-color: #fff;
} */
.about-us .form-content {
	position: relative;
	top: -2rem;
}
.about-us .form-content h3.form-title {
	top: 0;
}
.about-us .about-image-box1 .about-image {
	margin-top: -40px;
}
.about-us .about-image-box1 .about-content {
	right: inherit;
	left: -40px;
	top: 0;
}
.about-us .about-inner {
	position: relative;
	z-index: 1;
}
.about-us .about-inner h2 {
	font-size: 48px;
	margin-bottom: 10px !important;
}
.about-us .about-inner .about-image-box {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.about-us .about-inner .about-image-box img {
	width: 100%;
}
.about-us .about-inner .about-image-box::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: -webkit-transform 1.8s;
	transition: -webkit-transform 1.8s;
	transition: transform 1.8s;
	transition: transform 1.8s, -webkit-transform 1.8s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
	z-index: 1;
}
.about-us .about-inner .about-image-box:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.about-us .box-title i {
	font-size: 38px;
	color: #162241;
}
.about-us .about-left {
	position: absolute;
	top: 50%;
	right: -50px;
	background: #fff;
	width: 100%;
	z-index: 1;
	transform: translateY(-50%);
	border-radius: 15px;
	padding: 30px 30px 30px 0;
}

.about-us1:before {
	content: "";
	background: url(../images/bottom-bg.png) repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 5%;
	width: 100%;
	z-index: 2;
	background-size: contain;
}
.about-us1:after {
	content: "";
	background: url(../images/top-bg.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	height: 5%;
	width: 100%;
	z-index: 2;
	background-size: contain;
}
.about-us1 .why-us .why-us-item .why-us-icon [class^=flaticon-]::before {
	font-size: 42px;
	color: var(--primary-color);
}
.about-us1 .why-us .why-us-item {
	padding: 35px 15px 30px;
}
.about-us1 .why-us .why-us-item .why-us-content h4 {
	margin-bottom: 8px;
}

.about-image-main img {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 991px) {
	.about-us .about-inner .about-image-box {
		margin-top: 2rem;
	}
	.about-us .about-image-box .about-image-desti {
		margin-bottom: 0;
	}
	.about-us .about-image-box .about-image-main {
		margin-top: 30px;
	}
	.about-us .about-image-box .about-image-main .col-lg-6 {
		margin-top: 0 !important;
	}
	.about-us .about-image-box .about-content {
		margin-bottom: 15px;
		width: 100% !important;
	}
	.about-us .form-content {
		top: 2rem;
		margin-bottom: 2rem;
	}
	.about-us .about-left {
		position: relative;
		right: 0;
		top: 0;
		transform: none;
		padding: 0;
	}
}
@media (max-width: 639px) {
	.about-us1:before {
		bottom: -90px;
	}
	.about-us .about-featured ul li {
		display: block;
		width: 100%;
	}
}
/* ========================================= */
/*         call-to-action CSS        */
/* ======================================== */
.call-to-action {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.call-to-action .call-content {
	position: relative;
	z-index: 1;
}
.call-to-action .call-content h2 {
	font-weight: 700;
	font-size: 42px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.2509803922);
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.0784313725);
	margin-bottom: 14px !important;
	border-radius: 15px;
	margin-bottom: 17px !important;
}
.call-to-action .call-content h2 span {
	color: #162241;
}
.call-to-action .call-content p {
	font-size: 18px;
	font-weight: 700;
}

section.call-to-action1 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
section.call-to-action1 .call-inner {
	position: relative;
	z-index: 1;
}
section.call-to-action1 .call-inner .call-content {
	position: relative;
	z-index: 1;
}
section.call-to-action1 .call-inner .call-content h2 {
	font-weight: 700;
	font-size: 42px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.2509803922);
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.0784313725);
}
section.call-to-action1 .call-inner .call-content h2 span {
	color: #162241;
}
section.call-to-action1 .call-inner .call-content p {
	font-size: 18px;
}
section.call-to-action1:before, section.call-to-action1:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(47, 38, 57, 0.43);
}
section.call-to-action1:after {
	background: #fff;
	width: 33%;
	transform: skew(30deg);
	right: -196px;
	left: inherit;
}
section.call-to-action1 .call-main1 .video-button .call-button {
	top: inherit;
	transform: none;
}

section.call-to-action.maincounter {
	background-image: url(../images/calltoaction3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 70px;
	padding-bottom: 75px;
}
section.call-to-action.maincounter .counter {
	border: none;
}

@media (max-width: 991px) {
	section.call-to-action {
		padding-bottom: 3rem;
	}
	section.call-to-action .call-content {
		width: 100% !important;
		text-align: center !important;
	}
	section.call-to-action .section-title, section.call-to-action .reservation-main {
		width: 100% !important;
	}
	section.call-to-action1:after {
		display: none;
	}
	section.call-to-action1 .call-inner {
		text-align: center;
	}
	section.call-to-action1 .call-inner .call-content {
		text-align: center !important;
		padding: 0 0 2rem !important;
	}
}
@media (max-width: 811px) {
	section.call-to-action .counter .counter-item h3 {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	section.call-to-action {
		padding-bottom: 3rem;
	}
	section.call-to-action .call-content-inner {
		margin-top: 2rem;
		text-align: center;
	}
	section.call-to-action .counter .d-line {
		position: relative;
		border: none;
		margin-bottom: 2rem;
	}
	section.call-to-action .reservation-main {
		padding: 0 !important;
	}
	.call-to-main .call-to-action .call-content {
		width: 100% !important;
		text-align: center !important;
	}
	.counter_one .counter1 .d-line {
		position: relative;
		border: none;
	}
	.call-main1 .action-content {
		width: 100% !important;
	}
}
@media (max-width: 639px) {
	.call-to-action .call-content h2 {
		font-size: 24px;
	}
	.call-to-main .call-to-action {
		padding: 20px !important;
	}
}
.reserved {
	position: relative;
	top: -70px;
	background: #fff;
	padding: 40px 30px 25px;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.4784313725);
	border-radius: 15px;
}

/* ========================================= */
/*         Team CSS        */
/* ======================================== */
.our-team {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 4.65rem;
}
.our-team .team-image {
	overflow: hidden;
	transition: all ease-in-out 0.5s;
}
.our-team .team-image img {
	transition: all ease-in-out 0.5s;
	width: 100%;
}
.our-team .team-image:hover img {
	transition: all ease-in-out 0.5s;
	transform: scale(1.1);
}
.our-team .team-list {
	overflow: hidden;
}
.our-team .team-list .team-content {
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}
.our-team .team-list .team-content1 {
	background: #fff;
	top: -2rem;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
	width: 96%;
	padding-top: 20px;
}
.our-team .team-list:hover .team-content {
	margin-top: -15px;
	transition: all 0.5s;
}

/* ========================================= */
/*          price Section CSS        */
/* ======================================== */
section.pricing-tab {
	padding-top: 80px;
}
section.pricing-tab .price-tabmain .section-title span {
	background: #f1f1f1;
	border-radius: 0px;
	padding: 5px 16px;
	display: inline-block;
	font-weight: 400;
}
section.pricing-tab .price-tabmain .price-list .section-title:before {
	display: none;
}
section.pricing-tab .price-tabmain .price-list .price-box {
	background: #fff;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	overflow: hidden;
	border: 5px solid #fff;
}
section.pricing-tab .price-tabmain .price-list .price-box .price-header {
	position: relative;
	margin-bottom: 25px;
	border-bottom: 1px dashed #f6f2fe;
	padding: 30px 0 20px;
	margin-bottom: 0;
}
section.pricing-tab .price-tabmain .price-list .price-box .price-header h2 {
	font-size: 45px;
	margin-bottom: 0;
	font-weight: 700;
}
section.pricing-tab .price-tabmain .price-list .price-box .price-header h2 sup {
	font-weight: 400;
}
section.pricing-tab .price-tabmain .price-list .price-box .price-item-list ul li {
	line-height: 3;
	display: inline-block;
	width: 100%;
}
section.pricing-tab .price-tabmain .price-list .price-box .price-item-list ul li:nth-child(odd) {
	background: #fbfbfb;
}
section.pricing-tab .price-tabmain .price-list .price-box .price-link {
	padding: 20px;
	border-top: 1px dashed #f1f1f1;
}
section.pricing-tab .price-tabmain .price-list .price-box.price-recommended {
	z-index: 1;
	position: relative;
	margin-top: 0;
}
section.pricing-tab .price-tabmain .price-list .price-box.price-recommended .price-header {
	background: #162241;
}

.booking.pricing-tab .price-list {
	width: 90%;
	margin: 0 auto;
}
.booking.pricing-tab .price-list .price-header {
	padding-bottom: 0;
	border: none;
}

@media (max-width: 991px) {
	section.pricing-tab .price-tabmain .price-list .price-box.price-recommended {
		margin-top: 2rem;
	}
}
/* ========================================= */
/*          Reviews CSS        */
/* ======================================== */
.testimonial {
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
}
.testimonial .section-title img {
	width: 100px;
	margin-top: 20px;
}
.testimonial .section-title:before {
	display: none;
}
.testimonial .testimonial-item, .testimonial .testimonial-item1 {
	padding: 0px 20px;
}
.testimonial .testimonial-item .testimonial-content, .testimonial .testimonial-item1 .testimonial-content {
	padding: 35px 25px 35px 50px;
	background: #fff;
	border: 1px solid #f1f1f1;
	position: relative;
}
.testimonial .testimonial-item .testimonial-content p, .testimonial .testimonial-item1 .testimonial-content p {
	font-style: italic;
}
.testimonial .testimonial-item .testimonial-content:after, .testimonial .testimonial-item1 .testimonial-content:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 22px;
	transform: rotate(45deg);
}
.testimonial .testimonial-item .testimonial-content .testimonial-icon, .testimonial .testimonial-item1 .testimonial-content .testimonial-icon {
	width: 50px;
	height: 45px;
	background: #F56961;
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 45px;
	position: absolute;
	top: 37px;
	left: -19px;
}
.testimonial .testimonial-item .testimonial-content .testimonial-icon:before, .testimonial .testimonial-item1 .testimonial-content .testimonial-icon:before {
	content: "";
	border-bottom: 16px solid #e41212;
	border-left: 18px solid transparent;
	position: absolute;
	top: -16px;
	left: 1px;
}
.testimonial .testimonial-item .details, .testimonial .testimonial-item1 .details {
	position: relative;
}
.testimonial .testimonial-item .details i, .testimonial .testimonial-item1 .details i {
	font-size: 40px;
	color: #162241;
	margin-bottom: 13px !important;
}
.testimonial .testimonial-item .details p, .testimonial .testimonial-item1 .details p {
	font-size: 16px;
	line-height: 26px;
}
.testimonial .testimonial-item a, .testimonial .testimonial-item1 a {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.testimonial .testimonial-item a img, .testimonial .testimonial-item1 a img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
}
.testimonial .testimonial-item .author-info, .testimonial .testimonial-item1 .author-info {
	position: relative;
}
.testimonial .testimonial-item .author-info i, .testimonial .testimonial-item1 .author-info i {
	font-size: 20px;
	color: #162241;
	position: absolute;
	left: 38%;
	z-index: 1;
	background: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 1.8;
}
.testimonial .testimonial-item1 {
	padding: 30px;
	position: relative;
	margin: 2.5rem 2rem 3rem;
}
.testimonial .testimonial-item1::before, .testimonial .testimonial-item1::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0 10px 30px 0 rgba(9, 0, 49, 0.05);
	box-shadow: 0 10px 30px 0 rgba(9, 0, 49, 0.05);
	z-index: -1;
}
.testimonial .testimonial-item1::before {
	top: 0;
	left: 0;
	z-index: -1;
}
.testimonial .testimonial-item1::after {
	top: 15px;
	left: 15px;
	z-index: -2;
}
.testimonial .testimonial-item1 i {
	font-size: 33px;
	color: #7c3b1e70;
	position: absolute;
	right: -20px;
	top: -30px;
	padding: 15px;
	background: #ffffff00;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	transform: rotate(180deg);
}
.testimonial .testimonial-item1 .rating {
	margin-top: 5px;
}
.testimonial .testimonial-item1 .rating i {
	font-size: 13.5px; 
	position: relative; 
	height: auto; width: 
		auto; box-shadow: none; 
	padding: 0; 
	top: 0; 
	right: 0;
	color: var(--secondary-color);
}
.testimonial .slick-prev, .testimonial .slick-next {
	background: transparent;
	border-radius: 50%;
	border: 2px solid #162241;
	transition: all ease-in-out 0.5s;
}
.testimonial .slick-prev:before, .testimonial .slick-next:before {
	color: #162241;
	line-height: 1.7;
}
.testimonial .slick-prev:hover, .testimonial .slick-next:hover {
	background: #162241;
	transition: all ease-in-out 0.5s;
	border-color: #162241;
}
.testimonial .abt-short .short-p {
	position: relative;
	letter-spacing: 2px;
	transition: all 0.5s;
}
.testimonial .abt-short .short-p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -30px;
	height: 2px;
	width: 30%;
	background: #162241;
}
.testimonial .tst-slide p {
	padding: 30px;
	border: 2px dashed rgba(241, 241, 241, 0.1607843137);
	border-radius: 15px;
	margin-bottom: 25px;
	transition: all 0.5s;
}
.testimonial .tst-slide p i {
	font-size: 40px;
	color: #162241;
	margin-bottom: 13px !important;
}
.testimonial .tst-slide:hover p {
	border-color: #162241;
}
.testimonial .tst-info {
	position: relative;
}
.testimonial .tst-info img {
	width: 10%;
	border-radius: 50px;
}
.testimonial .testimonials_one_single {
	position: relative;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 165px;
	padding-right: 50px;
	z-index: 10;
}
.testimonial .testimonials_one_single:before {
	position: absolute;
	bottom: -40px;
	left: 130px;
	width: 91px;
	height: 40px;
	background-image: url(../images/testi-shape.png);
	background-repeat: no-repeat;
	content: "";
}
.testimonial .testimonials_one_single .shadow-box {
	position: absolute;
	top: 0;
	left: 65px;
	bottom: 0;
	right: 0;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	z-index: -1;
}
.testimonial .testimonials_one_single .testimonials_one_image {
	position: absolute;
	top: 80px;
	left: 20px;
}
.testimonial .testimonials_one_single .testimonials_one_image img {
	border-radius: 50%;
	height: 110px;
	width: 110px;
}
.testimonial .testimonials_one_single .testimonials_one_image:before {
	position: absolute;
	top: -15px;
	left: -20px;
	right: -20px;
	bottom: 0px;
	content: "";
	border: 10px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	height: 140px;
	width: 140px;
}
.testimonial .testimonials_one_single:hover .testimonials_one_image:before {
	border: 10px solid #162241;
}
.testimonial .testimonials_one_single .testimonials_one_text {
	position: relative;
	display: block;
}
.testimonial .testimonials_one_single .testimonials_one_text .testimonials_one_rating_box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.testimonial .testimonials_one_single .testimonials_one_text .testimonials_one_rating_box a {
	color: #162241;
}
.testimonial .testimonials_one_single .testimonials_one_text .testimonials_quote_icon {
	position: absolute;
	bottom: -4px;
	right: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.testimonial .testimonials_one_single .testimonials_one_text .testimonials_quote_icon span {
	font-size: 36px;
	color: #162241;
}
.testimonial .testimonials_one_single .testimonials_one_text .customer_info h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
.testimonial .testimonials_one_single .testimonials_one_text .customer_info span {
	font-size: 14px;
	color: #777;
	margin-left: 5px;
}
.testimonial .testimonials_one_single:after {
	position: absolute;
	top: 0;
	left: 65px;
	bottom: 0;
	right: 0;
	background-color: #fff;
	content: "";
	z-index: -1;
	border-radius: 4px;
}

.testimonial1 {
	background: #f1f1f1 url(../images/testimonial.png) no-repeat;
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
}
.testimonial1 .slick-list {
	padding-bottom: 50px;
}
.testimonial1 .testimonials_one_single {
	position: relative;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 165px;
	padding-right: 50px;
	z-index: 10;
}
.testimonial1 .testimonials_one_single:before {
	position: absolute;
	bottom: -40px;
	left: 130px;
	width: 91px;
	height: 40px;
	background-image: url(../images/testi-shape.png);
	background-repeat: no-repeat;
	content: "";
}
.testimonial1 .testimonials_one_single .shadow-box {
	position: absolute;
	top: 0;
	left: 65px;
	bottom: 0;
	right: 0;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	z-index: -1;
}
.testimonial1 .testimonials_one_single .testimonials_one_image {
	position: absolute;
	top: 80px;
	left: 20px;
}
.testimonial1 .testimonials_one_single .testimonials_one_image img {
	border-radius: 50%;
	height: 110px;
	width: 110px;
}
.testimonial1 .testimonials_one_single .testimonials_one_image:before {
	position: absolute;
	top: -15px;
	left: -20px;
	right: -20px;
	bottom: 0px;
	content: "";
	border: 10px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	height: 140px;
	width: 140px;
}
.testimonial1 .testimonials_one_single:hover .testimonials_one_image:before {
	border: 10px solid #162241;
}
.testimonial1 .testimonials_one_single .testimonials_one_text {
	position: relative;
	display: block;
}
.testimonial1 .testimonials_one_single .testimonials_one_text .testimonials_one_rating_box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.testimonial1 .testimonials_one_single .testimonials_one_text .testimonials_one_rating_box a {
	color: #162241;
}
.testimonial1 .testimonials_one_single .testimonials_one_text .testimonials_quote_icon {
	position: absolute;
	bottom: -4px;
	right: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.testimonial1 .testimonials_one_single .testimonials_one_text .testimonials_quote_icon span {
	font-size: 36px;
	color: #162241;
}
.testimonial1 .testimonials_one_single .testimonials_one_text .customer_info h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
.testimonial1 .testimonials_one_single .testimonials_one_text .customer_info span {
	font-size: 14px;
	color: #777;
	margin-left: 5px;
}
.testimonial1 .testimonials_one_single:after {
	position: absolute;
	top: 0;
	left: 65px;
	bottom: 0;
	right: 0;
	background-color: #fff;
	content: "";
	z-index: -1;
	border-radius: 4px;
}

@media (max-width: 991px) {
	.testimonial .section-title {
		text-align: center !important;
		margin-bottom: 0 !important;
	}
	.testimonial .about-slider {
		width: 100% !important;
		margin: 0 !important;
	}
}
@media (max-width: 735px) {
	.testimonial .testimonial-item1 {
		margin: 0;
	}
	.testimonial .testimonial-item1 {
		padding: 15px;
	}
	.testimonial .testimonial-item1 i {
		display: none;
	}
}
@media (max-width: 567px) {
	.testimonial1 .testimonials_one_single {
		padding: 20px;
		text-align: center;
		background: #fff;
	}
	.testimonial1 .testimonials_one_single .testimonials_one_image {
		position: relative;
		top: inherit;
		left: inherit;
		margin-bottom: 1rem;
	}
	.testimonial1 .testimonials_one_single .testimonials_one_image img {
		margin: 0 auto;
	}
	.testimonial1 .testimonials_one_single .testimonials_one_image:before {
		display: none;
	}
	.testimonial1 .testimonials_one_single .testimonials_one_text .testimonials_one_rating_box {
		display: inline-block;
	}
	.testimonial1 .testimonials_one_single .testimonials_one_text .testimonials_quote_icon {
		position: relative;
		bottom: 0;
		right: 0;
	}
	.testimonial1 .testimonials_one_single:after {
		display: none;
	}
}
/* ========================================= */
/*          News section CSS        */
/* ======================================== */
.news {
	padding-bottom: 6rem;
	z-index: inherit;
}
.news .news-item {
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #fffcfa;
}
.news .news-item .news-image {
	position: relative;
	transition: all ease-in-out 0.5s;
	overflow: hidden;
}
.news .news-item .news-image::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: -webkit-transform 1.8s;
	transition: -webkit-transform 1.8s;
	transition: transform 1.8s;
	transition: transform 1.8s, -webkit-transform 1.8s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
	z-index: 1;
}
.news .news-item .news-image:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.news .news-item .news-image .news-date1 {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.8901960784);
	padding: 10px 15px;
	z-index: 2;
}
.news .news-item .news-image .news-date1 span {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}
.news .news-item .news-image .news-content1 {
	padding: 20px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.news .news-item .news-image .news-content1 .news-list {
	border-top: 1px dashed #f1f1f1;
	padding-top: 15px;
}
.news .news-item .news-image .news-content1 .news-list li a {
	font-size: 14px;
	color: #999;
}
.news .news-item .news-image .news-content1 .news-list li a:hover {
	color: #162241;
}
.news .news-item .news-image .overlay {
	background: linear-gradient(to bottom, transparent 0%, #826d43 100%);
	top: inherit;
	height: 50%;
	bottom: 0;
}
.news .news-item .news-image img {
	transition: all ease-in-out 0.5s;
	width: 100%;
}
.news .news-item .news-image:hover img {
	transition: all ease-in-out 0.5s;
	transform: scale(1.2);
}
.news .news-item .news-content-over {
	position: absolute;
	left: 0;
	width: 90%;
	right: 0;
	margin: 0 auto;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	bottom: -1.5rem;
	padding: 20px;
	z-index: 1;
	background: #fff;
}
.news .news-item .news-list li a {
	font-size: 14px;
	color: #999;
	font-style: italic;
}
.news .news-item .news-list li a:hover {
	color: #162241;
}
.news .news-item .news-list li a i {
	color: var(--secondary-color);
}
.news .news-item .news-content .news-list li a {
	font-size: 14px;
	color: #999;
}
.news .news-item .news-content .news-list li a:hover {
	color: #162241;
}
.news .news-item .news-content .author-img img {
	max-width: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.news .news-item .news-content a.news-btn {
	font-size: 14px;
}
.news .news-item .news-cont {
	background: #fff;
	border-radius: 15px;
	padding: 20px 15px;
	position: relative;
	z-index: 1;
	width: 96%;
	margin-top: -24px;
}
.news .news-item .news-cont .news-list li a {
	font-size: 14px;
	color: #999;
	font-style: italic;
}
.news .news-item .news-cont .news-list li a:hover {
	color: #162241;
}
.news .news-item .blog-one__content {
	padding: 24px 24px 20px;
	background: #ffffff;
	margin-right: 30px;
	margin-top: -70px;
	position: relative;
	transition: all 700ms ease;
	z-index: 1;
}
.news .news-item .blog-one__content .blog-one__meta {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.news .news-item .blog-one__content .blog-one__meta li a {
	font-size: 14px;
	color: #777;
	transition: all 500ms ease;
}
.news .news-item .blog-one__content .blog_one_text {
	width: 83%;
}
.news .news-item .blog-one__content .blog_one_date {
	height: 70px;
	width: 70px;
	background: #162241;
	padding-top: 15px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	line-height: 1.2;
}
.news .slick-list.draggable {
	overflow: visible;
	overflow-x: clip;
}

@media (max-width: 1100px) and (min-width: 1024px) {
	.news .news-item .blog-one__content {
		margin-right: 0;
	}
	.news .news-item .blog-one__content .blog-one__meta li a {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.testi-news .section-title {
		text-align: center !important;
	}
	.news .news-item .blog-one__content .blog-one__meta li a {
		font-size: 13px;
	}
}
/* ========================================= */
/*          Newsletter CSS        */
/* ======================================== */
.newsletter-area {
	margin-bottom: -80px;
	position: relative;
	z-index: 2;
	/* background: transparent;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat; */
}
.newsletter-area .newsletter-wrapper {
	padding: 30px 50px 30px;
	box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.12);
	background-color: #e29405;
	overflow: hidden;
}
.newsletter-area .newsletter-wrapper .newsletter-icon i {
	font-size: 70px;
	line-height: 80px;
}
.newsletter-area .newsletter-wrapper .newsletter-content .title span {
	font-size: 36px;
}
.newsletter-area .newsletter-form {
	position: relative;
	overflow: hidden;
}
.newsletter-area .newsletter-form input {
	width: 100%;
	height: 55px;
	padding: 0 30px;
	border: 0;
	background-color: #f6f6f6;
	color: #222;
	font-size: 16px;
}
.newsletter-area .newsletter-form .nir-btn {
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-transform: uppercase;
	background: #000000;
	color: #ffffff;
}
.newsletter-area .newsletter-main .newsletter-wrapper {
	padding: 0;
	box-shadow: none;
	background-color: transparent;
}

.newsletter {
	background: #101010;
	border-top: 1px solid rgba(222, 227, 225, 0.1);
	border-bottom: 1px solid rgba(222, 227, 225, 0.1);
}
.newsletter .newsletter-main {
	position: relative;
}
.newsletter .newsletter-main .newsletter-form {
	position: relative;
	width: 50%;
}
.newsletter .newsletter-main .newsletter-form form {
	border-radius: 0px;
	overflow: hidden;
	position: relative;
	border: 1px solid #f1f1f1;
}
.newsletter .newsletter-main .newsletter-form form input {
	padding-right: 65px;
	border: none;
	height: 50px;
	outline: none;
}
.newsletter .newsletter-main .newsletter-form form input.nir-btn {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	border-radius: 0;
	padding: 12px 20px 12px;
	transition: all ease-in-out 0.5s;
}
.newsletter .newsletter-main .newsletter-form form input.nir-btn:hover {
	background: #2a92d6 !important;
	transition: all ease-in-out 0.5s;
	color: #fff;
}

.newsletter.newsletter1 {
	background: none;
}
.newsletter.newsletter1 .section-title h2 {
	padding-bottom: 0;
}
.newsletter.newsletter1 .section-title h2:before {
	display: none;
}
.newsletter.newsletter1 form {
	border: none !important;
}

@media (max-width: 991px) {
	.newsletter-area .newsletter-wrapper {
		padding: 40px 30px;
	}
	.newsletter-area .newsletter-wrapper .newsletter-form {
		margin-top: 2rem;
	}
}
@media (max-width: 639px) {
	.newsletter-area .newsletter-wrapper .newsletter-content-wrapper {
		text-align: center;
	}
	.newsletter-area .newsletter-wrapper .newsletter-content-wrapper .newsletter-icon {
		margin-bottom: 16px;
	}
	.newsletter-area .newsletter-wrapper .newsletter-content-wrapper .newsletter-content {
		margin-left: 0 !important;
	}
	.newsletter-area .newsletter-wrapper .newsletter-form .nir-btn-black, .newsletter-area .newsletter-wrapper .newsletter-form .nir-btn {
		position: relative;
		width: 100%;
	}
	.newsletter-area .newsletter-wrapper .newsletter-form .nir-btn {
		margin-top: 10px;
	}
}
/* ========================================= */
/*          Contact Page CSS        */
/* ======================================== */
.contact-main .contact-info .info-item {
	position: relative;
	padding: 20px;
}
.contact-main .contact-info .info-item .box-table li {
	font-size: 16px;
	font-weight: 500;
	list-style-type: none;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.contact-main .contact-info .info-item .box-table li span {
	color: #162241;
	float: right;
}
.contact-main .contact-info .info-item .box-table li::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 50px;
	border: 1px dashed #737373;
	top: 12px;
	left: 0;
	right: 0;
	margin: auto;
}
.contact-main .contact-info .info-item .box-table li:last-child {
	margin-bottom: 0;
}
.contact-main .contact-info .info-item .info-icon i {
	font-size: 32px;
	color: #fff;
	border-radius: 50%;
	background: #162241;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 2.2;
}
.contact-main .contact-map .map-main {
	border-radius: 15px;
	overflow: hidden;
}
.contact-main .contact-map .contact-form {
	background: #3f3f3f;
	padding: 30px;
	border-radius: 15px;
}

@media (max-width: 767px) {
	.contact-main .contact-map .contact-form {
		margin-top: 2rem;
	}
}
/* ========================================= */
/*          Gallery CSS        */
/* ======================================== */
.gallery .gallery-item {
	position: relative;
	overflow: hidden;
}
.gallery .gallery-item .gallery-image img {
	width: 100%;
}
.gallery .gallery-item .gallery-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all ease-in-out 0.5s;
	z-index: 2;
}
.gallery .gallery-item .gallery-content ul {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gallery .gallery-item .gallery-content ul li {
	border: 1px solid rgba(255, 255, 255, 0.1490196078);
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 2;
	display: inline-block;
	border-radius: 50%;
	margin: 0;
	transition: all ease-in-out 0.5s;
}
.gallery .gallery-item .gallery-content ul li a {
	color: #fff;
}
.gallery .gallery-item .gallery-content ul li:hover {
	background: #162241;
	transition: all ease-in-out 0.5s;
}
.gallery .gallery-item:hover .gallery-content {
	top: 0;
	transition: all ease-in-out 0.5s;
}
.gallery .overlay {
	background: rgba(0, 0, 0, 0.4);
}

a.lb-close {
	position: absolute;
	top: -30px;
	right: 30px;
}

/* ========================================= */
/*          Booking  CSS        */
/* ======================================== */
section.booking .price-tabmain ul.nav.nav-tabs {
	overflow: hidden;
	display: inline-block;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	border: none;
	background: #162241;
	padding: 10px;
}
section.booking .price-tabmain ul.nav.nav-tabs li {
	margin: 0;
	border: none;
}
section.booking .price-tabmain ul.nav.nav-tabs li a {
	border-radius: 0px;
	display: inline-block;
	margin-right: 0px;
	padding: 10px 20px;
	transition: all ease-in-out 0.5s;
	color: #fff;
}
section.booking .price-tabmain ul.nav.nav-tabs li a:hover {
	color: #fff;
	background-color: #F56961;
	transition: all ease-in-out 0.5s;
}
section.booking .price-tabmain ul.nav.nav-tabs a.active {
	color: #fff;
	background-color: #F56961;
	transition: all ease-in-out 0.5s;
	border-color: #F56961;
}
section.booking .price-tabmain ul.nav.nav-tabs a.active:focus, section.booking .price-tabmain ul.nav.nav-tabs a.active:hover {
	color: #fff;
	background-color: #F56961;
	border-color: #F56961;
	transition: all ease-in-out 0.5s;
}
section.booking .booking-box {
	background: #fff;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	padding: 30px;
	border-radius: 0px;
}
section.booking .booking-box .booking-box-title span {
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 1px dashed #f1f1f1;
	line-height: 3;
	margin-bottom: 15px;
}
section.booking .booking-box .booking-box-title li.active span {
	background: #0059ff;
	color: #fff;
}
section.booking .booking-box .booking-box-title li.active p {
	color: #0059ff;
}
section.booking .booking-box .booking-box-title i {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #77c364;
	color: #fff;
	font-size: 25px;
	line-height: 2;
	border-radius: 50%;
}
section.booking .booking-box .booking-box-title .title-content {
	padding-left: 70px;
}
section.booking .booking-box .booking-border {
	padding: 1.5rem 0;
	border-bottom: 1px dashed #f1f1f1;
}
section.booking .booking-box .booking-border:last-child {
	border: none;
	padding-bottom: 0;
}
section.booking .booking-box .fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
section.booking .booking-box .log-separator:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #f1f1f1;
	z-index: 1;
}
section.booking .booking-box .log-separator span {
	position: relative;
	width: 90px;
	display: inline-block;
	background: #fff;
	z-index: 2;
}
section.booking .booking-box .soc-log a.facebook-log {
	background: #2a92d6;
	color: #fff;
	border-radius: 0px;
	padding: 10px 20px;
	transition: all ease-in-out 0.5s;
}
section.booking .booking-box .soc-log a.facebook-log:hover {
	background: #162241;
	transition: all ease-in-out 0.5s;
}

@media (max-width: 567px) {
	section.booking .booking-box .booking-box-title {
		text-align: center;
	}
	section.booking .booking-box .booking-box-title i {
		float: none;
	}
	section.booking .booking-box .booking-box-title .title-content {
		padding: 16px 0 0;
	}
}
/* ========================================= */
/*          Error Page CSS        */
/* ======================================== */
.error {
	background: #fff;
	border-top: 1px solid #f1f1f1;
	height: 100vh;
}
.error .error-content {
	width: 60%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.error .error-content i {
	color: #162241;
}
.error .error-content h1 {
	font-size: 252px;
	margin: 0px;
	color: #fff;
	line-height: 1;
}
.error .error-content h1 span {
	text-shadow: -8px 0px 0px #fff;
	color: #162241;
}
.error .bubbles .individual-bubble {
	background: #162241;
}
.error .newsletter-form {
	position: relative;
}
.error .newsletter-form form {
	border-radius: 0px;
	overflow: hidden;
	position: relative;
}
.error .newsletter-form form input {
	padding-right: 65px;
	height: 50px;
	outline: none;
}
.error .newsletter-form form input.nir-btn {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	text-align: center;
	border-radius: 0;
	padding: 14px 20px 12px;
	transition: all ease-in-out 0.5s;
}
.error .newsletter-form form input.nir-btn:hover {
	background: #0791be !important;
	transition: all ease-in-out 0.5s;
	color: #fff;
}

.error.error1:before {
	content: "";
	background: url(../images/trending-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

@media (max-width: 911px) {
	.error {
		height: 200vh;
	}
	.error .error-content {
		width: 100%;
	}
}
@media (max-width: 811px) {
	.error .error-content {
		width: 100%;
	}
}
@media (max-width: 567px) {
	.error {
		height: 100vh;
	}
	.error .error-content h1 {
		font-size: 140px;
		letter-spacing: -20px;
	}
	.error .error-content .nir-btn {
		margin: 0 0 1rem;
	}
	.error .newsletter-form form {
		border-radius: 0px;
	}
	.error .newsletter-form form input[type=email] {
		padding-right: 20px;
	}
	.error .newsletter-form form input.nir-btn {
		position: relative;
		border-radius: 0px;
		margin: 1rem 0 0;
	}
}
/* ========================================= */
/*          Coming Soon CSS        */
/* ======================================== */
section.comingsoon {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
}
section.comingsoon .comingsoon-content {
	position: relative;
	z-index: 1;
}
section.comingsoon .comingsoon-content .coming-title span {
	color: #162241;
	font-size: 60px;
}
section.comingsoon .comingsoon-content .counter-box {
	text-align: center;
	display: inline-block;
	color: #fff;
	padding: 0 30px;
	text-transform: capitalize;
	font-size: 21px;
}
section.comingsoon .comingsoon-content .counter-box span {
	font-size: 80px;
	color: #fff;
	display: block;
	font-weight: 700;
	line-height: 1.5;
}
section.comingsoon .comingsoon-content .newsletter-form {
	position: relative;
	width: 50%;
}
section.comingsoon .comingsoon-content .newsletter-form form {
	border-radius: 0px;
	overflow: hidden;
	position: relative;
	border: 1px solid #f1f1f1;
}
section.comingsoon .comingsoon-content .newsletter-form form input {
	padding-right: 65px;
	border: none;
	height: 50px;
	outline: none;
}
section.comingsoon .comingsoon-content .newsletter-form form input.nir-btn {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	border-radius: 0;
	padding: 12px 20px 12px;
	transition: all ease-in-out 0.5s;
}
section.comingsoon .comingsoon-content .newsletter-form form input.nir-btn:hover {
	background: #2a92d6 !important;
	transition: all ease-in-out 0.5s;
	color: #fff;
}
section.comingsoon .comingsoon-content .newsletter-form {
	width: 70%;
	overflow: hidden;
}
section.comingsoon .comingsoon-content .newsletter-form form {
	border: none;
}
section.comingsoon .comingsoon-content .social-links a i {
	color: #fff;
	font-size: 18px;
}
section.comingsoon canvas.pg-canvas {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100% !important;
	opacity: 0.6;
}
section.comingsoon .coming-image {
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) and (min-width: 812px) {
	section.comingsoon {
		height: 250vh;
	}
}
@media (max-width: 911px) {
	section.comingsoon .comingsoon-content .newsletter-form {
		width: 100%;
	}
}
@media (max-width: 767px) {
	section.comingsoon .comingsoon-content .coming-title span {
		font-size: 40px;
	}
	section.comingsoon .comingsoon-content .counter-box span {
		font-size: 54px;
	}
	section.comingsoon .coming-image {
		margin-top: 2rem;
	}
	section.comingsoon .comingsoon-content {
		left: 0;
		right: 0;
		text-align: center;
		padding: 0 15px;
	}
	section.comingsoon .comingsoon-content .coming-title-main, section.comingsoon .comingsoon-content .coming-title {
		width: 80% !important;
		margin: 0 auto;
	}
	section.comingsoon .comingsoon-content .counter-box {
		padding: 0 10px;
	}
}
@media (max-width: 639px) {
	section.comingsoon .comingsoon-content .coming-title span, section.comingsoon.comingsoon1 .comingsoon-content .coming-title span {
		font-size: 30px;
	}
	section.comingsoon .comingsoon-content .counter-box, section.comingsoon.comingsoon1 .comingsoon-content .counter-box {
		width: 100%;
	}
	section.comingsoon .comingsoon-content .counter-box span, section.comingsoon.comingsoon1 .comingsoon-content .counter-box span {
		font-size: 42px;
	}
}
@media (max-width: 567px) {
	section.comingsoon .comingsoon-content .coming-title-main, section.comingsoon.comingsoon1 .comingsoon-content .coming-title-main {
		width: 100% !important;
	}
	section.comingsoon .comingsoon-content .newsletter-form form, section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form {
		border-radius: 0px;
	}
	section.comingsoon .comingsoon-content .newsletter-form form input[type=email], section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form input[type=email] {
		padding-right: 20px;
	}
	section.comingsoon .comingsoon-content .newsletter-form form input.nir-btn, section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form input.nir-btn {
		position: relative;
		border-radius: 0px;
		margin: 1rem 0 0;
	}
}
/* ========================================= */
/*          Shop all CSS        */
/* ======================================== */
.banner.shop-banner .slider {
	height: 500px;
}

.banner_thumb {
	position: relative;
	border-radius: 0px;
	overflow: hidden;
}
.banner_thumb .banner_thumb img {
	width: 100%;
}
.banner_thumb .banner_text {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}

@media (max-width: 1100px) and (min-width: 1024px) {
	.banner_thumb .banner_text h3 {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.banner_thumb .banner_text {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		background: #ccc;
		width: 100%;
		text-align: center;
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.banner_area {
		padding-bottom: 3rem !important;
	}
	.banner_area.banner_area1 {
		padding-bottom: 0 !important;
	}
	.banner_thumb {
		margin-bottom: 2rem;
	}
}
.shop-item {
	background: #fff;
	border-radius: 0px;
	overflow: hidden;
}
.shop-item .shop-image {
	position: relative;
	text-align: center;
	padding: 20px;
}
.shop-item .shop-image img {
	width: 60%;
	display: inline-block;
}
.shop-item .shop-content {
	text-align: center;
	padding: 0px 0 20px;
}

form.cart {
	border-top: 1px dashed #f1f1f1;
	border-bottom: 1px dashed #f1f1f1;
}

.shop-price del {
	opacity: 0.7;
	font-size: 14px;
	color: #777;
}
.shop-price ins {
	text-decoration: none;
	font-size: 14px;
}
.shop-price ins span {
	color: #F56961;
}

/*shop sidebar*/
.sidebar {
	position: sticky;
	top: 0;
}
.sidebar .sidebar-box .recent-item {
	margin-bottom: 15px;
	background: #fff;
	padding: 10px 15px;
	width: 100%;
	border-radius: 10px;
}
.sidebar .sidebar-box .recent-item .recent-image {
	width: 30%;
	border-radius: 10px;
	overflow: hidden;
}
.sidebar .sidebar-box .sidebar-content ul li, .sidebar .sidebar-box .sidebar-size ul li {
	display: inline-block;
	width: 100%;
	margin: 0;
	transition: all ease-in-out 0.5s;
}
.sidebar .sidebar-box .sidebar-content ul li a, .sidebar .sidebar-box .sidebar-size ul li a {
	margin-bottom: 15px;
	background: #fff;
	padding: 10px 15px;
	width: 100%;
	display: inline-block;
	border-radius: 10px;
}
.sidebar .sidebar-box .sidebar-content ul li:last-child, .sidebar .sidebar-box .sidebar-size ul li:last-child {
	margin-bottom: 0;
}
.sidebar .sidebar-box .sidebar-size li a {
	width: auto !important;
	margin-bottom: 0 !important;
}
.sidebar .sidebar-box .range-slider {
	padding: 20px 10px 15px;
	margin: 0;
	background: #fff;
	border-radius: 10px;
}
.sidebar .sidebar-box .range-slider .ui-slider .ui-slider-range {
	background: #162241;
}
.sidebar .sidebar-box .range-slider p {
	font-size: 13px;
}
.sidebar .sidebar-box .latest-tweets ul > li {
	position: relative;
	padding-left: 28px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #f1f1f1;
}
.sidebar .sidebar-box .latest-tweets ul > li:last-child {
	border: none;
	padding-bottom: 0;
	margin: 0;
}
.sidebar .sidebar-box .latest-tweets p.tweet-text:before {
	content: "\f099";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	position: absolute;
	left: 0;
	padding-top: 5px;
	color: #01d6a3;
}
.sidebar .sidebar-box .tagcloud a {
	border: 1px solid #f1f1f1;
	padding: 8px 10px;
	display: inline-block;
	margin-bottom: 3px;
	color: #fff;
	border-radius: 10px;
}
.sidebar .sidebar-ad {
	position: relative;
	padding: 40px 20px;
	background: linear-gradient(to bottom, #4db7fe 0%, #155986 100%);
	overflow: hidden;
	border-radius: 0px;
}

section.shop-main .shop-detail .quantity-buttons {
	display: inline-block;
}
section.shop-main .shop-detail .slick-list {
	padding: 0 !important;
}
section.shop-main .shop-detail .slick-initialized .slick-slide {
	opacity: 0.6;
}
section.shop-main .shop-detail .slick-initialized .slick-slide.slick-current.slick-active.slick-center {
	opacity: 1;
}
section.shop-main .shop-detail .slick-initialized .slick-prev, section.shop-main .shop-detail .slick-initialized .slick-next {
	background: #F56961;
}
section.shop-main .shop-detail .slick-initialized .slick-prev {
	left: 0;
}
section.shop-main .shop-detail .slick-initialized .slick-next {
	right: 0;
}
section.shop-main .shop-detail .thumbnail-images {
	border: 5px solid rgba(255, 255, 255, 0.2509803922);
	overflow: hidden;
}
section.shop-main .shop-detail ul.productlist li {
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 1.8;
}
section.shop-main .shop-detail ul.productlist li::before {
	content: "\f105";
	position: absolute;
	top: 0px;
	left: 0;
	font-family: "FontAwesome";
}
section.shop-main .shop-detail .wishcomp-btn a, section.shop-main .shop-detail .product_meta a {
	color: #777;
}

#store-tab-main .nav-tabs {
	border-bottom: none;
	display: inherit;
	text-align: center;
}
#store-tab-main .nav-tabs li {
	margin: 0;
}
#store-tab-main .nav-tabs li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 14px 17px 14px;
	font-size: 18px;
	text-align: center;
	background: #fff;
	margin: 0 5px 0 0;
	line-height: inherit;
	color: #3f3f3f !important;
	border: none !important;
	border-radius: 0 !important;
}
#store-tab-main .nav-tabs li a:hover {
	color: #fff !important;
	border: none;
	background: #162241;
}
#store-tab-main .nav-tabs a.active {
	color: #fff !important;
	border: none;
	background: #162241;
}
#store-tab-main .nav-tabs a.active:focus {
	color: #fff !important;
	border: none;
	background: #162241;
}
#store-tab-main .tab-content {
	border: 1px solid #f1f1f1;
	background: #fff;
	padding: 30px;
}
#store-tab-main .tab-content ul.product-tab-list li {
	display: block;
	line-height: 1.8;
	position: relative;
}

.related-store .team-slider .slick-prev, .related-store .team-slider .slick-next {
	display: none !important;
}

.cart-inner .cart-table-list table thead {
	width: 100%;
}
.cart-inner .cart-table-list table th, .cart-inner .cart-table-list table td {
	text-align: center;
}
.cart-inner .cart-table-list .product-thumbnail img {
	width: 30%;
	margin-right: 15px;
}

.checkout-coupon {
	padding: 15px 30px;
	display: inline-block;
	width: 100%;
}

.payment-card li i {
	font-size: 36px;
	transition: all ease-in-out 0.5s;
}
.payment-card li i:hover {
	color: #162241;
	transition: all ease-in-out 0.5s;
}

.login-social a.btn-facebook, .login-social a.btn-twitter, .login-social a.btn-google {
	padding: 6px 20px;
	color: #fff;
	background: #ccc;
	display: inline-block;
	border: 1px solid #395899;
}
.login-social a.btn-facebook i, .login-social a.btn-twitter i, .login-social a.btn-google i {
	color: #fff;
}
.login-social a.btn-facebook:hover, .login-social a.btn-twitter:hover, .login-social a.btn-google:hover {
	opacity: 0.8;
}
.login-social a.btn-facebook {
	background: #395899;
}
.login-social a.btn-twitter {
	background: #04a9e1;
	border-color: #04a9e1;
}
.login-social a.btn-google {
	background: #db3236;
	border-color: #db3236;
}

table.shop_table.rt-checkout-review-order-table {
	width: 100%;
	overflow: hidden;
}
table.shop_table.rt-checkout-review-order-table thead {
	background: #162241;
	color: #fff;
}
table.shop_table.rt-checkout-review-order-table tr {
	border: 1px solid #f1f1f1;
}
table.shop_table.rt-checkout-review-order-table tr span.rt-Price-amount {
	color: #F56961;
	font-weight: 500;
}
table.shop_table.rt-checkout-review-order-table tr th, table.shop_table.rt-checkout-review-order-table tr td {
	padding: 10px 15px;
	font-size: 15px;
	border: none;
}
table.shop_table.rt-checkout-review-order-table tr th {
	padding: 15px;
}
table.shop_table.rt-checkout-review-order-table tr:nth-child(even) {
	background: #fbfbfb;
}

@media (max-width: 991px) {
	.shop-sidebar {
		margin-top: 2rem;
	}
	table.shop_table.rt-checkout-review-order-table img {
		width: 75% !important;
	}
}
@media (max-width: 767px) {
	.fp-content {
		width: 100% !important;
	}
	section.shop-main .shop-detail .blog-content {
		text-align: left !important;
	}
	section.shop-main .shop-detail .thumbnail-images {
		margin-bottom: 2rem;
	}
	table.shop_table.rt-checkout-review-order-table img {
		width: 100% !important;
	}
}
@media (max-width: 639px) {
	#store-tab-main .nav-tabs li {
		width: 100%;
	}
	#store-tab-main .nav-tabs li a {
		width: 100%;
		margin: 0 0 1px;
	}
	#store-tab-main .tab-content {
		padding: 20px;
	}
	.cart-inner .cart-table-list table td.actions .coupon button.update_cart {
		margin-top: 10px;
	}
	.order-list {
		overflow-x: scroll;
	}
}
@media (max-width: 567px) {
	.order-list {
		overflow: scroll;
	}
	.cart-inner .cart-table-list table td.actions .coupon button {
		margin-top: 10px;
	}
	.card-info .input-group label, .card-info .input-group input {
		width: 100% !important;
	}
}
/* ========================================= */
/*          Instagram CSS        */
/* ======================================== */
.insta-main {
	overflow: hidden;
	background: #162241;
}
.insta-main .insta-inner .col-md-3 {
	padding: 0;
	overflow: hidden;
}
.insta-main .insta-inner .follow-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.insta-main .insta-inner .follow-button a {
	position: relative;
	background-color: #fff;
	font-size: 16px;
	color: #1a1a1a;
	display: block;
	padding: 12px 15px 13px;
	text-align: center;
	font-weight: 400;
	width: 250px;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.insta-main .insta-inner .follow-button a:before {
	content: "\f16d";
	font-family: "fontawesome";
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}
.insta-main .insta-inner .follow-button a:after {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	border: 1px solid #fff;
}
.insta-main .insta-inner .insta-image, .insta-main .insta-inner .insta-image a img {
	transition: all ease-in-out 0.5s;
	overflow: hidden;
}
.insta-main .insta-inner .insta-image:hover img {
	transform: scale(1.1);
	transition: all ease-in-out 0.5s;
}

@media (max-width: 479px) {
	.insta-main .insta-inner .follow-button h5 a {
		font-size: 13px;
	}
}
.slider-area-wc {
	height: auto;
	position: relative;
	z-index: 1;
}

/* ========================================= */
/*          Footer CSS        */
/* ======================================== */
footer {
	width: 100%;
	background-color: #162241;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
footer .overlay {
	opacity: 0.8;
}
footer a, footer p, footer li {
	color: #fff;
	font-weight: 400;
}
footer h4 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-weight: 400;
}
footer h4:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	background: #fff;
	left: 0;
	bottom: 0;
}
footer .footer-upper {
	position: relative;
	z-index: 1;
}
footer .footer-upper .footer-links ul.list li {
	display: inline-block;
	padding: 0 10px;
}
footer .footer-upper .footer-links ul li {
	margin-bottom: 0;
	line-height: 2.3;
	color: #fff;
	display: block;
}
footer .footer-upper .footer-links ul li a {
	transition: all ease-in-out 0.5s;
	color: #fff;
}
footer .footer-upper .footer-links ul li a:hover {
	color: var(--secondary-color) !important;
	transition: all ease-in-out 0.5s;
}
footer .footer-upper .footer-links ul li a.active {
	color: #F56961;
}
footer .footer-upper .footer-links ul p span {
	color: #162241;
}
footer .footer-upper .footer-links p.f-para {
	border-bottom: 1px dashed #f1f1f1;
}
footer .footer-upper .footer-links input.nir-btn {
	border: none;
}
footer .footer-upper .footer-links input.nir-btn:hover {
	opacity: 0.8;
	background: #F56961 !important;
	color: #fff;
}
footer .footer-upper .footer-links .post-list {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1882352941);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
footer .footer-upper .footer-links .post-list:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
footer .footer-upper .footer-links .post-list .post-image {
	width: 30%;
	border-radius: 0px;
	overflow: hidden;
}
footer .footer-upper .footer-links .post-list span {
	font-size: 12px;
}
footer .footer-payment {
	background: rgba(255, 255, 255, 0.1882352941);
}
footer .footer-payment i {
	font-size: 32px;
}
footer .social-links i {
	font-size: 20px;
}
footer .footer-middle {
	border-top: 1px dashed #f1f1f1;
}
footer .footer-middle .footer-nav ul li a {
	display: inline-block;
	margin: 0 5px;
	font-weight: 700;
}
footer .footer-copyright {
	background: rgba(251, 251, 251, 0.0705882353);
	padding: 8px 0;
	background-color: #000;
}
footer .newsletter-main .section-title h2 {
	font-size: 24px;
}
footer .footer-listing-main .footer-listing {
	border: 1px dashed rgba(241, 241, 241, 0.3411764706);
	padding: 20px;
}
footer .footer-listing-main .footer-listing i {
	font-size: 36px;
	display: block;
}
footer .footer-upper .footer-address.bg-white {
	background-color: #ffffff66 !important;
}

.social-links {
	display: inline-block;
}
.social-links ul li {
	display: inline-block !important;
}
.social-links ul li a {
	background: rgba(255, 255, 255, 0.1490196078);
	color: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 17px;
	line-height: 2.4;
}
.social-links ul li a:hover {
	color: #fff;
	background: var(--primary-color);
}

footer.footer1 {
	background-color: transparent;
}
footer.footer1 h4:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	background: #162241;
	left: 0;
	bottom: 0;
}
footer.footer1 .footer-upper .footer-links ul li {
	margin-bottom: 0;
	line-height: 2.5;
	display: block;
	color: #3f3f3f;
}
footer.footer1 .footer-upper .footer-links ul li a {
	color: #3f3f3f;
}
footer.footer1 .footer-upper .footer-links ul p span {
	color: #162241;
}
footer.footer1 .footer-upper .footer-links input.nir-btn {
	border: none;
}
footer.footer1 .footer-upper .footer-links input.nir-btn:hover {
	opacity: 0.8;
	background: #162241 !important;
	color: #fff;
}
footer.footer1 .footer-upper .footer-links .post-list {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1882352941);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
footer.footer1 .footer-upper .footer-links .post-list:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
footer.footer1 .footer-upper .footer-links .post-list .post-image {
	width: 30%;
	border-radius: 0px;
	overflow: hidden;
}
footer.footer1 .footer-upper .footer-links .post-list span {
	font-size: 12px;
}
footer.footer1 .footer-copyright .social-links ul li {
	display: inline-block;
}
footer.footer1 .footer-copyright .social-links ul li a {
	background: #162241;
	color: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 17px;
	line-height: 2.5;
}
footer.footer1 .footer-copyright .social-links ul li a:hover {
	color: #fff;
	background: #162241;
}

footer.footermain {
	width: 100%;
	background-color: #000000a8;
	overflow: hidden;
	position: relative;
}
footer.footermain::before {
	content: "";
	background: url(../images/footer-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
footer.footermain .footer-upper {
	position: relative;
	z-index: 1;
}
footer.footermain .footer-upper .footer-about p, footer.footermain .footer-upper .footer-about li {
	color: #fff;
}
footer.footermain .footer-upper .footer-about li {
	line-height: 2;
	display: block;
}

footer.footermain .footer-upper .footer-about li strong {
	color: var(--secondary-color);
	font-weight: 500;
}

footer.footermain .footer-upper .footer-about img {
	margin-bottom: 8px;
	position: relative;
	top: -15px;
}

@media (max-width: 1100px) and (min-width: 1024px) {
	footer .footer-listing-main .footer-listing {
		margin: 0 5px;
	}
}
@media (max-width: 991px) {
	footer .footer-upper {
		padding-bottom: 3rem;
	}
	footer .footer-upper .footer-links {
		width: 100% !important;
	}
	footer .newsletter .newsletter-main {
		text-align: center;
	}
	footer .newsletter .newsletter-main .section-title {
		margin-bottom: 1rem;
	}
	footer .newsletter .newsletter-main .newsletter-form {
		margin: 0 auto !important;
	}
	footer .f-payment {
		margin-top: 1rem;
		text-align: center;
	}
	footer .footer-listing-main .footer-listing {
		margin-top: 15px;
	}
	footer.footer1 .section-title {
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}
	footer.footer1 .newsletter .newsletter-main {
		text-align: center;
	}
	footer.footer1 .newsletter .newsletter-main .newsletter-form {
		width: 80%;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	footer .footer-copyright .copyright-inner {
		text-align: center;
	}
	footer .footer-middle {
		padding-top: 0 !important;
	}
	footer .footer-middle .footer-nav {
		width: 100% !important;
	}
	footer .footer-payment {
		text-align: center;
	}
	footer .footer-payment .footer-pay .footer-payment-nav {
		margin-bottom: 10px;
	}
	footer.footermain::before {
		background: #162241 url(../images/testimonial.png);
		width: 100%;
	}
}
@media (max-width: 639px) {
	footer .footer-upper .footer-links .post-list {
		justify-content: normal !important;
	}
	footer .footer-upper .footer-links .post-list .post-content {
		padding-left: 1rem;
	}
}
@media (max-width: 359px) {
	footer .footer-payment .footer-pay .footer-payment-nav select {
		margin-bottom: 15px;
	}
}
/* ========================================= */
/*          Listing CSS        */
/* ======================================== */
.listing-main.mt-map {
	margin-top: -80px;
	position: relative;
}

.list-results {
	position: relative;
	margin-bottom: 2rem;
	width: 100%;
}
.list-results label {
	margin: 0;
}
.list-results .nice-select {
	border: 1px solid #f1f1f1;
	background: #fff;
	width: 150px;
	padding-left: 20px;
	line-height: 1.5;
	height: 44px;
}
.list-results .change-grid, .list-results .change-list {
	display: inline-block;
}
.list-results .change-grid i, .list-results .change-list i {
	line-height: 2.5;
	text-align: center;
	display: inline-block;
	transition: all ease-in-out 0.5s;
	height: 40px;
	width: 40px;
	background: #fff;
}
.list-results .change-list.f-active i, .list-results .change-grid.f-active i {
	background: #162241;
	color: #fff;
	transition: all ease-in-out 0.5s;
	border-color: #162241;
}

.blog-full {
	overflow: hidden;
	padding: 15px 0px;
	position: relative;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	height: 100%;
}
.blog-full .blog-height {
	height: 100%;
}
.blog-full .blog-image {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 0px;
	transition: all ease-in-out 0.5s;
}
.blog-full .blog-image .h-date {
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 12px 20px;
	border-radius: 15px;
	z-index: 1;
}
.blog-full .blog-image > a {
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: center;
	display: inline-block;
	transition: all ease-in-out 0.5s;
}

.blog-content {
	padding: 20px 0px;
	display: inline-block;
	width: 100%;
}
.blog-content .date-cats a {
	color: #999;
	font-style: italic;
	font-size: 15px;
}
.blog-content .date-cats a i {
	color: #F56961;
}
.blog-content > a:hover {
	color: #162241 !important;
	transition: all ease-in-out 0.5s;
}
.blog-content .listing-price {
	font-weight: 700;
	color: #162241;
	font-size: 18px;
	display: inline-block;
}
.blog-content .listing-price span.regular-price {
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
	font-style: italic;
}
.blog-content .listing-actions .add-to-links a {
	display: inline-block;
	transition: all ease-in-out 0.5s;
}
.blog-content .listing-actions .add-to-links .btn-cart {
	line-height: 42px;
	height: 40px;
	width: 40px;
	padding: 0;
	position: relative;
	text-align: center;
	display: inline-block;
	background: #fff;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
	border: 1px solid #f1f1f1;
}
.blog-content .listing-actions .add-to-links .btn-cart:hover, .blog-content .listing-actions .add-to-links .btn-cart:focus {
	background: #162241;
	color: #fff;
	outline: none;
	border-color: #162241;
}
.blog-content .listing-actions .add-to-links .nir-btn, .blog-content .listing-actions .add-to-links .nir-btn-black {
	padding: 10px 20px;
}
.blog-content .rating span {
	color: #ffbc00;
}

.add-listing .addlist-inner .addlist-title {
	margin-bottom: 1rem;
	padding: 15px;
	background: #fff;
	width: 100%;
}
.add-listing .addlist-inner .addlist-content {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
}
.add-listing .addlist-inner .addlist-content .niceSelect {
	padding: 10px 20px;
	line-height: 2;
}
.add-listing .addlist-inner .upload-file {
	width: 100%;
	background: #fbfbfb;
	border: 2px dashed #f1f1f1;
	border-radius: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	padding: 50px 0;
}
.add-listing .addlist-inner .upload-file input {
	display: none;
}
.add-listing .addlist-inner .upload-file i {
	font-size: 3.6rem;
}
.add-listing .addlist-inner .listing-btn a {
	padding: 8px 15px 6px;
}

@media (max-width: 767px) {
	.add-listing .addlist-inner .addlist-content {
		overflow-x: scroll;
		width: 100%;
	}
	.add-listing .addlist-inner .addlist-content .listing-btn {
		text-align: center;
		margin-top: 1rem;
	}
}
.detail-title .detail-title-inner .listing-rating i {
	color: #fff;
}
.detail-title .detail-title-inner .list-single-contacts li {
	font-size: 13px;
	padding-right: 10px;
}
.detail-title .detail-title-inner .list-single-details .list-single-rating {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.detail-title .detail-title-inner .list-single-details .list-single-rating .rating-score span {
	background: #fff;
	color: #162241;
	float: left;
	font-weight: 700;
	border-radius: 0px;
	padding: 16px 18px;
	font-size: 24px;
}

.detail-listing-inner {
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	padding: 20px;
	border-radius: 0px;
}
.detail-listing-inner > div {
	border-bottom: 1px dashed #f1f1f1;
	padding-bottom: 2rem;
	margin-bottom: 1.5rem;
}
.detail-listing-inner > div .detail-amenities li {
	width: 32.9%;
	margin-bottom: 0.5%;
	border: 1px dashed #f1f1f1;
	padding: 10px;
	color: #777;
	border-radius: 0px;
}
.detail-listing-inner > div .detail-amenities li i {
	margin-right: 5px;
}
.detail-listing-inner > div:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
.detail-listing-inner .detail-recentlist .blog-full {
	box-shadow: none;
}

.detail-comments .comment-box, .single-comments .comment-box {
	display: flex;
	margin-bottom: 30px;
}
.detail-comments .comment-box:last-child, .single-comments .comment-box:last-child {
	margin-bottom: 0;
}
.detail-comments .comment-box .comment-image, .single-comments .comment-box .comment-image {
	text-align: center;
}
.detail-comments .comment-box .comment-image img, .single-comments .comment-box .comment-image img {
	border-radius: 10px;
}
.detail-comments .comment-box .comment-content, .single-comments .comment-box .comment-content {
	border-bottom: 1px dashed #f1f1f1;
	position: relative;
	background: #f1f1f1;
	padding: 20px;
	margin-left: 30px;
}
.detail-comments .comment-box .comment-content:before, .single-comments .comment-box .comment-content:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 25px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #f1f1f1;
}
.detail-comments .comment-box .comment-content:last-child, .single-comments .comment-box .comment-content:last-child {
	border: 0;
}
.detail-comments .comment-box .comment-content p.comment-date, .single-comments .comment-box .comment-content p.comment-date {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 14px;
	margin: 0;
}
.detail-comments .comment-box .comment-content .comment-rate span.comment-title, .single-comments .comment-box .comment-content .comment-rate span.comment-title {
	font-weight: 500;
	font-style: italic;
}
.detail-comments .comment-box .comment-content p.comment, .single-comments .comment-box .comment-content p.comment {
	margin: 0.5rem 0;
}
.detail-comments .comment-box .comment-content .comment-like, .single-comments .comment-box .comment-content .comment-like {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1rem;
}
.detail-comments .comment-box .comment-content .comment-like a, .single-comments .comment-box .comment-content .comment-like a {
	padding: 6px 12px;
}
.detail-comments .comment-box .comment-content .comment-like .like-title, .single-comments .comment-box .comment-content .comment-like .like-title {
	display: inline-block;
}
.detail-comments .comment-box .comment-content .comment-like .like-btn a, .single-comments .comment-box .comment-content .comment-like .like-btn a {
	margin-left: 10px;
}
.detail-comments .comment-box .comment-content .comment-like .like-btn a.like, .single-comments .comment-box .comment-content .comment-like .like-btn a.like {
	color: #292e8c;
}
.detail-comments .comment-box .comment-content .comment-like .like-btn a.dislike, .single-comments .comment-box .comment-content .comment-like .like-btn a.dislike {
	color: #a6aebb;
}
.detail-comments .comment-box .comment-content .comment-like .like-btn a.love, .single-comments .comment-box .comment-content .comment-like .like-btn a.love {
	color: #ff6f7e;
}

@media (max-width: 991px) {
	.blog-full .blog-height {
		height: 250px;
	}
	.list-sidebar {
		margin-top: 2rem;
	}
}
@media (max-width: 767px) {
	.detail-listing-inner > div .detail-amenities li {
		width: 49%;
	}
	.blog-content {
		text-align: center !important;
		padding-top: 20px !important;
	}
	.product-color {
		margin-top: 1.5rem;
	}
}
@media (max-width: 639px) {
	.detail-comments .comment-box, .single-comments .comment-box {
		display: block !important;
		text-align: center;
	}
	.detail-comments .comment-box .comment-image, .single-comments .comment-box .comment-image {
		display: inline-block;
	}
	.detail-comments .comment-box .comment-content, .single-comments .comment-box .comment-content {
		margin-top: 1rem;
		margin-left: 0 !important;
	}
	.detail-comments .comment-box .comment-content:before, .single-comments .comment-box .comment-content:before {
		display: none;
	}
	.detail-comments .comment-box .comment-content p.comment-date, .single-comments .comment-box .comment-content p.comment-date {
		position: relative !important;
		top: 0;
		right: 0;
	}
	.detail-comments .comment-box .comment-content .rating-comment, .single-comments .comment-box .comment-content .rating-comment {
		display: inline-block !important;
		width: 100%;
	}
	.detail-comments .comment-box p.comment-date, .single-comments .comment-box p.comment-date {
		display: inline-block !important;
		margin-top: 2rem;
	}
	.blog-imagelist {
		text-align: center;
	}
	.blog-imagelist img {
		margin-bottom: 1rem;
	}
	.review-box {
		margin-bottom: 15px;
	}
}
@media (max-width: 567px) {
	.list-results {
		display: inherit !important;
		text-align: center;
	}
	.list-results .click-menu {
		justify-content: center !important;
		margin-top: 1rem;
	}
	.list-results .click-menu .sortby {
		display: inline-block !important;
	}
	.detail-listing-inner > div .detail-amenities li {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.detail-comments .comment-box .comment-content .comment-like, .single-comments .comment-box .comment-content .comment-like {
		display: block !important;
	}
	.detail-comments .comment-box .comment-content .comment-like .like-title, .single-comments .comment-box .comment-content .comment-like .like-title {
		float: none !important;
	}
	.detail-comments .comment-box .comment-content .comment-like .like-btn, .single-comments .comment-box .comment-content .comment-like .like-btn {
		float: none !important;
		margin-top: 0.5rem;
	}
	.detail-comments .comment-box .comment-content .comment-like .like-btn a, .single-comments .comment-box .comment-content .comment-like .like-btn a {
		padding: 0;
	}
	.detail-title .detail-title-inner .list-single-contacts li {
		padding-right: 0;
	}
}
/* ========================================= */
/*          Blog CSS        */
/* ======================================== */
.swiper-list li {
	display: inline-block;
	margin-bottom: 0;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-align: center;
	border-radius: 0px;
}

section.blog .grid {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}
section.blog .grid .gridblog-content {
	padding: 20px 0 0;
}
section.blog .grid .gridblog-content .date {
	border-bottom: 1px solid #f1f1f1;
	display: inline-block;
}
section.blog .grid .gridblog-content .date a {
	color: #999;
	font-size: 14px;
}
section.blog .grid .gridblog-content .date a:hover {
	color: #162241;
}
section.blog .grid .grid-image {
	position: relative;
	transition: all ease-in-out 0.5s;
	overflow: hidden;
}
section.blog .grid .grid-image img {
	transition: all ease-in-out 0.5s;
	width: 100%;
}
section.blog .grid .grid-image:hover img {
	transform: scale(1.1);
	transition: all ease-in-out 0.5s;
}
section.blog .grid .grid-image:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: -webkit-transform 1.8s;
	transition: -webkit-transform 1.8s;
	transition: transform 1.8s;
	transition: transform 1.8s, -webkit-transform 1.8s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
	z-index: 1;
}
section.blog .grid .grid-image:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
section.blog .grid .grid-image .overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4901960784), transparent);
}
section.blog .grid .grid-item1 .gridblog-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
	padding: 20px;
}
section.blog .grid .grid-item1 .date {
	border-bottom: 1px solid #fff;
	display: inline-block;
}
section.blog .flight-list .flight-full .item::before {
	left: -50px;
}

.author-news {
	position: relative;
	overflow: hidden;
	background: url(../images/bg/bg7.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: inline-block;
	width: 100%;
}
.author-news .author-news-content {
	position: relative;
	z-index: 1;
}
.author-news .author-news-content .author-thumb {
	width: 210px;
	height: 210px;
	margin: 30px auto 0px;
	position: relative;
	overflow: hidden;
}
.author-news .author-news-content .author-thumb img {
	width: 100%;
	border-radius: 50%;
	height: 100%;
}
.author-news .author-news-content .author-thumb:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 180px;
	width: 180px;
	border-radius: 50%;
	border: 2px dashed #fff;
}
.author-news .author-news-content .author-content {
	padding: 30px;
}
.author-news .author-news-content .author-content .title {
	color: #fff;
	font-size: 32px;
	line-height: 1.2;
	padding-top: 12px;
}
.author-news .author-news-content .author-content p {
	font-size: 18px;
	color: #fff;
	padding-bottom: 18px;
}
.author-news .author-news-content .author-content span {
	color: #F56961;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}
.author-news .author-news-content .author-content span:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 60px;
	height: 1px;
	background: #F56961;
}

.header-social ul li {
	display: inline-block;
	margin: 0;
}
.header-social ul li a i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #5e5eb7;
	color: #fff;
	margin-right: 2px;
}
.header-social ul li a i:hover {
	opacity: 0.8;
}
.header-social ul li a i:last-child {
	margin-right: 0;
}
.header-social ul li:nth-child(2) a i {
	background: #c72026;
}
.header-social ul li:nth-child(3) a i {
	background: #29a4dd;
}

ul.sidebar-category li {
	position: relative;
	margin: 0 0 12px;
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #f1f1f1;
	display: block;
}
ul.sidebar-category li:last-child {
	margin: 0;
}

.sidebar-products .s-content {
	border-bottom: 1px dashed #f1f1f1;
}
.sidebar-products .s-content .products-price {
	color: #162241;
}

.sidebar-tabs .nav-tabs {
	border-bottom: none;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
}
.sidebar-tabs .nav-tabs > li {
	width: 50%;
}
.sidebar-tabs .nav-tabs > li > a {
	border-radius: 0px;
	padding: 15px;
	margin: 0;
	line-height: inherit;
	border: none;
	color: #3f3f3f;
	display: inline-block;
}
.sidebar-tabs .nav-tabs > li > a:hover {
	color: #fff;
}
.sidebar-tabs .nav-tabs > li > a:hover {
	color: #fff;
	background-color: #162241;
	border: none;
}
.sidebar-tabs .nav-tabs > li a.active {
	color: #fff;
	background-color: #162241;
	border: none;
	color: #fff;
	background-color: #162241 !important;
}
.sidebar-tabs .sidebar-image {
	overflow: hidden;
}
.sidebar-tabs .sidebar-image img {
	width: 100%;
}
.sidebar-tabs .s-content {
	padding: 8px 15px 10px;
	transition: all ease-in-out 0.5s;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	background: #fff;
}
.sidebar-tabs .s-content .blog-no {
	font-size: 32px;
	color: #ccc;
	font-weight: 700;
}
.sidebar-tabs .s-content .date {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 4px;
}
.sidebar-tabs .s-content h5 {
	text-transform: capitalize;
}
.sidebar-tabs .s-content:hover {
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	transition: all ease-in-out 0.5s;
}

ul.sidebar-tags li {
	display: inline-block;
	margin-bottom: 0;
}
ul.sidebar-tags li a {
	padding: 10px 15px;
	background: #fff;
	display: inline-block;
	margin-bottom: 3px;
	color: #444;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	transition: all ease-in-out 0.5s;
}
ul.sidebar-tags li a:hover {
	background: #162241;
	color: #fff;
	transition: all ease-in-out 0.5s;
}

.sidebar-videos article.post {
	padding: 15px;
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
}
.sidebar-videos button.slick-prev.slick-arrow, .sidebar-videos button.slick-next.slick-arrow {
	display: none !important;
}

@media (max-width: 991px) {
	.sidebar-pomplet {
		text-align: center;
	}
}
.blog-single .para-content {
	border-top: 1px dashed #f1f1f1;
	padding-top: 15px;
}
.blog-single .para-content span a {
	font-size: 14px;
	font-style: italic;
}
.blog-single .blog-quote {
	position: relative;
	text-align: center;
	z-index: 10;
	padding: 60px 40px 30px;
	border-radius: 0px;
	overflow: hidden;
}
.blog-single .blog-quote:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #162241;
	z-index: -1;
}
.blog-single .blog-quote p {
	font-size: 28px;
	line-height: 1.3;
	margin-top: 50px;
}
.blog-single .blog-quote span {
	font-size: 18px;
	font-style: italic;
}
.blog-single .blog-quote i {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 30px;
	height: 75px;
	width: 75px;
	text-align: center;
	line-height: 75px;
	background: #fff;
	color: #162241;
	border-radius: 50%;
	margin-bottom: 20px;
}
.blog-single .blog-quote i:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 55px;
	width: 55px;
	border-radius: 50%;
	border: 1px dashed #fff;
}
.blog-single .blog-share {
	padding: 20px;
	background: #fff;
}
.blog-single .blog-share .blog-share-tag ul li {
	display: inline-block;
	margin-bottom: 0;
}
.blog-single .blog-next {
	display: inline-block;
	width: 100%;
	background: #fff;
	border-radius: 0px;
	overflow: hidden;
}
.blog-single .blog-next a {
	width: 50%;
	padding: 20px;
}
.blog-single .blog-next a.float-left {
	background: #162241;
}
.blog-single .blog-next .prev, .blog-single .blog-next .next {
	position: relative;
}
.blog-single .blog-next .prev i, .blog-single .blog-next .next i {
	position: absolute;
	left: 0;
	top: 6px;
}
.blog-single .blog-next .next i {
	left: inherit;
	right: 0;
}
.blog-single .blog-author {
	padding: 20px;
	border-radius: 0px;
	background: #fff;
}
.blog-single .blog-author .blog-author-item .title span {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}
.blog-single .blog-author .blog-author-item .blog-thumb img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
}
.blog-single .blog-author .blog-author-item .blog-thumb:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	height: 125px;
	width: 125px;
	transform: translate(-50%, -50%);
	z-index: 1;
	border: 2px dashed #fff;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.blog-sidebar {
		margin-top: 2rem;
		position: relative;
	}
	section.login {
		padding-bottom: 0 !important;
	}
	section.login .login-content {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.blog-single .blog-next a {
		width: 100%;
	}
	.blog-single .blog-share {
		display: block !important;
		text-align: center;
	}
	.blog-single .blog-share .header-social {
		margin-top: 1rem;
	}
	.blog-single .blog-author {
		text-align: center;
	}
	.blog-single .blog-author .blog-thumb {
		margin-bottom: 1rem;
	}
	.detail-comments h4, .single-comments h4 {
		text-align: center;
	}
}
@media (max-width: 359px) {
	.sidebar-tabs .nav-tabs > li > a {
		padding: 15px 13px;
	}
}
/* ========================================= */
/*          Flight Homepage CSS        */
/* ======================================== */
.flight-navtab .nav-tabs {
	border: none;
	background: #777;
	text-align: center;
	display: inline-block;
}
.flight-navtab .nav-tabs li a {
	padding: 15px 20px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}
.flight-navtab .nav-tabs li a span {
	display: block;
	font-weight: 700;
}
.flight-navtab .nav-tabs li a.active {
	background: #F56961;
}

.flight-full .item {
	padding: 20px;
	position: relative;
	overflow: hidden;
	border: 1px solid #f1f1f1;
}
.flight-full .item::before, .flight-full .item:nth-child(even)::before {
	content: "";
	background: #fbfbfb;
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 100%;
	transform: rotate(45deg);
}
.flight-full .item:nth-child(even):before {
	transform: rotate(-45deg);
}
.flight-full .item .flight-btn p {
	font-weight: 600;
	font-size: 22px;
}

.main-slider-1 {
	z-index: 1;
}
.main-slider-1::before {
	content: "";
	background: #172445;
	height: 100%;
	width: 50%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}
.main-slider-1 .main-slider-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.main-slider-1 .main-slider-inner .logo-tab a {
	background: #fff;
	display: inline-block;
	padding: 15px;
}
.main-slider-1 .main-slider-inner .form-content {
	width: 80%;
}
.main-slider-1 .main-slider-inner .form-content .search-tabs li a {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	position: relative;
}
.main-slider-1 .main-slider-inner .form-content .search-tabs li a span {
	display: block;
	font-size: 15px;
}
.main-slider-1 .main-slider-inner .form-content .search-tabs li i {
	border-radius: 50%;
	color: #162241;
	float: right;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	margin-right: 0px;
	margin-top: 2px;
	text-align: center;
	width: 38px;
	background: #fff;
}
.main-slider-1 .main-slider-inner .form-content .search-tabs li a.active {
	color: #F56961;
	background-color: transparent !important;
}
.main-slider-1 .main-slider-inner .form-content .search-tabs li a.active span {
	color: #F56961;
}
.main-slider-1 .main-slider-inner .form-content .search-tabs li a.active i {
	background: #F56961;
	color: #fff;
}
.main-slider-1 .main-slider-inner .form-content .nice-select {
	padding: 13px 20px 10px 35px;
}
.main-slider-1 .main-slider-inner .form-content .range-slider .ui-slider .ui-slider-range {
	background: #fff;
}
.main-slider-1 .main-slider-inner .form-content .range-slider .ui-slider .min-value, .main-slider-1 .main-slider-inner .form-content .range-slider .ui-slider .max-value {
	color: #fff;
}
.main-slider-1 .main-slider-inner .form-content label {
	color: #fff;
}
.main-slider-1 .main-slider-inner .form-content .input-box {
	position: relative;
	display: inline-block;
	width: 100%;
}
.main-slider-1 .main-slider-inner .form-content .input-box input {
	padding-left: 35px;
}
.main-slider-1 .main-slider-inner .form-content .input-box i {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.main-slider-1 .main-slider-inner .form-content .input-box [class^=fa-]:before {
	color: #F56961;
	font-weight: 600;
}
.main-slider-1 .main-slider-inner .social-icons li {
	display: inline-block;
	position: relative;
}
.main-slider-1 .main-slider-inner .social-icons li a {
	color: #162241;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 2.3;
	margin: 0 2px;
}
.main-slider-1 #particles-js {
	position: fixed;
	z-index: -1;
}

.partners {
	background-color: var(--theme-bg);
	padding: 30px 0;
	border-top: 1px solid #d7c4be;
	border-bottom: 1px solid #d7c4be;
}

.partners .slick-track {
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.home-search .overlay {
		display: none;
	}
	.home-search .main-slider-1::before {
		width: 100%;
		opacity: 0.8;
	}
	.home-search .main-slider-1 .main-slider-inner {
		position: relative;
		top: inherit;
		left: inherit;
		transform: none;
	}
	.home-search .main-slider-1 .main-slider-inner .main-tab-sec {
		margin-bottom: 2rem;
	}
	.home-search .main-slider-1 .main-slider-inner .col-lg-6 {
		padding: 0 15px !important;
	}
	.home-search .main-slider-1 .main-slider-inner .form-content .search-tabs li {
		text-align: center;
	}
	.home-search .main-slider-1 .main-slider-inner .form-content .search-tabs li a {
		display: block;
	}
	.home-search .main-slider-1 .main-slider-inner .form-content .search-tabs li i {
		float: none;
	}
}
@media (max-width: 735px) {
	.flight-full .item {
		text-align: center;
	}
	.flight-full .item .item-inner-image {
		margin-bottom: 15px;
	}
	.flight-full .item .item-inner {
		border-bottom: 1px dashed #f1f1f1;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 639px) {
	.flight-navtab .nav-tabs li, .flight-navtab .nav-tabs a {
		width: 100%;
	}
}

.client-logo a img {
	width: 160px;
	padding: 5px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 10px;
	background-color: #fff;
	border-radius: 5px;
}

.header_menu.fixed-top .pb-2{
	padding-bottom: 0 !important;
}

.header_menu.fixed-top .pt-1 {
	padding-top: 0 !important;
}

.tour-feature.why-us .why-us-item {
	padding: 18px 12px 15px;
	height: 100%;
}

.tour-feature.why-us .why-us-item .why-us-icon img {
	width: 70px;
}

.tour-feature.why-us .why-us-item .why-us-content h3 a{
	color: #000;
	font-weight: 500;
}

.tour-feature.why-us .why-us-item .why-us-content {
	margin-bottom: 5px;
}

.tour-feature.why-us .why-us-item .why-us-content p {
	line-height: 24px;
}

.itinerary-links {
	background-color: var(--theme-bg);
	border-top: 1px dashed #d7c4be;
	border-bottom: 1px dashed #d7c4be;
	padding: 35px 0;
}

.itinerary-links ul {
	text-align: center;
}

.itinerary-links ul li {
	margin: 0 20px;
}

.itinerary-links ul li a {
	position: relative;
}

.itinerary-links ul li a:after {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	border: 1px solid #7d3a2459;
}

.single-content .featured-us .featured-us-item {
	height: 100%;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	flex-flow: column;
}

.single-content .featured-us .featured-us-box .featured-us-content {
	width: 100%;
}

.single-content .featured-us .featured-us-box .featured-us-content p {
	font-size: 15px;
}

.sidebar-item .form-group input {
	height: 45px;
}

.sidebar-item  .form-btn a{
	width: 100%;
}

.navbar>.container, .main_header_area .header-content .container {
	max-width: 1500px;
}

.contact-us .box-contact {
	border-radius: 8px;
	border: 1px solid #EDEEEE;
	padding: 10px 40px 22px;
	box-shadow: 0px 1px 10px 2px rgb(147 147 147 / 18%);
	height: 100%;
}

.contact-us .box-contact span {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: var(--primary-color);
	margin-top: 26px;
	margin-bottom: 18px;
	display: block;
}

.contact-us .box-contact .box-flex {
	margin-bottom: 15px;
	align-self: center;
}

.contact-us .box-contact .box-flex i {
	width: 12%;
	font-size: 20px;
	position: relative;
	top: 6px;
	color: var(--primary-color);
}

.contact-us-text p {
	text-align: justify;
}

.contact-form {
	background-color: #6c6c6c17;
	padding: 25px 30px;
}

.sustainability .why-us-content .w-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sustainability .why-us-content .w-logo img {
	max-width: 120px;
}

.sustainability .why-us-content.w-logo img {
	max-width: 120px;
	display: block;
	margin: 0 auto;
}

.sustainability .why-us-icon {
	position: relative;
}

.sustainability .why-us-icon .sus-logo {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
}

.sus-logo {
	border-radius: 6px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border: 1px solid #e1dfdf;
	background-color: #f9f9f9;
	padding: 3px;
}

.destination-b table > tbody tr td, .destination-b table > tbody tr th, .destination-b table > thead tr td, .destination-b table > tfoot tr td {
	border-color: #cdbdb7;
}

.destination-b table > thead, .destination-b table > tfoot {
	background-color: #dbdada;
}

.destination-b table > tbody tr td:first-child {
	width: 14%;
}

.flag-small {
	width: 35px;
	margin: 0 3px;
	position: relative;
	top: -2px;
}

.flag-mini {
	width: 20px;
	margin: 0 3px;
	position: relative;
	top: -1px;
}

.destination-b #itinerary table > tbody tr td:first-child {
	width: 20%;
	position: relative;
}

.destination-b #itinerary table > tbody tr td:first-child::after {
	position: absolute;
	top: 16px;
	left: 20px;
	width: 1px;
	height: 100%;
	background-color: var(--primary-color);
	content: "";
}

.destination-b #itinerary table > tbody tr:last-child td:first-child::after {
	display: none;
}

.destination-b #itinerary table > tbody tr td:first-child::before {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--primary-color);
	content: "";
}

.destination-b #itinerary table small, .destination-b #lodges table small {
	font-size: 80%;
	color: var(--primary-color);
	display: block;
}

.destination-b #itinerary table > tbody tr td:first-child, .destination-b #itinerary table > tbody tr th:first-child {
	padding-left: 35px;
	padding-right: 0;
}

.destination-b #itinerary .gallery .overlay {
	opacity: 0;
}

@media screen and (max-width: 525px) {
	.itinerary-table, .wildlife-list {
		overflow-x: scroll;
		scrollbar-color: #f17830 #f17830;
	}
}

.payment-book {
	background-color: var(--theme-bg);
	padding: 50px 50px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 1px 1px 8px 2px;
}

.booking-box input[type="checkbox"], .booking-box input[type="radio"] {
	width: 20px;
	height: 20px;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	margin-right: 10px;
	position: relative;
	top: 4px;
}

.booking-box h4 {
	text-transform: uppercase;
	color: var(--primary-color);
}

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
.booking-box label {
	color: #202020;
}

.booking-box .range-slider {
	margin: 50px 0 30px !important;
}

.booking-box .range-slider-ui {
	position: relative;
	padding-top: 6px;
}

.booking-box .range-slider-ui .min-label,
.booking-box .range-slider-ui .max-label {
	position: absolute;
	top: -40px;
	font-weight: bold;
	font-size: 14px;
}

.booking-box .range-slider-ui .min-label {
	left: 0;
}

.booking-box .range-slider-ui .max-label {
	right: 0;
}

.booking-box .range-slider-ui .slider-tooltip {
	position: absolute;
	top: -45px;
	font-weight: 500;
	color: var(--primary-color);
	font-size: 20px;
	white-space: nowrap;
	/* transform: translateX(-50%); */
	pointer-events: none;
	transition: left 0.1s ease-out;
}

.booking-box .range-slider .ui-widget-content {
	background-color: #c5c4c3 !important;
}

.booking-box .range-slider .ui-slider .ui-slider-range {
	background-color: var(--secondary-color) !important;
	border-radius: 10px;
}

.booking-box .range-slider .ui-slider .ui-slider-handle {
	width: 35px !important;
	height: 35px !important;
	top: -16px !important;
	background: var(--secondary-color) !important;
	border: 5px solid #ffffff !important;
	transition: inherit !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px 2px !important;
	cursor: pointer !important;
}







.number-control {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.dynamic-fields .input-group {
	margin-bottom: 15px;
}

.dynamic-fields label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

.number-control button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}

.number-control input {
	width: 60px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

.form-group select {
	padding: 10px 25px 10px 10px;
}

.slick-prev, .slick-next {
	background: var(--secondary-color) !important;
}


/*# sourceMappingURL=style.css.map */

.banner .slick-track{
	width:100%!important;
}
.banner .video-slider .swiper-content > h1{
	font-family: "Inter", sans-serif;
	font-size: 30px;
}
.banner .client-logo{	
	width:100%!important;
}
.banner .client-logo a img {
    width: 100px;
    padding: 0;
    margin: 5px;
    height: 45px;
	object-fit: contain;
    line-height: 60px;
}
.banner .video-slider .swiper-content h2 {
    font-size: 30px;
    text-transform: capitalize;
    padding: 10px 0;
}
.button-service {
    justify-content: space-between;
    display: flex;
}
.trending .trend-item .trend-content-main .trend-content {
    min-height: 120px;
}
.trending .trend-item .trend-content-main .trend-last-main p.trend-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}