@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-ExtraBold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler-UltraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Butler";
	src: url("../fonts/Butler.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--white: #fff;
	--logo: #333;
	--dark: #000;
	--blue: #2135a7;
	--ex_color: #ffa62b;
	--theam_color: #ffa62b;
	--main_font: "Lato", sans-serif;
	--heading_font: "Butler";
	--style: "Dancing Script", cursive;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.navbar-toggler:focus {
	outline: 0;
}

input.form-control:focus {
	box-shadow: none;
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-family: var(--main_font);
}

/* Back to top button */

.scroll {
	z-index: 9999999;
	position: fixed;
	top: -6.5rem;
	right: 2rem;
	width: 5rem;
	height: 5rem;
	background: #ffa62b;
	font-size: 2rem;
	color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: 0.5s;
	box-shadow: 1px 0px 11px 0px #00000063;
}

.scroll:hover {
	background-color: var(--white);
	opacity: 1;
	color: var(--ex_color);
}

.scroll.down {
	top: 85vh;
}

/* Styles for the content section */

/* Back to top button */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	margin-bottom: 0;
	text-transform: capitalize;
}

h2 {
	font-size: 3.2rem;
	font-family: "Butler" !important;
}

p {
	margin-bottom: 0;
	color: var(--para_color);
	font-size: 1.6rem;
	line-height: 2.6rem;
}

a:hover {
	text-decoration: none;
}

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

li {
	list-style: none;
}

button:focus,
a.btn:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}

/* Default Font Size */

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 10rem;
}

section {
	padding: 8rem 0rem;
}

#page {
	display: none;
}

#loading {
	display: block;
	/* position: absolute;
     top: 0;
     left: 0;
     z-index: 100;
     width: 100vw;
     height: 100vh; */
	background-color: #111;
}

div#loading img {
	width: 20%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.custom_btn {
	background: var(--white);
	padding: 1.2rem 3.5rem;
	font-weight: 600;
	color: var(--theam_color);
	text-transform: uppercase;
	font-size: 1.5rem;
	position: relative;
	border: none;
	z-index: 5;
	overflow: hidden;
	transition: 0.5s;
	box-shadow: 0px 3px 15px 0 rgb(0 0 0 / 35%);
}

.custom_btn::after {
	content: "";
	position: absolute;
	height: 6rem;
	width: 7rem;
	background: var(--theam_color);
	top: -0.5rem;
	left: -10rem;
	transform: skewX(317deg);
	transition: 0.5s;
}

.custom_btn:hover {
	background: var(--theam_color);
	color: #fff;
}

.custom_btn:hover::after {
	left: 20rem;
}

/* preloader */
.banner_partner {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	z-index: 1000;
}
.banner_partner img {
	margin-bottom: 3rem;
	width: 22rem;
	padding: 1rem;
	background: #fff;
	border-radius: 1rem;
	border: 2px solid #ffa62b;
}
.banner_partner img:first-child {
	transition: 0.5s;
	transform: translateX(110px);
}
.banner_partner img:last-child {
	transition: 0.5s;
	transform: translateX(110px);
}
.banner_partner img:first-child:hover {
	transform: translateX(0);
	transition: 0.5s;
}
.banner_partner img:last-child:hover {
	transition: 0.5s;
	transform: translateX(0);
}
/* Main Style */
header.mobile_heder {
	display: none;
}
/* #Navigation
================================================== */
/*===================== inner banner  ======================*/

.inner_banner {
	background: url(../images/kasmir.jpg) no-repeat;
	background-size: cover;
	background-position: 0% 82%;
	position: relative;
	padding: 10rem 0rem;
	z-index: 0;
}
.inner_banner::after {
	content: "";
	position: absolute;
	height: 50%;
	width: 35%;
	border-radius: 20rem 0rem 20rem 0rem;
	top: 50%;
	left: 50%;
	transform: translate(-51%, -50%);
	background-color: rgb(255 255 255 / 65%);
	z-index: -1;
	box-shadow: 0px 0px 10px 4px #00000040;
}
.inner_banner.second::after {
	content: "";
	position: absolute;
	height: 50%;
	width: 47%;
	border-radius: 20rem 0rem 20rem 0rem;
	top: 50%;
	left: 50%;
	transform: translate(-51%, -50%);
	background-color: rgb(255 255 255 / 65%);
	z-index: -1;
	box-shadow: 0px 0px 10px 4px #00000040;
}
.inner_banner_caption {
	text-align: center;
}

.inner_banner_caption h1 {
	font-size: 5.5rem;
	line-height: 6.5rem;
	color: #171f6a;
	font-weight: 700;
	font-family: "Butler";
}

.inner_banner .breadcrumb {
	background: transparent;
	justify-content: center;
}

.inner_banner .breadcrumb li,
.inner_banner .breadcrumb li a {
	font-size: 2.2rem;
	color: var(--ex_color);
	font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 0.5rem;
	color: #800e13;
	font-size: 2.2rem;
	content: "/";
	font-weight: 900;
	margin: 0px 4px;
}

/* ================header section start=============== */

#hamburger {
	width: 30px;
	position: relative;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

#hamburger span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #333;
	border-radius: 9px;
	opacity: 1;
	left: 7px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
	top: 0px;
}

#hamburger span:nth-child(2) {
	top: 11px;
}

#hamburger span:nth-child(3) {
	top: 22px;
}

#hamburger.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
	opacity: 0;
	left: -30px;
}

#hamburger.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.sitenavigation ul {
	margin: 0;
	padding: 0;
	float: right;
}
.sitenavigation li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-left: -4px;
	line-height: 20px;
}
.sitenavigation li.nav-dropdown:hover > a {
	background-color: #ccc;
}
.sitenavigation li a {
	color: #758283;
	text-decoration: none;
	display: block;
	padding: 11px 14px;
	font-size: 0.9375em;
	-webkit-tap-highlight-color: transparent;
}
.sitenavigation li a.nav-path-selected,
.sitenavigation li a.linkclicked {
	color: white;
	background-color: #ececec;
}
.sitenavigation li a.nav-selected {
	background-color: #777;
	color: #000;
}
.sitenavigation li a:hover {
	background-color: #ccc !important;
	color: #000;
}
.sitenavigation li.clicked > ul {
	display: block;
}
.sitenavigation li ul {
	display: none;
	position: absolute;
	min-width: 200px;
	max-width: 300px;
	padding: 0;
	margin: 0;
}
.sitenavigation li ul a {
	background-color: #dfdfdf;
	font-size: 0.8125em;
}
.sitenavigation li ul li {
	float: none;
	display: block;
	margin: 0;
}
.sitenavigation li ul ul {
	left: 100%;
	margin-top: -40px;
}
.sitenavigation li ul ul a {
	background-color: lightgray;
}
.sitenavigation .nav-dropdown:hover > a,
.sitenavigation .nav-dropdown.clicked > a {
	background-color: #ececec;
}

.no-js .sitenavigation li:hover > ul {
	display: block !important;
}

.menu-icon {
	display: none;
}
a.mrg {
    margin-top: 12px;
}
/*============================== banner slider start  ================================*/
section.banner_sec {
	padding: 0;
}

.banner_sec .item {
	height: 60rem;
	position: relative;
	width: 100%;
}

.banner_sec .item img,
.banner_sec .item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_sec .item .cover {
	padding: 7.5rem 0rem;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 20%);
	display: flex;
	align-items: center;
}

.banner_sec .item .cover .header-content {
	position: relative;
	padding: 5.6rem;
	overflow: hidden;
}

.banner_sec .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid var(--theam_color);
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner_sec .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 3rem;
	color: #fff;
}

.banner_sec .item .cover .header-content h1 {
	font-size: 7rem;
	font-weight: 600;
	margin: 1rem 0rem 2.5rem;
	word-spacing: 0.3rem;
	color: #fff;
	font-family: "Butler";
	/* font-family: 'Quicksand', sans-serif; */
}

