body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	transition: background-color .5s;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*:focus {
	outline: 0;
}

::-webkit-scrollbar {
	width: 15px;
}
::-moz-scrollbar { 
  width: 15px; 
} 
::-ms-scrollbar { 
  width: 15px; 
} 

::-webkit-scrollbar-track {
	background: #cccccc;
}

::-webkit-scrollbar-thumb {
	background: #505050;
	border-radius: 5px;
}


body {
	background: #ffffff;
	color: #555555;
	font-family: "Libre Franklin", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6rem;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	margin-top: 16px;
	font-family: "Libre Franklin", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.01em;
}

h1 {
	font-size: 2.25rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.875rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-bottom: 0.5rem;
}

small {
	font-size: 0.833rem;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

.img-fluid {
	width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus {
	text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
	color: #283890;
	font-weight: 400;
	display: inline-block;
}

.active-link:hover {
	text-decoration: none;
	color: #283890;
}

a,
dt {
	color: #515151;
	outline: none;
	text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
	color: #283890;
	text-decoration: none;
}

.btn {
	outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:active,
.btn.active {
	outline: none;
	box-shadow: none;
}

/******** custom-btn ********/

.custom-btn {
	position: relative;
	background-color: #283890;
	border-radius: 2px;
	outline: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	padding: 10px 32px;
	transition: all 0.3s ease;
	appearance: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.custom-btn:hover {
	background-color: #1D2E8A;
	color: #fff;
}

.btn_read {
	position: relative;
	background-color: transparent;
	border-radius: 2px;
	border: 2px solid #283890;
	outline: none;
	color: #283890;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	padding: 8px 32px;
	transition: all 0.3s ease;
	appearance: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn_read a {
	color: #283890;
}

#button-3 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#button-3 a {
	position: relative;
	transition: all .45s ease-Out;
}

#circle {
	width: 0%;
	height: 0%;
	opacity: 0;
	border-radius: 50%;
	background: #283890;
	border: 2px solid #283890;
	position: absolute;
	transition: all .5s ease-Out;
	top: 20px;
	left: 70px;
}

#button-3:hover #circle {
	width: 200%;
	height: 500%;
	opacity: 1;
	top: -70px;
	left: -70px;
}

#button-3:hover a {
	color: #fff;
}

.btn_read span {
	color: #283890;
	font-size: 18px;
	margin-right: 10px;
}

.form-group {
	position: relative;
}

input,
textarea,
select,
button {
	outline: none;
	font-size: 0.875rem;
}

input.form-control,
textarea.form-control,
select.form-control, .form-select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	height: 50px;
	font-size: 0.875rem !important;
	padding: 10px 12px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus,
select:focus {
	border: 1px solid rgb(122, 122, 122);
	outline: none;
	box-shadow: none;
	border-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-moz-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-webkit-appearance: textfield;
}

textarea.form-control {
	height: 100px;
}

.form-control.ndate-picker {
	background-color: #ffffff;
}

.form-label {
	margin-bottom: .2rem;
}

label {
	display: inline-block;
	font-weight: 400;
	font-size: 0.833rem;
	margin-bottom: 0;
}


.site__tittle {
	position: relative;
}

.inner__tittle h3 {
	position: relative;
	color: #F3F3F3;
	font-size: 60px;
	font-weight: 900;
	line-height: 60px;
}

.inner__tittle1 h3 {
	position: relative;
	color: #32429F;
	font-size: 60px;
	font-weight: 900;
	line-height: 60px;
}

.title-widget {
	position: relative;
	margin-top: -36px;
	z-index: 1;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	line-height: 46px;
	text-transform: capitalize;
	margin-bottom: 10px;
	-webkit-animation: animatedIntro 1.5s;
	-ms-animation: animatedIntro 1.5s;
	-o-animation: animatedIntro 1.5s;
	animation: animatedIntro 1.5s;
}

.sub-title {
	position: relative;
}

.sub-title span.title-line {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	top: -6px;
	width: 100px;
	height: 1px;
	background: #00AEEF;
}

.sub-title h6 {
	color: #00AEEF;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
}

.position-relative {
	position: relative !important;
	z-index: 1;
}

.py-100 {
	padding: 100px 0;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.py-80 {
	padding: 80px 0;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.py-60 {
	padding: 60px 0;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.py-50 {
	padding: 50px 0;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.py-30 {
	padding: 30px 0;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.py-20 {
	padding: 20px 0;
}

.pt-20 {
	padding-top: 20px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.p-0 {
	padding: 0 !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-10 {
	margin-bottom: 10px;
}

hr {
	background-color: rgba(234, 237, 255);
	opacity: 1;
}

.line {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	border-bottom: 1px solid rgb(234, 237, 255);
}

.site-bg {
	background-color: #1D2E8A !important;
}

.site-light {
	background-color: #FFFAFA !important;
}

.site-red {
	background-color: #ED1B24;
}

.site-black {
	background-color: #333333;
}

.linear-gradient {
	background-image: linear-gradient(62deg, rgba(90, 45, 145, 1) 0%, rgba(240, 27, 32, 0.5) 100%);
}

.section-content {
	position: relative;
	padding: 60px 0 80px 0;
}

main.section-all {
	min-height: 700px;
}

/******** header ********/
header {
	position: relative;
	background-color: #fff;
}

.header__top {
	display: flex;
	justify-content: flex-end;
}

.top__right {
	display: flex;
	justify-content: flex-end;
	margin-left: 30px;
}

.country__box {
	position: relative;
	margin: 10px 0 0 0;
}

.select-menu {
	max-width: 190px;
}

.select-menu .select-btn {
	background: transparent;
	color: #555555;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	align-items: center;
	cursor: pointer;
	justify-content: flex-end;
	text-transform: uppercase;
}

.select-menu .options {
	position: absolute;
	top: 100%;
	width: 190px;
	overflow-y: auto;
	margin-top: 20px;
	border-radius: 0;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
	padding-left: 0;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 0.35s;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.35s;
	-webkit-animation-fill-mode: both;
}

.select-menu .options .option {
	display: flex;
	height: auto;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	align-items: center;
	background: #fff;
	padding: 12px 20px;
	text-transform: uppercase;
}

.select-menu .options .option:hover {
	background: transparent;
}

.select-menu .options .option i {
	font-size: 16px;
	margin-right: 10px;
}

.select-menu .options .option .option-text {
	font-size: 12px;
	color: #333;
}

.select-btn i {
	font-size: 14px;
	transition: 0.3s;
	margin-left: 4px;
}

.select-menu.active .select-btn i {
	transform: rotate(-180deg);
}

.flag {
	display: inline-block;
	margin-right: 6px;
}

.select-menu.active .options {
	display: block;
	opacity: 0;
	z-index: 10;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
}


@keyframes fadeInUp {
	from {
		transform: translate3d(0, 30px, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeInDown {
	from {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	to {
		transform: translate3d(0, 20px, 0);
		opacity: 0;
	}
}
.contact__number {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	margin-top: 0px;
}

.contact__number a {
	color: #333333;
}

.contact__number span {
	margin-right: 8px;
}

.currency__box {
	margin-top: 10px;
}

.wrapper-dropdown {
	position: relative;
	display: inline-block;
	min-width: 90px;
	padding: 8px 5px 8px 15px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 1);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	text-align: left;
	/* line-height: 45px; */
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wrapper-dropdown::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #a0a0a0 transparent;
}

.wrapper-dropdown.active::before {
	border-width: 0 6px 6px 6px;
}

.wrapper-dropdown .dropdown {
	position: absolute;
	top: 140%;
	right: 0;
	left: 0;
	z-index: 99;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: inherit;
	box-shadow: inherit;
	background: inherit;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	visibility: hidden;
}

.wrapper-dropdown .dropdown li {
	padding: 2px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	overflow: hidden;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
}

.wrapper-dropdown .dropdown li:last-child {
	border-bottom: none;
}

.wrapper-dropdown .dropdown li:hover {
	background: #f1fff3;
}

.wrapper-dropdown.active .dropdown {
	opacity: 1;
	visibility: visible;

	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}


.sticky-top {
	z-index: 3;
}

.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: stickyTransition;
	animation-name: stickyTransition;
}

.sticky.is-sticky .nav-brand {
	width: 80px;
	top: 6px;
}

/******** welcome section ********/

.shareit {
	position: fixed;
	top: 58%;
	right: 0;
	z-index: 2;
}

.shareit a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 24px;
	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
	text-decoration: none;

}

.shareit a:hover {
	opacity: 1;
}

.facebook {
	background: #3b5998;
}

.twitter {
	background: #55acee;
}

.youtube {
	background: #c4302b;
}
.messenger {
    background: linear-gradient(rgb(255, 143, 178) 0%, rgb(167, 151, 255) 50%, rgb(0, 229, 255) 100%);
}

.viber{
    background: #6142c3;
}

.whatsapp {
    background: #25D366;
} 
.linkedin {
	background: #0077b5;
}

.pinterest {
	background: #cb2027;
}

.search__wrapper {
	position: absolute;
	bottom: -48px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.search__inner {
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 10px 20px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	padding: 10px 20px 20px 20px;
}

.mt-10 {
	margin-top: 10px;
}

.form__icons {
	position: absolute;
	right: 10px;
	top: 26%;
	z-index: 2;
}

.form__icons span i {
	color: #58585A;
	font-size: 24px;
}

.s__box {
	position: relative;
}

.s__box .form-floating .form-select {
	background-image: none;
}

.btn-search {
	position: relative;
	background-color: #EF3B43;
	color: #ffffff !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	padding: 0 30px;
	height: 57px;
	line-height: 57px;
	transition: 0.3s;
	width: 100%;
	height: 100%;
}

.btn-search:hover, .btn-search:focus {
	background-color: #FF4D54;
	color: #ffffff !important;
	border: none;
	outline: none;
	box-shadow: none !important;
}

.btn-search span {
	margin-right: 8px;
}

/**** service ****/

.trip__section .owl-nav {
	position: absolute;
	right: 0;
	top: -40px;
}

.trip__section .owl-carousel .owl-nav .owl-next,
.trip__section .owl-carousel .owl-nav .owl-prev {
	background-color: transparent;
	border: 1px solid #B7B7B7;
	color: #A1A1A1;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	margin-left: 3px;
}

.trip__section .owl-carousel .owl-nav .owl-next {
	left: 55%;
}

.trip__section .owl-carousel .owl-nav .owl-prev {
	right: 55%;
}

.trip__section .owl-carousel .owl-nav .owl-prev i,
.trip__section .owl-carousel .owl-nav .owl-next i {
	color: #A1A1A1
}

.trip__section .owl-carousel .owl-nav .owl-next:hover,
.trip__section .owl-carousel .owl-nav .owl-prev:hover {
	color: #242424;
	outline: 0;
}

.trip__section .owl-carousel .owl-nav .owl-next:focus,
.trip__section .owl-carousel .owl-nav .owl-prev:focus {
	color: #242424;
	outline: 0;
}
.btn-read {
  color: #3AB54A;
}
.trending__section {
	padding: 100px 0 80px 0;
}


.trending-tabs .nav-pills {
	display: flex;
	justify-content: center;
}

.trending-tabs .nav-item {
	margin: 0 4px;
}

.trending-tabs .nav-pills .nav-link {
	background-color: transparent !important;
	border: 2px solid #3AB54A;
	border-radius: 0;
	color: #3AB54A;
	font-size: 16px !important;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	padding: 8px 24px !important;
}

.trending-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #3AB54A !important;
	border: 2px solid #3AB54A;
	border-radius: 0;
	color: #ffffff;
	padding: 8px 24px !important;
}

.package-card {
	padding: 20px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
	position: relative;
	overflow: hidden;
}

.package-card .package-card-img-wrap {
	position: relative;
	transition: all .5s ease-out;
	border-radius: 10px;
	overflow: hidden;
}

.package-card .package-card-img-wrap .card-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	max-width: 100%;
	transition: all 0.3s;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
}

.package-card .package-card-img-wrap .card-img:hover {
	transform: scale(1.1);
}

.package-card .batch {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
}

.package-card .batch .date {
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .6px;
	text-transform: uppercase;
	display: inline-flex;
	padding: 8px 10px;
	background-color: #ffffff;
}

.package-card .batch .location {
	background-color: #3AB54A;
	color: #fff;
	padding: 6px 10px;
	display: flex;
	align-items: center;
	gap: 7px;
}

.package-card .package-card-content .card-content-top {
	padding: 20px 0 0 0;
}

.package-card .package-card-content .card-content-top h5 {
	margin-bottom: 15px;
	transition: .5s;
}

.package-card .package-card-content .card-content-top h5 a {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: capitalize;
	transition: .5s;
}

.package-card .package-card-content .card-content-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(16, 12, 8, .2);
}

.package-card .package-card-content .card-content-bottom .price-area {
	line-height: 1;
}

.package-card .package-card-content .card-content-bottom .price-area h6 {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: .24px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.package-card .package-card-content .card-content-bottom .price-area span {
	color: #3AB54A;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	text-transform: capitalize;
}

.package-card .package-card-content .card-content-bottom .price-area span del {
	color: rgba(16, 12, 8, .5);
	font-size: 16px;
	font-weight: 500;
}

.primary-btn2 {
	border-radius: 3px;
	background-color: #1D2E8A;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: .48px;
	text-transform: capitalize;
	line-height: 1;
	padding: 12px 20px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	transition: .5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	white-space: nowrap;
}

.primary-btn2:hover {
	color: #fff;
}

.image-box {
	position: relative;
	margin: auto;
	overflow: hidden;
}

.image-box img {
	max-width: 100%;
	transition: all 0.3s;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
}

.image-box:hover img {
	transform: scale(1.1);
}

.img__260 img {
	object-fit: cover;
	height: 260px;
}

.destination__section {
	position: relative;
	background-color: #283890;
}

.destination__section::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../assets/images/pattern.png) no-repeat left top;
}

.icon-box-style3 {
	position: relative;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.icon-box-style3 .icon-wrap {
	position: relative;
	width: 70px;
	height: 70px;
	float: left;
	overflow: hidden;
	background: rgba(113, 113, 113, 0.07);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.icon-box-style3 .icon-wrap::before {
	border-radius: inherit;
	position: absolute;
	content: '';
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .15;
	transition: all .4s ease-out;
}

.iconbox .icon-wrap {
	font-size: 35px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
}

.icon-box-style3 .title-wrap {
	margin-top: 20px;
	padding-left: 90px;
}

.iconbox h6 {
	text-transform: none;
	letter-spacing: 0;
	margin: 10px auto;
}

.iconbox .content {
	color: #6a7c92;
	margin: 10px auto;
	display: block;
	font-weight: 400;
	font-style: normal;
	font-size: 15px !important;
	line-height: 25px;
	text-transform: none;
	letter-spacing: 0;
	padding-top: 5px;
	line-height: 25px;
	transition: all .25s cubic-bezier(.25, .8, .25, 1);
}

.btn_more_link {
	position: relative;
	display: inline-block;
	top: auto;
	left: auto;
	height: auto;
	width: auto;
	font-size: 15px;
	line-height: 21px;
	font-weight: 500;
	z-index: 1;
	overflow: hidden;
}

.btn_more_link .mo_btn_text {
	position: relative;
	margin-right: 0;
	display: inline-block;
	vertical-align: middle;
	text-indent: -110px;
	visibility: hidden;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
	-ms-transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
	transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
	will-change: visibility, margin-right, text-indent, opacity;
}

.btn_more_link .link_icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4em;
	text-align: center;
}

.icon-box-style3:hover .mo_btn_text {
	opacity: 1;
	text-indent: 0;
	margin-right: 6px;
	visibility: visible;
	-webkit-transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
	-ms-transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
	transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
}

.linear__gradient {
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF00 0%, #E8F4FF 100%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.image-370 {
	position: relative;
}

.image-370 img {
	display: block;
	height: 370px;
	transition-duration: 4s;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.image-370 .image-card img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	z-index: 0;
}

.tripmonth__section {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
}

.tripmonth__section::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.9));
	/* z-index: 1; */
}


.months__wrapper {
	position: relative;
	/* background: #fff url(../assets/images/map_1.png) center right;
	border-radius: 8px; */
	/* height: 100%; */
}

.trips__img {
	position: relative;
}

.trips__img::after {
	position: absolute;
	content: '';
	background: url(../assets/images/pattern_2.png) center top;
	height: 100%;
	width: 58px;
	right: -30px;
	top: 0;
}

.tripimg img {
	object-fit: cover;
	height: 410px;
}

.titletrip h5 {
	font-size: 36px;
}

.trip_desp p {
	color: #ffffff;
}

.trip__dsc {
	display: flex;
	align-items: start;
}

.tripbox {
	display: flex;
	justify-content: start;
	margin-right: 50px;
}

.trip__icon {
	margin-right: 20px;
	margin-top: 10px;
}

.trip__icon span {
	color: #3AB54A;
	font-size: 30px;
}

.t_name {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.pp__tag {
	color: #3AB54A;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
}

.t_name {
	color: #fff;
}


.client-testimonial-carousel .owl-dots button {
	height: 5px;
	background: #3AB54A !important;
	width: 20px;
	display: inline-block;
	margin: 5px;
	transition: .2s;
	border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
	background: #333333 !important;
	width: 30px;
}

.client-testimonial-carousel .owl-dots {
	text-align: center;
	margin-top: 25px
}

.single-testimonial-item {
	position: relative;
	box-shadow: 0 0 2px #dadfd3;
	margin: 2px;
	padding: 20px;
	font-style: italic;
	padding-left: 85px;
}

.single-testimonial-item:before {
	font-family: "Font Awesome 5 Free";
	content: "\f10e";
	font-weight: 900;
	position: absolute;
	left: 20px;
	top: 50%;
	font-size: 20px;
	color: #3AB54A;
	line-height: 30px;
	margin-top: -15px;
}

.single-testimonial-item:after {
	background: #ddd;
	content: "";
	height: 70%;
	left: 60px;
	position: absolute;
	top: 10%;
	width: 1px;
}

.single-testimonial-item p {
	padding-bottom: 10px;
}

.single-testimonial-item h3 {
	font-size: 16px;
	font-style: normal;
	margin-bottom: 0;
}

.single-testimonial-item h3 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}



.rating-widget ul {
	padding-left: 0;
}

.rating-widget ul li {
	color: #FF6600;
	list-style: inherit;
	display: inline-block;
	font-size: 18px;
	margin-right: 0px;
	padding: 0 !important;
}



.img400 img {
	height: 400px;
	object-fit: cover;
}

.title-caption {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(49, 49, 49, 0.9));
	color: #fff;
	text-transform: capitalize;
	padding: 35px 20px;
	/*z-index: 9;*/
}

.title-caption h4 {
	color: #ffffff;
}


.video_wrapper {
	position: relative;
}

.img_video {
	position: relative;
}

.img_video img {
	display: block;
	object-fit: cover;
	height: 420px;
}

.play-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	z-index: 9;
}

.play-button {
	position: relative;
	display: inline-block;
}

.video-frame {
	height: 65px;
	width: 65px;
	line-height: 65px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #3E4756;
	display: inline-block;
	background: #fff;
	z-index: 999;
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.fa-play:before {
	content: "\f04b";
	font-size: 24px;
	line-height: 65px;
}

.waves {
	position: absolute;
	width: 160px;
	height: 160px;
	background: rgba(58, 181, 74, 0.6);
	opacity: 0;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
	border-radius: 100%;
	right: -48px;
	bottom: -48px;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}



.subscribe__text {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.subscribe-from {
	position: relative;
}

.input-box {
	position: relative;
}

.input-box input {
	height: 46px;
	width: 100%;
	border: 1px solid #283890;
	background-color: transparent;
	border-radius: 3px;
	color: #575757;
	outline: none;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 10px;
}

.input-box .button {
	height: 46px;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border: none;
	padding: 0 20px;
	border-radius: 3px;
	background-color: #283890;
	cursor: pointer;
	text-transform: uppercase;
}

.affilation_info ul {
	padding-left: 0;
}

.affilation_info ul li {
	display: inline-block;
	margin-right: 20px;
}



.contact__form {
	position: relative;
	background-color: #ffffff;
	border-radius: 8px;
	height: 100%;
	padding: 50px 30px;
}

.form-title {
	font-size: 30px;
}

.form-group {
	position: relative;
}

.contact__form .form-group .form-control {
	position: relative;
	-webkit-box-shadow: none;
	border-radius: 0;
	border: #C2C2C2 1px solid;
	background-color: #fff;
	padding-left: 40px;
	margin-bottom: 20px;
}

.contact__form .form-group .form-control:focus {
	background-color: none;
	box-shadow: none;
	border-color: #5A2D91;
}

.contact__form textarea {
	resize: none;
}

.label__icon {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}

.label__icon img {
	width: 24px;
	height: 24px;
}

.contact__form .form-check-label {
	color: #919191;
}

.contact__form .form-check-input {
	border: none;
}

.contact__form .form-check-input:checked {
	background-color: #9A5AD0;
	border-color: #9A5AD0;
	border: none;
	box-shadow: none;
}

.contact__form .form-check-input:focus {
	border-color: #9A5AD0;
	outline: 0;
	box-shadow: none;
}

.btn-mod.btn-large {
	height: auto;
	padding: 13px 52px;
	font-size: 15px;
}

.btn-mod.btn-border {
	color: #fff;
	border: 1px solid #5A2D91;
	background: #5A2D91;
	border-radius: 4px;
}

.btn-mod, a.btn-mod {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 13px;
	color: #fff;
	background: rgba(34, 34, 34, .9);
	border: 1px solid transparent;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod.btn-border:hover, .btn-mod.btn-border:active, .btn-mod.btn-border:focus, .btn-mod.btn-border:active:focus {
	color: #fff;
	border-color: #5A2D91;
	background: #5A2D91;
	outline: none;
}

@media only screen and (max-width: 500px) {
	.btn-mod.btn-large {
		padding: 12px 16px;
		font-size: 12px;
	}

	.form-title {
		font-size: 20px;
	}
}


.ps__0 {
	padding-left: 0;
}

.pe__0 {
	padding-right: 0;
}

footer {
	position: relative;
	background-color: #283890;
}

.footer__tittle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.01em;
}

.cont_icons {
	float: left;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 16px;
}

.cont_icons span i {
	font-size: 24px;
}

.contact-info address {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact-info address strong {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.contact-info p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
}

.listing {
	padding-left: 0;
}

.listing li {
	position: relative;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.listing li a {
	color: #ffffff;
}

.listing li a:hover {
	color: #ffffff;
}

.social-icons {
	display: flex;
	align-items: center;
	justify-content: end;
}

.social-icons ul li {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	margin-right: 4px;
}

.social-icons ul li a {
	border-radius: 100%;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0 2px;
	text-align: center;
}

.social-icons ul li:nth-child(1) a {
	background: linear-gradient(rgb(255, 143, 178) 0%, rgb(167, 151, 255) 50%, rgb(0, 229, 255) 100%);
	color: #ffffff;
}

.social-icons ul li:nth-child(2) a {
	background: #6142c3;
	color: #ffffff;
}

.social-icons ul li:nth-child(3) a {
	background: #25D366;
	color: #ffffff;
}

/* 
.social-icons ul li:nth-child(3) a {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	color: #ffffff;
} */


.ft-bottom {
	border-top: 1px solid #2E40A1;
}

.copy-right p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: lowercase;
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

.copy-right p a {
	color: #fff;
}

.copy-right p a:hover {
	color: #ADBAFF;
	text-decoration: underline;
}


/******** all page css *******/
.site_page-title-inner {
	position: relative;
}

.page-titleShape {
	position: relative;
	background-color: #1D2E8A;
	padding: 40px 0;
}

.page-title {
	position: relative;
	z-index: 2;
}

.page-title ul li {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0;
}

.page-title ul li a {
	color: #FF6200;
}

.page-title ul li+li::before {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: 10px;
	display: inline-block;
	margin: 0 5px 0 8px;
}

.page-title h3 {
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.list-item li {
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 0;
}

.site_page .page-link {
	position: relative;
	display: block;
	color: #334E7A;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.site_page .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #334E7A;
	border-color: #334E7A;
}

.site_page .page-link:focus {
	z-index: 3;
	color: #334E7A;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: none;
}


.wy_icon {
	float: left;
	background-color: #fafafa;
	border-radius: 100%;
	overflow: hidden;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.whyinfo {
	margin-left: 80px;
}

.img280 img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.content-holder {
	box-shadow: rgb(38 38 38 / 6%) 0px 6px 45px;
	border-radius: 4px;
	padding: 30px;
}

.cnt__bx {
	display: flex;
}

.icon__img {
	width: 64px;
	height: 64px;
	margin-right: 30px;
}


.cnt__info h6 {
	text-transform: capitalize;
}

  .nav-side {
	padding: 20px 15px;
	box-shadow: rgb(38 38 38 / 6%) 0px 6px 45px;
	border-radius: 4px;
  }

  .nav-list ul {
    padding-left: 0;
  }
  .nav-list ul li {
	position: relative;
	border-top: 1px solid #f0f0f0;
	font-size: 0.875rem;
	font-weight: 500;
	list-style-type: none;
	list-style-position: inside;
	padding: 8px;
  }

  .book-tittle {
	position: relative;
	display: flex;
	align-items: center;
  }

  .book-icon {
	display: flex;
	background-color: #1d2e8a;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	line-height: 45px;
	width: 45px;
	height: 45px;
	font-size: 20px;
	text-align: center;
	padding: 0px 10px;
	margin-right: 10px;
  }

  .title-payment {
	display: flex;
	margin-left: 10px;
	align-items: center;
  }

  .comment-wrap {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 30px;
  }

  .profile-img {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px;
	padding: 3px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
  }

  .profile-img img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
  }

  .profile-info {
	margin-left: 90px;
}
  
 .contact-section {
  background-color: #d2d5f5;
  padding-bottom: 80px;
  padding-top: 80px;
}
.contact-section .contact-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -136px;
  min-height: 385px;
}
.contact-section .head-office {
  background-color: #EF3B43;
  padding: 20px;
  color: #fff;
}
.contact-section .head-office h3 {
  color: #fff;
  margin-bottom: 12px;
  margin-top: 24px;
}
.widgets {
  margin-bottom: 30px;
}
.widgets.widget_text ul {
  margin-top: 20px;
  padding: 0;
}
.widgets.widget_text ul li {
  margin-bottom: 10px;
  font-size: 14px;
  list-style: none;
}
.contact-section .head-office a {
  color: #fff;
  font-size: 14px;
}
.contact-section .widgets.widget_text ul li i {
  color: white;
}
.widget.widget_text ul li i {
  color: #bf1e2e;
  margin-right: 5px;
}
 .contact-section h3, .contact-section h4 {
    font-size: 18px;
}
.contact-section .contact-details .widgets h4::before {
  background-color: #EF3B43;
  content: "";
  height: 18px;
  width: 3px;
  margin-right: 10px;
  position: absolute;
  top: 1px;
  left: 0;
}
.contact-section .contact-details .widget h4 {
  position: relative;
  padding-left: 10px;
}
.contact-section .contact-details ul li a {
  font-size: 14px;
}
.social-icon ul li {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  margin-right: 4px;
}
.social-icon ul li a {
    color: #fff;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: end;
}
.social-icons_header ul {
  padding-left: 6px;
}
.social-icons_header ul li:nth-child(1) a {
  background-color: #0071BC;
}
.social-icons_header ul li:nth-child(2) a {
  background-color: #14171A;
}
.social-icons_header ul li:nth-child(3) a {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-icons_header ul li:nth-child(4) a {
  background: #ff141c;
}
.social-icons_header ul li {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  /*margin-right: 4px;*/
}
.social-icons_header ul li a {
    color: #3b3b3b;
    border-radius: 100%;
    display: block;
    color: #fff;
    width: 30px;
      height: 30px;
      line-height: 30px;
      padding: 0 2px;
      text-align: center
}
.social-icons_header {
  display: flex;
  align-items: center;
  justify-content: end;
}
.tourism span{
    color: #5c5858;
    font-size: 13px;
    font-weight: 500;
}
button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #EA5D5F;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
	bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.light-bg {
  background-color: #F9F9F9;
}
.team-wrap {
  position: relative;
  padding: 30px 20px;
} 
.team_images {
  width: 220px;
  height: 220px;
  overflow: hidden;
}
.team_images img {
  border-radius: 100%;
  width: 220px;
  height: 220px;
  overflow: hidden;
}

.top__rit1 {
    display:none;
}
/********responsive css*********/

@media (max-width: 1366px) {
	.section-content {
		padding: 50px 0 50px 0;
	}
	.slider-banner .carousel-inner .carousel-item img {
		height: 500px;
	}

}

@media (max-width: 1280px) {

	.container {
		max-width: 1140px;
	}

	.slider-banner .carousel-inner .carousel-item img {
		height: 500px;
	}

	.slider-caption_inner {
		padding-left: 70px;
	}
}

@media (max-width: 1080px) {
	.slider-banner .carousel-inner .carousel-item img {
		height: 500px;
	}
}

@media (max-width: 992px) {
	.pt-100 {
		padding-top: 40px;
	}

	.pb-100 {
		padding-bottom: 40px;
	}

	.py-80 {
		padding: 40px 0;
	}

	.pb-80 {
		padding-bottom: 30px;
	}

	.py-60 {
		padding: 30px 0;
	}

	.pb-60 {
		padding-bottom: 30px;
	}

	.mt-30 {
		margin-top: 20px;
	}

	.mb-30 {
		margin-bottom: 20px;
	}

	.mt-50 {
		margin-top: 30px;
	}

	.menu_toogle {
		display: none;
	}

	.section-content {
		padding: 30px 0;
	}

	.main_header_area {
		padding-bottom: 10px;
	}
	.registration {
	    display: none;
	}

	.header__top {
		display: flex;
		justify-content: space-between;
	}

	.header__right {
		display: inherit;
		justify-content: inherit;
		align-items: center;
	}

	.header__info {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
    .scrollable-navbar-container {
        /*height: 50px;*/
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        max-width: 100%;
        align-content: flex-start;
        overflow-y: hidden;
    }
    
    .scrollable-navbar-container .nav {
        display: flex;
        flex-wrap: nowrap;
    }

	.sticky.is-sticky {
		position: relative;
	}

	.sticky.is-sticky .nav-brand {
		position: relative;
	}
	.top__rit {
	    display: none !important;
	}
	
	.top__rit1 {
	    display:block;
	}
	.top__rit1 .h-wrap {
        position: absolute;
        right: 40px;
        top: 14px;
    }

	.nav-brand {
		position: relative;
		top: 0;
	}

	.nav-toggle {
		top: 28px;
	}

	.nav-brand img {
		width: 120px;
	}

	.carousel-caption-info h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.slider-caption {
		left: 30px;
	}

	.contact__number {
		font-size: 14px;
	}

	.top__right {
		margin-left: 20px;
	}
	
	.banner__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
        max-height: 480px;
    }
    .banner__img:first-child {
        height: 300px;
    }
    .stickys .page-title-area {
        display: none;
    }
    /*.page-title-area {*/
    /*    display: none;*/
    /*}*/
    .stickys .tripdetails__header .package-navbar {
        display: block;
         padding-top: 10px;
    }

}

@media (max-width: 768px) {
    
	.pt-40 {
		padding-top: 30px;
	}

	.pb-40 {
		padding-bottom: 30px;
	}

	.btn-button {
		font-size: 0.875rem;
		padding: 0.5em 1.4em;
	}

	.title-widget h1, .title-widget h2, .title-widget h3, .title-widget h4, .title-widget h5, .title-widget h6 {
		position: relative;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin-bottom: 16px;
	}

	.menu-bar {
		display: flex;
		justify-content: inherit;
	}

	.menu-link {
		padding: 8px 16px;
	}

	.slider-banner .carousel-inner .carousel-item {
		background-position: 20% center !important;
		background-size: cover !important;
	}
    .scrollable-navbar-container {
        overflow-x: scroll;
    }
	.search__wrapper {
		position: relative;
		bottom: 0;
	}

	.inner__tittle h3, .inner__tittle1 h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.trending-tabs .nav-item {
		margin: 0 4px 6px;
	}

	.trending-tabs .nav-pills .nav-link {
		font-size: 14px !important;
		padding: 5px 18px !important;
	}

	.trending-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
		padding: 5px 18px !important;
	}

	.titletrip h5 {
		font-size: 24px;
	}

	.pp__tag {
		font-size: 18px;
	}

	.trip__dsc {
		display: inline-block;
		align-items: start;
	}

	.trending__section {
		padding: 20px 0 30px 0;
	}

}

@media (max-width: 576px) {

	h1 {
		font-size: 1.5rem;
	}

	.nav-brand {
		width: 70px;
	}

	.sm_tittle {
		display: none;
	}

	.mbl__icon {
		display: block;
	}

	.slider-banner .carousel-inner .carousel-item img {
		/* height: calc(70vh - 150px); */
		height: 400px !important;
		object-fit: cover;
		width: 100vw;
	}

	.slider-banner .carousel-control-next, .carousel-control-prev {
		width: 35px;
		height: 35px;
	}

	.slider-banner .carousel-control-next-icon, .carousel-control-prev-icon {
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
	}

	.title-widget h1, .title-widget h2, .title-widget h3, .title-widget h4, .title-widget h5, .title-widget h6 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {

	.process__widget h2 {
		font-size: 20px;
	}

	.process__widget-title h5 {
		font-size: 16px;
	}

	.switch-light {
		width: 180px;
	}

}

.sec-center {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
}
#dropdown {
	display: none;
}

.dropdown:checked + label,
.dropdown:not(:checked) + label{
	position: relative;
	font-weight: 500;
	font-size: 13px;
	line-height: 46px;
	height: 50px;
	transition: all 200ms linear;
	border-radius: 4px;
	width: 100%;
	border: 1px solid #ddd;
	background-color: transparent;
	cursor: pointer;
	color: #515151;
	padding: 0 20px;
}
.dark-light:checked ~ .sec-center .for-dropdown{
	background-color: #515151;
	color: #515151;
	box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
	position: fixed;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	cursor: auto;
	pointer-events: none;
}
.dropdowns:checked + label:before{
	pointer-events: auto;
}
.section-dropdown {
	position: absolute;
	padding: 5px 20px;
	background-color: #283890;
	top: 58px;
	left: 0;
	width: 100%;
	border-radius: 4px;
	display: block;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
}
.dark-light:checked ~ .sec-center .section-dropdown {
	background-color: #fff;
	box-shadow: 0 14px 35px 0 rgba(9,9,12,0.15);
}
.dropdown:checked ~ .section-dropdown{
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.section-dropdown:before {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	content: '';
	display: block;
	z-index: 1;
}
.section-dropdown:after {
	position: absolute;
	top: -7px;
	left: 30px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent; 
	border-bottom: 8px solid #283890;
	content: '';
	display: block;
	z-index: 2;
	transition: all 200ms linear;
}
.dark-light:checked ~ .sec-center .section-dropdown:after {
	border-bottom: 8px solid #fff;
}

.price_dsc {
	position: relative;
	color: #fff;
	transition: all 200ms linear;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 0;
	margin: 2px 0;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}
.group_pinfo {
	position: relative;
}
.group_pinfo ul {
    padding-left: 0;
}
.group_pinfo ul li {
	border-top: 1px solid #fff;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize; 
	line-height: 40px;
	list-style: none;
}
.group_pinfo ul li span {
	float: right;
}
.btn-3 {
    border: 1px solid #3ab54a;
    background: none;
    color: #3ab54a;
    padding: 14px 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.primary-btn2.btn-3:hover {
    border: 1px solid #3ab54a;
    background: #3ab54a;
    color: #fff;
}
.comment-form textarea {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    height: 100px;
    font-size: 0.875rem !important;
    width: 100%;
}
.comment-form input {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    height: 50px;
    font-size: 0.875rem !important;
    width: 100%;
}
.comment-form label {
  display: block;
}
.comment-form #wp-comment-cookies-consent {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    height: auto;
    width: auto;
}
.comment-form-cookies-consent label {
    display: inline-block;
}
.submit {
  position: relative;
  background-color: #283890 !important;
  border-radius: 2px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 32px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.submit:hover {
  background-color: #1D2E8A !important;
  color: #fff;
}
footer.comment-meta {
    background: transparent;
    /* list-style: none; */
}
.vcard img {
  width: 70px !important;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}
.comment-list {
    padding-left: 0;
}
.comment-list li {
    list-style: none;
}
.top__rit {
	display: flex;
	align-items: center;
	justify-content: right;
}
.h-wrap {
	position: absolute;
    right: 0;
    top: 7px;
}
.openBtn {
  background: transparent;
  border: none;
  padding: 10px 15px;
  color: #555555;
  font-size: 24px;
  cursor: pointer;
}
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.75);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 50%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: white;
}

.overlay input[type=text] {
	padding: 15px 20px;
	font-size: 17px;
	border: none;
	float: left;
	width: 1000%;
	background: white;
}

.overlay input[type=text]:hover {
	background: white;
}

.overlay button {
	float: left;
	width: auto;
	padding: 15px;
	background: #38308b;
	color: #fff;
	font-size: 24px;
	border: none;
	cursor: pointer;
}

.overlay button:hover {
	background: #00884F;
}

.topinfo, .topinfo_payment {
	display: none;
}

.search__inner {
	position: relative;
}

.s__wrap {
	position: relative;
}

/* .form-floating>label {
	padding: 16px 45px !important;
} */

.searchbtn {
	position: relative;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	transition: 0.3s;
	width: 100%;
	height: 100%;
}

.btn-search span {
	margin-right: 8px;
}