/* banner */

.banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 550px;
	padding: 80px 0;
	background-position: center;
	display: flex;
	justify-content: center;
}
#banner-reservation {
	/* position: absolute;
	left: 50%;
	bottom: -98px;
	transform: translateX(-50%); */
	width: 100%;
	    margin-top: -54px;
}
.banner:after {
	position: absolute;
	content: "";
	background: #00000073;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-txt {
    max-width: 893px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-txt h1 {
	margin-bottom: 38px;
	color: #fff;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.51px;
    text-transform: capitalize;
}
.banner-txt .subTittle {
	color: #fff;
}
.banner-txt .subTittle:after {
	background-color: #fff;
}

span.banner-sub-txt {
	display: block;
	margin: 38px 0;
	color: #070707;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}
.mouse_wp {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 125px;
	text-align: right;
	width: 40px;
	z-index: 9;
}

.mouse {
	background: #4e5559
		linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
	width: 36px;
	height: 58px;
	border-radius: 100px;
	background-size: 100% 200%;
	animation: colorSlide 15s linear infinite, nudgeMouse 15s ease-out infinite;
}

.mouse:before,
.mouse:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.mouse:before {
	width: 32px;
	height: 54px;
	background-color: #004673;
	border-radius: 100px;
}

.mouse:after {
	background-color: #ffffff;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	animation: trackBallSlide 15s linear infinite;
}
@keyframes colorSlide {
	0% {
		background-position: 0% 100%;
	}
	20% {
		background-position: 0% 0%;
	}
	21% {
		background-color: #4e5559;
	}
	29.99% {
		background-color: #ffffff;
		background-position: 0% 0%;
	}
	30% {
		background-color: #4e5559;
		background-position: 0% 100%;
	}
	50% {
		background-position: 0% 0%;
	}
	51% {
		background-color: #4e5559;
	}
	59% {
		background-color: #ffffff;
		background-position: 0% 0%;
	}
	60% {
		background-color: #4e5559;
		background-position: 0% 100%;
	}
	80% {
		background-position: 0% 0%;
	}
	81% {
		background-color: #4e5559;
	}
	90%,
	100% {
		background-color: #ffffff;
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	6% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}
	14% {
		opacity: 0;
		transform: scale(0.4) translateY(40px);
	}
	15%,
	19% {
		opacity: 0;
		transform: scale(0.4) translateY(-20px);
	}
	28%,
	29.99% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	30% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	36% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}
	44% {
		opacity: 0;
		transform: scale(0.4) translateY(40px);
	}
	45%,
	49% {
		opacity: 0;
		transform: scale(0.4) translateY(-20px);
	}
	58%,
	59.99% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	60% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	66% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}
	74% {
		opacity: 0;
		transform: scale(0.4) translateY(40px);
	}
	75%,
	79% {
		opacity: 0;
		transform: scale(0.4) translateY(-20px);
	}
	88%,
	100% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
}
@keyframes nudgeMouse {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(8px);
	}
	30% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(8px);
	}
	60% {
		transform: translateY(0);
	}
	80% {
		transform: translateY(8px);
	}
	90% {
		transform: translateY(0);
	}
}
@keyframes nudgeText {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(2px);
	}
	30% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(2px);
	}
	60% {
		transform: translateY(0);
	}
	80% {
		transform: translateY(2px);
	}
	90% {
		transform: translateY(0);
	}
}
@keyframes colorText {
	21% {
		color: #4e5559;
	}
	30% {
		color: #ffffff;
	}
	51% {
		color: #4e5559;
	}
	60% {
		color: #ffffff;
	}
	81% {
		color: #4e5559;
	}
	90% {
		color: #ffffff;
	}
}
 .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
 .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
 .shape-1 svg .line-1,
 .shape-2 svg .line-2 {
      stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 5s 
linear infinite forwards;
}
@keyframes zoom {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000
    }
}

/* banner plane */
.plane-search {
	position: absolute;
	bottom: -4%;
	z-index: 3;
	width: 100%;
	-webkit-animation: plainfly 15s linear infinite;
	-o-animation: plainfly 15s linear infinite;
	animation: plainfly 15s linear infinite;
}
@-webkit-keyframes plainfly {
	0% {
		left: 0%;
	}
	10% {
		transform: translate(-90px, -1.5px);
	}
	15% {
		transform: translate(-90px, -1.5px);
	}
	25% {
		transform: translate(-90px, -1.5px);
	}
	40% {
		transform: translate(-90px, -1.5px);
	}
	50% {
		transform: translate(-90px, -1.5px);
	}
	60% {
		transform: translate(-90px, -50.5px);
	}
	70% {
		transform: translate(-90px, -60.5px);
	}
	75% {
		transform: translate(-90px, -70.5px);
	}
	80% {
		transform: translate(-90px, -80.5px);
	}
	85% {
		transform: translate(-90px, -90.5px);
	}
	90% {
		transform: translate(-90px, -100.5px);
	}
	95% {
		transform: translate(-90px, -110.5px);
	}
	100% {
		left: 130%;
		display: none;
		transition: display ease-in-out 0.6s;
		transform: translate(-90px, -150.5px);
	}
}

  /* Banner css */
  
  
  
  .secmain-img-wraper {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
  .secmain-img-wraper .motionpoints {
    height: 500px;
    width: 500px;
    left: 30%;
  }
}


/* ===================
 Destination css 
====================== */

.destination-area{
  position: relative;
}

.destination-item {
  margin-bottom: 25px;
  position: relative;
}

.destination-img{
  overflow: hidden;
  border-radius: 200px;
  position: relative;
}

.destination-img img {
  border-radius: 200px;
  width: 100%;
  height: 350px;
  transition: all .5s ease-in-out;
}

.destination-item:hover .destination-img img {
  transform: scale(1.1);
}

.destination-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  background: #fff;
  color: #004673 !important;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all .5s ease-in-out;
  z-index: 1;
}

.destination-item:hover .destination-btn {
  visibility: visible;
  opacity: 1;
}

.destination-info{
  position: relative;
  width: 80%;
  background: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 10px 20px;
  margin: -55px auto 0 auto;
  box-shadow: var(--box-shadow);
}

.destination-info h4 a{
  color: var(--color-dark);
  font-size: 20px;
}

.destination-info h4 a:hover{
  color: #007c04;
}

.destination-rate{
  font-size: 15px;
  margin-top: 5px;
}

.destination-rate i{
  color: #007c04;
}

.destination-rate span {
  color: var(--color-dark);
  font-weight: 400;
}


/* ===================
36. About css 
====================== */
.about-area {
	padding: 80px 0;
}
.about-left{
  position: relative;
  margin-right: 40px;
}

.about-left::before{
  content: "";
  position: absolute;
  width: 50%;
  height: 80%;
  border-radius: 200px;
  border: 10px double #004673;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about-img img{
  border-radius: 200px;
}

.about-img .img-2{
  margin-top: 90px;
}

.about-right {
  position: relative;
  display: block;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    background: #004673;
    border-radius: 50px;
    padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.theme-btn {
    font-size: 16px;
    color: #fff;
    padding: 10px 18px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 18px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #004673;
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    z-index: 1;
    margin-top: 10px;
    display: inline-block;
}

.about-experience{
  background: #004673;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  line-height: 1.2;
  border-radius: 100px;
  text-align: center;
  border: 10px solid #fff;
}

.about-experience h5{
  color: #fff;
  font-size: 40px;
  margin-top: 15px;
}

.about-experience p{
  color: #fff;
  font-weight: 600;
}

.about-content {
  margin-top: 25px;
  margin-bottom: 35px;
}

.about-item{
  display: flex;
  gap: 12px;
  border-radius: 25px;
  padding: 15px;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.about-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  border-left: 2px solid #004673;
}

.about-item .icon{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #004673;
  border-radius: 50px;
}

.about-item .icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}

.about-item .content{
  flex: 1;
}

.about-item .content h6{
  color: var(--color-dark);
  font-size: 15px;
  margin-bottom: 5px;
}
.about-item .content p{
  color: var(--color-dark);
  font-size: 13px;
  margin-bottom: 5px;
}
.about-text{
  color: var(--body-text-color);
}


@media all and (max-width: 991px) {
  .about-right {
    margin-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .about-left{
    margin-right: 0;
  }

  .about-title {
    font-size: 30px;
  }

  .about-img .img-2{
    margin-top: 60px;
    margin-left: -10px;
  }

  .about-img .img-3{
    margin-left: -30px;
  }

  .about-experience{
    right: -7px;
    bottom: -60px;
  }
}










/* suoiAXD98AWUD0-QWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQWQW */



p {
	margin: 0 0 22px 0;
}

p:last-child {
	margin-bottom: 0;
}


h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

h1,
.hone {
	color: #070707;
	font-size: 51px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.51px;
	text-transform: capitalize;
}

h2,
.htwo {
	/* color: #070707; */
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-transform: capitalize;
}

h3,
.hthree {
	color: #070707;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
}

h4 {
	color: #070707;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;

}

h5 {
	font-size: 20px;
	line-height: 1.2;
}
.heading h2 {
	font-weight: 600;
	padding: 0;
}
.section-title,
.section-title-w,
.section-title-l {
	position: relative;
	z-index: -1;
}
.section-title h4 {
	color: #fdc703 !important;
}
.section-title.mb-6.w-50.mx-auto.text-center {
	margin-bottom: 41px;
}
.section-tittle {
	margin-bottom: 40px;
}
.section-title h2 {
	color: #000;
	font-size: 38px !important;
	margin-bottom: 0;
}
.section-title h2 span {
	color: #004673;
	display: inline-block !important;
	font-size: 38px !important;
}

.section-tittle .subTittleTxt {
	color: #fff;
	font-family: "Inter";
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.center-tittle {
	text-align: center;
}

.subTittle {
	color: #798187;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 18px;
	position: relative;
}

.subTittle:after {
	position: absolute;
	content: "";
	top: 50%;
	right: -52px;
	width: 40px;
	height: 2px;
	background-color: #b6babd;
}

.white-line:after {
	background-color: #fff;
}

.cmn-btn {
	display: inline-block;
	line-height: 1;
	padding: 16px 32px;
	border-radius: 2px;
	background-color: #004673;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.cmn-btn:hover {
	background-color: #000;
	color: #fff;
}

.cmn-gap {
	padding: 50px 0;
}

.bigtextWrap {
	color: #a7a7a7;
	font-size: 90px;
	font-weight: 800;
	text-transform: uppercase;
	opacity: 0.12;
	letter-spacing: 18.9px;
	line-height: normal;
}

.stylingTxt-wrapBig {
	position: absolute;
	right: -26px;
	top: 50%;
	writing-mode: vertical-lr;
	transform: rotate(180deg) translateY(50%);
	white-space: nowrap;
}


/* back to top */
.fixed {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 8px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#scroll {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	width: 55px;
	height: 55px;
	background-color: #bdd653;
	display: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	line-height: 68px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	z-index: 9;
}

#scroll:hover {
	background: #88a725;
}

#scroll i {
	color: #fff;
	font-size: 44px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#scroll:hover i {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

/* banner form */
.main_formbox.banner-form-sec {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	padding: 0px 35px 7px 35px;
	border-radius: 4px;
	position: relative;
	background: #fff !important;
}
.main_formbox.banner-form-sec h3 {
	font-family: Rubik;
	font-weight: 500;
	color: #000;
	font-size: 14px;
}

.miain_formbox.banner-form-sec button.btn.btn-secondary.home-search-btn {
	padding: 10px 20px;
	font-family: Rubik;
	font-weight: 500;
	border-radius: 4px;
	font-size: 15px;
	margin-right: 5px;
	border: none;
	width: 100%;
	margin-top: 24px;
}

.main_formbox.banner-form-sec .form_contentbox {
	margin-top: 10px;
}

.main_formbox.banner-form-sec .form_contentbox form label {
	font-family: Rubik;
	font-weight: 500;
	font-size: 14px;
	margin: 5px 0px;
}

.main_formbox.banner-form-sec .form_contentbox form input {
	outline: none;
	width: 100%;
	height: 35px;
	border: 1px solid #00000036;
	padding-left: 10px;
}

.miain_formbox.banner-form-sec .form_contentbox form .search_btn {
	width: 100%;
	height: 45px;
	font-size: 16px;
	margin-top: 15px;
	color: #fff;
	border: 1px solid #228ee9;
	background: #228ee9;
}

.main_formbox.banner-form-sec form .postion_linkbox ul {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	margin-top: -56px;
	overflow: hidden;
	border-radius: 100px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0784313725);
}

.main_formbox.banner-form-sec form .postion_linkbox ul li {
	padding: 10px 45px 10px 15px;
	border-right: 1px solid #21212136;
}

.main_formbox.banner-form-sec form .postion_linkbox ul li a {
	font-family: Montserrat;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 600;
	color: #212121;
	display: block;
}

.main_formbox.banner-form-sec form .postion_linkbox ul li a img {
	width: 25px;
}

.main_formbox.banner-form-sec form .postion_linkbox ul li.active {
	background: var(--main_color);
}

.main_formbox.banner-form-sec form .postion_linkbox ul li.active a {
	color: #fff;
}