.banner_sec .swiper-slide.item.swiper-slide-active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.banner_sec .swiper-slide.item.swiper-slide-active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
.banner_sec .swiper-slide.item.swiper-slide-active .btn.new_btn.ex_btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
.banner_sec .swiper-slide.item.swiper-slide-active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}

.owl_navigation.owl-carousel .owl-nav button.owl-next,
.owl_navigation.owl-carousel .owl-nav button.owl-prev {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: var(--theam_color);
	color: #fff;
	font-size: 2rem;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.owl_navigation.owl-carousel:hover .owl-nav button.owl-next,
.owl_navigation.owl-carousel:hover .owl-nav button.owl-prev {
	opacity: 1;
}

.owl_navigation.owl-carousel .owl-nav button.owl-prev {
	left: 1.5rem;
}

.owl_navigation.owl-carousel .owl-nav button.owl-next {
	right: 1.5rem;
}
.btn.new_btn.ex_btn {
	margin-top: 4rem;
	background: transparent;
	color: #fff;
}
/*============================== banner slider end  ================================*/

section.innerpage-wrapper {
	padding-bottom: 30px;
}

/*============================== holiday packs  ================================*/
section.holiday_packs {
	position: relative;
	padding: 0rem;
}

.holiday_banner {
	box-shadow: 5px 5px 6px 0px #00000045;
}
.swiper.holiday_banner_slider .swiper-button-next,
.swiper.holiday_banner_slider .swiper-button-prev {
	position: absolute;
	top: auto;
	bottom: 5rem;
	font-size: 3rem;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: transparent;
	color: var(--theam_color);
	border: 2px solid var(--theam_color);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.holiday_banner_slider .swiper-button-next:hover,
.holiday_banner_slider .swiper-button-prev:hover {
	background: var(--theam_color);
	color: #fff;
	border: 2px solid var(--theam_color);
}

section.holiday_packs .row .col-sm-4 {
	padding-left: 0;
}

.holiday_banner_item {
	position: relative;
	height: 50rem;
	width: 100%;
	border-radius: 0rem;
	overflow: hidden;
}
.holiday_banner_item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.holiday_banner_item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0 0 0 / 15%);
}

.overlay.over_bg {
	background: transparent;
}

.owl-item.active .overlay {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.8s;
}
.overlay {
	position: absolute;
	top: 50%;
	left: 9rem;
	z-index: 1;
	width: 70%;
	transition: 1s;
}

.overlay h3 {
	font-size: 3rem;
	color: #fff;
	font-weight: 600;
	line-height: 3.5rem;
	padding-bottom: 1.5rem;
}

.overlay span {
	display: inline-block;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 400;
	line-height: 2rem;
}
.holiday_banner .owl_navigation.owl-carousel .owl-nav button.owl-next,
.holiday_banner .owl_navigation.owl-carousel .owl-nav button.owl-prev {
	font-size: 2rem;
	height: 5rem;
	width: 5rem;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}
.holiday_pack_area {
	padding: 2rem;
	background: transparent;
}
.holiday_pack_slide {
	box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 16%);
	border-radius: 1rem;
}
.our_tour_slider .owl-item {
	padding: 30px;
}
.holiday_pack_slider1 .owl-item {
	padding: 20px;
}
.pack_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

.pack_image {
	height: 15rem;
	width: 100%;
}

.pack_image img {
	border-radius: 1rem;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.holiday_pack_item .title {
	margin-top: 0rem;
}

.title h2 {
	line-height: 6rem;
	font-size: 5rem;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 1rem;
	color: #000;
	font-family: "Butler";
}

.title p {
	color: #000;
}

.title h2 span {
	font-weight: 700;
	color: var(--theam_color);
}

.cont_text h4 {
	font-size: 2rem;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #111;
}

.cont_text p {
	font-size: 1.6rem;
	color: var(--theam_color);
}

.icon {
	width: 4rem;
}

.swiper.holiday_pack_slider.swiper-initialized.swiper-horizontal.swiper-pointer-events {
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: inherit;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: var(--theam_color);
	color: #fff;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-prev {
	right: auto;
	left: 5rem;
}
.swiper-button-next {
	right: 5rem;
	left: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

/*============================== holiday packs end ================================*/
#about-content-2 #abt-cnt-2-text h2 {
	text-transform: uppercase;
	font-size: 27px;
	margin-bottom: 2rem;
	font-family: "Butler";
}
#about-content-2 #abt-cnt-2-text h2 > span {
	font-weight: 900;
	font-size: 44px;
	display: block;
	margin-top: 10px;
}
#about-content-2 #abt-cnt-2-text h2 span > span {
	color: #171f6a !important;
}
span.mmn b {
	color: #800e13;
	font-size: 55px;
}
/* gallery_sec  */
/* -----------------------------------------------------
		Gallery
   ----------------------------------------------------- */

.gallery-block .gallery-img {
	position: relative;
	overflow: hidden;
}

.gallery-block .gallery-img img {
	width: 100%;
	transition: 0.4s;
}

.gallery-block .gallery-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.6s;
}

.gallery-block .gallery-title {
	transition: 0.4s;
}

.gallery-block .gallery-mask .gallery-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	transform: translateX(-120%);
}

.gallery-block .gallery-mask .gallery-title h2 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 4px;
}

.gallery-block .gallery-mask .gallery-title p {
	margin-bottom: 0px;
}

.gallery-block .gallery-mask .image-link {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 27px;
	line-height: 0;
	transform: rotate(45deg);
	transition: 0.4s;
}

#gallery-section .butn .btn {
	font-size: 17px;
}

/***************** MASONRY-1 **************/

#masonry {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	margin-top: 55px;
}

#masonry .gallery-product {
	display: inline-block;
	margin: 0 0 1.5em;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0px;
}
section.gallery_sec {
	padding: 5rem 0rem 0rem;
}
/*===========================poster Start=======================*/

.poster_sec {
	position: relative;
	z-index: 1;
	padding: 0px;
}

.poster_slider_area {
	position: relative;
}

.banner-content {
	text-align: left;
}

.owl-item.active .banner-overly {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 1s;
}

.banner-overly {
	top: 12%;
	left: 10rem;
	z-index: 3;
	position: absolute;
	bottom: 0px;
	background: transparent;
	width: 65%;
	overflow: hidden;
	height: 100%;
	transition: 0.5s;
}

.banner-content p {
	color: #fff;
	margin-bottom: 20px;
}

.banner-content h1 {
	color: #fff;
	font-weight: 400;
	font-size: 4rem;
	margin-bottom: 30px;
	line-height: 6rem;
	text-transform: capitalize;
}

.banner-content h1 span {
	color: var(--theam_color);
	font-size: 9rem;
	display: block;
	font-family: "Rye", cursive;
	line-height: 10rem;
}

/*===========================poster End=======================*/
/*===========================theme start=======================*/

.theme_row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: center;
	margin-top: 3rem;
	gap: 3rem;
}

/* .theme_row a:hover .theme_item {
	background: #000000;
	border-color: #000;
} */

.theme_item {
	text-align: center;
	padding: 2rem;
	border: 2px solid #adadad;
	min-height: 15rem;
	border-radius: 8px;
	transition: all 0.5s linear;
}

/* .theme_row a:hover h3 {
	color: #fff;
} */

.theme_icon {
	width: 6rem;
	margin: 0rem auto 2rem;
	min-height: 70px;
}

.theme_item h3 {
	font-size: 16px;
	font-weight: 700;
	color: var(--theam_color);
	transition: all 0.5s linear;
}

.holiday_area {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 35rem;
	border-radius: 0.8rem;
	transition: all 0.5s linear;
}

.holiday_area::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0;
	height: 100%;
	width: 100%;
	background: #00000087;
	z-index: 1;
}

.holiday_area img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 10s linear;
}

.holiday_area:hover img {
	transform: scale(2);
	transition: all 10s linear;
}

.holiday_area:hover .text_overlay {
	top: 0;
}

.holiday_area:hover .text_overlay p {
	opacity: 1;
}

.text_overlay {
	position: absolute;
	top: 72%;
	left: 0;
	text-align: center;
	padding: 4rem 3rem;
	transition: all 0.5s linear;
	height: 100%;
	width: 100%;
	z-index: 5;
}

