@import"https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap";

* {
	margin:0;
	padding:0;
	scroll-behavior:smooth
}
:root {
--theme-color: #c1964a;
--theme-color2: #001433;
--theme-color3: #955e26;
--title-color: #000;
--theme-gr:linear-gradient(to right, #fde989, #dcac3d, #aa7126, #fee169, #fdffec, #fddb5b, #d9a63b, #a46625, #dea232);
--white-color: #fff;
--body-color: #1e1e1e;
--primary-color2: #0c8fec;
--primary-color3:#0c8fec;
--primary-color1: #0c8fec;
--primary-color1-light: rgba(144, 185, 86, 0.7);
--primary1-dark: #359D9E;
--white: #fff;
--white-color: #fff;
--text-primary: #000;
--text-secondary: #1e1e1e;
--text-light: #878787;
--border-color: #DDDDDD;
--font-merriw: "Poppins", serif;
--font-work-sans: "Poppins", serif;
}
::-moz-selection {
color:var(--white);
background:var(--theme-color)
}
::selection {
color:var(--white);
background:var(--theme-color)
}
html {
	font-size:62.5%;
	scroll-behavior:smooth
}
@media(min-width:1200px)and (max-width:1399px) {
html {
font-size:60%
}
}
@media(min-width:992px)and (max-width:1199px) {
html {
font-size:58%
}
}
@media(min-width:768px)and (max-width:991px) {
html {
font-size:57%
}
}
@media(min-width:576px)and (max-width:768px) {
html {
font-size:56%
}
}
@media(max-width:576px) {
html {
font-size:55%
}
}
h1, h2, h3, h4, h5, h6 {
	color:var(--text-primary);
	font-family:var(--font-merriw)
}
body {
	font-family:var(--font-work-sans);
	color:var(--text-secondary);
	font-size:16px;
	font-weight:400;
	line-height:1.7
}
button {
	outline:none;
	border:none
}
img {
    border: none;
    max-width: 100%;
}
a {
	color:unset;
	text-decoration:none
}
a:focus {
	outline:0 solid
}
a:hover {
	text-decoration:none;
	color:unset
}
input:focus, .contact-from-wrapper .form-inner textarea:focus, form.style-1 .form-inner textarea:focus, textarea:focus, button:focus {
	outline:none
}
i.bx {
	vertical-align:middle
}
.para {
	font-size:17px;
	font-weight:400;
	font-family:var(--font-work-sans);
	color:var(--text-secondary);
	line-height:1.6
}
.pt-120 {
	padding-top:120px
}
@media(min-width:992px)and (max-width:1199px) {
.pt-120 {
padding-top:100px
}
}
@media(max-width:991px) {
.pt-120 {
padding-top:90px
}
}
.pt-90 {
	padding-top:90px
}
@media(min-width:992px)and (max-width:1199px) {
.pt-90 {
padding-top:70px
}
}
@media(max-width:991px) {
.pt-90 {
padding-top:60px
}
}
.pb-90 {
	padding-bottom:90px
}
@media(min-width:992px)and (max-width:1199px) {
.pb-90 {
padding-bottom:70px
}
}
@media(max-width:991px) {
.pb-90 {
padding-bottom:60px
}
}
.pb-120 {
	padding-bottom:120px
}
@media(min-width:992px)and (max-width:1199px) {
.pb-120 {
padding-bottom:100px
}
}
@media(max-width:991px) {
.pb-120 {
padding-bottom:90px
}
}
.pb-65 {
	padding-bottom:65px
}
.mt-120 {
	margin-top:120px
}
@media(min-width:992px)and (max-width:1199px) {
.mt-120 {
margin-top:100px
}
}
@media(max-width:991px) {
.mt-120 {
margin-top:90px
}
}
.mb-120 {
	margin-bottom:120px
}
.pt-80 {
	padding-top:80px
}
.pt-50 {
	padding-top:50px
}
.pb-80 {
	padding-bottom:80px
}
.pe-80 {
	padding-right:80px
}
.pb-60 {
	padding-bottom:60px
}
.mb-60 {
	margin-bottom:60px
}
.mb-50 {
	margin-bottom:50px
}
.mb-45 {
	margin-bottom:45px
}
.mb-35 {
	margin-bottom:35px
}
.mt-10 {
	margin-top:10px
}
.mt-40 {
	margin-top:40px
}
.mb-40 {
	margin-bottom:40px
}
.mb-30 {
	margin-bottom:30px
}
.mt-50 {
	margin-top:50px
}
.mb-50 {
	margin-bottom:50px
}
.mt-60 {
	margin-top:60px
}
.mt-70 {
	margin-top:70px
}
.bg--light {
	background:#fafafa
}
@media only screen and (min-width: 1300px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width:1200px;

}

}

@media only screen and (min-width: 1450px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width:1300px;

}
}
@media only screen and (min-width: 1600px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width:1350px;

}
}
@media only screen and (min-width: 1800px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width:1550px;

}
}
@media only screen and (min-width: 2000px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width:1850px;

}
}
.eg-card {
	border-radius:5px;
	position:relative;
	display:flex;
	flex-direction:column;
	min-width:0;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box
}
.text--primary {
	color:var(--text-primary)!important
}
.circle-container {
	background:0 0;
	position:fixed;
	right:50px;
	bottom:50px;
	height:46px;
	width:46px;
	cursor:pointer;
	display:block;
	border-radius:50px;
	box-shadow:inset 0 0 0 2px rgba(0, 0, 0, .07);
	z-index:10000;
	opacity:0;
	visibility:hidden;
	transform:translateY(15px);
	transition:all 200ms linear
}
@media(max-width:991px) {
.circle-container {
display:none;
visibility:hidden
}
}
.circle-container.active {
	opacity:1;
	visibility:visible;
	transform:translateY(0)
}
.circle-container::after {
    position: absolute;
    font-family: bootstrap-icons;
    content: "";
    text-align: center;
    line-height: 46px;
    font-size: 28px;
    color: #fff !important;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
    background: var(--theme-color);
    border-radius: 5px;
}
.circle-container:hover::after {
position:absolute;
font-family:bootstrap-icons;
content:"";
color:var(--green);
transition:all 200ms linear
}
.circle-container svg path {
	fill:none
}
.circle-container svg.circle-progress path {
	stroke:var(--theme-color);
	stroke-width:5;
	box-sizing:border-box;
	transition:all 200ms linear
}
.circle-container.sibling-2::after {
color:var(--theme-color)
}
.circle-container.sibling-2 svg.circle-progress path {
	stroke:var(--theme-color)
}
.circle-container.sibling-3::after {
color:var(--theme-color)
}
.circle-container.sibling-3 svg.circle-progress path {
	stroke:var(--theme-color)
}
.section-title1 {
	text-align:center;
	margin-bottom:30px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center
}
.section-title1 p{
	margin-top:10px;
	margin-bottom: 3px;
}
.text-white .section-title1 p{
	color:#fff!important
}
.section-title1 span {
	display:block;
	font-family:var(--font-work-sans);
	font-size:1.8rem;
	font-weight:400;
	color:var(--theme-color2);
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:3px
}
.section-title1 h2 {
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--theme-color2);
    margin-bottom: 0px;
    margin-top: 0;
    display: inline-block;
    font-family: var(--font-merriw);
    line-height: 1.4;
}

.section-title1 img {
	max-width:370px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	  
	
		width:100%;
}


.text-white.section-title1 img{
	    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}





.section-title {
	
	margin-bottom:30px;
	display:flex;
	flex-direction:column;
}
.section-title span {
	display:block;
	font-family:var(--font-work-sans);
	font-size:1.8rem;
	font-weight:400;
	color:var(--theme-color2);
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:3px
}
.section-title h2 {
	font-size:4.2rem;
	font-weight:700;
	color:var(--text-primary);
	margin-bottom:15px;
	margin-top:-7px;
	display:inline-block;
	font-family:var(--font-merriw);
	line-height:1.4
}

.section-title img {
	max-width:370px;
	width:100%;
	margin-left:auto;
	margin-right:auto
}
.section-title1.sibling2 {
	font-size:4rem;
	font-weight:600;
	color:var(--text-primary)
}
.section-title2 {
	margin-bottom:37px
}
.section-title2 svg {
	fill:var(--theme-color);
	margin:0 auto;
	margin-bottom:15px;
	opacity:.55
}
.section-title2 span {
	font-size:1.8rem;
	font-weight:400;
	color:var(--theme-color2);
	font-family:var(--font-satisfy);
	margin-bottom:0;
	text-transform:uppercase;
	letter-spacing:3px
}
.section-title2 h2 {
	font-size:4.2rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:20px;
	line-height:1.4
}
.section-title3 {
	margin-bottom:60px
}
.section-title3 span {
	font-size:1.8rem;
	font-weight:400;
	color:var(--theme-color);
	font-family:var(--font-satisfy);
	margin-top:-6px;
	display:block;
	text-transform:uppercase;
	margin-bottom:5px
}
.section-title3 h2 {
	font-size:4.2rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw)
}
.section-title5 {
	margin-bottom:62px
}
.section-title5 img {
	margin:0 auto 10px;
	width:15px
}
.section-title5>span {
	font-size:1.8rem;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	letter-spacing:2px;
	display:block;
	margin-bottom:0;
	text-transform:uppercase
}
.section-title5 h2 {
	font-size:4.2rem;
	font-weight:800;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.35;
	margin-bottom:10px
}
.section-title5 h2 span {
	font-size:4.2rem;
	font-weight:500;
	color:var(--theme-color);
	font-family:var(--font-merriw)
}
.section-title5 p, .section-title5 .info-single .info-text a, .info-single .info-text .section-title5 a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.eg-btn {
	text-align:center;
	display:inline-block;
	text-decoration:none;
transition:all .45s ease-in-out;
	text-transform:capitalize;
	font-family:var(--font-exo);
	cursor:pointer;
	overflow:hidden
}
.eg-btn i {
    margin-right: 5px;
    font-size: 27px;
    font-weight: 600;
}
.btn--primary {
	background:var(--theme-color);
	color:var(--white);
	border-radius:0;
	position:relative;
	z-index:1;
	display:inline-flex;
	justify-content:center;
	white-space:nowrap;
	border:2px solid var(--theme-color)
}
.btn--primary::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
background:var(--white);
width:100%;
height:100%;
transition:.5s;
z-index:-1;
transform:scale(.6);
border-radius:0;
opacity:0
}
.btn--primary:hover {
	color:var(--theme-color)
}
.btn--primary:hover::after {
transform:scale(1);
opacity:1
}
.btn--primary2 {
	background:var(--theme-color);
	color:var(--text-primary);
	border-radius:0;
	position:relative;
	z-index:1;
	display:inline-flex;
	justify-content:center;
	white-space:nowrap;
	border:2px solid var(--theme-color)
}
.btn--primary2::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
background:var(--white);
width:100%;
height:100%;
transition:.5s;
z-index:-1;
transform:scale(.6);
border-radius:0;
opacity:0
}
.btn--primary2:hover {
	color:var(--text-primary)
}
.btn--primary2:hover::after {
transform:scale(1);
opacity:1
}
.btn--white {
	background:var(--white);
	color:var(--text-primary);
	border-radius:0;
	position:relative;
	z-index:1;
	display:inline-flex;
	justify-content:center;
	white-space:nowrap
}
.btn--white::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
background:var(--theme-color);
width:100%;
height:100%;
transition:.5s;
z-index:-1;
transform:scale(.6);
border-radius:0;
opacity:0
}
.btn--white:hover {
	color:var(--text-primary)
}
.btn--white:hover::after {
transform:scale(1);
opacity:1
}
.btn--white.sibling-2::after {
content:"";
background:var(--theme-color)
}
.btn--primary3 {
	background:var(--theme-color);
	color:var(--white);
	border-radius:0;
	position:relative;
	z-index:1;
	display:inline-flex;
	justify-content:center;
	white-space:nowrap;
	border:2px solid var(--theme-color)
}
.btn--primary3::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
background:var(--white);
width:100%;
height:100%;
transition:.5s;
z-index:-1;
transform:scale(.6);
border-radius:0;
opacity:0
}
.btn--primary3:hover {
	color:var(--text-primary)
}
.btn--primary3:hover::after {
transform:scale(1);
opacity:1
}

.btn--primary4 {
	background:var(--theme-color);
	color:var(--white);
	border-radius:0;
	position:relative;
	z-index:1;
	display:inline-flex;
	justify-content:center;
	white-space:nowrap;
	border:unset
}
.btn--primary4::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
background:var(--theme-color);
width:100%;
height:100%;
transition:.5s;
z-index:-1;
transform:scale(.6);
border-radius:0;
opacity:0
}
.btn--primary4:hover {
	color:#fff
}
.btn--primary4:hover::after {
transform:scale(1);
opacity:1
}
.btn--primary-outline {
	background:var(--white);
	color:var(--theme-color);
	border-radius:0;
	position:relative;
	z-index:1;
	display:inline-flex;
	justify-content:center;
	white-space:nowrap;
	border:2px solid var(--theme-color)
}
.btn--primary-outline::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
background:var(--theme-color);
width:100%;
height:100%;
transition:.5s;
z-index:-1;
transform:scale(.6);
border-radius:0;
opacity:0
}
.btn--primary-outline:hover {
	color:var(--white)
}
.btn--primary-outline:hover::after {
transform:scale(1);
opacity:1
}
.btn--primary3-outline {
	background:var(--white);
	color:var(--theme-color);
	border-radius:0;
	position:relative;
	z-index:1;
	display:inline-flex;
	justify-content:center;
	white-space:nowrap;
	border:2px solid var(--theme-color);
transition:.5s ease
}
.btn--primary3-outline::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
background:var(--theme-color);
width:100%;
height:100%;
transition:.5s ease;
z-index:-1;
transform:scale(.6);
border-radius:0;
opacity:0
}
.btn--primary3-outline:hover {
	color:var(--white);
	border:2px solid transparent
}
.btn--primary3-outline:hover::after {
transform:scale(1);
opacity:1
}
.btn--primary3-outline.sibling-2 {
	color:var(--text-primary)
}
.btn--primary3-outline.sibling-2::after {
background:var(--theme-color)
}
.btn-primary2-outline {
	background:0 0;
	color:var(--white);
	border-radius:0;
	position:relative;
	z-index:1;
	display:inline-flex;
	justify-content:center;
	white-space:nowrap;
	border:1px solid var(--white)
}
.btn-primary2-outline::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
background:var(--theme-color);
width:100%;
height:100%;
transition:.5s;
z-index:-1;
transform:scale(.6);
border-radius:0;
opacity:0
}
.btn-primary2-outline:hover {
	border:1px solid var(--theme-color);
	color:var(--text-primary)
}
.btn-primary2-outline:hover::after {
transform:scale(1);
opacity:1
}
.btn-primary2-outline.sibling-2 {
	color:var(--text-primary);
	border:1px solid var(--text-primary)
}
.btn-primary2-outline.sibling-2:hover {
	border:1px solid transparent;
	color:var(--text-primary)
}
.btn-primary2-outline.sibling-2:hover::after {
transform:scale(1);
opacity:1
}
.capsule {
	border-radius:30px
}
.btn--lg {
	    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px 35px;
}
 
.btn--lg2 {
	font-size:16px;
	font-weight:500;
	text-transform:capitalize;
	padding:10px 20px
}
 
.btn--md {
	padding:10px 35px;
	font-size:16px;
	font-weight:600
}
 
.btn--sm {
	font-size:14px;
	font-weight:600;
	padding:6px 18px
}
.eg-badge {
	font-size:14px;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans);
	border-radius:30px;
	padding:4px 12px
}
.eg-badge.badge-red {
	background:#df2258
}
.eg-badge.badge-yellow {
	background:#f29727
}
.eg-badge.badge-black {
	background:#09100d
}
.eg-badge.badge-blue {
	background:#2f80ed
}
.pagination-wrap .page-item.active .page-link {
	z-index:3;
	color:var(--primary-color1)!important;
	background-color:var(--white)!important;
	border-color:var(--theme-color)
}
.pagination-wrap .pagination {
	margin:0
}
.pagination-wrap .page-item:first-child .page-link {
	border-radius:2px
}
.pagination-wrap .page-item:last-child .page-link {
	border-radius:2px
}
.pagination-wrap .page-link {
	position:relative;
	display:block;
	color:var(--text-primary)!important;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	border:unset!important;
	border-radius:8px 8px 2px 8px;
transition:.42s ease;
	padding:0 10px!important
}
.pagination-wrap .page-link:focus {
	box-shadow:unset;
	color:var(--theme-color)
}
.pagination-wrap .page-link:hover {
	color:var(--theme-color)
}
.pagination-wrap .page-item.active .page-link {
	z-index:3;
	color:var(--theme-color)
}
.home1preloader .egns-preloader {
	position:fixed!important;
	z-index:99999;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden
}
.home1preloader .egns-preloader::before {
content:"";
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
background:#fff;
z-index:-1
}
.home1preloader .egns-preloader .circle-border {
	width:100%;
	max-width:140px;
	height:100%;
	max-height:140px;
	border:0 solid var(--theme-color);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	margin:auto;
	border-radius:50%;
	box-shadow:2px 2px 30px rgba(0, 0, 0, .1)
}
.home1preloader .egns-preloader .circle-border svg {
	fill:var(--theme-color)
}
.home1preloader .egns-preloader .circle-border svg path {
	stroke:var(--theme-color)
}
.home1preloader .egns-preloader .circle-border .moving-circle {
	width:10px;
	height:10px;
	background:var(--theme-color);
	border-radius:50%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	margin:auto;
	-webkit-animation:circle 2s linear infinite;
	animation:circle 2s linear infinite
}
.home1preloader .egns-preloader .circle-border .moving-circle:nth-child(2) {
width:10px;
height:10px;
background:var(--theme-color);
border-radius:50%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
margin:auto;
-webkit-animation:circle 2.25s linear infinite;
animation:circle 2.25s linear infinite
}
.home1preloader .egns-preloader .circle-border .moving-circle:nth-child(3) {
width:10px;
height:10px;
background:var(--theme-color);
border-radius:50%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
margin:auto;
-webkit-animation:circle 2.5s linear infinite;
animation:circle 2.5s linear infinite
}
@-webkit-keyframes circle {
0% {
transform:rotate(0deg) translate(-70px) rotate(0deg)
}
100% {
transform:rotate(360deg) translate(-70px) rotate(-360deg)
}
}
@keyframes circle {
0% {
transform:rotate(0deg) translate(-70px) rotate(0deg)
}
100% {
transform:rotate(360deg) translate(-70px) rotate(-360deg)
}
}
.home2preloader .egns-preloader {
	position:fixed!important;
	z-index:99999;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden
}
.home2preloader .egns-preloader::before {
content:"";
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
background:#fff;
z-index:-1
}
.home2preloader .egns-preloader .circle-border {
	width:100%;
	max-width:140px;
	height:100%;
	max-height:140px;
	border:0 solid var(--theme-color);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	margin:auto;
	border-radius:50%;
	box-shadow:2px 2px 30px rgba(0, 0, 0, .1)
}
.home2preloader .egns-preloader .circle-border svg {
	fill:var(--theme-color)
}
.home2preloader .egns-preloader .circle-border svg path {
	stroke:var(--theme-color)
}
.home2preloader .egns-preloader .circle-border .moving-circle {
	width:10px;
	height:10px;
	background:var(--theme-color);
	border-radius:50%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	margin:auto;
	-webkit-animation:circle 2s linear infinite;
	animation:circle 2s linear infinite
}
.home2preloader .egns-preloader .circle-border .moving-circle:nth-child(2) {
width:10px;
height:10px;
background:var(--theme-color);
border-radius:50%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
margin:auto;
-webkit-animation:circle 2.25s linear infinite;
animation:circle 2.25s linear infinite
}
.home2preloader .egns-preloader .circle-border .moving-circle:nth-child(3) {
width:10px;
height:10px;
background:var(--theme-color);
border-radius:50%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
margin:auto;
-webkit-animation:circle 2.5s linear infinite;
animation:circle 2.5s linear infinite
}
@keyframes circle {
0% {
transform:rotate(0deg) translate(-70px) rotate(0deg)
}
100% {
transform:rotate(360deg) translate(-70px) rotate(-360deg)
}
}
.home3preloader .egns-preloader {
	position:fixed!important;
	z-index:99999;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden
}
.home3preloader .egns-preloader::before {
content:"";
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
background:#fff;
z-index:-1
}
.home3preloader .egns-preloader .circle-border {
	width:100%;
	max-width:140px;
	height:100%;
	max-height:140px;
	border:0 solid #a044ff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	margin:auto;
	border-radius:50%;
	box-shadow:2px 2px 30px rgba(0, 0, 0, .1)
}
.home3preloader .egns-preloader .circle-border svg {
	fill:#a044ff
}
.home3preloader .egns-preloader .circle-border svg path {
	stroke:#a044ff
}
.home3preloader .egns-preloader .circle-border .moving-circle {
	width:10px;
	height:10px;
	background:#a044ff;
	border-radius:50%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	margin:auto;
	-webkit-animation:circle 2s linear infinite;
	animation:circle 2s linear infinite
}
.home3preloader .egns-preloader .circle-border .moving-circle:nth-child(2) {
width:10px;
height:10px;
background:#a044ff;
border-radius:50%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
margin:auto;
-webkit-animation:circle 2.25s linear infinite;
animation:circle 2.25s linear infinite
}
.home3preloader .egns-preloader .circle-border .moving-circle:nth-child(3) {
width:10px;
height:10px;
background:#a044ff;
border-radius:50%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
margin:auto;
-webkit-animation:circle 2.5s linear infinite;
animation:circle 2.5s linear infinite
}
@keyframes circle {
0% {
transform:rotate(0deg) translate(-70px) rotate(0deg)
}
100% {
transform:rotate(360deg) translate(-70px) rotate(-360deg)
}
}
.home4preloader .egns-preloader {
	position:fixed!important;
	z-index:99999;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden
}
.home4preloader .egns-preloader::before {
content:"";
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
background:#fff;
z-index:-1
}
.home4preloader .egns-preloader .circle-border {
	width:100%;
	max-width:140px;
	height:100%;
	max-height:140px;
	border:0 solid #27ae60;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	margin:auto;
	border-radius:50%;
	box-shadow:2px 2px 30px rgba(0, 0, 0, .1)
}
.home4preloader .egns-preloader .circle-border svg {
	fill:#27ae60
}
.home4preloader .egns-preloader .circle-border svg path {
	stroke:#27ae60
}
.home4preloader .egns-preloader .circle-border .moving-circle {
	width:10px;
	height:10px;
	background:#27ae60;
	border-radius:50%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	margin:auto;
	-webkit-animation:circle 2s linear infinite;
	animation:circle 2s linear infinite
}
.home4preloader .egns-preloader .circle-border .moving-circle:nth-child(2) {
width:10px;
height:10px;
background:#27ae60;
border-radius:50%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
margin:auto;
-webkit-animation:circle 2.25s linear infinite;
animation:circle 2.25s linear infinite
}
.home4preloader .egns-preloader .circle-border .moving-circle:nth-child(3) {
width:10px;
height:10px;
border-radius:50%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
margin:auto;
-webkit-animation:circle 2.5s linear infinite;
animation:circle 2.5s linear infinite
}
@keyframes circle {
0% {
transform:rotate(0deg) translate(-70px) rotate(0deg)
}
100% {
transform:rotate(360deg) translate(-70px) rotate(-360deg)
}
}
.home5preloader .egns-preloader {
	position:fixed!important;
	z-index:99999;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden
}
.home5preloader .egns-preloader::before {
content:"";
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
background:#fff;
z-index:-1
}
.home5preloader .egns-preloader .circle-border {
	width:100%;
	max-width:140px;
	height:100%;
	max-height:140px;
	border:0 solid #ff7342;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	margin:auto;
	border-radius:50%;
	box-shadow:2px 2px 30px rgba(0, 0, 0, .1)
}
.home5preloader .egns-preloader .circle-border svg {
	fill:#ff7342
}
.home5preloader .egns-preloader .circle-border svg path {
	stroke:#ff7342
}
.home5preloader .egns-preloader .circle-border .moving-circle {
	width:10px;
	height:10px;
	background:#ff7342;
	border-radius:50%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	margin:auto;
	-webkit-animation:circle 2s linear infinite;
	animation:circle 2s linear infinite
}
.home5preloader .egns-preloader .circle-border .moving-circle:nth-child(2) {
width:10px;
height:10px;
background:#ff7342;
border-radius:50%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
margin:auto;
-webkit-animation:circle 2.25s linear infinite;
animation:circle 2.25s linear infinite
}
.home5preloader .egns-preloader .circle-border .moving-circle:nth-child(3) {
width:10px;
height:10px;
background:#ff7342;
background:#ff7342;
border-radius:50%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
overflow:hidden;
margin:auto;
-webkit-animation:circle 2.5s linear infinite;
animation:circle 2.5s linear infinite
}
@keyframes circle {
0% {
transform:rotate(0deg) translate(-70px) rotate(0deg)
}
100% {
transform:rotate(360deg) translate(-70px) rotate(-360deg)
}
}
#outline {
	stroke-dasharray:2.427766571px, 242.7766571045px;
	stroke-dashoffset:0;
	-webkit-animation:anim 1.6s linear infinite;
	animation:anim 1.6s linear infinite
}
@-webkit-keyframes anim {
12.5% {
stroke-dasharray:33.9887319946px, 242.7766571045px;
stroke-dashoffset:-26.7054322815px
}
43.75% {
stroke-dasharray:84.9718299866px, 242.7766571045px;
stroke-dashoffset:-84.9718299866px
}
100% {
stroke-dasharray:2.427766571px, 242.7766571045px;
stroke-dashoffset:-240.3488905334px
}
}
@keyframes anim {
12.5% {
stroke-dasharray:33.9887319946px, 242.7766571045px;
stroke-dashoffset:-26.7054322815px
}
43.75% {
stroke-dasharray:84.9718299866px, 242.7766571045px;
stroke-dashoffset:-84.9718299866px
}
100% {
stroke-dasharray:2.427766571px, 242.7766571045px;
stroke-dashoffset:-240.3488905334px
}
}
.pagination-wrap .page-item.active .page-link {
	z-index:3;
	color:var(--white);
	background-color:var(--theme-color);
	border-color:var(--theme-color)
}
.pagination-wrap .pagination {
	margin:0
}
.pagination-wrap .page-link {
	position:relative;
	display:block;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	background-color:var(--white);
	border-radius:5px;
transition:.42s ease;
	border:1px solid rgba(41, 43, 49, .3);
	border-radius:5px;
	color:rgba(41, 43, 49, .3);
	padding:7px 10px
}
.pagination-wrap .page-link i {
	color:var(--text-primary);
	font-size:17px;
	font-weight:600;
transition:.42s ease;
	vertical-align:middle
}
.pagination-wrap .page-link:focus {
	box-shadow:unset;
	color:var(--theme-color);
	border-color:var(--theme-color)
}
.pagination-wrap .page-link:hover {
	color:var(--primary-color1)!important
}
.pagination-wrap .page-link:hover i {
	color:var(--theme-color)
}
.pagination-wrap .page-item.active .page-link {
	z-index:3;
	color:var(--theme-color)
}
.mobile-search {
	background:rgba(0, 0, 0, .85);
	box-shadow:0 0 10px rgba(0, 0, 0, .09);
	width:100%;
	height:100%;
	border-radius:4px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
	align-items:center;
	position:fixed;
	cursor:popoppins;
	transform:scale(0);
	top:0;
	left:0;
	z-index:9999;
	opacity:0;
	visibility:hidden;
transition:.65s ease;
	padding:35px 100px
}
@media(max-width:767px) {
.mobile-search {
padding:20px
}
}
.mobile-search label {
	color:#fff;
	margin-bottom:20px
}
.mobile-search.slide {
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.mobile-search input, .mobile-search .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .mobile-search textarea, .mobile-search form.style-1 .form-inner textarea, form.style-1 .form-inner .mobile-search textarea {
	border:none;
	border-radius:unset;
	padding-left:0;
	padding-bottom:5px;
	width:100%;
	background:0 0;
transition:.3s ease-in-out;
	color:#fff;
	margin-bottom:20px
}
.mobile-search input:focus, .mobile-search .contact-from-wrapper .form-inner textarea:focus, .contact-from-wrapper .form-inner .mobile-search textarea:focus, .mobile-search form.style-1 .form-inner textarea:focus, form.style-1 .form-inner .mobile-search textarea:focus {
	border-bottom:1px solid #fff
}
.mobile-search .search-cross-btn {
	color:#fff;
	cursor:popoppins;
	background:rgba(var(--primary-color1), 0.6);
	border-radius:50%;
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	line-height:43px;
transition:.5s ease
}
.mobile-search .search-cross-btn:hover {
	background:var(--theme-color);
	color:#fff
}
.mobile-search .search-cross-btn i {
	font-size:25px;
	cursor:pointer
}
.mobile-menu-form {
	margin-top:50px
}
.mobile-menu-form input, .mobile-menu-form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .mobile-menu-form textarea, .mobile-menu-form form.style-1 .form-inner textarea, form.style-1 .form-inner .mobile-menu-form textarea {
	width:100%;
	padding:10px 15px;
	background-color:var(--white);
	margin-bottom:15px;
	outline:none;
	border-radius:5px
}
.mobile-menu-form input::-moz-placeholder, .mobile-menu-form .contact-from-wrapper .form-inner textarea::-moz-placeholder, .contact-from-wrapper .form-inner .mobile-menu-form textarea::-moz-placeholder, .mobile-menu-form form.style-1 .form-inner textarea::-moz-placeholder, form.style-1 .form-inner .mobile-menu-form textarea::-moz-placeholder {
font-size:12px
}
.mobile-menu-form input:-ms-input-placeholder, .mobile-menu-form .contact-from-wrapper .form-inner textarea:-ms-input-placeholder, .contact-from-wrapper .form-inner .mobile-menu-form textarea:-ms-input-placeholder, .mobile-menu-form form.style-1 .form-inner textarea:-ms-input-placeholder, form.style-1 .form-inner .mobile-menu-form textarea:-ms-input-placeholder {
font-size:12px
}
.mobile-menu-form input::placeholder, .mobile-menu-form .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .mobile-menu-form textarea::placeholder, .mobile-menu-form form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .mobile-menu-form textarea::placeholder {
font-size:12px
}
.mobile-menu-form input.style-capsule, .mobile-menu-form .contact-from-wrapper .form-inner textarea.style-capsule, .contact-from-wrapper .form-inner .mobile-menu-form textarea.style-capsule, .mobile-menu-form form.style-1 .form-inner textarea.style-capsule, form.style-1 .form-inner .mobile-menu-form textarea.style-capsule {
	border-radius:30px
}
.mobile-menu-form button {
	outline:none;
	border:none;
	padding:10px
}
.mobile-menu-form.style-2 input, .mobile-menu-form.style-2 .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .mobile-menu-form.style-2 textarea, .mobile-menu-form.style-2 form.style-1 .form-inner textarea, form.style-1 .form-inner .mobile-menu-form.style-2 textarea {
	border-radius:30px
}
.phone-call2 .number {
	text-align:left
}
.phone-call2 .number span {
	display:inline-block;
	color:var(--text-color2);
	font-family:var(--font-exo);
	font-size:12px;
	font-weight:500
}
.phone-call2 .number h5 {
	margin-bottom:0;
	margin-top:-7px;
	white-space:nowrap
}
.phone-call2 .number h5 a {
	color:var(--text-color1);
	font-size:15px;
	font-weight:700;
	margin-bottom:0
}
.topbar {
	background:#202338;
	width:100%;
	padding:15px 0;
	position:relative;
	z-index:999
}
.topbar .topbar-left .topbar-info-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:30px
}
.topbar .topbar-left .topbar-info-list li {
	font-size:14px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.topbar .topbar-left .topbar-info-list li i {
	color:var(--theme-color);
	margin-right:5px
}
.topbar .topbar-right-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	gap:30px
}
.topbar .topbar-right-list li {
	position:relative;
	z-index:1;
	cursor:pointer;
	display:flex;
	justify-content:space-between;
transition:all .35s ease;
	font-size:14px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.topbar .topbar-right-list li span, .topbar .topbar-right-list li a {
	font-size:14px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans);
transition:all .35s ease
}
.topbar .topbar-right-list li:hover {
	color:var(--theme-color)
}
.topbar .topbar-right-list li:hover span, .topbar .topbar-right-list li:hover a {
	color:inherit
}
.topbar .topbar-right-list li:hover .topbar-sublist {
	opacity:1;
	transform:translateY(0px);
	visibility:visible
}
.topbar .topbar-right-list li>img {
	margin-left:15px;
	width:20px;
	height:20px;
	margin-top:2px
}
.topbar .topbar-right-list li .topbar-sublist {
	position:absolute;
	top:35px;
	left:-10px;
	list-style:none;
	margin:0;
	padding:0;
	background:#202338;
	min-width:120px;
	height:auto;
	z-index:9;
	border:1px solid rgba(255, 255, 255, .1);
	opacity:0;
	transform:translateY(5px);
transition:all .6s ease;
	visibility:hidden
}
.topbar .topbar-right-list li .topbar-sublist li {
	padding:8px 12px
}
.topbar .topbar-right-list li .topbar-sublist li img {
	margin-left:15px;
	width:20px
}
header.style-1 {
	background-color:transparent;
	width:100%;
	z-index:8;
	padding:0 6%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:absolute;
	top:15px;
	left:0;
	right:0
}
@media(min-width:1200px)and (max-width:1399px) {
header.style-1 {
padding:0 5%
}
}
@media(min-width:992px)and (max-width:1199px) {
header.style-1 {
padding:0 4%
}
}
@media(min-width:768px)and (max-width:991px) {
header.style-1 {
padding:0 4%;
top:0
}
}
@media(max-width:767px) {
header.style-1 {
top:0;
padding:0 4%
}
}
header.style-1.sticky {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:var(--text-primary);
	box-shadow:5px 3px 40px rgba(0, 72, 88, .1);
-webkit-animation:smooth-header .65s linear;
animation:smooth-header .65s linear
}
@-webkit-keyframes smooth-header {
0% {
transform:translateY(-30px)
}
100% {
transform:translateY(0px)
}
}
@keyframes smooth-header {
0% {
transform:translateY(-30px)
}
100% {
transform:translateY(0px)
}
}
@media(min-width:1200px)and (max-width:1399px) {
header.style-1 .header-logo {
padding:21px 0
}
}
@media(min-width:992px)and (max-width:1199px) {
header.style-1 .header-logo {
padding:21px 0
}
}
@media(max-width:991px) {
header.style-1 .header-logo {
padding:21px 0
}
}
header.style-1 .header-logo img {
	min-width:120px;
	max-width:100%
}
@media(max-width:767px) {
header.style-1 .header-logo img {
min-width:90px
}
}
header.style-1 .main-nav {
	display:inline-block
}
header.style-1 .main-nav .mobile-menu-logo {
	display:none
}
header.style-1 .main-nav ul {
	list-style:none;
	margin:0;
	padding:0
}
header.style-1 .main-nav ul>li {
	display:inline-block;
	position:relative;
	padding:0 20px
}
header.style-1 .main-nav ul>li a {
	font-size:16px;
	color:#fff;
	font-weight:500;
	display:block;
	text-transform:capitalize;
	padding:30px 0;
	position:relative;
	font-family:var(--font-work-sans);
transition:all .5s ease-out 0s
}
header.style-1 .main-nav ul>li a:hover {
	color:var(--theme-color)
}
header.style-1 .main-nav ul>li a.active {
	color:var(--theme-color)
}
header.style-1 .main-nav ul>li i {
	width:30px;
	font-size:14px;
	text-align:center;
	color:#fff;
	font-style:normal;
	position:absolute;
	right:-8px;
	top:33px;
	z-index:999;
	cursor:pointer;
	display:none
}
header.style-1 .main-nav ul>li ul.sub-menu {
	position:absolute;
	left:0;
	right:0;
	top:auto;
	margin:0;
	padding:0;
	opacity:0;
	visibility:hidden;
	min-width:215px;
	background:#0b0f14;
	text-align:left;
transition:all .5s ease-out 0s;
	transform:translateY(20px)
}
header.style-1 .main-nav ul>li ul.sub-menu>li {
	padding:0 10px;
	padding:0;
	display:block;
	position:relative
}
header.style-1 .main-nav ul>li ul.sub-menu>li i {
	position:absolute;
	top:10px;
	right:6px;
	display:block
}
header.style-1 .main-nav ul>li ul.sub-menu>li a {
	display:block;
	padding:15px;
	color:#fff;
	font-weight:300;
	text-transform:capitalize;
	font-size:16px;
	line-height:1;
transition:all .4s ease-out 0s
}
header.style-1 .main-nav ul>li ul.sub-menu>li a:hover {
	color:var(--theme-color);
	margin-left:10px
}
header.style-1 .main-nav ul>li ul.sub-menu>li a.active {
	color:var(--theme-color)
}
header.style-1 .main-nav ul>li ul.sub-menu>li .sub-menu {
	left:215px;
	position:absolute;
	max-width:230px;
	min-width:215px;
	background:#0b0f14;
	top:0
}
@media only screen and (max-width:1199px) {
header.style-1 .main-nav ul>li ul.sub-menu>li .sub-menu {
margin-left:10px;
position:unset;
max-width:230px;
min-width:215px;
background:0 0;
top:0
}
}
header.style-1 .main-nav ul>li ul.sub-menu>li .sub-menu li i {
	display:block
}
header.style-1 .main-nav ul>li ul.sub-menu>li:last-child {
	border-bottom:none
}
header.style-1 .main-nav ul>li:hover>ul.sub-menu {
	visibility:visible;
	opacity:1;
	transform:translateY(0)
}
header.style-1 .main-nav ul li.menu-item-has-children>i {
	display:block
}
@media only screen and (max-width:1199px) {
header.style-1 .main-nav {
position:fixed;
top:0;
left:0;
width:280px;
padding:30px 20px!important;
z-index:99999;
height:100%;
overflow:auto;
background:var(--text-primary);
transform:translateX(-100%);
transition:transform .3s ease-in
}
header.style-1 .main-nav.show-menu {
transform:translateX(0)
}
header.style-1 .main-nav .mobile-menu-logo {
text-align:left;
padding-top:20px;
display:block;
padding-bottom:8px
}
header.style-1 .main-nav ul {
float:none;
text-align:left;
padding:35px 10px 10px 0
}
header.style-1 .main-nav ul li {
display:block;
position:relative;
padding:0 5px
}
header.style-1 .main-nav ul li i {
display:block
}
header.style-1 .main-nav ul li a {
padding:10px 0;
display:block;
font-weight:300
}
header.style-1 .main-nav ul li ul.sub-menu {
position:static;
min-width:200px;
background:0 0;
border:none;
opacity:1;
visibility:visible;
box-shadow:none;
transform:none;
transition:none;
display:none;
margin-top:0!important;
transform:translateY(0px)
}
header.style-1 .main-nav ul li .bi {
top:12px;
font-size:16px
}
header.style-1 .mobile-menu {
position:relative;
top:2px;
padding:0 5px;
border-radius:50%;
display:inline-block
}
header.style-1 .cross-btn {
display:inline-block!important;
position:relative;
width:30px!important;
height:22px!important;
cursor:pointer;
border:3px solid transparent!important
}
header.style-1 .cross-btn span {
width:100%;
height:2px;
background:var(--theme-color);
display:block;
position:absolute;
right:0;
transition:all .3s
}
header.style-1 .cross-btn .cross-top {
top:0
}
header.style-1 .cross-btn .cross-middle {
top:50%;
transform:translateY(-50%);
width:100%
}
header.style-1 .cross-btn .cross-bottom {
bottom:0;
width:100%
}
header.style-1 .cross-btn.h-active span.cross-top {
transform:rotate(45deg);
top:50%;
margin-top:-1px
}
header.style-1 .cross-btn.h-active span.cross-middle {
transform:translateX(-30px);
opacity:0
}
header.style-1 .cross-btn.h-active span.cross-bottom {
transform:rotate(-45deg);
bottom:50%;
margin-bottom:-1px
}
}
.phone-call .icon {
	    margin-right: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0px auto 5px;
}
.phone-call .icon svg {
	fill:var(--white)
}
.phone-call .number span {
	font-size:14px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.phone-call .number h5 {
	white-space:nowrap;
	margin-bottom:0
}
.phone-call .number h5 a {
	font-size:16px;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.phone-call.sibling2 svg {
	fill:var(--text-primary)
}
.phone-call.sibling2 .number {
	margin-top:-5px
}
.phone-call.sibling2 .number span {
	font-size:14px;
	font-weight:400;
	color:var(--text-primary);
	font-family:var(--font-work-sans)
}
.phone-call.sibling2 .number h5 {
	white-space:nowrap
}
.phone-call.sibling2 .number h5 a {
	font-size:16px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans)
}
.phone-call.sibling3 {
    margin-right: 0px;
    text-align: center;
}
.phone-call.sibling3 i{
	    font-size: 30px;
    color: var(--theme-color2);
}
.phone-call.sibling3:hover svg {
	fill:var(--theme-color)
}
.phone-call.sibling3:hover i {
	color:var(--theme-color)
}
.phone-call.sibling3 svg {
	fill:var(--text-primary);
transition:all .4s ease
}
.phone-call.sibling3 .number span {
	font-size:14px;
	font-weight:400;
	color:#fff;
	font-family:var(--font-work-sans)
}
.phone-call.sibling3 .number h5 {
	white-space:nowrap
}
.phone-call.sibling3 .number h5 a {
    font-size: 15.5px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-work-sans)
}
.phone-call.sibling4 {
	margin-right:20px
}
.phone-call.sibling4:hover svg {
	fill:var(--theme-color)
}
.phone-call.sibling4 svg {
	fill:var(--text-primary);
transition:all .4s ease
}
.phone-call.sibling4 .number span {
	font-size:14px;
	font-weight:400;
	color:var(--text-primary);
	font-family:var(--font-work-sans)
}
.phone-call.sibling4 .number h5 {
	white-space:nowrap
}
.phone-call.sibling4 .number h5 a {
	font-size:16px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans)
}
.header-social-area {
	position:relative;
	padding-right:20px;
	padding-left:9%
}
.header-social-area::after {
content:"";
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
height:20px;
width:1px;
background-color:var(--white)
}
@media(max-width:1199px) {
.header-social-area::after {
content:unset
}
}
.header-social-area ul.header-social {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:row;
	gap:25px
}
.header-social-area ul.header-social li a i {
	font-size:18px;
	font-weight:500;
	color:Var(--white);
transition:all .35s ease
}
.header-social-area ul.header-social li a i:hover {
	color:var(--theme-color)
}
.header-social-area.sibling-2 ul.header-social {
	gap:20px
}
.header-social-area.sibling-2 ul.header-social li a i {
	font-size:18px;
	font-weight:500;
	color:Var(--text-primary);
transition:all .35s ease
}
.header-social-area.sibling-2 ul.header-social li a i:hover {
	color:var(--theme-color)
}
.sidebar-btn, .mobile-menu-btn {
	cursor:pointer
}
.sidebar-btn i, .mobile-menu-btn i {
	font-size:25px;
	color:var(--white);
	font-weight:600
}
header.style-2 {
	background-color:var(--white);
	width:100%;
	position:relative;
	z-index:99;
	padding:0 5%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	box-shadow:3px 3px 30px rgba(32, 35, 56, .06)
}
@media(min-width:1200px)and (max-width:1399px) {
header.style-2 {
padding:0 2%
}
}
@media(min-width:992px)and (max-width:1199px) {
header.style-2 {
padding:0 2%
}
}
@media(min-width:768px)and (max-width:991px) {
header.style-2 {
padding:0 4%;
top:0
}
}
@media(max-width:767px) {
header.style-2 {
top:0;
padding:0 4%
}
}
header.style-2.sticky {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:var(--white);
	box-shadow:5px 3px 40px rgba(0, 72, 88, .1);
-webkit-animation:smooth-header .65s linear;
animation:smooth-header .65s linear
}
@keyframes smooth-header {
0% {
transform:translateY(-30px)
}
100% {
transform:translateY(0px)
}
}
@media(min-width:1200px)and (max-width:1399px) {
header.style-2 .header-logo {
padding:21px 0
}
}
@media(min-width:992px)and (max-width:1199px) {
header.style-2 .header-logo {
padding:15px 0
}
}
@media(max-width:991px) {
header.style-2 .header-logo {
padding:15px 0
}
}
header.style-2 .header-logo img {
	min-width:120px;
	max-width:100%
}
header.style-2 .main-nav {
	display:inline-block
}
header.style-2 .main-nav .mobile-menu-logo {
	display:none
}
header.style-2 .main-nav ul {
	list-style:none;
	margin:0;
	padding:0
}
header.style-2 .main-nav ul li {
	display:inline-block;
	position:relative;
	padding:0 20px
}
header.style-2 .main-nav ul li a {
	font-size:18px;
	color:var(--text-primary);
	font-weight:500;
	display:block;
	text-transform:capitalize;
	padding:30px 0;
	position:relative;
	font-family:var(--font-work-sans);
transition:all .5s ease-out 0s;
	position:relative
}
header.style-2 .main-nav ul li a:hover {
	color:var(--theme-color)
}
header.style-2 .main-nav ul li a:hover:after {
	opacity:1;
	width:100%
}
header.style-2 .main-nav ul li a::after {
content:"";
position:absolute;
bottom:25px;
left:0;
width:0%;
height:2px;
border-radius:30px;
display:block;
background:linear-gradient(90deg, var(--primary-color1), transparent);
opacity:0;
transition:all .5s ease-out 0s
}
header.style-2 .main-nav ul li a.active {
	color:var(--theme-color)
}
header.style-2 .main-nav ul li i {
	width:30px;
	font-size:14px;
	text-align:center;
	color:var(--text-primary);
	font-style:normal;
	position:absolute;
	right:-8px;
	top:35px;
	z-index:999;
	cursor:pointer;
	display:none
}
header.style-2 .main-nav ul li ul.sub-menu {
	position:absolute;
	left:0;
	right:0;
	top:auto;
	margin:0;
	padding:0;
	opacity:0;
	visibility:hidden;
	min-width:215px;
	background:#0b0f14;
	text-align:left;
transition:all .55s ease-in-out;
	transform:translateY(20px)
}
header.style-2 .main-nav ul li ul.sub-menu>li {
	padding:0;
	display:block;
	border-bottom:1px solid rgba(56, 56, 56, .5);
	position:relative
}
header.style-2 .main-nav ul li ul.sub-menu>li i {
	position:absolute;
	top:10px;
	right:6px;
	display:block;
	color:var(--white)
}
header.style-2 .main-nav ul li ul.sub-menu>li a {
	display:block;
	padding:15px;
	color:#fff;
	font-weight:300;
	text-transform:capitalize;
	font-size:16px;
	line-height:1;
transition:all .4s ease-out 0s;
	position:relative
}
header.style-2 .main-nav ul li ul.sub-menu>li a::after {
content:"";
position:absolute;
bottom:0;
left:0;
width:0;
height:1px;
border-radius:30px;
display:block;
background:linear-gradient(90deg, var(--primary-color1), transparent);
transition:all .5s ease-in-out
}
header.style-2 .main-nav ul li ul.sub-menu>li a:hover {
	color:var(--theme-color)
}
header.style-2 .main-nav ul li ul.sub-menu>li a:hover:after {
	width:100%
}
header.style-2 .main-nav ul li ul.sub-menu>li a.active {
	color:var(--theme-color)
}
header.style-2 .main-nav ul li ul.sub-menu>li .sub-menu {
	left:215px;
	position:absolute;
	max-width:230px;
	min-width:215px;
	background:#0b0f14;
	top:0
}
@media only screen and (max-width:1199px) {
header.style-2 .main-nav ul li ul.sub-menu>li .sub-menu {
margin-left:10px;
position:unset;
max-width:230px;
min-width:215px;
background:0 0;
top:0
}
}
header.style-2 .main-nav ul li ul.sub-menu>li .sub-menu li i {
	display:block
}
header.style-2 .main-nav ul li ul.sub-menu>li:last-child {
	border-bottom:none
}
header.style-2 .main-nav ul li:hover>ul.sub-menu {
	visibility:visible;
	opacity:1;
	transform:translateY(0)
}
header.style-2 .main-nav ul li.menu-item-has-children>i {
	display:block
}
@media only screen and (max-width:991px) {
header.style-2 .main-nav {
position:fixed;
top:0;
left:0;
width:280px;
padding:30px 20px!important;
z-index:99999;
height:100%;
overflow:auto;
background:var(--white);
transform:translateX(-100%);
transition:transform .3s ease-in;
box-shadow:0 2px 20px rgba(0, 0, 0, .03)
}
header.style-2 .main-nav.show-menu {
transform:translateX(0)
}
header.style-2 .main-nav .mobile-menu-logo {
text-align:left;
padding-top:20px;
display:block;
padding-bottom:8px
}
header.style-2 .main-nav ul {
float:none;
text-align:left;
padding:35px 10px 10px 0
}
header.style-2 .main-nav ul li {
display:block;
position:relative;
padding:0 5px
}
header.style-2 .main-nav ul li i {
display:block
}
header.style-2 .main-nav ul li a {
padding:10px 0;
display:block;
font-weight:500;
font-size:18px
}
header.style-2 .main-nav ul li ul.sub-menu {
position:static;
min-width:200px;
background:0 0;
border:none;
opacity:1;
visibility:visible;
box-shadow:none;
transform:none;
transition:none;
display:none;
margin-top:0!important;
transform:translateY(0px)
}
header.style-2 .main-nav ul li ul.sub-menu>li {
border-bottom:1px solid transparent
}
header.style-2 .main-nav ul li ul.sub-menu>li a {
color:var(--text-primary);
font-size:17px;
font-weight:500
}
header.style-2 .main-nav ul li ul.sub-menu>li a:hover {
color:var(--theme-color);
margin-left:10px
}
header.style-2 .main-nav ul li ul.sub-menu>li a.active {
color:var(--theme-color)
}
header.style-2 .main-nav ul li ul.sub-menu>li i {
color:var(--text-primary);
right:-13px
}
header.style-2 .main-nav ul li .bi {
top:12px;
font-size:16px
}
header.style-2 .mobile-menu {
position:relative;
top:2px;
padding:0 5px;
border-radius:50%;
display:inline-block
}
header.style-2 .cross-btn {
display:inline-block!important;
position:relative;
width:30px!important;
height:22px!important;
cursor:pointer;
border:3px solid transparent!important
}
header.style-2 .cross-btn span {
width:100%;
height:2px;
background:var(--theme-color);
display:block;
position:absolute;
right:0;
transition:all .3s
}
header.style-2 .cross-btn .cross-top {
top:0
}
header.style-2 .cross-btn .cross-middle {
top:50%;
transform:translateY(-50%);
width:100%
}
header.style-2 .cross-btn .cross-bottom {
bottom:0;
width:100%
}
header.style-2 .cross-btn.h-active span.cross-top {
transform:rotate(45deg);
top:50%;
margin-top:-1px
}
header.style-2 .cross-btn.h-active span.cross-middle {
transform:translateX(-30px);
opacity:0
}
header.style-2 .cross-btn.h-active span.cross-bottom {
transform:rotate(-45deg);
bottom:50%;
margin-bottom:-1px
}
}
header.style-4 {
	background-color:var(--white);
	width:100%;
	position:relative;
	z-index:99;
	padding:0 5%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	box-shadow:3px 3px 30px rgba(32, 35, 56, .06)
}
@media(min-width:1200px)and (max-width:1399px) {
header.style-4 {
padding:0 2%
}
}
@media(min-width:992px)and (max-width:1199px) {
header.style-4 {
padding:0 2%
}
}
@media(min-width:768px)and (max-width:991px) {
header.style-4 {
padding:0 4%;
top:0
}
}
@media(max-width:767px) {
header.style-4 {
top:0;
padding:0 4%
}
}
header.style-4.sticky {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:var(--white);
	box-shadow:5px 3px 40px rgba(0, 72, 88, .1);
-webkit-animation:smooth-header .65s linear;
animation:smooth-header .65s linear
}
@keyframes smooth-header {
0% {
transform:translateY(-30px)
}
100% {
transform:translateY(0px)
}
}
@media(min-width:1200px)and (max-width:1399px) {
header.style-4 .header-logo {
padding:21px 0
}
}
@media(min-width:992px)and (max-width:1199px) {
header.style-4 .header-logo {
padding:15px 0
}
}
@media(max-width:991px) {
header.style-4 .header-logo {
padding:15px 0
}
}
header.style-4 .header-logo img {
	min-width:120px;
	max-width:100%
}
header.style-4 .main-nav {
	display:inline-block
}
header.style-4 .main-nav .mobile-menu-logo {
	display:none
}
header.style-4 .main-nav ul {
	list-style:none;
	margin:0;
	padding:0
}
header.style-4 .main-nav ul li {
	display:inline-block;
	position:relative;
	padding:0 20px
}
header.style-4 .main-nav ul li a {
	font-size:18px;
	color:var(--text-primary);
	font-weight:500;
	display:block;
	text-transform:capitalize;
	padding:30px 0;
	position:relative;
	font-family:var(--font-work-sans);
transition:all .5s ease-out 0s;
	position:relative
}
header.style-4 .main-nav ul li a:hover {
	color:var(--theme-color)
}
header.style-4 .main-nav ul li a:hover:after {
	opacity:1;
	width:100%
}
header.style-4 .main-nav ul li a::after {
content:"";
position:absolute;
bottom:25px;
left:0;
width:0%;
height:2px;
border-radius:30px;
display:block;
background:linear-gradient(90deg, var(--primary-color2), transparent);
opacity:0;
transition:all .5s ease-out 0s
}
header.style-4 .main-nav ul li a.active {
	color:var(--theme-color)
}
header.style-4 .main-nav ul li i {
	width:30px;
	font-size:14px;
	text-align:center;
	color:var(--text-primary);
	font-style:normal;
	position:absolute;
	right:-8px;
	top:35px;
	z-index:999;
	cursor:pointer;
	display:none
}
header.style-4 .main-nav ul li ul.sub-menu {
	position:absolute;
	left:0;
	right:0;
	top:auto;
	margin:0;
	padding:0;
	opacity:0;
	visibility:hidden;
	min-width:215px;
	background:#0b0f14;
	text-align:left;
transition:all .55s ease-in-out;
	transform:translateY(20px)
}
header.style-4 .main-nav ul li ul.sub-menu>li {
	padding:0;
	display:block;
	border-bottom:1px solid rgba(56, 56, 56, .5);
	position:relative
}
header.style-4 .main-nav ul li ul.sub-menu>li i {
	position:absolute;
	top:10px;
	right:6px;
	display:block;
	color:var(--white)
}
header.style-4 .main-nav ul li ul.sub-menu>li a {
	display:block;
	padding:15px;
	color:#fff;
	font-weight:300;
	text-transform:capitalize;
	font-size:16px;
	line-height:1;
transition:all .4s ease-out 0s;
	position:relative
}
header.style-4 .main-nav ul li ul.sub-menu>li a::after {
content:"";
position:absolute;
bottom:0;
left:0;
width:0;
height:1px;
border-radius:30px;
display:block;
background:linear-gradient(90deg, var(--primary-color2), var(--primary-color2));
transition:all .5s ease-in-out
}
header.style-4 .main-nav ul li ul.sub-menu>li a:hover {
	color:var(--theme-color)
}
header.style-4 .main-nav ul li ul.sub-menu>li a:hover:after {
	width:100%
}
header.style-4 .main-nav ul li ul.sub-menu>li a.active {
	color:var(--theme-color)
}
header.style-4 .main-nav ul li ul.sub-menu>li .sub-menu {
	left:215px;
	position:absolute;
	max-width:230px;
	min-width:215px;
	background:#0b0f14;
	top:0
}
@media only screen and (max-width:1199px) {
header.style-4 .main-nav ul li ul.sub-menu>li .sub-menu {
margin-left:10px;
position:unset;
max-width:230px;
min-width:215px;
background:0 0;
top:0
}
}
header.style-4 .main-nav ul li ul.sub-menu>li .sub-menu li i {
	display:block
}
header.style-4 .main-nav ul li ul.sub-menu>li:last-child {
	border-bottom:none
}
header.style-4 .main-nav ul li:hover>ul.sub-menu {
	visibility:visible;
	opacity:1;
	transform:translateY(0)
}
header.style-4 .main-nav ul li.menu-item-has-children>i {
	display:block
}
@media only screen and (max-width:991px) {
header.style-4 .main-nav {
position:fixed;
top:0;
left:0;
width:280px;
padding:30px 20px!important;
z-index:99999;
height:100%;
overflow:auto;
background:var(--white);
transform:translateX(-100%);
transition:transform .3s ease-in;
box-shadow:0 2px 20px rgba(0, 0, 0, .03)
}
header.style-4 .main-nav.show-menu {
transform:translateX(0)
}
header.style-4 .main-nav .mobile-menu-logo {
text-align:left;
padding-top:20px;
display:block;
padding-bottom:8px
}
header.style-4 .main-nav ul {
float:none;
text-align:left;
padding:35px 10px 10px 0
}
header.style-4 .main-nav ul li {
display:block;
position:relative;
padding:0 5px
}
header.style-4 .main-nav ul li i {
display:block
}
header.style-4 .main-nav ul li a {
padding:10px 0;
display:block;
font-weight:500;
font-size:18px
}
header.style-4 .main-nav ul li ul.sub-menu {
position:static;
min-width:200px;
background:0 0;
border:none;
opacity:1;
visibility:visible;
box-shadow:none;
transform:none;
transition:none;
display:none;
margin-top:0!important;
transform:translateY(0px)
}
header.style-4 .main-nav ul li ul.sub-menu>li {
border-bottom:1px solid transparent
}
header.style-4 .main-nav ul li ul.sub-menu>li a {
color:var(--text-primary);
font-size:17px;
font-weight:500
}
header.style-4 .main-nav ul li ul.sub-menu>li a:hover {
color:var(--theme-color);
margin-left:10px
}
header.style-4 .main-nav ul li ul.sub-menu>li a.active {
color:var(--theme-color)
}
header.style-4 .main-nav ul li ul.sub-menu>li i {
color:var(--text-primary);
right:-20px
}
header.style-4 .main-nav ul li .bi {
top:12px;
font-size:16px
}
header.style-4 .mobile-menu {
position:relative;
top:2px;
padding:0 5px;
border-radius:50%;
display:inline-block
}
header.style-4 .cross-btn {
display:inline-block!important;
position:relative;
width:30px!important;
height:22px!important;
cursor:pointer;
border:3px solid transparent!important
}
header.style-4 .cross-btn span {
width:100%;
height:2px;
background:var(--theme-color);
display:block;
position:absolute;
right:0;
transition:all .3s
}
header.style-4 .cross-btn .cross-top {
top:0
}
header.style-4 .cross-btn .cross-middle {
top:50%;
transform:translateY(-50%);
width:100%
}
header.style-4 .cross-btn .cross-bottom {
bottom:0;
width:100%
}
header.style-4 .cross-btn.h-active span.cross-top {
transform:rotate(45deg);
top:50%;
margin-top:-1px
}
header.style-4 .cross-btn.h-active span.cross-middle {
transform:translateX(-30px);
opacity:0
}
header.style-4 .cross-btn.h-active span.cross-bottom {
transform:rotate(-45deg);
bottom:50%;
margin-bottom:-1px
}
}
header.style-3 {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:15px 5%
}
.page-wrapper {
	width:100%
}
.page-wrapper .main-content-area {
	width:calc(100% - 230px);
	margin-left:auto
}
@media(min-width:1200px)and (max-width:1399px) {
.page-wrapper .main-content-area {
width:calc(100% - 220px)
}
}
@media(max-width:1199px) {
.page-wrapper .main-content-area {
width:100%
}
}
.main-nav-wrapper {
transition:all .3s ease-in
}
.main-nav-wrapper .mobile-logo-area {
	padding:0 25px
}
.main-nav-wrapper .main-nav {
	position:fixed;
	top:0;
	left:0;
	width:230px;
	padding:20px 0!important;
	z-index:99;
	height:100%;
	overflow:auto;
	background:var(--white);
	transform:translateX(0);
	box-shadow:4px 3px 20px rgba(16, 33, 34, .06);
transition:all .3s ease-in;
transition:all .3s ease-in;
	display:flex;
	flex-direction:column;
	justify-content:space-between
}
.main-nav-wrapper .main-nav::-webkit-scrollbar {
width:5px
}
.main-nav-wrapper .main-nav::-webkit-scrollbar-track {
background:#f1f1f1
}
.main-nav-wrapper .main-nav::-webkit-scrollbar-thumb {
background:#999
}
.main-nav-wrapper .main-nav::-webkit-scrollbar-thumb:hover {
background:var(--border-color)
}
@media(min-width:1200px)and (max-width:1399px) {
.main-nav-wrapper .main-nav {
width:220px
}
}
@media(max-width:1199px) {
.main-nav-wrapper .main-nav {
transform:translateX(-100%);
width:260px
}
}
.main-nav-wrapper .main-nav .menu-close-btn {
	position:absolute;
	right:30px;
	top:30px;
	opacity:0
}
@media(max-width:1199px) {
.main-nav-wrapper .main-nav .menu-close-btn {
opacity:1
}
}
.main-nav-wrapper .main-nav>ul {
	float:none;
	text-align:left;
	padding:50px 0
}
@media(min-width:1200px)and (max-width:1399px) {
.main-nav-wrapper .main-nav>ul {
padding:45px 0
}
}
@media(max-width:767px) {
.main-nav-wrapper .main-nav>ul {
padding:40px 0
}
}
.main-nav-wrapper .main-nav>ul li {
	display:block;
	position:relative;
	padding:8px 5px;
	border-bottom:1px solid #f3f3ff;
transition:all .55s ease
}
.main-nav-wrapper .main-nav>ul li:last-child {
	border-bottom:1px solid transparent
}
.main-nav-wrapper .main-nav>ul li>.bi {
	position:absolute;
	right:25px;
	top:23px!important;
	font-weight:700;
	cursor:pointer
}
.main-nav-wrapper .main-nav>ul li a {
	padding:10px 20px;
	display:inline-block;
	font-size:18px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-jost);
transition:all .4s ease
}
.main-nav-wrapper .main-nav>ul li a:hover {
	color:#ac9004
}
@media(min-width:1200px)and (max-width:1399px) {
.main-nav-wrapper .main-nav>ul li a {
padding:10px;
font-size:18px;
font-weight:500;
color:var(--text-primary)
}
}
.main-nav-wrapper .main-nav>ul li a img {
	margin-right:8px
}
@media(min-width:1200px)and (max-width:1399px) {
.main-nav-wrapper .main-nav>ul li a img {
margin-right:5px
}
}
.main-nav-wrapper .main-nav>ul li ul.sub-menu {
	position:static;
	min-width:180px;
	background:0 0;
	border:none;
	opacity:1;
	visibility:visible;
	box-shadow:none;
	transform:none;
	transition:none;
	display:none;
	margin-top:0!important;
	transform:translateY(0px);
	list-style:none;
	padding-left:10px
}
.main-nav-wrapper .main-nav>ul li ul.sub-menu li a {
	font-size:16px;
	padding:5px 15px
}
@media(min-width:1200px)and (max-width:1399px) {
.main-nav-wrapper .main-nav>ul li ul.sub-menu li a {
font-size:16px
}
}
.main-nav-wrapper .main-nav>ul li .bi {
	top:12px;
	font-size:16px
}
.main-nav-wrapper .main-nav.show-menu {
	transform:translateX(0%);
	opacity:1
}
.main-nav-wrapper .uesr-aera {
	width:70px;
	height:70px;
	line-height:72px;
	text-align:center;
	border-radius:50%;
	background:var(--theme-color);
	display:inline-block;
	margin-left:auto;
	margin-right:auto
}
.main-nav-wrapper .uesr-aera .bi {
	font-size:35px;
	color:var(--text-primary)
}
.main-nav-wrapper .mobile-menu {
	position:relative;
	top:2px;
	padding:0 5px;
	border-radius:50%;
	display:inline-block
}
header.style-5 {
    background-color: var(--theme-color2);
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 0 0px 0 0px !important;
    background: var(--theme-color2);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 5px 3px 40px rgb(0 0 0 / 72%);
    position: relative;
    width: 100%;
    background: var(--theme-color2);
    border-bottom: 7px solid var(--theme-color);
    border-bottom: 7px solid transparent;
    border-image-source: linear-gradient(to right, #fde989, #dcac3d, #aa7126, #fee169, #fdffec, #fddb5b, #d9a63b, #a46625, #dea232);
    border-image-slice: 1;
}
header.style-5.header-style5-inner{
	  background: var(--theme-color2);
	  position:relative
}
 
header.style-5.sticky {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:var(--white);
	box-shadow:5px 3px 40px rgba(0, 72, 88, .1);
-webkit-animation:smooth-header .65s linear;
animation:smooth-header .65s linear;
    background: var(--theme-color2);
}
@keyframes smooth-header {
0% {
transform:translateY(-30px)
}
100% {
transform:translateY(0px)
}
}
header.style-5 .header-logo {
 
	width:100%;
	
	position:relative;
    width: 100%;
    position: relative;
    margin-bottom: 0px!important;
	
}
header.style-5 .header-logo img {
    height: 93px;
    border-radius: 50%;
    margin-top: 0px;
    
}
 header.style-5 .header-logonew {
 
	width:100%;
	
	position:relative;
    width: 100%;
    position: relative;
    margin-bottom: 0px!important;
	
}
header.style-5 .header-logonew img {
    height: 84px;
    border-radius: 0;
    margin-top: 0px;
    
}
.header-logo-text{
	position:relative;
	    margin-left: -28px;
}
.header-logo-text img{
	height:49px;
	
}
header.style-5 .header-logo svg {
	width:100%;
	max-width:55px
}
header.style-5 .main-nav {
	display:inline-block
}
header.style-5 .main-nav .mobile-menu-logo {
	display:none
}
header.style-5 .main-nav ul {
	list-style:none;
	margin:0;
	padding:0
}
header.style-5 .main-nav ul li {
	display:inline-block;
	position:relative;
	margin:0 26px
}
header.style-5 .main-nav ul li a {
	    font-size: 17px;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 39px 0;
    position: relative;
    font-family: var(--font-merriw);
    transition: all .5s ease-out 0s;
    text-align: center;
}
header.style-5 .main-nav ul li a img {
    display: block;
    width: 25px;
    text-align: center;
    margin: 0px auto 10px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 3px;
	}
header.style-5 .main-nav ul li a:hover {
	color:var(--theme-color)
}
header.style-5 .main-nav ul li a:hover img{
	 filter:unset
}
header.style-5 .main-nav ul li a.active {
	color:var(--theme-color)
}
header.style-5 .main-nav ul li i {
width: 30px;
    font-size: 17px;
    text-align: center;
   	color:#fff;
    font-style: normal;
    position: absolute;
    right: -27px;
    top: 37px;
    z-index: 999;
    cursor: pointer;
    display: none;
    font-weight: bold;
}
 header.style-5 .main-nav ul li.menu-item-has-children:hover    a{
	color:var(--theme-color) 
 }
header.style-5 .main-nav ul li:hover    i, header.style-5 .main-nav ul li a.active i, header.style-5 .main-nav ul li a:hover i  {
	color:var(--theme-color)
}
header.style-5 .main-nav ul li ul.sub-menu {
	position:absolute;
	left:0;
	right:0;
	top:auto;
	margin:0;
	padding:0;
	opacity:0;
	visibility:hidden;
	min-width:215px;
	background:var(--theme-color2);
	text-align:left;
transition:all .5s ease-out 0s;
	transform:translateY(20px);
	box-shadow:2px 2px 15px 10px rgba(0, 0, 0, .03)
}
header.style-5 .main-nav ul li ul.sub-menu>li {
	padding:0;
	display:block;
	border-bottom:1px solid rgba(56, 56, 56, .1);
	position:relative
}
header.style-5 .main-nav ul li ul.sub-menu>li i {
	position:absolute;
	top:15px;
	right:6px;
	display:block
}
header.style-5 .main-nav ul li ul.sub-menu>li a {
	display:block;
	padding:15px 0;
	color:#fff!important;
	font-weight:500;
	text-transform:capitalize;
	font-size:14.5px;
	line-height:1.2;
transition:all .4s ease-out 0s
}
header.style-5 .main-nav ul li ul.sub-menu>li a:hover {
	color:var(--theme-color)!important;
	margin-left:0
}
header.style-5 .main-nav ul li ul.sub-menu>li a.active {
	color:var(--theme-color)
}
header.style-5 .main-nav ul li ul.sub-menu>li .sub-menu {
	left:215px;
	position:absolute;
	max-width:230px;
	min-width:215px;
	background:var(--white);
	top:0
}
@media only screen and (max-width:991px) {
header.style-5 .main-nav ul li ul.sub-menu>li .sub-menu {
margin-left:10px;
position:unset;
max-width:230px;
min-width:215px;
background:0 0;
top:0
}
}
header.style-5 .main-nav ul li ul.sub-menu>li .sub-menu li i {
	display:block
}
header.style-5 .main-nav ul li ul.sub-menu>li:last-child {
	border-bottom:none
}
header.style-5 .main-nav ul li:hover>ul.sub-menu {
	visibility:visible;
	opacity:1;
	transform:translateY(0)
}
header.style-5 .main-nav ul li.menu-item-has-children>i {
	display:block
}
@media only screen and (max-width:991px) {
header.style-5 .main-nav {
position:fixed;
top:0;
left:0;
width:280px;
padding:30px 20px!important;
z-index:99999;
height:100%;
overflow:auto;
background:var(--white);
transform:translateX(-100%);
transition:transform .3s ease-in
}
header.style-5 .main-nav.show-menu {
transform:translateX(0)
}
header.style-5 .main-nav .mobile-menu-logo {
text-align:left;
padding-top:20px;
display:block;
padding-bottom:8px
}
header.style-5 .main-nav ul {
float:none;
text-align:left;
padding:50px 10px 50px 0
}
header.style-5 .main-nav ul li {
display:block;
position:relative;
padding:0 5px;
        margin: 0 0px;
}
header.style-5 .main-nav ul li i {
display:block
}
header.style-5 .main-nav ul li a {
padding:10px 0;
display:block;
font-weight:400;
color:var(--text-primary)
}
header.style-5 .main-nav ul li ul.sub-menu {
position:static;
min-width:200px;
background:0 0;
border:none;
opacity:1;
visibility:visible;
box-shadow:none;
transform:none;
transition:none;
display:none;
margin-top:0!important;
transform:translateY(0px)
}
header.style-5 .main-nav ul li .bi {
top:12px;
font-size:16px
}
header.style-5 .mobile-menu {
position:relative;
top:2px;
padding:0 5px;
border-radius:50%;
display:inline-block
}
header.style-5 .cross-btn {
display:inline-block!important;
position:relative;
width:30px!important;
height:22px!important;
cursor:pointer;
border:3px solid transparent!important
}
header.style-5 .cross-btn span {
width:100%;
height:2px;
background:var(--theme-color);
display:block;
position:absolute;
right:0;
transition:all .3s
}
header.style-5 .cross-btn .cross-top {
top:0
}
header.style-5 .cross-btn .cross-middle {
top:50%;
transform:translateY(-50%);
width:100%
}
header.style-5 .cross-btn .cross-bottom {
bottom:0;
width:100%
}
header.style-5 .cross-btn.h-active span.cross-top {
transform:rotate(45deg);
top:50%;
margin-top:-1px
}
header.style-5 .cross-btn.h-active span.cross-middle {
transform:translateX(-30px);
opacity:0
}
header.style-5 .cross-btn.h-active span.cross-bottom {
transform:rotate(-45deg);
bottom:50%;
margin-bottom:-1px
}
}
.swiper-slide-active span {
	-webkit-animation:fadeInDown 1.7s;
	animation:fadeInDown 1.7s
}
.swiper-slide-active h1 {
	-webkit-animation:fadeInDown 1.7s;
	animation:fadeInDown 1.7s
}
.swiper-slide-active h2 {
	-webkit-animation:fadeInDown 1.7s;
	animation:fadeInDown 1.7s
}
.swiper-slide-active p, .swiper-slide-active .info-single .info-text a, .info-single .info-text .swiper-slide-active a {
	-webkit-animation:fadeInUp 1.7s;
	animation:fadeInUp 1.7s
}
.swiper-slide-active .eg-btn {
	-webkit-animation:fadeInUp 1.7s;
	animation:fadeInUp 1.7s
}
.banner-section1 {
	min-height:80vh;
	padding:0 2%;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative
}
.banner-section1 .banner-image2 {
	position:absolute;
	right:1%;
	top:4%
}
@media(max-width:991px) {
.banner-section1 .banner-image2 {
display:none;
visibility:none
}
}
@media(min-width:1400px)and (max-width:1599px) {
.banner-section1 .banner-image2 {
top:8%
}
.banner-section1 .banner-image2 img {
max-width:430px
}
}
@media(min-width:1200px)and (max-width:1399px) {
.banner-section1 .banner-image2 {
top:12%
}
.banner-section1 .banner-image2 img {
max-width:350px
}
}
@media(min-width:992px)and (max-width:1199px) {
.banner-section1 .banner-image2 {
top:22%
}
.banner-section1 .banner-image2 img {
max-width:250px
}
}
@media(min-width:1200px)and (max-width:1399px) {
.banner-section1 {
padding:0 0%
}
}
@media(min-width:992px)and (max-width:1199px) {
.banner-section1 {
padding:0 15px
}
}
@media(max-width:991px) {
.banner-section1 {
min-height:auto;
padding:0
}
}
@media(max-width:991px) {
.banner-section1 {
background-image:linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/bg/banner-image2.png");
background-size:cover;
background-repeat:no-repeat;
background-position:center-top
}
}
.banner-section1 .cloud-icon1 {
	position:absolute;
	top:10%;
	left:15%;
	opacity:.5
}
.banner-section1 .cloud-icon2 {
	position:absolute;
	top:10%;
	left:45%;
	opacity:.5
}
.banner-section1 .cloud {
	position:absolute;
	top:30px;
	right:-500px;
	opacity:.9;
	animation:cloud 20s linear 0s infinite reverse;
	z-index:9
}
.banner-section1 .cloud img {
	max-width:90px;
	opacity:.6
}
@media(max-width:991px) {
.banner-section1 .cloud img {
max-width:90px
}
}
@-webkit-keyframes cloud {
from {
right:-500px
}
to {
	right:102%
}
}
@keyframes cloud {
from {
right:-500px
}
to {
	right:102%
}
}
.banner-section1 .banner-social-area {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background-color:var(--white);
	padding-left:25px
}
.banner-section1 .banner-social-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:20px
}
.banner-section1 .banner-social-list li {
	width:30px;
	height:30px;
	line-height:27px;
	border:1px solid var(--primary-color1-light);
	text-align:center;
	background-color:var(--white);
transition:all .45s ease
}
.banner-section1 .banner-social-list li i {
	color:var(--primary-color1-light);
transition:all .45s ease
}
.banner-section1 .banner-social-list li:hover {
	background-color:var(--theme-color)
}
.banner-section1 .banner-social-list li:hover i {
	color:var(--white)
}
.banner-section1 .banner1-content {
	position:relative;
	text-align:center;
	z-index:9;
	margin-left:auto;
	margin-right:auto;
	padding:180px 30px
}
@media(min-width:1200px)and (max-width:1399px) {
.banner-section1 .banner1-content {
padding:180px 25px
}
}
@media(min-width:992px)and (max-width:1199px) {
.banner-section1 .banner1-content {
padding:130px 15px
}
}
@media(max-width:991px) {
.banner-section1 .banner1-content {
padding:120px 10px
}
}
.banner-section1 .banner1-content span {
	font-size:2.2rem;
	font-weight:400;
	color:var(--theme-color);
	font-family:var(--font-satisfy);
	display:inline-block;
	margin-bottom:8px;
	position:relative;
	text-transform:uppercase;
	letter-spacing:2px
}
.banner-section1 .banner1-content span::after {
content:url(../images/icons/fly-shape1.svg);
position:absolute;
right:-80px;
top:8px
}
@media(max-width:767px) {
.banner-section1 .banner1-content span {
font-size:2rem;
font-weight:400;
color:var(--theme-color)
}
}
.banner-section1 .banner1-content h1, .banner-section1 .banner1-content h2 {
	font-size:5.6rem;
	font-weight:800;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:25px;
	line-height:1.5;
	position:relative
}
@media(max-width:991px) {
.banner-section1 .banner1-content h1, .banner-section1 .banner1-content h2 {
color:var(--white)
}
}
.banner-section1 .banner1-content h1::after, .banner-section1 .banner1-content h2::after {
content:url(../images/icons/banner-dot-vector.svg);
position:absolute;
right:-16px;
top:-7px
}
@media(min-width:576px)and (max-width:768px) {
.banner-section1 .banner1-content h1, .banner-section1 .banner1-content h2 {
font-size:5.8rem;
font-weight:700;
color:var(--white)
}
}
@media(max-width:576px) {
.banner-section1 .banner1-content h1, .banner-section1 .banner1-content h2 {
font-size:4.6rem;
font-weight:700;
color:var(--white);
margin-bottom:15px
}
}
.banner-section1 .banner1-content p, .banner-section1 .banner1-content .info-single .info-text a, .info-single .info-text .banner-section1 .banner1-content a {
	font-size:2.2rem;
	font-weight:500;
	color:var(--text-secondary);
	margin-bottom:46px
}
@media(max-width:991px) {
.banner-section1 .banner1-content p, .banner-section1 .banner1-content .info-single .info-text a, .info-single .info-text .banner-section1 .banner1-content a {
color:#eefeef
}
}
.banner-section1 .banner1-content .discover-btn {
	position:relative;
	z-index:9;
	display:inline-block
}
.banner-section1 .banner1-content .discover-btn::before {
content:url(../images/icons/fly-shape2.svg);
position:absolute;
left:-90%;
top:8px
}
.banner-section1 .banner-image1 {
	-webkit-animation:jumping 10s linear infinite alternate;
	animation:jumping 10s linear infinite alternate;
	margin-top:-90px
}
@-webkit-keyframes jumping {
0% {
transform:translateY(0)
}
50% {
transform:translateY(-40px)
}
100% {
transform:translateY(0)
}
}
@keyframes jumping {
0% {
transform:translateY(0)
}
50% {
transform:translateY(-40px)
}
100% {
transform:translateY(0)
}
}
.banner-section2 {
	position:relative
}
.banner-section2 .banner-form-container {
	width:100%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
	z-index:2;
	pointer-events:none
}
.banner-section2 .banner-form-container .banner-form-box {
	pointer-events:auto
}
@media(max-width:991px) {
.banner-section2 .banner-form-container {
position:relative;
transform:translateY(0)
}
.banner-section2 .banner-form-container::after {
content:"";
position:absolute;
width:150px;
height:150px;
line-height:150px;
text-align:center;
border-radius:50%;
background:var(--theme-color);
left:-20px;
top:-20px;
z-index:1;
-webkit-animation:move 6s linear infinite alternate;
animation:move 6s linear infinite alternate
}
@-webkit-keyframes move {
0% {
transform:translateX(40%)
}
100% {
transform:translateX(100%)
}
}
@keyframes move {
0% {
transform:translateX(40%)
}
100% {
transform:translateX(100%)
}
}
}
.banner-section2 .banner-form-wrapper {
	padding:0 10px
}
@media(max-width:991px) {
.banner-section2 .banner-form-wrapper {
background:var(--text-primary);
padding:90px 10px
}
}
.banner-section2 .swiper-slide {
	position:relative;
	z-index:1;
	min-height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden
}
@media(max-width:991px) {
.banner-section2 .swiper-slide {
min-height:auto
}
}
.banner-section2 .swiper-slide::before {
content:"";
position:absolute;
right:0;
bottom:0;
left:0;
width:100%;
min-height:100%;
background-color:rgba(3, 0, 15, .25);
z-index:2
}
.banner-section2 .swiper-slide .banner-bg11 {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	z-index:-1;
	-webkit-animation:zoomin 18s linear infinite alternate;
	animation:zoomin 18s linear infinite alternate
}
@-webkit-keyframes zoomin {
0% {
transform:scale(1)
}
100% {
transform:scale(1.2)
}
}
@keyframes zoomin {
0% {
transform:scale(1)
}
100% {
transform:scale(1.2)
}
}
.banner2-content {
	padding:150px 15px;
	position:relative;
	z-index:9
}
@media(max-width:767px) {
.banner2-content {
padding:120px 15px
}
}
.banner2-content span {
	font-size:2.2rem;
	font-weight:400;
	color:var(--theme-color);
	font-family:var(--font-satisfy);
	display:inline-block;
	margin-bottom:0;
	text-transform:uppercase
}
@media(max-width:767px) {
.banner2-content span {
font-size:2rem;
font-weight:400;
color:var(--theme-color)
}
}
.banner2-content h1, .banner2-content h2 {
	font-size:6.5rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:25px;
	line-height:1.35
}
@media(max-width:767px) {
.banner2-content h1, .banner2-content h2 {
font-size:5.8rem;
font-weight:700;
color:var(--white)
}
}
.banner2-content p, .banner2-content .info-single .info-text a, .info-single .info-text .banner2-content a {
	font-size:2.2rem;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans);
	margin-bottom:46px
}
.banner3-content {
	padding:120px 35px 120px 0;
	position:relative;
	z-index:9
}
@media(min-width:1200px)and (max-width:1399px) {
.banner3-content {
padding:120px 15px 120px 0
}
}
@media(max-width:991px) {
.banner3-content {
padding:110px 0 60px
}
}
.banner3-content span {
	font-size:2.2rem;
	font-weight:400;
	color:var(--theme-color);
	font-family:var(--font-satisfy);
	display:inline-block;
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:2px
}
.banner3-content h1, .banner3-content h2 {
	font-size:6.5rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:25px;
	line-height:1.35
}
@media(min-width:1200px)and (max-width:1399px) {
.banner3-content h1, .banner3-content h2 {
font-size:5.5rem;
font-weight:700;
color:var(--white)
}
}
@media(max-width:767px) {
.banner3-content h1, .banner3-content h2 {
font-size:5.8rem;
font-weight:700;
color:var(--white)
}
}
.banner3-content p, .banner3-content .info-single .info-text a, .info-single .info-text .banner3-content a {
	font-size:2.2rem;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans);
	margin-bottom:46px
}
.banner4-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:180px 20px;
	position:relative;
	z-index:9;
	text-align:center
}
@media(max-width:767px) {
.banner4-content {
padding:90px 20px
}
}
.banner4-content span {
	font-size:2.2rem;
	font-weight:400;
	color:var(--theme-color);
	font-family:var(--font-satisfy);
	display:inline-block;
	margin-bottom:0;
	letter-spacing:3px;
	text-transform:uppercase
}
.banner4-content h2 {
	font-size:6.5rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:20px;
	line-height:1.4
}
@media(max-width:767px) {
.banner4-content h2 {
font-size:5.8rem;
font-weight:700;
color:var(--white)
}
}
.banner4-content p, .banner4-content .info-single .info-text a, .info-single .info-text .banner4-content a {
	font-size:2.2rem;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans);
	margin-bottom:46px
}
.banner5-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:120px 20px;
	position:relative;
	z-index:9;
	text-align:center
}
@media(min-width:992px)and (max-width:1199px) {
.banner5-content {
padding:160px 20px
}
}
@media(min-width:768px)and (max-width:991px) {
.banner5-content {
padding:140px 20px
}
}
@media(min-width:576px)and (max-width:768px) {
.banner5-content {
padding:120px 20px
}
}
@media(max-width:576px) {
.banner5-content {
padding:120px 20px
}
}
.banner5-content span {
	font-size:2.2rem;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans);
	display:inline-block;
	margin-bottom:10px;
	text-transform:uppercase
}
@media(max-width:767px) {
.banner5-content span {
font-size:2rem;
font-weight:400;
color:var(--white)
}
}
.banner5-content h2 {
	font-size:7.5rem;
	font-weight:800;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:20px;
	line-height:1.3;
	margin-top:-10px
}
@media(max-width:767px) {
.banner5-content h2 {
font-size:5.8rem;
font-weight:700;
color:var(--white)
}
}
.banner5-content p, .banner5-content .info-single .info-text a, .info-single .info-text .banner5-content a {
	font-size:2.2rem;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans);
	margin-bottom:46px
}
.banner-form-box {
	position:relative;
	z-index:9;
	text-align:center;
	padding:45px 30px;
	background:linear-gradient(152.97deg, rgba(32, 42, 55, 0.4) 0%, rgba(12, 25, 43, 0.2) 100%);
	-webkit-backdrop-filter:blur(50px);
	backdrop-filter:blur(50px);
	width:100%;
	max-width:400px;
	margin:0 auto;
	border:1px solid rgba(144, 185, 86, .33);
	border-radius:5px
}
@media(min-width:1200px)and (max-width:1399px) {
.banner-form-box {
padding:40px 25px
}
}
@media(max-width:576px) {
.banner-form-box {
padding:40px 20px
}
}
.banner-form-box h3 {
	font-size:3rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:15px;
	line-height:1.35
}
@media(min-width:1200px)and (max-width:1399px) {
.banner-form-box h3 {
font-size:3rem
}
}
@media(max-width:576px) {
.banner-form-box h3 {
font-size:3rem
}
}
.banner-form-box p, .banner-form-box .info-single .info-text a, .info-single .info-text .banner-form-box a {
	font-size:17px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.banner-form-box .banner-form {
	margin-top:40px
}
.banner-form-box .banner-form .searchbox-input {
	width:100%
}
.banner-form-box .banner-form .searchbox-input input, .banner-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .banner-form-box .banner-form .searchbox-input textarea, .banner-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea, form.style-1 .form-inner .banner-form-box .banner-form .searchbox-input textarea {
	width:100%;
	height:50px;
	border:unset;
	background-color:#828286;
	padding-left:10px;
	color:var(--white)
}
.banner-form-box .banner-form .searchbox-input input::-moz-placeholder, .banner-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea::-moz-placeholder, .contact-from-wrapper .form-inner .banner-form-box .banner-form .searchbox-input textarea::-moz-placeholder, .banner-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea::-moz-placeholder, form.style-1 .form-inner .banner-form-box .banner-form .searchbox-input textarea::-moz-placeholder {
font-size:1.6rem;
font-weight:500;
color:var(--white)
}
.banner-form-box .banner-form .searchbox-input input:-ms-input-placeholder, .banner-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea:-ms-input-placeholder, .contact-from-wrapper .form-inner .banner-form-box .banner-form .searchbox-input textarea:-ms-input-placeholder, .banner-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea:-ms-input-placeholder, form.style-1 .form-inner .banner-form-box .banner-form .searchbox-input textarea:-ms-input-placeholder {
font-size:1.6rem;
font-weight:500;
color:var(--white)
}
.banner-form-box .banner-form .searchbox-input input::placeholder, .banner-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .banner-form-box .banner-form .searchbox-input textarea::placeholder, .banner-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .banner-form-box .banner-form .searchbox-input textarea::placeholder {
font-size:1.6rem;
font-weight:500;
color:var(--white)
}
.banner-form-box .banner-form .search-box-single {
	display:flex;
	flex-direction:row;
	align-items:center;
	position:relative;
	margin-bottom:30px;
	background:#828286;
	padding:0 20px
}
@media(max-width:576px) {
.banner-form-box .banner-form .search-box-single {
padding:0 12px
}
}
.banner-form-box .banner-form .search-box-single .searchbox-icon svg {
	fill:var(--white)
}
.banner-form-box .nice-select {
	background-color:#828286;
	box-sizing:border-box;
	clear:both;
	cursor:pointer;
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	outline:none;
	position:relative;
	text-align:left!important;
transition:all .2s ease-in-out;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
	width:100%;
	border-radius:0;
	border:unset;
	padding-left:10px
}
.banner-form-box .nice-select::after {
border-bottom:2px solid var(--white);
border-right:2px solid var(--white)
}
.banner-form-box .nice-select .option {
	min-height:35px;
	line-height:35px;
	font-size:14px
}
.banner-form-box .nice-select .option:hover {
	background:var(--theme-color);
	color:var(--text-primary)
}
.banner-form-box .nice-select .option.selected {
	background:var(--primary-color2)!important
}
.banner-form-box .nice-select .current {
	font-size:1.6rem;
	font-weight:500;
	color:var(--white)
}
.banner-form-box .nice-select .list {
	border:unset;
	margin-top:6px;
	z-index:100;
	border-radius:0;
	width:100%;
	min-width:80px
}
.banner-form-box.sibling-2 {
	background:linear-gradient(152.97deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
	border:1px solid rgba(242, 170, 76, .3);
	margin-left:auto;
	margin-right:0
}
@media(max-width:991px) {
.banner-form-box.sibling-2 {
margin:0 auto;
margin-bottom:125px
}
}
.banner-form-box.sibling-2 h3 {
	font-size:3rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:15px
}
.banner-form-box.sibling-2 .banner-form .searchbox-input {
	width:100%
}
.banner-form-box.sibling-2 .banner-form .searchbox-input input, .banner-form-box.sibling-2 .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea, .banner-form-box.sibling-2 .banner-form .searchbox-input form.style-1 .form-inner textarea, form.style-1 .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea {
	background-color:var(--white);
	padding-left:10px
}
.banner-form-box.sibling-2 .banner-form .searchbox-input input::-moz-placeholder, .banner-form-box.sibling-2 .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea::-moz-placeholder, .contact-from-wrapper .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea::-moz-placeholder, .banner-form-box.sibling-2 .banner-form .searchbox-input form.style-1 .form-inner textarea::-moz-placeholder, form.style-1 .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea::-moz-placeholder {
font-size:1.6rem;
font-weight:500;
color:var(--text-secondary)
}
.banner-form-box.sibling-2 .banner-form .searchbox-input input:-ms-input-placeholder, .banner-form-box.sibling-2 .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea:-ms-input-placeholder, .contact-from-wrapper .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea:-ms-input-placeholder, .banner-form-box.sibling-2 .banner-form .searchbox-input form.style-1 .form-inner textarea:-ms-input-placeholder, form.style-1 .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea:-ms-input-placeholder {
font-size:1.6rem;
font-weight:500;
color:var(--text-secondary)
}
.banner-form-box.sibling-2 .banner-form .searchbox-input input::placeholder, .banner-form-box.sibling-2 .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea::placeholder, .banner-form-box.sibling-2 .banner-form .searchbox-input form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .banner-form-box.sibling-2 .banner-form .searchbox-input textarea::placeholder {
font-size:1.6rem;
font-weight:500;
color:var(--text-secondary)
}
.banner-form-box.sibling-2 .banner-form .search-box-single {
	background:var(--white)
}
.banner-form-box.sibling-2 .banner-form .nice-select {
	background-color:var(--white)
}
.banner-form-box.sibling-2 .banner-form .nice-select .option:hover {
	background:var(--theme-color);
	color:var(--text-primary)
}
.banner-form-box.sibling-2 .banner-form .nice-select .option.selected {
	background:var(--primary-color2)!important
}
.banner-form-box.sibling-2 .banner-form .nice-select .current {
	font-size:1.6rem;
	font-weight:500;
	color:var(--text-secondary)
}
.banner-form-box.sibling-2 .banner-form .search-box-single .searchbox-icon svg {
	fill:var(--text-secondary)
}
.sidebar-icon {
	    width: 80px;
    height: 98px;
    line-height: 94px;
	background:var(--theme-color);
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer
}
@media(max-width:1199px) {
.sidebar-icon {
display:none;
visibility:none
}
}
.banner-section3 {
	position:relative;
	min-height:95vh;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 40px
}
@media(max-width:991px) {
.banner-section3 {
min-height:auto
}
}
.banner-section3:after {
	content:"";
	background:rgba(0, 0, 0, .5);
	position:absolute;
	left:0;
	right:0;
	width:100%;
	height:100%
}
@media(max-width:576px) {
.banner-section3 {
padding:0 15px
}
}
.banner-section3 .banner-bg31 {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.banner-section5 {
	position:relative
}
.banner-section5.sibling-2 .swiper {
	padding-right:80px;
	padding-left:0
}
@media(min-width:1200px)and (max-width:1399px) {
.banner-section5.sibling-2 .swiper {
padding-right:60px
}
}
@media(max-width:1199px) {
.banner-section5.sibling-2 .swiper {
padding-right:0
}
}
.banner-section5 .swiper {
	padding-left:0px!important
}
@media(max-width:1199px) {
.banner-section5 .swiper {
padding-left:0
}
}
.banner-section5 .banner-social-area {
	    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
    width: 80px;
    z-index: 9;
}

.banner-section5 .banner-social-area ul.banner-social {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
	flex-direction:column;
	    gap: 0.8rem !important;
}
.banner-section5 .banner-social-area ul.banner-social li {
	background:var(--white);
	padding:5px
}
.banner-section5 .banner-social-area ul.banner-social li a i {
	font-size:1.8rem;
transition:all .35s ease-in;
	width:35px;
	height:35px;
	line-height:34px;
	border-radius:50%;
	border:1px solid var(--text-primary);
	color:var(--text-primary);
	text-align:center
}
.banner-section5 .banner-social-area ul.banner-social li a:hover i {
	color:var(--white);
	border:1px solid var(--theme-color);
	background:var(--theme-color)
}
.banner-section5 .banner-social-area.sibling-2 {
	position:absolute;
	right:0;
	top:0;
	bottom:0
}
.banner-section5 .banner-social-area2 {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
	background:#050f0c;
	width:80px;
	z-index:9
}
@media(min-width:1200px)and (max-width:1399px) {
.banner-section5 .banner-social-area2 {
width:60px
}
}
@media(max-width:1199px) {
.banner-section5 .banner-social-area2 {
display:none;
visibility:none
}
}
.banner-section5 .banner-social-area2 ul.banner-social {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
	flex-direction:column
}
.banner-section5 .banner-social-area2 ul.banner-social li {
	padding:5px
}
.banner-section5 .banner-social-area2 ul.banner-social li a i {
	font-size:1.8rem;
transition:all .35s ease-in;
	width:35px;
	height:35px;
	line-height:34px;
	border-radius:50%;
	border:1px solid var(--white);
	color:var(--white);
	text-align:center
}
.banner-section5 .banner-social-area2 ul.banner-social li a:hover i {
	color:var(--white);
	border:1px solid var(--theme-color);
	background:var(--theme-color)
}
.banner-section5 .banner-social-area2.sibling-2 {
	position:absolute;
	right:0;
	top:0;
	bottom:0
}
.banner-section5 .swiper-slide {
	position:relative;
	z-index:1;

	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden
}
@media(max-width:1199px) {
.banner-section5 .swiper-slide {
min-height:auto
}
}
 
.banner-section5 .swiper-slide .banner-bg11 {
	position:relative;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	z-index:-1;
	-webkit-animation:zoomin 18s linear infinite alternate;
	animation:zoomin 18s linear infinite alternate
}
@keyframes zoomin {
0% {
transform:scale(1)
}
100% {
transform:scale(1.1)
}
}
.inner-banner-section {
	position:relative;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
	background:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	      min-height: 350px;

} 

.inner-banner-section .inner-banner-vector {
	position:absolute;
	bottom:-5px;
	left:0;
	right:0;
	z-index:9;
	width:100%
}
@media(max-width:991px) {
.inner-banner-section .inner-banner-vector {
display:none;
visibility:none
}
}
.inner-banner-section::before {
content:"";
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
width:100%;
height:100%;
background:rgba(0, 0, 0, .3)
}
.inner-banner-section .breadcrumb-area {
	text-align:center;
	position:relative
}
.inner-banner-section .breadcrumb-area span {
	display:block;
	font-size:2.2rem;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans);
	text-transform:capitalize;
	margin-bottom:5px;
	letter-spacing:3px
}
.inner-banner-section .breadcrumb-area h2 {
	font-size:5rem;
	font-weight:800;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:0;
	line-height:1.25;
	text-transform:capitalize
}
.inner-banner-section .breadcrumb-area .review-area {
	margin-top:10px
}
.inner-banner-section .breadcrumb-area .review-area span {
	font-size:2rem;
	font-weight:600;
	color:var(--white);
	font-family:var(--font-merriw)
}
.inner-banner-section .breadcrumb-area .review-area .star-list li i {
	font-size:14px;
	font-weight:400;
	color:var(--white)
}
.inner-banner-section .breadcrumb-area .breadcrumb-meta-list {
	margin-top:5px;
	display:flex;
	justify-content:center;
	margin-bottom:0;
	gap:40px
}
@media(max-width:576px) {
.inner-banner-section .breadcrumb-area .breadcrumb-meta-list {
flex-wrap:wrap;
gap:unset
}
}
.inner-banner-section .breadcrumb-area .breadcrumb-meta-list li {
	font-size:1.8rem;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.inner-banner-section .breadcrumb-area .breadcrumb-meta-list li::marker {
color:var(--theme-color)
}
@media(max-width:576px) {
.inner-banner-section .breadcrumb-area .breadcrumb-meta-list li {
flex-wrap:wrap;
margin:5px 20px
}
}
.inner-banner-section.sibling-2 {
	background-image:url(../images/bg/inner-banner-bg-2.png);
	background-size:cover;
	background-repeat:no-repeat
}
.inner-banner-section.sibling-2::before {
content:"";
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
width:100%;
height:100%;
background:rgba(0, 0, 0, .3)
}
.searchbar-section {
	margin-top:-60px;
	position:relative;
	z-index:9
}
@media(min-width:992px)and (max-width:1199px) {
.searchbar-section {
margin-top:-90px
}
}
@media(max-width:991px) {
.searchbar-section {
margin-top:-25px
}
}
.searchbar-section.sibling-2 {
    margin-top: unset!important;
    position: absolute;
    bottom: 23px;
    width: 100%;
    left: 0;
    right: 0;
}
 
.multi-main-searchmain {
    background: rgb(255 255 255 / 20%);
    border-radius: 16px;
    padding: 5px;
	
	}
.multi-main-search {
        padding: 8px;
        background: #fff;
        border-radius: 12px;
		position:relative
}
@media(max-width:1199px) {
.multi-main-search {
transform:translateY(0px)
}
}
@media(max-width:991px) {
.multi-main-search {
padding:25px 15px
}
}
@media(max-width:991px) {
.multi-main-search .main-form-submit {
margin-top:20px;
transform:translateY(-10px)
}
}
.multi-main-search .search-box-single {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:0 25px;
	position:relative
}
.multi-main-search .search-box-single::after {
content:"";
position:absolute;
top:50%;
right:0;
transform:translateY(-50%);
width:2px;
height:40px;
background:var(--border-color)
}
@media(max-width:767px) {
.multi-main-search .search-box-single::after {
display:none;
visibility:hidden
}
}
.multi-main-search .search-box-single.remove-after::after {
content:unset
}
.multi-main-search .search-box-single .searchbox-icon {
	line-height:10px
}
.searchbox-input {
	width:100%
}
.searchbox-input input, .searchbox-input .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .searchbox-input textarea, .searchbox-input form.style-1 .form-inner textarea, form.style-1 .form-inner .searchbox-input textarea {
	width:100%;
	height:40px;
	border:unset;
	padding-left:15px
}
.searchbox-input input::-moz-placeholder, .searchbox-input .contact-from-wrapper .form-inner textarea::-moz-placeholder, .contact-from-wrapper .form-inner .searchbox-input textarea::-moz-placeholder, .searchbox-input form.style-1 .form-inner textarea::-moz-placeholder, form.style-1 .form-inner .searchbox-input textarea::-moz-placeholder {
font-size:1.6rem;
font-weight:500;
color:var(--text-primary)
}
.searchbox-input input:-ms-input-placeholder, .searchbox-input .contact-from-wrapper .form-inner textarea:-ms-input-placeholder, .contact-from-wrapper .form-inner .searchbox-input textarea:-ms-input-placeholder, .searchbox-input form.style-1 .form-inner textarea:-ms-input-placeholder, form.style-1 .form-inner .searchbox-input textarea:-ms-input-placeholder {
font-size:1.6rem;
font-weight:500;
color:var(--text-primary)
}
.searchbox-input input::placeholder, .searchbox-input .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .searchbox-input textarea::placeholder, .searchbox-input form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .searchbox-input textarea::placeholder {
font-size:1.6rem;
font-weight:500;
color:var(--text-primary)
}
.nice-select {
	background-color:var(--white);
	box-sizing:border-box;
	clear:both;
	cursor:pointer;
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	outline:none;
	position:relative;
	text-align:left!important;
transition:all .2s ease-in-out;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
	width:100%;
	border-radius:0;
	border:unset
}
.nice-select:after {
	content:"";
	border-bottom:2px solid var(--text-primary);
	border-right:2px solid var(--text-primary);
	display:block;
	height:10px;
	margin-top:-6px;
	pointer-events:none;
	position:absolute;
	right:12px;
	top:50%;
	transform-origin:66% 66%;
	transform:rotate(45deg);
transition:all .15s ease-in-out;
	width:10px
}
.nice-select .option {
	min-height:30px;
	line-height:30px;
	font-size:16px;
	padding:5px 10px
}
.nice-select .option:hover {
	background:var(--theme-color);
	color:var(--white)
}
.nice-select .option.selected {
	background:var(--primary-color1)!important
}
.nice-select .current {
	font-size:1.6rem;
	font-weight:500;
	color:var(--text-primary)
}
.nice-select .list {
	border:unset;
	margin-top:3px;
	z-index:100;
	border-radius:0;
	width:100%;
	min-width:80px
}
.ui-menu {
	border:1px solid rgba(41, 43, 49, .03)!important;
	padding:5px 0
}
.ui-menu .ui-menu-item {
transition:all .35s ease;
	font-size:16px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
	padding:5px 20px;
	background:var(--white);
	border:2px solid transparent;
transition:all .35s ease
}
.ui-menu .ui-menu-item:hover {
	background:var(--theme-color)
}
.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
	background:var(--theme-color)
}
.ui-menu .ui-menu-item.sibling-2:hover {
	background:var(--theme-color)
}
.category-single1 {
	background:var(--white);
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	text-align:center;
	padding:30px 25px
}
@media(max-width:576px) {
.category-single1 {
padding:25px 15px
}
}
.category-single1 .icon {
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	border-radius:50%;
	margin:0 auto;
	background:var(--white);
	margin-bottom:20px;
transition:all .45s ease;
	position:relative;
	z-index:1;
	border:1px solid #eee
}
.category-single1 .icon::before {
content:"";
position:absolute;
width:100%;
height:100%;
background:var(--primary-color1-light);
border-radius:50%;
left:0;
top:0;
z-index:-1;
opacity:0;
transform:scale(.6);
transition:all .55s ease
}
.category-single1 .icon svg {
	fill:var(--theme-color);
transition:all .45s ease
}
.category-single1 .content h4 {
	margin-bottom:0
}
.category-single1 .content h4:hover a {
	color:var(--theme-color)
}
.category-single1 .content h4 a {
	font-size:2.1rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
transition:all .45s ease
}
@media(min-width:768px)and (max-width:991px) {
.category-single1 .content h4 a {
font-size:2rem
}
}
@media(min-width:576px)and (max-width:768px) {
.category-single1 .content h4 a {
font-size:2rem
}
}
.category-single1 .content p, .category-single1 .content .info-single .info-text a, .info-single .info-text .category-single1 .content a {
	margin-bottom:0
}
.category-single1:hover .icon {
	border:1px solid transparent
}
.category-single1:hover .icon::before {
opacity:1;
transform:scale(1);
background-color:var(--white)
}
.category-single1:hover .icon svg {
	fill:var(--white)
}
.deal-section {
	padding-left:8%;
	padding-right:8%
}
@media(min-width:1200px)and (max-width:1399px) {
.deal-section {
padding-left:5%;
padding-right:5%
}
}
.deal-single1 {
	    box-shadow: 4px 3px 40px rgba(16, 33, 34, .06);
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.deal-single1:hover .deal-image img {
	transform:scale(1.1)
}
.deal-single1:hover .deal-image span.discount-bagde::after {
color:var(--white);
background:var(--theme-color)
}
.deal-single1:hover .deal-image span.favourite {
	opacity:1
}
.deal-single1:hover .deal-content .price span {
	color:var(--theme-color)
}
.deal-single1 .deal-image {
	position:relative;
	overflow:hidden
}
.deal-single1 .deal-image img {
transition: all .55s ease-in-out;
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.deal-single1 .deal-image span.discount-bagde {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    background: var(--theme-color2);
    padding: 25px 16px 0;
    border-radius: 100px 100px 0 0;
    min-width: 85;
    min-width: 85px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    font-family: var(--font-work-sans);
    text-align: center;
    line-height: 2;
    min-height: 40px;
    width: 127px;
    height: 70px;
    line-height: 1.3;
}
.deal-single1:hover .deal-image span.discount-bagde {
  
    background: var(--theme-color);
  
}
.deal-single1 .deal-image span.favourite {
	position:absolute;
	top:25px;
	left:25px;
	z-index:1;
	background:var(--white);
	border-radius:50%;
	width:30px;
	text-align:center;
	height:30px;
	line-height:37px;
	opacity:0;
transition:all .55s ease;
	cursor:pointer
}
.deal-single1 .deal-image span.favourite i {
	color:#ff3a3a;
	font-size:20px
}
.deal-single1 .deal-content {
	text-align:center;
	padding:25px 20px 26px
}
.deal-single1 .deal-content h4 {
	margin-bottom:8px
}
.deal-single1 .deal-content h4 a {
	    font-size: 19px;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.3;
}
.deal-single1 .deal-content .price {
	margin-bottom:10px
}
.deal-single1 .deal-content .price span {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2);
    font-family: var(--font-work-sans);
    margin-right: 0;
    transition: all .55s ease-in-out;
}
.deal-single1 .deal-content .price del {
	font-size:1.4rem;
	font-weight:500;
	color:#878787;
	font-family:var(--font-work-sans)
}
.tour-package-standard {
	box-shadow:4px 3px 40px rgba(16, 33, 34, .07);
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	padding:20px
}
@media(min-width:992px)and (max-width:1199px) {
.tour-package-standard {
padding:25px 20px
}
}
@media(max-width:991px) {
.tour-package-standard {
flex-wrap:wrap;
justify-content:start;
max-width:370px;
width:100%;
margin-left:auto;
margin-right:auto
}
}
.tour-package-standard:hover .deal-image img {
	transform:scale(1.1)
}
.tour-package-standard:hover .deal-image span.discount-bagde::after {
color:var(--white);
background:var(--theme-color)
}
.tour-package-standard:hover .deal-image span.favourite {
	opacity:1
}
.tour-package-standard:hover .deal-content .price span {
	color:var(--theme-color)
}
.tour-package-standard .tour-standard-image {
	position:relative;
	overflow:hidden;
	width:380px
}
@media(min-width:992px)and (max-width:1199px) {
.tour-package-standard .tour-standard-image {
width:290px;
height:310px
}
}
.tour-package-standard .tour-standard-image img {
transition:all .55s ease-in-out
}
.tour-package-standard .tour-standard-image span.discount-bagde {
	position:absolute;
	top:32px;
	left:0;
	z-index:1;
	background:var(--white);
	padding:8px 22px 8px 12px;
	border-radius:0 100px 100px 1px;
	min-width:85px;
	font-size:20px;
	font-weight:500;
	color:var(--theme-color);
	font-family:var(--font-work-sans);
	text-align:center;
	line-height:1.3;
	min-height:40px
}
.tour-package-standard .tour-standard-image span.discount-bagde::after {
content:"off";
position:absolute;
top:-10px;
right:-8px;
border-radius:50%;
min-width:35px;
height:35px;
line-height:35px;
background:var(--theme-color);
text-align:center;
font-size:14px;
font-weight:500;
color:var(--white);
font-family:var(--font-work-sans);
transition:all .55s ease 0s
}
.tour-package-standard .tour-standard-image span.favourite {
	position:absolute;
	top:25px;
	left:25px;
	z-index:1;
	background:var(--white);
	border-radius:50%;
	width:30px;
	text-align:center;
	height:30px;
	line-height:37px;
	opacity:0;
transition:all .55s ease;
	cursor:pointer
}
.tour-package-standard .tour-standard-image span.favourite i {
	color:#ff3a3a;
	font-size:20px
}
.tour-package-standard .tour-standard-content {
	text-align:start;
	padding:0 0 0 30px
}
@media(min-width:992px)and (max-width:1199px) {
.tour-package-standard .tour-standard-content {
padding:0 0 0 20px
}
}
@media(max-width:991px) {
.tour-package-standard .tour-standard-content {
padding:30px 10px 10px
}
}
.tour-package-standard .tour-standard-content h4 {
	margin-bottom:10px
}
.tour-package-standard .tour-standard-content h4 a {
	font-size:2.4rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.5
}
.tour-package-standard .tour-standard-content .price {
	margin-bottom:20px
}
.tour-package-standard .tour-standard-content .price span {
	font-size:2.2rem;
	font-weight:600;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-right:5px;
transition:all .55s ease-in-out
}
.tour-package-standard .tour-standard-content .price del {
	font-size:1.4rem;
	font-weight:500;
	color:#878787;
	font-family:var(--font-work-sans)
}
.tour-package-standard .tour-standard-content .eg-btn {
	margin-top:25px
}
.tour-package-standard .tour-standard-content .review-area {
	justify-content:start
}
.review-area {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	margin-bottom:10px
}
.review-area .star-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:10px
}
.review-area .star-list li .bi {
	color:#ffd91c
}
.review-area>span {
	font-size:14px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-left:12px
}
.review-area.sibling-2 {
	justify-content:start;
	margin-bottom:3px
}
.review-area.sibling-2 .star-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:10px
}
.review-area.sibling-2 .star-list li .bi {
	color:var(--theme-color);
	font-size:14px
}
.review-area.sibling-2>span {
	font-size:15px;
	font-weight:600;
	color:var(--white);
	font-family:var(--font-work-sans);
	margin-left:12px
}
.destination-section {
	padding-left:7%;
	padding-right:7%
}
@media(min-width:768px)and (max-width:991px) {
.destination-section {
padding-left:2%;
padding-right:2%
}
}
.destination-wrap {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	gap:20px
}
@media(max-width:1199px) {
.destination-wrap {
flex-wrap:wrap
}
}
.destination-single1 {
	position:relative
}
@media(min-width:992px)and (max-width:1199px) {
.destination-single1 {
max-width:250px;
overflow:hidden
}
}
@media(max-width:991px) {
.destination-single1 img {
height:350px;
width:100%;
-o-object-fit:cover;
object-fit:cover
}
}
@media(max-width:767px) {
.destination-single1 {
min-width:270px
}
}
@media(min-width:992px)and (max-width:1199px) {
.destination-single1 img {
height:100%!important;
max-width:unset
}
}
.destination-single1 .content {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	display:flex;
	justify-content:end;
	align-content:flex-end;
	flex-direction:column;
	padding-bottom:40px
}
.destination-single1 .content .text-wrap {
	position:relative;
transition:all .4s ease;
	height:auto
}
.destination-single1 .content .text-wrap::after {
content:"";
position:absolute;
left:50%;
transform:translateX(-50%);
width:34px;
height:3px;
border-radius:30px;
background-color:var(--white);
transition:all .4s ease
}
.destination-single1 .content .text-wrap h4 {
	font-size:2.4rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw);
transition:all .45s ease;
	transform:translateY(30px)
}
@media(max-width:767px) {
.destination-single1 .content .text-wrap h4 {
transform:translateY(20px)
}
}
.destination-single1 .content .text-wrap p, .destination-single1 .content .text-wrap .info-single .info-text a, .info-single .info-text .destination-single1 .content .text-wrap a {
	font-size:1.8rem;
	font-weight:500;
	color:var(--theme-color);
	font-family:var(--font-work-sans);
transition:all .35s ease;
	transform:scaleY(0);
	margin-bottom:5px
}
.destination-single1:hover .content h4 {
	transform:translateY(0)
}
.destination-single1:hover .content .text-wrap::after {
background:var(--theme-color)
}
.destination-single1:hover .content .text-wrap p, .destination-single1:hover .content .text-wrap .info-single .info-text a, .info-single .info-text .destination-single1:hover .content .text-wrap a {
	transform:scaleY(1)
}
.destination-single1.sibling-2 {
	position:relative;
	z-index:1;
	width:100%;
	max-width:270px;
	margin-left:auto;
	margin-right:auto
}
.destination-single1.sibling-2::after {
content:"";
position:absolute;
right:0;
bottom:0;
left:0;
background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(9, 16, 13, 0.8) 62.5%);
z-index:1;
width:100%;
height:25%;
opacity:1;
transition:all .4s ease
}
@media(max-width:991px) {
.destination-single1.sibling-2 img {
max-width:100%;
height:300px
}
}
.destination-single1.sibling-2 .content {
	z-index:2
}
.destination-single3 {
	position:relative
}
@media(max-width:991px) {
.destination-single3 img {
height:300px;
width:100%
}
}
.destination-single3 .content {
	background:linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(9, 16, 13, 0.8));
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	display:flex;
	justify-content:end;
	align-content:flex-end;
	flex-direction:column;
	padding-bottom:35px
}
.destination-single3 .content .text-wrap {
	position:relative;
transition:all .4s ease;
	height:auto
}
.destination-single3 .content .text-wrap::after {
content:"";
position:absolute;
left:50%;
transform:translateX(-50%);
width:34px;
height:3px;
border-radius:30px;
background-color:var(--white);
transition:all .4s ease
}
.destination-single3 .content .text-wrap h4 {
	font-size:2.4rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw);
transition:all .45s ease;
	transform:translateY(30px)
}
@media(max-width:767px) {
.destination-single3 .content .text-wrap h4 {
transform:translateY(20px)
}
}
.destination-single3 .content .text-wrap p, .destination-single3 .content .text-wrap .info-single .info-text a, .info-single .info-text .destination-single3 .content .text-wrap a {
	font-size:1.8rem;
	font-weight:500;
	color:var(--theme-color);
	font-family:var(--font-work-sans);
transition:all .35s ease;
	transform:scaleY(0);
	margin-bottom:5px
}
.destination-single3:hover .content h4 {
	transform:translateY(0)
}
.destination-single3:hover .content .text-wrap::after {
background:var(--theme-color)
}
.destination-single3:hover .content .text-wrap p, .destination-single3:hover .content .text-wrap .info-single .info-text a, .info-single .info-text .destination-single3:hover .content .text-wrap a {
	transform:scaleY(1)
}
.destination-single4 {
	height:auto;
	position:relative;
	overflow:hidden;
	z-index:1;
	margin-bottom:30px
}
@media(max-width:991px) {
.destination-single4 {
margin-bottom:15px
}
}
@media(max-width:991px) {
.destination-single4 img {
width:100%
}
}
.destination-single4:hover .desti-content {
	opacity:1;
	transform:translateY(0px)
}
.destination-single4::after {
content:"";
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
width:100%;
height:100%;
background:linear-gradient(180deg, rgba(20, 22, 28, 0) 65.09%, rgba(20, 22, 28, 0.7) 84.38%);
z-index:1
}
.destination-single4 .desti-content {
	opacity:0;
transition:all .55s ease;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
	padding:20px 25px;
	transform:translateY(10px)
}
.destination-single4 .desti-content h4 {
	margin-bottom:8px
}
.destination-single4 .desti-content h4 a {
	font-size:2.4rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw)
}
.destination-single4 .desti-content .bx {
	color:var(--white);
	vertical-align:baseline;
	margin-right:5px
}
.destination-single4 .desti-content span {
	font-size:1.7rem;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans);
	display:inline-block
}
@media(max-width:991px) {
.destination-sidebar {
margin-top:45px
}
}
.video-section {
	background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/video-bg.png");
	background-size:cover;
	background-repeat:no-repeat;
	padding:120px 0 220px;
	background-attachment:fixed;
	background-position:center top
}
@media(min-width:992px)and (max-width:1199px) {
.video-section {
padding:120px 0
}
}
@media(max-width:991px) {
.video-section {
padding:90px 0
}
}
.video-section2 {
	background-image:linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/bg/video-bg3.png");
	background-size:cover;
	background-repeat:no-repeat;
	padding:220px 0;
	background-attachment:fixed
}
@media(min-width:992px)and (max-width:1199px) {
.video-section2 {
padding:120px 0
}
}
@media(max-width:991px) {
.video-section2 {
padding:90px 0
}
}
.video-section-content span {
	font-size:1.8rem;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans);
	display:inline-block;
	margin-bottom:0;
	margin-right:15px;
	text-transform:uppercase
}
.video-section-content h2 {
	font-size:4.2rem;
	font-weight:800;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:20px;
	line-height:1.4
}
@media(max-width:576px) {
.video-section-content h2 {
font-size:4rem
}
}
.video-section-content p, .video-section-content .info-single .info-text a, .info-single .info-text .video-section-content a {
	font-size:18px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans);
	margin-bottom:38px
}
@media(max-width:991px) {
.video-section-content {
text-align:center
}
}
.video-section-content.sibling-2 {
	text-align:center
}
.video-section-content.sibling-2 h2 {
	font-size:4.2rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw)
}
.video-section-content.sibling-2 p, .video-section-content.sibling-2 .info-single .info-text a, .info-single .info-text .video-section-content.sibling-2 a {
	font-size:18px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans);
	margin-bottom:0
}
.video-play {
	text-align:center;
	z-index:9;
	position:relative
}
.video-play .video-icon {
	width:45px;
	height:45px;
	border-radius:50%;
	line-height:38px;
	display:inline-block;
	text-align:center;
	position:relative;
	border:1px solid transparent;
	font-size:30px;
	color:var(--theme-color);
	background:var(--white)
}
.video-play .video-icon::before {
content:"";
display:block;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
border-radius:50%;
background:rgba(255, 255, 255, .5);
-webkit-animation:ripple-1 2s infinite ease-in-out;
animation:ripple-1 2s infinite ease-in-out;
z-index:-1
}
.video-play .video-icon::after {
content:"";
display:block;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
border-radius:50%;
background:rgba(255, 255, 255, .3);
z-index:-1;
-webkit-animation:ripple-2 2s infinite ease-in-out;
animation:ripple-2 2s infinite ease-in-out;
-webkit-animation-delay:.5s;
animation-delay:.5s
}
.video-play.sibling-2 .video-icon {
	color:var(--text-primary);
	background:var(--theme-color)
}
.video-play.sibling-2 .video-icon::before {
background:var(--theme-color)
}
.video-play.sibling-2 .video-icon::after {
background:var(--theme-color)
}
.video-play.sibling-3 .video-icon {
	color:var(--white);
	background:var(--theme-color)
}
.video-play.sibling-3 .video-icon::before {
background:var(--theme-color)
}
.video-play.sibling-3 .video-icon::after {
background:var(--theme-color)
}
@-webkit-keyframes ripple-1 {
0% {
transform:scale(1);
opacity:1
}
100% {
transform:scale(1.9);
opacity:0
}
}
@keyframes ripple-1 {
0% {
transform:scale(1);
opacity:1
}
100% {
transform:scale(1.9);
opacity:0
}
}
@-webkit-keyframes ripple-2 {
0% {
transform:scale(1);
opacity:1
}
100% {
transform:scale(2.1);
opacity:0
}
}
@keyframes ripple-2 {
0% {
transform:scale(1);
opacity:1
}
100% {
transform:scale(2.1);
opacity:0
}
}
.video-play.sibling-4 {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%)
}
@media(max-width:991px) {
.video-wrapper {
margin-top:40px
}
}
.video-wrapper span.watch-video {
	font-size:16px;
	font-weight:600;
	color:var(--white);
	font-family:var(--font-work-sans);
	position:relative;
	display:inline-block;
	padding-right:60px;
	transform:rotate(-90deg);
	margin-right:0;
	margin-top:80px;
	white-space:nowrap
}
@media(max-width:991px) {
.video-wrapper span.watch-video {
transform:rotate(0deg);
margin-top:30px
}
}
.video-wrapper span.watch-video::after {
content:"";
position:absolute;
top:50%;
transform:translateY(-50%);
width:50px;
height:2px;
border-radius:30px;
background:var(--white);
right:0
}
.video-wrapper.sibling-2 {
	position:absolute;
	top:-50px;
	left:85px;
	background-color:var(--white);
	width:110px;
	min-height:290px;
	padding:40px 25px;
	z-index:9
}
@media(min-width:992px)and (max-width:1199px) {
.video-wrapper.sibling-2 {
top:-40px;
left:40px
}
}
@media(max-width:991px) {
.video-wrapper.sibling-2 {
min-height:110px;
left:0;
top:-40px;
background:0 0
}
}
.video-wrapper.sibling-2 span.watch-video {
	white-space:nowrap;
	margin-top:82px;
	padding-right:16px;
	padding-bottom:40px;
	color:var(--text-primary);
	white-space:nowrap
}
.video-wrapper.sibling-2 span.watch-video::after {
content:"";
position:absolute;
top:20%;
transform:translateY(24%);
width:50px;
height:2px;
border-radius:30px;
background:var(--text-primary);
right:-45px
}
@media(max-width:991px) {
.video-wrapper.sibling-2 span.watch-video {
display:none;
visibility:hidden
}
}
.video-wrapper.sibling-3 {
	overflow:hidden;
	position:absolute;
	top:-60px;
	right:2%;
	background-color:var(--white);
	box-shadow:4px 3px 40px rgba(16, 33, 34, .08);
	width:90px;
	min-height:290px;
	padding:40px 25px;
	z-index:9
}
@media(min-width:1400px)and (max-width:1600px) {
.video-wrapper.sibling-3 {
right:0
}
}
@media(min-width:992px)and (max-width:1199px) {
.video-wrapper.sibling-3 {
top:-60px
}
}
@media(max-width:1399px) {
.video-wrapper.sibling-3 {
min-height:110px;
right:0;
top:-60px;
background:0 0;
box-shadow:unset
}
}
.video-wrapper.sibling-3 span.watch-video {
	white-space:nowrap;
	margin-top:90px;
	padding-right:0;
	padding-bottom:40px;
	color:var(--theme-color)
}
.video-wrapper.sibling-3 span.watch-video::after {
content:"";
position:absolute;
top:18%;
transform:translateY(24%);
width:50px;
height:2px;
border-radius:30px;
background:var(--theme-color);
right:-60px
}
@media(max-width:1399px) {
.video-wrapper.sibling-3 span.watch-video {
display:none;
visibility:hidden
}
}
.video-wrapper.sibling-4 {
	width:140px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:15%;
	margin-top:0
}
@media(min-width:992px)and (max-width:1199px) {
.video-wrapper.sibling-4 {
right:5%
}
}
@media(max-width:991px) {
.video-wrapper.sibling-4 {
right:0%;
top:15%
}
.video-wrapper.sibling-4 span.watch-video {
display:none;
visibility:hidden
}
}
@media(max-width:767px) {
.asking-form-section {
padding:90px 0 0
}
}
.asking-form-wrap {
	background:#fff7f5;
	padding:45px 40px;
	margin-top:-100px
}
@media(min-width:992px)and (max-width:1199px) {
.asking-form-wrap {
margin-top:-40px
}
}
@media(min-width:768px)and (max-width:991px) {
.asking-form-wrap {
margin-top:-20px
}
}
@media(min-width:576px)and (max-width:768px) {
.asking-form-wrap {
padding:50px 30px
}
}
@media(max-width:576px) {
.asking-form-wrap {
margin-top:0;
padding:50px 25px
}
}
form.style-1 .form-inner input, form.style-1 .form-inner textarea {
	border:1px solid var(--border-color);
	height:50px;
	line-height:50px;
	font-size:16px;
	color:var(--text-primary);
	width:100%;
	background-color:#fff7f5;
	padding:0 20px;
transition:all .4s ease
}
form.style-1 .form-inner input:focus, form.style-1 .form-inner textarea:focus {
	border:1px solid var(--theme-color)
}
form.style-1 .form-inner input::-moz-placeholder, form.style-1 .form-inner textarea::-moz-placeholder {
font-size:14px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans)
}
form.style-1 .form-inner input:-ms-input-placeholder, form.style-1 .form-inner textarea:-ms-input-placeholder {
font-size:14px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans)
}
form.style-1 .form-inner input::placeholder, form.style-1 .form-inner textarea::placeholder {
font-size:14px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans)
}
form.style-1 .form-inner textarea {
	min-height:140px
}
.best-plan-section .swiper {
	margin:-15px;
	padding:15px
}
.best-plan-single1 {
	width:100%;
	max-width:415px;
	border:1px solid #eee;
transition:all .6s ease;
	margin-left:auto;
	margin-right:auto
}
.best-plan-single1:hover {
	border:1px solid transparent;
	box-shadow:4px 3px 10px rgba(16, 33, 34, .06)
}
.best-plan-single1 .image {
	position:relative
}
.best-plan-single1 .image .plan-icon {
	background:#fff;
	box-shadow:4px 3px 35px rgba(117, 117, 117, .15);
	border-radius:5px;
	height:60px;
	width:60px;
	line-height:60px;
	text-align:center;
	position:absolute;
	left:25px;
	bottom:-20px
}
.best-plan-single1 .content {
	padding:30px 25px 35px
}
@media(max-width:991px) {
.best-plan-single1 .content {
padding:30px 12px
}
}
.best-plan-single1 .content h4 {
	margin-bottom:15px
}
.best-plan-single1 .content h4 a {
	font-size:2.4rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
transition:all .5s ease;
	line-height:1.4
}
.best-plan-single1 .content h4:hover a {
	color:var(--theme-color)
}
.best-plan-single1 .content p, .best-plan-single1 .content .info-single .info-text a, .info-single .info-text .best-plan-single1 .content a {
	font-size:2rem;
	font-weight:600;
	color:var(--theme-color);
	margin-bottom:5px
}
.best-plan-single1 .content .best-plan-meta {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:25px
}
.best-plan-single1 .content .best-plan-meta span.duration {
	font-size:16px;
	font-weight:600;
	color:var(--text-secondary)
}
.best-plan-single1 .content .best-plan-meta span.duration .bi {
	font-family:var(--font-work-sans);
	margin-right:10px;
	vertical-align:middle;
	color:var(--theme-color)
}
.best-plan-single1 .content .best-plan-meta span.rating {
	font-size:16px;
	font-weight:600;
	color:var(--text-secondary)
}
.best-plan-single1 .content .best-plan-meta span.rating .bi {
	color:var(--theme-color);
	margin:0 5px
}
.best-plan-single1 .list-area {
	margin-bottom:25px
}
.list-area h5 {
	font-size:2rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:15px
}
.list-area ul.plan-list1 {
	list-style:none;
	margin:0;
	padding:0
}
.list-area ul.plan-list1 li {
	position:relative;
	padding-left:25px;
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	margin-bottom:5px
}
.list-area ul.plan-list1 li::before {
content:"";
position:absolute;
top:10px;
left:0;
width:12px;
height:2px;
background:var(--text-secondary);
border-radius:30px
}
.arrows-style-1 .swiper-prev-arrow {
	height:45px;
	width:45px;
	line-height:42px;
	text-align:center;
	border:1px solid var(--border-color);
	border-radius:50%;
	position:absolute;
	left:-50px;
	top:50%;
	transform:translateY(-50%);
transition:all .4s ease
}
@media(min-width:1200px)and (max-width:1399px) {
.arrows-style-1 .swiper-prev-arrow {
left:-50px
}
}
.arrows-style-1 .swiper-prev-arrow svg {
	fill:var(--border-color);
transition:all .4s ease
}
.arrows-style-1 .swiper-prev-arrow:hover {
	background-color:var(--theme-color);
	border:1px solid var(--theme-color)
}
.arrows-style-1 .swiper-prev-arrow:hover svg {
	fill:var(--white)
}
.arrows-style-1 .swiper-next-arrow {
	height:45px;
	width:45px;
	line-height:42px;
	text-align:center;
	border:1px solid var(--border-color);
	border-radius:50%;
	position:absolute;
	right:-50px;
	top:50%;
	transform:translateY(-50%);
transition:all .4s ease
}
@media(min-width:1200px)and (max-width:1399px) {
.arrows-style-1 .swiper-next-arrow {
right:-50px
}
}
.arrows-style-1 .swiper-next-arrow svg {
	fill:var(--border-color);
transition:all .4s ease
}
.arrows-style-1 .swiper-next-arrow:hover {
	background-color:var(--theme-color);
	border:1px solid var(--theme-color)
}
.arrows-style-1 .swiper-next-arrow:hover svg {
	fill:var(--white)
}
.arrows-style-1.sibling-1 .swiper-prev-arrow {
	height:45px;
	width:45px;
	line-height:42px;
	text-align:center;
	border:1px solid var(--border-color);
	border-radius:50%;
	position:absolute;
	left:-50px;
	top:50%;
	transform:translateY(-50%);
transition:all .4s ease
}
@media(min-width:1200px)and (max-width:1399px) {
.arrows-style-1.sibling-1 .swiper-prev-arrow {
left:-50px
}
}
.arrows-style-1.sibling-1 .swiper-prev-arrow svg {
	fill:var(--border-color);
transition:all .4s ease
}
.arrows-style-1.sibling-1 .swiper-prev-arrow:hover {
	background-color:var(--theme-color);
	border:1px solid var(--theme-color)
}
.arrows-style-1.sibling-1 .swiper-prev-arrow:hover svg {
	fill:var(--white)
}
.arrows-style-1.sibling-1 .swiper-next-arrow {
	height:45px;
	width:45px;
	line-height:42px;
	text-align:center;
	border:1px solid var(--border-color);
	border-radius:50%;
	position:absolute;
	right:-50px;
	top:50%;
	transform:translateY(-50%);
transition:all .4s ease
}
@media(min-width:1200px)and (max-width:1399px) {
.arrows-style-1.sibling-1 .swiper-next-arrow {
right:-50px
}
}
.arrows-style-1.sibling-1 .swiper-next-arrow svg {
	fill:var(--border-color);
transition:all .4s ease
}
.arrows-style-1.sibling-1 .swiper-next-arrow:hover {
	background-color:var(--theme-color);
	border:1px solid var(--theme-color)
}
.arrows-style-1.sibling-1 .swiper-next-arrow:hover svg {
	fill:var(--white)
}
.arrows-style-2 .swiper-prev-arrow {
	height:45px;
	width:45px;
	line-height:42px;
	text-align:center;
	border:1px solid var(--white);
	border-radius:50%;
	position:absolute;
	left:15px;
	top:50%;
	transform:translateY(-50%);
transition:all .4s ease;
	z-index:9
}
@media(min-width:1200px)and (max-width:1399px) {
.arrows-style-2 .swiper-prev-arrow {
left:5px
}
}
@media(max-width:1199px) {
.arrows-style-2 .swiper-prev-arrow {
display:none;
visibility:hidden
}
}
.arrows-style-2 .swiper-prev-arrow svg {
	fill:var(--white);
transition:all .4s ease
}
.arrows-style-2 .swiper-prev-arrow:hover {
	background-color:var(--theme-color);
	border:1px solid var(--theme-color)
}
.arrows-style-2 .swiper-prev-arrow:hover svg {
	fill:var(--white)
}
.arrows-style-2 .swiper-next-arrow {
	height:45px;
	width:45px;
	line-height:42px;
	text-align:center;
	border:1px solid var(--border-color);
	border-radius:50%;
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%);
transition:all .4s ease;
	z-index:9
}
@media(min-width:1200px)and (max-width:1399px) {
.arrows-style-2 .swiper-next-arrow {
right:5px
}
}
@media(max-width:1199px) {
.arrows-style-2 .swiper-next-arrow {
display:none;
visibility:hidden
}
}
.arrows-style-2 .swiper-next-arrow svg {
	fill:var(--border-color);
transition:all .4s ease
}
.arrows-style-2 .swiper-next-arrow:hover {
	background-color:var(--theme-color);
	border:1px solid var(--theme-color)
}
.arrows-style-2 .swiper-next-arrow:hover svg {
	fill:var(--white)
}
.arrows-style-2.sibling-2 .swiper-prev-arrow:hover {
	background-color:var(--theme-color);
	border:1px solid var(--theme-color)
}
.arrows-style-2.sibling-2 .swiper-prev-arrow:hover svg {
	fill:var(--white)
}
.arrows-style-2.sibling-2 .swiper-next-arrow:hover {
	background-color:var(--theme-color);
	border:1px solid var(--theme-color)
}
.arrows-style-2.sibling-2 .swiper-next-arrow:hover svg {
	fill:var(--white)
}
.arrows-style-2.sibling-3 .swiper-prev-arrow {
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	border:1px solid var(--white);
	border-radius:0;
	position:absolute;
	left:15px;
	top:50%;
	transform:translateY(-50%);
transition:all .4s ease;
	z-index:9
}
.arrows-style-2.sibling-3 .swiper-prev-arrow i {
	color:var(--white)
}
.arrows-style-2.sibling-3 .swiper-prev-arrow:hover {
	background-color:var(--theme-color);
	border:1px solid var(--theme-color)
}
.arrows-style-2.sibling-3 .swiper-prev-arrow:hover svg {
	fill:var(--white)
}
.arrows-style-2.sibling-3 .swiper-next-arrow {
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	border:1px solid var(--white);
	border-radius:0;
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%);
transition:all .4s ease;
	z-index:9
}
.arrows-style-2.sibling-3 .swiper-next-arrow i {
	color:var(--white)
}
.arrows-style-2.sibling-3 .swiper-next-arrow:hover {
	background-color:var(--theme-color);
	border:1px solid var(--theme-color)
}
.arrows-style-2.sibling-3 .swiper-next-arrow:hover svg {
	fill:var(--white)
}
.arrows-style-3 .swiper-prev-arrow {
	height:42px;
	width:42px;
	line-height:43px;
	text-align:center;
	border:1px solid var(--border-color);
	border-radius:50%;
	position:absolute;
	left:2%;
	top:50%;
	transform:translateY(-50%);
transition:all .4s ease
}
@media(min-width:1200px)and (max-width:1399px) {
.arrows-style-3 .swiper-prev-arrow {
left:10px
}
}
.arrows-style-3 .swiper-prev-arrow i {
	font-size:34px;
	margin-right:-32px;
	color:var(--border-color);
transition:all .4s ease
}
.arrows-style-3 .swiper-prev-arrow:hover {
	border:1px solid var(--theme-color)
}
.arrows-style-3 .swiper-prev-arrow:hover i {
	color:var(--theme-color);
	margin-right:0
}
.arrows-style-3 .swiper-next-arrow {
	height:42px;
	width:42px;
	line-height:43px;
	text-align:center;
	border:1px solid var(--border-color);
	border-radius:50%;
	position:absolute;
	right:2%;
	top:50%;
	transform:translateY(-50%);
transition:all .4s ease
}
@media(min-width:1200px)and (max-width:1399px) {
.arrows-style-3 .swiper-next-arrow {
right:10px
}
}
.arrows-style-3 .swiper-next-arrow i {
	font-size:34px;
	margin-left:-28px;
	color:var(--border-color);
transition:all .4s ease
}
.arrows-style-3 .swiper-next-arrow:hover {
	border:1px solid var(--theme-color)
}
.arrows-style-3 .swiper-next-arrow:hover i {
	color:var(--theme-color);
	margin-left:0
}
.arrows-style-3.sibling-2 .swiper-prev-arrow:hover {
	border:1px solid var(--theme-color)
}
.arrows-style-3.sibling-2 .swiper-prev-arrow:hover i {
	color:var(--theme-color);
	margin-right:0
}
.arrows-style-3.sibling-2 .swiper-next-arrow:hover {
	border:1px solid var(--theme-color)
}
.arrows-style-3.sibling-2 .swiper-next-arrow:hover i {
	color:var(--theme-color);
	margin-right:0
}
.arrows-style-4 .swiper-prev-arrow {
	height:42px;
	width:42px;
	line-height:43px;
	text-align:center;
	border:1px solid var(--border-color);
	border-radius:50%;
transition:all .4s ease
}
@media(min-width:1200px)and (max-width:1399px) {
.arrows-style-4 .swiper-prev-arrow {
left:10px
}
}
.arrows-style-4 .swiper-prev-arrow i {
	font-size:34px;
	margin-right:-32px;
	color:var(--border-color);
transition:all .4s ease
}
.arrows-style-4 .swiper-prev-arrow:hover {
	border:1px solid var(--theme-color)
}
.arrows-style-4 .swiper-prev-arrow:hover i {
	color:var(--theme-color);
	margin-right:0
}
.arrows-style-4 .swiper-next-arrow {
	height:42px;
	width:42px;
	line-height:43px;
	text-align:center;
	border:1px solid var(--border-color);
	border-radius:50%;
transition:all .4s ease
}
@media(min-width:1200px)and (max-width:1399px) {
.arrows-style-4 .swiper-next-arrow {
right:10px
}
}
.arrows-style-4 .swiper-next-arrow i {
	font-size:34px;
	margin-left:-28px;
	color:var(--border-color);
transition:all .4s ease
}
.arrows-style-4 .swiper-next-arrow:hover {
	border:1px solid var(--theme-color)
}
.arrows-style-4 .swiper-next-arrow:hover i {
	color:var(--theme-color);
	margin-left:0
}
.arrows-style-4.sibling-2 .swiper-prev-arrow {
	border:none
}
.arrows-style-4.sibling-2 .swiper-prev-arrow img {
transition:all .5s ease;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.arrows-style-4.sibling-2 .swiper-prev-arrow:hover img {
	padding-right:15px
}
.arrows-style-4.sibling-2 .swiper-next-arrow {
	border:none
}
.arrows-style-4.sibling-2 .swiper-next-arrow img {
transition:all .5s ease;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.arrows-style-4.sibling-2 .swiper-next-arrow:hover img {
	padding-left:15px
}
.counter-wrapper {
	background:#fff;
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	padding:20px
}
.counter-single {
	padding:25px 0
}
.counter-single svg {
	fill:var(--theme-color);
transition:all .5s ease
}
.counter-single:hover svg {
	transform:scale(1.2)
}
.counter-single .counter-icon {
	margin-bottom:12px
}
.counter-single .coundown .counter-icon {
	margin-bottom:30px
}
.counter-single .coundown h3 {
	font-size:3.6rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:5px;
	display:inline-block
}
.counter-single .coundown p, .counter-single .coundown .info-single .info-text a, .info-single .info-text .counter-single .coundown a {
	margin-bottom:0;
	font-size:2.2rem;
	font-weight:500;
	color:var(--text-secondary);
	line-height:1.3
}
.counter-single.sibling-2 {
	background-color:var(--white);
	position:relative;
	z-index:1
}
.counter-single.sibling-2 svg {
	fill:var(--primary-color2)!important
}
.counter-single.sibling-3 {
	background:linear-gradient(152.97deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-backdrop-filter:blur(42px);
	backdrop-filter:blur(42px);
	position:relative;
	z-index:2;
	width:100%;
	max-width:220px;
	margin:0 auto;
	border:1px solid rgba(23, 179, 132, .25);
transition:all .6s ease
}
@media(max-width:991px) {
.counter-single.sibling-3 {
max-width:unset
}
}
.counter-single.sibling-3:hover {
	border:1px solid rgba(255, 255, 255, .35)
}
.counter-single.sibling-3 .counter-icon {
	margin-bottom:5px
}
.counter-single.sibling-3 .coundown .bi {
	font-size:40px;
	color:var(--white);
	font-weight:800
}
.counter-single.sibling-3 .coundown h3 {
	font-size:3.6rem;
	font-weight:800;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:0
}
@media(max-width:576px) {
.counter-single.sibling-3 .coundown h3 {
font-size:3.4rem;
font-weight:800;
color:var(--white)
}
}
.counter-single.sibling-3 .coundown p, .counter-single.sibling-3 .coundown .info-single .info-text a, .info-single .info-text .counter-single.sibling-3 .coundown a {
	color:var(--white);
	margin-bottom:0;
	margin-top:-5px
}
.partner-single {
	text-align:center
}
.partner-single img {
	vertical-align:middle;
	filter:grayscale(0);
	opacity:1;
transition:all .45s ease
}
.partner-single img:hover {
	filter:grayscale(1);
	opacity:.8
}
.partner-single.sibling-2 img {
	vertical-align:middle;
	filter:grayscale(1);
	opacity:.8;
transition:all .45s ease
}
.partner-single.sibling-2 img:hover {
	filter:grayscale(0);
	opacity:1
}
.insta-feed-single img {
	    width: 100%;
    object-fit: cover;
    height: 255px;
}
.insta-feed-single a{
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.7);
    opacity: 0;
    transition: all .45s ease-in-out;
	}
	.insta-feed-single:hover a{

    opacity: 1;
    
	}
		.insta-feed-single a i {
    font-size: 40px;
    display: block;
    text-align: center;
    color: var(--theme-color);
    margin-bottom: 10px;
}
    
	
		
	.insta-feed-single a h3{
		color:#fff;
		font-size:20px;
		font-weight:600;
		display:block;
		text-align:center;
		width:100%;
		margin:0px auto;
	}
.section-title-small {
	margin-bottom:40px;
	margin-top:-8px
}
.section-title-small i {
	font-size:22px;
	color:var(--text-secondary)
}
.section-title-small span {
	font-size:3rem;
	font-weight:600;
	color:var(--text-secondary);
	padding-left:18px
}
.section-title4 {
	text-align:center;
	margin-bottom:60px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center
}
.section-title4 span {
	display:block;
	font-family:var(--font-work-sans);
	font-size:1.8rem;
	font-weight:400;
	color:var(--text-secondary);
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:3px
}
.section-title4 h2 {
	font-size:4.2rem;
	font-weight:600;
	color:var(--text-primary);
	margin-bottom:15px;
	margin-top:-7px;
	display:inline-block;
	font-family:var(--font-merriw)
}
.section-title4 img {
	max-width:370px;
	width:100%;
	margin-left:auto;
	margin-right:auto
}
.section-title4.sibling2 span {
	display:block;
	font-family:var(--font-satisfy);
	font-size:1.8rem;
	font-weight:400;
	color:var(--theme-color);
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:3px
}
.section-title4.sibling2 h2 {
	font-size:4.2rem;
	font-weight:600;
	color:var(--white);
	margin-bottom:15px;
	margin-top:-7px;
	display:inline-block;
	font-family:var(--font-merriw)
}
.section-title4.sibling3 span {
	display:block;
	font-family:var(--font-work-sans);
	font-size:1.8rem;
	font-weight:400;
	color:var(--theme-color);
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:3px
}
.section-title4.sibling3 h2 {
	font-size:4.2rem;
	font-weight:600;
	color:var(--text-primary);
	margin-bottom:15px;
	margin-top:-7px;
	display:inline-block;
	font-family:var(--font-merriw)
}
.counter-section5 {
	position:relative;
	height:auto;
	    padding: 70px 0px 70px;
}
.counter-section5 .counter5-bg {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	right:0;
	height:100%;
	width:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.tour-place-section {
	overflow:hidden
}
.tour-card-wrapper {
	width:100%;
	max-width:1400px;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:flex-end;
	flex-wrap:wrap;
	margin:-15px auto
}
@media(min-width:768px)and (max-width:991px) {
.tour-card-wrapper {
align-items:center
}
}
.tour-card-wrapper .col-40 {
	width:40%;
	height:auto;
	padding:15px
}
@media(min-width:768px)and (max-width:991px) {
.tour-card-wrapper .col-40 {
width:40%
}
}
@media(max-width:767px) {
.tour-card-wrapper .col-40 {
width:100%
}
}
.tour-card-wrapper .col-60 {
	width:60%;
	height:auto;
	padding:15px
}
@media(min-width:768px)and (max-width:991px) {
.tour-card-wrapper .col-60 {
width:60%
}
}
@media(max-width:767px) {
.tour-card-wrapper .col-60 {
width:100%
}
}
.tour-card-wrapper .col-30 {
	width:30%;
	height:auto;
	padding:15px
}
@media(min-width:768px)and (max-width:991px) {
.tour-card-wrapper .col-30 {
width:50%
}
}
@media(max-width:767px) {
.tour-card-wrapper .col-30 {
width:100%
}
}
.tour-card-alpha {
transition:all .5s ease
}
.tour-card-alpha:hover .tour-badge {
	background:var(--theme-color)
}
.tour-card-alpha img {
	width:100%
}
.tour-card-beta {
	position:relative;
transition:all .5s ease
}
.tour-card-beta:hover .tour-badge {
	background:var(--theme-color)
}
.tour-card-beta img {
	width:100%
}
.tour-card-gamma {
transition:all .5s ease
}
.tour-card-gamma:hover .tour-badge {
	background:var(--theme-color)
}
.tour-card-gamma img {
	width:100%
}
.tour-card-delta {
transition:all .5s ease
}
.tour-card-delta:hover .tour-badge {
	background:var(--theme-color)
}
.tour-card-delta img {
	width:100%
}
.tour-badge {
	background:#fff;
	padding:20px;
	border-radius:50%;
	text-align:center;
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	width:100%;
	max-width:200px;
	min-height:200px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-top:-100px;
	position:relative;
transition:all .5s ease
}
@media(max-width:576px) {
.tour-badge {
width:100%;
max-width:160px;
min-height:160px
}
}
.tour-badge h5 {
	font-size:2.2rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:8px;
	line-height:1.4
}
.tour-badge p, .tour-badge .info-single .info-text a, .info-single .info-text .tour-badge a {
	font-size:16px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
	margin-bottom:5px
}
.tour-badge span {
	display:inline-block;
	border-radius:30px;
	width:34px;
	height:2px;
	background:var(--text-primary)
}
.tour-badge.sibling-2 {
	position:absolute;
	bottom:30%;
	right:-70px;
	z-index:99
}
@media(min-width:992px)and (max-width:1199px) {
.tour-badge.sibling-2 {
right:20px;
bottom:20px
}
}
@media(min-width:768px)and (max-width:991px) {
.tour-badge.sibling-2 {
right:20px;
bottom:20px
}
}
@media(max-width:767px) {
.tour-badge.sibling-2 {
position:relative
}
}
@media(max-width:1600px) {
.tour-badge.sibling-2 {
right:0
}
}
.footer-section {
	background-image:linear-gradient(rgba(9, 16, 13, 0.88), rgba(9, 16, 13, 0.88)), url("../images/bg/footer1-bg.png");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
	padding:0 0px;
 
		background-color:var(--theme-color2);
    background-image: url(../images/footer-bg.png);
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-section .footer-plane1 {
	position:absolute;
	right:2%;
	top:10%;
	-webkit-animation:jump 1s linear infinite alternate;
	animation:jump 1s linear infinite alternate
}
.footer-section .footer-plane1 svg {
	fill:var(--theme-color)
}
@media(max-width:1199px) {
.footer-section .footer-plane1 {
display:none;
visibility:none
}
}
@-webkit-keyframes jump {
0% {
transform:translateY(0px)
}
25% {
transform:translateY(-10px)
}
50% {
transform:translateY(0px)
}
70% {
transform:translateY(10px)
}
100% {
transform:translateY(0px)
}
}
@keyframes jump {
0% {
transform:translateY(0px)
}
25% {
transform:translateY(-10px)
}
50% {
transform:translateY(0px)
}
70% {
transform:translateY(10px)
}
100% {
transform:translateY(0px)
}
}
.footer-section .footer-plane2 {
	position:absolute;
	left:4%;
	top:10%
}
 

.footer-section::before {
content:"";
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
/*background:#292b31;*/
z-index:-2
}
.footer-section .footer-about {
	background-color:#fff;
	padding:25px;
	border-radius:50%;
	position:relative;
	overflow:hidden;
	max-width:280px;
	margin:0 auto
}
@media(min-width:768px)and (max-width:991px) {
.footer-section .footer-about {
max-width:220px;
margin:0 auto
}
}
@media(min-width:576px)and (max-width:768px) {
.footer-section .footer-about {
max-width:220px;
margin:0 auto
}
}
@media(max-width:1199px) {
.footer-section .footer-about {
padding:20px
}
}
.footer-section .footer-about .footer-plane {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:40px;
	opacity:.1
}
.footer-section .footer-about .footer1-logo {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	text-align:center
}
.footer-section .footer-about .footer1-logo img{
	height:136px
}
.footer-section .footer-about .footer1-logo p, .footer-section .footer-about .footer1-logo .info-single .info-text a, .info-single .info-text .footer-section .footer-about .footer1-logo a {
	font-size:16px;
	font-weight:400;
	color:var(--theme-color);
	font-family:var(--font-work-sans);
	margin-bottom:0;
	margin-top:10px
}
@media(max-width:1199px) {
.footer-section .footer-about .footer1-logo img {
max-width:130px;
width:100%
}
}
.footer-section .footer-about svg {
	-webkit-animation:rotate 15s linear infinite;
	animation:rotate 15s linear infinite
}
.footer-section .footer-about svg path {
	fill:#fff
}
@-webkit-keyframes rotate {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(360deg)
}
}
@keyframes rotate {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(360deg)
}
}
.footer-section .pay-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:row;
	justify-content:start;
	gap:15px
}
.footer-section .footer-top {
	padding:51px 0 50px
}
.footer-section .footer-meta {
	margin-top:70px
}
@media(max-width:576px) {
.footer-section .footer-meta {
margin-top:50px
}
}
.footer-section .footer-meta h4 {
	font-size:2rem;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans);
	margin-right:20px;
	margin-bottom:0
}
@media(min-width:992px)and (max-width:1199px) {
.footer-section .footer-meta h4 {
margin-right:10px;
font-size:2rem
}
}
@media(max-width:576px) {
.footer-section .footer-meta h4 {
display:none;
visibility:hidden
}
}
.footer-section .footer-social {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}
.footer-section .footer-social i {
    border: 1px solid #5e5e5e;
    width: 37px;
    height: 37px;
    line-height: 37px;
    color: var(--theme-color);
    background: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    transition: all .5s ease-out 0s;
}
.footer-section .footer-social i:hover {
	background:var(--theme-color);
	border:1px solid var(--theme-color)
}
.footer-section .footer-item h4 {
	font-size:20px;
	font-weight:500;
	color:var(--white);
	margin-bottom:25px;
	font-family:var(--font-merriw);
	position:relative;
	padding-bottom:10px
}
.footer-section .footer-item h4::after {
content:"";
position:absolute;
bottom:0;
left:0;
width:50px;
height:2px;
border-radius:30px;
display:block;
background:linear-gradient(90deg, var(--primary-color1), transparent)
}
.footer-section .footer-item .link-list {
	margin:0;
	padding:0;
	list-style:none
}
.footer-section .footer-item .link-list li {
	margin-bottom:15px;
	padding-left:0;
transition:all .55s ease;
	position:relative
}
.footer-section .footer-item .link-list li::after {
content:"";
position:absolute;
top:12px;
left:0;
width:8px;
height:2px;
display:block;
background:var(--theme-color);
opacity:0;
transition:all .55s ease
}
.footer-section .footer-item .link-list li:last-child {
	margin-bottom:0
}
.footer-section .footer-item .link-list li:hover {
	padding-left:15px
}
.footer-section .footer-item .link-list li:hover::after {
content:"";
opacity:1
}
.footer-section .footer-item .link-list li:hover a {
	color:var(--theme-color)
}
.footer-section .footer-item .link-list a {
	font-size:15px;
	font-weight:400;
	font-family:var(--font-work-sans);
	color:var(--border-color);
transition:all .4s ease;
	color:#d7d3d3
}
.footer-section .footer-item .contact-list {
	list-style:none;
	margin:0;
	padding:0
}
.footer-section .footer-item .contact-list li {
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	margin-bottom:15px;
	gap:12px
}
.footer-section .footer-item .contact-list li:hover .icon .bi {
	background:var(--theme-color);
	color:var(--white)
}
.footer-section .footer-item .contact-list li:last-child {
	margin-bottom:0
}
.footer-section .footer-item .contact-list li .icon .bi {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	border:1px solid var(--theme-color);
	color:var(--theme-color);
	display:block;
transition:all .45s ease;
	font-size:16px
}
.footer-section .footer-item .contact-list li .text {
	color:var(--border-color);
	font-size: 15px;
}
.footer-section .footer-item .contact-list li .text a{
	 
	font-size: 15px;
}
.footer-section .footer-item .contact-list li .text a {
	display:block;
	margin-bottom:3px
}
.footer-section .footer-bottom {
	padding:16px 0;
	border-top:1px solid rgba(255, 255, 255, .1)
}
.footer-section .footer-bottom p, .footer-section .footer-bottom .info-single .info-text a, .info-single .info-text .footer-section .footer-bottom a {
	font-size:16px;
	font-weight:400;
	font-family:var(--font-exo);
	color:var(--white);
	margin-bottom:0;
	margin-right:30px
}
.footer-section .footer-bottom p a{
	color:var(--theme-color);
}
.footer-section .footer-bottom p a:hover{
	color:var(--theme-color);
}

@media(max-width:991px) {
.footer-section .footer-bottom p, .footer-section .footer-bottom .info-single .info-text a, .info-single .info-text .footer-section .footer-bottom a {
margin-right:0
}
}
.footer-section .footer-bottom p .egns-lab, .footer-section .footer-bottom .info-single .info-text a .egns-lab, .info-single .info-text .footer-section .footer-bottom a .egns-lab {
	font-size:13px;
	font-weight:500;
	color:var(--theme-color)
}
.footer-section .footer-bottom .footer-logo-list {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-flex
}
.footer-section .footer-bottom .footer-logo-list li {
	margin-right:20px
}
.footer-section .footer-bottom .footer-logo-list li img {
transition:all .6s ease
}
.footer-section .footer-bottom .footer-logo-list li:last-child {
	margin-right:0
}
.footer-section .footer-bottom .footer-logo-list li:hover img {
	transform:rotate(360deg)
}
.footer-section .footer-bottom .f-bottom-list {
	margin:0;
	padding:0;
	list-style:none
}
.footer-section .footer-bottom .f-bottom-list li:first-child a {
	position:relative;
	padding-right:15px;
	margin-right:15px
}
.footer-section .footer-bottom .f-bottom-list li:first-child a::after {
content:"";
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
width:2px;
height:15px;
background:var(--white)
}
.footer-section .footer-bottom .f-bottom-list a {
	font-size:14px;
	font-weight:500;
	color:var(--white);
transition:all .42s ease
}
.footer-section .footer-bottom .f-bottom-list a:hover {
	color:var(--theme-color)
}
.footer-section.sibling-2 .footer1-logo p, .footer-section.sibling-2 .footer1-logo .info-single .info-text a, .info-single .info-text .footer-section.sibling-2 .footer1-logo a {
	font-size:16px;
	font-weight:400;
	color:var(--theme-color)
}
.footer-section.sibling-2 .footer-item h4 {
	font-weight:500
}
.footer-section.sibling-2 .footer-item h4::after {
content:"";
background:linear-gradient(90deg, var(--primary-color2), transparent)
}
.footer-section.sibling-2 .link-list li:hover a {
	color:var(--theme-color)
}
.footer-section.sibling-2 .link-list li::after {
background:var(--theme-color)
}
.footer-section.sibling-2 .link-list a {
	color:var(--border-color)
}
.footer-section.sibling-2 .contact-list li .icon .bi {
	border:1px solid var(--theme-color);
	color:var(--theme-color)
}
.footer-section.sibling-2 .contact-list li:hover .icon .bi {
	background:var(--theme-color);
	color:var(--white)
}
.footer-section.sibling-2 .footer-social i:hover {
	background:var(--theme-color);
	border:1px solid var(--theme-color);
	color:var(--text-primary)
}
.footer-section.sibling-2 .footer-bottom p .egns-lab, .footer-section.sibling-2 .footer-bottom .info-single .info-text a .egns-lab, .info-single .info-text .footer-section.sibling-2 .footer-bottom a .egns-lab {
	color:var(--theme-color)
}
.footer-section.sibling-2 .footer-bottom .f-bottom-list a:hover {
	color:var(--theme-color)
}
.footer-section.sibling-3 .footer1-logo p, .footer-section.sibling-3 .footer1-logo .info-single .info-text a, .info-single .info-text .footer-section.sibling-3 .footer1-logo a {
	font-size:16px;
	font-weight:400;
	color:var(--theme-color)
}
.footer-section.sibling-3 .footer-item h4::after {
content:"";
background:linear-gradient(90deg, var(--theme-color), transparent)
}
.footer-section.sibling-3 .link-list li:hover a {
	color:var(--theme-color)
}
.footer-section.sibling-3 .link-list li::after {
background:var(--theme-color)
}
.footer-section.sibling-3 .link-list a {
	color:var(--border-color)
}
.footer-section.sibling-3 .contact-list li .icon .bi, .footer-section.sibling-3 .contact-list li .icon .fa, .footer-section.sibling-3 .contact-list li .icon .fas {
	     border: none;
    color: var(--theme-color);
    background: var(--theme-color2);
    color: var(--white);
    background: transparent;
    color: var(--white);
    width: auto;
    height: auto;
    top: 0px;
    position: relative;
}
.footer-section.sibling-3 .contact-list h5 {
      color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
}
.footer-section.sibling-3 .contact-list li:hover .icon .bi {
	background:transparent;
	color:var(--white)
}
.footer-section.sibling-3 .footer-social i:hover {
	background:var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
}
.footer-section.sibling-3 .footer-bottom p .egns-lab, .footer-section.sibling-3 .footer-bottom .info-single .info-text a .egns-lab, .info-single .info-text .footer-section.sibling-3 .footer-bottom a .egns-lab {
	color:var(--theme-color)
}
.footer-section.sibling-3 .footer-bottom .f-bottom-list a:hover {
	color:var(--theme-color)
}
.blog-single1 {
	overflow:hidden;
	position:relative;
	max-width:470px;
	margin:0 auto
}
.blog-single1 .image {
	position:relative
}
.blog-single1 .image span.blog-date {
	position:absolute;
	left:20px;
	bottom:20px;
	font-size:15px;
	font-weight:500;
	color:var(--text-primary);
	background:var(--white);
	padding:6px 12px
}
@media(max-width:576px) {
.blog-single1 .image image {
width:100%
}
}
.blog-single1 .content {
	padding-top:24px
}
.blog-single1 .content h4 {
	margin-bottom:15px
}
.blog-single1 .content h4 a {
	font-size:2.4rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.45;
transition:all .4s ease
}
.blog-single1 .content h4 a:hover {
	color:var(--theme-color)
}
.blog-single1 .content i {
	margin-left:5px;
	vertical-align:baseline
}
.blog-single2 {
	overflow:hidden;
	position:relative;
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06)
}
.blog-single2:hover .image img {
	transform:scale(1.1) rotate(2deg)
}
.blog-single2 .image {
	position:relative;
	overflow:hidden
}
.blog-single2 .image img {
transition:all .6s ease
}
@media(max-width:576px) {
.blog-single2 .image img {
width:100%
}
}
.blog-single2 .image span.blog-category {
	position:absolute;
	left:25px;
	top:25px;
	font-size:14px;
	font-weight:500;
	color:var(--white);
	background:var(--text-primary);
	padding:6px 12px
}
.blog-single2 .content {
	padding:30px 20px;
	text-align:center
}
.blog-single2 .content h5 a {
	font-size:2.4rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.45;
transition:all .4s ease
}
.blog-single2 .content h5 a:hover {
	color:var(--theme-color)
}
.blog-single2 .content .blog-date {
	margin-top:15px
}
.blog-single2 .content .blog-date i {
	font-size:13px;
	color:var(--text-secondary)
}
.blog-single2 .content .blog-date span {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	display:inline-block;
	padding-left:10px
}
.blog-single2.sibling-2 {
	box-shadow:unset;
	overflow:unset;
	margin-bottom:25px
}
.blog-single2.sibling-2:hover .content {
	background:#fff7f5
}
.blog-single2.sibling-2:hover .content h5 a {
	color:var(--theme-color)
}
.blog-single2.sibling-2:hover .content a .bi {
	background:var(--theme-color);
	color:var(--white)
}
.blog-single2.sibling-2 .image img {
	min-height:330px;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
@media(min-width:992px)and (max-width:1199px) {
.blog-single2.sibling-2 .image img {
min-height:300px
}
}
@media(max-width:991px) {
.blog-single2.sibling-2 .image img {
min-height:280px
}
}
.blog-single2.sibling-2 .content {
	width:90%;
	background-color:var(--white);
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	margin:-90px auto 0;
	z-index:1;
	position:relative;
transition:all .55s ease;
	position:relative;
	padding:30px 20px 40px
}
.blog-single2.sibling-2 .content .blog-date {
	margin-top:0;
	margin-bottom:5px
}
.blog-single2.sibling-2 .content h5 a {
	font-size:2.4rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.45;
transition:all .4s ease
}
.blog-single2.sibling-2 .content>a .bi {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50%;
	border:1px solid var(--theme-color);
	color:var(--theme-color);
	display:inline-block;
	position:absolute;
	bottom:-25px;
	left:50%;
	transform:translateX(-50%);
	font-size:30px;
	font-weight:600;
	background-color:var(--white);
transition:all .5s ease
}
.blog-single2.sibling-3 {
	box-shadow:unset;
	overflow:unset
}
.blog-single2.sibling-3 .image img {
	min-height:330px;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
@media(min-width:992px)and (max-width:1199px) {
.blog-single2.sibling-3 .image img {
min-height:300px
}
}
@media(max-width:991px) {
.blog-single2.sibling-3 .image img {
min-height:280px
}
}
.blog-single2.sibling-3 .content {
	width:90%;
	background-color:var(--white);
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	margin:-45px auto 0;
	z-index:1;
	position:relative;
transition:all .55s ease;
	position:relative;
	padding:30px 20px
}
.blog-single2.sibling-3 .content .blog-date {
	margin-top:0;
	margin-bottom:8px
}
.blog-single2.sibling-3 .content h5 {
	margin-bottom:15px
}
.blog-single2.sibling-3 .content h5 a {
	font-size:2.4rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.45;
transition:all .45s ease
}
.blog-single2.sibling-3 .content h5 a:hover {
	color:var(--theme-color)
}
.blog-single2.sibling-4 {
	box-shadow:unset;
	overflow:unset
}
.blog-single2.sibling-4 .image {
	position:relative
}
.blog-single2.sibling-4 .image .blog-date {
	position:absolute;
	left:0;
	top:20px;
	background-color:var(--white);
	padding:5px 15px
}
.blog-single2.sibling-4 .image .blog-date .bi {
	margin-right:8px
}
.blog-single2.sibling-4 .image img {
	min-height:330px;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
@media(min-width:992px)and (max-width:1199px) {
.blog-single2.sibling-4 .image img {
min-height:300px
}
}
@media(max-width:991px) {
.blog-single2.sibling-4 .image img {
min-height:280px
}
}
.blog-single2.sibling-4 .content {
	background-color:var(--white);
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	z-index:1;
	position:relative;
transition:all .55s ease;
	position:relative;
	padding:25px 20px;
	text-align:left
}
.blog-single2.sibling-4 .content .blog-date {
	margin-top:0;
	margin-bottom:8px
}
.blog-single2.sibling-4 .content span.tour-category {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	display:block;
	margin-bottom:5px
}
.blog-single2.sibling-4 .content h5 {
	margin-bottom:15px
}
.blog-single2.sibling-4 .content h5 a {
	font-size:2.4rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.45;
transition:all .45s ease
}
.blog-single2.sibling-4 .content h5 a:hover {
	color:var(--theme-color)
}
.blog-single2.sibling-5 .content h5 a:hover {
	color:var(--theme-color)
}
.blog-single3 {
	overflow:hidden;
	position:relative;
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	max-width:440px;
	margin-left:auto;
	margin-right:auto
}
.blog-single3:hover .image img {
	transform:scale(1.1)
}
.blog-single3:hover .image span.blog-date {
	font-size:15px;
	font-weight:500;
	color:var(--white);
	background:var(--text-primary)
}
.blog-single3:hover .image span.blog-date .bi {
	color:var(--white);
	font-size:14px;
	margin-right:8px
}
.blog-single3 .image {
	position:relative;
	overflow:hidden
}
.blog-single3 .image img {
transition:all .55s ease
}
.blog-single3 .image span.blog-date {
	position:absolute;
	left:20px;
	bottom:20px;
	font-size:15px;
	font-weight:500;
	color:var(--text-secondary);
	background:var(--white);
	padding:6px 12px;
transition:all .45s ease
}
.blog-single3 .image span.blog-date .bi {
	color:var(--text-secondary);
	font-size:14px;
	margin-right:8px
}
.blog-single3 .content {
	background:#fff;
	padding:25px
}
@media(min-width:1200px)and (max-width:1399px) {
.blog-single3 .content {
padding:20px
}
}
.blog-single3 .content span.category {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:8px;
	display:inline-block
}
.blog-single3 .content h4 {
	margin-bottom:25px
}
.blog-single3 .content h4 a {
	font-size:2.4rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.45;
transition:all .4s ease
}
@media(min-width:1200px)and (max-width:1399px) {
.blog-single3 .content h4 a {
font-size:2.2rem
}
}
.blog-single3 .content h4 a:hover {
	color:var(--text-secondary)
}
.blog-single3 .content i {
	margin-left:5px;
	vertical-align:baseline
}
.read-more-btn {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
transition:all .4s ease;
	font-family:var(--font-work-sans);
	position:relative;
	padding-bottom:5px;
	display:inline-flex;
	margin-top:0;
transition:all .55s ease;
	transform:translateY(0px);
transition:all .4s ease
}
.read-more-btn i {
	margin-left:10px
}
.read-more-btn::after {
content:"";
width:100%;
height:1px;
border-bottom:1px dashed #5e5e5e;
position:absolute;
left:0;
bottom:0;
transition:all .55s ease
}
.read-more-btn:hover {
	color:var(--theme-color)
}
.read-more-btn:hover::after {
border-bottom:1px dashed var(--theme-color)
}
.read-more-btn.sibling-2 {
	border:1px solid #5e5e5e;
	padding-bottom:unset;
	padding:8px 20px
}
.read-more-btn.sibling-2::after {
content:unset
}
.read-more-btn.sibling-2:hover {
	background-color:var(--theme-color);
	color:var(--text-primary);
	border:1px solid var(--theme-color)
}
h3.blog-details-subtitle {
	font-size:3rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.7;
	margin-bottom:10px
}
.blog-details-single {
	margin-bottom:40px
}
.blog-details-single>img {
	margin-bottom:30px
}
.blog-details-single p, .blog-details-single .info-single .info-text a, .info-single .info-text .blog-details-single a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	line-height:1.7;
	margin-bottom:20px
}
.blog-details-single blockquote {
	background:#fff7f5;
	padding:40px 45px;
	position:relative;
	margin:30px 0
}
.blog-details-single blockquote h4 {
	font-size:2.4rem;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-merriw);
	font-style:italic;
	line-height:1.5
}
.blog-details-single blockquote .quote-icon {
	position:absolute;
	right:50px;
	bottom:-12px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:50%;
	border:1px solid var(--theme-color)
}
.blog-details-single blockquote .quote-icon svg {
	fill:var(--theme-color)
}
.blog-details-single .details-img-group {
	margin-top:0;
	margin-bottom:35px
}
.blog-details-single .blog-details-feature-list {
	margin-bottom:20px
}
.blog-details-single .blog-details-feature-list li {
	font-size:18px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:12px
}
.blog-details-single .blog-details-feature-list li:last-child {
	margin-bottom:0
}
.blog-details-single .blog-details-feature-list li::marker {
color:var(--theme-color);
font-size:24px
}
.blog-share-area {
	border-bottom:1px solid #eee
}
.blog-share-area .blog-share {
	overflow:hidden;
	height:24px;
	cursor:pointer
}
.blog-share-area .blog-share:hover .front {
	transform:translateY(-24px)
}
.blog-share-area .blog-share:hover .back {
	transform:translateY(-24px)
}
.blog-share-area .blog-share .front {
	text-align:end;
transition:all .62s ease-in-out
}
.blog-share-area .blog-share .front img {
	vertical-align:baseline
}
.blog-share-area .blog-share .front span {
	text-transform:uppercase;
	font-size:1.6rem;
	font-weight:500;
	color:var(--text-color);
	display:inline-block;
	margin-bottom:0;
	margin-left:5px
}
.blog-share-area .blog-share .back {
	text-align:end;
transition:all .62s ease-in-out
}
.blog-share-area .blog-share .back .share-list {
	margin:0;
	padding:0;
	list-style:none
}
.blog-share-area .blog-share .back .share-list a i {
	color:var(--text-color2);
transition:all .35s ease-in-out
}
.blog-share-area .blog-share .back .share-list a:hover i {
	color:var(--theme-color)
}
.blog-tag-area {
	display:flex;
	justify-content:start;
	align-items:center;
	padding-bottom:15px;
	width:100%
}
.blog-tag-area h6 {
	font-size:15px;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin:0
}
.blog-tag-area ul.tag-list {
	display:flex;
	justify-content:start;
	list-style:none;
	margin-bottom:0
}
.blog-tag-area ul.tag-list li {
	margin-right:10px
}
.blog-tag-area ul.tag-list li a {
	font-size:17px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
transition:all .4s ease
}
.blog-tag-area ul.tag-list li a:hover {
	color:var(--theme-color)
}
.blog-details-author {
	background:#fff;
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	padding:25px;
	margin:70px 0;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:25px;
	flex-wrap:nowrap
}
@media(max-width:991px) {
.blog-details-author {
flex-wrap:wrap;
justify-content:center;
text-align:center
}
}
.blog-details-author .author-content h5 {
	font-size:2rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:10px
}
.blog-details-author .author-content p, .blog-details-author .author-content .info-single .info-text a, .info-single .info-text .blog-details-author .author-content a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.blog-details-author .author-content .blog-author-social {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:10px
}
.blog-details-author .author-content .blog-author-social li i {
	color:var(--theme-color);
transition:all .45s ease
}
.blog-details-author .author-content .blog-author-social li i:hover {
	transform:scale(1.1)
}
.commetn-area {
	margin-bottom:54px
}
.commetn-area .comment-list {
	padding:0;
	margin:35px 0 0;
	list-style:none
}
.commetn-area .comment-list>li:last-child .comment-item {
	margin-bottom:0
}
.commetn-area .comment-list>li .comment-reply {
	margin:0;
	padding:0 0 0 10%;
	list-style:none
}
.commetn-area .comment-list .comment-item {
	border-radius:5px;
	border-bottom:1px solid #eee;
	padding-bottom:30px;
	display:flex;
	justify-content:start;
	align-items:start;
	flex-direction:row;
	flex-wrap:nowrap;
	gap:20px;
	margin-bottom:35px
}
@media(max-width:576px) {
.commetn-area .comment-list .comment-item {
flex-wrap:wrap
}
}
.commetn-area .comment-list .comment-meta {
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	gap:10px;
	margin-bottom:15px
}
@media(max-width:576px) {
.commetn-area .comment-list .comment-meta {
gap:5px;
flex-wrap:wrap
}
}
.commetn-area .comment-list .comment-meta h5 {
	font-size:2rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-right:0
}
.commetn-area .comment-list .comment-meta span {
	font-size:14px;
	font-weight:500;
	color:var(--text-color2)
}
.commetn-area .comment-list .content p, .commetn-area .comment-list .content .info-single .info-text a, .info-single .info-text .commetn-area .comment-list .content a {
	font-size:16px;
	font-weight:400;
	line-height:1.8
}
.commetn-area .comment-list .content .reply {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	padding-bottom:3px;
	border-bottom:1px dashed var(--text-secondary);
	background-color:var(--white);
	outline:none;
	margin-top:5px;
transition:all .4s ease
}
.commetn-area .comment-list .content .reply:hover {
	color:var(--theme-color);
	border-bottom:1px dashed var(--theme-color)
}
.commetn-area .comment-list .content .reply .bi {
	margin-left:5px
}
.blog-comment-form {
	margin-top:35px
}
.comment-form-area .contact-from-wrapper {
	padding:15px 55px 50px
}
@media(min-width:768px)and (max-width:991px) {
.comment-form-area .contact-from-wrapper {
padding:15px 35px 50px
}
}
@media(max-width:767px) {
.comment-form-area .contact-from-wrapper {
padding:15px 25px 50px
}
}
.testimonial-section .swiper {
	padding:12px;
	margin:-12px
}
.testimonial-section .testimonial-wrapper {
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	width:100%
}
@media(max-width:991px) {
.testimonial-section .testimonial-wrapper {
flex-wrap:wrap
}
}
.testimonial-section .testimonial-wrapper .testimonial-area {
	padding:100px 0;
	width:58%;
	background:var(--text-primary);
	min-height:660px;
	position:relative;
	display:flex;
	align-items:center
}
@media(max-width:991px) {
.testimonial-section .testimonial-wrapper .testimonial-area {
width:100%;
min-height:auto;
padding:60px 0
}
}
.testimonial-section .testimonial-wrapper .testimonial-area .testi-quote {
	position:absolute;
	top:10%;
	right:5%
}
.testimonial-section .testimonial-wrapper .newsletter-area {
	min-height:660px;
	background:url(../images/bg/newsletter-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-size:cover;
	padding:70px 10px;
	width:42%;
	min-width:440px;
	display:flex;
	justify-content:center;
	align-items:center
}
@media(max-width:991px) {
.testimonial-section .testimonial-wrapper .newsletter-area {
width:100%
}
}
@media(max-width:576px) {
.testimonial-section .testimonial-wrapper .newsletter-area {
min-width:280px
}
}
.testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box {
	text-align:center;
	padding:50px 35px;
	background:linear-gradient(152.97deg, rgba(0, 0, 0, 0.32) 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-backdrop-filter:blur(22px);
	backdrop-filter:blur(22px);
	width:100%;
	max-width:400px;
	border:1px solid rgba(0, 255, 178, .15)
}
@media(max-width:576px) {
.testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box {
padding:50px 25px
}
}
.testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box h3 {
	font-size:3.2rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:15px
}
.testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box p, .testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box .info-single .info-text a, .info-single .info-text .testimonial-section .testimonial-wrapper .newsletter-area .newsletter-form-box a {
	font-size:17px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.testimonial-section4 .swiper {
	margin:-15px;
	padding:15px
}
.newsletter-form {
	margin-top:40px
}
.newsletter-form .form-inner {
	width:100%;
	margin-bottom:25px
}
.newsletter-form .form-inner input, .newsletter-form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .newsletter-form .form-inner textarea, .newsletter-form form.style-1 .form-inner textarea, form.style-1 .newsletter-form .form-inner textarea {
	width:100%;
	background:0 0;
	border:1px solid #dddddd6e;
	height:52px;
	line-height:52px;
	padding:0 20px;
	color:var(--white);
transition:all .4s ease
}
.newsletter-form .form-inner input:focus, .newsletter-form .contact-from-wrapper .form-inner textarea:focus, .contact-from-wrapper .newsletter-form .form-inner textarea:focus, .newsletter-form form.style-1 .form-inner textarea:focus, form.style-1 .newsletter-form .form-inner textarea:focus {
	border:1px solid var(--theme-color)
}
.newsletter-form .form-inner input::-moz-placeholder, .newsletter-form .contact-from-wrapper .form-inner textarea::-moz-placeholder, .contact-from-wrapper .newsletter-form .form-inner textarea::-moz-placeholder, .newsletter-form form.style-1 .form-inner textarea::-moz-placeholder, form.style-1 .newsletter-form .form-inner textarea::-moz-placeholder {
font-size:16px;
font-weight:400;
color:var(--white);
font-family:var(--font-work-sans);
text-align:center
}
.newsletter-form .form-inner input:-ms-input-placeholder, .newsletter-form .contact-from-wrapper .form-inner textarea:-ms-input-placeholder, .contact-from-wrapper .newsletter-form .form-inner textarea:-ms-input-placeholder, .newsletter-form form.style-1 .form-inner textarea:-ms-input-placeholder, form.style-1 .newsletter-form .form-inner textarea:-ms-input-placeholder {
font-size:16px;
font-weight:400;
color:var(--white);
font-family:var(--font-work-sans);
text-align:center
}
.newsletter-form .form-inner input::placeholder, .newsletter-form .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .newsletter-form .form-inner textarea::placeholder, .newsletter-form form.style-1 .form-inner textarea::placeholder, form.style-1 .newsletter-form .form-inner textarea::placeholder {
font-size:16px;
font-weight:400;
color:var(--white);
font-family:var(--font-work-sans);
text-align:center
}
.testimonial-wrap {
	width:100%;
	max-width:690px;
	margin-left:auto;
	margin-right:40px;
	padding:30px 30px 30px 0;
	position:relative
}
@media(max-width:991px) {
.testimonial-wrap {
margin-left:auto;
margin-right:auto
}
}
@media(max-width:1399px) {
.testimonial-wrap {
padding:30px
}
}
.testimonial-single1 {
	padding-bottom:30px
}
.testimonial-single1 .testimonial-content {
	border:1px solid rgba(249, 248, 248, .16);
	padding:35px 25px
}
@media(min-width:768px)and (max-width:991px) {
.testimonial-single1 .testimonial-content {
padding:30px 25px
}
}
@media(min-width:576px)and (max-width:768px) {
.testimonial-single1 .testimonial-content {
padding:25px
}
}
@media(max-width:576px) {
.testimonial-single1 .testimonial-content {
padding:25px 20px
}
}
.testimonial-single1 .testimonial-content>p, .testimonial-single1 .info-single .info-text .testimonial-content>a, .info-single .info-text .testimonial-single1 .testimonial-content>a {
	font-size:2.4rem;
	font-weight:300;
	color:var(--white);
	font-family:var(--font-work-sans);
	margin-bottom:0
}
.testimonial-single1 .star-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	gap:10px;
	margin-bottom:10px
}
.testimonial-single1 .star-list li .bi {
	color:var(--theme-color)
}
.testimonial-single1 .testi-author1 {
	display:flex;
	align-items:center;
	flex-direction:row;
	justify-content:flex-start;
	gap:18px;
	padding-top:30px;
	padding-left:55px;
	position:relative;
	margin-top:20px
}
.testimonial-single1 .testi-author1::before {
content:"";
position:absolute;
top:-45px;
left:60px;
width:50px;
height:50px;
background:#09100d;
border-bottom:1px solid rgba(249, 248, 248, .16);
border-left:1px solid rgba(249, 248, 248, .16);
transform:rotate(-45deg)
}
.testimonial-single1 .testi-author1 .image {
	width:60px;
	height:60px
}
.testimonial-single1 .testi-author1 .image img {
	width:100%;
	border-radius:50%
}
.testimonial-single1 .testi-author1 .author-text h5 {
	font-size:2rem;
	font-weight:600;
	color:var(--white);
	font-family:var(--font-merriw)
}
.testimonial-single1 .testi-author1 .author-text p, .testimonial-single1 .testi-author1 .author-text .info-single .info-text a, .info-single .info-text .testimonial-single1 .testi-author1 .author-text a {
	font-size:16px;
	font-weight:400;
	color:#cbcbcb;
	margin-bottom:0
}
.testimonial-single1.siblling-2 {
	position:relative;
	padding:0 15px
}
.testimonial-single1.siblling-2 svg {
	fill:var(--text-light);
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-40px
}
.testimonial-single1.siblling-2 .star-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:start;
	gap:10px;
	margin-bottom:10px
}
.testimonial-single1.siblling-2 .star-list li .bi {
	color:#ffc60a
}
@media(max-width:991px) {
.testimonial-single1.siblling-2 .star-list {
justify-content:start
}
}
.testimonial-single1.siblling-2>p, .info-single .info-text .testimonial-single1.siblling-2>a {
font-weight: 500;
    color: var(--text-primary);
    font-family: var(--font-work-sans);
    margin-bottom: 35px;
    line-height: 33px;
    font-size: 17px;
}
.testimonial-single1.siblling-2 .testi-author {
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:15px
}
.testimonial-single1.siblling-2 .testi-author img{
	border-radius:50%;
	width:100px;
	height:100px
}
.testimonial-single1.siblling-2 .author-text h5 {
	font-size:2rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw)
}
.testimonial-single1.siblling-2 .author-text p, .testimonial-single1.siblling-2 .author-text .info-single .info-text a, .info-single .info-text .testimonial-single1.siblling-2 .author-text a {
	font-size:16px;
	font-weight:400;
	color:var(--text-secondary);
	margin-bottom:0
}
.testimonial-single1.sibling-3 {
	text-align:center;
	border:1px solid #eee;
	padding:30px 25px
}
.testimonial-single1.sibling-3>p, .info-single .info-text .testimonial-single1.sibling-3>a {
	font-size:2.2rem;
	font-weight:400;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
	line-height:1.6;
	margin-bottom:22px
}
.testimonial-single1.sibling-3 .image {
	position:relative
}
.testimonial-single1.sibling-3 .image .testi-quote {
	position:absolute;
	top:-3px;
	left:-15px;
	width:30px;
	height:30px;
	line-height:20px;
	text-align:center;
	border-radius:50%;
	background:#d5543733;
	padding:5px
}
.testimonial-single1.sibling-3 .testi-author {
	display:flex;
	flex-direction:column;
	gap:10px
}
.testimonial-single1.sibling-3 .author-text h5 {
	font-size:2rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
	margin-bottom:0
}
.testimonial-single1.sibling-4 {
	text-align:left;
	padding:30px 25px;
	background:#fff;
	box-shadow:4px 3px 15px rgba(16, 33, 34, .06)
}
.testimonial-single1.sibling-4>p, .info-single .info-text .testimonial-single1.sibling-4>a {
	font-size:2.2rem;
	font-weight:400;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
	line-height:1.6;
	margin-bottom:22px
}
.testimonial-single1.sibling-4 .image {
	position:relative
}
.testimonial-single1.sibling-4 .image>img {
	width:60px;
	height:60px
}
.testimonial-single1.sibling-4 .image .testi-quote {
	position:absolute;
	top:-3px;
	left:-15px;
	width:30px;
	height:30px;
	line-height:20px;
	text-align:center;
	border-radius:50%;
	background:var(--white);
	padding:5px;
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06)
}
.testimonial-single1.sibling-4 .testi-author {
	display:flex;
	flex-direction:row;
	gap:25px;
	margin-bottom:15px;
	align-items:center
}
.testimonial-single1.sibling-4 .author-text h5 {
	font-size:2rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:0
}
.testimonial-single1.sibling-4 .author-text span {
	font-size:16px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	display:block
}
.swiper-pagination, .testimonial1-pagination {
	position:relative;
	z-index:89;
	margin-top:-45px
}
@media(max-width:576px) {
.swiper-pagination, .testimonial1-pagination {
margin-top:unset
}
}
.swiper-pagination .swiper-pagination-bullet, .testimonial1-pagination .swiper-pagination-bullet {
	border:1px solid var(--white);
	width:15px;
	height:15px;
	z-index:9;
	background:var(--white)
}
.swiper-pagination .swiper-pagination-bullet-active, .testimonial1-pagination .swiper-pagination-bullet-active {
	position:relative;
	border:1px solid var(--theme-color);
	background:0 0
}
.swiper-pagination .swiper-pagination-bullet-active::before, .testimonial1-pagination .swiper-pagination-bullet-active::before {
content:"";
width:9px;
height:9px;
background:var(--theme-color);
position:absolute;
left:2px;
top:2px;
border-radius:50%;
z-index:-1
}
.swiper-pagination.sibling-2, .testimonial1-pagination.sibling-2 {
	height:16px;
	bottom:0;
	margin-top:50px
}
.swiper-pagination.sibling-2 .swiper-pagination-bullet, .testimonial1-pagination.sibling-2 .swiper-pagination-bullet {
	position:relative
}
.swiper-pagination.sibling-2 .swiper-pagination-bullet::before, .testimonial1-pagination.sibling-2 .swiper-pagination-bullet::before {
content:"";
width:9px;
height:9px;
background:var(--text-primary);
position:absolute;
left:2px;
top:2px;
border-radius:50%;
z-index:-1
}
.swiper-pagination.sibling-2 .swiper-pagination-bullet-active, .testimonial1-pagination.sibling-2 .swiper-pagination-bullet-active {
	position:relative;
	border:1px solid var(--theme-color);
	background:0 0
}
.swiper-pagination.sibling-2 .swiper-pagination-bullet-active::before, .testimonial1-pagination.sibling-2 .swiper-pagination-bullet-active::before {
content:"";
width:9px;
height:9px;
background:var(--theme-color);
position:absolute;
left:2px;
top:2px;
border-radius:50%;
z-index:-1
}
.swiper-pagination.sibling-3, .testimonial1-pagination.sibling-3 {
	height:16px;
	bottom:0;
	margin-top:50px
}
.swiper-pagination.sibling-3 .swiper-pagination-bullet, .testimonial1-pagination.sibling-3 .swiper-pagination-bullet {
	position:relative
}
.swiper-pagination.sibling-3 .swiper-pagination-bullet::before, .testimonial1-pagination.sibling-3 .swiper-pagination-bullet::before {
content:"";
width:9px;
height:9px;
background:var(--text-primary);
position:absolute;
left:2px;
top:2px;
border-radius:50%;
z-index:-1
}
.swiper-pagination.sibling-3 .swiper-pagination-bullet-active, .testimonial1-pagination.sibling-3 .swiper-pagination-bullet-active {
	position:relative;
	border:1px solid var(--theme-color);
	background:0 0
}
.swiper-pagination.sibling-3 .swiper-pagination-bullet-active::before, .testimonial1-pagination.sibling-3 .swiper-pagination-bullet-active::before {
content:"";
width:9px;
height:9px;
background:var(--theme-color);
position:absolute;
left:2px;
top:2px;
border-radius:50%;
z-index:-1
}
.swiper-pagination.sibling-4, .testimonial1-pagination.sibling-4 {
	height:16px;
	bottom:0;
	margin-top:50px
}
.swiper-pagination.sibling-4 .swiper-pagination-bullet, .testimonial1-pagination.sibling-4 .swiper-pagination-bullet {
	position:relative
}
.swiper-pagination.sibling-4 .swiper-pagination-bullet::before, .testimonial1-pagination.sibling-4 .swiper-pagination-bullet::before {
content:"";
width:9px;
height:9px;
background:var(--text-primary);
position:absolute;
left:2px;
top:2px;
border-radius:50%;
z-index:-1
}
.swiper-pagination.sibling-4 .swiper-pagination-bullet-active, .testimonial1-pagination.sibling-4 .swiper-pagination-bullet-active {
	position:relative;
	border:1px solid var(--theme-color);
	background:0 0
}
.swiper-pagination.sibling-4 .swiper-pagination-bullet-active::before, .testimonial1-pagination.sibling-4 .swiper-pagination-bullet-active::before {
content:"";
width:9px;
height:9px;
background:var(--theme-color);
position:absolute;
left:2px;
top:2px;
border-radius:50%;
z-index:-1
}
.swiper-pagination-number .swiper-pagination-bullet {
	background:0 0;
	font-size:15px;
	font-weight:700;
	color:#fff;
	opacity:1
}
.swiper-pagination-number .swiper-pagination-bullet-active {
	background:0 0;
	font-size:22px;
	font-weight:700;
	color:var(--theme-color)
}
.swiper-banner-pagination {
	position:relative;
	z-index:89
}
.swiper-banner-pagination .swiper-pagination-bullet {
	border:1px solid var(--white);
	width:15px;
	height:15px;
	z-index:9;
	background:var(--white)
}
.swiper-banner-pagination .swiper-pagination-bullet-active {
	position:relative;
	border:1px solid var(--theme-color);
	background:0 0
}
.swiper-banner-pagination .swiper-pagination-bullet-active::before {
content:"";
width:9px;
height:9px;
background:var(--theme-color);
position:absolute;
left:2px;
top:2px;
border-radius:50%;
z-index:-1
}
.intro-sectoin {
	    background-color: #f5f6ff;
    padding: 73px 15px 70px;
	position:relative
}
.intro-sectoin .intro-content {
	text-align:center
}
.intro-sectoin .intro-content span {
	font-size:1.8rem;
	font-weight:400;
	color:var(--theme-color);
	font-family:var(--font-satisfy);
	position:relative;
	text-transform:uppercase;
	letter-spacing:3px
}
.intro-sectoin .intro-content span::before {
content:"";
position:absolute;
left:50%;
transform:translateX(-50%);
top:-60px;
width:2px;
height:40px;
background:var(--theme-color);
opacity:.55
}
.intro-sectoin .intro-content h2 {
	font-size:4.2rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:20px;
	line-height:1.4
}
.intro-sectoin .intro-content p, .intro-sectoin .intro-content .info-single .info-text a, .info-single .info-text .intro-sectoin .intro-content a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:28px
}
.offer-single {
	position:relative;
	height:300px;
	z-index:1;
	display:flex;
	justify-content:flex-end;
	align-items:flex-start;
	flex-direction:column;
	padding:30px;
	overflow:hidden
}
.offer-single:hover .offer-bg {
	transform:scale(1.1) rotate(2deg)
}
.offer-single .offer-badge {
	position:absolute;
	top:25px;
	right:25px
}
.offer-single .offer-bg {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	max-width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	z-index:-1;
transition:all .6s ease
}
.offer-single .content a {
	font-size:2.2rem;
	font-weight:600;
	color:var(--white);
	font-family:var(--font-work-sans);
	line-height:1.2
}
.offer-single .content span {
	font-size:1.8rem;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans);
	display:block
}
.offer-single.sibling-2 .content a {
	font-size:2.5rem;
	font-weight:600;
	color:var(--white);
	font-family:var(--font-merriw)
}
.offer-single.sibling-2 .content span {
	font-size:1.6rem;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans);
	display:block;
	margin-top:5px
}
.offer-section {
	margin-top:-170px
}
.offer-section .swiper {
	background:#fff;
	box-shadow:4px 3px 35px rgba(117, 117, 117, .12);
	padding:20px
}
.offer-section.sibling-2 {
	margin-top:unset
}
.feature-section {
	background-image:url(../images/bg/feature-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
	margin-bottom:120px
}
@media(max-width:1199px) {
.feature-section {
margin-bottom:0
}
}
.feature-section .feature-image {
	transform:translateY(120px)
}
@media(min-width:992px)and (max-width:1199px) {
.feature-section .feature-image {
transform:translateY(0px)
}
}
.feature-section .feature-content {
	padding:50px 15px;
	width:100%;
	max-width:600px
}
.feature-section .feature-content span {
	font-size:1.8rem;
	font-weight:400;
	color:var(--theme-color);
	font-family:var(--font-work-sans);
	text-transform:uppercase;
	letter-spacing:3px
}
.feature-section .feature-content h2 {
	font-size:4.2rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:20px;
	line-height:1.4
}
.feature-section .feature-content ul.feature-list {
	list-style:none;
	margin:35px 0 25px;
	padding:0;
	display:flex;
	flex-direction:row;
	justify-content:start;
	flex-wrap:wrap
}
.feature-section .feature-content ul.feature-list li {
	font-size:18px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:15px;
	display:block;
	position:relative;
	padding-left:30px;
	min-width:250px;
transition:all .35s ease
}
.feature-section .feature-content ul.feature-list li:hover {
	transform:translateX(10px)
}
.feature-section .feature-content ul.feature-list li::before {
content:url(../images/icons/list-arrow.svg);
position:absolute;
left:0;
top:3px
}
.feature2-list {
	margin-bottom:40px
}
.feature2-list li {
	font-size:17px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:15px;
	padding-left:12px
}
.feature2-list li:last-child {
	margin-bottom:0
}
.feature2-list li::marker {
content:"";
font-family:bootstrap-icons;
font-weight:500
}
.feature3-list {
	margin-bottom:30px
}
.feature3-list li {
	font-size:1.8rem;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:8px;
	padding-left:0
}
.feature3-list li:last-child {
	margin-bottom:0
}
.feature3-list li::marker {
color:var(--theme-color)
}
.feature3-list.sibling-2 li {
	font-size:2rem;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.feature3-list.sibling-2 li::marker {
color:var(--theme-color)
}
.feature-image-group {
	position:relative;
	margin-left:0;
	margin-bottom:30px
}
@media(min-width:992px)and (max-width:1199px) {
.feature-image-group {
margin-left:-20px
}
}
@media(max-width:991px) {
.feature-image-group {
margin-left:0;
margin-top:40px
}
}
.feature-image-group .feature3-icon {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-30px;
	z-index:2
}
.feature-image-group .feature-image {
	position:relative;
	width:100%;
	max-width:320px;
	height:auto
}
.feature-image-group .feature-image::after {
content:"";
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
background:0 0;
width:90%;
height:90%;
border:1px solid #e2e2e2
}
.feature-image-group .feature-image.translate-y {
	transform:translateY(30px)
}
.tour-package-section {
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.tour-package-section .swiper-wrapper {
	padding-bottom:60px
}
.tour-package-section .swiper-wrapper .swiper-slide:nth-child(even) {
padding-top:70px
}
@media(max-width:576px) {
.tour-package-section .swiper-wrapper .swiper-slide:nth-child(even) {
padding-top:0
}
}
.tour-package-section .swiper-wrapper .swiper-slide-active p, .tour-package-section .swiper-wrapper .swiper-slide-active .info-single .info-text a, .info-single .info-text .tour-package-section .swiper-wrapper .swiper-slide-active a {
	-webkit-animation:unset;
	animation:unset
}
.tour-package-single {
	    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    text-align: center;
}
.tour-package-single img{ 
width:100%;
height:400px;
object-fit:cover
}
.tour-package-single:hover .package-content p, .tour-package-single:hover .package-content .info-single .info-text a, .info-single .info-text .tour-package-single:hover .package-content a {
	height:100%;
	opacity:1
}
.tour-package-single .package-content {
	padding:60px 40px;
	position:absolute;
	bottom:0;
	left:0;
	height:auto;
transition:all .6s ease;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #181818ed);
	width:100%;
	text-align:center
}
@media(min-width:992px)and (max-width:1199px) {
.tour-package-single .package-content {
padding:60px 25px
}
}
@media(min-width:768px)and (max-width:991px) {
.tour-package-single .package-content {
padding:60px 25px
}
}
@media(min-width:576px)and (max-width:768px) {
.tour-package-single .package-content {
padding:60px 25px
}
}
@media(max-width:576px) {
.tour-package-single .package-content {
padding:60px 25px
}
}
.tour-package-single .package-content h4 {
	    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font-merriw);
    margin-bottom: 5px;
    transition: all .6s ease;
    line-height: 1.4;
    text-align: center;
}
.tour-package-single .package-content p, .tour-package-single .package-content .info-single .info-text a, .info-single .info-text .tour-package-single .package-content a {
	font-size:17px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans);
	height:0;
	opacity:0;
transition:all .6s ease
}
.tour-package-single .package-content span.price {
	font-size:2.2rem;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.tour-package-single .explore-btn {
	background-color:var(--text-primary);
	font-size:18px;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans);
	border-radius:50%;
	width:115px;
	height:115px;
	text-align:center;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-60px;
	z-index:99;
	padding:10px;
	display:flex;
	justify-content:center;
	align-items:center;
transition:all .6s ease
}
.tour-package-single .explore-btn:hover {
	background:var(--theme-color)
}
.tour-package-single2 {
	overflow:hidden;
	position:relative;
	width:100%;
	max-width:420px;
	margin:0 auto
}
.tour-package-single2:hover .image img {
	transform:scale(1.1)
}
.tour-package-single2:hover .image span.blog-date {
	font-size:15px;
	font-weight:500;
	color:var(--white);
	background:var(--theme-color);
	color:var(--text-primary)
}
.tour-package-single2:hover .image span.blog-date .bi {
	color:var(--text-primary);
	font-size:14px;
	margin-right:8px
}
.tour-package-single2 .image {
	position:relative;
	overflow:hidden
}
.tour-package-single2 .image img {
	height:280px;
transition:all .55s ease;
	-o-object-fit:cover;
	object-fit:cover
}
.tour-package-single2 .image span.blog-date {
	position:absolute;
	left:20px;
	bottom:20px;
	font-size:15px;
	font-weight:500;
	color:var(--text-secondary);
	background:var(--text-secondary);
	color:var(--white);
	padding:6px 12px;
transition:all .45s ease
}
.tour-package-single2 .image span.blog-date .bi {
	color:var(--white);
	font-size:14px;
	margin-right:8px;
transition:all .45s ease
}
.tour-package-single2 .content {
	background:#fff;
	padding:25px 25px 35px;
	text-align:center;
	border:1px solid #eee
}
.tour-package-single2 .content span.category {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:8px;
	display:inline-block
}
.tour-package-single2 .content p, .tour-package-single2 .content .info-single .info-text a, .info-single .info-text .tour-package-single2 .content a {
	margin-bottom:28px
}
.tour-package-single2 .content h4 {
	margin-bottom:10px
}
.tour-package-single2 .content h4 a {
	font-size:2.4rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.49;
transition:all .4s ease
}
.tour-package-single2 .content h4 a:hover {
	color:var(--text-secondary)
}
.tour-package-single2 .content i {
	margin-left:5px;
	vertical-align:baseline
}
.tour-package-widget {
	border:1px solid rgba(238, 238, 238, .8);
	padding:25px;
	margin-bottom:35px;
	position:relative
}
@media(max-width:767px) {
.tour-package-widget {
padding:25px 20px
}
}
.tour-package-widget .select-widget .nice-select {
	background-color:var(--white);
	box-sizing:border-box;
	clear:both;
	cursor:pointer;
	display:block;
	float:left;
	height:50px;
	line-height:46px;
	outline:none;
	position:relative;
	text-align:left!important;
transition:all .2s ease-in-out;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
	width:100%;
	border-radius:0;
	border:1px solid #eee;
	font-size:18px
}
.tour-package-widget .select-widget .nice-select::after {
border-bottom:1px solid var(--text-primary);
border-right:1px solid var(--text-primary)
}
.tour-package-widget .select-widget .nice-select .option {
	min-height:30px;
	line-height:30px;
	font-size:16px
}
.tour-package-widget .select-widget .nice-select .option:hover {
	background:var(--theme-color);
	color:var(--white)
}
.tour-package-widget .select-widget .nice-select .option.selected {
	background:var(--primary-color1)!important
}
.tour-package-widget .select-widget .nice-select .current {
	font-size:16px;
	font-weight:500;
	color:var(--text-primary)
}
.tour-package-widget .select-widget .nice-select .list {
	border:unset;
	border:1px solid rgba(41, 43, 49, .03);
	margin-top:6px;
	z-index:100;
	border-radius:0;
	width:100%;
	min-width:80px
}
.tour-package-widget .range-widget .ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:1.1em;
	height:1.1em;
	cursor:pointer;
	touch-action:none;
	border:1px solid var(--primary-color1-light)!important;
	border-radius:50%;
	background:var(--white)!important;
transition:all .45s ease-in-out
}
.tour-package-widget .range-widget .ui-slider .ui-slider-handle:hover {
	background-color:var(--primary-color1)!important
}
.tour-package-widget .range-widget .ui-widget.ui-widget-content {
	background:#fff;
	border:1px solid var(--primary-color1-light);
	border-radius:3px
}
.tour-package-widget .range-widget .ui-slider-horizontal {
	height:8px
}
.tour-package-widget .range-widget .ui-slider-horizontal .ui-slider-handle {
	top:-7px;
	margin-left:-.6em
}
.tour-package-widget .range-widget .ui-slider-horizontal .ui-slider-handle:focus {
	border:unset;
	outline:unset;
	background-color:var(--primary-color1)!important
}
.tour-package-widget .range-widget .ui-widget-header {
	border:1px solid var(--primary-color1-light);
	background:var(--primary-color1-light);
	color:#333;
	font-weight:700
}
.tour-package-widget .range-widget button, .tour-package-widget .range-widget input, .tour-package-widget .range-widget form.style-1 .form-inner textarea, form.style-1 .form-inner .tour-package-widget .range-widget textarea, .tour-package-widget .range-widget optgroup, .tour-package-widget .range-widget select, .tour-package-widget .range-widget textarea {
	margin:0;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	border:1px solid #eee;
	padding:4px 15px;
	font-size:16px;
	width:48%
}
.tour-package-widget .container {
	display:block;
	position:relative;
	padding-left:35px;
	margin-bottom:12px;
	cursor:pointer;
	font-size:16px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	font-weight:500
}
.tour-package-widget .container .bi {
	color:#fc3;
	margin-right:3px
}
.tour-package-widget .checkbox-container input, .tour-package-widget .checkbox-container .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .tour-package-widget .checkbox-container textarea, .tour-package-widget .checkbox-container form.style-1 .form-inner textarea, form.style-1 .form-inner .tour-package-widget .checkbox-container textarea {
	position:absolute;
	opacity:0;
	cursor:pointer;
	height:0;
	width:0
}
.tour-package-widget .checkmark {
	position:absolute;
	top:0;
	left:0;
	height:20px;
	width:20px;
	background-color:#eee
}
.tour-package-widget .checkbox-container:hover input~.checkmark, .tour-package-widget .checkbox-container:hover .contact-from-wrapper .form-inner textarea~.checkmark, .contact-from-wrapper .form-inner .tour-package-widget .checkbox-container:hover textarea~.checkmark, .tour-package-widget .checkbox-container:hover form.style-1 .form-inner textarea~.checkmark, form.style-1 .form-inner .tour-package-widget .checkbox-container:hover textarea~.checkmark {
background-color:#ccc
}
.tour-package-widget .checkbox-container input:checked~.checkmark, .tour-package-widget .checkbox-container .contact-from-wrapper .form-inner textarea:checked~.checkmark, .contact-from-wrapper .form-inner .tour-package-widget .checkbox-container textarea:checked~.checkmark, .tour-package-widget .checkbox-container form.style-1 .form-inner textarea:checked~.checkmark, form.style-1 .form-inner .tour-package-widget .checkbox-container textarea:checked~.checkmark {
background-color:var(--theme-color)
}
.tour-package-widget .checkmark:after {
	content:"";
	position:absolute;
	display:none
}
.tour-package-widget .checkbox-container input:checked~.checkmark:after, .tour-package-widget .checkbox-container .contact-from-wrapper .form-inner textarea:checked~.checkmark:after, .contact-from-wrapper .form-inner .tour-package-widget .checkbox-container textarea:checked~.checkmark:after, .tour-package-widget .checkbox-container form.style-1 .form-inner textarea:checked~.checkmark:after, form.style-1 .form-inner .tour-package-widget .checkbox-container textarea:checked~.checkmark:after {
display:block
}
.tour-package-widget .checkbox-container .checkmark:after {
	left:7px;
	top:4px;
	width:5px;
	height:10px;
	border:solid #fff;
	border-width:0 2px 2px 0;
	transform:rotate(45deg)
}
.clearfix::after {
content:"";
clear:both;
display:block
}
h4.package-widget-title {
	font-size:2.2rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:30px
}
.package-filter-area {
	margin-bottom:40px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between
}
.package-filter-area h4 {
	font-size:2.5rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw)
}
.tour-package-sidebar {
	max-width:100%
}
.tour-package-sidebar-mobile {
	background:var(--white);
	width:100%;
	max-width:290px;
	position:fixed;
	top:0;
	left:0;
	transform:translateX(-100%);
	opacity:0;
transition:all .55s ease-in-out;
	z-index:999;
	padding:30px 20px;
	height:100%;
	overflow:auto;
	box-shadow:2px 2px 20px rgba(0, 0, 0, .07)
}
.tour-package-sidebar-mobile.show {
	transform:translateX(0%);
	opacity:1
}
.tour-package-sidebar-mobile .package-sidebar-close {
	margin-bottom:30px;
	text-align:right
}
.tour-package-sidebar-mobile .package-sidebar-close i {
	font-size:28px;
	color:var(--theme-color)
}
.check-box-item {
	margin-bottom:35px
}
.check-box-item h5 {
	font-size:2.2rem;
	font-weight:600;
	color:var(--text-primary);
	margin-bottom:20px;
	font-family:var(--font-merriw)
}
.about5-title>span {
	font-size:1.8rem;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	letter-spacing:1px;
	display:inline-block;
	margin-bottom:3px;
	display:block;
	margin-bottom:0;
	text-transform:uppercase
}
.about5-title h2 {
	font-size:4.2rem;
	font-weight:800;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.45;
	margin-bottom:20px
}
.about5-title h2 span {
	font-size:4.2rem;
	font-weight:500;
	color:var(--theme-color);
	font-family:var(--font-merriw)
}
.about5-title p, .about5-title .info-single .info-text a, .info-single .info-text .about5-title a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	line-height:1.7;
	margin-bottom:20px
}
.about5-title a {
	font-size:17px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans)
}
.about3-title {
	padding-right:40px
}
.about3-title>span {
	font-size:1.8rem;
	font-weight:400;
	color:var(--theme-color);
	font-family:var(--font-satisfy);
	letter-spacing:1px;
	display:inline-block;
	margin-bottom:3px;
	text-transform:uppercase
}
.about3-title h2 {
	font-size:4rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.4;
	margin-bottom:20px
}
.about3-title p, .about3-title .info-single .info-text a, .info-single .info-text .about3-title a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	line-height:1.7;
	margin-bottom:20px
}
.about3-title a {
	font-size:17px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans)
}
.about5-content {
	padding-left:45px
}
@media(max-width:991px) {
.about5-content {
padding-left:0
}
}
.about5-content p, .about5-content .info-single .info-text a, .info-single .info-text .about5-content a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	margin-bottom:15px
}
.about5-content ul.about-list {
	margin-bottom:45px
}
.about5-content ul.about-list li {
	font-size:2rem;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:10px
}
.about5-content ul.about-list li:last-child {
	margin-bottom:0
}
.about5-content ul.about-list li::marker {
font-size:120%;
color:var(--text-primary)
}
.about5-content .quote-area {
	position:relative;
	padding-left:30px
}
.about5-content .quote-area::before {
content:"";
position:absolute;
top:50%;
transform:translateY(-50%);
left:0;
height:100%;
width:2px;
background:var(--theme-color)
}
.about5-content .quote-area>p, .about5-content .info-single .info-text .quote-area>a, .info-single .info-text .about5-content .quote-area>a {
	font-size:2rem;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	line-height:1.7;
	margin-bottom:20px
}
.about5-content .quote-area .author h5 {
	font-size:2rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw)
}
.about5-content .quote-area .author p, .about5-content .quote-area .author .info-single .info-text a, .info-single .info-text .about5-content .quote-area .author a {
	font-size:1.6rem;
	font-weight:400;
	color:var(--text-primary);
	font-family:var(--font-work-sans)
}
.wild-package-section {
	position:relative;
	overflow:hidden;
	z-index:1;
	    padding: 60px 0px 60px;
}
.wild-package-section::before {
content:url(../images/bg/wildtour-bg.png);
position:absolute;
top:0;
left:0;
z-index:-1
}
.wild-package-section .container {
	position:relative
}
.wild-package-section .container::before {
content:"";
position:absolute;
top:0;
left:-99.6%;
width:100%;
background:#fff7f5;
height:110%;
z-index:9
}
.wild-package-section .container .swiper {
	overflow:visible
}
.wild-package-single {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    min-height: 411px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%);
    height: 411px;
}
.wild-package-single .wild-package-img {
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	transform:scale(1);
transition:all .65s ease-in-out
}
.wild-package-single .text {
	margin-bottom:35px;
	padding-left:30px;
transition:all .35s ease-in-out;
	transform:scaleY(1)
}
.wild-package-single .text span {
	font-size:18px;
	font-weight:500;
	font-family:var(--font-work-sans);
	color:var(--white);
	display:inline-block;
	position:relative;
	padding-bottom:3px;
	margin-bottom:12px;
	text-transform:capitalize
}
.wild-package-single .text span::after {
content:"";
position:absolute;
left:0;
bottom:0;
width:100%;
height:2px;
border-radius:10px;
background:linear-gradient(90.05deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100.84%)
}
.wild-package-single .text h4 a {
	font-size:18px;
	font-weight:600;
	color:var(--white);
	font-family:var(--font-merriw);
	line-height:1.3
}
.wild-package-single .content-wrapper {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	opacity:0;
	transform:translateY(100%);
transition:all .65s ease
}
.wild-package-single .content {
transition:all .65s ease-in-out;
	background:var(--white);
	width:100%;
	padding:25px 30px
}
.wild-package-single .content h4 {
 font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    font-family: var(--font-merriw);
    margin-bottom: 10px;
    line-height: 1.3;
}
.wild-package-single .content p, .wild-package-single .content .info-single .info-text a, .info-single .info-text .wild-package-single .content a {
	font-size:18px;
	font-weight:700;
	color:var(--theme-color);
	font-family:var(--font-work-sans);
	margin-bottom:20px
}
.wild-package-single .content .details-btn {
	font-size:18px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
	position:relative;
	z-index:1;
	display:inline-block;
	padding-bottom:5px
}
.wild-package-single .content .details-btn::before {
content:"";
position:absolute;
left:0;
bottom:0;
width:45px;
height:2px;
border-radius:4px;
background:linear-gradient(90.05deg, #000000 0%, rgba(255, 255, 255, 0) 100.84%);
transition:all .4s ease
}
.wild-package-single .content .details-btn:hover::before {
width:100%
}
.wild-package-single:hover .content-wrapper {
	opacity:1;
	transform:translateY(0%)
}
.wild-package-single:hover .text {
	opacity:0;
	transform:scaleY(1)
}
.facilities-section {
	background:#fff7f5;
	padding:90px 0
}
.facility-single {
    padding: 0px 0px 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transition: all .55s ease;
    width: 100%;
}
.facility-single .icon{
	width:60px
}
.facility-single .text{
	width:calc(100% - 60px)
}
 .ff-rows  .col-lg-4{
	 	border-right:1px dashed #5e5e5e;

 }
 .ff-rows  .col-lg-4:last-child  {
	border-right:unset
 }
.facility-single .text h4 {
	    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    font-family: var(--font-merriw);
    margin-bottom: 4px;
    line-height: 1.4;
}
.facility-single .text p, .facility-single .text .info-single .info-text a, .info-single .info-text .facility-single .text a {
	font-size:14px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:0
}
.facility-single2 {
	background:#fff;
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	text-align:center;
	padding:35px 25px;
	position:relative;
	z-index:1;
	overflow:hidden
}
.facility-single2:hover::before {
transform:scale(1);
opacity:1
}
.facility-single2:hover .facility-content h4 {
	font-size:2.4rem;
	font-weight:700;
	color:var(--white)
}
.facility-single2:hover .facility-content p, .facility-single2:hover .facility-content .info-single .info-text a, .info-single .info-text .facility-single2:hover .facility-content a {
	font-size:17px;
	font-weight:400;
	color:var(--white)
}
.facility-single2::before {
content:"";
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
width:100%;
height:100%;
background:var(--theme-color);
z-index:-1;
transform:scale(.8);
opacity:0;
transition:all .55s ease
}
.facility-single2 .facility-icon {
	margin-bottom:30px
}
.facility-single2 .facility-content h4 {
	font-size:2.4rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
transition:all .45s ease;
	margin-bottom:15px
}
.facility-single2 .facility-content p, .facility-single2 .facility-content .info-single .info-text a, .info-single .info-text .facility-single2 .facility-content a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:0;
transition:all .45s ease
}
.tour-guide-single {
	overflow:hidden;
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	border-radius:0;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:470px
}
.tour-guide-single:hover .guide-image img {
	transform:scale(1.1)
}
.tour-guide-single:hover .guide-image .social-area {
	opacity:1;
	transform:translateY(0%)
}
.tour-guide-single .guide-image {
	overflow:hidden;
	position:relative
}
.tour-guide-single .guide-image img {
transition:all .65s ease
}
.tour-guide-single .guide-image .social-area {
	background-color:rgba(9, 16, 13, .6);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display:flex;
	justify-content:center;
	align-items:center;
transition:all .65s ease;
	opacity:0;
	transform:translateY(100%)
}
.tour-guide-single .guide-contnent {
	padding:20px 20px 25px;
	text-align:center;
transition:all .55s ease
}
.tour-guide-single .guide-contnent h4 a {
	font-size:2.4rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw)
}
.tour-guide-single .guide-contnent p, .tour-guide-single .guide-contnent .info-single .info-text a, .info-single .info-text .tour-guide-single .guide-contnent a {
	font-size:17px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:0
}
.tour-guide-single .guide-social {
	margin:0 0 0;
	padding:0;
	list-style:none;
	display:flex;
	flex-direction:row;
	justify-content:center;
	gap:25px;
	border-radius:3px;
transition:all .45s ease
}
.tour-guide-single .guide-social i {
	border:1px solid #eee;
	border-radius:3px;
	width:25px;
	height:25px;
	line-height:24px;
	color:#0f1012;
	background:var(--white);
	text-align:center;
	font-size:16px;
transition:all .5s ease-out 0s
}
.tour-guide-single .guide-social i:hover {
	background:var(--theme-color);
	border:1px solid var(--theme-color)
}
.tour-guide-single.sibling-2 .guide-contnent h4 {
	font-size:2.4rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw)
}
.tour-guide-single2 {
	background:var(--white);
	border-radius:0;
transition:all .5s ease-in-out;
	width:100%;
	max-width:470px;
	margin:0 auto
}
.tour-guide-single2:hover .tour-guide-image .tour-guide-content {
	opacity:1;
	transform:translateX(-50%) scale(1)
}
.tour-guide-single2 .tour-guide-image {
	position:relative
}
.tour-guide-single2 .tour-guide-image .social-area {
	position:absolute;
	top:30px;
	left:25px;
	width:45px;
	height:100%;
	display:flex;
	justify-content:start;
	align-items:center;
	flex-direction:column
}
.tour-guide-single2 .tour-guide-image .social-area:hover .social-links {
	transform:scaleY(1);
	visibility:visible;
	opacity:1
}
.tour-guide-single2 .tour-guide-image .social-area .social-links {
	padding:0;
	margin:0;
	transform:scaleY(0);
transition:all .55s ease-in-out;
	transform-origin:top;
	visibility:hidden;
	opacity:0;
	list-style:none;
	margin:0;
	padding:0
}
.tour-guide-single2 .tour-guide-image .social-area .social-links a .bx {
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	background-color:var(--white);
	font-size:18px;
	color:var(--theme-color);
transition:all .42s ease-in-out
}
.tour-guide-single2 .tour-guide-image .social-area .social-links a .bx:hover {
	background-color:var(--theme-color);
	color:var(--white)
}
.tour-guide-single2 .tour-guide-image .social-area .social-plus {
	width:36px;
	height:36px;
	line-height:34px;
	text-align:center;
	border-radius:50%;
	background-color:var(--white);
transition:all .42s ease-in-out
}
.tour-guide-single2 .tour-guide-image .social-area .social-plus:hover {
	background-color:var(--theme-color);
	color:var(--white)
}
.tour-guide-single2 .tour-guide-image .social-area .social-plus:hover .bx {
	font-size:18px;
	color:var(--white)
}
.tour-guide-single2 .tour-guide-image .social-area .social-plus .bx {
	font-size:18px;
	color:var(--theme-color);
transition:all .42s ease-in-out;
	cursor:pointer
}
.tour-guide-single2 .tour-guide-image .tour-guide-content {
	background:#fff;
	border-radius:0;
	text-align:center;
	padding:20px 25px;
transition:all .45s ease-in;
	width:90%;
	z-index:1;
	opacity:0;
transition:all .65s ease;
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%) scale(.7);
	z-index:9
}
.tour-guide-single2 .tour-guide-image .tour-guide-content .name {
	font-size:2.4rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:5px;
	text-transform:capitalize
}
.tour-guide-single2 .tour-guide-image .tour-guide-content .designation {
	text-transform:capitalize;
	font-size:17px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:0
}
.newsletter-section {
	background-image:linear-gradient(rgba(8, 4, 17, 0.8), rgba(8, 4, 17, 0.8)), url("../images/bg/newsletter3-bg.png");
	background-size:cover;
	background-repeat:no-repeat;
	padding:60px 0
}
.newsletter-section .newsletter-area .newsletter-title {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:20px
}
@media(max-width:991px) {
.newsletter-section .newsletter-area .newsletter-title {
margin-bottom:30px
}
}
.newsletter-section .newsletter-area .newsletter-title h5 {
	font-size:3rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:0
}
.newsletter-section .newsletter-area .newsletter-wrap {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	gap:20px
}
@media(max-width:767px) {
.newsletter-section .newsletter-area .newsletter-wrap {
gap:0
}
}
.newsletter-section .newsletter-area .newsletter-wrap form {
	width:100%
}
.newsletter-section .newsletter-area .newsletter-wrap form input, .newsletter-section .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .newsletter-section .newsletter-area .newsletter-wrap form textarea, .newsletter-section .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea {
	height:60px;
	line-height:60px;
	border:1px solid var(--text-secondary);
	width:100%;
	background-color:transparent;
	padding:20px;
	color:var(--white);
transition:all .45s ease
}
.newsletter-section .newsletter-area .newsletter-wrap form input:focus, .newsletter-section .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea:focus, .contact-from-wrapper .form-inner .newsletter-section .newsletter-area .newsletter-wrap form textarea:focus, .newsletter-section .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea:focus {
	border:1px solid var(--theme-color)
}
@media(max-width:767px) {
.newsletter-section .newsletter-area .newsletter-wrap form input, .newsletter-section .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .newsletter-section .newsletter-area .newsletter-wrap form textarea, .newsletter-section .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea {
height:50px
}
}
.newsletter-section .newsletter-area .newsletter-wrap button {
	height:60px;
	background:var(--theme-color);
	color:var(--white);
	min-width:120px;
	font-size:18px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
	position:relative;
	z-index:1
}
@media(max-width:767px) {
.newsletter-section .newsletter-area .newsletter-wrap button {
height:50px
}
}
.newsletter-section .newsletter-area .newsletter-wrap button::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
background:var(--white);
width:100%;
height:100%;
transition:.5s;
z-index:-1;
transform:scale(.6);
border-radius:0;
opacity:0
}
.newsletter-section .newsletter-area .newsletter-wrap button:hover::after {
transform:scale(1);
opacity:1
}
.trip-category-section {
	position:relative;
	z-index:1
}
.trip-category-section .trip-bg {
	position:absolute;
	top:0;
	left:0;
	z-index:-1
}
.trip-category-single {
	overflow:hidden;
	position:relative;
	width:100%;
	max-width:420px;
	margin:0 auto;
	background:var(--white)
}
.trip-category-single:hover .trip-image img {
	transform:scale(1.1)
}
.trip-category-single:hover .trip-content .trip-bottom .trip-meta-list {
	margin-top:-25px
}
.trip-category-single:hover .trip-content .trip-bottom .explore-btn {
	margin-top:-25px
}
.trip-category-single .trip-image {
	position:relative;
	overflow:hidden
}
.trip-category-single .trip-image img {
transition:all .65s ease
}
.trip-category-single .trip-image span.blog-date {
	position:absolute;
	right:20px;
	top:20px;
	font-size:14px;
	font-weight:600;
	color:var(--white);
	background:#359d9e;
	padding:6px 12px
}
@media(max-width:576px) {
.trip-category-single .trip-image image {
width:100%
}
}
.trip-category-single .trip-content {
	padding:30px 20px;
	border-left:1px solid rgba(238, 238, 238, .8);
	border-bottom:1px solid rgba(238, 238, 238, .8);
	border-right:1px solid rgba(238, 238, 238, .8);
	background-color:var(--white)
}
.trip-category-single .trip-content h4 a {
	font-size:2.4rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.5;
transition:all .4s ease
}
.trip-category-single .trip-content h4 a:hover {
	color:var(--theme-color)
}
.trip-category-single .trip-content .explore-btn {
	font-size:18px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans)
}
.trip-category-single .trip-content .explore-btn i {
	margin-left:5px;
	vertical-align:baseline
}
.trip-category-single .trip-content .trip-text {
transition:all .55s ease
}
.trip-category-single .trip-content .trip-text p, .trip-category-single .trip-content .trip-text .info-single .info-text a, .info-single .info-text .trip-category-single .trip-content .trip-text a {
transition:all .55s ease
}
.trip-category-single .trip-content .trip-bottom {
	width:100%;
	height:25px;
	overflow:hidden
}
.trip-category-single .trip-content .trip-bottom .trip-meta-list {
	margin-top:0;
transition:all .5s ease
}
.trip-category-single .trip-content .trip-bottom .explore-btn {
	margin-top:0;
transition:all .5s ease
}
.trip-category-single .trip-meta-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
	flex-direction:row
}
.trip-category-single .trip-meta-list li {
	font-size:15px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
	margin-right:16px
}
.trip-category-single .trip-meta-list li .bx {
	font-size:16px;
	vertical-align:center;
	margin-right:8px;
	margin-top:-3px
}
.info-title-area {
	text-align:center;
	margin-bottom:50px
}
.info-title-area h3 {
	font-size:4rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:20px;
	margin-top:-5px
}
.info-title-area p, .info-title-area .info-single .info-text a, .info-single .info-text .info-title-area a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.info-single {
	background:#fff;
	border:1px solid #eee;
	padding:35px 20px;
	text-align:center;
transition:all .55s ease
}
.info-single:hover {
	border:1px solid transparent
}
.info-single:hover .info-icon::before {
transform:scale(1);
opacity:1
}
.info-single:hover .info-icon i {
	color:var(--white)
}
.info-single .info-icon {
	border:1px solid #eee;
	margin:0 auto 20px;
	position:relative;
	z-index:1;
	background:var(--white);
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	border-radius:50%
}
.info-single .info-icon::before {
content:"";
position:absolute;
width:100%;
height:100%;
background:var(--theme-color);
border-radius:50%;
left:0;
top:0;
z-index:-1;
opacity:1;
transition:all .55s ease;
opacity:0;
transform:scale(.3)
}
.info-single .info-icon i {
	font-size:35px;
	font-weight:300;
transition:all .55s ease
}
.info-single .info-text h3 {
	font-size:2.6rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:15px
}
.info-single .info-text p, .info-single .info-text a {
	font-size:2rem;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:0
}
.info-single .info-text a {
	display:block;
	margin-bottom:0
}
.contact-from-wrapper {
	background:#fff;
	border:1.5px solid #eee;
	padding:25px 65px 60px
}
@media(min-width:768px)and (max-width:991px) {
.contact-from-wrapper {
padding:10px 40px 45px
}
}
@media(min-width:576px)and (max-width:768px) {
.contact-from-wrapper {
padding:5px 30px 40px
}
}
@media(max-width:576px) {
.contact-from-wrapper {
padding:10px 25px 45px
}
}
.contact-from-wrapper .form-inner {
	padding:15px 0
}
@media(max-width:576px) {
.contact-from-wrapper .form-inner {
padding:8px 0
}
}
.contact-from-wrapper .form-inner input, .contact-from-wrapper .form-inner textarea, .contact-from-wrapper form.style-1 .form-inner textarea, form.style-1 .contact-from-wrapper .form-inner textarea {
	width:100%;
	outline:none;
	border:none;
	border-bottom:1px solid var(--theme-color);
	border-radius:0;
	padding:12px 0;
transition:all .45s ease;
	font-size:16px;
	color:var(--text-primary)
}
.contact-from-wrapper .form-inner textarea{
	height:120px;
	min-height:120px
}
.contact-from-wrapper .form-inner input::-moz-placeholder, .contact-from-wrapper .form-inner textarea::-moz-placeholder {
font-size:16px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
-moz-transition:all .45s ease;
transition:all .45s ease
}
.contact-from-wrapper .form-inner input:-ms-input-placeholder, .contact-from-wrapper .form-inner textarea:-ms-input-placeholder {
font-size:16px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
-ms-transition:all .45s ease;
transition:all .45s ease
}
.contact-from-wrapper .form-inner input::placeholder, .contact-from-wrapper .form-inner textarea::placeholder {
font-size:16px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
transition:all .45s ease
}
.contact-from-wrapper .form-inner input:focus, .contact-from-wrapper .form-inner textarea:focus {
	border-bottom:1px solid var(--theme-color)
}
.contact-from-wrapper .form-inner input:focus::-moz-placeholder, .contact-from-wrapper .form-inner textarea:focus::-moz-placeholder {
color:var(--theme-color)
}
.contact-from-wrapper .form-inner input:focus:-ms-input-placeholder, .contact-from-wrapper .form-inner textarea:focus:-ms-input-placeholder {
color:var(--theme-color)
}
.contact-from-wrapper .form-inner input:focus::placeholder, .contact-from-wrapper .form-inner textarea:focus::placeholder {
color:var(--theme-color)
}
.contact-from-wrapper .submit-btn {
	margin-top:25px
}
.error-wrapper {
	padding:0 30px
}
.error-wrapper .error-image {
	background-size:cover;
	background-repeat:no-repeat;
	padding:0 20px 30px
}
.error-wrapper .error-image img {
	margin-bottom:30px;
	-webkit-animation:jump 2s linear infinite alternate;
	animation:jump 2s linear infinite alternate
}
@keyframes jump {
0% {
transform:translateY(-5px)
}
100% {
transform:translateY(5px)
}
}
.error-wrapper .error-text p, .error-wrapper .error-text .info-single .info-text a, .info-single .info-text .error-wrapper .error-text a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-bottom:30px;
	line-height:1.7
}
.faq-wrap .accordion-item {
margin-bottom: 0;
    border: none;
    box-shadow: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
}
.faq-wrap .accordion-item:last-child {
	margin-bottom:0
}
.faq-wrap .accordion-button {
	font-weight:500;
	font-size:20px;
	background:var(--white);
	border-radius:5px;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	padding:25px 60px 25px 25px;
	padding-right:60px;
	position:relative;
transition:.4s ease-in;
	line-height:1.7
}
@media(max-width:767px) {
.faq-wrap .accordion-button {
padding:20px 55px 20px 20px
}
}
.faq-wrap .accordion-button:hover {
	 
}
.faq-wrap .accordion-button:hover::after {
 
}
.faq-wrap .accordion-button:focus {
	 
}
.faq-wrap .accordion-button::after {
flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: bootstrap-icons !important;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    transition: unset;
    font-size: 17px;
    color: var(--text-primary);
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}
.faq-wrap .accordion-button:focus {


    border-color:transparent!important;
	
}

.faq-wrap .accordion-button:not(.collapsed)::after {
background-image:none;
transform:unset;
font-family:bootstrap-icons!important;
content:"";
top:50%;
transform:translateY(-50%);
color:var(--title-color)
}
.faq-wrap .accordion-body {
display:inline-block;
	font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    border-top: none;
    text-align: left;
    padding: 24px 0;
    padding-right: calc(100% - 585px);
	   
}
.faq-wrap .accordion-body ul{
	padding:0;
	margin:0;
}
.faq-wrap .accordion-body ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 0px;
    padding-left: 0;
    margin-bottom: 8px;
	font-size:15px
}
.faq-wrap .accordion-button:not(.collapsed) {
    box-shadow: unset;
    color: var(--title-color);
    border-radius: unset;
    box-shadow: unset;
    background: transparent;
}
.faq-wrap.sibling-2 .accordion-button {
     font-size: 16px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #bbb!important;
    padding: 12px 30px 12px 0;
    font-weight: 500;
    box-shadow: unset !important;
    background: transparent !important;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-radius: 0;
    line-height: 1.3;
    outline: unset !important;
}

.sidebar-widget:last-child {
	margin-bottom:0
}
.sidebar-widget .newsletter-area {
	background-image:url(../images/bg/side-newsletter.png);
	padding:35px 25px;
	border-radius:0;
	background-size:cover;
	background-repeat:no-repeat
}
.sidebar-widget .newsletter-area .banner-form-box {
	border-radius:0;
	border:1px solid rgba(144, 185, 86, .33)
}
.sidebar-widget .newsletter-area .newsletter-title {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:20px
}
@media(max-width:991px) {
.sidebar-widget .newsletter-area .newsletter-title {
margin-bottom:30px
}
}
.sidebar-widget .newsletter-area .newsletter-title h5 {
	font-size:3rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw);
	margin-bottom:0
}
.sidebar-widget .newsletter-area .newsletter-wrap {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	gap:20px
}
@media(max-width:767px) {
.sidebar-widget .newsletter-area .newsletter-wrap {
gap:0
}
}
.sidebar-widget .newsletter-area .newsletter-wrap form {
	width:100%
}
.sidebar-widget .newsletter-area .newsletter-wrap form input, .sidebar-widget .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea, .sidebar-widget .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .sidebar-widget .newsletter-area .newsletter-wrap form textarea {
	height:60px;
	line-height:60px;
	border:1px solid var(--text-secondary);
	width:100%;
	background-color:transparent;
	padding:20px;
	color:var(--white);
transition:all .45s ease
}
.sidebar-widget .newsletter-area .newsletter-wrap form input:focus, .sidebar-widget .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea:focus, .sidebar-widget .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea:focus, .contact-from-wrapper .form-inner .sidebar-widget .newsletter-area .newsletter-wrap form textarea:focus {
	border:1px solid var(--theme-color)
}
@media(max-width:767px) {
.sidebar-widget .newsletter-area .newsletter-wrap form input, .sidebar-widget .newsletter-area .newsletter-wrap form.style-1 .form-inner textarea, .sidebar-widget .newsletter-area .newsletter-wrap form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .sidebar-widget .newsletter-area .newsletter-wrap form textarea {
height:50px
}
}
.sidebar-widget .newsletter-area .newsletter-wrap button {
	height:60px;
	background:var(--theme-color);
	color:var(--white);
	min-width:120px;
	font-size:18px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
	position:relative;
	z-index:1
}
@media(max-width:767px) {
.sidebar-widget .newsletter-area .newsletter-wrap button {
height:50px
}
}
.sidebar-widget .newsletter-area .newsletter-wrap button::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
background:var(--white);
width:100%;
height:100%;
transition:.5s;
z-index:-1;
transform:scale(.6);
border-radius:0;
opacity:0
}
.sidebar-widget .newsletter-area .newsletter-wrap button:hover::after {
transform:scale(1);
opacity:1
}
.sidebar-offer {
	position:relative;
	z-index:1
}
@media(max-width:576px) {
.sidebar-offer {
max-width:435px;
margin:0 auto
}
}
.sidebar-offer img {
	width:100%
}
.sidebar-offer::after {
content:"";
position:absolute;
width:100%;
height:100%;
top:0;
right:0;
bottom:0;
left:0;
background-image:linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
z-index:1
}
.sidebar-offer .offer-badge {
	position:absolute;
	right:25px;
	top:25px
}
.sidebar-offer .offer-content {
	text-align:center;
	padding:0 25px;
	position:absolute;
	bottom:0;
	left:50%;
	z-index:2;
	transform:translateX(-50%);
	width:100%
}
.sidebar-offer .offer-content .review-area span {
	font-size:12px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.sidebar-offer .offer-content .review-area .star-list li i {
	font-size:10px;
	font-weight:400;
	color:var(--white)
}
.sidebar-offer .offer-content h4 {
	margin-bottom:10px
}
.sidebar-offer .offer-content h4 a {
	font-size:2.4rem;
	font-weight:600;
	color:var(--white);
	font-family:var(--font-merriw)
}
.sidebar-offer .offer-content .price {
	margin-bottom:25px
}
.sidebar-offer .offer-content .price span {
	font-size:16px;
	font-weight:500;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.sidebar-offer .offer-content .price del {
	font-size:1.4rem;
	font-weight:500;
	color:#878787;
	font-family:var(--font-work-sans)
}
.desti-sidebar-widget {
	margin-bottom:60px
}
.desti-sidebar-widget h4.widget-title {
	font-size:2.4rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-top:-5px;
	margin-bottom:30px
}
.sidebar-search form .form-inner {
	border:1px solid #eee;
	display:flex;
	flex-direction:row;
	padding:15px
}
.sidebar-search form .form-inner input, .sidebar-search form.style-1 .form-inner textarea, .sidebar-search form .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .sidebar-search form .form-inner textarea {
	outline:none;
	border:none;
	width:100%;
	color:var(--text-primary)
}
.sidebar-search form .form-inner input::-moz-placeholder, .sidebar-search form.style-1 .form-inner textarea::-moz-placeholder, .sidebar-search form .contact-from-wrapper .form-inner textarea::-moz-placeholder, .contact-from-wrapper .sidebar-search form .form-inner textarea::-moz-placeholder {
font-size:15px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
-moz-transition:all .45s ease;
transition:all .45s ease
}
.sidebar-search form .form-inner input:-ms-input-placeholder, .sidebar-search form.style-1 .form-inner textarea:-ms-input-placeholder, .sidebar-search form .contact-from-wrapper .form-inner textarea:-ms-input-placeholder, .contact-from-wrapper .sidebar-search form .form-inner textarea:-ms-input-placeholder {
font-size:15px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
-ms-transition:all .45s ease;
transition:all .45s ease
}
.sidebar-search form .form-inner input::placeholder, .sidebar-search form.style-1 .form-inner textarea::placeholder, .sidebar-search form .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .sidebar-search form .form-inner textarea::placeholder {
font-size:15px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
transition:all .45s ease
}
.sidebar-search form .form-inner input:focus::-moz-placeholder, .sidebar-search form.style-1 .form-inner textarea:focus::-moz-placeholder, .sidebar-search form .contact-from-wrapper .form-inner textarea:focus::-moz-placeholder, .contact-from-wrapper .sidebar-search form .form-inner textarea:focus::-moz-placeholder {
color:var(--theme-color)
}
.sidebar-search form .form-inner input:focus:-ms-input-placeholder, .sidebar-search form.style-1 .form-inner textarea:focus:-ms-input-placeholder, .sidebar-search form .contact-from-wrapper .form-inner textarea:focus:-ms-input-placeholder, .contact-from-wrapper .sidebar-search form .form-inner textarea:focus:-ms-input-placeholder {
color:var(--theme-color)
}
.sidebar-search form .form-inner input:focus::placeholder, .sidebar-search form.style-1 .form-inner textarea:focus::placeholder, .sidebar-search form .contact-from-wrapper .form-inner textarea:focus::placeholder, .contact-from-wrapper .sidebar-search form .form-inner textarea:focus::placeholder {
color:var(--theme-color)
}
.sidebar-search form .form-inner button {
	border:none;
	outline:none;
	background-color:var(--white)
}
.sidebar-search form .form-inner button i {
	font-size:28px;
	color:var(--text-primary);
transition:all .45s ease
}
.sidebar-search form .form-inner button:hover i {
	color:var(--theme-color)
}
.tour-package-list {
	list-style:none;
	margin:0;
	padding:0
}
.tour-package-list li {
	margin-bottom:25px
}
.tour-package-list li:last-child {
	margin-bottom:0
}
.tour-package-list .sidebar-package-single {
	display:flex;
	flex-direction:row;
	justify-content:start;
	gap:18px;
	align-items:center
}
.tour-package-list .sidebar-package-single .package-content h5 {
	margin-bottom:8px
}
.tour-package-list .sidebar-package-single .package-content h5 a {
	font-size:17px;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw)
}
.tour-package-list .sidebar-package-single .package-content span {
	font-size:16px;
	font-weight:500;
	color:var(--text-secondary);
	margin-bottom:10px;
	display:inline-block
}
.tour-package-list .sidebar-package-single .package-content span .bi {
	color:var(--theme-color);
	font-weight:600
}
.tour-package-list .sidebar-package-single .package-content .package-price {
	font-size:18px;
	font-weight:600;
	color:var(--theme-color);
	font-family:var(--font-work-sans);
	margin-bottom:0
}
.tour-category .tour-category-list {
	list-style:none;
	margin:0;
	padding:0
}
.tour-category .tour-category-list li {
	position:relative;
	padding-left:25px;
transition:all .65s ease;
	margin-bottom:20px
}
.tour-category .tour-category-list li:last-child {
	margin-bottom:0
}
.tour-category .tour-category-list li::before {
position:absolute;
top:2px;
left:0;
content:"";
font-family:bootstrap-icons;
transition:all .45s ease
}
.tour-category .tour-category-list li a {
	font-size:18px;
	font-weight:400;
	color:var(--font-work-sans);
	font-family:var(--font-work-sans);
transition:all .45s ease
}
.tour-category .tour-category-list li:hover {
	padding-left:30px
}
.tour-category .tour-category-list li:hover::before {
color:var(--theme-color)
}
.tour-category .tour-category-list li:hover a {
	color:var(--theme-color)
}
.sidebar-social-area .sidebar-social-list {
	list-style:none;
	margin:0;
	padding:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-direction:row;
	gap:25px
}
.sidebar-social-area .sidebar-social-list i {
	border:1px solid #eee;
	width:30px;
	height:30px;
	line-height:30px;
	color:var(--text-secondary);
	background:var(--white);
	text-align:center;
	font-size:18px;
transition:all .45s ease-out 0s
}
.sidebar-social-area .sidebar-social-list i:hover {
	background:var(--theme-color);
	border:1px solid var(--theme-color);
	color:var(--white)
}
.destination-block h3 {
	font-size:3rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:22px
}
.destination-block p, .destination-block .info-single .info-text a, .info-single .info-text .destination-block a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.desti-details-block {
	margin-bottom:50px
}
.desti-details-block:last-child {
	margin-bottom:0
}
.desti-details-block h3 {
	font-size:3.5rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:25px
}
.desti-details-block p, .desti-details-block .info-single .info-text a, .info-single .info-text .desti-details-block a {
	margin-bottom:25px
}
.desti-details-block .desti-details-img {
	margin:33px 0
}
.desti-details-block h5 {
	font-size:19px;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	font-style:italic;
	margin-bottom:25px
}
.desti-details-block h6 {
	font-size:17px;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.7;
	margin-bottom:25px;
	margin-top:-5px
}
.desti-details-block .desti-details-sm-img {
	margin-top:10px;
	margin-bottom:30px
}
.desti-details-block .desti-details-sm-img p, .desti-details-block .desti-details-sm-img .info-single .info-text a, .info-single .info-text .desti-details-block .desti-details-sm-img a {
	font-size:16px;
	font-weight:500;
	color:var(--text-secondary);
	font-style:italic;
	text-align:center;
	margin-top:20px;
	margin-bottom:0
}
.map-area {
	height:300px
}
.map-area iframe {
	height:100%;
	width:100%;
	filter:grayscale(199%) invert(98%) contrast(122%)
}
.blog-standard-single {
	background:#fff;
	border:1px solid #eee;
	padding:30px 30px 40px;
	margin-bottom:60px
}
.blog-standard-single:last-child {
	margin-bottom:0
}
.blog-standard-single .blog-format {
	margin-bottom:30px;
	position:relative
}
.blog-standard-single .blog-format span.blog-date {
	position:absolute;
	bottom:30px;
	left:35px;
	font-size:15px;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
	padding:5px 15px;
	background:var(--white);
	z-index:9
}
@media(max-width:576px) {
.blog-standard-single .blog-format span.blog-date {
bottom:20px;
left:25px
}
}
.blog-standard-single .blog-format .video-js {
	width:100%;
	height:400px;
	position:relative;
	z-index:99
}
.blog-standard-single .blog-content h3 {
	margin-bottom:10px
}
.blog-standard-single .blog-content h3 a {
	font-size:3rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
transition:all .35s ease
}
.blog-standard-single .blog-content h3:hover a {
	color:var(--theme-color)
}
.blog-standard-single .author-area {
	margin-bottom:20px
}
.blog-standard-single .author-area p, .blog-standard-single .author-area .info-single .info-text a, .info-single .info-text .blog-standard-single .author-area a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.blog-standard-single .author-area p a, .blog-standard-single .author-area .info-single .info-text a a, .info-single .info-text .blog-standard-single .author-area a a {
	color:var(--theme-color)
}
.blog-standard-single .blog-meta {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	margin-top:25px;
	flex-wrap:wrap;
	gap:35px
}
.blog-standard-single ul.share-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
	flex-direction:row;
	gap:15px
}
.blog-standard-single ul.share-list>li {
	position:relative;
	font-size:17px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	padding-right:15px;
	cursor:pointer;
transition:all .45s ease
}
.blog-standard-single ul.share-list>li:hover {
	color:var(--theme-color)
}
.blog-standard-single ul.share-list>li:hover .blog-social {
	opacity:1;
	transform:translateY(0);
	visibility:visible
}
.blog-standard-single ul.share-list>li:last-child {
	padding-right:0
}
.blog-standard-single ul.share-list>li:last-child::after {
content:unset
}
.blog-standard-single ul.share-list>li i {
	margin-right:8px
}
.blog-standard-single ul.share-list>li::after {
content:"";
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
width:1px;
height:16px;
background-color:var(--border-color)
}
.blog-standard-single ul.share-list>li ul.blog-social {
	list-style:none;
	margin:0;
	padding:0;
	gap:10px;
	position:absolute;
	top:29px;
	right:-23px;
	display:flex;
	flex-direction:row;
	padding:2px 10px;
	opacity:0;
	visibility:hidden;
transition:all .45s ease;
	transform:translateY(-10px)
}
.blog-standard-single ul.share-list>li ul.blog-social li {
	color:var(--text-primary);
transition:all .45s ease
}
.blog-standard-single ul.share-list>li ul.blog-social li:hover {
	color:var(--theme-color)
}
@media(max-width:991px) {
.blog-sidebar {
margin-top:90px;
padding:0 10px
}
}
.blog-widget {
	margin-bottom:60px
}
.blog-widget .trending-post-list {
	list-style:none;
	margin:0;
	padding:0
}
.blog-widget .trending-post-list li {
	margin-bottom:30px
}
.blog-widget .trending-post-list li:last-child {
	margin-bottom:0
}
.blog-widget .trending-post-list .trending-post-single {
	display:flex;
	flex-direction:row;
	justify-content:start;
	gap:15px;
	align-items:center
}
.blog-widget .trending-post-list .trending-post-single .package-image{
	width:200px
}
.blog-widget .trending-post-list .trending-post-single .package-image img{
	    height: 100px;
		width:100%;
		object-fit:cover
}
.blog-widget .trending-post-list .trending-post-single .post-content h6 {
	margin-bottom:10px
}
.blog-widget .trending-post-list .trending-post-single .post-content h6 a {
	font-size:17px;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.55;
transition:all .45s ease
}
.blog-widget .trending-post-list .trending-post-single .post-content h6:hover a {
	color:var(--theme-color)
}
.blog-widget .trending-post-list .trending-post-single .post-content span.post-date {
	font-size:15px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.blog-widget:last-child {
	margin-bottom:0
}
.blog-widget-title {
	position:relative;
	font-size:2.4rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	display:inline-block;
	padding-bottom:12px;
	margin-bottom:30px
}
.blog-widget-title::after {
content:"";
position:absolute;
left:0;
bottom:0;
width:70px;
background:linear-gradient(90.04deg, var(--theme-color) 0%, rgba(30, 204, 209, 0) 99.27%);
border-radius:30px;
height:2px
}
h3.tour-details-subtitle {
	font-size:3rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	line-height:1.7;
	margin-bottom:25px
}
.nav-btn-style {
	background:var(--white);
	min-width:0;
	color:var(--text-secondary);
	font-size:20px;
	font-weight:500;
	font-family:var(--font-work-sans);
	padding:10px 20px;
	text-align:left;
transition:all .42s ease;
	border-radius:0
}
@media(min-width:1200px)and (max-width:1399px) {
.nav-btn-style {
padding:10px 15px
}
}
.nav-btn-style svg {
	margin-right:10px;
	color:var(--text-secondary);
transition:all .42s ease
}
.nav-btn-style:hover {
	background-color:var(--theme-color);
	color:var(--white)
}
.nav-btn-style:hover svg {
	fill:var(--white)
}
.nav {
	display:flex;
	flex-wrap:wrap;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	border:1px solid #eee;
	margin-bottom:45px
}
@media(max-width:1199px) {
.nav {
padding:20px;
gap:12px
}
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color:var(--white);
	background-color:var(--theme-color)
}
.nav-pills .nav-link.active svg, .nav-pills .show>.nav-link svg {
	fill:var(--white)
}
.nav-pills .nav-link {
	border-radius:0;
	border-right:1px solid #eee;
	min-width:168px
}
@media(min-width:1200px)and (max-width:1399px) {
.nav-pills .nav-link {
min-width:144px;
font-size:18px
}
}
.nav-pills .nav-link:last-child {
	border-right:unset
}
@media(max-width:1399px) {
.nav-pills .nav-link {
border-right:unset
}
}
@media(max-width:576px) {
.nav-pills .nav-link {
width:100%
}
}
.tour-information .details-img-group {
	margin:18px 0 40px
}
.tour-information .tour-price {
	display:inline-flex;
	align-items:center;
	margin-bottom:10px
}
.tour-information .tour-price h3 {
	font-size:3.5rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw)
}
.tour-information .tour-price span {
	display:inline-block;
	font-size:18px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-merriw)
}
.tour-information ul.tour-info-metalist {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	justify-content:start;
	align-items:center;
	margin-bottom:25px
}
@media(max-width:576px) {
.tour-information ul.tour-info-metalist {
flex-wrap:wrap;
gap:5px
}
}
.tour-information ul.tour-info-metalist li {
	font-size:16px;
	font-weight:600;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	margin-right:35px
}
.tour-information ul.tour-info-metalist li svg {
	margin-top:-5px;
	margin-right:8px;
	fill:var(--theme-color)
}
.tour-information p {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	line-height:1.7
}
.tour-info-list-area {
	border:1px solid #eee;
	background-color:var(--white);
	margin:30px 0
}
.tour-info-list-area ul.info-list-1 {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #eee;
	padding:30px
}
@media(max-width:767px) {
.tour-info-list-area ul.info-list-1 {
padding:25px 20px
}
}
.tour-info-list-area ul.info-list-1>li {
	display:block;
	margin-bottom:25px
}
.tour-info-list-area ul.info-list-1>li span:first-child {
	font-size:16px;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	width:35%;
	display:inline-block
}
@media(max-width:767px) {
.tour-info-list-area ul.info-list-1>li span:first-child {
width:100%;
margin-bottom:8px
}
}
.tour-info-list-area ul.info-list-1>li span:last-child {
	font-size:16px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	width:65%
}
.tour-info-list-area ul.info-list-1>li ul.info-sublist {
	list-style:none;
	margin:0;
	padding:0;
	width:65%;
	margin-left:auto;
	margin-top:-25px;
	gap:20px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row
}
@media(max-width:767px) {
.tour-info-list-area ul.info-list-1>li ul.info-sublist {
width:100%;
margin-top:10px;
margin-left:0
}
}
.tour-info-list-area ul.info-list-1>li ul.info-sublist li {
	display:inline-block;
	width:47%;
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
@media(max-width:767px) {
.tour-info-list-area ul.info-list-1>li ul.info-sublist li {
width:100%
}
}
.tour-info-list-area ul.info-list-1>li ul.info-sublist i {
	color:var(--theme-color);
	font-size:20px;
	font-weight:500;
	vertical-align:middle;
	margin-right:8px
}
.tour-plan-single {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	gap:25px;
	border-bottom:1px solid #eee;
	padding-bottom:20px;
	margin-bottom:40px
}
.tour-plan-single:last-child {
	margin-bottom:0
}
@media(max-width:576px) {
.tour-plan-single {
flex-wrap:wrap;
gap:20px
}
}
.tour-plan-single .plan-serial {
	width:54px;
	height:54px;
	line-height:54px;
	text-align:center;
	border-radius:50%;
	border:1px solid var(--theme-color);
	min-width:54px;
	border-radius:0;
	background:var(--white);
transition:all .45s cubic-bezier(.84, .35, .39, .74)
}
.tour-plan-single .plan-serial span {
	display:inline-block;
	font-size:2.8rem;
	font-weight:600;
	color:var(--theme-color);
	font-family:var(--font-work-sans);
transition:all .45s cubic-bezier(.84, .35, .39, .74)
}
.tour-plan-single h4.plan-title {
	font-size:2.2rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:20px
}
.tour-plan-single p, .tour-plan-single .info-single .info-text a, .info-single .info-text .tour-plan-single a {
	font-size:17px;
	font-weight:400;
	color:var(--text-primary);
	font-family:var(--font-work-sans)
}
.tour-plan-single:hover .plan-serial {
	background:var(--theme-color)
}
.tour-plan-single:hover .plan-serial span {
	font-size:2.8rem;
	font-weight:600;
	color:var(--white)
}
.tour-plan-single .plan-list {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:25px
}
.tour-plan-single .plan-list li {
	font-size:18px;
	font-weight:400;
	color:var(--text-primary);
	font-family:var(--font-work-sans);
	margin-bottom:15px;
	position:relative;
	padding-left:25px
}
.tour-plan-single .plan-list li::before {
content:"";
font-family:bootstrap-icons;
position:absolute;
left:0;
top:5px;
font-weight:300;
font-size:14px;
color:var(--theme-color)
}
.tour-location .map-area {
	margin-bottom:30px
}
.tour-gallery {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	width:100%;
	max-width:415px;
	margin-left:auto;
	margin-right:auto;
	text-align:center
}
.tour-gallery:hover img {
	transform:scale(1.1)
}
.tour-gallery img {
transition:all .55s ease
}
.tour-review-area {
	padding:0 10px
}
.review-progress-box {
	border:1px solid #eee;
	margin:45px 0;
	padding:35px
}
@media(max-width:767px) {
.review-progress-box {
padding:25px
}
}
.review-progress-box .tour-review-number {
	text-align:center
}
@media(max-width:991px) {
.review-progress-box .tour-review-number {
margin-bottom:15px
}
}
.review-progress-box .tour-review-number span {
	font-size:5rem;
	font-weight:500;
	color:var(--theme-color);
	font-family:var(--font-work-sans)
}
.review-progress-box .tour-review-number h2 {
	font-size:2.5rem;
	font-weight:500;
	color:var(--text-primary);
	font-family:var(--font-work-sans)
}
.review-progress-box .progress-singl {
	position:relative;
	margin-bottom:35px
}
.review-progress-box .progress-singl:last-child {
	margin-bottom:0
}
.review-progress-box .progress-singl span {
	position:absolute;
	top:0;
	font-size:18px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.review-progress-box .progress-bar {
	position:relative;
	display:block;
	text-align:right;
	background:0 0;
	color:var(--text-secondary);
	font-size:18px;
	font-weight:500;
	font-style:normal;
	overflow:visible
}
.review-progress-box .progress-bar:after {
	content:"";
	position:absolute;
	top:25px;
	left:0;
	display:block;
	height:6px;
	border-radius:5px;
	width:var(--progress);
	-webkit-animation:progress 2s;
	animation:progress 2s;
	background:var(--theme-color);
	border-radius:5px 0 0 5px;
	border-right:0;
	outline:none;
	z-index:9
}
.review-progress-box .progress-bar:before {
	content:"";
	position:absolute;
	top:25px;
	left:0;
	display:block;
	height:6px;
	border-radius:5px;
	width:100%;
	-webkit-animation:progress 2s;
	animation:progress 2s;
	background:var(--primary-color1-light);
	border-radius:5px 0 0 5px;
	border-right:0;
	outline:none;
	z-index:9
}
@-webkit-keyframes progress {
from {
width:0
}
to {
	width:var(--progress)
}
}
@keyframes progress {
from {
width:0
}
to {
	width:var(--progress)
}
}
.review-commetn-area {
	margin-bottom:54px
}
.review-commetn-area .review-comment-list {
	padding:0;
	margin:35px 0 0;
	list-style:none
}
.review-commetn-area .review-comment-list>li:last-child .comment-item {
	margin-bottom:0
}
.review-commetn-area .review-comment-list>li .comment-reply {
	margin:0;
	padding:0 0 0 10%;
	list-style:none
}
.review-commetn-area .review-comment-list .comment-item {
	border-radius:5px;
	border-bottom:1px solid #eee;
	padding-bottom:30px;
	display:flex;
	justify-content:start;
	align-items:start;
	flex-direction:row;
	flex-wrap:nowrap;
	gap:20px;
	margin-bottom:35px
}
@media(max-width:576px) {
.review-commetn-area .review-comment-list .comment-item {
flex-wrap:wrap
}
}
.review-commetn-area .review-comment-list .comment-meta {
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	gap:10px;
	margin-bottom:15px
}
@media(max-width:576px) {
.review-commetn-area .review-comment-list .comment-meta {
gap:5px;
flex-wrap:wrap
}
}
.review-commetn-area .review-comment-list .comment-meta h5 {
	font-size:2rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-right:0
}
.review-commetn-area .review-comment-list .comment-meta span {
	font-size:14px;
	font-weight:500;
	color:var(--text-color2)
}
.review-commetn-area .review-comment-list .content p, .review-commetn-area .review-comment-list .content .info-single .info-text a, .info-single .info-text .review-commetn-area .review-comment-list .content a {
	font-size:16px;
	font-weight:400;
	line-height:1.8
}
.review-commetn-area .review-comment-list .content .reply {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans);
	padding-bottom:3px;
	border-bottom:1px dashed var(--text-secondary);
	background-color:var(--white);
	outline:none;
	margin-top:5px;
transition:all .4s ease
}
.review-commetn-area .review-comment-list .content .reply:hover {
	color:var(--theme-color);
	border-bottom:1px dashed var(--theme-color)
}
.review-commetn-area .review-comment-list .content .reply .bi {
	margin-left:5px
}
.review-item-list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:20px;
	margin-top:25px
}
.review-item-list>li {
	display:inline-flex;
	margin-right:20px
}
.review-item-list>li span {
	display:inline-block;
	margin-right:15px;
	font-size:18px;
	font-weight:500;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.review-item-list>li .star-list {
	display:flex;
	flex-direction:row;
	list-style:none;
	margin:0;
	padding:0;
	gap:10px
}
.review-item-list>li .star-list li {
	color:var(--theme-color)
}
.material-icons.star-icon {
	font-size:38px;
	cursor:pointer
}
.star-rating-wrapper {
	margin-top:30px;
	margin-bottom:20px
}
.star-rating-wrapper ul.star-rating-list {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:20px;
	list-style:none;
	margin:0;
	padding:0
}
.star-rating-wrapper ul.star-rating-list li {
	margin-right:10px
}
.star-rating-wrapper ul.star-rating-list li span {
	display:inline-block;
	margin-top:10px;
	font-size:18px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.booking-form-box {
	position:relative;
	z-index:9;
	text-align:center;
	padding:35px 30px;
	background:#fff;
	box-shadow:4px 3px 40px rgba(16, 33, 34, .06);
	width:100%;
	margin:0 auto 60px;
	border-radius:5px
}
@media(max-width:991px) {
.booking-form-box {
margin-top:20px
}
}
@media(max-width:576px) {
.booking-form-box {
padding:40px 20px
}
}
.booking-form-box h3 {
	font-size:2.8rem;
	font-weight:600;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	margin-bottom:15px
}
.booking-form-box p, .booking-form-box .info-single .info-text a, .info-single .info-text .booking-form-box a {
	font-size:17px;
	font-weight:400;
	color:var(--text-secondary);
	font-family:var(--font-work-sans)
}
.booking-form-box .banner-form {
	margin-top:40px
}
.booking-form-box .banner-form .searchbox-input {
	width:100%
}
.booking-form-box .banner-form .searchbox-input input, .booking-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea, form.style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea, .booking-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .booking-form-box .banner-form .searchbox-input textarea {
	width:100%;
	height:50px;
	border:unset;
	background-color:var(--white);
	padding-left:10px;
	color:var(--text-primary);
transition:all .45s ease
}
.booking-form-box .banner-form .searchbox-input input:focus::-moz-placeholder, .booking-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea:focus::-moz-placeholder, form.style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea:focus::-moz-placeholder, .booking-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea:focus::-moz-placeholder, .contact-from-wrapper .form-inner .booking-form-box .banner-form .searchbox-input textarea:focus::-moz-placeholder {
color:var(--theme-color)
}
.booking-form-box .banner-form .searchbox-input input:focus:-ms-input-placeholder, .booking-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea:focus:-ms-input-placeholder, form.style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea:focus:-ms-input-placeholder, .booking-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea:focus:-ms-input-placeholder, .contact-from-wrapper .form-inner .booking-form-box .banner-form .searchbox-input textarea:focus:-ms-input-placeholder {
color:var(--theme-color)
}
.booking-form-box .banner-form .searchbox-input input:focus::placeholder, .booking-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea:focus::placeholder, form.style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea:focus::placeholder, .booking-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea:focus::placeholder, .contact-from-wrapper .form-inner .booking-form-box .banner-form .searchbox-input textarea:focus::placeholder {
color:var(--theme-color)
}
.booking-form-box .banner-form .searchbox-input input::-moz-placeholder, .booking-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea::-moz-placeholder, form.style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea::-moz-placeholder, .booking-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea::-moz-placeholder, .contact-from-wrapper .form-inner .booking-form-box .banner-form .searchbox-input textarea::-moz-placeholder {
font-size:16px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
-moz-transition:all .45s ease;
transition:all .45s ease
}
.booking-form-box .banner-form .searchbox-input input:-ms-input-placeholder, .booking-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea:-ms-input-placeholder, form.style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea:-ms-input-placeholder, .booking-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea:-ms-input-placeholder, .contact-from-wrapper .form-inner .booking-form-box .banner-form .searchbox-input textarea:-ms-input-placeholder {
font-size:16px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
-ms-transition:all .45s ease;
transition:all .45s ease
}
.booking-form-box .banner-form .searchbox-input input::placeholder, .booking-form-box .banner-form .searchbox-input form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .booking-form-box .banner-form .searchbox-input textarea::placeholder, .booking-form-box .banner-form .searchbox-input .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .booking-form-box .banner-form .searchbox-input textarea::placeholder {
font-size:16px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
transition:all .45s ease
}
.booking-form-box .banner-form .searchbox-input textarea {
	width:100%;
	border:none;
	outline:none;
	padding:13px 10px
}
.booking-form-box .banner-form .searchbox-input textarea:focus::-moz-placeholder {
color:var(--theme-color)
}
.booking-form-box .banner-form .searchbox-input textarea:focus:-ms-input-placeholder {
color:var(--theme-color)
}
.booking-form-box .banner-form .searchbox-input textarea:focus::placeholder {
color:var(--theme-color)
}
.booking-form-box .banner-form .searchbox-input textarea::-moz-placeholder {
font-size:16px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
-moz-transition:all .45s ease;
transition:all .45s ease
}
.booking-form-box .banner-form .searchbox-input textarea:-ms-input-placeholder {
font-size:16px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
-ms-transition:all .45s ease;
transition:all .45s ease
}
.booking-form-box .banner-form .searchbox-input textarea::placeholder {
font-size:16px;
font-weight:400;
color:var(--text-secondary);
font-family:var(--font-work-sans);
transition:all .45s ease
}
.booking-form-box .banner-form .search-box-single {
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	position:relative;
	margin-bottom:25px;
	padding:0 20px;
	border:1px solid #eee;
transition:all .45s ease
}
@media(max-width:576px) {
.booking-form-box .banner-form .search-box-single {
padding:0 12px
}
}
.booking-form-box .banner-form .search-box-single .searchbox-icon {
	padding-top:13px
}
.booking-form-box .banner-form .search-box-single .searchbox-icon .bi {
	vertical-align:middle;
transition:all .45s ease
}
.booking-form-box .banner-form .search-box-single:hover {
	border:1px solid var(--theme-color)
}
.booking-form-box .banner-form .search-box-single:hover .bi {
	color:var(--theme-color)
}
.booking-form-box .nice-select {
	background-color:#828286;
	box-sizing:border-box;
	clear:both;
	cursor:pointer;
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	outline:none;
	position:relative;
	text-align:left!important;
transition:all .2s ease-in-out;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
	width:100%;
	border-radius:0;
	border:unset;
	padding-left:10px
}
.booking-form-box .nice-select::after {
border-bottom:2px solid var(--white);
border-right:2px solid var(--white)
}
.booking-form-box .nice-select .option {
	min-height:35px;
	line-height:35px;
	font-size:14px
}
.booking-form-box .nice-select .option:hover {
	background:var(--theme-color);
	color:var(--text-primary)
}
.booking-form-box .nice-select .option.selected {
	background:var(--primary-color2)!important
}
.booking-form-box .nice-select .current {
	font-size:1.6rem;
	font-weight:500;
	color:var(--white)
}
.booking-form-box .nice-select .list {
	border:unset;
	border:1px solid rgba(41, 43, 49, .03);
	margin-top:6px;
	z-index:100;
	border-radius:0;
	width:100%;
	min-width:80px
}
.ui-datepicker {
	width:17em;
	padding:.5em .5em 0;
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:13
}
.calendar {
	font-size:16px
}
.ui-datepicker td {
	border:0;
	padding:2px
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.2em 0;
	background:var(--theme-color);
	border:1px solid var(--theme-color);
	color:#fff;
	border-radius:0
}
div#ui-datepicker-div {
	border:1px solid transparent;
	box-shadow:3px 3px 10px rgba(0, 0, 0, .07);
	border-radius:0;
	margin-top:8px;
	margin-left:-15px
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border:1px solid transparent;
	background:var(--white);
	font-weight:400;
	padding:4px;
transition:all .45s ease;
	color:var(--text-color1)
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover, .ui-button:hover, html .ui-button.ui-state-disabled:hover:hover, html .ui-button.ui-state-disabled:active:hover {
	border:1px solid var(--theme-color);
	color:var(--theme-color)
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border:1px solid var(--primary-color1)!important;
	color:var(--primary-color1)!important
}
.ui-widget-header .ui-icon {
	background-image:unset;
	position:relative
}
.ui-widget-header .ui-icon::after {
content:"";
position:absolute;
left:0;
top:0;
font-family:bootstrap-icons;
color:var(--white);
z-index:9
}
.ui-datepicker-prev {
	border:1px solid var(--theme-color)
}
.ui-datepicker-prev:hover {
	border:1px solid var(--theme-color);
	background-color:inherit
}
.ui-datepicker-prev::after {
content:"";
font-family:bootstrap-icons;
font-weight:400;
position:absolute;
top:-1px;
left:5px;
z-index:9;
margin:auto;
font-size:22px;
color:var(--white);
transition:all .35s ease
}
.ui-datepicker-prev span.ui-icon {
	display:none!important;
	visibility:hidden
}
.ui-datepicker-next {
	border:1px solid var(--theme-color)
}
.ui-datepicker-next:hover {
	border:1px solid var(--theme-color);
	background-color:inherit
}
.ui-datepicker-next::after {
content:"";
font-family:bootstrap-icons;
font-weight:400;
position:absolute;
top:-1px;
left:5px;
z-index:9;
margin:auto;
font-size:22px;
color:var(--white);
transition:all .35s ease
}
.ui-datepicker-next span.ui-icon {
	display:none!important;
	visibility:hidden
}
.image-gallery-single {
	margin-bottom:15px
}
.image-gallery-single img {
	width:100%
}
.image-gallery-single .image-view {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .75);
	display:flex;
	justify-content:center;
	align-items:center;
	transform:scale(.7);
	opacity:0;
transition:all .45s ease-in-out
}
.image-gallery-single .image-view .bi {
	color:var(--theme-color);
	font-size:35px;
	opacity:0;
transition:all .45s ease-in-out
}
.image-gallery-single:hover .image-view {
	transform:scale(1);
	opacity:1
}
.image-gallery-single:hover .image-view .bi {
	opacity:1
}
.video-gallery-single {
	margin-bottom:25px
}
.video-gallery-single img {
	width:100%
}
.form-wrapper {
	border-radius:5px;
	box-shadow:5px 7px 35px rgba(139, 139, 139, .1);
	padding:40px;
	background:var(--white)
}
@media(max-width:576px) {
.form-wrapper {
padding:25px
}
}
.form-wrapper .form-title {
	text-align:center;
	margin-bottom:60px
}
.form-wrapper .form-title h3 {
	font-size:3rem;
	font-weight:700;
	color:var(--text-primary);
	font-family:var(--font-merriw);
	text-align:center;
	margin-bottom:20px
}
.form-wrapper .form-title p, .form-wrapper .form-title .info-single .info-text a, .info-single .info-text .form-wrapper .form-title a {
	font-size:20px;
	font-weight:400;
	color:var(--text-primary)
}
.form-wrapper .form-title p a, .form-wrapper .form-title .info-single .info-text a a, .info-single .info-text .form-wrapper .form-title a a {
	font-weight:600;
	font-size:20px;
	text-transform:capitalize;
	color:var(--text-primary)
}
.form-wrapper .form-title2 {
	margin-bottom:30px
}
.form-wrapper .form-title2 h3 {
	font-size:35px;
	font-weight:600;
	color:var(--text-primary);
	margin-bottom:15px
}
.form-wrapper label {
	color:var(--text-primary);
	font-size:16px;
	font-weight:500;
	margin-bottom:12px
}
.form-wrapper input, .form-wrapper form.style-1 .form-inner textarea, form.style-1 .form-inner .form-wrapper textarea, .form-wrapper .contact-from-wrapper .form-inner textarea, .contact-from-wrapper .form-inner .form-wrapper textarea, .form-wrapper textarea {
	border:1px solid #eee;
	height:50px;
	width:100%;
	padding:10px 20px;
transition:.4s ease;
	border-radius:0
}
.form-wrapper input::-moz-placeholder, .form-wrapper form.style-1 .form-inner textarea::-moz-placeholder, form.style-1 .form-inner .form-wrapper textarea::-moz-placeholder, .form-wrapper .contact-from-wrapper .form-inner textarea::-moz-placeholder, .contact-from-wrapper .form-inner .form-wrapper textarea::-moz-placeholder, .form-wrapper textarea::-moz-placeholder {
font-size:14px;
font-weight:400
}
.form-wrapper input:-ms-input-placeholder, .form-wrapper form.style-1 .form-inner textarea:-ms-input-placeholder, form.style-1 .form-inner .form-wrapper textarea:-ms-input-placeholder, .form-wrapper .contact-from-wrapper .form-inner textarea:-ms-input-placeholder, .contact-from-wrapper .form-inner .form-wrapper textarea:-ms-input-placeholder, .form-wrapper textarea:-ms-input-placeholder {
font-size:14px;
font-weight:400
}
.form-wrapper input::placeholder, .form-wrapper form.style-1 .form-inner textarea::placeholder, form.style-1 .form-inner .form-wrapper textarea::placeholder, .form-wrapper .contact-from-wrapper .form-inner textarea::placeholder, .contact-from-wrapper .form-inner .form-wrapper textarea::placeholder, .form-wrapper textarea::placeholder {
font-size:14px;
font-weight:400
}
.form-wrapper input:focus, .form-wrapper form.style-1 .form-inner textarea:focus, form.style-1 .form-inner .form-wrapper textarea:focus, .form-wrapper textarea:focus {
	border:1px solid var(--theme-color)
}
.form-wrapper textarea {
	min-height:150px
}
.form-wrapper .check-box-text {
	font-size:16px
}
.form-wrapper .form-inner {
	margin-bottom:18px;
	position:relative
}
.form-wrapper .form-inner i {
	position:absolute;
	right:20px;
	bottom:14px
}
.form-wrapper .form-agreement {
	margin-bottom:16px;
	margin-top:6px
}
.form-wrapper .form-agreement label {
	font-size:16px;
	font-weight:400
}
.form-wrapper .form-agreement label a {
	font-weight:600;
	font-size:16
}
.form-wrapper .alternate-signup-box {
	border:1px solid #eee;
	border-radius:3px;
	padding:20px;
	text-align:center;
	margin-top:30px;
	margin-bottom:35px
}
.form-wrapper .alternate-signup-box h6 {
	font-size:16px;
	font-weight:700;
	color:var(--text-primary);
	text-transform:uppercase;
	margin-bottom:20px
}
.form-wrapper .alternate-signup-box .btn-group {
	display:flex;
	justify-content:center;
	flex-direction:row;
	flex-wrap:wrap
}
.form-wrapper .alternate-signup-box .btn-group a {
	font-size:12px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	display:inline-block;
	padding:12px 15px;
	color:#fff;
	border-radius:0;
transition:.5s ease
}
.form-wrapper .alternate-signup-box .btn-group a:hover {
	background:var(--text-primary)
}
.form-wrapper .alternate-signup-box .btn-group i {
	font-size:16px
}
.form-wrapper .alternate-signup-box .google-btn {
	background:#db4437
}
.form-wrapper .alternate-signup-box .facebook-btn {
	background:#4267b2
}
.form-wrapper .form-poicy-area {
	text-align:center
}
.form-wrapper .form-poicy-area a {
	font-weight:600;
	color:var(--theme-color);
	text-decoration:underline
}
.form-wrapper .form-group input[type=checkbox], .form-wrapper .form-group form.style-1 .form-inner textarea[type=checkbox], form.style-1 .form-inner .form-wrapper .form-group textarea[type=checkbox], .form-wrapper .form-group .contact-from-wrapper .form-inner textarea[type=checkbox], .contact-from-wrapper .form-inner .form-wrapper .form-group textarea[type=checkbox] {
	display:none;
	cursor:pointer
}
.form-wrapper input[type=checkbox]+label:before, .form-wrapper form.style-1 .form-inner textarea[type=checkbox]+label:before, form.style-1 .form-inner .form-wrapper textarea[type=checkbox]+label:before, .form-wrapper .contact-from-wrapper .form-inner textarea[type=checkbox]+label:before, .contact-from-wrapper .form-inner .form-wrapper textarea[type=checkbox]+label:before {
	content:"";
	-webkit-appearance:none;
	background-color:var(--text-primary);
	box-shadow:0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
	padding:8px;
	display:inline-block;
	position:relative;
	vertical-align:middle;
	cursor:pointer;
	margin-right:5px
}
.form-wrapper input[type=checkbox]:checked+label:after, .form-wrapper form.style-1 .form-inner textarea[type=checkbox]:checked+label:after, form.style-1 .form-inner .form-wrapper textarea[type=checkbox]:checked+label:after, .form-wrapper .contact-from-wrapper .form-inner textarea[type=checkbox]:checked+label:after, .contact-from-wrapper .form-inner .form-wrapper textarea[type=checkbox]:checked+label:after {
	content:"";
	display:block;
	position:absolute;
	top:7px;
	left:6px;
	width:4px;
	height:10px;
	border:1px solid #fff;
	border-width:0 2px 2px 0;
	transform:rotate(45deg)
}
.gallery-layout .gallery-wrapper {
	width:100%;
	display:grid;
	grid-gap:10px;
	grid-auto-flow:dense;
	grid-template:"1fr 1fr 1fr 1fr 1fr" 33.33vh "1fr 1fr 1fr 1fr 1fr" 33.33vh
}
.gallery-layout .gallery-wrapper .box {
	position:relative;
	background:#ccc
}
.gallery-layout .gallery-wrapper .box .destination-single2 {
	position:relative;
	overflow:hidden;
	width:100%
}
.gallery-layout .gallery-wrapper .box .destination-single2:hover img {
	transform:scale(1.1)
}
.gallery-layout .gallery-wrapper .box .destination-single2 img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
transition:all .55s ease-in-out
}
.gallery-layout .gallery-wrapper .box .destination-single2 .destination-content {
	position:absolute;
	bottom:0;
	left:0;
	background:linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:fe;
	justify-content:flex-end;
	padding:20px
}
.gallery-layout .gallery-wrapper .box .destination-single2 .destination-content h4 {
	margin-bottom:6px
}
.gallery-layout .gallery-wrapper .box .destination-single2 .destination-content h4 a {
	font-size:2.4rem;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-merriw)
}
.gallery-layout .gallery-wrapper .box .destination-single2 .destination-content p, .gallery-layout .gallery-wrapper .box .destination-single2 .destination-content .info-single .info-text a, .info-single .info-text .gallery-layout .gallery-wrapper .box .destination-single2 .destination-content a {
	font-size:16px;
	font-weight:400;
	color:var(--white);
	font-family:var(--font-work-sans);
	margin-bottom:0
}
.gallery-layout .gallery-wrapper .box .destination-single2 .destination-content p span, .gallery-layout .gallery-wrapper .box .destination-single2 .destination-content .info-single .info-text a span, .info-single .info-text .gallery-layout .gallery-wrapper .box .destination-single2 .destination-content a span {
	font-size:17px;
	font-weight:700;
	color:var(--white);
	font-family:var(--font-work-sans)
}
.gallery-layout .gallery-wrapper .box.a {
	grid-row:span 2
}
.gallery-layout .gallery-wrapper .box.b, .gallery-layout .gallery-wrapper .box.f, .gallery-layout .gallery-wrapper .box.h, .gallery-layout .gallery-wrapper .box.j {
	grid-column:span 2
}
@media(min-width:576px)and (max-width:768px) {
.gallery-layout .gallery-wrapper .box.b, .gallery-layout .gallery-wrapper .box.f, .gallery-layout .gallery-wrapper .box.h, .gallery-layout .gallery-wrapper .box.j {
grid-column:span 1
}
}
@media(max-width:576px) {
.gallery-layout .gallery-wrapper .box.b, .gallery-layout .gallery-wrapper .box.f, .gallery-layout .gallery-wrapper .box.h, .gallery-layout .gallery-wrapper .box.j {
grid-column:span 2
}
}
.gallery-layout .gallery-wrapper .box .destination-single2 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
@media(max-width:991px) {
.gallery-layout .gallery-wrapper {
grid-template:"1fr 1fr 1fr" 250px "1fr 1fr 1fr" 250px "1fr 1fr 1fr" 250px "1fr 1fr 1fr" 250px
}
}
@media(max-width:768px) {
.gallery-layout .gallery-wrapper {
grid-template:"1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px
}
}
@media(max-width:440px) {
.gallery-layout .gallery-wrapper {
grid-template:"1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px "1fr 1fr" 220px
}
}
@media(max-width:440px) {
.gallery-layout .gallery-wrapper .box {
grid-column:span 2
}
}
.gallery-layout .gallery-wrapper .box.h {
	grid-column:span 1
}
.mobile-logo-wrap  img{
	height:200px
}

/*********/

.about-row{
	
}

.about-row .col-lg-3{
	width: 21%;
}

.about-row .col-lg-7{
	        width: 58%;
}

/*************/

.testimonial-section{
	position:relative;
	padding:70px 0px 70px
}

.Galsecs {
    position: relative;
    display: block;
    width: 100%;
    background-image: linear-gradient(rgb(0 5 15 / 22%), rgba(0, 5, 15, 0.6)), url(../images/bookingbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

	    padding-top: 120px;
    padding-bottom: 60px;
}

.event-shape{
	       position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
    transform: rotate(180deg);
    top: 0!important;
    bottom: inherit!important;
}
.service-item {
 
 
    position: relative;
    border-radius: 6px;
    
    display: block;
    margin-bottom: 30px;
    background:transparent;
  text-align:center;
    border-radius: 10px;



}
.ser-imgs{
	  position: relative;
  
    overflow: hidden;
    display: block;
}


.service-item img{
	width:100%;
	    transition: all 500ms ease;
		object-fit: cover;
}
.service-item1 img{
	height:450px;
}
.service-item2 img{
	    height: 232px;
}
.service-item3 img{
	height:250px;
}
.service-item:hover img{
	transform: scale(1.05);
}
.service-item .content {
	margin: 0px auto;
   padding: 20px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 4px 3px 40px rgba(16, 33, 34, .06);
    width: 100%;
    max-width:150px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    position: relative;
    transition: all .5s ease;
    background: var(--theme-color2);
}
.service-item:hover .content {
	 background: var(--theme-color2);
	     background: var(--theme-color);
    color: #fff;
}
.service-item .content h3 {
           color: var(--theme-color);
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    
}
.service-item .content h3 a{
        color: var(--theme-color);
  font-size: 18px;
	}
	
	.service-item:hover .content h3 a{
        color: #fff;
 
	}
.ser-imgs{
	border: 12px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 25px 0px rgb(0 0 0 / 10%);
}



/************************************/
.section-title1 .t-white{
	    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/**************/

/***********************FIXED_BTN***********************/
.fixedRit {
	position: fixed;
    bottom: 0px;
    z-index: 5;
    border-radius: 5px;
    overflow: hidden;
    left: unset;
    background: transparent;
    border-radius: 3px;
    box-shadow: unset;
    right: 10px;
    z-index: 10;
opacity: 0;
    visibility: hidden;

}
.fixedRit-sticky{
	opacity: 1;
    visibility: visible;
	 bottom: 120px;
}
.fixedRit ul {
	margin:0px;
	padding-left:0px;
}
.fixedRit ul li{
	list-style:none;
}

.fixedRit ul a {
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:5px;
	height:40px;
	width:40px;
transition:all .3s;
height:60px;
width:60px;
    font-size: 15px;
}
.fixedRit ul a.call {
	
	    color: #fff;
    background: #255cd7;
}
.fixedRit ul a.mail {
	
	    color: #fff;
    background: #cb2312;
}
.fixedRit ul a.whatsapp {

    color: #fff;
    background: #2eb541;
}

.fixedRit ul a span {
	    text-transform: capitalize;
    font-size: 11px;
    display: none;
    color: #fff;
    transition: all .3s;
    color: #fff;
    transition: all .3s;
    line-height: 19px;
}
@media only screen and (min-width: 768px) {
.fixedRit ul a span {
display:block
}
}


.fixedRit ul a:hover {
	background:var(--theme-color)
}
.fixedRit ul a:hover span {
	color:#fff
}
.fixedRit ul a:hover svg {
	fill:#fff
}
.fixedRit ul a:hover i{
	color:#fff;
}

			/*****/
			
			.Ev-sec{
				position:relative;
				padding:70px 0px 40px
			}
			
			
			
			
			
						.blog-title {
	font-size:30px
}
.blog-card {
	border-radius:0px;
	background-color:transparent
}
.blog-card .box-title {
margin-top: 8px;
    margin-bottom: 2px;
    font-weight: 700;
    padding: 0;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 26px;
	
}
.blog-content-padd{
	 padding: 0px 20px;
}
.blog-content-padd p{
	margin-bottom:0px
}
.blog-card .box-title a {
	color:var(--title-color)
}
.blog-card .box-title a:hover {
	color:var(--theme-color)
}
.blog-card .blog-img {
	overflow:hidden;
	border-radius:0px;
	position:relative
}
.blog-card .blog-img img {
	width:100%;
	-webkit-transition:0.4s ease-in-out;
	transition:0.4s ease-in-out;
	height: 372px;
    object-fit: cover;
}
.blog-card .blog-img .icon-btn {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:auto;
	height:auto;
	background:transparent;
	line-height:normal;
	border:0;
	font-size:20px;
	z-index:1;
	color:var(--white-color);
	-webkit-transition:0.4s;
	transition:0.4s;
	opacity:0
}

.blog-card .blog-meta {
	margin-bottom:13px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.blog-card .blog-meta span, .blog-card .blog-meta a {
	font-weight:400
}
.blog-card .blog-meta span>i, .blog-card .blog-meta a>i {
	color:var(--theme-color)
}
.blog-card .blog-content {
	padding:0px 0px 0px;
	width:100%;
	-webkit-transition:0.4s;
	transition:0.4s;
	position:relative;
	z-index:0;
	border:1px solid var(--th-border-color2);
	border-top:0
}
.blog-card .blog-content .blog-date {
	width:60px;
	height:55px;
	background:var(--theme-color);
	color:var(--white-color);
	text-align:center;
	font-size:16px;
	font-weight:400;
	padding-top:8px;
	position:relative;
	margin-right:66px
}
.blog-card .blog-content .blog-date::first-line {
font-size:20px;
font-weight:600;
font-family:var(--title-font);
display:block;
line-height:0.9
}
.blog-card .blog-content .blog-date .blog-year {
	position:absolute;
	right:-12px;
	top:12px;
	width:54px;
	color:var(--title-color);
	border:1px solid var(--theme-color);
	-webkit-transform:rotate(-90deg) translate(0, 100%);
	-ms-transform:rotate(-90deg) translate(0, 100%);
	transform:rotate(-90deg) translate(0, 100%);
	cursor:vertical-text;
	padding:1px 0px
}
.blog-card .blog-content .blog-date:after {
	content:'';
	position:absolute;
	right:-42px;
	top:50%;
	width:12px;
	height:12px;
	border-left:solid 6px var(--theme-color);
	border-bottom:solid 6px transparent;
	border-top:solid 6px transparent;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.blog-card .blog-text {
	margin-top:-0.5em;
	margin-bottom:16px;
	-webkit-transition:0.4s;
	transition:0.4s
}
.blog-card .link-btn {
	color:var(--title-color)
}
.blog-card .link-btn:before {
	background-color:var(--theme-color)
}
.blog-card .link-btn:hover {
	color:var(--theme-color)
}
.blog-card:hover .blog-img img {
	-webkit-transform:scale(1.08);
	-ms-transform:scale(1.08);
	transform:scale(1.08)
}
.blog-card:hover .blog-img .icon-btn {
	opacity:1
}
.blog-card:hover .blog-img:after {
	opacity:0.8
}

.blog-card.style2 {
	background:var(--title-color)
}
.blog-card.style2 .blog-content {
	background:var(--white-color);
	margin:0 10px;
	padding:30px
}
.blog-card.style2 .blog-content .blog-date {
	position:absolute;
	right:-1px;
	top:0;
	margin-right:0
}
.blog-card.style2 .blog-content .blog-date .blog-year {
	right:auto;
	left:-12px;
	-webkit-transform:rotate(-90deg) translate(0, -100%);
	-ms-transform:rotate(-90deg) translate(0, -100%);
	transform:rotate(-90deg) translate(0, -100%)
}
.blog-card.style2 .blog-content .blog-date:after {
	display:none
}
.blog-card.style2 .blog-content .blog-meta {
	margin-top:-0.3em;
	margin-bottom:10px
}
.blog-card.style2 .blog-content .box-title {
	margin-top:0
}
.blog-card.style2 .blog-content .blog-text {
	margin-bottom:-0.4em
}
.blog-card.style2 .blog-bottom {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:30px
}
.blog-card.style2 .blog-bottom .blog-card-author {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	gap:10px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	font-size:14px;
	font-weight:400;
	color:var(--white-color)
}
.blog-card.style2 .blog-bottom .blog-card-author img {
	-webkit-box-flex:0;
	-webkit-flex:none;
	-ms-flex:none;
	flex:none;
	border:1px solid var(--white-color);
	border-radius:50%
}
.blog-card.style2 .blog-bottom .blog-card-author:hover {
	color:var(--theme-color)
}
.blog-card.style2 .blog-bottom .link-btn {
	color:var(--white-color)
}
.blog-card.style2 .blog-bottom .link-btn:hover {
	color:var(--theme-color)
}
.blog-card.style3 .blog-img {
	margin:0 30px;
	border-top:3px solid var(--theme-color);
	margin-bottom:-134px;
	position:relative;
	z-index:1
}
.blog-card.style3 .blog-content {
	padding-top:164px;
	border-top:1px solid var(--th-border-color2)
}
.blog-card.style3 .blog-content .blog-meta {
	margin-top:-0.3em;
	margin-bottom:8px
}
.blog-card.style3 .blog-content .box-title {
	margin-top:0px;
	margin-bottom:22px
}
.blog-card.style3 .blog-content .blog-text {
	margin-bottom:20px
}
@media (max-width: 375px) {
.blog-card.style3 .blog-img {
margin:0
}
.blog-card.style3 .blog-content {
padding-top:30px
}
}
.blog-card.style4 {
margin-top: 0;
    border: unset;
    position: relative;
    width: 100%;
    margin-bottom:50px;

}
.blog-card.style4 .blog-img {
	    margin-right: 0;
    margin-bottom: 0;
	    border-radius: 0px;
}
.blog-card.style4 .blog-date {
	position:absolute;
	right:-10px;
	top:100px;
	-webkit-transform:rotate(-90deg) translate(0, 100%);
	-ms-transform:rotate(-90deg) translate(0, 100%);
	transform:rotate(-90deg) translate(0, 100%);
	font-size:18px;
	font-weight:600
}
.blog-card.style4 .blog-date i {
	color:var(--theme-color);
	margin-right:2px
}
.blog-card.style4 .blog-meta .author img {
	border:1px solid var(--theme-color)
}


/*************/
.Blog-mainsec{
	position:relative;
	padding:60px 0px 60px;
	    background: #f4f0ed;
}
.BB-Date{
	    position: absolute;
    right: 0;
    top: 0px;
    Background: var(--theme-color3);
    border-radius: 0px 17px 0px 0px;
    z-index: 10;
    padding: 13px 14px;
	
}
.BB-Date h4{
	color:#fff;
	margin-bottom:0px;
	font-weight:600;
	  font-size: 18px;
}
.BB-Date h4 span{
	display: block;
    font-size: 20px;
    text-align: center;
}

.Tour-sec{
	position:relative;
	padding:70px 0px 40px
}

/**********/


.bb-date{
 margin-top: 18px;
    margin-bottom: 5px;
    font-size: 16px;
    color: var(--theme-color2);
    font-weight: 500;
}
.bb-row-blog{
	margin-left:0px;
	margin-right:0px
	
}
.blog-row{
	padding-left:0px;
	padding-right:0px
}
.blog-row:nth-of-type(2) .blog-card{
	        border-left: 1px solid #d8d8d8;
        padding-left: 60px;
}
.blog-row:nth-of-type(1) .blog-card{
	      
        padding-right: 60px;
}
.blog-row:nth-of-type(4) .blog-card{
	        border-left: 1px solid #d8d8d8;
        padding-left: 60px;
}
.blog-row:nth-of-type(3) .blog-card{
	      
        padding-right: 60px;
}
.blog-row:nth-of-type(6) .blog-card{
	        border-left: 1px solid #d8d8d8;
        padding-left: 60px;
}
.blog-row:nth-of-type(5) .blog-card{
	      
        padding-right: 60px;
}
.blog-row:nth-of-type(8) .blog-card{
	        border-left: 1px solid #d8d8d8;
        padding-left: 60px;
}
.blog-row:nth-of-type(7) .blog-card{
	      
        padding-right: 60px;
}
.blog-row:nth-of-type(10) .blog-card{
	        border-left: 1px solid #d8d8d8;
        padding-left: 60px;
}
.blog-row:nth-of-type(9) .blog-card{
	      
        padding-right: 60px;
}
.blog-row:nth-of-type(12) .blog-card{
	        border-left: 1px solid #d8d8d8;
        padding-left: 60px;
}
.blog-row:nth-of-type(11) .blog-card{
	      
        padding-right: 60px;
}
.blog-row:nth-of-type(14) .blog-card{
	        border-left: 1px solid #d8d8d8;
        padding-left: 60px;
}
.blog-row:nth-of-type(13) .blog-card{
	      
        padding-right: 60px;
}
.blog-row:nth-of-type(16) .blog-card{
	        border-left: 1px solid #d8d8d8;
        padding-left: 60px;
}
.blog-row:nth-of-type(15) .blog-card{
	      
        padding-right: 60px;
}

.Ab-1 img{
	width:100%;
	border-radius:150px
}
/**********/

.contact-innersec{
	position:relative;
	padding:60px 0px 0px
}
.contact-box_wrapper .outer-wrap {
  background-color: var(--theme-color);
  border-radius: 10px;
  padding: 60px 0px 30px;

  margin: 0px 10px;
}

.contact-box {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 25px;
  padding-left: 110px;
  position: relative;
  width:100%
}
.contact-box .contact-box_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white-color);
  position: absolute;
  left: 30px;
}
.contact-box .contact-box__title {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 600;

}
.contact-box .contact-box__text {
    font-weight: 400;
    line-height: 29px;
    color: var(--title-color);
}
.contact-box .contact-box__text a{
    font-weight: 400;
   
    color: var(--title-color);
}
.contact-box .contact-box__text a:hover{
	color: var(--theme-color);
}
.contact-box .contact-box_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-box .contact-box_list li {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;

  color: var(--title-color);
}
.contact-box:hover .contact-box_icon {
  background-color: var(--theme-color);
}

.contact-section {
	    background-color: #f5f6ff;
    padding: 60px 15px 60px;
    position: relative;
}
.Map-sec{
	position:relative
}
.Map-sec iframe{
	margin-bottom:-10px
}

/*********/

.Ev-sec-inner{
	position:relative;
	padding:60px 0px 30px
}

.blog-standard-section {
	padding:60px 0px 20px;
	position:relative
}

/*************/
.Testi-inner{
		padding:60px 0px 0px;
	position:relative
}

.testi-bo-box{
	padding: 20px;
    border: 1px solid #cecece;
    margin: 40px 0px 60px;
}
   .testi-author.new{
	   
   }
   .testi-author.new:after{
	    content: "";
    position: absolute;
    bottom: -65px;
    left: 60px;
    width: 50px;
    height: 50px;
    background: #fff;
   
    transform: rotate(-45deg);
    border-top: 1px solid #cecece;
    border-right:1px solid #cecece;
}
.testi-author.new{
	position:relative;
}

/**********/

.Gallery-inner{
	position:relative;
	padding:60px 0px 40px
}
.image-gallery-single img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.image-gallery-single:hover .image-view h3 {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    opacity: 1;
}

.image-gallery-single .image-view .bi {
    color: var(--theme-color);
    font-size: 35px;
    opacity: 0;
    transition: all .45s ease-in-out;
}
.image-gallery-single:hover .image-view .bi {
    opacity: 1;
}
.image-gallery-single .image-view {
   text-align:center;
    justify-content: center;
    align-items: center;
   
}

/**********/

.About-inner{
	position:relative;
	padding:60px 0px 60px
}
.aboutd-title {
    padding-right: 40px;
}
.aboutd-title .mb-10{
	margin-bottom:0px
}

/*********/
.Package-inner{
	position:relative;
	padding:60px 0px 30px
}
.Package-category-inner{
	position:relative;
	padding:60px 0px 40px
}
.tour-information .tour-nn h3 {
    font-size: 35px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--font-merriw);
}
.tour-information .tour-price h3 {
    font-size: 25px;
    font-weight: 600;
    color:var(--theme-color);
   
}
.tour-information ul.tour-info-metalist li svg {
    margin-top: -5px;
    margin-right: 8px;
    fill: var(--theme-color2);
}
.Specialityareadetail-section {
    position: relative;
    padding: 60px 0px 60px;
}
.ppimage{
	margin-bottom:30px
}
.tour-plan-single p {
    font-size: 17px;
    font-weight: 400;
    color: var(--text-primary);
    font-family: var(--font-work-sans);
}
.tour-plan-single .plan-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}
.tour-plan-single .plan-content li {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary);
    font-family: var(--font-work-sans);
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.tour-plan-single .plan-content li::before {
    content: "";
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 5px;
    font-weight: 300;
    font-size: 14px;
    color: var(--primary-color1);
}
.booking-form-box {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 35px 30px;
      background: #f1f1f1;
    box-shadow: 4px 3px 40px rgba(16, 33, 34, .06);
    width: 100%;
    margin: 0 auto 60px;
    border-radius: 5px;
}
.booking-form-box .banner-form .search-box-single{
	 background: #ffff;
}

.tour-gallery {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tour-gallery img {
    transition: all .55s ease;
    height: 280px;
    object-fit: cover;
    width: 100%;
}
.tour-gallery:hover img {
    transform: scale(1.1);
}

/********/

.Activities-inner{
	position:relative;
	padding:60px 0px 30px
}
.Luxury-item {
 
 
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    background: #ffffff;
  
    border-radius: 10px;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 10%);


}
.Luxury-imgs{
	  position: relative;
  
    overflow: hidden;
    display: block;
}


.Luxury-item img{
    width: 100%;
    transition: all 500ms ease;
    height: 300px;
    object-fit: cover;
}
.Luxury-item:hover img{
	transform: scale(1.05);
}
.Luxury-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px 20px;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 20px;
    
}

.Luxury-item .content h3 {
          color: #fff;
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    background: #fff;
    border-radius: 6px;
    padding: 13px 10px;
    
}
.Luxury-item .content h3 a{
           color: #015aaa;
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    
}

/*********/

.Terms-inner{
	position:relative;
	padding:60px 0px 60px
}
.Terms-inner ul{
	position:relative;
	padding:0;
	margin:0
}
.Terms-inner ul li{
	position:relative;
	margin-bottom:10px;
	line-height:30px;
	list-style:none;
	display:block;
	padding-left:20px
	
}
.Terms-inner ul li:before{
	content:"";
	position:absolute;
	left:0px;
	top:9px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:var(--theme-color)
}
.dd-date{
	color:var(--theme-color2);
	margin-bottom:10px;
	font-weight:600;
	font-size:18px
}

/**********/

 .footer1-logo{
	 position:relative;
	 padding:0 5px;
	     z-index: 1;
 }
 .footer1-logo img{
	 position:relative;
	 border-radius:50%;
	 height:111px
 }
  .footer1-logonew{
	 position:relative;
	  padding:0 5px;
	      z-index: 1;
 }
 .footer1-logonew img{
	 position:relative;
	 
	 height:108px
 }
 
 
.footer-newsletter2 {
 
        border-bottom: 1px solid transparent;
    border-image-source: var(--theme-color);
    border-image-slice: 1;
  padding-bottom: 32px;
      margin-bottom: 35px
}

.newsletter-style2 {
     margin-bottom: 0;
    padding-left: 80px;
    position: relative;
    min-height: unset;
}
.newsletter-style2 .newsletter-img {
  position: absolute;
  left: 0;
  top: 0;
}
.newsletter-style2 .newsletter-img i{
	font-size: 59px;
    color: var(--theme-color);
	background:var(--theme-color);
	   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.newsletter-style2 .newsletter-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 5px;
  padding-top: 0px;
}

.newsletter-style2 a{
	color:#fff
}
.Hot-selasec{
background: var(--theme-color2);
padding:60px 0 60px;
position:relative
}


/*------------------- 4.13. Destinations  -------------------*/
.destination-style1 {
  position: relative;
  border-radius: 0px;
 width: 100%;
  margin-bottom: 30px;
}
.destination-style1 .desti-imga{
	    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
	border-radius: 0px;
}
.destination-style1 img {
  transition: 0.5s ease-in-out;
  width:100%;
      height: 403px;
}
.destination-style1.destination-stylem2 img{
	    height: 250px;
}
.destination-style1 .destination-price {
  font-size: 30px;
  font-weight: 700;
  padding: 15px 30px 15px;
  border-radius: 0 0 10px 10px;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
}
.destination-style1 .destination-info {
     transition: 0.5s ease-in-out;
    background-color: rgba(28, 28, 28, 0.8);
    padding: 15px 25px 15px;
    max-width: 100%;
    width: 100%;
    border-radius: 0 0px 10px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}
.destination-style1 .destination-name {
    margin-bottom: 0;
    font-size: 18px;
	min-height: 44px;
}
.destination-style1 .destination-name a {
  color: var(--white-color);
}
.destination-style1 .destination-text {
  color: var(--white-color);
}
.destination-style1:hover img {
  transform: scale(1.1);
}
.destination-style1:hover .destination-price {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.destination-style1:hover .destination-info {
  background-color: var(--theme-color);
}

.destination-details .ds-title:first-child {
  margin-bottom: 33px;
  margin-top: -10px;
}
.destination-details .ds-img1 {
  border-radius: 10px;
  overflow: hidden;
}
.destination-details .img-2 {
  border-radius: 10px;
  overflow: hidden;
}
.destination-details .ds-text {
  margin-top: 15px;
}
.destination-details .vs-comment-form {
  margin-top: 30px;
}

.destinations-info {
  margin: 60px 0 50px;
  border-radius: 10px;
  background-color: var(--smoke-color);
  padding: 20px 40px 30px;
}

.destination-list {
  margin: 0;
  padding: 0;
}
.destination-list li {
  list-style: none;
  padding-top: 10px;
  padding-left: 280px;
  position: relative;
}
.destination-list li span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
.destination-list li span:first-child {
  color: var(--title-color);
  font-weight: 600;
  position: absolute;
  left: 0;
}

 
 
.About-sec{
	position:relative;
	padding:60px 0px 60px
}

.ae-left{
	position:relative;
}
.ae-left-img{
	position:relative;
	    padding-left: 149px;
}
.ae-left-desc{
    position: relative;
    background: var(--theme-color2);
    padding: 50px 50px 50px;
    margin-right: 100px;
    margin-top: -256px;
}
.ae-left-desc p{
	color:#fff
}
.ae-left-desc h3{
font-size: 27px;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 10px;
}
.ae-right{
	position:relative;
	padding-left:20px
}

/**************/

 .About-mainsec{
	 position:relative;
	 padding:80px 0px 60px
 }
 
 .Mumbersec{
	     display: flex;
    position: relative;
    z-index: 2;
 }
.Mumbersec .sb-number {
      min-width: 62px;
    margin-right: 25px;
    color: var(--theme-color4);
    font-size: 51px;
    line-height: 53px;
    white-space: nowrap;
    font-weight: 700;
}
/*********/

/*********/

.Plantrip h3{
	  font-weight: 700;
    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 10px;
}
.Plantrip h4{
	    color: var(--white-color);
    font-size: 17px;
    margin-bottom: 10px;
}

.Plantrip strong{
	color:var(--white-color);
		margin-Right:5px;
}
.Plantrip p{
	color:var(--theme-color);
}
.Plantrip p span{
	margin-Right:15px;
	    margin-Right: 21px;
}

.Plantrip{
	Background:var(--theme-color2);
	padding:30px
}
/************/
.liks-desti{
	position:relative;
	padding:60px 0 60px;
	    display: none;
}

.Trending-loc{
	position:relative;
	padding:60px 0 60px;
	    position: relative;
    display: block;
    width: 100%;
    background-image: url(../images/tr-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/********

*/

.processs-secs{
	position:relative;padding:0px 0 70px;
	    background: #f2f2f2;
}

.processs-secs-bg{
	    background-attachment: fixed;
	position:relative;
	
	padding:70px 35px 30px
}
.processs-secs-bg:before{
	    content: "";
    background: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	
}
.processs-secs-bg .row{
	 z-index: 1;
	 
	 position:relative
}
.prc-box{
	text-align:center;
	width:100%;
	padding:0px 15px;
	position:relative;
	margin-bottom:30px;
	
}
.prc-box p{
	color:#fff
}
.prc-box-content h3{
	font-size:20px;
	margin-bottom:0px;
	color:#fff
	
}
 .prc-box-icon{
	     background: var(--theme-color);
    margin: 0px auto;
    text-align: center;
    width: 130px;
    line-height: 79px;
    height: 130px;
    border-radius: 50%;
 }
 .prc-box-icon-sub{
	 border: 10px solid var(--theme-color2);
    width: 100%;
    height: 100%;
    border-radius: 50%;
 }
  .prc-box-icon-sub img{
	  width:50px;
	  height:50px
  }
 .po1 .prc-box-icon {
	border: 10px solid #ffffff
}
  

 .po1 .prc-box-icon   .prc-box-icon-sub{
	    background-image: url(../images/tr-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
 

 .po1 .prc-box-content h3{
	color:var(--theme-color)
}
 .po1 .prc-box-content h3 a{
	color:var(--theme-color)
}
 .po1 .prc-box-content h3 a:hover{
	color:#fff
}
.prc-box-content-kline{
	    border-left: 2px dotted #000000;
    width: 2px;
    height: 27px;
    margin: 0px auto;
}


/**********/

.copyright-wrap{
	
}


.copyright-wrap {
  text-align: center;
    padding: 0px 0 0px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #c5b7b700;
    border-image-source: var(--theme-color);
    border-image-slice: 1;
    margin-bottom: 6px;
}

.copyright-wrap h3{
      color: var(--theme-color);
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
    display: inline-block;
    padding: 0;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 12px;
}


.country-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
}
.country-box {
      border: unset !important;
    border-radius: 0;
    padding: 10px 7px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 63%);
    flex: 1 1 calc(12.4% - 10px);
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    height: 100%;
    color: #000;
    margin-bottom: 10px;
    background: transparent;
    text-align: left;
}
 

.country-box a {
      border: unset !important;
    border-radius: 50px;
    padding: 10px 19px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    height: 100%;
    Background: #f9eba3;
    color: #000;
    margin-bottom: 0;
    /* background: linear-gradient(to right, #f9eba3, #a0864e); */
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    position: relative;
    display: flex;
    height: 50px;
    line-height: 1.1;
    align-items: center;

}
.country-box:hover a {
	 Background:var(--theme-color);
	color:var(--white-color);
	  
 }
.country-box a:hover {
color:var(--white-color)
}
.country-box:hover a{
color:var(--white-color)
 }
 
  .country-box:last-child {
	Background: #beba05;
    color: var(--white-color);
    padding: 14px 13px;
      margin-left: 14px;
    border: 1px solid #beba05;
	    border-radius: 5px;
		margin-top:14px
 }
   .country-box:last-child a {
	       padding: 0;
    background: transparent !important;
    height: unset;
    color: #fff;
   }
 @media only screen and (min-width: 1200px){
 .logo-col-3{
	         width: 20%;
 }
 }
 
 
 /************/
 
 .Asian-tour-boxs{
      position: relative;
    padding: 10px 10px 15px;
    margin-bottom: 30px;
    /* border-top: 7px solid var(--theme-color1); */
    background: #fff;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    background: #fff;
}
.Asian-tour-inner{
	 position: relative;
}
.Asian-tour-inner a{
	position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
	    border-radius: 10px;
}

.Asian-tour-inner a img {
    transition: all .55s ease-in-out;
	width:100%;
	height:300px;
	object-fit:cover
}
.Asian-tour-boxs:hover .Asian-tour-inner a img {
    transform: scale(1.1);
}
.Asian-tour-boxs .as-tour-content{
    position: relative;
    padding: 15px 0px 0px;
    margin-top: -30px;
}

.Asian-tour-boxs .as-tour-content h2 {
    line-height: 27px;
    font-size: 18px;
    color: #000;
    box-shadow: 0px -12px 20px 0px rgb(33 20 106 / 10%);
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    margin-bottom: 0px;
    border-radius: 100px;
    color: var(--theme-color2);
    text-transform: capitalize;
    line-height: 28px;
    padding-top: 10px;
}
.Asian-tour-boxs .as-tour-content h2 a{
	color:var(--theme-color2);
	margin-bottom:0px;
	font-weight:600;
	font-size:17px;
	 
}
.Asian-tour-boxs:hover .as-tour-content h2 a{
	color:var(--theme-color)
}


/**************/

.tt-group a:last-child{
	margin-left:15px
}

/***********************FIXED_BTN***********************/
.fixedRit {
	position: fixed;
    bottom: 0px;
    z-index: 5;
    border-radius: 5px;
    overflow: hidden;
    left: unset;
    background: transparent;
    border-radius: 3px;
    box-shadow: unset;
    right: 10px;
    z-index: 10;
opacity: 0;
    visibility: hidden;

}
.fixedRit-sticky{
	opacity: 1;
    visibility: visible;
	 bottom: 20%
}
.fixedRit ul {
	margin:0px;
	padding-left:0px;
}
.fixedRit ul li{
	list-style:none;
}

.fixedRit ul a {
display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    height: 40px;
    width: 40px;
    transition: all .3s;
      height: 58px;
    height: 72px;
    width: 61px;
}
.fixedRit ul a.call {
	
	    color: #fff;
    background:transparent!important;
}
.fixedRit ul a.mail {
	
	    color: #fff;
  background:transparent!important;
}
.fixedRit ul a.whatsapp {

    color: #fff;
    background:transparent!important;
}

.fixedRit ul a span {
	    text-transform: capitalize;
    font-size: 9px;
    display: none;
    color: #fff;
    transition: all .3s;
    color: #fff;
    transition: all .3s;
    line-height: 19px;
}
@media only screen and (min-width: 768px) {
.fixedRit ul a span {
display:block
}
}


.fixedRit ul a:hover {
	 background:transparent!important;
}
.fixedRit ul a:hover span {
	color:#fff
}
.fixedRit ul a:hover svg {
	fill:#fff
}
.fixedRit ul a:hover i{
	color:#fff;
}

			/*****/
			
			.Banner-headersec{
				position:relative;
				width:100%;
			}
			.Banner-headersec img{
				 
				width:100%;
			}
			/*********/
			
			.Asia-tour-inner{
				position:relative;
				padding:60px 0 0px;
				Background:var(--theme-color)
			}
			.Asia-tour-inner:before{
				background-image: url(../images/abg.png);
    background-repeat: repeat;
    background-size: 500px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
			}
			
			 /************/
 
.inneras-tour-boxs{
    position: relative;
    padding: 0px 0px 5px;
    margin-bottom: 30px;
    /* border-top: 7px solid var(--theme-color1); */
    background: #fff;
    width: 100%;
    text-align: center;
      border-radius: 10px;
   
    background:transparent;
}
.innerAsian-tourr{
	 position: relative;
}
.innerAsian-tourr a{
	position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
	    border-radius: 10px;
		    border: 2px solid #ffffff
}
.inneras-tour-boxs:hover .innerAsian-tourr a{
 
		    border: 2px solid var(--theme-color2);
}
.innerAsian-tourr a img {
    transition: all .55s ease-in-out;
	width:100%;
	height:180px;
	object-fit:cover
}
.inneras-tour-boxs:hover .innerAsian-tourr a img {
    transform: scale(1.1);
}
.inneras-tour-boxs .inna-tour-content{
	position:relative;
	padding:15px 0px 0px;
}

.inneras-tour-boxs .inna-tour-content h2 {
    line-height: 27px;
    font-size: 18px;
	color:#000
}
.inneras-tour-boxs .inna-tour-content h2 a{
	color:#fff;
	margin-bottom:0px;
	font-weight:600;
	font-size:18px;
	 
}
.inneras-tour-boxs:hover .inna-tour-content h2 a{
	color:var(--theme-color2)
}
@media only screen and (min-width: 992px){
.innerasia-toi-row .col-lg-2{
	width:20%
}
}


/**************/


/*****/
			
			.InnerBanner-headersec{
				position:relative;
				width:100%;
			}
			.InnerBanner-headersec img{
				 
				width:100%;
			}
			/*********/
			
			/*********/
			
			.desti-tour-inner{
					position:relative;
					
				 
					padding: 60px 0 60px;
    position: relative;
    display: block;
    width: 100%;
    background-image: url(../images/dr-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

				 }
				 
				 .desti-top-text{
					 position:relative;
					 
					 margin-bottom:60px;
				 }
				 
				  .desti-top-text p{
					  color:#fff
				  }
				  /*********/
				  .destions-cateies{
					   position:relative;
				  }
				   .destions-cateies .row{
					 margin-left:-20px;
					 margin-Right:-20px
				  }
				  .destions-cateies .col-lg-3{
					padding-left:20px;
					padding-Right:20px
				  }
				  	  .destions-cateies h4{
						  color:var(--theme-color);
						  font-size:28px;
						  margin-bottom:35px;
						  text-align:center;
						  font-weight:600;
					  }
					  
					  .to-tt-box{
	padding:0px;
	width:100%;
	position:relative;
	margin-bottom:30px;
    padding: 15px 15px 0px;
	border-radius:15px;
	text-align:center;
box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
 
}
	 .to-tt-box:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    width: 100%;
    height: 35%;
    left: 0;
    top: 0;
}
.tt-box-img{
	position:relative;
	
}
.tt-box-img a{
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
	
}
.tt-box-img a img{
	width:100%;
	object-fit:cover;
	Height:220px;
	    transition: all .55s ease-in-out;
}
 .to-tt-box:hover .tt-box-img a img{
    transform: scale(1.1);
}
.tt-box-tit{
		position:relative;
}
.tt-box-tit h3{
		position:relative;
		color:var(--title-color);
		
	    margin-bottom: 5px;
    margin-top: 5px;
	    padding: 10px 15px;
   
    border-radius: 0px 0px 15px 15px;
    z-index: 1;
    display: block;
}
.tt-box-tit h3 a{
		color:#fff;
		font-size:18px;
		font-weight:600;
}

.to-tt-box:hover{
	
}
.to-tt-box:hover .tt-box-img a img{
	
}
.to-tt-box:hover .tt-box-tit h3 a{
		color:var(--theme-color);
}
/************/
.inner-destidetail-tour{
	padding:60px 0 60px;
	position:relative
}

/************/

.hotdeals-tour-inner{
		padding:60px 0 50px;
	position:relative;
	    background: #08081b;
}

.Hot-product {
    text-align: left;
   
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
   
	position:relative;
	width:100%;
	 
	
}
.Hot-product .Hot-image-box{
	position:relative;
}
.Hot-product .Hot-image-box .Hot-img {
    transition: opacity .3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0;
    position: relative;
    display: block;
}
.Hot-product .Hot-image-box img {
    width: 100%;
    transition: all 500ms ease;
    border-radius: 10px 10px 0px 0px;
    height: 240px;
    object-fit: cover;
}
.Hot-description {
      position: relative;
    padding: 24px 15px 20px 35px;
    margin-top: -35px;
    margin-left: 30px;
    border-radius: 0 0 50px 0;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    min-height: 94px;
    margin-bottom: 20px;
}
.Hot-description-subs{
	
}
.Hot-product:hover .Hot-description {
        background-color: var(--theme-color2);
    color: #fff;
    transform: translateY(-30px);
    -webkit-transition: .6s;
    transition: .6s;
    
   
}
.Hot-description h3 {
    font-size: 18px;
	line-height:25px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 0px;
	    position: relative;
}
.Hot-description h3 a {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.Hot-description h3:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -2px;
    width: 50px;
    height: 4px;
    left: -65px;
    background-color: var(--theme-color);
}

/*************/



.destivit-sec{
	position:relative;
	position: relative;
    background-color: #fff;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    padding: 30px;
}
.destivit-sec p{
	
}
.destivit-sec p strong{
	color:var(--theme-color2)
}

.destivit-itineryy{
		position:relative
}

.destivit-itineryy img{
	margin-bottom:30px;
	margin-top:30px
}
.destivit-itineryy p{
	
}
.destivit-itineryy ul{
	list-style: none;
    margin: 0;
    padding: 0;
	  position: relative;
	  margin-bottom:15px
 
}
 
.destivit-itineryy li {
    font-size: 16px;
    font-weight: 400;
    color: #c88b20;
  
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}
.destivit-itineryy li::before {
   content: "";
    font-family: bootstrap-icons;
    position: absolute;
    left: 0px;
    top: 5px;
    font-weight: 300;
    font-size: 14px;
    color:  #c88b20;
}

.detailed-itinary-main{
	position:relative;
}

.head-detailed{
	Background:var(--theme-color);
	padding:10px 20px;
	text-align:center;
	
}

.head-detailed h2{
	color:#fff;
	margin-bottom:0;
	font-size:30px;
	font-weight:600
}

/*******/

.offers-tour{
	position:relative;
	padding:60px 0 30px
}


.service-boxes1 {
	margin-bottom:30px;
	border-radius:0px;
	box-shadow:0 10px 35px rgba(0, 0, 0, .2);
	position:relative;
	overflow:hidden;
	
	display:flex;
	align-items:flex-end;
transition:all .2s ease-in-out;
	background-size:cover;
	z-index:1
}
.service-boxes1 img{
	width:100%;
	-webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
	height: 300px;
    /*object-fit: cover;*/
}
.service-boxes1:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
 
.service-boxes1 .icon-content {
	padding: 15px 5px 15px;
    z-index: 99;
    position: relative;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    text-align: left;
    background: var(--theme-color2);
    left: 20px;
}
.service-boxes1:hover .icon-content {
	
    background: var(--theme-color);
 
}
.service-boxes1 .dlab-tilte {
	font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 25px;
	color:var(--theme-color);
}
.service-boxes1:hover .dlab-tilte {
	color:var(--theme-color2);
}
.service-boxes1 .dlab-tilte a{
	color:var(--theme-color);
	font-size: 18px;
}
.service-boxes1 ul{
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	 columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 40px;
}
.service-boxes1 ul li{
	position:relative;
	display:block;
	color:#fff;
	padding-left:20px;
}
.service-boxes1 ul li:before{
	font-family: var(--icon-font);
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "\f336";
	   
}

.service-boxes1 p {
	color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    height: 56px;
	    transition: all .2s ease-in-out;
}
.service-boxes1:hover p {
	color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.service-boxes1 .dlab-separator {
	margin-bottom:25px;
	    margin-bottom: 25px;
    background-color: var(--theme-color) !important;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 4px;
    display: block;
}

.service-boxes1 .icon-content .btn{
    background-color: var(--theme-color);
	color:#fff;
	
}

/*********/

.multi-flights-tour{
	position:relative;
	padding:60px 0 40px
}


/*************/
.FlightsMain-in{
	 position: relative;
    display: block;
    width: 100%;
 
    padding: 50px 0px 40px;
}
.Flights-in{
	position:relative
}
.Flights-in .nice-select {
	height:45px;
	    border-radius: 5px;
}
.Flights-in .nice-select .option.selected {
    font-weight: 400;
}
.Flights-in .nice-select .option {
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 0px;
}
.Flights-in .nice-select .option.selected {
    background: var(--theme-color) !important;
}
.Flights-in h2{
	position: relative;
    font-size: 30px;
    margin-bottom: -20px;
    font-weight: 600;
    color: var(--theme-color2);
}
.Flights-in p {
    
    font-size: 16px;
	    margin-bottom: 15px;
}
.Flights-in p strong{
	 color: var(--theme-color2);
    font-size: 16px;
}
.Flights-in h3{
font-size: 26px;
    margin-top: 16px;
    margin-bottom: 15px;
    color: var(--theme-color2);
    padding: 0;
    border-radius: 10px;
    font-weight: 600;
}
.Flights-in h5{
	    font-size: 21px;
    color: var(--theme-color);
	margin-top:25px;
	margin-bottom:15px
}
.Flights-in h4{
	    background: var(--theme-color);
    color: #fff;
    border-radius: 50px;
    padding: 14px 50px;
    margin-top: 40px;
    margin-bottom: 0px;
	font-size:25px
}
.Flights-in ul{
	padding-left:15px
}
.Flights-in li {
    position: relative;
   
    padding-left: 0px;
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 13px;
		 
		    line-height: 1.85;
			  list-style-type: decimal;
			      padding-left: 8px;
}
.Flights-in li strong{
	 color: var(--theme-color2);
    font-size: 16px;
}
.Flights-in .fligt-h3{
	    color: var(--theme-color);
    font-weight: 600;
    padding: 23px 0px 0px;
    font-size: 25px;
	    font-size: 21px;
    color: var(--theme-color);
    margin-top: 0px;
    margin-bottom: 15px;
}

/*************/

.Franchice-in{
	    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0px 40px;
}

.Franchice-in p {
    font-weight: 500;
    font-size: 16px;
	    margin-bottom: 15px;
}


.Franchice-in ul{
	padding-left:15px;
	margin-bottom:15px
}
.Franchice-in li {
    position: relative;
   
    padding-left: 0px;
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 13px;
		font-weight:500;
		    line-height: 1.85;
			  list-style-type: decimal;
			      padding-left: 8px;
}
.Franchice-in li strong{
	    color: var(--theme-color);
    font-size: 18px;
}

/*********************/
.Pageinner{
	position:relative;
	display:block;
	width:100%;
	padding:40px 0px;
}
.flightsec{
	    position: relative;
    display: block;
    width: 100%;
    padding: 30px 30px;
    background: #fff;
    border-radius: 5px;
    margin: 20px 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
}
.flight-control{
	position:relative;
	display:block;
	width:100%;
}
.flight-control label{
	position:relative;
	display:block;
	width:100%;
	color:#000;
	font-weight:500;
	    margin-bottom: 5px;
}
.flight-control input{
	position: relative;
    display: block;
    width: 100%;
    border: unset;
    outline: unset;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
	height:45px;
		font-size:15px;
		    box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
}
.flight-control textarea{
	position: relative;
    display: block;
    width: 100%;
    border: unset;
    outline: unset;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
	height:120px;
		font-size:15px;
		    box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
}
.flight-control select{
	position: relative;
    display: block;
    width: 100%;
    border: unset;
    outline: unset;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
	height:45px;
	color:#000;
		font-size:15px;
		    box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
}
.flight-control textarea::placeholder, .flight-control input::placeholder{
	color:#000;
}
.flight-control{
	
}

#city_more{
position: relative;
    display: block;
    width: 100%;	
}

.tecs {
       background: var(--theme-color1);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
	
	width: max-content;
}
.re-botrder{
       position: relative;
    width: 100%;
    border-bottom: 1px solid #00000094;
    padding-bottom: 9px;
    margin-bottom: 29px;
    margin-top: 15px;
	}
.remove-btnn {
    text-align: right;
   
    float: right;
    margin-top: -65px;
}
.remain{
	background: var(--theme-color1);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    text-align: right;
}
.flimore{
	  position: relative;
    width: 100%;
	
}
.flline{
	 width: 100%;
    border-bottom: 1px solid #00000094;
    padding-bottom: 9px;
    margin-bottom: 20px;
}


.fighttable{
	width: 100%; display:inline-block;margin-top: 20px;margin-bottom: 20px;
}
.fighttable .table-full-width td {
    color: #fff;
    border-color: #b1b1b1!important;
}
.fighttable td {
   
    border-color: #dedede;
}
.fighttable td  {
       font-size: 14px;
    text-align: left;
    border: 1px solid #141414;
    padding: 1.8em 1em;
    color: var(--theme-color2);
}
.fighttable th {
       font-size: 14px;
    text-align: left;
     border: 1px solid #141414;
    padding: 1.8em 1em;
    Background: var(--theme-color);
	color:#fff
}
.fighttable input{
	position: relative;
    display: block;
    width: 100%;
    border: unset;
    outline: unset;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
	height:45px;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
	font-size:15px
}
.fighttable textarea{
	position: relative;
    display: block;
    width: 100%;
    border: unset;
    outline: unset;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
	height:120px;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
	font-size:15px
}
.fighttable select{
	position: relative;
    display: block;
    max-width: 100%;
    border: unset;
    outline: unset;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
	height:45px;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
	font-size:15px
}

.flightbutton-control{
	position:relative;
	display:block;
	width:100%;
	text-align:center;
}
.flightbutton-control button{
	    background: #fff;
    color: var(--theme-color1);
    font-size: 16px;
    font-weight: 600;
    padding: 11px 25px;
    text-align: center;
    border: unset;
    border-radius: 5px;
	cursor:pointer;
}
.icontableesec{
	    text-align: right;
    position: relative;
}
.remainpass {
    background: var(--theme-color2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    text-align: right;
    width: max-content;
}

.tecs {
    background: var(--theme-color2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    width: max-content;
}
.remain {
    background: var(--theme-color2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    text-align: right;
}

.flightsec h6{
	    padding: 0px 0px 10px 20px;
    color: var(--theme-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 2px;
	margin-bottom:5px
}
.flightsec h6 span {
    background: var(--theme-color);
    padding: 5px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -28px;
    color: #fff;
    margin-top: -3px;
    margin-right: 10px;
}
.remainpass {
    background: var(--theme-color2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    text-align: right;
    width: max-content;
}

/********************************/

.oneway-destidetail-tour{
	position:relative;
	padding:60px 0 60px
}
.on-way ul{
	position:relative;
	padding:0 ;
	margin:0;
	
}
.on-way ul li{
	list-style:none;
}
.on-way h4 {
       color: var(--theme-color2);
    border-radius: 50px;
    padding: 0;
    margin-top: 26px;
    margin-bottom: 16px;
    font-size: 25px;
    font-weight: 700;

}
.on-way ul li:before {
  content: "\f058";
  position: unset;
  left: 0;
  top: 1px;
  display: inline-block;
  padding: 2px 10px 7px 10px;
  color: green;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}
.on-way h2 {
      background: transparent;
    color: var(--theme-color);
    border-radius: 50px;
    padding: 0;
    margin-top: 26px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 25px;
}
 
.franch-head h3 {
  color: #142d66;
  font-weight: 700;
  text-align: left;
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* contact */
.booking-btn.center {
  position: relative;
  margin-left: 12px;
}
h2.sec-title.text-center.get {
    margin-bottom: 40px;
}
.Contact-inner-sec {
  position: relative;
  padding: 80px 0px 60px;
  /* top: -60px; */
}
.cc-contact {
  position: relative;
  padding: 150px 0px 0px 0px;
}
.fa-user:before {
  display:none ;
}
.fa-phone:before {
  display:none ;
}
.fa-envelope:before {
  display:none ;
}
.fa-file:before {
  display:none ;
}
.fa-pen:before {
  display:none ;
}
.contact-content {
  position: relative;
  margin-bottom: 30px;
}
.contact-content {
  background-color: #eef3f6;
  padding: 30px 30px;
  position: relative;
  z-index: 15;
   top: 0px!important;
  margin-bottom: -100px;
}
.contact-content .contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  width: 100%;
  position: relative;
  box-shadow: 0 0 21px rgba(24, 28, 53, 0.2);
  border-radius: 5px;
}
.contact-content .contact-info::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -8px;
  background: linear-gradient(to right, var(--theme-color) 0%, #ffc312 100%);
  /* background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%); */
  border-radius: 10px;
  height: 20px;
  z-index: -1;
}
.contact-content .contact-info-icon {
  font-size: 35px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  background: linear-gradient(to right, var(--theme-color) 0%, #ffc312 100%);
  /* background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%); */
}
.contact-content .contact-info-icon::before {
  display:none;
  /* content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
  border: 3px solid var(--theme-color);
  border-radius: 50px; */
}

.value-content h3 {
  color: #111159;
  font-size: 28px;
}
.value-content ul {
  list-style-type: none; /* Remove default list styles */
  padding-left: 0; /* Remove default padding */
}

.value-content ul li {
  position: relative; /* Make li items relative for absolute positioning of ::before pseudo-element */
  padding-left: 30px; /* Add padding to accommodate the custom icon */
  margin-bottom: 10px; /* Adjust spacing between list items */
}

.value-content ul li:before {
  content: ""; /* Empty content for ::before pseudo-element */
  position: absolute;
  left: 0;
  top: 5px; /* Adjust vertical alignment */
  width: 20px; /* Width of the icon */
  height: 20px; /* Height of the icon */
  background-color: #d99113; /* Background color of the icon */
  border: 1px solid #999; /* Border of the icon */
  border-radius: 3px; /* Rounded corners */
}

/* Custom styles for each list item */
.value-content ul li:nth-child(1):before {
  content: "\2713"; /* Unicode check mark character âœ“ */
  text-align: center;
  line-height: 20px; /* Center the check mark vertically */
  font-size: 16px; /* Adjust size of the check mark */
}

.value-content ul li:nth-child(2):before {
  content: "\2713"; /* Unicode check mark character âœ“ */
  text-align: center;
  line-height: 20px; /* Center the check mark vertically */
  font-size: 16px; /* Adjust size of the check mark */
}

.value-content ul li:nth-child(3):before {
  content: "\2713"; /* Unicode check mark character âœ“ */
  text-align: center;
  line-height: 20px; /* Center the check mark vertically */
  font-size: 16px; /* Adjust size of the check mark */
}





.Activitysec{
	position: relative;
    display: block;
    text-align: center;
    margin: 0px auto 20px;
}
.Activitysec-img{
	       position: relative;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0px 1px 10px 0px rgb(33 20 106 / 27%);
    margin: 6px auto 0;
    text-align: center;
    width: 100%;
}
.Activitysec-img a{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}
.Activitysec-img img{
	width: 100%;
    border-radius: 50%;
}
.Activitysec-desc{
	text-align: center;
   
    position: relative;
    display: block;
    margin-top: -30px;
   
}
.Activitysec-desc h2{
	padding: 8px 10px;
    box-shadow: 0px 10px 20px 0px rgb(33 20 106 / 10%);
    background: #fff;
    margin-bottom: 0px;
    border-radius: 100px;
    text-transform: capitalize;
 
    color: #fff;
    line-height: 25px;
    text-align: center;
	
}


.Activitysec-desc h2 a{
	color: #000;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 28px;
}
.Activitysec:hover .Activitysec-desc h2 a{
	color: var(--theme-color2);
}

.swiper .servicef-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    background: #ffffff;
    border: 3px solid #ebebeb;
    border-radius: 10px;
    box-shadow: 0px 3px 25px 0px rgb(0 0 0 / 10%);
	    text-align: center;
}
.swiper .servicef-item  .fsers-imgs {
    position: relative;
    overflow: hidden;
    display: block;
	    border: 12px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 25px 0px rgb(0 0 0 / 10%);
}
.swiper .servicef-item  a.fsers-imgs img {
    height: 140px;
    object-fit: contain;
	    width: 100%;
    transition: all 500ms ease;
}

.on-way h5{
	color:var(--theme-color2);
	font-size:20px;
	font-weight:600
}

.footer-item{
	
	width:100%
}

/********/

.Abouttinner{
	position:relative;
	padding:60px 0px 60px
}
.Abouttinner:before{
background-image: url(../images/abg.png);
    background-repeat: repeat;
    background-size: 500px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
	}
.Abouttinner p{
	
	margin-bottom:15px
}

.Abouttinner p strong{
	color:var(--theme-color2)
}

/**********/

.Deals-bb-sec{
	position:relative;
	padding:20px 0px 0px;
 
	
}

.deals-in{
    margin-bottom: 0px;
    border-radius: 0;
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    text-align: left;
    
    padding: 40px 40px 40px;
}
.deals-in:before {
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 4px;
    background: linear-gradient(to right, #fde989, #dcac3d, #aa7126, #fee169, #fdffec, #fddb5b, #d9a63b, #a46625, #dea232);
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 4px;
    mask: linear-gradient(#001433 0 0) content-box, linear-gradient(#001433 0 0);
    mask-composite: exclude;
}
.deals-in h3{
	    color: #f5f86c;
    font-weight: 600;
	margin-bottom:20px;
	line-height:1.2;
	font-size:50px
}

.deals-in h4{
	    color:#fffa16;
    font-weight: 600;
	margin-bottom:20px;
	line-height:1.2;
	font-size:30px
}

.deals-in h5{
	   color: white;
    font-weight: 600;
	margin-bottom:20px;
	line-height:1.2;
	font-size:25px
}

.deals-body{
	    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.deals-body select option {
  margin: 40px;
  background: var(--theme-color);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.deals-body input::placeholder, .deals-body textarea::placeholder, .deals-body select::placeholder{
	color:#fff;
	font-size:15px;
}
.deals-body textarea ~ i, .deals-body select ~ i, .deals-body input ~ i {
	color:#fff;
	font-size:15px;
}
.deals-body textarea{
	height: 100px;
    min-height: 100px;
	color:#fff;
}
.deals-body .form-group {
    margin-bottom: 15px;
    position: relative;
}
.deals-body .as-btn{
	
padding: 10.5px 22px;
    font-size: 13px;
    width: 100%;
}
.deals-body .form-group input{
	    width: 100%;
    height: 50px;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    color: var(--title-color);
    margin-bottom: 8px;
    outline: none;
	    background: transparent;
		color:#fff
}
.deals-body .form-group select{
	    width: 100%;
    height: 50px;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: var(--title-color);
    margin-bottom: 8px;
    outline: none;
	    background: transparent;
		color:#fff;
		    display: block !important;
}
.As-plan-sec{
	position:relative
}
.deals-body .form-group textarea{
    width: 100%;
    height: 80px;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: var(--title-color);
    margin-bottom: 8px;
    outline: none;
	    background: transparent;
		color:#fff
}
select{
		display:block!important
	}
	.nice-select{
		display:none!important
	}
.deals-body .as-btns {
    padding: 10.5px 22px;
    font-size: 15px;
    /* width: 100%; */
}

.As-plan-sec h3{
	color: #a6ff00;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 30px;
	text-align:center;
	margin:0px auto 20px;
	position: relative;
}

.As-plan-sec h4 {
    color: white;
    text-align: center;
    margin: 0px auto 20px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}




.deals-body .form-groups label{
	color:#fffd00;
	font-weight:600;
	margin-bottom:5px;
	font-size:18px;
	margin-top:10px;
	display:block;
	    text-align: left;
	
}

.deals-body  .form-group label{
		/* color:var(--theme-color); */
	font-weight:600;
	margin-bottom:5px;
	font-size:18px;
	margin-top:10px;
	display:block;
	    text-align: left;
}

.deals-body  .form-group label i{
	/* color:#ff00ff; */
	font-size:17px;
	margin-right:5px;
	    font-weight: 700;
}
.deals-body  .form-group.datas.col-md-6 label {
    color: #fffd00;
}
.deals-body  .form-group.datas.col-md-6 label i {
    color:#ff00ff; 
}

.deals-body  .Do-coform .form-control{
	position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 10px 10px;
    height: 52px;
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    border: 1px solid #ececec;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 11%);
    background: #fff;
	font-size:16px;
	margin-bottom:15px
}
.deals-body  .Do-coform textarea.form-control{
	height:120px;
	    min-height: 120px;
}
.deals-body  .Do-coform select.form-control{
	
	height: 52px!important;
}

.deals-body  .Do-coform  input.form-control::placeholder, .deals-body  .Do-coform  textarea.form-control::placeholder{
	color: #000;
	font-weight:500
}

.deals-body  .Do-coform h4{
	    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 19px;
	color:var(--theme-color)

}
.deals-body  .Do-coform{
	padding:0px 0px 20px
}
.deals-body  .Do-coform .form-check-label{
	    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 15px;
	    margin-left: 18px;
}
.deals-body  .Do-coform label span{
	font-size:14px;
	font-weight:600;
}
.deals-body  .Do-coform .form-check{
	margin-top:10px;
	position:relative
}
.deals-body  .Do-coform .form-check label{
	font-size:15px;
	font-weight:500;
}


.deals-body  .Do-coform .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: 0;
	    box-sizing: border-box;
    padding: 0;
    left: 35px;
	    left: 0;
}

.form-check-place{
		position:relative;
    margin-left: 20px;
}
h1.breadcumb-title.asis {
    font-size: 100px !important;
    color: #ffbb1d;
}

 
h1.deals-btextrt {
    font-size: 80px !important;
    color: #ffbb1d;
}

.ban-log img {
    max-height: 150px !important;
}
.logo-bann img {
    max-height: 150px !important;
}
.content-wrapper.newcont {
    padding: 400px 0px 400px 0px;
    bottom: 100px;
}

.datas label{
	color:#fffd00
}

/*********/

.fligt-ttsec{
	      position: relative;
    padding: 15px;
    /* border: 2px solid #EEEEEE; */
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    transition-duration: 0.3s;
    border-left: 5px solid var(--theme-color2);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
	    background: #fffcf7;
}
.fligt-ttsec:nth-child(even){
	  background: #fff;
}
.fligt-ttsecnew{
	    position: relative;
    padding: 15px;
    /* border: 2px solid #EEEEEE; */
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    transition-duration: 0.3s;
    border-left: 5px solid var(--theme-color);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
}

.Abb-bg{
	position: relative;
    padding: 50px 40px;
 
 
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
    background: #fffcf7;
}

.main-seemore{
	position:fixed;
	left:0;
	Right:0;
	top:78%;
	width:100%;
	text-align:center;
}
.main-seemore-sticky{
	opacity:0;
	position:absolute;
	visibility:hidden
}
.Banner-headersec .main-seemore img {
    Width: 80px;
    border-radius: 50%;
	    
}
.InnerBanner-headersec .main-seemore img {
    Width: 80px;
    border-radius: 50%;
	    
}

.main-seemore-img{
	    text-align: center;
    position: relative;
    display: inline-block;
   
}

/*******/

.inner-seemore{
	position:absolute;
	left:0;
	Right:0;
	
	width:100%;
	text-align:center;
}

.about-see{
	top:55%;
}
.asiatour-see{
	top:55%;
}
.contact-see{
	top:65%;
}
.tourdesti-see{
	top:57%;
}
.tourdestidetail-see{
	top:64%;
}
.oneway-see{
	top:63%;
}
.flights-see{
	top:63%;
}
.offers-see{
	top:53%;
}
.hotdeals-see{
	top:55%;
}
.deals-see{
	top:58%;
}
  .inner-seemore img {
    Width: 80px;
    border-radius: 50%;
	    
}
.inner-seemore-img{
	    text-align: center;
    position: relative;
    display: inline-block;
   
}
.jump {
	-webkit-animation:jumpAni 7s linear infinite;
	animation:jumpAni 4s linear infinite
}
 
@keyframes jumpAni {
0% {
 transform: scale(1); 
}
40% {
 transform: scale(1.4); 
}
100% {
 transform: scale(1); 
}
}

/***********/

.inner-cct-tour{
	position:relative;
	padding:60px 0 60px
}

.ccn-mainsec{
	position:relative
}
.ccn-mainsec h3{
	color: #004fa5;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.comt-box {
        position: relative;
    Background: #b714a5;
    padding: 15px;
    margin-top: 30px;
    border-radius: 10px;
}
.comt-box h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
    padding: 5px 0;
}

.cugh {
    Background: var(--white-color);
    padding: 20px;
}

.cugh-shadow {
    background-color:#fee5ff;
    border: 1px solid rgba(60, 49, 58, 0.1);
    padding: 10px 20px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px rgba(60, 49, 58, 0.2);
    -webkit-box-shadow: 1px 1px 5px rgba(60, 49, 58, 0.2);
}

.cugh-shadow p{
	    font-weight: 600;
    font-size: 19px;
}

/*******/

.mcomt-box {
        position: relative;
    Background: #b714a5;
    padding: 15px;
    margin-top: 30px;
    border-radius: 10px;
}
.mcomt-box h4 {
     color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
    padding: 5px 0;
}

.mcugh {
    Background: var(--white-color);
    padding: 20px;
}

.mcugh-shadow {
    background-color:#fee5ff;
    border: 1px solid rgba(60, 49, 58, 0.1);
    padding: 10px 20px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px rgba(60, 49, 58, 0.2);
    -webkit-box-shadow: 1px 1px 5px rgba(60, 49, 58, 0.2);
}

.mcugh-shadow p{
	    font-weight: 600;
    font-size: 19px;
}

.mcugh-shadow h5{
    font-weight: 600;
    font-size: 21px;
    color: #5c084a;
    margin-bottom: 8px;
}

.ccsp1{
	color:#0052ff
}
.ccsp2{
	color:#9900ff
}
.ccsp3{
	color:#00c8ff
}
.ccsp4{
	color:#ffa600
}

.lin-cbb{
margin-top: 60px;
    padding: 20px 0;
    border-top: 2px solid #0dc214;
    border-bottom: 2px solid #0dc214;
}
.lin-cbb h4{
	    color: #2110d0;
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    max-width: 636px;
    margin: 0px auto;
    line-height: 1.4;
}

/*******/
.cc-plan {
	position:relative;
	text-align:center;
	margin-bottom:30px
}
.cc-plan h4{
	    color: #a613d6;
    font-size: 33px;
    margin-bottom: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 28px;
    line-height: 1.4;
}

.fa-envelope:before {
    content: "\f0e0";
}

.inner-cct-tour .deals-body {
    position: relative;
    margin-top: 50px;
    margin-bottom: 0px;
}

.folooe-cont{
	position:relative
}

.folooe-cont h4{
	    font-size: 27px;
    color: #e8df0d;
    font-weight: 600;
    margin-bottom: 20px;
	
}

.folooe-cont h5{
	
	 font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0ddae8
	
}

.fol-2{
color:blue
}


.fol-3{
		color:#be0de8
}

.ccocc-wrap{
	    text-align: center;
    padding: 0px 0 40px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid transparent;
    border-image-source: var(--theme-color);
    border-image-slice: 1;
    margin-bottom: 0px;
}

.ccocc-wrap h3 {
       color: red;
    font-size: 27px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}
.tcountry-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.tcountry-box {
    border: 1px solid #0c22af;
    border-radius: 4px;
    padding: 7px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(10% - 10px);
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3sease;
    position: relative;
    height: 100%;
}
.tcountry-box a {
  text-decoration: none;
    color: #4cc14a;
    font-weight: 500;
    font-size: 14.5px;
}
.tcountry-box:hover a {
    color: var(--white-color);
}

.tcountry-box:hover {
    Background: var(--theme-color);
    color: var(--white-color);
	    border: 1px solid var(--theme-color);
}

.newsletter-img .fa-envelope{
	font-size: 59px;
    color: var(--theme-color);
    background: var(--theme-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.newsletter-img .fa-envelope:before {
content: "\f32f";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.a-ffcontrol {
    align-items: center;
    background: #fff;
    border: 1px solid #444545;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    padding: 5px 10px;
}

.dealSearchField__icon{
	    align-items: center;
    color: #444545;
    display: flex;
    font-size: 40px;
	width:50px;
	margin-left:5px
}

.dealSearchField__text{
	width:calc(100% - 55px)
}

.dealSearchField__text label{
	color: var(--theme-color);
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
}
.dealSearchField__text input{
	color:var(--title-color);
	font-weight:400;
	font-size:14px;
	margin-bottom:0px;
	display:block;
		font-weight:600;
	width:100%;
	Border:none;
	background-color:transparent;
	Height:23px;
	color:var(--body-color)
}
.dealSearchField__text select{
	color:var(--title-color);
	font-weight:400;
	font-size:14px;
	margin-bottom:0px;
	display:block;
		font-weight:600;
	width:100%;
	Border:none;
	background-color:transparent;
	Height:23px;
	color:var(--body-color)
}
.dealSearchField__text input::placeholder{
	color:var(--body-color)
}


.multi-main-search .btn--lg {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14.44px 35px;
    border-radius: 6px;
}

/**********/

.faccsec{
	    position: relative;
    padding: 20px 0 20px;
    background: #f5f5f5;
}

.ff-logoline{
	position:relative;
	width:100%;
	margin-bottom:30px
}

.ff-logoline:before{
	    content: "";
    left: 0;
   
    position: absolute;
    width: 40%;
    Height: 1px;
    Background: #ffffff70;
    top: 50%;
}
.ff-logoline:after{
	    content: "";
 
    right: 0;
    position: absolute;
    width: 40%;
    Height: 1px;
    Background: #ffffff70;
    top: 50%;
}
/**************/


	.why-box1 {
    margin-bottom: 50px;
    border-radius: 0;
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    text-align: left;
    padding-bottom: 70px;
    padding: 20px 20px 100px;
 
}
.why-box1:before {
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 4px;
    background: linear-gradient(to right, #fde989, #dcac3d, #aa7126, #fee169, #fdffec, #fddb5b, #d9a63b, #a46625, #dea232);
    mask: linear-gradient(#001433 0 0) content-box, linear-gradient(#001433 0 0);
    mask-composite: exclude;
}
.why-box1 img{
	    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 350px;
    object-fit: cover;
}
.why-box1:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.why-box1 p{
	color:var(--theme-color2);
	font-weight:600;
}
 
.why-box1 .icon-content {
	padding: 0;
    z-index: 99;
    position: relative;
    width: 100%;
    position: relative;
    bottom: 0;
    background: transparent;
    border-radius: 0;
}
.why-box1 .dlab-tilte {
       font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}
 .why-box1-imm{
	 position:relative;
	 overflow:hidden;
	 width:100%;
	 margin-bottom:15px
 }
 .hot-1{
	 
	 position:absolute;
	 content:"";
	 top:20px;
	 left:20px
 }
  .hot-1 img{
    Height: 87px;
    border-radius: 50%;
  }
.why-box1 p {
    padding: 0;
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    position: relative;
}
.why-box1 h5 {
	font-weight:500;
	font-size:18px;
	margin-bottom:10px;
	color:#c5c00c;
	margin-top:15px
}
.why-box1 p strong {
    font-weight: 600;
    
    font-size: 15px;
}
.why-box1 .dlab-separator {
	margin-bottom:25px;
	    margin-bottom: 25px;
    background-color: var(--theme-color1) !important;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 4px;
    display: block;
}

.why-box1 .icon-content .btn{
    background-color: var(--theme-color);
	color:#fff;
	
}
/**********/

.hh-content{
	    position: relative;
 
    padding: 0px 0px 0px;
	
}
.icon-contentmain{
    background: #079ff2;
    padding: 5px 29px;
    text-align: center;
    position: relative;
    margin: 0px auto 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: #079ff2 0px 0px 5px 4px;
}
.icon-contentmain:before {
    content: '';
       background: linear-gradient(to right, #0974c2, #0e489a, #1e477f, #1e477f, #0e489a, #0974c2);
    border-radius: 50%;
    position: absolute;
    inset: 9px;
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hh-content h3{  
    display: block;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
 
	width: calc(100% - 136px);
}
.hh-content h4{  
    color: #fee145;
    font-size: 33px;
    margin-bottom: 2px;
    font-weight: 700;
    border-bottom: unset;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    margin-top: 8px;
	
}
.hh-content h5{  
      
    margin-bottom: 0px;
    font-weight: 500;
    position: relative;
    margin-top: 0;
	
	}
 
	    .hh-content h5.text-white {
        font-size: 16px;
    }
	.hh-content .icon-shape {
    position: absolute;
    inset: 0;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-clip-path: circle(100% at 50% 0);
    clip-path: circle(100% at 50% 0);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hh-content h3 a{  
	color:#fff;

}

.tour-flex{
	justify-content:space-between;
	    min-height: 60px;
}
.tour-flex span{
Background: #fe5b63;
    color: #fff;
    padding: 2px 7px;
    line-height: 24px;
    font-weight: 500;
    font-size: 13px;
    display: block;
    width: 125px;
    border-radius: 5px;
    height: 27px;
    text-align: center;
}
.why-box1:hover .hh-content h3 a{  
color:var(--theme-color)

}
/**********/

.Desiii{
	    position: relative;
    background: var(--theme-color);
    border-radius: 0;
    padding: 20px 20px 20px !important;
    border-image-source: linear-gradient(to right, #c1964a, #e2b553, #d38f40, #b78148);
    border-image-slice: 20;
}
.Desiii-sub{
	   background: var(--theme-color2);
    padding: 3px;
}

.sstitle1{
	
}
.sstitle1 p{
	color:#fff;
	font-weight:600;
	margin-bottom:5px;
	line-height:30px;
	font-size:18px
}
@media only screen and  (min-width: 1400px){
.sstitle1 p{
 
	font-size:20px
}
}
@media only screen and  (min-width: 1600px){
.sstitle1 p{
 
	font-size:23px
}
}
.Toursec-loc{
	position:relative;
	padding:60px 0 60px;
	background: var(--theme-color2);
    padding: 40px 20px 46px !important;
}
.Toursec-locs{
	    padding: 20px 20px 20px !important;
    position: relative;
    background: var(--theme-color);
    border-radius: 0;
    border-image-source: linear-gradient(to right, #c1964a, #e2b553, #d38f40, #b78148);
    border-image-slice: 20;
}
.Toursec-locsubs{
	    background: var(--theme-color2);
    padding: 0px;
}

.Toursec-locsubsheading{
		    background: var(--theme-color2);
    padding: 3px;
	 
}
.hot-container{
	position:relative;
 Background:var(--theme-color2);
 padding-left:20px;
	padding-Right:20px
  
}
.hot-container .row{
	margin-left:-20px;
	margin-Right:-20px
}
.hot-container .row .col-lg-4{
	padding-left:20px;
	padding-Right:20px
}
.pay-bookicon{
	    gap: 10px;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.theme-btn-1{
	Background:#beba05
}
.theme-btn-2{
	Background:#a613d6
}

.pay-bookicon a{
padding: 9px 42px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 19px;
    margin: 0px auto 30px;
    color: #000;
	
}
.pay-bookicon a:hover{
	Background:var(--theme-color)
}

.hoo-btn{
	position:relative;
	padding:0;
	margin-bottom:30px
}

.hoo-btn a {
    color: #fff;
    border: 1px solid #fff;
    padding:9px 30px;
    text-align: center;
	border-radius:5px
}

.DD-loc{
position:relative;
padding:40px 0 60px
}

.logoff-cc{
	    width: 100%;
    position: relative;
    padding: 0px 25px;
}
.ll-p {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
	width:100%
}

.copyright-wraps {
    text-align: center;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ffffff4f;
    margin-top: 38px;
    border-top: 1px solid #ffffff4f;
    margin-bottom: 38px;
}
.copyright-menus ul {
    margin: 0;
}
.copyright-menus li {
    display: inline-block;
    margin-right: 23px;
    position: relative;
}
.copyright-menus li:last-child {
	 margin-right: 0px;
}
.copyright-menus a {
       font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.copyright-menus a:hover {
	    color: var(--theme-color);
}
.copyright-menus li::after {
    content: "";
    width: 1px;
    height: 50%;
    background-color: #0808093b;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
}

.Counr-main{
	    position: relative;
    background: var(--theme-color);
    border-radius: 0;
    padding: 20px 20px 20px !important;
    border-image-source: linear-gradient(to right, #c1964a, #e2b553, #d38f40, #b78148);
    border-image-slice: 20;
}

.Counr-main-sub{
	    text-align: center;
    padding: 10px;
    background: var(--theme-color2);
}

.DD-loc .btn--primary4 {
    background: #beba05;
	border-radius:5px
}

.hot-logo1{
	padding:0 10px
}

.hot-logo2{
		padding:0 10px
}

.hot-logo1 img{
	height: 84px;
    border-radius: 0;
    margin-top: 0px;
}

.hot-logo2 img{
		height: 84px;
    border-radius: 0;
    margin-top: 0px;
	    border-radius: 10px;
}


.de-logo1{
	
}

.de-logo1 img{
	    height: 93px;
    border-radius: 50%;
    margin-top: 0px;
}

.de-logo2{
	
}

.de-logo2 img{
	    height: 84px;
    border-radius: 0;
    margin-top: 0px;
}

/***********/

.Inner-headersec{
	
}

.Inner-headersec{
    position: relative;
    width: 100%;
}

.Inner-headersec img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
/*****************/

 /************/
 .InnerDesiii {
    position: relative;
    background: var(--theme-color);
    border-radius: 0;
    padding: 20px 20px 20px !important;
    border-image-source: linear-gradient(to right, #c1964a, #e2b553, #d38f40, #b78148);
    border-image-slice: 20;
}
.InnerDesiii-sub {
    background: var(--theme-color2);
    padding: 3px;
}
 .InnerDD-loc {
    position: relative;
    padding: 30px 0 60px;
	    background: var(--theme-color2);
}
.ddtitle1 p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 30px;
    font-size: 18px;
}
@media only screen and  (min-width: 1400px){
.ddtitle1 p{
 
	font-size:20px
}
}
@media only screen and  (min-width: 1600px){
.ddtitle1 p{
 
	font-size:23px
}
}
.destinct-logo2 img {
    height: 84px;
    border-radius: 0;
    margin-top: 0px;
}
.destinct-logo1 img {
    height: 93px;
    border-radius: 50%;
    margin-top: 0px;
}
.Destinct-tour-boxs{
      position: relative;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    background: transparent;
}
.Destinct-tour-inner{
	 position: relative;
	     position: relative;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
 
    border-radius: 6px;
}
.Destinct-tour-inner a{
    position: relative;
    z-index: 2;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: -90px -90px 0 -80px var(--theme-color), -90px 90px 0 -80px var(--theme-color), 90px -90px 0 -80px var(--theme-color), 90px 90px 0 -80px var(--theme-color);
    width: 100%;
    height: 100%;
    display: block;

}
.Destinct-tour-boxs:hover .Destinct-tour-inner a{
  
    box-shadow: -90px -90px 0 -80px var(--white-color), -90px 90px 0 -80px var(--white-color), 90px -90px 0 -80px var(--white-color), 90px 90px 0 -80px var(--white-color);
   border-radius: 6px;

}
.Destinct-tour-inner a img {
    transition: all .55s ease-in-out;
	width:100%;
	height:250px;
	object-fit:cover
}
.Destinct-tour-boxs:hover .Destinct-tour-inner a img {
    transform: scale(1.1);
}
.Destinct-tour-boxs .as-tour-content{
    position: relative;
    padding: 0px 10px 0px;
   
}

.Destinct-tour-boxs .Destinct-tour-content h2 {
    line-height: 27px;
    font-size: 18px;
    color: #000;
   
    font-size: 20px;
    font-weight: 600;
  
    margin-bottom: 0px;
    
    color: var(--theme-color2);
    text-transform: capitalize;
    line-height: 28px;
 
}
.Destinct-tour-boxs .Destinct-tour-content h2 a{
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
	 
}
.Destinct-tour-boxs:hover .Destinct-tour-content h2 a{
	color:var(--theme-color)
}
.Destio-toi-row{
	
}
.Destio-toi-row  {
	margin-left:-20px;
	margin-right:-20px
}
.Destio-toi-row .col-lg-3{
	padding-left:20px;
	padding-right:20px
}
.InnerDD-loc .btn--primary4 {
    background: #beba05;
    border-radius: 5px;
}

/*********************************/



/**************/


	.hotd-box1 {
    margin-bottom: 50px;
    border-radius: 0;
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    text-align: left;
    padding-bottom: 70px;
    padding: 20px 20px 90px;
 
}
.hotd-box1:before {
  content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 4px;
    background: linear-gradient(to right, #fde989, #dcac3d, #aa7126, #fee169, #fdffec, #fddb5b, #d9a63b, #a46625, #dea232);
    mask: linear-gradient(#001433 0 0) content-box, linear-gradient(#001433 0 0);
    mask-composite: exclude;
}
.hotd-box1 img{
	    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 270px;
    object-fit: cover;
}
.hotd-box1:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hotd-box1 p{
	color:var(--theme-color2);
	font-weight:600;
}
 
.hotd-box1 .icon-hotcontent {
	padding: 0;
    z-index: 99;
    position: relative;
    width: 100%;
    position: relative;
    bottom: 0;
    background: transparent;
    border-radius: 0;
}
.hotd-box1 .dlabhots-tilte {
       font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}
 .hotd-box1-imm{
	 position:relative;
	 overflow:hidden;
	 width:100%;
	 margin-bottom:15px
 }
 .hotddel-1{
	 
	 position:absolute;
	 content:"";
	 top:20px;
	 left:20px
 }
  .hotddel-1 img{
    Height: 87px;
    border-radius: 50%;
  }
.hotd-box1 p {
    padding: 0;
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    position: relative;
}
.hotd-box1 h5 {
	font-weight:500;
	font-size:18px;
	margin-bottom:10px;
	color:#fffa16;
	margin-top:15px
}
.hotd-box1 p strong {
    font-weight: 600;
    
    font-size: 15px;
}
.hotd-box1 .dlab-separator {
	margin-bottom:25px;
	    margin-bottom: 25px;
    background-color: var(--theme-color1) !important;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 4px;
    display: block;
}

.hotd-box1 .icon-hotcontent .btn{
    background-color: var(--theme-color);
	color:#fff;
	
}
/**********/

.hh-dealscontent{
	    position: relative;
 
    padding: 0px 0px 0px;
	
}
.icon-hotcontentmain{
       background: #079ff2;
    padding: 5px 29px;
    text-align: center;
    position: relative;
   margin: 13px auto 20px;

    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: #079ff2 0px 0px 5px 4px;
}
.icon-hotcontentmain:before {
    content: '';
    background: linear-gradient(to right, #0974c2, #0e489a, #1e477f, #1e477f, #0e489a, #0974c2);
    border-radius: 50%;
    position: absolute;
    inset: 9px;
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hh-dealscontent h3{  
       display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
  
    width: 100%;
    text-align: center;
     text-transform: capitalize;
}
.d-flex.tourhots-flex h3 {
    color: white;
}
.hh-dealscontent h4{  
  color: #fee145;
    font-size: 33px;
    margin-bottom: 2px;
    font-weight: 700;
    border-bottom: unset;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    margin-top: 8px;
}
.hh-dealscontent h5 {
    
    margin-bottom: 0px;
    font-weight: 500;
    position: relative;
    margin-top: 0;
}
.hh-dealscontent h5.text-white {
    font-size: 16px;
}
.hh-dealscontent h3 a{  
	color:#fff;

}
.hh-dealscontent .icon-shape {
    position: absolute;
    inset: 0;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-clip-path: circle(100% at 50% 0);
    clip-path: circle(100% at 50% 0);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tourhots-flex{
	justify-content:space-between;
	    min-height: 60px;
}
.tourhots-flex span{
Background: #fe5b63;
    color: #fff;
    padding: 2px 7px;
    line-height: 24px;
    font-weight: 500;
    font-size: 13px;
    display: block;
    width: 125px;
    border-radius: 5px;
    height: 27px;
    text-align: center;
}
.hotd-box1:hover .hh-dealscontent h3 a {
    color: var(--theme-color);
}


.payhot-bookicon{
	    gap: 10px;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

 

.payhot-bookicon a{
 
    padding: 13px 42px;
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
    font-size: 20px;
    margin: 0px auto 0px;
    color: #fff;
    width: 100%;
    Background: #beba05;
    border-top: 1.5px solid #beba05;
 
	
}
.payhot-bookicon a:hover{
    color:white;
    
    
}
.payhot-bookicon a:hover{
	color:white;
	  Background: transparent;
}
.tg-dealss{
	Background: #fe5b63;
    color: #fff;
    padding: 2px 7px;
    line-height: 24px;
    font-weight: 500;
    font-size: 17px;
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    align-items: center;
    justify-content: center;
    padding: 12px;
    line-height: 1.4;
    font-weight: 600;
}

.tg-dealss i{
	    font-size: 20px;
    display: block;
}
/**********/




.Hosec-loc{
	position:relative;
	padding:60px 0 60px;
	background: var(--theme-color2);
    padding: 40px 20px 46px !important;
}
.Hosec-locs{
	    padding: 20px 20px 20px !important;
    position: relative;
    background: var(--theme-color);
    border-radius: 0;
    border-image-source: linear-gradient(to right, #c1964a, #e2b553, #d38f40, #b78148);
    border-image-slice: 20;
}
.Hosec-locsubs{
	    background: var(--theme-color2);
    padding: 0px;
}

.Hosec-locsubsheading{
		    background: var(--theme-color2);
    padding: 3px;
	 
}
.dealhot-container{
	position:relative;
 Background:var(--theme-color2);
 padding-left:20px;
	padding-Right:20px
  
}
.dealhot-container .row{
	margin-left:-20px;
	margin-Right:-20px
}
.dealhot-container .row .col-lg-4{
	padding-left:20px;
	padding-Right:20px
}
/*****************************/


.ddstitle{
	position:relative;
	
}

.ddstitle h3{ 
color:#fff;
font-weight:600;
margin-bottom:0;
font-size:35px
}


/***************/


/**************/


	.catde-box1 {
    margin-bottom: 50px;
    border-radius: 0;
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    text-align: left;
 background:#fff;
    padding: 0px 0px 80px;
 border-radius:10px
}
 
.catde-box1 img{
	    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 350px;
    object-fit: cover;
}
.catde-box1:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.catde-box1 p{
	color:var(--theme-color2);
	font-weight:600;
}
 
.catde-box1 .icon-ccddcontent {
	padding: 0;
    z-index: 99;
    position: relative;
    width: 100%;
    position: relative;
    bottom: 0;
    background: transparent;
    border-radius: 0;
}
.catde-box1 .dlabhots-tilte {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #9d000f !important;
}
 .catde-box1-imm{
	 position:relative;
	 overflow:hidden;
	 width:100%;
	 margin-bottom:15px
 }
 .hotddel-1{
	 
	 position:absolute;
	 content:"";
	 top:20px;
	 left:20px
 }
  .hotddel-1 img{
    Height: 87px;
    border-radius: 50%;
  }
.catde-box1 p {
    padding: 0;
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    position: relative;
}
.catde-box1 h5 {
	font-weight:500;
	font-size:18px;
	margin-bottom:10px;
	margin-top:15px
}
.catde-box1 p strong {
    font-weight: 600;

    font-size: 15px;
}
.catde-box1 .dlab-separator {
	margin-bottom:25px;
	    margin-bottom: 25px;
    background-color: var(--theme-color1) !important;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 4px;
    display: block;
}
.content-categor {
    margin-top: 20px;
}
.catde-box1 .icon-ccddcontent .btn{
    background-color: var(--theme-color);
	color:#fff;
	
}
/**********/

.cc-ctdecontent{
	    position: relative;
 
    padding: 0px 20px 0px;
	
}
.icon-ccddcontentmain{
    background: #fff;
    padding: 5px 29px;
    text-align: center;
    position: relative;
    margin: 0px auto;
    width: max-content;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
    border-radius: 6px;
}
.cc-ctdecontent h3{  
       display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;

    width: 100%;
    text-align: center;
     text-transform: capitalize;
}
.cc-ctdecontent h4{  
    color: #9d000f;
    font-size: 37px;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: unset;
    padding-bottom: 0;
}
.cc-ctdecontent h3 a{  
	color:var(--title-color)

}

.catdd-flex{
	justify-content:space-between;
	    min-height: 60px;
}
.catdd-flex span{
Background: #fe5b63;
    color: #fff;
    padding: 2px 7px;
    line-height: 24px;
    font-weight: 500;
    font-size: 13px;
    display: block;
    width: 125px;
    border-radius: 5px;
    height: 27px;
    text-align: center;
}
.catde-box1:hover .cc-ctdecontent h3 a{  
color:var(--theme-color)

}

.paycade-bookicon{
	    gap: 10px;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

 

.paycade-bookicon a{
 
       padding: 13px 42px;
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
    font-size: 20px;
    margin: 0px auto 0px;
    color: #fff;
    width: 100%;
    Background: linear-gradient(to right, #c1964a, #e2b553, #d38f40, #b78148);
    border-top: unset;
 
	
}
.paycade-bookicon a:hover{
	color:var(--theme-color2);
  Background: linear-gradient(to right, #c1964a, #e2b553, #d38f40, #b78148);
}
 




.Dcsec-loc{
	position:relative;
	padding:60px 0 60px;
	background: var(--theme-color2);
    padding: 40px 20px 46px !important;
}
.Dcsec-locs{
	    padding: 20px 20px 20px !important;
    position: relative;
    background: var(--theme-color);
    border-radius: 0;
    border-image-source: linear-gradient(to right, #c1964a, #e2b553, #d38f40, #b78148);
    border-image-slice: 20;
}
.Dcsec-locsubs{
	    background: var(--theme-color2);
    padding: 0px;
}

.Dcsec-locsubsheading{
		    background: var(--theme-color2);
    padding: 3px;
	 
}
.destcat-container{
	position:relative;
 Background:var(--theme-color2);
 padding-left:20px;
	padding-Right:20px
  
}
.destcat-container .row{
	margin-left:-20px;
	margin-Right:-20px
}
.destcat-container .row .col-lg-4{
	padding-left:20px;
	padding-Right:20px
}
/*****************************/



.Detail-loc{
	position:relative;
	padding:60px 0 60px;
	background: var(--theme-color2);
    padding: 40px 20px 46px !important;
}
.Detail-locs{
	    padding: 20px 20px 20px !important;
    position: relative;
    background: var(--theme-color);
    border-radius: 0;
    border-image-source: linear-gradient(to right, #c1964a, #e2b553, #d38f40, #b78148);
    border-image-slice: 20;
}
.Detail-locsubs{
	    background: var(--theme-color2);
    padding: 0px;
}

.Detail-locsubsheading{
		    background: var(--theme-color2);
    padding: 3px;
	 
}
.Detail-container{
	position:relative;
 Background:var(--theme-color2);
 
  
}

/**********/

.d-viet-1 {
	
}
.d-viet-1 h3{
	background: linear-gradient(to right, #c1964a, #e2b553, #d38f40, #b78148);
    color: #fff;
    padding: 12px 20px 12px 20px;
    font-size: 33px;
    border-radius: 50px;
    margin-bottom: 26px;
    position: relative;
    font-weight: 600;
	margin-top:50px
}
.d-viet-1 h3:first-child{
	margin-top:0px 
}
.d-viet-1 h3 span{
	
      position: absolute;
    display: inline-block;
    left: 20px;
    top: 12px;
    width: 41px;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
    color: var(--title-color);
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}
.d-viet-1 h3 span:before{
	position: absolute;
    content: '';
    background: var(--white-color);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border-radius: 50%;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.d-viet-1 h4{
    color: #fff227;
    font-size: 23px;
    margin-top: 5px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.d-viet-1 ul{
	padding:0;
	position:relative;
	margin-bottom:10px
}
.d-viet-1 ul li{
	color:#fff;
	list-style:none;
	display:block;
	padding-left:18px;
	margin-bottom:10px;
	position:relative;
	font-size:15px
}
.d-viet-1 ul li:before{
	content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}



/** tour-details **/

.tour-details{
  position: relative;
   padding: 34px 0px 60px 0px
}

.tour-details-content{
  position: relative;
  padding: 0px 0px 0px 0px;
  margin-right: 20px;
}
.tour-details-content h2{
	    position: relative;
    display: block;
  
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 0;
}
.tour-details-content h3{
 position: relative;
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 34px;
    background: var(--theme-color);
    color: #fff;
    padding: 10px 21px;
    border-radius: 20px;
}

.tour-details-content .inner-box .text p{
  margin-bottom: 15px;
}

.tour-details-content .inner-box .text .info-list{
  position: relative;
  display: block;
  background: #f5f6f6;
  border: 1px solid #e6ebeb;
  border-radius: 5px;
  padding: 15px 15px 15px 15px;
}

.tour-details-content .inner-box .text .info-list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 30%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--theme-color);
}
.tour-details-content .inner-box .text .info-list li del{
	color: var(--theme-color);
}
.tour-details-content .inner-box .text .info-list li:last-child{
  width: 40%;
}

.tour-details-content .inner-box .text .info-list li i{
  margin-right: 10px;
}

.tour-details-content .inner-box .text .info-list li:before{
  position: absolute;
  content: '';
  background: #dce0e0;
  width: 1px;
  height: 20px;
  top: 4px;
  right: 0px;
}

.tour-details-content .inner-box .text .info-list li:last-child:before{
  display: none;
}

.tour-details-content .inner-box{
  position: relative;
  margin-bottom: 40px;
}

.tour-details-content .overview-inner .overview-list{
  position: relative;
  display: block;
  border: 1px solid #e4e8e9;
}

.tour-details-content .overview-inner .overview-list > li{
  position: relative;
  display: block;
  padding: 0px 30px 0px 40px;
  border-bottom: 1px solid #e4e8e9;
  font-size: 17px;
  font-weight: 500;
  color: #888888;
}

.tour-details-content .overview-inner .overview-list > li:last-child{
  border-bottom: none;
}

.tour-details-content .overview-inner .overview-list > li:before{
  position: absolute;
  content: unset;
  background: #e4e8e9;
  width: 1px;
  height: 100%;
  left: 285px;
  top: 0px;
}

.tour-details-content .overview-inner .overview-list > li span{
 position: relative;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: var(--title-color);
    padding: 25px 0px 15px 0px;
    font-weight: 600;
    margin-right: 0px;

}

.tour-details-content .overview-inner .overview-list li ul{
  position: relative;
  display: inline-block;
}

.tour-details-content .overview-inner .overview-list li ul li{
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 9px;
}

.tour-details-content .overview-inner .overview-list li ul li:last-child{
  margin-bottom: 0px;
}

.tour-details-content .overview-inner .overview-list li ul li:before {
  position: absolute;
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
  font-size: 15px;
}

.tour-details-content .overview-inner .overview-list li ul.included-list li:before{
  content: "\e906";
}

.tour-details-content .overview-inner .overview-list li ul.excluded-list li:before{
  content: "\e911";
}

.tour-details-content .overview-inner .overview-list > li.clearfix span{
  float: left;
}

.tour-details-content .overview-inner .overview-list li ul{
  padding: 0px 0px 20px;
}

.tour-details-content .overview-inner{
  position: relative;
  margin-bottom: 30px;
}

.tour-details-content .tour-plan .text{
  margin-bottom: 0px;
}

.tour-details-content .tour-plan .single-box{
  position: relative;
  padding-left: 90px;
    padding-bottom: 20px;
}

.tour-details-content .tour-plan .single-box:last-child{
  padding-bottom: 0px;
}

.tour-details-content .tour-plan .single-box:before{
  position: absolute;
  content: '';
  background: #e4e8e9;
  width: 1px;
  height: 100%;
  left: 35px;
  top: 10px;
  z-index: -1;
}

.tour-details-content .tour-plan .single-box:last-child:before{
  display: none;
}

.tour-details-content .tour-plan .single-box span{
position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 53px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    background: #9d000f;
    border: 5px solid #fff;
}

.tour-details-content .tour-plan .single-box span:before{
     position: absolute;
    content: '';
    background: #9d000f;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border-radius: 50%;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.tour-details-content .tour-plan .single-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tour-details-content .tour-plan .single-box h3{
display: block;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--theme-color);
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    padding: 5px 15px;
    border-radius: 5px;
	    background: transparent;
}

.tour-details-content .tour-plan .single-box p{
     margin-bottom: 12px;
    color: #fff;
    font-size: 15px;
}
.tour-details-content .tour-plan .single-box ul{
	padding:0px
}
.tour-details-content .tour-plan .single-box  li{
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
  position:relative;
  margin-bottom: 9px;
}

.tour-details-content .tour-plan .single-box  li:last-child{
  margin-bottom: 0px;
}

.tour-details-content .tour-plan .single-box  li:before{
content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.tour-details-content .tour-plan{
  position: relative;
  margin-bottom: 0px;
}
.tour-details-content .tour-plan .single-box h4 {
  display: block;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    padding: 8px 15px;
    border-radius: 11px;
    background: #9d000f;
}
.tour-details-content .tour-plan .single-box h5 {
	background: #a613d6;
    display: inline-block;
    color: #fff;
    padding: 1px 5px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}




 .As-plan-sec .Au-email{
	 text-align:left
 }
 
  .As-plan-sec .Au-email p{
	  color:#fff
  }
  
  .As-plan-sec  .Au-email h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 27px;
    text-align: left;
    margin: 30px auto 10px;
    position: relative;
}

.As-plan-sec-sub {
    background: var(--theme-color2);
    padding: 20px;
    border-radius: 41px;
	border-radius: 41px;
    position: relative;
	margin-bottom:30px
}

.As-plan-sec-sub .section-title1 {
    text-align: center;
    margin-bottom: 0;
	
}

/***********/

.TourDetail-cs{
	
	position:relative;
	padding:40px 0 40px;
}

.hh-dd-row {
	margin-left:-3px;
	margin-right:-3px;
}
.hh-dd-row .row {
	margin-left:-3px;
	margin-right:-3px;
}
.hh-dd-row .col-lg-6{
	padding-left:3px;
	padding-right:3px;
}
.hh-gal-img{
	position:relative;
	width:100%;
	margin-bottom:6px
	
}

.hh-gal-img a{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden
}

.hh-gal-img a img{
	width:100%;
	object-fit:cover;
	
}

.hh-hal-left{
	Height:322px;
	    border-radius: 12px 0 0 12px;
}

.hh-hal-right{
	Height:157.90px;
	
}
.hh-right-imgsec .col-lg-6:nth-child(1) .hh-hal-right{
	
}
.hh-right-imgsec .col-lg-6:nth-child(2) .hh-hal-right{
	 border-radius: 0 12px 0 0;
}
.hh-right-imgsec .col-lg-6:nth-child(3) .hh-hal-right{
	
}
.hh-right-imgsec .col-lg-6:nth-child(4) .hh-hal-right{
	 border-radius: 0 0 12px  0;
}

/***********/
.Hot-dd-mmsec{
	position:relative;
	padding:0 0 0px
}


.hh-tt-lefts{
	position:relative;
}

.hh-tt-lefts h1{ 
color:var(--theme-color2);
font-size:32px;
margin-bottom:10px;
font-weight:600
}

.n-d-bg{
	    Background: #F2F5F5;
    border-radius: 999px;
    flex-grow: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 12px;
    padding: 5px 10px 7px 10px;
    margin-bottom: 15px;
    width: max-content;
}


.n-d-bg i{
	margin-Right:5px
}


/*******************************/


/****************/

.info {position: fixed; left: 10px; bottom: 30px;opacity:0;z-index:100}
.info span {position:relative; background: rgba(0,0,0,0.6); padding: 10px; border-radius: 50%; color:#fff; width:50px; height:50px; display: inline-block; margin:3px; text-align:center; line-height: 50px;  }
.info .offset_top:before {content:'offset'; position:absolute; left: 50%; top: 0px; transform: translatex(-50%); }
.info .scroll_top:before {content:'scroll'; position:absolute; left: 50%; top: 0px; transform: translatex(-50%); }

#nav {
overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    top: 0;
    right: 0;
 
    border-radius: 0px;
	}

 #nav.cateloge-nav{
	top:86px;
	 position: fixed;
	    transition: all ease 0.8s;
          box-shadow: 0 16px 8px -16px #0008;
}
 #nav.catelogees-nav{
    box-shadow: 0 16px 8px -16px #0008;
    position: sticky;
    top: 116px;
	  transition: all ease 0.8s;
	
}
#nav h1 {
	float:left; color: var(--title-color); font-size:40px; padding:12px 5px 5px 20px; font-weight:900;	}
#nav ul {
    float: left;
    padding: 0;
    margin: 0px 0px;
    display: flex
;
    justify-content: space-between;
    overflow: auto;
    border-bottom: 1px solid #ddd;
	    width: 100%;
	}
#nav ul li {
display: inline;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #999;
    border-bottom: 2px solid transparent;
    padding: 15px 20px;
    cursor: pointer;
    padding: 12px 20px;}

#nav ul li a {
	 padding: 0;
    text-decoration: none;
       color: #00bfd6;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;}
#nav ul li.active a {
	    color: var(--title-color);
   
	}
	#nav ul li.active   {
	   
    border-bottom-color: var(--title-color);
	}
.ddesmain{
	background: var(--theme-color);
	 padding: 10px 0px;
}
.ddes{

    color: #fff;
    font-weight: 600;
    font-size: 30px;
   
}
.To-box-desc{

}

.info{
	
}

.shadow-content1-nav{
	
}

.Overvv-sec-ho {
    position: relative;
    margin-top: 16px;
    padding-top: 10px !important;
    border-bottom: 1px solid var(--theme-color);
}

.Overvv-sec-ho h2{

    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}

.Overvv-sec-ho p{
	margin-bottom:20px;
	    font-size: 15px;
}

/**********/
.Itinery-sec-ho{
		position:relative;
    padding-top: 40px;
}
.Itinery-sec-ho h2{
    color: var(--theme-color2);
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 600;
}
.Itinery-sec-ho p{
	margin-bottom:20px;
	   font-size: 15px;
}
.Itinery-sec-ho  .inclluiosec p{
		margin-bottom:14px;
}
.Itinery-sec-ho  .inclluiosec p strong{
	font-weight:600
}
.Itinery-sec-ho .accordion-header {
    margin-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--title-color);
}

/**********/

.Excluuuu{
	position:relative
}

.Excluuuu ul{
	padding:0;
	margin:0;
	position:relative
}

.Excluuuu ul li{
	    list-style-type: disc;
    list-style-position: outside;
    margin-left: 30px;
    padding-left: 0;
    margin-bottom: 8px;
    font-size: 15px;
	
}

/***********/

/**********/
.main-itinerysec-sec-ho{
		position:relative;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 10px !important;
}
.main-itinerysec-sec-ho h2{
    color: var(--theme-color2);
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 600;
}
.main-itinerysec-sec-ho p{
	margin-bottom:8px;
	    font-size: 15px;
}
.main-itinerysec-sec-ho h5{
Background: #F2F5F5;
    border-radius: 999px;
    flex-grow: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 12px;
    padding: 5px 10px 7px 10px;
    margin-bottom: 15px;
    width: max-content;
}
.main-itinerysec-sec-ho .faq-wrap.sibling-2 .accordion-button{
	display:flex
}
.main-itinerysec-sec-ho .faq-wrap.sibling-2 .accordion-button span{
	    display: inline-block;
    width: 80px;
    color: #00bfd6;
    white-space: nowrap;
    flex-shrink: 0;
}

/*************/

.Important-sec-ho{
	
 
		position:relative;
     border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 10px !important;
}
.Important-sec-ho h2{
    color: var(--theme-color2);
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 600;
}
.Important-sec-ho p{
	margin-bottom:8px;
	   font-size: 15px;
}

.got-shadq{
    margin-bottom: 30px;
    border-radius: 0;
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: unset;
}
.Important-sec-ho h4{
	font-weight:500;
	color: #00bfd6;
	margin-bottom:10px;
	font-size:16px
}

/***********/

.tour-price-pla-sec{
	    position: relative;
    Background: transparent;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}
.tour-price-pla-sec h5{
	   font-weight:500;
	color: #00bfd6;
	margin-bottom:10px;
	font-size:16px
}
.tour-price-pla-img{
	    Background: var(--white-color);
    padding: 0;
}

.tour-price-pla-img img{
	width:100%
}

.tto-table table{
width: 100%;
    margin-bottom: 20px;
    color: var(--body-color);
    background: transparent;
}


.tto-table table thead th {
color: var(--theme-color);
    background-color: #fff;
    border-color: #868686;
    border-bottom: none;
    padding: 10px 10px;
    border: 1px solid #868686;
}
.tto-table table tbody{
	
}

.tto-table table tbody tr {
	
}
.tto-table table tbody tr td{
	 padding: 10px 10px;
	 text-transform: capitalize;
	     border: 1px solid #868686;
}
.tto-table table tbody tr td a{
background: transparent;
    color: #fff;
    padding: 11px 18px;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
}
.tto-table table tbody tr td strong{
    font-weight: 500;
}

/**********/

.dd-tt-content {
    border-bottom: 1px solid var(--theme-color);
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 9px;
}

.dd-tt-content h5{
	    margin: 20px 0;
   
    padding: 10px 16px;
    font-size: 16px;
	display:inline-block
}

.dd-tt-content p{
	font-size:15px;
	margin-bottom:12px;
		display: block
}
/************/
.H-detail-Enquiry{
	position:relative;
	padding:120px 0 0px
}


.HHdeals-in {
  margin-bottom: 0px;
    border-radius: 0;
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    text-align: left !important;
    padding: 0;
}

.HAs-plan-sec-sub {
      padding: 0;
    border-radius: 41px;
    border-radius: 41px;
    position: relative;
    margin-bottom: 30px;
}
.HHdeals-in h4 {
    color: var(--theme-color2);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 30px;
}
.HHdeals-in h5 {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 25px;
}
.HAs-plan-sec {
    position: relative;
}
.HAs-plan-sec h3 {
  color: #00bfd6;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 28px;
    margin: 0px auto 20px;
    position: relative;
	    text-align: center;
}
.HAs-plan-sec h4 {
      color: #000;
    text-align: left;
    margin: 0px auto 0px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
	  text-align: center;
}
.HHdeals-body {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.HHdatas label {
    color: var(--title-color);
}
.HHdeals-body .form-group label {
    /* color: var(--theme-color); */
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    text-align: left;
}

.HHdeals-body .form-group.HHdatas.col-md-6 label {
    color: var(--title-color);
}
.HHdeals-body .form-group label i {
    /* color: #ff00ff; */
    font-size: 17px;
    margin-right: 5px;
    font-weight: 700;
}
.HHdeals-body .form-group.HHdatas.col-md-6 label i {
    color: #ff00ff;
}

.HHdeals-body .form-group input {
      width: 100%;
    height: 50px;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: var(--title-color);
    margin-bottom: 8px;
    outline: none;
    background: transparent;
    color: #000;
}
.HHdeals-body .form-group {
    margin-bottom: 15px;
    position: relative;
}
.HHdeals-body .form-group select {
       width: 100%;
    height: 50px;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: var(--title-color);
    margin-bottom: 8px;
    outline: none;
	font-size:15px;
    background: transparent;
 color: var(--title-color);
    display: block !important;
}
.HHdeals-body select option {
       margin: 40px;
    background: #fff;
    color: var(--title-color);
	font-size:15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.HHdeals-body .HHDo-coform {
    padding: 0px 0px 20px;
}
.form-check-place {
    position: relative;
    margin-left: 20px;
}
.HHdeals-body .HHDo-coform .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0;
    left: 35px;
    left: 0;
}
.HHdeals-body .HHDo-coform .form-check-label {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-left: 18px;
	 color: var(--title-color);
}

.HAs-plan-sec .HAu-email {
    text-align: left;
}

.HAs-plan-sec .HAu-email h3 {
    color: var(--theme-color2);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 27px;
    text-align: left;
    margin: 30px auto 10px;
    position: relative;
}
.HAs-plan-sec .HAu-email p {
  
}

.HHdeals-body .form-groups label {
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    text-align: left;
}

.right-pp-sec{
	position: relative;
    border-radius: 16px;
    padding: 25px 20px 25px;
    position: relative;
    background: white;
    border: 7px solid #3a9b94;
    margin-left: 15px;
}

.right-pp-sec h5{
 font-size:18px;
 margin-bottom:10px;
 font-weight:500;
     margin-top: 20px;
}


.right-pp-sec img{
	border-radius:10px;
	margin-bottom:20px
}
.right-pp-sec h3 {
    font-size: 17px;
 margin-bottom:20px;
 font-weight:600;
 color:unset
}

/******/

.dealPrice__cashContainer, .dealPrice__pointsContainer {
    margin-top: 16px;
    border-radius: 8px;
    border: 1px solid #e8eded;
    display: flex
;
}
.dealPrice__cashLeft {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 8px;
    width: 66%;
    border-right: 1px solid #e8eded;
}
.dealPrice__cashRight {
    flex-shrink: 0;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 14px 10px 10px 10px;
}

.dealPrice__cashLeftCenter{
	
	text-align:center
}

.dealPrice__cashLeftCenter h4{
	font-size:17px;
	color:var(--theme-color2)
}
.dealPrice__cashLeftCenter h3{
	
    text-align: center;
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--theme-color2);
    padding: 10px 0;
}

.qffPointsPay__pointsEarnedContainer{
		text-align:center;
		
		padding:20px  15px
		
}
.qffPointsPay__pointsEarnedContainer p{
color: #00bfd6;
    font-size: 20px;
    width: 79px;

}

.qffPointsPay__pointsEarnedContainer p i{
	margin-Right:5px
}

 

.iti-hh{
	
	border-radius:10px;
	margin:10px 0 20px
}

/**********/

.right-tt-content{
	position:relative;
	
	margin-top:20px;
	width:100%;
	display:block;
	    margin-bottom: 20px;
}
.right-tt-content h4{
	color: unset;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.right-tt-content p{
	
	margin-bottom: 10px;
    font-size: 15px;
}

.vv-line{
	
}
.ii-line{
	border-top:unset
}

/******************/

.Flights-sec-ho{
	
 
		position:relative;
   
    margin-top: 40px;
    padding-top: 30px !important;
}
.Flights-sec-ho h2{
    color: var(--theme-color2);
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 600;
}
.Flights-sec-ho p{
	margin-bottom:15px;
	   font-size: 15px;
}

 
.Flights-sec-ho h4{
	font-weight:500;
	color: #00bfd6;
	margin-bottom:10px;
	font-size:16px
}
.Flights-sec-ho p strong{
	font-weight:600
}




/* new style */
.tto-table tr td h4 span strong {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 18px;
}













.accordion-body ul ol li strong::marker {
	content: none!important;
}
.accordion-body  li::marker {
	content: none!important;
  }

.accordion-body ul  li::before {
	content: "✓ ";
	color: var(--theme-color);
	margin-right: 5px;
	font-size: 15px;
    font-weight: bolder;
  }

.accordion-body ol li {
	text-align: justify;
	color: #000;
  }
  
  .accordion-body ul li {
	text-align: justify;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  .right-pp-sec {
  position: relative;
  border: 23px solid var(--theme-color2);
  padding: 0px;
  margin: 10px;
  z-index: 1;
  
  border-radius: 0px
}

.right-pp-sec::before {
    content: "";
    position: absolute;
    top: -9px;
    left: -10px;
    right: -9px;
    bottom: -9px;
    border: 9px solid var(--theme-color);
    z-index: -1;
   
}

.news2 {
    border: 15px solid var(--theme-color2);
    padding: 10px;
    border-radius: 0px;
}
  
  
  /*20-05-2025*/
   
  
   .footer-social {
  list-style: none;
  display: flex;
  gap: 15px; /* Space between icons */
  padding: 0;
  margin: 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1; /* background for circle */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.footer-social a:hover {
  background-color: #333;
  color: #fff;
}

.footer-social i {
  font-size: 20px;
}

/* Style for custom Twitter image */
.footer-social .twit-imgs {
  width: 20px;
  height: 20px;
}






.sidebar-contact {
    position: fixed;
    top: 50%;
    left: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: white;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 100;
}
.img-box5 {
    margin-bottom: 0px;
}
.img-box5 {
    position: relative;
}
.img-box5 .img1 {
    text-align: center;
}
.img-box5 .img1 img {
    border-radius: 10px;
    height: 379px;
    object-fit: cover;
}
.img-box5 .shape1 {
    position: absolute;
    top: 50px;
    left: 95%;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}
[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.img-box5 .video-box3 img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 379px;
    object-fit: cover;
}
.inner_about {
    text-align: justify;
    word-break: break-word;
}
.sub-title {
    font-size: 25px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
}

.img-box5 .img1 img {
    border-radius: 10px;
    height: 379px;
    object-fit: cover;
}

/* about page */

.About-innnscc {
    position: relative;
    padding: 50px 0px 50px;
    background: white;
}
.Infull {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}
.Infull .inimgage {
    float: right;
    padding-left: 40px;
}
.Infull .indescription {
    padding: 0px 0px;
    width: 100%;
    /*color: #fff;*/
}
.title-area .sec-title {
    margin-bottom: 15px;
    color: var(--theme-color2);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}
.Infull .indescription p {
    color: inherit !important;
}
.abouttext h4 {
    color: var(--theme-color2);
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.indescription .title-area h2.sec-title.text-white {
    color: var(--theme-color2) !important;
}



.Countersecm {
    position: relative;
    padding: 35px 0px 0px;
    background: #fff;
}
.overflow-hidden {
    overflow: hidden !important;
}



.about-wrapper .about-desc {
    max-width: 294px;
    margin-bottom: 30px;
}
.about-wrapper .checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.about-wrapper .checklist li:before {
    content: url(data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23F68A0A'/%3E%3Cpath d='M23 11L13.9 22L10 17.875' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A);
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 32px;
    font-weight: 600;
    color: var(--theme-color);
    margin-right: 10px;
    content: "\f00c";
}
.img-box2 {
    position: relative;
    width: 586px;
    height: 550px;
}
.img-box2 {
    position: relative;
    z-index: 3;
}
.img-box2 .img1 {
    position: absolute;
    top: 0;
    left: -20%;
    width: 345px;
    height: 430px;
    -webkit-clip-path: polygon(13% 0, 100% 0%, 84% 100%, 0 100%);
    clip-path: polygon(13% 0, 100% 0%, 84% 100%, 0 100%);
}
.img-box2 .img1 img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-width: 382px;
}
.img-box2 .img2 {
    position: absolute;
    bottom: 0%;
    left: 30%;
    width: 345px;
    height: 430px;
    -webkit-clip-path: polygon(13% 0, 100% 0%, 84% 100%, 0 100%);
    clip-path: polygon(13% 0, 100% 0%, 84% 100%, 0 100%);
}
.about-wrapper .checklist li:not(:last-child) {
    margin-bottom: 20px;
}
.about-wrapper .checklist li {
    position: relative;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    padding-left: 44px;
}








.Termsflight-in {
    position: relative;
    padding: 50px 0px 50px 0px;
}
.base-header h2 {
    margin-bottom: 20px !important;
    margin-top: 20px;
}
.base-header h2 {
    font-size: 36px;
    color: var(--theme-color1);
    margin-bottom: 30px;
}
.terms-textflight ul {
    list-style: none;
    padding-left: 20px;
}
.terms-textflight ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.5;
    cursor: pointer;
}
.terms-textflight ul li::before {
    content: "\2714";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #160d44;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #e7a309;
}
.f-books a:hover {
    background: var(--theme-color);
}
.f-books a {
    background: var(--theme-color);
    color: #fff;
    padding: 13px 20px;
    border-radius: 0;
    font-size: 20px;
    margin: 0px 20px;
    display: inline-block;
}
h2.ftco-animate.wow.fadeInLeft {
    color: var(--theme-color);
    font-weight: 600;
    text-align:center;
}
.terms-text ul {
    list-style: none;
    padding-left: 20px;
}
.terms-text ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.5;
    cursor: pointer;
}
.terms-text ul li::before {
    content: "\2714";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #160d44;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #e7a309;
}
.Terms-in {
    padding: 40px;
}

  
  
  



/* 21-05-2025 */
.Work-with-in {
    background-color: white;
    background-position: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 60px;
}
.work-content {
    margin-top: 10px;
    margin-bottom: 40px;
}
.work-content h1 {
    text-align: center;
    color: var(--theme-color1);
}


p.destinat-content strong {
    font-size: 19px;
    font-weight: 500;
    color: var(--theme-color2);
}
.work-content h2 {
    color: #e4106e;
    font-size: 25px;
}
.work-content ul {
    list-style: none;
    padding: 0;
}
.work-content ul li {
    padding-left: 1.5em;
    position: relative;
    /*color: white;*/
    margin-bottom: 10px;
}
.work-content ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: green;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}
.flightsec-consultant {
    padding: 30px;
    background: white;
    color: var(--theme-color);
}
.flight-control {
    position: relative;
    display: block;
    width: 100%;
}
.flightsec-consultant label {
    color: black;
}
.flight-control label {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
}
.flightsec-consultant input {
    background: white;
    position: relative;
    display: block;
    width: 100%;
    border: unset;
    outline: unset;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 45px;
    color: white;
}
.contents-data h1 {
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    color: var(--theme-color2);
}
.work_head h5 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #de106b;
}
.flightsec-consultant label {
    color: black;
}

.confirmation-message {
    font-family: Arial, sans-serif;
    padding: 20px 0px;
    border-radius: 4px;
}
.confirmation-message p {
    margin: 0;
    font-size: 16px;
    /*color: #fff;*/
}
.confirmation-message p strong {
    color: #ff0071;
    font-size: 20px;
}
.confirmation-message a {
    color: var(--theme-color2);
    text-decoration: none;
}
.work-content h1 {
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--theme-color2);
}

.work_head h5 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #de106b;
    font-size: 18px;
    font-weight: 600;
}
.Tour-itinerary {
    position: relative;
    padding: 50px 0px 50px 0px;
    background-color: white;
    background-position: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.Tour-itinerary h1 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #e4106e;
}
.policy-section {
    margin-bottom: 20px;
    margin-top: 20px;
}
.policy-section h4 {
    color: var(--theme-color2);
}
.policy-section ul li {
    /*color: white;*/
    margin-top: 10px;
}
.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
.policy-section ul li strong {
    color: var(--theme-color3);
}
.policy-section1 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.policy-section2 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.policy-section2 h4 {
    color: var(--theme-color2);
}
.policy-section3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.policy-section3 h4 {
    color: var(--theme-color2);
}
.policy-section4 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.policy-section4 h4 {
    color: var(--theme-color2);
}
.policy-section5 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.policy-section6 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.policy-section5 h4 {
    color: var(--theme-color2);
}
.policy-section7 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.policy-section7 h4 {
    color: var(--theme-color2);
}
/*.note {*/
/*    color: white;*/
/*}*/
.policy-section ul li strong {
    color: var(--theme-color2);
}
.policy-section1 ul li {
    /*color: white;*/
    margin-top: 10px;
}
.policy-section2 ul li {
    /*color: white;*/
    margin-top: 10px;
}
.policy-section3 ul li {
    /*color: white;*/
    margin-top: 10px;
}
.policy-section4 ul li {
    /*color: white;*/
    margin-top: 10px;
}
.policy-section5 ul li {
    /*color: white;*/
    margin-top: 10px;
}
.policy-section6 ul li {
    /*color: white;*/
    margin-top: 10px;
}
.policy-section7 ul li {
    /*color: white;*/
    margin-top: 10px;
}
.policy-section1 ul li strong {
    color: var(--theme-color2);
}
.policy-section2 ul li strong {
    color: var(--theme-color2);
}
.policy-section3 ul li strong {
    color: var(--theme-color2);
}
.policy-section4 ul li strong {
    color: var(--theme-color2);
}
.policy-section5 ul li strong {
    color: var(--theme-color2);
}
.policy-section6 ul li strong {
    color: var(--theme-color2);
}
.policy-section7 ul li strong {
    color: var(--theme-color2);
}
.policy-section h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2);
}
.policy-section1 h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2);
}
.policy-section2 h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2);
}
.policy-section3 h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2);
}
.policy-section4 h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2);
}
.policy-section5 h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2);
}
.policy-section6 h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2);
}
.policy-section7 h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2);
}


.privacy-policy-content h4 {
    font-size: 20px;
    color: var(--theme-color2);
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.privacy-policy-content ul {
    padding-left: 20px;
    list-style-type: disc;
}
.privacy-policy-content p {
    margin-bottom: 10px;
}

.privacy-policy-content p a {
    font-weight: 600;
    color: var(--theme-color3);
}






  
  
  
  
  
  
  
  
  
  
  
  .Contact-innnscc {
    background: var(--theme-color2);
    position: relative;
    padding: 60px 0px 20px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading {
    text-align: center;
    width: 81%;
    margin: auto;
    position: relative;
}
.heading h2 {
    font-weight: 700;
    padding-bottom: 30px;
    font-size: 35px;
    color: white;
}
.contact-style {
    margin-top: 60px;
    position: relative;
    text-align: center;
    padding: 40px;
    background-color: #fff;
    border-radius: 30px;
    border-bottom-left-radius: 90px;
}
.contact-style:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    left: 0;
    top: 0;
    border-radius: 30px;
    border-bottom-left-radius: 90px;
    opacity: 0;
    transform: scale(0);
}
.navbar-links li a, .pagination li, .provide-img img, .mobile-nav a#res-cross:before, .information .new-laundry-img img, .what-we-provide img, .video a, .pagination li.prev, .pagination li.next, .contact-style:before, .contact-style h4, .contact-style i, .contact-style svg, .contact-style h4 a, .blog-text-two h2, .recent-post a, ul.quick-links li a, .comment li a, .partner img, .phone a, .service-price h6 span, .blog-style-two.three figure:before, .blog-style-two.three .blog-text-two h3, .team-style ul.social-media i, .team-style a, .team-style:before, .service-price h4, .service-price p, ul.social-media i, .login a, .navPrev span img, .navNext span img, .works-img figure:before, .services-details-img img, .blog-img img, ul.image-gallery li figure:before, .get-in-touch h6 a, .get-in-touch a, .widget-title li a, .white_content i, .package-top h6, .package-top h2, .service-text a h4, .service-text i img, .work-stap-img i img, .service-price, .package-top span, .package-top:before, .package-top i, .package-top svg, .blog-data a h3, .service-price svg, .works-img span, .service-text-two i img, .service-two-text h3, .service-two-text, .service-price i:before {
    transition: .5s all;
}
#progress-value, .comment-data span, .error-page h2 span, .contact-style i, .team-experience h4, .video a:hover, .posted i, .blog-text-two h2:hover, .recent-post i, .recent-post a:hover, ul.quick-links li a:hover, .phone a:hover, .posted h6 a, .blog-style-two.three .blog-text-two h3:hover, footer.two .copyright b, .time-table i, .heading p, .professional h4, .service-text a h4:hover, .refer-friend span, .count-text h2, .count-text span, .package-top h2, .blog-data a h3:hover, .get-in-touch h6 a:hover, .get-in-touch a:hover, .widget-title li a:hover, .time i, .login a:hover, .refer-friend h5 a, .service-two-text h3:hover, .team-style a:hover, .service-price h6 {
    color: var(--theme-color);
}
.contact-style h6 {
    font-weight: 700;
    text-transform: capitalize;
    color: var(--title-color);
    padding-bottom: 18px;
    letter-spacing: 0;
    font-size: 20px;
}
.cc-roesec {
    padding-top: 100px;
}
.contact-style.two {
    margin-top: 0;
}
.contact-style:hover:before {
    opacity: 1;
    transform: scale(1.0);
}
.preloader, .pagination li.prev:hover, .pagination li.next:hover, .pagination li:hover, .contact-style:hover i, .carpet i, .accordion-item.active .title, .mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before, ul.categories li a:hover, .boder-bar, ul.features li:before, .comment li a:hover, .page-not-found form button, .blog-style-two h4, .footer-contact, .blog-style-two.three .blog-text-two .sec-btn::before, .team-style ul.social-media i:hover, .client-two i, .oder-book-now, .service-price i:before, .heroshaps-1, .heroshaps-2, .refer-friend.two i, .hero-section:before, ul.list-style .bol, .service-text i, .package.two .package-top, .widget-title .boder, .service-slider i:hover, .work-stap-img span, .new-laundry-img i, .package-top:before, .footer-bootom-bar, .get-in-touch i, .package.two .package-bottom .sec-btn, ul.image-gallery li figure:before, .phone i, .service-text-two i, .navbar-links li.navbar-dropdown .dropdown:before, .provide-img::before, .works-img span, .works-img figure:before, .service-slidernew i:hover {
    background-color: var(--theme-color);
}
.contact-style:hover i {
    color: #fff;
}
.contact-style:hover h4 {
    color: #fff;
}
.contact-style:hover h6 {
    color: #fff;
}

.contact-style i {
    margin: auto;
    width: 110px;
    height: 110px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    font-size: 42px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.1);
}
.cc-plan {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
	color: white;
}
.cc-plan h4 {
       color: white;
    font-size: 33px;
    margin-bottom: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 28px;
    line-height: 1.4;
}












/*22-05-2025*/
.hh-content h4 strong {
    font-size: 20px;
    font-weight: 800;
}
.destination-contenetsad p {
    color: white;
    margin-bottom: 20px;
}
.destination-contenetsad {
    margin-bottom: 20px;
}








/*29-05-2025*/

.destination-contenetsad ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.destination-contenetsad ul li
{
    margin-bottom:20px;
    margin-top:20px;
    color:white;
}

.destination-contenetsad ul li::before {
  content: "★";
  color: var(--theme-color);
  margin-right: 10px;
  font-weight: bold;
}


.hh-dealscontent h4 strong {
    font-size: 20px;
    font-weight: 800;
    color: hsl(30, 75%, 60%);
}


.right-tt-content h4 strong {
    font-weight: 600;
}

.dd-tt-content h4 {
    font-size: 19px;
    /* color: var(--theme-color); */
    margin-bottom: 16px;
}


.menu-list li.active a {
    color: var(--theme-color)!important;
    
    font-weight: bold!important;
    padding: 8px 12px!important;
    border-radius: 4px;
}

.tto-table p span strong {

    /* font-size: 15px; */
    font-weight: bolder;
}

.destination-contenetsad {
 box-shadow: 0 0 10px 5px rgba(165, 162, 122, 0.1);
    padding: 15px;
    background-color: var(--theme-color2);
    border-radius: 5px;
    margin-bottom: 50px;
}
.bannertexghabd {
    text-align: center; /* centers child inline-block */
}


.hotd-box1.bannersdafa {
    padding: 25px;
    height: 95%;
}

.bannertexghabd h2 {
    text-align: center;
    background: var(--theme-color);
    display: inline-block;
    border-radius: 26px;
    padding: 8px 19px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    width: 100%;
        margin-top: 30px;
}

/*.hotd-box1.bannersdafa:before {*/
/*    content: "";*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    bottom: 0px;*/
/*    margin: auto;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: all 0.5s ease 0s;*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    border-radius: 20px;*/
/*    padding: 4px;*/
/*    background: linear-gradient(to right, #fde989, #dcac3d, #aa7126, #fee169, #fdffec, #fddb5b, #d9a63b, #a46625, #dea232) !important;*/
/*    mask: linear-gradient(#001433 0 0) content-box, linear-gradient(#001433 0 0);*/
/*    mask-composite: exclude;*/
/*}*/
.bannertexghabd {
    margin-top: 30px;
}
.bannertexghabd h5 {
    color: var(--theme-color);
    font-weight: 600;
}
.bannertexghabd strong {
    font-size: 21px;
}
a.btn.btn-light.btn-sm.mt-2 {
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    color: white;
    font-size: 18px;
    width: 82%;
    font-weight: 600;
    text-align: center;
    margin-top: 20px !important;
    /* margin-bottom: 20px; */
    border-radius: 38px;
}
.hotd-box1.bannersdafa :hover .mb-3.text-center.banner-data-image img {
    
    transform: unset !important;
}
.custom-asia-banner.mt-3.p-3.rounded.text-white h5 {
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: 17px !important;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
}
.hotd-box1.bannersdafa {
    padding: 25px;
}

.bannertexghabd ul {
  list-style: none;
  padding-left: 0;
}

.bannertexghabd ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  text-align:left;
}

.bannertexghabd ul li::before {
  content: "✔"; /* ✅ Unicode tick mark */
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color); /* Optional: change tick color */
  font-weight: bold;
}
.hotd-box1.bannersdafa:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: unset;
}

.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.Service-innersecsection {
    padding: 0px 0;
    background-color: white !important;
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    position: relative;
    /* overflow: hidden; */
}
/* .Service-innersecsection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 762px;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
} */
.title-area.mb-4.content.dataa {
    margin-left: 50px;
}
.Service-innersecsection .col-lg-4 {
    padding: 0px;
}
.title-area.mb-4.content.dataa p {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color2);
    padding-right: 37px;
    text-align: justify;
}

.toll-free-box {
    background-color: var(--theme-color1);
    border: 7px solid var(--theme-color);
    color: white;
    padding: 7px 9px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    margin-left: 0px;
}
.toll-free-box strong {
    font-weight: 600;
    color: white;
    margin-right: 3px;
    /* padding-left: 20px; */
}
.toll-free-box img {
    width: 50px;
    height: 50px;
    margin-right: 7px;
    margin-top: -3px;
}
.toll-free-box a {
    padding: 0px !important;
    display: inline-flex !important;
}

h4.position-relative p {
    line-height: 23px;
}




/****************************/

/******************   Start   ***************/
.Asia-bb-sec{
    
position: relative;
    padding: 40px 4px 40px;
    margin-bottom: 50px;
    width: 100%;
    background: linear-gradient(to right, #0974c2, #0e489a, #1e477f, #1e477f, #0e489a, #0974c2);
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.Asia-bb-sec:before {
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 4px;
    background: linear-gradient(to right, #fde989, #dcac3d, #aa7126, #fee169, #fdffec, #fddb5b, #d9a63b, #a46625, #dea232);
    mask: linear-gradient(#001433 0 0) content-box, linear-gradient(#001433 0 0);
    mask-composite: exclude;
}

.Asia-bb-sec-sub{
	position:relative;
	width:100%;
	display:block;
}
 
.Asia-bb-sec-inn{
       position: relative;
    padding: 0 25px 0px;
    display: block;
    width: 100%;
}


.Asia-bb-sec-inn h1{
	
color: #fff;
    font-weight : 700;
    margin-bottom: 18px;
    font-size: 19px;
}
.Asia-bb-sec-inn h2{
	    color: var(--theme-color) !important;
    background-color: transparent;
    background-image: linear-gradient(to right, #fde989, #dcac3d, #aa7126, #fee169, #fddb5b, #d9a63b, #a46625, #dea232);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
	    font-size: 20px;
		
		margin-bottom:15px

}

.Asia-bb-sec-inn h3{
	    color: var(--theme-color) !important;
    background-color: transparent;
    background-image: linear-gradient(to right, #fde989, #dcac3d, #aa7126, #fee169, #fddb5b, #d9a63b, #a46625, #dea232);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
	    font-size: 46px;
		margin-bottom: 14px;

}


.Asia-bb-sec-inn h4{
	    background: #beba05;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 20px;
    font-weight : 600;
}

.Asia-bb-sec-inn h5{
	    color: #ffee00;
    font-size: 14px;
    font-weight: 700;
}
.acc-head{
    position:relative; 
    padding:0 25px 100px
}
.aa-hr{
	position:relative
}
.aa-hr:before{
content: "";
    position: absolute;
    left: -20px;
    top: 25px;
    Height: 5px;
    width: 25px;
    Background: #fee145;
    z-index: 0;
}
.aa-hr:after{
	content:"";
	position:absolute;
	right:-20px;
	top:25px;
	Height:5px;
	width:25px;
	Background:#fee145;
	z-index:0
}
.acc-head:before{
	content:"";
	position:absolute;
	left:0;
	top:25px;
	Height:100%;
	width:5px;
	Background:#fee145;
	z-index:0
}
.acc-head:after{
	content:"";
	position:absolute;
	right:0;
	top:25px;
	Height:100%;
	width:5px;
	Background:#fee145;
	z-index:0
}
.bb-logonew{
       margin-bottom: 20px;
         position:relative;
}
 .bb-logonew img{
     height: 84px;
    border-radius: 0;
    margin-top: 0px;
        border-radius: 13px;
    }
    .Asia-bb-sec-img{
          
    position: relative;
    display: block;
    width: 100%;
	z-index:3
    }
	
	.Asia-bb-sec-img-sub{
	    position: relative;
    z-index: 5;
    padding: 0 10px;
	}
	.Hierarchy{
	position: relative;
    display: block;
    text-align: center;
      margin: -72px auto 15px;
	Background#fff
}
.Hierarchy-img{
	    box-shadow: 0 0 21px rgba(24, 28, 53, 0.2);
    padding: 5px;
    border-radius: 50%;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px auto;
    text-align: center;
    background: #fff;
}
.Hierarchy-img img{
	width: 100%;
    border-radius: 50%;
}
 
 
 .asia-tt-row {
	 margin-left:0!important;
	 margin-Right:0!important
 }
  .asia-tt-row .col-lg-3 {
    padding-left: 0px!important;
    padding-Right: 0px!important;
	width: 32%;
}

 .asia-tt-row .col-lg-6 {
    padding-left: 0px!important;
    padding-Right: 0px!important;
	         width: 36%;
}

 .hh2{
	    margin-left: -20px;
    margin-right: -20px;
    z-index : 9;
}

.Asia-bb-sec-img-sub h2 {
    background: #fee145;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 26px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.mountaine{
	height: 115px;
    margin-bottom: 22px;
}

.peopplw {
    height: 108px;
    margin-bottom: 27px;
    display: block;
    width: 50%;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
}
/******************   End   ***************/


/*31-05-2025*/




.InnerDD-loc.new-ataaada {
    padding: 80px 0px 40px 0px;
}










/*************/


.title-area .sec-title {
    margin-top: 20px;
    margin-bottom: 15px;
    color: var(--theme-color);
    font-size: 29px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}
.Service-innersecsection {
    padding: 0px 0;
    border: 20px solid var(--theme-color2);
    background-color: white !important;
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    position: relative;
    /* overflow: hidden; */
}
.title-area.mb-4.content.dataa p {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: black;
    padding-right: 30px;
}





/*02-06-2025*/
.mt-5.contact-contentsdfsf p {
    color: white;
}
.mt-5.contact-contentsdfsf p {
    color: white;
}
.data-of-contemt p {
    text-align: left !important;
    margin-top: 20px;
}
.mt-5.contact-contentsdfsf p strong {
    color: var(--theme-color);
    font-size: 20px;
}





.contact-boxses {
    background-color: #f9f9f9;
    border-left: 15px solid var(--theme-color);
    border-right: 15px solid var(--theme-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.contact-boxses a {
    color: #007BFF;
    text-decoration: none;
}
.contact-boxses a:hover {
    text-decoration: underline;
}
.contact-boxses.mt-5.p-4.rounded.shadow-sm h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 23px !important;
    font-weight: 600;
}

.p-4.rounded.shadow-sm {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 53.15);
}

.banner-data-image img {
  pointer-events: auto;
}






















/* blog new style 23-06-25 */
.hh-content.newsedaa h3 {
    width: 100%;
    color: white;
    font-size: 20px;
    text-align: center;
}

.why-box1 .why-box1-imm .date {
    position: absolute!important;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.6px;
    font-family: var(--title-font);
    color: var(--theme-color);
    background-color: var(--theme-color2);
    text-align: center;
    z-index: 3;
}

.why-box1 .why-box1-imm .date span {
    position: relative!important;
    display: block;
    font-size: 18px;
    padding: 7px 15px;
    line-height: 1em;
    color: var(--theme-color2);
    background-color: var(--theme-color);
}

.why-box1 p {
    text-align: center;

}

.title-area .sec-titles {
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--theme-color);
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

.blog-details {
    position: relative;
    padding: 60px 0px 30px;
}
.blog-details .blog-single {
  border:10px solid var(--theme-color2)
}
.blog-single {
    position: relative;
    margin-bottom: 0px;
    border: 1px solid rgba(0, 22, 31, 0.2);
    overflow: hidden;
}
.blog-single .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
    position: relative;
    overflow: hidden;
    background-color: var(--smoke-color);
    margin-bottom: 0;
}
.blog-audio, .blog-img, .blog-video {
    line-height: 1px;
}
.blog-single .blog-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2;
}
.blog-audio img, .blog-img img, .blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    position: relative;
}
.blog-single .blog-title.mnew {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.4;
}
.blog-single:hover .blog-img:before {
	-webkit-animation:shine 1.9s;
	animation:shine 1.9s
}.sidebar-area {
    margin-bottom: -10px;
}
.widget {
    padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
    background-color: var(--theme-color2);
    margin-bottom: 40px;
    position: relative;
}
.widget_title {
    color: var(--theme-color);
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    font-family: var(
    --title-font);
    line-height: 1em;
    padding-bottom: 20px;
    margin: -0.12em 0 20px 0;
}
.widget_title:after, .widget_title:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget_title:after, .widget_title:before {
    content: '';
    height: 1px;
    width: 100%;
   background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.recent-post {
	border-bottom: 1px dashed var(--theme-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.recent-post .media-img {
	margin-bottom: 20px;
    margin-right: 15px;
    width: 75px;
    overflow: hidden;
    position: relative;
}
.recent-post .media-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    object-fit: cover;
       height: 72px;
}
.recent-post .media-img:after {
    content: '\f0c1';
    font-family: var(--icon-font);
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 75px;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--theme-color);
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform
: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
      color: white;
    font-family: var(--body-font);
}
.recent-post .post-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 8px 0;
    font-family: var(--title-font);
    color: white;
    text-transform: capitalize;
    overflow: hidden;
    height: 63px;
}
.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--theme-color);
}
.title-area-two.v1.text-center.wow.fadeInUp h2 {
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--theme-color);
    font-weight: 600;
}
.hh-content.newsedaa {
    color: white;
    margin-top: 20px;
    margin-bottom: 0px;
}

.sub-title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    letter-spacing: 0.08em;
    color: var(--title-color);
    margin-bottom: 6px;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: 0;
}
.sec-title {
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 36px;
    color: var(--theme-color);
}
.sec-btn, .title-line {
    margin-bottom: var(--section-title-space);
}
.sec-btn {
   position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 30px;
    border-radius: 30px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    text-align: center;
}
a.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 30px;
    border-radius: 30px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
}

.blog-details .blog-border-outer {
  padding: 8px;
  background-color: #007BFF; /* Outer blue */
}

.blog-details .blog-border-middle {
  padding: 8px;
  background-color: #FFD700; /* Middle gold */
}

.blog-details .blog-inner {
  background-color: #007BFF; /* Inner blue */
  padding: 20px;
  color: white; /* Optional */
  border-radius: 5px;
}
.blog-box-outer {
    border: 10px solid var(--theme-color2);
}
.blog-box-middle {
    border: 10px solid var(--theme-color);
}
.hot-logo1 h2 {
      color: white;  
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}













.image-overlay-container {
    position: relative;
    width: 100%;
}

img.bg-image {
   width: 100%;
    height: auto;
    display: block;
}

img.overlay-image {
    position: absolute;
    top: 22%;
    left: 66%;
    transform: translate(-55%, -56%) perspective(600px) rotateY(-19deg);
    /* transform: translate(-50%, -50%); */
    width: 480px;
    height: 250px;
    z-index: 1;
    border: 10px solid white;
}

.content-categor h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    color: var(--theme-color2);
}
.content-categor p {
    font-size: 16px;
    color: var(--theme-color2);
}





/* 05-06-2025 */
.abouttext h2 {
    font-size: 30px;
    color: var(--theme-color2);
}
.abouttext h4 {
    font-weight: 400;
}
.abouttext p a {
    color: var(--theme-color);
}
.abouttext ul {
    list-style: none; /* Remove default bullet */
    padding-left: 1.2em; /* Add some padding to align text */
}

.abouttext ul li::before {
    content: "■"; /* Square symbol */
    color: #000;  /* Optional: change color */
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}









.accordion-button::after {
  display: none;
}
.chevron-icon {
  transition: transform 0.3s;
}
.accordion-button:not(.collapsed) .chevron-icon {
  transform: rotate(180deg);
}


.accordion-body ul {
    padding-right: 60px;
    float: unset !important;
  padding-left: 1.5rem; /* Add space for the icon */
  list-style: none;     /* Remove default bullets */
  margin: 0;
display:inline-block!important;
overflow: hidden !important;
border-bottom:0px solid black!important;
margin-bottom:0px;
}

.accordion-body ul li {
   
    margin-left: 0px;
white-space: unset !important;
font-size: 15px !important;
text-transform: unset !important;
  position: relative;
  padding-left: 1.2em;  /* Space before the text */
  margin-bottom: 0.6em;
display:inline-block!important;
color:var(--text-secondary)!important;
font-weight:unset!important;
    overflow: hidden !important;
padding: 0px !important;
    margin-top: -3px;
    width: 100%;
}


nav#nav ul li{
 list-style-type: none;
}

.destination-contenetsad.aos-init.aos-animate h2 {
   
    margin-bottom: 20px;
       font-size: 28px;
}
.destination-contenetsad.aos-init.aos-animate figure.image img {
    width: 28px;
    height: auto;
    vertical-align: middle;
    margin-right: 8px;
    display: flex;
}






























/* Override SweetAlert v1 modal style */
.alertify .ajs-dialog {
    box-shadow: 0 0 0 20px var(--theme-color2)!important;
    position: relative;
    margin: 5% auto;
    min-height: 110px;
    max-width: 500px;
    padding: 24px 24px 0 24px;
    outline: 0;
    border: 20px solid var( --theme-color)!important;
       background-color: var(--theme-color2)!important;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center!important;
}

.alertify .ajs-commands {
    position: absolute;
    right: 4px;
    margin: -9px 0px 0 0!important;
    z-index: 2;
}
/* Optional: style header, content, and button */
.alertify .ajs-header {
	border-bottom: var(--theme-color) 1px solid!important;
    color: white!important;
    font-size: 20px;
    margin: -24px;
    margin-bottom: 0;
    padding: 16px 15px;
    background-color: var(--theme-color2)!important;
}

.alertify .ajs-body {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

.alertify .ajs-ok {
    background-color: #003c71 !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 6px;
}


.ajs-close {
  background-color: #e60000 !important; /* Red background */
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  position: relative;
}

.ajs-close::before,
.ajs-close::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 11px;
  height: 2px;
  width: 12px;
  background-color: white;
  transform: rotate(45deg);
}

.ajs-close::after {
  transform: rotate(-45deg);
}

.alertify .ajs-body .ajs-content {
    color: white;
    background: var(--theme-color2);
    padding: 16px 24px 16px 16px;
}
.alertify .ajs-footer {
	border-top: var(--theme-color) 1px solid!important;
    padding: 4px;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 43px;
    background-color: var(--theme-color2)!important;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center;
}
.alertify .ajs-ok {
    background-color: var(--theme-color) !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 6px;
}
.alertify .ajs-commands button.ajs-close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
    background: red;
}
.alertify.ajs-closable .ajs-commands button.ajs-close {
    background-color: #e60000 !important;
    border: none;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    position: relative;
    color: white;
    padding: 9px;
    display: inline-block;
}
button.ajs-close:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 11px;
    height: 2px;
    width: 12px;
    background-color: white;
    transform: rotate(45deg);
}
button.ajs-close:after {
    transform: rotate(-45deg) !important;
    content: '';
    position: absolute;
    left: 6px;
    top: 11px;
    height: 2px;
    width: 13px;
    background-color: white;
    transform: rotate(45deg);
}


.alertify .ajs-commands button {
    display: none;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    padding: 10px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    /* cursor: pointer; */
}
.alertify .ajs-commands button.ajs-close {
    background-image: unset!important;
}

.destination-contenetsad.aos-init.aos-animate h1 {
    font-size: 32px;
}
.destination-contenetsad.aos-init.aos-animate h2 {
    color: white;
}
.Overvv-sec-ho h3 {
    font-size: 24px;
}


.destination-contenetsad.aos-init.aos-animate h3 {
   font-size: 28px;
}

.destination-contenetsad.aos-init.aos-animate h2 {
   font-size: 30px;
}
.destination-contenetsad.aos-init.aos-animate h1 {
    font-size: 32px;
}














 h1 {
    font-size: 36px;
    font-weight: bold;
    
  }

  h2 {
    font-size: 30px;
    font-weight: 600;
   
  }

  h3 {
    font-size: 24px;
    font-weight: 500;
   
  }

  h4 {
    font-size: 20px;
    font-weight: normal;
    
  }

  h5 {
    font-size: 16px;
    
  }

  h6 {
    font-size: 14px;
    
  }
.desc-asia h4 {
   color: hsl(30, 75%, 60%);
}





.hh-content h4 strong {
    font-size: 20px;
    font-weight: 800;
    color: hsl(30, 75%, 60%);
}
.hh-content h4 span strong {
    font-size: 20px;
    font-weight: 800;
    color: unset;
}
.hh-dealscontent h4 span strong {
    color: unset;
}