.main_formbox.banner-form-sec form .one_waybox {
	display: flex;
	margin: 30px 0px 0px 0px;
}

.main_formbox.banner-form-sec form .one_waybox button {
	margin: 0px 5px 16px 0px;
	padding: 6px 20px;
	border: none;
	background: transparent;
	font-family: Montserrat;
	font-weight: 500;
	font-weight: 600;
	font-size: 12px;
}

.main_formbox.banner-form-sec form .one_waybox button#active {
	background: #eaf5ff;
	color: #000;
	border-radius: 100px;
}

.main_formbox.banner-form-sec form .one_waybox button#active i {
	color: #1d91cc;
}

.main_formbox.banner-form-sec form input {
	width: 100%;
	height: 90%;
	margin: 7px 0px 10px 0px;
	padding: 4px 0px 0px 23px;
	outline: none;
	/* border: 1px solid #eee; */
	font-family: Montserrat;
	font-weight: 500;
	font-size: 13px;
	background: #fff;
}

.main_formbox.banner-form-sec form .form-control {
	color: #01032b !important;
}

.main_formbox.banner-form-sec form .form-control::placeholder {
	color: #000000 !important;
}

.main_formbox.banner-form-sec form input.traveller {
	text-align: center;
	font-family: Montserrat;
	text-transform: capitalize;
}

.main_formbox.banner-form-sec form .search_btn {
	display: flex;
	justify-content: center;
}

.main_formbox.banner-form-sec form .search_btn button {
	padding: 7px 30px;
	border: none;
	background: var(--main_color);
	position: relative;
	font-size: 20px !important;
	top: 44px;
	color: #fff;
	font-family: Montserrat;
	font-weight: 500;
	border-radius: 100px;
}

.main_formbox.banner-form-sec label.postion_label {
	position: relative;
	top: 14px;
	left: 26px;
	padding: 2px 13px;
	background: #fff;
	color: #01032b;
	font-size: 12px;
	z-index: 1;
}

.main_formbox.banner-form-sec .form-group {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	background: transparent;
	border: 1px solid #01032b26;
	height: 45px;
	border-radius: 4px;
	position: relative;
}

.main_formbox.banner-form-sec strong.active {
	background: #004673;
	color: #fff;
	border-radius: 4px;
}

.main_formbox.banner-form-sec strong {
	margin: 0px 5px 16px 0px;
	padding: 6px 25px 7px 25px;
	border: none;
	background: #f1f1f1;
	border-radius: 4px;
}

.main_formbox.banner-form-sec button.btn.btn-secondary.home-search-btn {
	padding: 10px 20px;
	font-family: Rubik;
	font-weight: 500;
	border-radius: 4px;
	font-size: 15px;
	margin-right: 5px;
	border: none;
	width: 100%;
	margin-top: 28px;
	background-color: #004673;
	color: #fff;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: inherit;
	outline: 0;
	box-shadow: inherit;
	border: 0 !important;
}

section {
	margin-bottom: 0px;
}

.main_formbox .traveler_box ul li.active {
	background: #004673 !important;
	color: #fff !important;
}
.main_formbox .traveler_box ul li:hover {
	background: #004673 !important;
}
.main_formbox button.apply_buuton {
	background: #004673 !important;
}
select#fare_class {
	padding: 0px 6px;
	font-size: 14px;
	font-weight: 400;
	font-family: inherit;
	line-height: 1.5;
	color: #495057;
	border: 1px solid #ccc;
	filter: inherit;
	width: 100%;
	min-height: 37px;
}
.travelerselectbox {
	margin-left: 0px !important;
}

.main_formbox button.apply_buuton {
	background: #004673;
}

.text-center11 {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	margin-top: 0;
}

.radio-container {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-right: 20px;
}

label.radio-inline input {
	opacity: 0;
}

/* banner */

.banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
	padding: 80px 0;
	background-position: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.banner:after {
	position: absolute;
	content: "";
	background: #00000073;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
img.banner-shape-img {
    position: absolute;
	filter: brightness(0) invert(1);;
	z-index: 0;
		-webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes float-bob-x {
0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
}
img.banner-shape-img1 {
	top: 15%;
    left: 10%;
}
img.banner-shape-img2 {
    left: 15%;
	bottom: 15%;
}
img.banner-shape-img3 {
	top: 15%;
    right: 10%;
}
.banner-txt {
	max-width: 893px;
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
}

.banner-txt h1 {
	margin-bottom: 38px;
	color: #fff;
}
.banner-txt .subTittle {
	color: #fff;
}
.banner-txt .subTittle:after {
	background-color: #fff;
}

span.banner-sub-txt {
	display: block;
	margin: 38px 0;
	color: #070707;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}
.mouse_wp {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 125px;
	text-align: right;
	width: 40px;
	z-index: 9;
}

.mouse {
	background: #4e5559
		linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
	width: 36px;
	height: 58px;
	border-radius: 100px;
	background-size: 100% 200%;
	animation: colorSlide 15s linear infinite, nudgeMouse 15s ease-out infinite;
}

.mouse:before,
.mouse:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.mouse:before {
	width: 32px;
	height: 54px;
	background-color: #004673;
	border-radius: 100px;
}

.mouse:after {
	background-color: #ffffff;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	animation: trackBallSlide 15s linear infinite;
}
@keyframes colorSlide {
	0% {
		background-position: 0% 100%;
	}
	20% {
		background-position: 0% 0%;
	}
	21% {
		background-color: #4e5559;
	}
	29.99% {
		background-color: #ffffff;
		background-position: 0% 0%;
	}
	30% {
		background-color: #4e5559;
		background-position: 0% 100%;
	}
	50% {
		background-position: 0% 0%;
	}
	51% {
		background-color: #4e5559;
	}
	59% {
		background-color: #ffffff;
		background-position: 0% 0%;
	}
	60% {
		background-color: #4e5559;
		background-position: 0% 100%;
	}
	80% {
		background-position: 0% 0%;
	}
	81% {
		background-color: #4e5559;
	}
	90%,
	100% {
		background-color: #ffffff;
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	6% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}
	14% {
		opacity: 0;
		transform: scale(0.4) translateY(40px);
	}
	15%,
	19% {
		opacity: 0;
		transform: scale(0.4) translateY(-20px);
	}
	28%,
	29.99% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	30% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	36% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}
	44% {
		opacity: 0;
		transform: scale(0.4) translateY(40px);
	}
	45%,
	49% {
		opacity: 0;
		transform: scale(0.4) translateY(-20px);
	}
	58%,
	59.99% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	60% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
	66% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}
	74% {
		opacity: 0;
		transform: scale(0.4) translateY(40px);
	}
	75%,
	79% {
		opacity: 0;
		transform: scale(0.4) translateY(-20px);
	}
	88%,
	100% {
		opacity: 1;
		transform: scale(1) translateY(-20px);
	}
}
@keyframes nudgeMouse {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(8px);
	}
	30% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(8px);
	}
	60% {
		transform: translateY(0);
	}
	80% {
		transform: translateY(8px);
	}
	90% {
		transform: translateY(0);
	}
}
@keyframes nudgeText {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(2px);
	}
	30% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(2px);
	}
	60% {
		transform: translateY(0);
	}
	80% {
		transform: translateY(2px);
	}
	90% {
		transform: translateY(0);
	}
}
@keyframes colorText {
	21% {
		color: #4e5559;
	}
	30% {
		color: #ffffff;
	}
	51% {
		color: #4e5559;
	}
	60% {
		color: #ffffff;
	}
	81% {
		color: #4e5559;
	}
	90% {
		color: #ffffff;
	}
}

/* about */
.about-us.h-about {
	padding-top: 50px;
}

.why-us .why-us-item .why-us-icon i {
	font-size: 58px;
	color: #004673;
	margin-bottom: 20px;
}
.why-us .why-us-item {
	transition: all ease-in-out 0.5s;
	overflow: hidden;
	position: relative;
	transform: translateY(0px);
}
.why-us .why-us-item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	transition: all ease-in-out 0.5s;
	background: #004673 !important;
	cursor: pointer;
	z-index: -1;
}
.why-us .why-us-item:hover::before {
	height: 100%;
	transition: all ease-in-out 0.5s;
}
.why-us .why-us-item:hover .why-us-icon i {
	color: #fff;
}
.why-us .why-us-item:hover h4 a,
.why-us .why-us-item:hover p {
	transition: all ease-in-out 0.5s;
	color: #fff;
}
.why-us .why-us-content h4 a {
	color: #000;
	font-size: 21px;
}