.text_overlay h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 2rem;
}

.text_overlay h3 span {
	color: var(--theam_color);
}

.text_overlay p {
	color: #fff;
	text-align: justify;
	opacity: 0;
	transition: all 1s linear;
}

/*===========================theme End=======================*/
/*===========================luxury_travel =======================*/
section.luxury_travel_sec {
	padding-bottom: 20px;
}
.luxury_travel_row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	align-items: center;
}
.travel_items {
	position: relative;
	overflow: hidden;
	transition: 0.5s ease-in-out;
	transform: translateY(0);
	overflow: hidden;
	border-radius: 10px;
}
.travel_items:hover .travel_image img {
	filter: brightness(0.5);
}
.travel_items:hover {
	transform: translateY(-10px);
	box-shadow: 0px 0px 10px 0px #000d;
}
.travel_over {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 46px 0 0;
	text-align: center;
	z-index: 9;
}
.travel_over h3 {
	font-size: 4rem;
	line-height: 4rem;
	text-transform: capitalize;
	font-family: "Dancing Script";
	color: #fff;
	margin-bottom: 1rem;
	font-weight: 400;
	text-shadow: 2px 1px 2px #38404f;
	-webkit-text-shadow: 2px 1px 2px #38404f;
	-moz-text-shadow: 2px 1px 2px #38404f;
}
.travel_over h4 {
	font-size: 2rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 1px 2px #38404f;
	-webkit-text-shadow: 2px 1px 2px #38404f;
	-moz-text-shadow: 2px 1px 2px #38404f;
}
a.btn.custom_btn.v_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease-in-out;
}
.travel_items:hover a.btn.custom_btn.v_btn {
	opacity: 1;
	visibility: visible;
}
.travel_image {
	height: 415px;
	width: 100%;
}
.travel_image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: 0.5s ease-in-out;
}

/*===========================luxury_travel end =======================*/
/*===========================video_sec  =======================*/
section.video_section {
	height: 30rem;
	padding: 0;
	width: 100%;
}

section.video_section video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.video_sec {
	height: 30rem;
	padding: 0;
	width: 100%;
}
section.video_sec video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.8) saturate(2);
}
/*===========================video_sec end =======================*/

section.holiday_tours {
	padding: 5rem 0rem;
}
/*===========================hotels_sec  =======================*/
.best-plan-single1 {
	width: 100%;
	max-width: 415px;
	border: 1px solid #eee;
	transition: all 0.6s ease;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0.08rem 0.17rem rgb(0 0 0 / 10%);
	transform: scale(100%);
}
.best-plan-single1:hover {
	transform: scale(102%);
	border: 1px solid transparent;
	box-shadow: 4px 3px 10px rgba(16, 33, 34, 0.06);
}

.row.g-4.my_row {
	gap: 3rem 0rem;
}
.best-plan-single1 .image {
	position: relative;
}
.best-plan-single1 .content {
	padding: 30px 25px 35px;
}
.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(--theam_color);
	margin-bottom: 5px;
}
.best-plan-single1 .content h4 {
	margin-bottom: 15px;
}
.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: #333;
}
.best-plan-single1 .content .best-plan-meta span i {
	margin-right: 10px;
	vertical-align: middle;
	color: var(--theam_color);
}
.best-plan-single1 .content .best-plan-meta span.rating {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.best-plan-single1 .content h4 a {
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--logo);
	transition: all 0.5s ease;
	line-height: 1.4;
}
.best-plan-single1 .content h4:hover a {
	color: var(--theam_color);
}
.best-plan-single1 .list-area {
	margin-bottom: 2rem;
}
.list-area h5 {
	font-size: 2rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
}
.list-area ul.plan-list1 {
	display: grid;
	gap: 1rem;
	align-items: center;
}
.list-area ul.plan-list1 li {
	position: relative;
	padding-left: 25px;
	font-size: 17px;
	font-weight: 400;
	color: var(--theam_color);
}
.list-area ul.plan-list1 li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 2px;
	background: var(--theam_color);
	border-radius: 30px;
}

.btn.new_btn {
	background: var(--white);
	color: var(--theam_color);
	border-radius: 0;
	position: relative;
	z-index: 1;
	display: inline-flex;
	justify-content: center;
	white-space: nowrap;
	border: 2px solid #ffa62b;
	padding: 10px 35px;
	font-size: 1.8rem;
	font-weight: 600;
	align-items: center;
}
.btn.new_btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: var(--theam_color);
	width: 100%;
	height: 100%;
	transition: 0.5s;
	z-index: -1;
	transform: scale(0.6);
	border-radius: 0;
	opacity: 0;
}
.btn.new_btn:hover {
	color: var(--white);
}
.btn.new_btn:hover::after {
	transform: scale(1);
	opacity: 1;
}
/*===========================hotels_sec end =======================*/
#newsletter-1 {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("../images/123.jpg") center no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	color: #fff;
	padding: 5rem 0rem;
}

#newsletter-1 p {
	font-size: 18px;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #fff;
}

#newsletter-1 form .form-group {
	width: 610px;
	margin: 0 auto;
}
#newsletter-1 form input,
#newsletter-1 form .input-group-btn .btn {
	height: 60px;
}
#newsletter-1 form .input-group-btn .btn {
	font-size: 22px;
	width: 75px;
	color: #fff;
	background: var(--theam_color);
}
input.form-control.input-lg {
	font-size: 2rem;
}
.title.mb-5.color h2 {
	color: #fff;
}

/*=========================== news_feed ===============================*/

/*=========================== news_feed ===============================*/

/*===========================testimonial section  =======================*/

section.textimonial_sec {
	padding: 5rem 0rem;
}
.testi_img {
	height: 10rem;
	width: 10rem;
	border-radius: 50%;
	margin: 2rem auto;
	overflow: hidden;
}
.testi_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
p.tes_para {
}
.testi_slider_item .rating {
	margin: 2rem 0rem;
}
.rating span {
	font-size: 1.8rem;
}
.testi_slider_item h3 {
	font-size: 2.6rem;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1;
}
/*===========================testimonial section end =======================*/
.brand_image_item {
	width: 15rem;
	margin: auto;
}

/*===========================footer  =======================*/
.footer-section {
	background-position: center bottom;
	position: relative;
	padding: 0 10px;
	background: #fff;
}
.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-top {
	padding: 90px 0;
}
.footer1-logo {
	width: 100%;
}

.footer-section .footer-item h4 {
	font-size: 2.6rem;
	font-weight: 500;
	color: #000;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
}
.footer-section .footer-item h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	border-radius: 30px;
	display: block;
	background: linear-gradient(90deg, var(--theam_color), transparent);
}

ul.link-list,
.footer-section .footer-item .contact-list {
	display: grid;
	gap: 15px;
	align-items: center;
}
.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(--theam_color);
}
.footer-section .footer-item .link-list li {
	padding-left: 0;
	transition: all 0.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(--theam_color);
	opacity: 0;
	transition: all 0.55s ease;
}
ul.link-list li a {
	color: #000;
	font-size: 1.6rem;
	text-transform: capitalize;
	transition: all 0.55s ease;
}
ul.contact-list li .icon {
	color: #000;
}
.footer-section .footer-item .contact-list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}
.footer-section .footer-item .contact-list li:hover .icon,
ul.footer-social li:hover a {
	color: var(--theam_color);
	border-color: var(--theam_color);
}
.icon {
	width: 4rem;
	height: 4rem;
	color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	transition: all 0.55s ease;
}
.contact-list li:hover .text,
.contact-list li:hover .text a {
	color: var(--theam_color) !important;
}
.footer-section .footer-item .contact-list li .text,
.footer-section .footer-item .contact-list li .text a {
	color: #000;
	font-size: 1.6rem;
	width: 22rem;
	transition: all 0.55s ease;
}
/*.br_logo {
	width: 10%;
}*/
.br_logo img {
    width: 80px;
    height: 60px;
    object-fit: contain;
}
.footer-section .footer-meta h4 {
	font-size: 2rem;
	font-weight: 500;
	color: #000;
	margin-right: 20px;
	margin-bottom: 0;
}