/* tour */
.tour-package {
	background-color: #f3f8f6;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tab-list .nav-link {
	font-size: 15px;
	font-weight: 600;
	line-height: 18.9px;
	letter-spacing: 0.03em;
	color: #081e2a;
	padding: 10px 22px;
	background-color: #e7e6e6;
	border-radius: 2px;
	margin: 0 7px;
	position: relative;
	transition: all 0.3s ease;
	min-width: 134px;
	border: 0;
	margin-bottom: 26px;
}
.tab-list .nav-link.active {
	background-color: #004673;
	color: #ffffff;
}
.tab-list .nav-link.active::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #004673;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}
.tour-listing {
	border-radius: 8px 8px 8px 8px;
	position: relative;
	overflow: hidden;
}
.tour-listing .tour-listing-image {
	position: relative;
	display: block;
}
.tour-listing .tour-listing-image img {
	width: 100%;
}
.tour-listing .tour-listing-image .badge-top {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	right: 0px;
	padding-left: 12px;
	padding-right: 16px;
	top: 12px;
}
.tour-listing .tour-listing-content {
	padding: 14px 16px 18px 16px;
	background-color: #ffffff;
	border-radius: 8px;
	margin-top: -23px;
	position: relative;
}
.tour-listing .tour-listing-content .tag-listing {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	background-color: #ffffff;
	padding: 6px 22px;
	border-radius: 4px;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: -13px;
	right: 25px;
}
.tour-listing .tour-listing-content .map {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #4f545a;
	font-family: "DM Sans", sans-serif;
}
.tour-listing .tour-listing-content .title-tour-list {
	font-size: 18px;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: inherit;
}
.tour-listing .tour-listing-content .title-tour-list a {
	color: #000;
	font-size: 17px;
}
.tour-listing .tour-listing-content .review i {
	color: #fbad17;
	font-size: 16px;
}
.tour-listing .tour-listing-content .review span {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	color: #4f545a;
	margin-left: 6px;
}
.tour-listing .tour-listing-content .icon-box {
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 12px;
	flex-wrap: wrap;
	gap: 5px;
    display: grid;
}
.tour-listing .tour-listing-content .flex-two {
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.tour-listing .tour-listing-image .badge-top .feature {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffff;
	background-color: #004673;
	padding: 4px 17px;
	border-radius: 4px;
}
.tour-listing .tour-listing-content .price-box p {
	font-size: 15px;
	font-weight: 500;
	color: #83827f;
	margin: 0;
}
.tour-listing .tour-listing-content .price-box p .price-sale {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #004673;
}
.flex-three {
	display: flex;
	align-items: center;
}
.tour-listing .tour-listing-content .icons i {
	margin-right: 5px;
}
.tour-listing .tour-listing-content .icon-bookmark {
	padding: 0px 10px;
	cursor: pointer;
}
.tour-listing .tour-listing-content .icon-bookmark i {
	font-size: 20px;
	color: #004673;
}
.tour-listing:hover .tour-listing-image img {
	transform: scale(1.1);
	transition: all 0.3s ease;
}

/* natural Setion */
.natural {
	background-image: linear-gradient(#004673, #004673c9),
		url("../images/home/bg-counter.png");
	position: relative;
}
.natural::before {
	content: "";
	position: absolute;
	top: -37px;
	left: 0;
	width: 100%;
	height: 80px;
	background-image: url("../images/home/couter-top.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.natural::after {
	content: "";
	position: absolute;
	bottom: -44px;
	left: 0;
	width: 100%;
	height: 80px;
	background-image: url("../images/new-images/couter-top.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.natural .section-title, .section-title-w, .section-title-l {
    position: relative;
    z-index: 1;
}

.natural-box {
	position: relative;
	display: block;
}

.natural-box .row {
	--bs-gutter-x: 10px;
}

.natural-box__single {
	position: relative;
	display: block;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.natural-box__img {
	position: relative;
	display: block;
	border-radius: var(--thm-border-radius);
	overflow: hidden;
	z-index: 1;
}

.natural-box__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: var(--thm-border-radius);
	background-color: rgb(54 179 196 / 52%);
	transform: scaleY(0);
	transition: transform 0.5s ease;
	transform-origin: top center;
	z-index: 1;
}
.natural-box__single:hover .natural-box__img:before {
	transform: scale(1);
	transform-origin: bottom center;
}

.natural-box__img img {
	width: 100%;
	border-radius: var(--thm-border-radius);
	transform: scale(1);
	transition: transform 0.5s ease;
}

.natural-box__single:hover .natural-box__img img {
	transform: scale(1.05);
}

.natural-box__content {
	position: absolute;
	bottom: 43px;
	left: 50px;
	z-index: 2;
}

.natural-box__sub-title {
	font-size: 20px;
	color: #fff;
	margin: 0;
	line-height: 30px;
}

.natural-box__sub-title,
.natural-box__title {
	position: relative;
	z-index: 1;
}
.natural-box__sub-title {
	font-style: italic;
}

.natural-box__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	display: block;
}

.natural-box__title > a {
	color: #fff;
	transition: all 0.5s ease;
}

.natural-box__title > a:hover {
	color: #006195;
}

.natural-box__button {
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 30px;
	transition: all 0.5s ease;
	transform: scaleX(0);
	z-index: 15;
}
.natural-box__single:hover .natural-box__button {
	transform: scaleX(1);
}

.natural-box__button > a {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #004673;
	display: inline-block;
	border-radius: var(--thm-border-radius);
	padding: 0 15px;
	transition: all 0.5s ease;
}

.natural-box__button > a:hover {
	background-color: #004673;
	color: var(--thm-primary);
}

/* psr css */

.destination-item {
	color: #ffffff;
	margin-bottom: 30px;
	background: #004673;
	border-radius: 10px;
  overflow: hidden;
	border: 1px solid hsla(0, 0%, 100%, 0.1);
}
.destination-item.style-three {
	display: flex;
}
.destination-item.style-three .image {
	flex: none;
	max-width: 48%;
}
.destination-item .image {
	margin: 10px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.destination-item.style-three .image {
	flex: none;
	max-width: 48%;
}
.destination-item .image .ratting {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	font-size: 18px;
	padding: 30px 50px 20px;
	background: var(--secondary-color);
	transform: rotate(-45deg) translate(-30px, -40px);
}
.destination-item .image .ratting i {
	color: #fff;
	font-size: 16px;
	margin: 0 5px 0 0;
}
.destination-item .image img {
	width: 100%;
	transition: 0.5s;
	height: 100%;
}
.destination-item.style-three .image {
	flex: none;
	max-width: 48%;
}
.destination-item.style-three .content {
	padding: 30px 25px 25px 12px;
}
.destination-item .content {
	padding: 18px 40px 40px;
}
.destination-item .content .location {
    display: block;
    margin-bottom: 3px;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}
.destination-item.style-three .content h5 {
	max-width: 320px;
	color: #fff;
	font-size: 16px;
}
.destination-item.style-three .content .list-style-one {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	justify-content: space-between;
}
.list-style-one li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
  font-size: 12px;
}
.destination-item.style-three .content .list-style-one li:nth-child(odd) {
	width: 100%;
}
.list-style-one li i {
	font-size: 18px;
	margin-right: 15px;
	color: #ffffff;
}
.destination-item .destination-footer {
	flex-wrap: wrap;
	padding: 20px 40px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.destination-item.style-three .content .destination-footer {
	margin-top: 20px;
	padding: 20px 0 0;
}
.destination-item .destination-footer .price {
	font-size: 14px;
	margin-bottom: 5px;
}
.destination-item .destination-footer .read-more {
	color: #fff;
	margin-bottom: 5px;
}
.read-more i {
	color: #004673;
	float: right;
	transition: 0.5s;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 0.9em;
	width: 20px;
	height: 20px;
	background: #fff;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
}

/*  */

.flight__item {
	position: relative;
	background-color: #0046731a;
	padding: 24px;
	border-radius: 6px;
	margin: 0 0 30px;
}
.flight__item__wrapper {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
	padding: 29px 25px 30px;
	transition: 0.3s ease-in-out;
}
.flight__item__wrapper::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	content: "";
	background-color: #004673;
	transition: all 500ms ease;
	visibility: hidden;
	opacity: 0;
	border-radius: 6px;
	z-index: -1;
}
.flight__item:hover .flight__item__wrapper::after {
	visibility: visible;
	opacity: 1;
	height: 100%;
}
.flight__item:hover .flight__item__icon {
	color: var(--thm-black);
}
.flight__item__text,
.flight__item__title {
	color: #000;
}
.flight__item:hover .flight__item__text,
.flight__item:hover span,
.flight__item:hover .flight__item__title {
	color: #fff;
}
.flight__item:hover .flight__item__br {
	background-color: #fdf5f3;
}
.flight__item:hover .flight__item__rm {
	background-color: #fff;
	color: var(--thm-black);
}
.flight__item:hover .flight__item__rm i {
	background-color: #004673;
	color: #fff;
}
.flight__item__icon {
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 45px;
	color: #fff;
	position: absolute;
	left: -12px;
	top: -16px;
	z-index: 1;
	transition: 0.3s ease-in-out;
}
.flight__item__icon::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #004673;
	border-radius: 4px;
	transform: rotate(45deg);
	z-index: -1;
	transition: 0.3s ease-in-out;
}
.flight__item__icon::after {
	position: absolute;
	left: -3px;
	top: 6px;
	width: calc(100% + 18px);
	height: 100%;
	content: "";
	background-color: rgba(220, 220, 220, 0.26);
	border-radius: 4px;
	transform: rotate(-45deg);
	z-index: -2;
	transition: 0.3s ease-in-out;
}
.flight__item__icon img {
	filter: brightness(0.1) invert(1);
}
.flight__item__title {
	font-size: 25px;
	line-height: 35px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 11px;
	transition: 0.3s ease-in-out;
}
.flight__item__text {
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	transition: 0.3s ease-in-out;
	margin: 0 0 19px;
}
.flight__item__br {
	width: calc(100% - 38px);
	height: 1px;
	transition: 0.3s ease-in-out;
	background-color: #004673;
	display: block;
	margin: 0 auto 30px;
}
.flight__item__rm {
	display: inline-block;
	position: relative;
	background-color: rgba(var(--thm-base-rgb), 0.1);
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--thm-font);
	text-transform: uppercase;
	color: #004673;
	padding: 2px 16px 4px;
	transition: 0.3s ease-in-out;
}
.flight__item__rm i {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	margin-left: 10px;
	line-height: 20px;
	position: relative;
	top: -2px;
	transition: 0.3s ease-in-out;
	transform: rotate(-25deg);
}
.flight__item__rm:hover i {
	transform: rotate(0deg);
}

/* call to action */
.call-to-action {
	padding: 80px 0;
	background-size: cover !important;
	background-position: center !important;
	overflow: hidden;
	z-index: 1;
	position: relative;
	background-attachment: fixed !important;
}
.call-to-action .callto__text h2 {
	color: #fff;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.call-to-action .callto__text p {
	color: #ddd2d2;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.callto__text .cmn-btn {
	line-height: 1;
	padding: 16px 32px;
	border-radius: 2px;
	background-color: #004673;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 20px auto 0 auto;
	display: table;
}

/* faq */
.accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
	border-bottom: 1px solid #004673;
}

.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 15px 20px;
	color: #7288a2;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}

.accordion button:hover,
.accordion button:focus {
	cursor: pointer;
	color: #004673;
}

.accordion button:hover::after,
.accordion button:focus::after {
	cursor: pointer;
	color: #004673;
	border: 1px solid #004673;
}

.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
	color: #000;
}
.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 18px;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}

.accordion button .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
}

.accordion button[aria-expanded="true"] span {
	color: #004673;
	font-weight: 700;
}
.accordion button[aria-expanded="true"] .icon::after {
	width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
	opacity: 1;
	max-height: 9em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content p {
	font-size: 14px;
	font-weight: 300;
	margin: 15px 20px;
}

/* testimonial */

.Customer-slider {
	padding: 50px 0;
	background-color: #004673;
}

.customer-slider-cox-content {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 9px 12px;
}
.customer-slider-content {
	padding: 46px 30px;
	background: #fff;
	border-radius: 0 15px 15px 15px;
}
.testi_span_img {
	position: absolute;
	top: 0;
	left: 0;
}
.location {
	display: flex;
	align-items: center;
}
.location span {
	margin-right: 5px;
}
.customer-slider-short {
	padding-left: 85px;
	padding-bottom: 20px;
}
.customer-slider-short h5 {
	margin-bottom: 5px;
}
.customer-slider-cox-img {
	position: absolute;
	border: 3px solid #ffffff;
	border-radius: 50%;
	overflow: hidden;
	top: 11px;
	left: 9px;
	width: 100px;
	height: 100px;
	z-index: 1;
}
.Customer-slider .slick-next:before {
	content: "→";
	background-image: url("../images/right-arrow1.png");
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 80px;
	color: inherit;
}
.Customer-slider .slick-prev:before {
	content: "→";
	background-image: url("../images/left-arrow1.png");
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 80px;
	color: inherit;
	z-index: 99999999999999;
}
.slick-prev {
	left: -25px;
	z-index: 9;
}

.Customer-slider .slick-next {
	right: -48px;
}
.Customer-slider .slick-prev {
	left: -48px;
}
.Customer-slider .slick-next:before {
	content: "\f054";
	background: #ffffff;
	color: #004673;
	padding: 5px;
	font-family: "Font Awesome\ 5 Free" !important;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
}
.Customer-slider .slick-prev:before {
	content: "\f053";
	padding: 5px;
	font-family: "Font Awesome\ 5 Free" !important;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
	opacity: inherit;
	background: #ffffff;
	color: #004673;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
}
.Customer-slider .slick-next,
.Customer-slider .slick-prev {
	width: 40px;
	height: 40px;
	background: #ffffff !important;
	border-radius: 50%;
}

/* footer */

/* footer */
footer {
	background-color: #329e9b;
}
.footer_top {
	padding: 45px 0;
	background-color: #004673;
}
.footer_top hr {
	background-color: #fff;
	color: #fff;
}
.ftr_txt p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}

.ftr_logo {
	margin-bottom: 5px;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}

.ftr_logo a {
	display: block;
}

.ftr_list_innr {
	padding-top: 10px;
}

.ftr_hdng {
	position: relative;
	padding-bottom: 15px;
}

.ftr_hdng h6 {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
}

.ftr_hdng::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 5px;
}

.ftr_list {
	padding-top: 15px;
}

.ftr_list ul {
	font-size: 0;
}

.ftr_list ul li {
	margin-bottom: 20px;
}

.ftr_list ul li:last-child {
	margin-bottom: 0;
}

.ftr_list ul li a {
	display: inline-block;
	transition: all 0.3s ease-in-out;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
}

.ftr_list ul li a:hover {
	color: #dbd9d9;
}

.ftr_list ul li p {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}
.ftr_logo a span {
	color: #fff;
	font-size: 30px;
}
.ftr_btm {
	padding: 15px 0;
	background-color: #145d5b;
}

.ftr_btm_innr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_center {
	padding-bottom: 45px;
}
.footer_center hr {
	color: #fff;
}

.copy_right p {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
.imge-link {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 15px 0;
}
.imge-link li {
	list-style: none;
	width: 16%;
	text-align: center;
}
.imge-link li a {
	list-style: none;
	width: 20%;
}
.imge-link li a span img {
	width: 36%;
	margin-bottom: 0 !important;
}
.imge-link li:nth-child(2) a span img {
	width: 70%;
}
.imge-link li:nth-child(4) a span img {
	width: 70%;
}
.imge-link li:nth-child(5) a span img {
	width: 60%;
	filter: brightness(0.1) invert(1);
}
.imge-link li:last-child a span img {
	width: 60%;
}
.footer_center p {
	text-align: center;
	color: #fff;
}
.ftr_btm_list ul {
	font-size: 0;
	display: flex;
	align-items: center;
}

.ftr_btm_list ul li {
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #fff;
}

.ftr_btm_list ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.ftr_btm_list ul li a {
	display: inline-block;
	transition: all 0.3s ease-in-out;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}

.ftr_btm_list ul li a:hover {
	color: #ff5e14;
}

.ftr_social_icon ul {
	font-size: 0;
	display: flex;
	align-items: center;
}

.ftr_social_icon ul li {
	margin-right: 8px;
}

.ftr_social_icon ul li:last-child {
	margin-right: 0;
}

.ftr_social_icon ul li a {
	font-size: 18px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.ftr_social_icon ul li a:hover {
	color: #ff5e14;
}

/* footer */

/* inner pages design */
.adavantages-sec {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 50px 0;
}

.bg-light-200 {
	background: #f8fafb !important;
}

.avatar.rounded-icon-md {
	width: 56px;
	height: 56px;
}

.avatar-list-stacked {
	padding: 0;
}

.avatar-list-stacked.avatar-group-md .avatar {
	width: 2.25rem;
	height: 2.25rem;
}

.avatar-list-stacked .avatar {
	margin-inline-end: -0.875rem !important;
	border: 1px solid rgba(0, 0, 0, 0.05);
	vertical-align: middle;
	transition: transform ease 200ms;
}

.avatar.avatar-rounded img {
	border-radius: 50%;
}

.section-right-img img {
	width: 100%;
}

.avatar img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
}

.border.border-white {
	border: 1px solid #fff !important;
	opacity: 1;
}
.text-warning {
	color: #004673 !important;
	opacity: 1;
}

.fs-12 {
	font-size: 0.75rem;
}

.fs-24 {
	font-size: 1.5rem;
}
.bg-cyan {
	background-color: #06aed4 !important;
}
.bg-cyan {
	background: #06aed4;
	color: #fff;
}
.hotel-service-card-btn-group .btn.btn-dark {
	background-color: #212e47;
	border: 1px solid #212e47;
	color: #fff;
}
.hotel-service-card-btn-group .btn.btn-primary {
	background-color: var(--button-color);
	border: 1px solid var(--button-color);
	color: #fff;
}
.hotel-service-card-btn-group .btn {
	border-radius: 40px;
	padding: 9px 16px;
	font-size: 14px;
	transition: all 0.5s;
	font-weight: 500;
}
.hotel-service-card.card {
	margin-bottom: 1.5rem;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	position: relative;
	border-radius: 10px;
	border: 1px solid #e4ebf1;
	box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
	color: inherit;
}
.hotel-service-card.card .card-body {
	padding: 1.25rem;
}
.hotel-service-card.card .card-body img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.service-card-left-content-wrap > p {
	margin-bottom: 20px;
}
.section-right-img {
	padding-left: 50px;
	position: relative;
	text-align: right;
}
.review-rate-top {
	position: absolute;
	top: 30px;
	left: 0;
}
.hotel-service-card i {
	font-size: 22px;
	color: #004673;
}

/* <!-- ==== Experts Section end ==== --> */
.col-lg-6.benefits_section {
	background-image: none;
}
.breadcrumb__section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 450px;
	position: relative;
	padding: 100px 0;
	display: flex;
	align-items: center;
}
.breadcrumb__section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 450px;
	position: relative;
	padding: 100px 0;
	display: flex;
	align-items: center;
}
.breadcrumb__section .hotelForm .form-group i {
	position: absolute;
	left: 6px;
	bottom: 12px;
	font-size: 17px;
}
.breadcrumb__section .main_formbox.banner-form-sec label.postion_label {
	left: -29px;
}
.breadcrumb__section.h-form .hotelForm .form-group i {
	position: absolute;
	left: 14px;
	bottom: 31px;
	font-size: 17px;
}
.breadcrumb__section.h-form input[type="text"],
.breadcrumb__section.h-form input[type="tel"],
.breadcrumb__section.h-form input[type="date"],
.breadcrumb__section.h-form input[type="email"],
select {
	padding: 0 16px 0 0;
}
.breadcrumb__section.f-form input[type="text"],
.breadcrumb__section.f-form input[type="tel"],
.breadcrumb__section.f-form input[type="date"],
.breadcrumb__section.f-form input[type="email"],
select {
	padding: 0 0 0 23px;
}