.footer-section .footer-social {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 0;
}
ul.footer-social li {
}
ul.footer-social li a {
	height: 4rem;
	width: 4rem;
	border-radius: 50%;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: #000;
	border: 1px solid #000;
	transition: all 0.55s ease;
}
.footer-section .footer-meta h4 {
	font-size: 2rem;
	font-weight: 600;
	color: #000;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pays {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.footer-section .pay-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: center;
    gap: 15px;
    grid-template-columns: repeat(8, 1fr);
}
.footer-section .footer-bottom {
	padding: 16px 0;
	border-top: 1px solid rgb(28 26 26 / 10%);
}
.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:hover a {
	color: var(--theam_color);
}
.footer-section .footer-bottom .f-bottom-list a {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	transition: all 0.42s ease;
}
.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: #000;
}
p.ftr_cop {
	color: #000;
	text-transform: capitalize;
}
p.ftr_cop a {
	color: #171f6a;
	display: inline-block;
}
.pay_col .row {
	gap: 10px 0px;
}
.stay_col {
	display: flex;
	justify-content: start;
	align-items: center;
}
/*===========================footer end =======================*/
/* modal form  */
.modal_sec {
	position: fixed;
	width: 100%;
	z-index: 9999999;
	top: 0;
	right: -100%;
	transform: translateX(100%);
	height: 100vh;
	background: #000000db;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: all 1s ease;
}
span.wp_btn {
    position: fixed;
    top: 70%;
    left: -60px;
    padding: 5px 1rem;
    background: var(--ex_color) !important;
    border-radius: 0px 0px 10px 10px;
    width: fit-content;
    text-align: center;
    height: auto;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
    text-transform: uppercase;
    font-size: 1.5rem;
    transform: rotate(-90deg);
    font-weight: 700;
}
.btn-whatsapp-pulse1 {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 42%;
    left: 6px;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 22px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 99999;
}
span.wp_btn i {
    font-size: 30px;
    transform: rotate(128deg);
}
.holiday_heading.modal_heading h2 {
	color: #fff;
}
.modal_main {
	padding: 5rem 20rem;
}
.modal_sec.active {
	right: 0%;
	transform: translateX(0%);
	transition: all 1s ease;
}
/* ///// inputs /////*/

input:focus ~ label,
textarea:focus ~ label,
input:valid ~ label,
textarea:valid ~ label {
	font-size: 20px;
	color: #fff;
	top: -45px;
	-webkit-transition: all 0.225s ease;
	transition: all 0.225s ease;
}

.styled-input {
	float: left;
	width: 100%;
	margin: 1rem 0;
	position: relative;
	border-radius: 4px;
}

@media only screen and (max-width: 768px) {
	.styled-input {
		width: 100%;
	}
}

.styled-input label {
	color: #999;
	padding: 1.3rem 30px 1rem 30px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	pointer-events: none;
	font-size: 1.6rem;
}

.styled-input.wide {
	width: 100%;
	max-width: 100%;
}

input,
textarea,
.select-container .select {
	padding: 13px 30px;
	border: 0;
	width: 100%;
	font-size: 18px;
	background-color: #2d2d2d;
	color: white;
	border-radius: 4px;
}

input:focus,
textarea:focus {
	outline: 0;
}

input:focus ~ span,
textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s ease;
	transition: all 0.075s ease;
}

textarea {
	width: 100%;
	min-height: 10em;
}

.submit-btn {
	float: right;
	padding: 7px 35px;
	border-radius: 60px;
	display: inline-block;
	background-color: #4b8cfb;
	color: white;
	font-size: 18px;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.07);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.submit-btn:hover {
	transform: translateY(1px);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}
.input-container {
	width: 100%;
	max-width: 100%;
	margin: 20px auto 25px auto;
	display: grid;
	gap: 2rem;
}

.select-container {
	position: relative;
	width: 100%;
}

.select-container .select {
	position: relative;
	height: 60px;
}

.select-container .select::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	cursor: pointer;
	transition: border-color 0.4s;
}

.select-container.active .select::after {
	border: none;
	border-left: 2px solid white;
	border-top: 2px solid white;
}
.select-container .select input {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px 0px;
	background: none;
	outline: none;
	border: none;
	font-size: 1.6rem;
	color: white;
	cursor: pointer;
}
.select-container .option-container {
	position: relative;
	background: #6e6477;
	height: 0;
	overflow-y: scroll;
	transition: 0.4s;
}

.select-container.active .option-container {
	height: 240px;
}

.select-container .option-container::-webkit-scrollbar {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	width: 10px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
	background: #0f0e11;
}

.select-container .option-container .option {
	position: relative;
	padding-left: 15px;
	height: 60px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: 0.2s;
}

.select-container .option-container .option.selected {
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
}

.select-container .option-container .option:hover {
	background: rgba(0, 0, 0, 0.2);
	padding-left: 20px;
}

.select-container .option-container .option label {
	font-size: 1.6rem;
	color: white;
	cursor: pointer;
}

span.cut_btn {
	font-size: 5rem;
	color: #fff;
	position: absolute;
	right: 70px;
	top: 40px;
	padding: 2rem;
	height: 6rem;
	width: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}

.brand_image_item img {
	height: 120px;
	object-fit: contain;
}
section.brand_slider {
	padding-top: 0;
}

/* package sec  */

.packages_item {
	padding: 2rem;
	border: 1px solid rgb(14 85 124 / 16%);
	overflow: hidden;
	border-radius: 1rem;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	min-height: 36rem;
}
.packages_item:hover {
	box-shadow: 0 2px 8px 2px rgb(14 85 124 / 16%);
}
.packages_slider .owl-stage-outer {
	padding: 4rem 0rem;
}
.packages_slider .owl-item {
	padding: 1rem;
}
.packages_item:hover a h3.h_name,
.packages_item:hover .time_box ul,
.packages_item:hover .cont_box {
	color: #800e13;
}
/* .packages_item:hover .time_box ul {
	color: #800e13;
} */
.packages.img {
	height: 16rem;
	width: 100%;
	overflow: hidden;
	border-radius: 1rem;
}
.packages.img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.packages.content {
	margin-top: 1.5rem;
}
.cont_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.time_box ul {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.8rem;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.loc_box {
	font-size: 1.6rem;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	text-transform: capitalize;
}
h3.h_name {
	font-size: 2rem;
	line-height: 2.3rem;
	text-transform: capitalize;
	margin-bottom: 2rem;
	font-weight: 700;
	color: #333;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.pac_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pac_box p {
	line-height: 1;
}
.pack_r {
	text-align: right;
}
.pack_r .rating span {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	display: inline-block;
}
.pack_l p {
	margin-bottom: 0.5rem;
}
.pack_l h4 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block !important;
}
.packages_slider.owl_navigation.owl-carousel .owl-nav button.owl-next,
.packages_slider.owl_navigation.owl-carousel .owl-nav button.owl-prev {
	top: -10px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.packages_slider.owl_navigation.owl-carousel .owl-nav button.owl-next:hover,
.holiday_pack_slider1.owl_navigation.owl-carousel
	.owl-nav
	button.owl-next:hover {
	background-color: transparent !important;
	border: 2px solid var(--theam_color) !important;
	color: var(--ex_color) !important;
}
.packages_slider.owl_navigation.owl-carousel .owl-nav button.owl-prev,
.holiday_pack_slider1.owl_navigation.owl-carousel .owl-nav button.owl-prev {
	left: auto;
	right: 8rem;
	background-color: transparent !important;
	border: 2px solid var(--theam_color);
	color: var(--ex_color);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.packages_slider.owl_navigation.owl-carousel .owl-nav button.owl-prev:hover,
.holiday_pack_slider1.owl_navigation.owl-carousel
	.owl-nav
	button.owl-prev:hover {
	background-color: var(--ex_color) !important;
	color: #fff !important;
}

.holiday_pack_slider1.owl_navigation.owl-carousel .owl-nav button.owl-next,
.holiday_pack_slider1.owl_navigation.owl-carousel .owl-nav button.owl-prev {
	top: -10rem;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* about page  */
.about_content {
	padding-top: 5rem;
}
.line-title {
	padding-left: 10px;
	border-left: 3px solid var(--ex_color);
	margin-bottom: 15px;
}
.line-title .h4-title {
	color: #000;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 2rem;
}
.about_heading.title h2 {
	line-height: 4.5rem;
	font-size: 3.5rem;
	font-weight: 500;
	font-family: "Butler" !important;
	margin-bottom: 2rem;
}
.about-content-text p {
	font-size: 1.8rem;
	line-height: 3.2rem;
	text-align: justify;
}
.about-image-wp {
	position: relative;
	padding-right: 0;
	padding-left: 100px;
	padding-bottom: 40px;
}
.about-image-box.big {
	width: 45rem;
	height: 45rem;
	border-radius: 50%;
	overflow: hidden;
	padding: 1rem;
	border: 3px solid var(--ex_color);
	background: #fff;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.about-image-box.big img,
.about-image-box.small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.about-image-box.small {
	width: 25rem;
	height: 25rem;
	border-radius: 50%;
	overflow: hidden;
	padding: 1rem;
	border: 3px solid var(--ex_color);
	background: #fff;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	position: absolute;
	top: -5rem;
	left: 5rem;
}

.about_ex_text p {
	font-size: 1.8rem;
	line-height: 3rem;
	margin-bottom: 1rem;
}

section.about-description-sec.one {
	padding: 0rem 0rem;
}
.about-description-image-box {
	position: relative;
	width: 100%;
	height: 100%;
}
.about-description-image-box .about-description-image {
	position: absolute;
	top: 0;
	right: -15px;
	height: 100%;
	width: calc(100% + 15rem);
	background: url(../images/after.jpg) no-repeat center;
	background-size: cover;
}
.about-description-content {
	position: relative;
	padding: 70px 10px 70px 30px;
}
.about-description-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: 500%;
	height: 100%;
	background: #ebebeb;
	z-index: -1;
}
.icon-listing ul {
	display: grid;
	gap: 1.5rem;
	align-items: center;
	margin-top: 2rem;
}
.icon-listing ul li {
	/* position: relative; */
	padding-left: 10px;
	margin-bottom: 10px;
	display: flex;
	gap: 1rem;
	align-items: center;
}
.icon-listing ul li i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--ex_color);
	color: #fff;
	line-height: 1;
	font-size: 16px;
}
.icon-listing ul li span.text {
	font-weight: 800;
	font-size: 1.6rem;
	color: #767676;
	width: 90%;
}
section.about-description-sec.two {
	padding: 0;
	background: #1c1c1c;
	transition: all 0.5s ease;
}
section.about-description-sec.two:hover .about-description-content:before {
	left: -12rem;
}
section.about-description-sec.two
	.about-description-image-box
	.about-description-image {
	position: absolute;
	top: 0;
	/* right: 0; */
	left: 0;
	height: 100%;
	width: calc(100% + 15rem);
	background: url(../images/thailand.jpg) no-repeat center;
	background-size: cover;
	z-index: 1;
}

section.about-description-sec.two .about-description-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 5rem;
	width: 70rem;
	height: 100%;
	background: url(../images/h1-img-4.jpg) no-repeat center;
	z-index: -1;
	background-size: contain;
	transition: all 0.5s ease;
}
section.about-description-sec.two .about-description-content {
	position: relative;
	padding: 7rem;
	text-align: center;
	z-index: 1;
}
section.about-description-sec.two .about_heading.title h2 {
	color: #fff;
}

section.about-description-sec.two .about-dec-text p {
	font-size: 1.8rem;
	color: #fff;
}

.off_icon svg {
	height: 7rem;
	width: 7rem;
}
.off_icon svg path,
.off_icon svg rect {
	fill: #333;
	transition: all 0.5s ease;
}
a .offer_item:hover .off_icon svg path,
a .offer_item:hover .off_icon svg rect {
	fill: #fff;
}
a .offer_item {
	padding: 2rem;
	min-height: 23rem;
	border-radius: 1rem;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	position: relative;
	transition: all 0.5s ease;
	background-color: #fff;
	z-index: 1;
}
a .offer_item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 1rem;
	background-color: var(--ex_color);
	transition: transform 1s ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	z-index: -1;
}
a .offer_item:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.off_icon {
	margin-bottom: 2rem;
}
.offer_row.row {
	gap: 3rem 0rem;
}
.offer_item h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.5rem;
	color: #000;
	text-transform: capitalize;
	transition: all 0.5s ease;
}
a .offer_item:hover h3 {
	color: #fff;
}
.offer_item span {
	font-size: 8rem;
	font-weight: 900;
	position: absolute;
	line-height: 1;
	right: 2rem;
	top: 1rem;
	transition: all 0.5s ease;
	-webkit-text-stroke: 2px #ffa62b61;
	color: white;
	text-shadow: 5px 4px 4px #ffa62b61;
}

a .offer_item:hover span {
	-webkit-text-stroke: 2px #00000029;
	color: var(--ex_color);
	text-shadow: 5px 4px 4px #0000006e;
}
section.our_offer_sec {
	padding-bottom: 0px;
}

/* ///// Gallary Video_sec /////*/

.video_item {
	width: 100%;
	margin-top: 20px;
}
.video_item {
	width: 100%;
	height: 250px;
	border-radius: 10px;
	box-shadow: 0 5px 11px rgb(10 10 10/27%);
	overflow: hidden;
}
.video_item iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: none;
}
iframe {
	width: 100%;
	height: 226px;
	border-radius: 6px;
	box-shadow: 0 5px 11px rgb(10 10 10 / 27%);
}
.video_sec {
	padding: 50px 0px;
}

/* ///// packages_sec /////*/

.package_sec {
	padding: 50px 0px;
}

.package_sec .packages_item {
	padding: 1rem;
	border: 1px solid rgb(14 85 124 / 16%);
	overflow: hidden;
	border-radius: 1rem;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	min-height: 30rem;
	margin-bottom: 30px;
}
.pagination {
	display: table;
	margin: auto;
	padding-top: 30px;
}

.pagination a {
	color: black;
	float: left;
	padding: 11px 20px;
	text-decoration: none;
}

.pagination a.active {
	background-color: #ffa62b;
	color: white;
	border-radius: 50%;
}

.pagination a:hover:not(.active) {
	background-color: #ffa62b;
	border-radius: 50%;
	color: #fff;
}

.pagination a {
	font-size: 20px;
}

.btn-whatsapp-pulse-border {
	bottom: 20px;
	left: 20px;
}
/*.btn-whatsapp-pulse {*/
/*    background: #25d366;*/
/*    color: white;*/
/*    position: fixed;*/
/*    bottom: 20px;*/
/*    left: 94%;*/
/*    font-size: 40px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 0;*/
/*    height: 0;*/
/*    padding: 35px;*/
/*    text-decoration: none;*/
/*    border-radius: 50%;*/
/*    animation-name: pulse;*/
/*    animation-duration: 1.5s;*/
/*    animation-timing-function: ease-out;*/
/*    animation-iteration-count: infinite;*/
/*    z-index: 9999999;*/
/*}*/
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 51%;
	left: 6px;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 22px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 99999;
}
.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 22px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse-border1::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 22px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.banner_promos {
	padding: 3rem 0rem;
}
img.img-fluid.promos {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
}

/*=========================== contact us page ========================= */

.contact_us_area {
    background: #171f6a;
    padding: 4rem 3rem;
    width: 62rem;
    margin-left: auto;
    z-index: 1;
    left: 10rem;
    border-radius: 0.5rem;
    top: 50%;
    margin: auto;
}

.contact_us_item {
	margin-bottom: 3rem;
}

.contact_us_item:last-child {
	margin-bottom: 0rem;
}

.contact_us_item h5 {
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 1rem;
}

span.add_icon {
	font-size: 3.5rem;
	color: #fff;
}