.breadcrumb__section::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0000008c;
	overflow: hidden;
}

.breadcrumb__section input[type="text"],
.breadcrumb__section input[type="tel"],
.breadcrumb__section input[type="date"],
.breadcrumb__section input[type="password"],
.breadcrumb__section input[type="email"],
.breadcrumb__section select {
	margin: 0;
}

.breadcrumb {
	justify-content: center;
}

.breadcrumb-item a {
	color: #fff;
}

.breadcrumb__content {
	text-align: center;
	position: relative;
	z-index: 9;
}

.breadcrumb__content .breadcrumb-title {
	color: #fff;
	font-size: 56px;
	line-height: 68px;
	margin-bottom: 0;
}

.breadcrumb__content nav {
	margin-top: 8px;
}

.breadcrumb__content .breadcrumb-item {
	color: #fff !important;
	font-family: var(--ff-work-sans);
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	text-transform: capitalize;
}

.breadcrumb__content .breadcrumb-item.active {
	color: #004673 !important;
}

.hotel_form .destination {
	width: 414px;
}

/* contact page */
section.address {
	padding: 50px;
}

.address-box i {
	font-size: 47px;
	margin-bottom: 10px;
	color: #329e9b;
}

.address-box h5 {
	margin-bottom: 10px;
	text-transform: capitalize;
}

.address-box a {
	color: #000;
}

/* .contact-form input {
  padding: 32px 15px;
} */
.contact-form .form-control.basic_btn {
	padding: 0;
	display: table;
	width: auto;
	margin: 0 auto;
}

.contact-area {
	padding-bottom: 50px;
}

.page_hdng h4 {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #329e9b;
	max-width: 500px;
	margin: 0 auto 25px auto;
}

.page_hdng h5 {
	margin: 0 auto 0px auto;
}

.contact-area .form-group {
	margin-bottom: 14px;
}

.contact-area input[type="submit"] {
	padding: 0;
}

.contact-area .form-control {
	color: #495057 !important;
	border: 1px solid #ced4da !important;
}

.contact-area input::placeholder {
	color: #495057 !important;
}

.contact-area input[type="submit"] {
	max-width: 270px;
	color: #fff !important;
	background: #004673;
	border: 0;
	height: auto;
	appearance: none;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	font-size: 17px;
	font-weight: 700;
	outline: none !important;
	transition: all 0.3s ease-in-out;
	font-family: sans-serif;
	border-radius: 30px;
}

.map-area iframe {
	width: 100%;
}
/* flight page  */

.destinations-one {
	position: relative;
	display: block;
}

.destinations-one .row {
	--bs-gutter-x: 10px;
}

.destinations-one__single {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.destinations-one__img {
	position: relative;
	display: block;
	border-radius: var(--thm-border-radius);
	overflow: hidden;
	z-index: 1;
}

.destinations-one__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: var(--thm-border-radius);
	background-color: rgb(49 48 65 / 50%);
	transform: scaleY(0);
	transition: transform 0.5s ease;
	transform-origin: top center;
	z-index: 1;
}

.destinations-one__single:hover .destinations-one__img:before {
	transform: scale(1);
	transform-origin: bottom center;
}

.destinations-one__img img {
	width: 100%;
	border-radius: var(--thm-border-radius);
	transform: scale(1);
	transition: transform 0.5s ease;
}

.destinations-one__single:hover .destinations-one__img img {
	transform: scale(1.05);
}

.destinations-one__content {
	position: absolute;
	bottom: 43px;
	left: 50px;
	z-index: 2;
}

.destinations-one__sub-title {
	font-size: 20px;
	color: #fff;
	margin: 0;
	line-height: 30px;
}

.destinations-one__sub-title,
.destinations-one__title {
	position: relative;
	z-index: 1;
}

.destinations-one__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	display: block;
}

.destinations-one__title > a {
	color: #fff;
	transition: all 0.5s ease;
}

.destinations-one__title > a:hover {
	color: #006195;
}

.destinations-one__button {
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 30px;
	transition: all 0.5s ease;
	transform: scaleX(0);
	z-index: 15;
}
.destinations-one__single:hover .destinations-one__button {
	transform: scaleX(1);
}

.destinations-one__button > a {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #006195;
	display: inline-block;
	border-radius: 10px;
	padding: 0 15px;
	transition: all 0.5s ease;
}

.destinations-one__button > a:hover {
	background-color: var(--thm-base);
	color: var(--thm-primary);
}
/*benefits_section section start*/
.benefits_section {
	padding: 60px 0px 115px 0;
	background: url("../images/travels_dealsbg.png");
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.benefits_section .text_box h5 {
	font-weight: 500;
	padding: 0px 0px 4px 0px;
	margin: 12px 0 0 0;
	font-size: 20px;
	text-transform: capitalize;
	color: #868686;
}

.benefits_section .text_box h2 {
	font-weight: 600;
	font-size: 30px;
	text-transform: capitalize;
	color: #000;
	padding: 0px 160px 0px 0px;
	margin: 0;
}

.benefits_section .text_box p {
	font-weight: 300;
	padding: 10px 160px 0px 0px;
}

.benefits_section .text_box .icon_subbox {
	margin: 80px 0px 0px 0px;
}

.benefits_section .text_box .icon_subbox .main_box {
	background: #fff;
	padding: 20px 20px 0px 20px;
	border-radius: 8px;
	position: relative;
	border-bottom: 2px solid #004673;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	height: 100%;
}

.benefits_section .text_box .icon_subbox .main_box .icon_elebox {
	position: absolute;
	top: -25px;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #004673;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
}
.benefits_section .text_box .icon_subbox .main_box .icon_elebox img {
	filter: brightness(0.1) invert(1);
}

.benefits_section .text_box .icon_subbox .main_box .icon_elebox i {
	font-size: 22px;
	color: #fff;
}

.benefits_section .text_box .icon_subbox .main_box .text_box h4 {
	padding: 40px 0px 0px 0px;
	font-size: 17px;
	font-weight: 600;
}

.benefits_section .text_box .icon_subbox .main_box .text_box p {
	font-family: Poppins;
	font-weight: 300;
	padding: 10px 0px 0px 0px;
	font-size: 14px;
}

.benefits_section .right_box {
	position: relative;
	top: 50px;
}

.benefits_section .right_box .image_box {
	width: 400px;
	height: 400px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: 120px;
}

.benefits_section .right_box .image_box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.benefits_section .right_box .small_imagebox {
	width: 250px;
	height: 250px;
	position: absolute;
	bottom: 0px;
	left: 25px;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #fff;
}

.benefits_section .right_box .small_imagebox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.benefits_section .right_box .postion_imagecon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	animation: up_down 2s infinite;
}

.benefits_section .right_box .postion_imagecon img {
	width: 200px;
}

@keyframes up_down {
	0% {
		bottom: 50px;
	}

	75% {
		bottom: 30px;
	}

	100% {
		bottom: 50px;
	}
}

/*benefits_section section end*/
.place-item {
	position: relative;
}
.place-item {
	border-radius: 10px;
	box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
	overflow: hidden;
}
.place-item .place-img {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
	height: 204px;
}

.place-item .place-img img {
	border-radius: 10px 10px 0 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.place-item:hover .place-img img {
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.place-item .place-img::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 28.82%,
		rgba(0, 0, 0, 0.5) 100%
	);
}
.place-item .place-img .fav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.place-item .place-img .fav-item .badge {
	font-size: 13px;
	border-radius: 54px;
	font-weight: 400;
	background: #004673;
}
.place-item .place-content {
	position: relative;
}
.place-item .place-content {
	padding: 20px;
	background: #fff;
}
.place-item .text-primary {
	color: #004673 !important;
	opacity: 1;
	margin: 0;
}
.place-item .cmn-btn {
	padding: 11px 11px;
}