.contact_us_item .add_text p,
.add_text a {
	display: inline-block;
	font-size: 2rem;
	line-height: 2.7rem;
	color: #fff;
	transition: 0.5s;
	transform: translateX(0px);
}

.contact_us_item .add_text a:hover {
	transform: translateX(15px);
}

.address {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.contact_us_item .our_team_social ul {
	display: flex;
	justify-content: flex-start;
	gap: 1.5rem;
	align-items: center;
}

.contact_us_item .our_team_social ul li a {
	width: 3.2rem;
	height: 3.2rem;
	text-align: center;
	background: #fff;
	color: #171f6a;
	line-height: 3.5rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	transition: 0.3s;
}

.contact_us_item .our_team_social ul li a:hover {
	background: #111;
	color: #fff;
}

.contact_me_area {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
	margin-left: 46rem;
	padding: 5.5rem 3.5rem 5.5rem 10rem;
}

.get_in_touch_area {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 5rem;
}

.contact_me_area_heading h5 {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 2.8rem;
	margin-bottom: 3rem;
}

input.form_control {
	width: 100%;
	padding: 0.5rem 1.5rem;
	border-radius: 1rem;
	text-transform: capitalize;
	border: 1px solid #ddd;
	position: relative;
	height: 4.5rem;
	background-color: #dfdfdf;
}

.formgroup {
	margin-bottom: 1.5rem;
}

label.custom_label {
	margin-bottom: 0.8rem;
	font-size: 15px;
}

label.custom_label span {
	color: #f22;
}

input.form_control:focus,
.formgroup textarea:focus {
	outline: none;
}

.formgroup textarea {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 1rem;
	height: 16rem;
	padding: 3rem 2rem;
	background-color: #dfdfdf;
}

.section.map_sec iframe {
	width: 100%;
	height: 50rem;
	display: block;
}

/*=========================== contact us page end ========================= */
/*======================= visa info page =======================================*/

a.visa_content {
	display: block;
	background: #fff;
	border: 2px solid transparent;
	height: 100%;
	padding: 18px 20px;
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 22%);
	transition: 0.5s;
}
a.visa_content:hover {
	background: #fff;
	border: 2px solid var(--ex_color);
}
.row.my_row {
	gap: 30px 0px;
}
.visa_cont_head {
    display: grid;
    gap: 10px;
    grid-template-columns: 25% 1fr;
}
.visa_content .visa_icon {
	width: 5rem !important;
	height: 5rem;
	border-radius: 100%;
	border: 1px solid #eeebe8;
	overflow: hidden;
}
.visa_content .visa_icon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
a.visa_content:hover .visa_name {
	color: var(--ex_color);
}
a.visa_content:hover span.visa_price {
	color: var(--ex_color);
}
.visa_name {
    color: #5f6884;
    margin-top: 0px;
    display: block;
    font-weight: 600;
    transition: 0.5s;
    font-size: 16px;
    line-height: 20px;
}
span.visa_price {
	display: block;
	text-align: right;
	font-size: 20px;
	color: #558;
	font-weight: 600;
	transition: 0.5s;
}
/*======================= visa info page =======================================*/
/*========================== flight page ===========================*/
table.table thead {
	text-align: center;
}
.table thead th {
	vertical-align: bottom;
	border: 1px solid #000;
	background: #ffa62b;
	color: #000;
}

.table td,
.table th {
	padding: 1rem;
	vertical-align: middle;
	border: 1px solid #3d3e3e;
	font-size: 18px;
	text-align: center;
	line-height: 1;
}
.new_add ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.new_add ul li a {
	font-size: 2rem;
	color: #111;
	line-height: 1;
	padding: 0rem 2rem;
}
.new_add ul li:first-child a {
	border-right: 1px solid #111;
}
.flight_time h2 {
	font-size: 4rem;
	line-height: 1;
	font-weight: 800;
}
.date_flight h3 {
	font-size: 2.2rem;
	font-weight: 600;
	color: #800e13;
}
span.datte svg {
	height: 5rem;
	width: 5rem;
}
.date_flight {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding: 1rem;
	background: #e9e9e9;
	justify-content: center;
	margin-bottom: 5rem;
	border-radius: 0.5rem;
}
span.tg_icon svg {
	height: 5rem;
	width: 5rem;
}
span.tg_icon:first-child {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.flight_time {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin: 7rem 0rem 2rem;
}
span.t_icon svg path,
span.dep_icon svg path,
span.arr_icon svg path {
	fill: #800e13;
}

span.t_icon svg,
span.dep_icon svg,
span.arr_icon svg {
	height: 4rem;
	width: 4rem;
}
.flight_area {
	display: grid;
	align-items: center;
	padding: 2rem;
	gap: 2rem;
	box-shadow: 0px 3px 15px 0 rgb(0 0 0 / 10%);
	border-radius: 1.5rem;
	transition: 0.5s;
}
.flight_area:hover {
	box-shadow: 0px 3px 15px 0 rgb(0 0 0 / 35%);
}
.flight_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.arrival_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
}
.time_box {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.ddr {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.flight_area h3 {
	color: #171f6a;
	font-size: 20px;
	font-weight: 600;
}
.book_btn {
	display: table;
	margin: auto;
}
.fare_box h3 {
	color: #800e13;
}

span.mob svg {
	height: 4.5rem;
	width: 4.5rem;
}
ul.call_us {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5rem;
	margin-top: 5rem;
	padding: 1rem;
	background: #e9e9e9;
}
ul.call_us li a h4 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	color: #111;
}
ul.call_us li a {
	display: flex;
	align-items: center;
	gap: 1rem;
	transition: 0.5s;
	position: relative;
}
ul.call_us li a::after {
	content: "";
	position: absolute;
	height: 4rem;
	width: 3px;
	background: #800e13;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
}
.new_add {
	margin-top: 5rem;
}
ul.call_us li:last-child a::after {
	display: none;
}
ul.call_us li a:hover h4 {
	color: #800e13;
}
ul.call_us li a:hover span.mob svg path {
	fill: #800e13;
}
div#main_loder {
	display: none !important;
}

/*/====================== product details page =============================== */

body.product_dtl_page .inner_banner_caption h1 {
	font-size: 5rem;
}
body.product_dtl_page .inner_banner::after {
	left: 48%;
}
.gallery2 .item img,
.gallery .item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.gallery2 .item {
	height: 50rem;
}
.gallery .item {
	height: 15rem;
	width: 100%;
}
.synch-carousels {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.synch-carousels > * {
	width: 100%;
}

.synch-carousels .right {
	order: -1;
}

.synch-carousels .left {
	overflow: hidden;
}

.synch-carousels .gallery {
	display: none;
}

.synch-carousels .slick-slide {
	outline: none;
}

.synch-carousels .slick-vertical .slick-slide {
	border: none;
}

.synch-carousels .gallery .slick-list {
	height: auto !important;
	margin: 0 -20px;
}

.synch-carousels .gallery .slick-slide {
	cursor: pointer;
}

.synch-carousels .gallery .slick-slide {
	margin: 0 20px;
}
.synch-carousels .arrow-left,
.synch-carousels .arrow-right {
	transform: translateX(-50%);
	background-color: var(--theam_color);
	border: 2px solid var(--theam_color);
	color: var(--ex_color);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 6rem;
	width: 6rem;
	border-radius: 100%;
	font-size: 3rem;
	line-height: 1;
	color: #fff;
}

.synch-carousels .nav-arrows {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	gap: 2rem;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.5s;
}
.synch-carousels .right:hover .nav-arrows {
	opacity: 1;
}
.synch-carousels .arrow-left {
	transform: translateX(-36rem);
}
.synch-carousels .arrow-right {
	transform: translateX(36rem);
}

.synch-carousels .photos-counter {
	position: absolute;
	bottom: 10px;
	right: 0;
	padding: 1rem;
	color: white;
	background: transparent;
}
.synch-carousels .photos-counter span {
	font-size: 3rem;
}

@media screen and (min-width: 480px) {
	.synch-carousels .right {
		margin-bottom: 20px;
	}

	.synch-carousels .gallery {
		display: block;
	}
	.formgroup.align_do {
    display: grid;
    grid-template-columns: 25% 10% 65%;
}
}

@media screen and (min-width: 1024px) {
	.synch-carousels .right {
		position: relative;
		width: calc(100% - 230px);
		margin-bottom: 0;
		order: 2;
	}

	.synch-carousels .left {
		width: 210px;
	}

	.synch-carousels .gallery .slick-slide {
		margin: 0 0 20px 0;
	}

	.synch-carousels .gallery .slick-list {
		margin: 0;
	}
}

.package_content_box {
	margin-top: 5rem;
}
h2.des_name {
	font-size: 3.5rem;
	margin-bottom: 2rem;
	font-weight: 700;
}
.revi_sec {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.revi_sec h4 {
	font-size: 1.8rem;
	color: #767676;
}
.main_cont_tab_area {
	margin-top: 5rem;
}
.main_tab_area_head ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5rem;
}
.main_tab_area_head ul li {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main_tab_area_head ul li:hover a {
	color: #fff;
}
.main_tab_area_head ul li a {
	font-weight: 800;
	font-size: 2rem;
	padding: 1rem 2rem;
	line-height: 1;
	color: #6e6e6e;
	text-transform: capitalize;
	box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 10%);
	width: 14rem;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	border-radius: 5px;
}
.main_tab_area_head ul li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--ex_color);
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	z-index: -1;
	border-radius: 5px;
}
.main_tab_area_head ul li:hover a::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
a.tab_link.active {
	background-color: var(--ex_color);
	color: #fff;
}
.overview_sec {
	padding: 5rem 0rem;
}
#text {
	display: none;
}
.over_l svg {
	height: 8rem;
	width: 8rem;
}
.over_top {
	display: flex;
	gap: 5rem;
	align-items: center;
}
button#toggle {
	background: transparent;
	border: none;
	font-size: 2rem;
	text-transform: capitalize;
	color: #767676;
}
span.t_i svg {
	width: 5rem;
	height: 5rem;
}
.over_desti ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.over_desti ul li .dt {
	display: flex;
	align-items: center;
	gap: 2rem;
}
.over_desti ul li {
	text-align: center;
}
.over_desti ul li h3 {
	font-size: 2rem;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 2rem;
}
.dt p {
	font-size: 2rem;
}
.over_desti {
	padding: 2rem 3rem;
	background: #e3e3e3;
	border-radius: 1rem;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	margin: 5rem 0rem;
}
.map_icon svg {
	height: 10rem;
	width: 10rem;
}
.all_days_sec {
	display: flex;
	justify-content: start;
	gap: 5rem;
}
.all_days_accrodion_item {
	width: 100%;
}
.mb-0 > a {
    display: flex;
    position: relative;
    padding: 1rem;
    font-size: 1.8rem;
    color: #666;
    font-weight: 600;
    text-transform: capitalize;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    background: #fff;
    height: 7.5rem;
}
span.count_no {
	height: 3.5rem;
	width: 3.5rem;
	border-radius: 100%;
	background: #ffa62b;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
span.arrow_tb {
	position: absolute;
	right: 3rem;
	font-size: 3rem;
	color: #444;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: 1s;
}
.mb-0 > a[aria-expanded="true"] span.arrow_tb {
	transform: rotate(180deg) translateY(50%);
}
.card-header {
	padding: 0;
}
.days_area p {
	margin-bottom: 1.5rem;
	line-height: 2.5rem;
}
.days_all_imgs {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 2rem;
}
.days_all_imgs img {
	height: 18rem;
	width: 20rem;
	object-fit: cover;
	border-radius: 0.5rem;
}

div#feedback {
	padding: 5rem 0rem;
}
.feedback_sec span.btn.new_btn {
	display: table;
	margin: auto;
}
/* review sec  */
.review_massage_sec {
	position: fixed;
	z-index: 99999;
	bottom: -100%;
	right: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	transition: all 0.5s ease-out;
	opacity: 0;
	display: none;
}
.cover {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1000;
}
.massage_box {
	position: fixed;
	z-index: 99999;
	padding: 4rem;
	left: 50%;
	top: 0;
	height: 100vh;
	transform: translateX(-50%);
	background: #fff;
	overflow-y: scroll;
}
span.closey_btn {
	font-size: 5rem;
	position: absolute;
	right: 3rem;
	top: 1rem;
	cursor: pointer;
}
.heading_box.mb_2 {
	text-align: center;
	margin-bottom: 3rem;
}
.heading_box.mb_2 h3 {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.ms_box {
	display: flex;
	gap: 1.5rem;
}
.ms_box img {
	width: 7rem;
	height: 7rem;
	object-fit: cover;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.tx h4 {
	font-size: 3rem;
	font-weight: 700;
	color: #171f6a;
}
.tx h4 b {
	font-size: 4rem;
	color: #800e13;
}
.u-text-center {
	text-align: left;
	margin-top: 1rem;
}
.c-rating-star__item {
	display: inline-block;
}
i.fa.fa-star.fa-fw.c-rating-star__icon {
	font-size: 2rem;
}
.our_team_contact_form .form-group {
	position: relative;
}
.contact_input {
	padding: 2rem;
	margin-bottom: 3rem;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	color: #000000 !important;
	font-size: 2rem;
	line-height: 1;
}
span.form_icon.mas_icon {
	top: 3rem;
}
.text_box .contact_input {
	border-color: #333 !important;
}
.our_team_contact_form span.form_icon {
	position: absolute;
	top: 50%;
	right: 6%;
	transform: translateY(-50%);
	font-size: 2rem;
	color: var(--blue) !important;
}
.text_box .contact_input::placeholder,
.text_box .our_team_contact_form span.form_icon {
	color: #333 !important;
	font-size: 1.5rem;
}
.text_box .our_team_contact_form span.form_icon {
	font-size: 1.8rem;
}
.vvwe {
	position: relative;
}
p.fss {
	position: absolute;
	bottom: -26px;
	right: 0;
}
.dropzone.svelte-6wd6l2 {
	align-items: center;
	background-color: #fafafa;
	border: 2px dashed #958f8f;
	border-radius: 2px;
	color: #bdbdbd;
	display: flex;
	flex: 1;
	flex-direction: column;
	outline: none;
	padding: 3rem 1rem;
	transition: border 0.24s ease-in-out;
	text-align: center;
	position: relative;
}
input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
span.ddd {
	color: #007ace;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 12px;
}
p.vvv {
	color: #637381;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.review_massage_sec.active {
	display: block;
	opacity: 1;
}
/* component */

.star-rating {
	/* border: solid 1px #ccc; */
	display: flex;
	flex-direction: row-reverse;
	font-size: 2em;
	justify-content: space-around;
	padding: 0 0.2em;
	text-align: center;
	width: 7em;
}

.star-rating input {
	display: none;
}

.star-rating label {
	top: 0;
	color: #ccc !important;
	cursor: pointer;
	margin: 0;
}

.star-rating :checked ~ label {
	color: var(--ex_color) !important;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
	color: #fc0 !important;
}
.text_box {
	margin-top: 2rem;
}
input:focus ~ span.form_icon,
textarea:focus ~ span.form_icon {
	width: auto;
}
/* explanation */

/* review all  */
.r_left img {
	height: 7rem;
	width: 7rem;
	object-fit: cover;
	border-radius: 100%;
}
h3.nm {
	font-size: 2.2rem;
	text-transform: capitalize;
	line-height: 1;
}
.review_area {
	display: grid;
	gap: 5rem;
}
.review_item {
	padding: 2rem 0rem;
	border-radius: 1rem;
	border: 2px solid #f2f6fd;
	box-shadow: 0px 0px 10px 0px #e1eaff;
}
.review_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #f2f6fd;
	padding: 0rem 2rem 2rem 2rem;
}
.review_md {
	border-bottom: 2px solid #f2f6fd;
	padding: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.review_bot {
	padding: 2rem 2rem 0rem 2rem;
}
.review_md h4 {
	font-size: 2rem;
	font-weight: 700;
	text-transform: capitalize;
}
.r_left {
	display: flex;
	align-items: center;
	gap: 2rem;
}
/* our_similar_product_sec */
.our_similar_product_slider .owl-item {
	padding: 1rem;
}
.our_similar_product_slider .owl-stage-outer {
	padding: 4rem 0rem;
}
div#accordion {
	display: grid;
	gap: 1rem;
}

.visa_section_text {
	list-style-type: square;
	margin: 10px 0 0;
	padding-left: 16px;
}

ul.visa_section_text li {
	list-style: disc;
	font-size: 14px;
	font-weight: 600;
}

ul.visa_section_text li {
	list-style: disc;
	font-size: 15px;
	font-weight: 600;
	padding-top: 13px;
}

ul.visa_section_text1 li {
	list-style: disc;
	font-size: 14px;
	font-weight: 600;
}

ul.visa_section_text1 li {
	list-style: disc;
	font-size: 15px;
	font-weight: 600;
	padding-top: 13px;
}

section.visa_sec .des_name {
	text-align: center;
	padding-bottom: 30px;
}

h2.visa_text.second {
	padding-top: 30px;
	padding-bottom: 0px;
}
.modal_main.change {
	padding: 0px;
	background: #19e;
}
.select-container.active .option-container {
	height: fit-content;
}
input,
textarea,
.select-container .select.second {
	padding: 13px 30px;
	border: 0;
	width: 100%;
	font-size: 18px;
	background-color: #fffdfd;
	color: black;
	border-radius: 4px;

	margin-bottom: 10px;
}
.select-container .select.second::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	cursor: pointer;
	transition: border-color 0.4s;
}