.place-item .bg-danger {
	background-color: #004673 !important;
	border: 1px solid #004673 !important;
	color: #fff;
}
.place-item .badge.badge-warning {
	background: #004673;
	color: #fff;
}
.place-item .badge.badge-xs {
	font-size: 10px;
	padding: 0px 5px;
	line-height: 18px;
}
.fs-14 {
	font-size: 0.875rem !important;
}
.fs-16 {
	font-size: 1rem !important;
}
.hotel-card-btn {
	width: 100px;
}
.text-gray-9 {
	color: #111827 !important;
}
.fs-13 {
	font-size: 0.8125rem !important;
}
.place-item .place-item .place-img .fav-item .badge {
	font-size: 13px;
	border-radius: 54px;
	font-weight: 400;
}
.place-item .badge {
	padding: 0.25rem 0.45rem;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 4px;
}
.place-item .bg-info {
	background-color: #155eef !important;
	border: 1px solid #155eef !important;
	color: #fff;
}
.place-item .hotel-name-text a {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.place-item .hotel-name-location-text {
	color: #212529;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.place-item .facility-add {
	color: var(--primary-color);
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.place-item .facilities-text {
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.place-item .facilities-text i {
	font-size: 12px;
}
.flight-loc .loc-name {
	background: #fff;
	border: 1px solid #e4ebf1;
	border-radius: 64px;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 15px;
}
.rotate-45 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	display: inline-block;
}

.flight-loc .arrow-icon {
	background: #111827;
	color: #fff;
	border-radius: 54px;
	width: 30px;
	height: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.flight-loc .loc-name {
	background: #fff;
	border: 1px solid #e4ebf1;
	border-radius: 64px;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 15px;
}

.rotate-135 {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	display: inline-block;
}

.text-truncate {
	white-space: normal;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.text-truncate a {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.avatar.avatar-sm {
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.65rem;
}

.place-item .place-content .date-info {
	background: #f5f8fa;
	border: 1px solid #e4ebf1;
	border-radius: 10px;
}

.place-item .place-content .date-info .text-primary {
	color: #cf3425 !important;
	opacity: 1;
}

.place-item .place-content .date-info .text-default {
	color: #4e5561 !important;
}
.cta-sec-newstyle-1 {
	background-color: var(--sec-bg-1);
	padding: 0 0 50px 0px;
}
.cta-sec-newstyle-1 .customCTA {
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 20px;
	padding: 60px;
	border: 3px solid#004673;
	background-image: url("../images/new-images/tour-background.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.cta-sec-newstyle-1 .customCTA::after {
	content: "";
	display: none;
}
.content h3 {
	font-size: 30px;
}
.cta-sec-newstyle-1 a {
	background: #004673;
	padding: 20px 15px;
	border-radius: 4px;
	color: #fff;
}

/* internationnal */
.why-us .why-us-item .why-us-icon i {
	font-size: 58px;
	color: #004673;
	margin-bottom: 20px;
}
.why-us .why-us-item {
    transition: all ease-in-out 0.5s;
    overflow: hidden;
    position: relative;
    transform: translateY(0px);
    padding: 20px !important;
    height: 100%;
	z-index: -1;
}
.why-us .why-us-item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	transition: all ease-in-out 0.5s;
	background: #004673 !important;
	cursor: pointer;
	z-index: -1;
}
.why-us .why-us-item:hover::before {
	height: 100%;
	transition: all ease-in-out 0.5s;
}
.why-us .why-us-item:hover .why-us-icon i {
	color: #fff;
}
.why-us .why-us-item:hover h4 a,
.why-us .why-us-item:hover p {
	transition: all ease-in-out 0.5s;
	color: #fff;
}
.why-us .why-us-content h4 {
	margin-bottom: 10px;
}
.why-us .why-us-content h4 a {
	color: #000;
	font-size: 20px;
}
.why-us .why-us-content .why-us-icon img {
	width: 58px;
	height: 58px;
	object-fit: cover;
	margin-bottom: 15px;
}
.why-us .why-us-item:hover .why-us-icon img {
	filter: brightness(0.1) invert(1);
}

section.bg-img.text-center {
	/* background-image: url("../images/new-images/tour-5.webp"); */
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0;
	background-position: center;
	background: #c9c9c9;
}
.form-subscribe {
	max-width: 600px;
	margin: 0 auto;
}
.form-subscribe .form-control {
	background-color: hsla(0, 0%, 100%, 0.8);
	padding-left: 24px;
	padding-right: 24px;
	letter-spacing: 1px;
	border: none;
	border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
}
.form-subscribe .form-control.focus,
.form-subscribe .form-control {
	color: #000;
}
.form-subscribe .form-control.focus,
.form-subscribe .form-control::placeholder {
	color: #000;
}
.form-subscribe .form-control.focus,
.form-subscribe .form-control:focus {
	z-index: 2;
	background-color: hsla(0, 0%, 100%, 0.8);
}
.form-subscribe .btn {
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
	background: #004673;
	border-color: #004673;
	height: 59.5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.blog {
	position: relative;
}

.blog-box {
	position: relative;
}

.blog .subTittle.double-line:before {
	background-color: #b6babd;
}

.blog .subTittle.double-line:after {
	background-color: #b6babd;
}

.blog-box figure {
	width: 100%;
	height: 351px;
	overflow: hidden;
	position: relative;
}

.blog-box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.blog-box-content h3 {
	position: relative;
}

.blog-box-content h3:after {
	position: absolute;
	content: "";
	bottom: -6px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #b6babd;
}

.blog-box-content {
	left: 30px;
	right: 0;
	padding: 28px 14px 20px 20px;
	background: #fff;
	margin-top: -50px;
	z-index: 1;
	position: relative;
	border-bottom: 1px solid #004673;
	max-width: 336px;
}

.blog-box:hover .blog-box-content {
	border-color: #004673;
	transition: border 0.6s ease-in-out;
}

.blog-box figure:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.blog-box-content a {
	color: #004673;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.18px;
	text-transform: capitalize;
	line-height: normal;
	display: inline-block;
}

.blog-box-content a:hover {
	color: #000;
}

.blog-box-content a.cmn-btn {
	background: inherit;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	font-family: "Inter";
}

.blog-box-content a.cmn-btn:hover {
	color: #004673;
}

.blog-box-content a.cmn-btn:hover span img {
	fill: #004673;
}

.blog-btn {
	text-align: center;
	margin-top: 56px;
}

.blog-rw {
	margin-bottom: -30px;
}

.blog-col {
	margin-bottom: 30px;
}

.date-wrap {
	background: rgb(26 96 148);
	padding: 9px 19px;
	position: absolute;
	bottom: 50px;
	color: #fff;
	right: 0;
}
/* Hotel page */
.destinations-area {
	background: #f9f9ff;
}

.destinations-area .single-destinations {
	margin-top: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.destinations-area .single-destinations .thumb {
	overflow: hidden;
}

.destinations-area .single-destinations .thumb img {
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.destinations-area .single-destinations .details {
	background: #fff;
	padding: 20px;
}

.destinations-area .single-destinations .details h4 {
	margin-bottom: 10px;
}

.destinations-area .single-destinations .details .package-list {
	margin-top: 30px;
}

.destinations-area .single-destinations .details .package-list li {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.destinations-area .single-destinations .details .package-list li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.destinations-area .single-destinations .details .price-btn {
	background: #004673;
	color: #fff;
	font-weight: 600;
	padding: 5px 20px;
}

.destinations-area .single-destinations:hover {
	box-shadow: 0px 10px 30px 0px rgba(60, 64, 143, 0.2);
}

.destinations-area .star .checked {
	color: #004673;
}

.hotel-section {
	position: relative;
}

.hotel-txt {
	position: relative;
	z-index: 14;
	color: #fff;
	padding: 50px 0;
}

.hotel-txt h2 {
	margin-bottom: 10px;
	color: #fff;
}

.hotel-txt .cmn-btn {
	background-color: #004673;
}

/* sitemap */
.sitemap_aboutsc .main_box {
	padding: 30px 20px 20px;
	background: #f4f4f4;
	box-shadow: 0 10px 20px #0000001f;
	border-radius: 20px 0;
	margin-bottom: 40px;
}

.sitemap_aboutsc .heading_box h3 {
	font-weight: 600;
	font-size: 22px;
	color: #004673;
	font-family: Open sans;
	text-align: center;
}

.sitemap_aboutsc .heading_box .under_line {
	width: 100%;
	height: 0.2px;
	margin: 18px auto 30px;
	background: #004673;
	position: relative;
}

.sitemap_aboutsc .heading_box .under_line .under_lineicon {
	position: absolute;
	top: -29px;
	left: 49%;
	font-size: 45px;
	color: #004673;
}

.sitemap_aboutsc .link_box a {
	font-weight: 700;
	font-size: 15px;
	border-radius: 0;
	font-family: "Open Sans";
	display: block;
	margin-bottom: 10px;
	color: #000000b5;
	transition: 0.3s;
	padding: 10px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}

.sitemap_aboutsc .link_box a:hover {
	color: #000;
	transition: 0.3s;
}

.sitemap_aboutsc .link_box a .hover_links {
	opacity: 0;
	margin-left: -18px;
	transition: 0.3s;
}

.sitemap_aboutsc .link_box a:hover .hover_links {
	opacity: 1;
	margin-left: 0;
	transition: 0.3s;
}

/* cruise */
.trendingRoutes .heading {
	text-align: center;
	margin-bottom: 30px;
}

.trendingRoutes .nav-tabs {
	justify-content: center;
	margin: 10px 0 40px 0;
	border: none;
}

.trendingRoutes .nav-tabs .nav-link {
	color: var(--bs-nav-tabs-link-active-color);
	font-size: 20px;
	padding: 5px 25px;
}

.trendingRoutes .nav-tabs .nav-link.active {
	border: none;
	border-bottom: 3px solid var(--prim-color);
}

.trendingRoutes .tab-content {
	padding: 0px 25px 25px 25px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.trendingRoutes .nav-tabs .nav-link span {
	font-size: 14px;
	font-weight: 400;
}

.trendingRoutes .nav-tabs {
	justify-content: center;
	margin: 10px 0 40px 0;
	border: none;
}

.trendingRoutes .nav-tabs .nav-link {
	color: var(--bs-nav-tabs-link-active-color);
	font-size: 20px;
	padding: 5px 25px;
}

.trendingRoutes .nav-tabs .nav-link.active {
	border: none;
	border-bottom: 3px solid #004673;
}

.trendingRoutes .tab-content {
	padding: 0px 25px 25px 25px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.trendingRoutes .nav-tabs .nav-link span {
	font-size: 14px;
	font-weight: 400;
}

.trendingRoutes.alt .nav-tabs .nav-link {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.trendingRoutes.alt .content {
	padding: 20px 0;
}

.trendingRoutes.alt .content ul {
	column-count: 1;
	padding: 0;
}

.trendingRoutes.alt .content ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

.trendingRoutes.alt .content ul li p {
	margin-bottom: 0;
	font-size: 14px;
}

.trendingRoutes.alt .content ul li p:last-child {
	font-size: 16px;
	font-weight: 500;
}

.trendingRoutes.alt .content ul li label {
	font-weight: 500;
	width: 70px;
}

.tour-head {
	margin-bottom: 30px;
	text-align: center;
}

.tour-head h2 {
	margin-bottom: 6px;
	text-align: center;
}
.tour-head p {
	text-align: center;
	font-size: 14px;
}
.tour-wrap .cmn-btn {
	margin-left: 10px;
	margin-bottom: 30px;
	background-color: #004673;
	border-radius: 30px;
}

.tour-wrap .col-lg-3 {
	margin-bottom: 20px;
}

.tour-head p {
	text-align: center;
}

.tour-wrap {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

.tour-wrap .tour-entry {
	width: 25%;
	position: relative;
	height: 250px;
	z-index: 0;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 480px) {
	.tour-wrap .tour-entry {
		width: 100%;
	}
}

.tour-wrap .tour-entry .tour-img {
	height: 250px;
	display: block;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.tour-wrap .tour-entry {
		width: 50%;
	}
	.tour-wrap .tour-entry .tour-img {
		-webkit-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
		-moz-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
		-ms-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
		-o-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
		box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
	}
}

.tour-wrap .tour-entry .desc {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	padding: 15px;
}

.tour-wrap .tour-entry .desc h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.tour-wrap .tour-entry .desc .city {
	display: block;
	color: #b3b3b3;
	margin-bottom: 5px;
}

.tour-wrap .tour-entry .desc .price {
	color: #000;
	font-size: 20px;
}

.tour-wrap .tour-entry .desc .star {
	margin-bottom: 0;
	font-size: 12px;
	color: #b3b3b3;
}

.tour-wrap .tour-entry .desc .star span i {
	color: #004673;
}
.tour-wrap .tour-entry .desc {
	z-index: 2;
}

.tour-wrap .tour-entry .desc h2 {
	color: #000;
}

.tour-wrap .tour-entry .desc .city,
.tour-wrap .tour-entry .desc .star {
	color: #706e6e;
}

.tour-wrap .tour-entry .desc .price {
	color: #000;
	padding: 4px 7px;
}

.trendingRoutes.alt .content ul li .col-4:last-child {
	text-align: center !important;
}
.trendingRoutes.alt .content ul li .col-4:last-child a {
	margin-top: 5px;
}
.hotel-txt {
	padding: 50px 19px;
	font-size: 14px;
}
.intro_title {
	font-size: 16px;
}

.tour-wrap .tour-entry:hover .tour-img {
	top: 0;
}
.fixed_frombox {
	margin-top: 0px !important;
}

.f-tour {
	width: 100%;
	float: left;
}

.f-tour .f-tour-img {
	display: block;
	height: 210px;
	margin-bottom: 30px;
	position: relative;
	-webkit-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
	-ms-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
	-o-box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
	box-shadow: inset 0px -195px 142px -79px rgba(0, 0, 0, 0.49);
}

.f-tour .f-tour-img .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
}

.f-tour .f-tour-img .desc h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.f-tour .f-tour-img .desc .price small {
	color: #fff;
}

.f-tour .desc h3 {
	text-transform: uppercase;
}

.f-tour .desc h4 {
	text-transform: uppercase;
}

.f-tour .desc ul {
	margin-bottom: 30px;
}

.f-tour .desc ul li {
	list-style: none;
	margin-bottom: 10px;
}

.f-tour .desc ul li a {
	color: #999;
}

.f-tour .desc ul li a:hover {
	color: #000;
}

.wrap-division {
	padding-right: 2em;
}

@media screen and (max-width: 768px) {
	.wrap-division {
		padding-right: 0;
	}
}

.tour {
	display: block;
	margin-bottom: 4em;
}

.tour .tour-img {
	height: 300px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.tour .tour-img .price {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00bbf0;
	color: #fff;
	padding: 8px 12px;
	margin: 0;
}

.tour .tour-img .price span {
	font-size: 16px;
	font-weight: 500;
}

.tour .tour-img .price span small {
	font-size: 16px;
}

.tour .desc {
	display: block;
}

.tour .desc h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.tour .desc h2 a {
	color: #000;
}

.tour .desc .city {
	display: block;
	color: #b3b3b3;
	margin-bottom: 5px;
}

.tour .desc .star {
	margin-bottom: 15px;
	font-size: 12px;
	color: #b3b3b3;
}

.tour .desc .star span i {
	color: #004673;
}

/* top airline */

.service {
	padding-bottom: 117px;
}

.service .page-heading {
	margin-bottom: 25px;
}

.service p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 9px auto 0 auto;
	font-weight: 400;
	color: #000000;
}

.service .col-lg-4.col-md-4 {
	margin-bottom: 20px;
}

.service-box {
	cursor: pointer;
}
.service-box figure {
	height: 65px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.service-box figure img {
	width: 33%;
}

.service-txt-box {
	margin-top: 9px;
	position: relative;
	padding-bottom: 15px;
}
.service-txt-box h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.service-txt-box h6 {
	font-size: 16px;
	font-weight: 400;
	color: #565656;
	line-height: 15px;
	text-transform: capitalize;
}

.service-txt-left {
	margin-bottom: 14px;
	max-width: 249px;
}
.service-box:hover .service-txt-box h3,
.service-box:hover .service-txt-box h6 {
	color: #000000;
}
.service-box:hover .service-txt-box a {
	color: #004673;
	border: 1px solid #004673;
}

.service-box:hover .service-txt-box::after {
	width: 100%;
}

.service-txt-box::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: 0;
	background-color: #eaeaea;
}

.service-txt-box::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 0;
	bottom: 0;
	background-color: #004673;
	transition: width 1s;
}

.service-txt-right a {
	display: inline-block;
	text-align: center;
	color: #000000;
	border: 1px solid #000000;
	padding: 5px 10px;
	border-radius: 5px;
}
.service-btn {
	margin: 58px auto 0 auto;
	display: table;
}
.service .cmn-btn {
	margin: 0 auto;
	display: table;
}

/* inter fight */

.trendingRoutes .nav-tabs {
	justify-content: start;
	margin: 10px 0 40px 0;
	border: none;
}

.airlineDeals__list {
	display: inline-block;
	background: #ffffff;
	border-radius: 8px;
	padding: 15px 0;
	color: #585858;
	cursor: pointer;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.airlineDeals__list .ond {
	min-width: 50%;
	position: relative;
}

.trendingRoutes.inter-fight .tab-content {
	padding: 0px 25px 0px 25px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.airlineDeals__list .ond.origin::after {
	content: "";
	position: absolute;
	left: 26%;
	top: 11px;
	width: 69%;
	height: 1px;
	border-bottom: 1px solid #ffffff;
}

.airlineDeals__travel-details i {
	font-size: 44px;
	margin-right: 18px;
}

.airlineDeals__list .ond strong {
	font-size: 1.125rem !important;
	line-height: 1rem;
}

.airlineDeals__list .ond span {
	font-size: 0.875rem;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.airlineDeals__list .airlineDeals__date {
	border-bottom: 1px solid #d8d9df;
	padding: 0 10px 5px 15px;
}

.airlineDeals__list figure {
	margin: 3px 10px 0 0;
}

.airlineDeals__list img {
	border: 1px solid #d8d9df;
	border-radius: 4px;
	opacity: 0;
	animation: fadeOpacity 0.2s forwards;
	animation-delay: 1s;
}

.airlineDeals__list .airlineDeals__travel-details {
	padding: 10px 15px 10px 15px;
}

.airlineDeals__list .airlineDeal__totalfare {
	font-size: 1.25rem;
}

.airlineDeals__list .text-right.px-3 {
	text-align: right;
}

/* whatsapp */
.btn-whatsapp-pulse {
	background: #004673;
	color: #fff;
	position: fixed;
	bottom: 30px;
	left: 22px;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 26px;
	text-decoration: none;
	z-index: 14;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.btn-whatsapp-pulse:hover i {
	color: #fff;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(250 158 27 / 0.5);
	}

	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.why-choose {
	padding: 60px 0;
	background: #ededed;
	margin-bottom: 60px;
}

.why-choose-sectionTitle.-md.text-center {
	margin-bottom: 36px;
}
h2.why-choose-sectionTitle__title {
	margin-bottom: 3px;
}

.why-choose-featureIcon {
	margin: 10px 0 0 0;
}

.why-choose-featureIcon img {
	margin: 0px 0 30px 0;
}

.why-choose-text-18.fw-500 {
	font-size: 22px;
	font-weight: 600;
	color: #070707;
	font-style: normal;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 7px;
}

/* banner form */
.main_formbox.banner-form-sec {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	padding: 2px 35px 50px 35px;
	border-radius: 4px;
	position: relative;
	background: #fff !important;
}

.main_formbox.banner-form-sec h3 {
	font-family: Rubik;
	font-weight: 500;
	color: #000;
	font-size: 14px;
}

.miain_formbox.banner-form-sec button.btn.btn-secondary.home-search-btn {
	padding: 10px 20px;
	font-family: Rubik;
	font-weight: 500;
	border-radius: 4px;
	font-size: 15px;
	margin-right: 5px;
	border: none;
	width: 100%;
	margin-top: 24px;
}

.main_formbox.banner-form-sec .form_contentbox {
	margin-top: 10px;
}

.main_formbox.banner-form-sec .form_contentbox form label {
	font-family: Rubik;
	font-weight: 500;
	font-size: 14px;
	margin: 5px 0px;
}

.main_formbox.banner-form-sec .form_contentbox form input {
	outline: none;
	width: 100%;
	height: 35px;
	border: 1px solid #00000036;
	padding-left: 10px;
}

.miain_formbox.banner-form-sec .form_contentbox form .search_btn {
	width: 100%;
	height: 45px;
	font-size: 16px;
	margin-top: 15px;
	color: #fff;
	border: 1px solid #228ee9;
	background: #228ee9;
}

.main_formbox.banner-form-sec form .postion_linkbox ul {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	margin-top: -56px;
	overflow: hidden;
	border-radius: 100px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0784313725);
}

.main_formbox.banner-form-sec form .postion_linkbox ul li {
	padding: 10px 45px 10px 15px;
	border-right: 1px solid #21212136;
}

.main_formbox.banner-form-sec form .postion_linkbox ul li a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 600;
	color: #212121;
	display: block;
}

.main_formbox.banner-form-sec form .postion_linkbox ul li a img {
	width: 25px;
}

.main_formbox.banner-form-sec form .postion_linkbox ul li.active {
	background: var(--main_color);
}

.main_formbox.banner-form-sec form .postion_linkbox ul li.active a {
	color: #fff;
}

.main_formbox.banner-form-sec form .one_waybox {
	display: flex;
	margin: 30px 0px 0px 0px;
}

.main_formbox.banner-form-sec form .one_waybox button {
	margin: 0px 5px 16px 0px;
	padding: 6px 20px;
	border: none;
	background: transparent;
	font-weight: 500;
	font-weight: 600;
	font-size: 12px;
}

.main_formbox.banner-form-sec form .one_waybox button#active {
	background: #eaf5ff;
	color: #000;
	border-radius: 100px;
}

.main_formbox.banner-form-sec form .one_waybox button#active i {
	color: #1d91cc;
}

.main_formbox.banner-form-sec form input {
	width: 100%;
	height: 90%;
	margin: 7px 0px 10px 0px;
	padding: 4px 0px 0px 23px;
	outline: none;
	/* border: 1px solid #eee; */
	font-weight: 500;
	font-size: 13px;
	background: #fff;
}

.main_formbox.banner-form-sec form .form-control {
	color: #01032b !important;
}

.main_formbox.banner-form-sec form .form-control::placeholder {
	color: #000000 !important;
}

.main_formbox.banner-form-sec form input.traveller {
	text-align: center;
	text-transform: capitalize;
}

.main_formbox.banner-form-sec form .search_btn {
	display: flex;
	justify-content: center;
}

.main_formbox.banner-form-sec form .search_btn button {
	padding: 7px 30px;
	border: none;
	background: var(--main_color);
	position: relative;
	font-size: 20px !important;
	top: 44px;
	color: #fff;
	font-weight: 500;
	border-radius: 100px;
}

.main_formbox.banner-form-sec label.postion_label {
	position: relative;
	top: 14px;
	left: 26px;
	padding: 2px 13px;
	background: #fff;
	color: #01032b;
	font-size: 12px;
	z-index: 1;
}

.main_formbox.banner-form-sec .form-group {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	background: transparent;
	border: 1px solid #01032b26;
	height: 45px;
	border-radius: 4px;
	position: relative;
}

.main_formbox.banner-form-sec strong.active {
	background: #004673;
	color: #fff;
	border-radius: 4px;
}

.main_formbox.banner-form-sec strong {
	margin: 0px 5px 16px 0px;
	padding: 6px 25px 7px 25px;
	border: none;
	background: #f1f1f1;
	border-radius: 4px;
}

.main_formbox.banner-form-sec button.btn.btn-secondary.home-search-btn {
	padding: 10px 20px;
	font-family: Rubik;
	font-weight: 500;
	border-radius: 4px;
	font-size: 15px;
	margin-right: 5px;
	border: none;
	width: 100%;
	margin-top: 28px;
	background-color: #004673;
	color: #fff;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: inherit;
	outline: 0;
	box-shadow: inherit;
	border: 0 !important;
}

section {
	margin-bottom: 0px;
}

.main_formbox .traveler_box ul li.active {
	background: #004673;
	color: #fff;
}

.main_formbox button.apply_buuton {
	background: #004673;
}

/* HotelSearch Form */
.hotelForm {
	padding: 41px 30px 50px 30px;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.hotelForm .form-group {
	padding-bottom: 10px;
	position: relative;
}

.hotelForm .form-group .hotel_inputbox {
	border: 1px solid #092c4c29 !important;
	margin-top: 5px;
	padding-left: 40px;
}

.hotelForm .form-group .hotel_inputbox input {
	color: #000 !important;
}

.hotelForm .form-group .hotel_inputbox input::placeholder {
	color: #000 !important;
}

.hotelForm .form-group i {
	position: absolute;
	left: 13px;
	bottom: 30px;
	color: #329e9b;
	font-size: 20px;
}

.level-home-form {
	transition: all 0.3s;
	line-height: 18px;
	color: #36382e;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	display: block;
}

.hotelForm .search-hotel-btn {
	padding: 14px 60px;
	font-weight: 500;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 5px;
	border: none;
	position: absolute;
	left: 50%;
	bottom: -23px;
	transform: translateX(-50%);
	background-color: #004673;
	max-width: 290px;
}
.cruise-sec .form_box {
	position: relative;
	z-index: 14;
}
.cruise-sec .col-lg-8 {
	align-items: center;
	display: flex;
}
.cruise-sec .form_box .btn-yellow {
	background-color: #004673;
}
.cruise-sec .form_box {
	border-bottom: 3px solid #004673;
}

.cruise-sec .form_box .form-control:focus {
	background-color: inherit;
}
#ui-id-1 .ui-menu-item {
	font-size: 13px;
	line-height: normal;
	border-bottom: 1px dotted #000;
	padding: 7px 5px;
}
#ui-id-1 .ui-menu-item:hover {
	background-color: #004673 !important;
}
#ui-id-1 .ui-menu-item .item_container.ui-menu-item-wrapper.ui-state-active {
	background-color: #004673 !important;
	border: 0;
}

#ui-id-2 .ui-menu-item {
	font-size: 13px;
	line-height: normal;
	border-bottom: 1px dotted #000;
	padding: 7px 5px;
}
#ui-id-2 .ui-menu-item:hover {
	background-color: #004673 !important;
}
#ui-id-2 .ui-menu-item .item_container.ui-menu-item-wrapper.ui-state-active {
	background-color: #004673 !important;
	border: 0;
}
.main_formbox .Passenger_Economybox i {
	margin-right: 8px;
	display: contents;
}

/* search flight lookup page  */
.SearchListFormWrapper.search-pi-sec {
	background-color: #004673 !important;
	padding: 15px 0;
}
.recom_wrap {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	background: linear-gradient(0deg, #004673 0%, #004673 100%);
}

/*  */

.testimonial-carousel {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
	scroll-behavior: smooth;
	flex-wrap: nowrap; /* Default: No wrapping for larger screens */
}

.testimonial-card {
	min-width: 300px;
	margin: 0 10px;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	text-align: center;
}

.testimonial-card:hover {
	transform: scale(1.05);
}

.client-image {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #004673;
}

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

.testimonial-text {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 15px;
}

h3 {
	font-size: 1.3em;
	margin: 10px 0 5px 0;
	color: #333;
}

.client-role {
	font-size: 0.9em;
	color: gray;
}
.slide {
	height: 100%;
	background-color: #ccc;
	padding: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.testimonial-carousel {
		flex-wrap: wrap;
		justify-content: center;
	}

	.testimonial-card {
		flex: 1 1 90%;
		margin: 10px 0;
	}
}

@media (max-width: 480px) {
	.testimonial-card {
		flex: 1 1 100%;
	}
}

/*  */
.flight-country {
	border: 1px solid #004673;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
}

.flight-list-item ul {
	list-style: none;
	display: flex;
	margin: 0 0 20px 0;
	padding: 0;
}

.flight-list-item ul li {
	margin: 0 20px;
}

.flight-list-item ul li:first-child {
	margin-left: 0;
}
.flight-list-item ul li a {
	color: #000;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 600;
}

.flight-country figure {
	width: 100%;
	height: 100%;
}
.flight-country figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flight-country-list {
	padding: 20px;
}
.flight-country-list ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.flight-country-list ul li {
	width: 32%;
	border: 1px solid #004673;
	padding: 15px 14px;
	border-radius: 4px;
	margin: 7px 4px;
}
.flight-country-list ul li a {
	display: flex;
	justify-content: space-between;
	color: #525050;
}
.flight-country-list ul li a .price-label-price {
	font-size: 18px;
}
.flight-country .price-on-image {
	position: absolute;
	top: 10px;
	padding: 10px;
	left: 0;
	border-left: 5px solid rgb(50 158 155);
	color: rgb(50 158 155);
	background-color: rgb(255 255 255);
}
.price-on-image .from {
	display: block;
	margin-bottom: -10px;
}
.price-label-currency {
	font-size: 14px;
}
.price-label-price {
	font-size: 27px;
	font-weight: 700;
}
.price-label-currency {
	font-size: 22px;
	font-weight: 700;
}
.price-label-asterisk {
	font-size: 22px;
}
.testimonial-carousel .slick-next {
	right: -48px;
}
.testimonial-carousel .slick-prev {
	left: -48px;
}
.testimonial-carousel .slick-next:before {
	content: "\f054";
	background: #004673;
	padding: 5px;
	font-family: "Font Awesome\ 5 Free" !important;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
}
.testimonial-carousel .slick-prev:before {
	content: "\f053";
	background: #004673;
	padding: 5px;
	font-family: "Font Awesome\ 5 Free" !important;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
	opacity: inherit;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
}
.testimonial-carousel .slick-next,
.testimonial-carousel .slick-prev {
	width: 40px;
	height: 40px;
	background: #004673 !important;
	border-radius: 50%;
	border: 3px solid #fff;
}

/* about */
.about h6 {
	text-transform: uppercase;
	color: #878787;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}

.about h2 {
	font-size: 51px;
	text-transform: capitalize;
	margin-bottom: 0;
	display: block;
	line-height: 1.2;
	margin-bottom: 23px;
}

.about h5 {
	line-height: 1.8;
	color: #636a76;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	max-width: 586px;
}

.about p {
	margin-bottom: 30px;
}

.about-us-thumbnail .col-6 {
	padding: 0;
}

.about-us-thumbnail .single-thumb {
	position: relative;
	z-index: 1;
	margin: 5px;
	display: block;
	overflow: hidden;
	border-radius: 6px;
}

.cruise-p-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin-bottom: 10px;
}
.cruise-p-img p {
	margin: 0;
}

/* flight */
.flight-price-box {
	position: relative;
	overflow: hidden;
}
.flight-price-box figure {
	width: 100%;
	height: 100%;
}
.flight-price-box figure img {
	width: 100%;
	height: 100%;
}
.flight-price-sec {
	position: absolute;
	bottom: 0;
	background: #004673;
	width: 100%;
	padding: 10px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flight-country-list-two {
	padding: 20px;
}
.flight-country-list-two ul {
	display: flex;
	flex-wrap: wrap;
}
.flight-country-list-two ul li {
	width: 24%;
	border: 1px solid #004673;
	padding: 5px 5px;
	border-radius: 4px;
	margin: 7px 4px;
	list-style: none;
}
.price-label-price {
	font-size: 17px;
	font-weight: 700;
}

/* flight offer */
.flight_offer {
	padding: 30px 0px;
	z-index: 0;
	position: relative;
}

.flight_offer .heading_box h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 23px;
	text-transform: capitalize;
	margin: 0px 0px 10px 0px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.flight_offer .heading_box p {
	padding: 0px 200px;
	text-align: center;
	margin: 0px 0px 30px 0px;
}

.flight_offer .main_wraper {
	border-radius: 10px;
	position: relative;
	border-bottom: 2px solid #004673;
	display: flex;
	overflow: hidden;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.flight_offer .main_wraper .image_wraper {
	width: 50%;
}

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

.flight_offer .main_wraper .text_wraper {
	width: 100%;
	background: #fff;
	padding: 20px 15px;
	box-shadow: rgb(50 50 93 / 0%) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.flight_offer .main_wraper .text_wraper h5 {
	color: #212121;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	font-weight: 700;
}

/* most popular city */
.Most_populer_city {
	padding: 30px 0px;
}

.Most_populer_city .heading_box h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-transform: capitalize;
	margin: 0px 0px 30px 0px;
	position: relative;
	z-index: 1;
}

.Most_populer_city .nav-tabs {
	border-bottom: none !important;
	margin: 0px 0px 20px 0px;
}

.Most_populer_city .nav-tabs .nav-link.active {
	border: none !important;
	background: linear-gradient(306deg, rgb(90 77 255) 0%, rgb(0 220 255) 100%);
	color: #fff;
	border-radius: 4px !important;
}

.Most_populer_city .nav-tabs .nav-link {
	margin: 0px 20px 0px 0px !important;
	border: 1px solid #2121212e;
	color: #212121;
	border-radius: 4px !important;
}

.Most_populer_city .fullheight_imagewraper {
	height: 525px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.Most_populer_city .fullheight_imagewraper::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, black, transparent);
}

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

.Most_populer_city .fullheight_imagewraper .text_wraper {
	position: absolute;
	bottom: 15px;
	left: 5%;
	z-index: 1;
	width: 90%;
	text-align: center;
	color: #fff;
}

.Most_populer_city .fullheight_imagewraper .text_wraper h3 {
	color: #fff;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}

.Most_populer_city .fullheight_imagewraper .text_wraper a {
	padding: 10px;
	background: #fff;
	font-weight: 500;
	color: #000;
	text-align: center;
	display: block;
	text-decoration: none;
}

.Most_populer_city .halfimgage_box {
	height: 250px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	margin: 0px 0px 22px 0px;
}

.Most_populer_city .halfimgage_box::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, black, transparent);
}

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

.Most_populer_city .halfimgage_box .text_wraper {
	position: absolute;
	bottom: 10px;
	z-index: 1;
	width: 100%;
	text-align: center;
	color: #fff;
}

.Most_populer_city .halfimgage_box .text_wraper h5 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.Most_populer_city .fullwidth_imagesbox {
	height: 250px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	margin: 0px 0px 22px 0px;
}

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

.Most_populer_city .fullwidth_imagesbox::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, black, transparent);
}

.Most_populer_city .fullwidth_imagesbox .text_wraper {
	position: absolute;
	bottom: 10px;
	z-index: 1;
	width: 100%;
	text-align: center;
	color: #fff;
}

.Most_populer_city .fullwidth_imagesbox .text_wraper h5 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

/* banner plane */
.plane-search {
	position: absolute;
	bottom: -3%;
	z-index: 1;
	width: 100%;
	-webkit-animation: plainfly 15s linear infinite;
	-o-animation: plainfly 15s linear infinite;
	animation: plainfly 15s linear infinite;
}
@-webkit-keyframes plainfly {
	0% {
		left: 0%;
	}
	10% {
		transform: translate(-90px, -1.5px);
	}
	15% {
		transform: translate(-90px, -1.5px);
	}
	25% {
		transform: translate(-90px, -1.5px);
	}
	40% {
		transform: translate(-90px, -1.5px);
	}
	50% {
		transform: translate(-90px, -1.5px);
	}
	60% {
		transform: translate(-90px, -50.5px);
	}
	70% {
		transform: translate(-90px, -60.5px);
	}
	75% {
		transform: translate(-90px, -70.5px);
	}
	80% {
		transform: translate(-90px, -80.5px);
	}
	85% {
		transform: translate(-90px, -90.5px);
	}
	90% {
		transform: translate(-90px, -100.5px);
	}
	95% {
		transform: translate(-90px, -110.5px);
	}
	100% {
		left: 130%;
		display: none;
		transition: display ease-in-out 0.6s;
		transform: translate(-90px, -150.5px);
	}
}

/* service */
/*services_section section start*/
.services_section {
	padding: 30px 0px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.services_section .heading_box {
	position: relative;
}

.services_section .heading_box::after {
	content: "";
	position: absolute;
	bottom: -43px;
	left: 0px;
	background: url(../images/bottom-bar.png);
	width: 430px;
	height: 57px;
}

.services_section .heading_box::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 400px;
	background: url(../images/three-line-shape.png);
	width: 50px;
	height: 57px;
}

.services_section .heading_box h5 {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 0;
}

.services_section .heading_box h2 {
	font-weight: 800;
	font-size: 25px;
	text-transform: capitalize;
	padding: 4px 0px 0px 0px;
}

.services_section .main_box {
	border: 1px solid #eee;
	padding: 20px 20px 0px;
	margin: 25px 0px 0px 0px;
	position: relative;
	background: #fff;
	box-shadow: 1px 5px 8px rgb(0 0 0 / 8%);
	height: 100%;
}

.services_section .main_box .icon_box {
	width: 45px;
	height: 45px;
	color: var(--main_color);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eee;
}

.services_section .main_box .icon_box i {
	font-size: 25px;
}

.services_section .main_box .text_element {
	margin: 10px 0px 0px 0px;
}

.services_section .main_box .text_element h3 {
	font-weight: 500;
	font-size: 18px;
	color: #000;
}

.services_section .main_box .text_element p {
	font-family: var(--paragraph);
	font-weight: 500;
	font-size: 13px;
	padding: 5px 0px 0px 0px;
	color: #212121;
}

.services_section .main_box .text_element .button_con {
	display: flex;
	justify-content: right;
}

.services_section .main_box .text_element .button_con a {
	padding: 5px 10px;
	font-size: 15px;
	color: #004673;
	position: absolute;
	right: 4px;
	bottom: 4px;
}

.services_section .heading_box::before {
	left: 320px;
}

.services_path {
	position: relative;
	z-index: 2;
	top: 2px;
	margin-top: -30px;
}

/*  */
#passenger_frm input[type="text"],
#passenger_frm input[type="tel"],
#passenger_frm input[type="date"],
#passenger_frm input[type="password"],
#passenger_frm input[type="email"],
#passenger_frm select {
	color: #000 !important;
	border: 1px solid rgb(206 212 218) !important;
	height: 34px;
	border-radius: 5px;
	background-color: inherit;
}
.rev-page .home-banner-form.bg-transparent input[type="text"],
.rev-page .home-banner-form.bg-transparent input[type="tel"],
.rev-page .home-banner-form.bg-transparent input[type="date"],
.rev-page .home-banner-form.bg-transparent input[type="password"],
.rev-page .home-banner-form.bg-transparent input[type="email"],
.rev-page .home-banner-form.bg-transparent select {
	color: #fff;
	background-color: inherit;
}
.rev-page select#fare_class {
	font-size: 14px;
	color: #fff;
}
.rev-page .home-banner-form.bg-transparent input[type="text"],
.rev-page .home-banner-form.bg-transparent input[type="tel"],
.rev-page .home-banner-form.bg-transparent input[type="date"],
.rev-page .home-banner-form.bg-transparent input[type="password"],
.rev-page .home-banner-form.bg-transparent input[type="email"],
.rev-page .home-banner-form.bg-transparent input[type="date"],
.rev-page .home-banner-form.bg-transparent select {
	color: #fff;
	background-color: inherit;
	height: 42px;
	border-radius: 5px;
	font-size: 14px;
}
.rev-page div#travel-search-content2 {
	padding: 10px;
}
.home-search-btn {
	padding: 10px 20px;
	font-weight: 500;
	border-radius: 4px;
	font-size: 15px;
	margin-right: 5px;
	border: none;
	width: 100%;
	margin-top: 0px;
	background-color: #004673;
	color: #fff;
}
.travetting-title h2 {
	background-color: #004673;
}
section.single-page-flight.position-relative {
	padding-top: 1%;
}
.add_buttonbox a {
	margin-top: 15px;
	color: #004673;
	display: inline-block;
}
.footer_outer a {
	color: #fff;
}

/* testimonial section */
.testimonial-area {
  position: relative;
}

.testimonial-area.ts-bg{
  position: relative;
  background-image: url(../img/testimonial/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.testimonial-area.ts-bg::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 44, 122, .65);
  z-index: -1;
}

.testimonial-area .shadow-text{
  position: absolute;
  left: 50%;
  bottom: -10px;
  font-size: 250px;
  line-height: 250px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--heading-font);
  letter-spacing: 40px;
  transform: translateX(-50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
  opacity: .3;
}

.testimonial-single {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 200px;
  padding: 20px 40px 20px 20px;
  position: relative;
  z-index: 1;
}

.testimonial-single .count{
  position: absolute;
  right: 100px;
  bottom: 10px;
  font-size: 120px;
  line-height: 120px;
  font-weight: 800;
  color: #004673;
  font-family: var(--heading-font);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #004673;
  opacity: .1;
  z-index: -1;
}

.testimonial-quote p {
  color: var(--color-dark);
}

.testimonial-author-img {
  position: relative;
  width: 220px;
  height: 220px;
  padding: 15px;
}

.testimonial-author-img::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 4px solid #004673;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 200px;
  transition: all ease-in-out 0.6s;
}

.testimonial-single:hover .testimonial-author-img::before{
  transform: rotate(45deg);
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
    font-size: 22px;
    color: var(--color-dark);
    margin-bottom: 6px;
}

.testimonial-author-info p {
  color: #004673;
  font-weight: 500;
}

.testimonial-quote-icon {
  position: absolute;
  right: 80px;
  top: 5px;
  width: 80px;
}

.testimonial-rate {
  color: #004673;
  margin-top: 10px;
}

.testimonial-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.testimonial-slider.owl-theme .owl-nav button{
  color: #004673;
  font-size: 25px;
  margin: 0;
  margin-top: -10px;
  padding: 0;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}

.testimonial-slider.owl-theme .owl-nav button:hover{
  background: #004673;
  color: #fff;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.testimonial-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.testimonial-area .owl-dots {
  text-align: center;
}

.testimonial-area .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid #004673;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.testimonial-area .owl-dots .owl-dot.active span {
  background: #004673;
}

@media all and (max-width: 991px) {
  .testimonial-single{
    flex-direction: column;
    text-align: center;
  }

  .testimonial-area .shadow-text{
    font-size: 130px;
    line-height: 130px;
  }

  .testimonial-quote-icon{
    right: 40px;
  }
}

@media all and (max-width: 767px) {
  .testimonial-slider.owl-theme .owl-nav {
    display: none;
  }

  .testimonial-area .shadow-text{
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 15px;
  }
}



/* ========== responsive css =========== */

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1420px;
	}
	.navbar-nav .clickD.toggled {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sub-menu > li.menu-item-has-children .clickD {
		top: 8px;
		right: 5px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.sub-menu > li.menu-item-has-children .clickD.toggled {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@media (min-width: 1025px) {
	/* navbar*/
	.navbar-nav li.menu-item-has-children:hover > .sub-menu {
		display: block;
	}
}

@media (max-width: 1199px) {
	.menu-item-has-children > a {
		padding-right: 0;
	}

	.navbar-nav > .menu-item-has-children > a::before {
		display: none;
	}

	.navbar-nav > li {
		margin: 0px 9px;
	}
}

@media (max-width: 1024px) {
	/* navbar*/
	.navbar-nav .clickD {
		position: absolute;
		right: 0;
		top: 17px;
		width: 20px;
		height: 20px;
		background: url("../images/new-images/down.png") center center no-repeat;
		display: block;
		background-size: 20px;
		cursor: pointer;
		z-index: -1;
	}

	.navbar-nav .clickD.toggled {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sub-menu > li.menu-item-has-children .clickD {
		top: 8px;
		right: 5px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.sub-menu > li.menu-item-has-children .clickD.toggled {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.navbar-nav > li.menu-item-has-children {
		padding-right: 20px;
	}

	.sub-menu > li.menu-item-has-children > a {
		padding-right: 20px;
	}

	.sub-menu.show {
		display: block;
	}

	.navbar-nav > li {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-nav > li.current-menu-item > a:after,
	.navbar-nav > li > a:after,
	.navbar-nav > li.menu-item-has-children > a:after {
		width: 100%;
		opacity: 0;
	}

	.navbar-nav > li.current-menu-item > a:after,
	.navbar-nav > li > a:hover:after,
	.navbar-nav > li.menu-item-has-children:hover > a:after {
		width: 100%;
		opacity: 1;
	}

	/* navbar end*/
}

@media (max-width: 991px) {

	/* navbar*/
	.navbar-toggler {
		position: relative;
		width: 33px;
		margin-left: auto;
		height: 28px;
		padding: 0;
		outline: none !important;
		border: none !important;
		box-shadow: none !important;
	}

	.stick,
	.stick:after,
	.stick:before {
		width: 30px;
		height: 2px;
		background: #000;
		position: absolute;
		left: 0;
		top: auto;
		transition: all 0.6s;
		border-radius: 5px;
	}

	.stick:before {
		content: "";
		top: -10px;
		left: 0;
	}

	.stick:after {
		content: "";
		top: 10px;
		left: 0;
	}

	.stick.open {
		transform: translateX(-50px);
		background: transparent;
	}

	.stick.open:before {
		transform: rotate(45deg) translate(42px, -28px);
		left: 2px;
	}

	.stick.open:after {
		transform: rotate(-45deg) translate(42px, 28px);
		left: 2px;
	}

	.navbar-nav .clickD {
		top: 8px;
		right: 10px !important;
		-webkit-transform: rotate(0) !important;
		transform: rotate(0) !important;
	}

	.navbar-nav .clickD.toggled {
		-webkit-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
	}

	.sub-menu,
	.navbar-nav > li > .sub-menu .sub-menu {
		position: relative;
		width: 100%;
		left: inherit;
		top: inherit;
		border: none;
		right: inherit;
	}

	.navbar-nav > li.menu-item-has-children {
		padding-right: 0;
		position: relative;
	}

	.navbar-nav > li {
		margin: 0;
		padding: 0;
	}

	.navbar-nav li.menu-item-has-children > a {
		padding-right: 30px !important;
	}

	.navbar-nav > li > a {
		margin: 0;
	}

	.navbar-nav > li > a {
		padding: 8px 20px;
		display: inline-block;
		width: 100%;
	}

	.sub-menu > li > a {
		padding-left: 25px;
	}

	.sub-menu .sub-menu > li > a {
		padding-left: 60px;
	}
	.navbar-nav .clickD.pi {
		top: 8px;
		right: 10px !important;
		-webkit-transform: rotate(180deg) !important;
		transform: rotate(180deg);
	}
	.sub-menu .sub-menu .sub-menu > li > a {
		padding-left: 80px;
	}

	.navbar-nav > li > a:after {
		bottom: 0;
	}

	/* navbar end*/

	.navbar-collapse {
		background: #fff;
		position: fixed;
		top: 0;
		height: 100vh !important;
		width: 290px;
		/* overflow-y: auto; */
		transition: inherit !important;
		right: 0;
		margin: 0;
		display: none !important;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: transform 0.2s ease-in-out !important;
		transition: transform 0.2s ease-in-out !important;
		z-index: 100;
	}

	.navbar-collapse.show,
	.navbar-collapse.collapsing {
		display: block !important;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: transform 0.2s ease-in-out !important;
		transition: transform 0.2s ease-in-out !important;
		padding: 0 0px 0 14px;
	}

	.navbar-collapse .navbar-nav {
		margin: 80px 0 0 !important;
		padding: 0 0 40px 0;
	}

	.navbar-collapse .navbar-toggler {
		display: block;
		right: 20px;
		top: 20px;
		position: absolute;
	}

	#navoverlay.open {
		background-color: rgba(0, 0, 0, 0.4);
		pointer-events: all;
		-webkit-transition: background-color 0.5s linear;
		transition: background-color 0.5s linear;
	}

	body.open-nav,
	html.open-nav {
		height: 100%;
		overflow: hidden !important;
	}

	.navbar-collapse .navbar-nav {
		margin: 80px 0 0 !important;
		padding: 0 0 6px 0;
		align-items: flex-start;
	}
	.navbar-nav > li {
		width: 100%;
	}
	.w-50 {
		width: 100% !important;
	}
	.Customer-slider .slick-next {
		right: -30px;
	}
	.Customer-slider .slick-prev {
		left: -30px;
	}
	#banner-reservation {
		position: relative;
		left: inherit;
		bottom: inherit;
		transform: inherit;
		z-index: 9;
	}
	.banner {
		min-height: auto;
		display: inherit;
	}
	.mouse_wp {
		bottom: 14px;
	}
	h1,
	.hone {
		font-size: 41px;
		max-width: 600px;
		margin: 0 auto;
	}
	.banner {
		padding: 30px 0 80px 0;
		background: #004673 !important;
	}
	.open-nav .banner {
		position: relative;
		z-index: -1;
	}
	.breadcrumb__section {
		height: auto;
		background: #004673 !important;
	}
	.flight-country-list-two ul li {
		width: 32%;
	}
	.breadcrumb__section {
		padding: 18px 0;
	}
	.open-nav .breadcrumb__section {
		z-index: -1;
	}
}

@media (max-width: 767px) {
	/* images alignment for wordpress content pages */
	.alignright,
	.alignleft,
	.aligncenter {
		float: none;
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		clear: both;
		margin-bottom: 24px;
	}
	.banner {
		display: inherit;
	}
	#banner-reservation {
		position: inherit;
		left: inherit;
		bottom: inherit;
		transform: inherit;
		width: inherit;
		margin: 0 20px;
	}
	h1,
	.hone {
		font-size: 28px;
	}
	.subTittle:after {
		display: none;
	}
	.subTittle {
		font-size: 15px;
	}
	.mouse_wp {
		transform: translateX(-50%);
		bottom: 14px;
	}
	.plane-search {
		display: none;
	}
	.about-us.h-about {
		padding-top: 39px;
	}
	.w-50 {
		width: 100% !important;
	}
	.section-title span {
		padding: 0;
	}
	.section-title h2 span {
		font-size: 24px !important;
		margin: 0;
	}
	.section-title h2 {
		font-size: 24px !important;
		margin-bottom: 0 !important;
	}
	.section-title h4 {
		margin-bottom: 10px !important;
	}
	.why-us .why-us-item {
		padding: 20px !important;
	}
	.tour-package .col-sm-6.col-lg-3 {
		margin-bottom: 20px;
	}
	.tour-package .col-sm-6.col-lg-3:last-child {
		margin-bottom: 0px;
	}
	.tour-listing .tour-listing-content .title-tour-list a {
		font-size: 17px;
	}
	.destination-item.style-three {
		display: inherit;
	}
	.destination-item.style-three .image {
		max-width: 100%;
		height: 244px;
	}
	.destination-item.style-three .content {
		padding: 0px 25px 25px 25px;
	}
	.destination-item.style-three .content h5 {
		font-size: 15px;
		font-weight: 400;
	}
	.destination-item.style-three .content .destination-footer {
		margin-top: 0px;
		padding: 8px 0 0;
	}
	.natural-box__title > a {
		font-size: 24px;
	}
	.flight__item__title {
		font-size: 17px;
		margin: 0;
	}
	.call-to-action .callto__text h2 {
		font-size: 25px;
	}
	.accordion button[aria-expanded="true"] span {
		font-size: 14px;
		line-height: normal;
	}
	.call-to-action {
		padding: 26px 0;
	}
	.customer-slider-short h5 {
		font-size: 17px;
	}
	.slider_bo .slick-next {
		right: 36%;
		top: inherit;
		bottom: -54px;
	}
	.slider_bo .slick-prev {
		left: 36%;
		top: inherit;
		bottom: -54px;
	}
	button,
	div a {
		font-family: inherit;
	}
	.accordion button {
		font-size: 16px;
	}
	.accordion button[aria-expanded="true"] + .accordion-content {
		max-height: 32em;
	}
	.ftr_txt p {
		font-size: 14px;
	}
	.imge-link li {
		width: 50%;
		text-align: center;
		margin-bottom: 15px;
	}
	.main_formbox.banner-form-sec {
		padding: 2px 12px 50px 12px;
	}
	.text-center11 {
		padding: 0 12px;
	}
	.top-left a {
		display: block;
		text-align: center;
	}
	.top-left a:last-child {
		margin-bottom: 10px;
	}
	.top-header-sec {
		display: inline;
	}
	ul.social-link {
		justify-content: center;
	}
	.top-left a:first-child {
		border-right: 0;
	}
	header .navbar {
		padding: 10px 0 5px 0 !important;
	}
	.customer-slider-cox-img {
		top: 10px;
		left: 8px;
		width: 87px;
		height: 87px;
	}
	.customer-slider-short {
		padding-left: 75px;
		padding-bottom: 6px;
	}
	.customer-slider-content {
		top: 32px;
	}
	.customer-slider-content p {
		margin-bottom: 0;
	}
	.accordion button {
		font-size: 14px;
		padding-right: 46px;
	}
	.ftr_btm_innr {
		display: inherit;
		text-align: center;
	}
	.ftr_btm_innr .copy_right {
		margin-bottom: 10px;
	}
	.ftr_btm_innr .copy_right p {
		line-height: normal;
		font-size: 13px;
	}
	.ftr_btm_list ul {
		justify-content: center;
	}
	.testi_span_img {
		width: 122px;
	}
	.flight-country-list-two ul li {
		width: 100%;
	}
	.breadcrumb__content .breadcrumb-title {
		font-size: 38px;
		line-height: normal;
	}
	.about h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.about h5 {
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
}

@media (max-width: 479px) {
}

.form-control input:focus {
	background-color: transparent !important;
}
input:focus,
input.form-control:focus {
	outline: inherit !important;
}
.plane {
	transform: inherit;
}
.loading_container .wait {
	margin: 200px 0 70px 0 !important;
}
.cruiseSearchPage {
	margin-top: 20px !important;
}
.cruiseDetailsPage {
	margin: 20px !important;
}





/* responsive css */
@media (max-width: 991px) {
#banner-reservation {
	width: 100%;
	    margin-top: -54px;
}
.banner {
    display: none;
}
#banner-reservation {
    background: #0a263f;
    margin-top: 86px;
	margin-left: 0;
}
.about h2 {
    font-size: 20px;
}
.travelerselectbox {
    margin-left: 0px !important;
}
.section-title.mb-6.w-50.mx-auto.text-center {
    z-index: 1;
	text-align: left !important;
}

}
@media (max-width: 767px) {
  .banner-txt {
    margin: 39px auto 0 auto;
}
.banner-txt h1 {
    margin-bottom: 5px;
}
.subTittle {
    margin-bottom: 5px;
}
.radio-btn-wrap {
    margin-left: -74px;
    white-space: nowrap;
}
.radio-container {
    padding-right: 8px;
}
.flight-search-form {
    margin-bottom: 0;
}
#banner-reservation {
    border: 1px solid #fff;
    border-radius: 15px;
}
.volaris_bannersc b, strong {
    color: #fff;
}
.banner {
    display: none;
}
.natural {
    margin-bottom: 20px;
}
}
.rese-btn:hover {
	color: #fff;
}