.styled-input.second label {
	color: #fdfdfd;
	padding: 1.3rem 30px 1rem 30px;
	position: absolute;
	top: -40px;
	left: -24px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	pointer-events: none;
	font-size: 1.8rem;
}

.select-container .select input.second {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px 0px;
	background: none;
	outline: none;
	border: none;
	font-size: 1.6rem;
	color: #000 !important;
	cursor: pointer;
	margin-top: -1px;
}

.input-container.second {
	width: 100%;
	max-width: 100%;
	margin: 0px auto 25px auto;
	display: grid;
	gap: 2rem;
}

.btn.custom_btn.second {
	/* color: #19e; */
	display: table;
	margin: auto;
}
.modal_main.change.second {
	padding-bottom: 1px;
	border-radius: 10px;
}

.select-container .option-container.second .option label {
	font-size: 1.6rem;
	color: #080808;
	cursor: pointer;
}

.option-container.second {
	background: #fff;
}
input,
textarea,
.select-container .select.second {
	padding: 13px 10px;
	border: 0;
	width: 100%;
	font-size: 18px;
	background-color: #fffdfd;
	color: black !important;
	border-radius: 4px;
	margin-bottom: 10px;
}
h2.des_name1 {
	font-size: 3.5rem;
	margin-bottom: 2rem;
	font-weight: 700;
	text-align: center;
	padding: 30px 0px;
}

a.top_bar_text {
	color: #fff;
}
img.img-fluid.skal {
    width: 5rem;
    margin-top: 10px;
}
.skal1 {
    width: 7rem;
}

div#masonry1 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
}
ul.pay-list img {
	width: 70%;
	height: 68px;
	object-fit: contain;
}
ul.pay-list.payment_app :nth-child(1) {
	width: 6rem;
}

/* sherch bar  */
.search_bar form {
    /* max-width: 50%; */
    /* margin: 0 auto; */
    position: relative;
    display: flex;
    gap: 2rem;
    align-items: center;
}
.search_bar {
	margin-bottom: 3rem;
}
.search_bar .input-group {
	position: relative;
}

.search_bar label {
	position: absolute;
	right: 2%;
	top: 20px !important;
	transform: translatey(-50%);
	color: rgb(157 157 157) !important;
	transition: all 0.2s ease;
}

.search_bar input {
    width: 100%;
    padding: 8px 40px 8px 12px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    outline: none;
    font-size: 16px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
    color: var(--ex_color) !important;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 1px;
    transition: all 0.2s ease !important;
    margin-bottom: 0;
}

.search_bar input:focus, select.filter.form-control:focus{
	border-color: var(--ex_color) !important;
}

.search_bar input:focus + label {
	transform: scale(1.05) translatey(-50%) !important;
	color: var(--ex_color) !important;
}

select.filter.form-control {
    color: #727272 !important;
    border: 2px solid rgba(0, 0, 0, 0.08) !important;
    outline: none !important;
    font-size: 16px !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06) !important;
    height: calc(2.25rem + 16px) !important;
}
/* sherch bar  */

/* terms & conditions  */
.tarms_content {
	display: grid;
	gap: 1rem;
}
h2.trems_text {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1rem;
}
ul.trems_list {
	display: grid;
	gap: 1rem;
}
ul.trems_list li {
	display: grid;
	grid-template-columns: 3rem 1fr;
	justify-content: center;
	align-items: center;
}
span.tl_dot {
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 100%;
	background: var(--ex_color);
}
ul.trems_list li p {
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--ex_color);
}
.tr_row {
	display: grid;
	gap: 5rem;
}
/* terms & conditions  */

/* Flights  */


.flight_box {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgb(64 64 64 / 20%) 0px 2px 4px -1px, rgb(64 64 64 / 14%) 0px 4px 5px 0px, rgb(64 64 64 / 12%) 0px 1px 10px 0px;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out 0s;
    display: grid;
    grid-template-columns: 14% 17% 17% 19% 1fr 14%;
    padding: 17px 5px;
    
}
.flight_img img {
    width: 22%;
    border-radius: 50%;
    height: 81%;
}
.flight_img {
    display: flex;
    grid-auto-columns: 1fr 1fr;
    gap: 3px;
}
.flight_img h2 {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 8px;
    font-weight: 700;
}
.flight_img {
    display: flex;
    grid-auto-columns: 1fr 1fr;
    gap: 3px;
}
.flight_place {
    display: flex;
    grid-auto-columns: 1fr 1fr;
    gap: 12px;
}

.row.my_row.second {
    gap: 15px 0px;
}


/*=====================*/
button.btn.new_btn.sh_btn {
    height: 45px;
    align-items: center;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
.nmp_cont{
	display: none;
}
input#exampleFormControlInput1 {
    font-size: 2rem;
    padding: 0px 12px;
    height: 5rem;
}
form.test_uh {
    padding: 1px 12px;
}
label {
    font-size: 2rem;

}
select#exampleFormControlSelect1 {
    font-size: 2rem;
     height: 5rem;
}
textarea#exampleFormControlTextarea1 {
    font-size: 2rem;
}
div#livesearch {
    position: absolute;
    top: 100%;
    z-index: 6;
    background: #fff;
    padding: 0px 20px;
    width: fit-content;
}
.time_box ul li {
    font-size: 1.6rem;
    text-transform: capitalize;
    color: #333;
}
h3.news_name {
    font-size: 1.8rem;
    color: #333;
    font-weight: 600;
    line-height: 2.7rem;
    padding-bottom: 0.8rem;
}
img.img-fluid.news_details_img {
    width: 100%;
    height: 70rem;
    object-fit: contain;
}
.details_date_time {
    display: grid;
    grid-template-columns: 10% 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
}
h2.date_time_text {
    font-size: 1.6rem;
    font-weight: 700;
        font-family: inherit !important;
}
h2.date_time_input {
    font-size: 1.6rem;
    font-weight: 700;
        font-family: inherit !important;
}
h3.news_details_name {
    font-size: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
span.loc_icon {
    color: #333;
}
span.loc_name {
    color: #333;
}

h3.news_name b {
    font-size: 1.8rem;
    color: #333;
    font-weight: 600;
    line-height: 2.7rem;
    padding-bottom: 0.8rem;
}

.formgroup.align_do {
    display: grid;
    grid-template-columns: 17% 8% 30%;
}
.formgroup.align_do1 {
    display: grid;
    grid-template-columns: 14% 23%;
}
i#reload {
    font-size: 23px !important;
}
input.form-control.test {
    font-size: 19px;
}
