@use "sass:math";
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
:root {
	--theme-color: #038185;
	--primary-color: #1CA8CB;
	--title-color: #113D48;
	--body-color: #000;
	--smoke-color: #E9F6F9;
	--smoke-color2: #F3F4F6;
	--black-color: #000000;
	--black-color2: #0D0D0C;
	--gray-color: #E1E4E5;
	--white-color: #ffffff;
	--light-color: #E1E4E5;
	--yellow-color: #FFB539;
	--success-color: #28a745;
	--error-color: #dc3545;
	--th-border-color: #E9EDF5;
	--title-font: "Montserrat", sans-serif;
	--body-font: "Montserrat", sans-serif;
	--style-font1: "Birthstone Bounce", cursive;
	--style-font: "Pacifico", cursive;
	--icon-font: "FontAwesome";

	--main-container: 1320px;
	--container-gutters: 24px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 60px;
	--ripple-ani-duration: 2s
}

@import url('https://fonts.googleapis.com/css2?family=Birthstone+Bounce:wght@400;500&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');




html,
body {
	scroll-behavior: auto !important
}

body {
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--body-color);
	line-height: 26px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active {
	outline: none
}

input:focus {
	outline: none;
	box-shadow: none
}

img:not([draggable]) {
	max-width: 100%;
	height: auto
}

ul {
	list-style-type: disc
}

a {
	color: var(--theme-color);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

a:hover {
	color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0
}

button {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

img {
	border: none;
	max-width: 100%
}

p:empty {
	display: none
}

p {
	font-family: var(--body-font);
	margin: 0 0 18px 0;
	color: var(--body-color);
	line-height: 1.75
}

h3 a,
h4 a,
p a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit
}

h1,
h2,
h3,
h4,
h5 {
	font-family: var(--title-font);
	color: var(--title-color);
	text-transform: none;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px 0
}

h1 {
	font-size: 80px;
	line-height: 1.18
}

h2 {
	font-size: 44px;
	line-height: 1.327
}

h3 {
	font-size: 32px;
	line-height: 1.278
}

h4 {
	font-size: 30px;
	line-height: 1.333
}

h5 {
	font-size: 24px;
	line-height: 1.417
}

@media (max-width: 1199px) {

	h1 {
		font-size: 54px;
		line-height: 1.3
	}

	h2 {
		font-size: 36px;
		line-height: 1.3
	}

	h3 {
		font-size: 30px
	}

	h4 {
		font-size: 24px
	}

	h5 {
		font-size: 20px
	}
}

@media (max-width: 767px) {

	h1 {
		font-size: 40px
	}

	h2 {
		font-size: 34px;
		line-height: 1.3
	}

	h3 {
		font-size: 26px
	}

	h4 {
		font-size: 22px
	}

	h5 {
		font-size: 18px
	}
}

@media (max-width: 575px) {

	h1 {
		font-size: 32px;
		line-height: 1.35
	}

	h2 {
		font-size: 26px
	}
}

@media (max-width: 375px) {

	h1 {
		font-size: 32px
	}
}

@media (max-width: 1399px) {
	:root {
		--main-container: 1250px
	}
}

@media only screen and (min-width: 1300px) {

	.container {
		max-width: calc(var(--main-container) + var(--container-gutters));
		padding-left: calc(var(--container-gutters) / 2);
		padding-right: calc(var(--container-gutters) / 2)
	}
}

@media only screen and (min-width: 1300px) {
	.th-container {
		--main-container: 1776px
	}
}

@media (min-width: 1300px) {
	.row {
		--bs-gutter-x: 24px
	}
}

.gx-10 {
	--bs-gutter-x: 10px
}

.gy-10 {
	--bs-gutter-y: 10px
}

select,
.form-control,
.form-select,
input {
	height: 56px;
	padding: 0 25px 0 25px;
	padding-right: 50px;
	border: 1px solid var(--gray-color);
	color: var(--body-color);
	background-color: var(--white-color);
	font-size: 14px;
	
	font-family: var(--body-font);
	font-weight: 400;
	border-radius: 8px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

select:focus,
.form-control:focus,
.form-select:focus,
input:focus {
	outline: 0;
	box-shadow: none;
	border-color: var(--theme-color);
	background-color: var(--white-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
input::-moz-placeholder {
	color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
input::-moz-placeholder {
	color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: var(--body-color)
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
input::-ms-input-placeholder {
	color: var(--body-color)
}

.form-select,
select {
	display: block;
	width: 100%;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 26px center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

.form-group {
	margin-bottom: var(--bs-gutter-x);
	position: relative
}

option:checked,
option:focus,
option:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

label {
	margin-bottom: 0.5em;
	margin-top: -0.3em;
	display: block;
	color: var(--title-color);
	font-family: var(--body-font);
	font-size: 16px
}

.form-messages {
	display: none
}

:root {
	--input-height: 56px
}

.nice-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	position: relative;
	line-height: calc(var(--input-height) - 2px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.nice-select:after {
	content: '';
	font-family: var(--icon-font);
	font-weight: 700;
	font-size: 16px;
	pointer-events: none;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	right: 20px;
	line-height: calc(var(--input-height) - 2px);
	top: 21px;
	height: 8px;
	width: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nice-select .list {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	max-height: 250px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(0.75) translateY(-28px);
	-ms-transform: scale(0.75) translateY(-28px);
	transform: scale(0.75) translateY(-28px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important
}

.nice-select .option {
	cursor: pointer;
	font-weight: 600;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

.nice-select .option:hover {
	background-color: var(--smoke-color)
}

.nice-select .option.selected {
	font-weight: bold
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}

.th-slider.has-shadow {
	padding-left: 12px;
	padding-right: 12px;
	margin: -25px -12px
}

.th-slider.has-shadow .swiper-wrapper {
	padding: 25px 0
}

.swiper-fade .swiper-slide-prev {
	opacity: 0
}

.swiper-pagination-bullets {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: 45px 0 10px 0;
	padding-bottom: 20px;
	line-height: 20px;
	height: 16px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bullet-horizontal-gap: 15px;
	margin: 5px 7px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #113D48;
	color: #E4E4E4;
	border-radius: 50%;
	position: relative;
	cursor: pointer
}

@media (max-width: 575px) {
	.swiper-pagination-bullets .swiper-pagination-bullet {
		--swiper-pagination-bullet-horizontal-gap: 8px
	}
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

.slider-area {
	position: relative
}

.slider-arrow {
	display: inline-block;
	padding: 0;
	background-color: var(--white-color);
	border: 1px solid var(--white-color);
	box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
	border-radius: 48px;
	color: var(--theme-color);
	position: absolute;
	top: 50%;
	left: var(--pos-x, -120px);
	width: var(--icon-size, 88px);
	height: var(--icon-size, 56px);
	line-height: var(--icon-size, 56px);
	font-size: var(--icon-font-size, 18px);
	margin-top: calc(var(--icon-size, 56px) / -2);
	z-index: 3;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

@media (max-width: 1500px) {
	.slider-arrow {
		display: none !important
	}
}

.slider-arrow.slider-next {
	right: var(--pos-x, -120px);
	left: auto
}

.slider-arrow:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: var(--theme-color)
}

.slider-arrow:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.arrow-wrap {
	position: relative
}

@media (max-width: 1500px) {
	.slider-arrow {
		--arrow-horizontal: -20px;
		--pos-x: -70px
	}
}

@media (max-width: 1399px) {
	.slider-arrow {
		--arrow-horizontal: 40px;
		--pos-x: -17px
	}
}

@media (max-width: 991px) {
	.slider-arrow {
		--icon-size: 40px;
		line-height: 38px;
		margin-right: 40px;
		font-size: 14px
	}

	.slider-arrow.slider-next {
		margin-right: 0;
		margin-left: 40px
	}
}

.th-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background-color: #adb624;
	color: var(--white-color);
	font-family: var(--body-font);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: capitalize;
	border: none;
	font-size: 16px;
	font-weight: 600;
	padding: 18.8px 35px;
	border-radius: 48px;
	-webkit-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
	gap: 8px
}

.th-btn.th-icon:after {
	content: '';
	position: relative;
	-webkit-mask-image: url(../img/mt/arrow-right.svg);
	mask-image: url(../img/mt/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: auto;
	mask-size: auto;
	background-color: var(--white-color);
	width: 24px;
	height: 24px;
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.th-btn:before {
	content: '';
	width: 0;
	height: 100%;
	border-radius: 30em;
	position: absolute;
	top: 0;
	left: -5%;
	background-color: #10848b;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	display: block;
	z-index: -1
}

.th-btn:hover {
	color: var(--white-color);
	box-shadow: none
}

.th-btn:hover:before {
	width: 110%
}

.th-btn.style2 {
	background-color: transparent;
	color: var(--white-color);
	border: 1px solid var(--white-color)
}

.th-btn.style2:hover {
	color: var(--black-color2);
	border: 1px solid var(--white-color)
}

.th-btn.style2:hover:after {
	background-color: var(--title-color)
}

.th-btn.style2:before {
	background-color: var(--white-color)
}

.th-btn.style3 {
	background-color: #adb60b;
	color: var(--white-color);
	box-shadow: none;
	border: none
}

.th-btn.style3:before {
	background-color:#10848b
}

.th-btn.style4 {
	background-color: transparent;
	color: var(--title-color);
	border: 1px solid var(--title-color);
	padding: 14px 25px
}

.th-btn.style4.th-icon:after {
	background-color: var(--title-color)
}

.th-btn.style4:hover {
	color: var(--white-color);
	border: 1px solid var(--theme-color)
}

.th-btn.style4:hover.th-icon:after {
	background-color: var(--white-color)
}

.th-btn.style4:before {
	background-color: var(--theme-color)
}

.th-btn.th-radius2 {
	border-radius: 8px
}

.th-btn.btn-fw {
	width: 100%;
	padding: 18px 30px
}

.icon-btn {
	display: inline-block;
	width: var(--btn-size, 46px);
	height: var(--btn-size, 46px);
	line-height: var(--btn-size, 43px);
	font-size: var(--btn-font-size, 18px);
	background-color: transparent;
	border: 2px solid #888C97;
	color: var(--title-color);
	text-align: center;
	border-radius: 99px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative
}

.icon-btn:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: var(--white-color)
}

.line-btn {
	font-family: var(--body-font);
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: -1px;
	text-transform: uppercase;
	color: var(--theme-color)
}

.line-btn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--theme-color);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.line-btn:hover {
	color: var(--title-color)
}

.line-btn:hover::before {
	background-color: var(--title-color);
	width: 45px
}

.scroll-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: translateY(45px);
	-ms-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear
}

.scroll-top:after {
	content: "\f062";
	font-family: var(--icon-font);
	position: absolute;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: var(--theme-color);
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	z-index: 1;
	border: 2px solid var(--theme-color);
	box-shadow: none;
	border-radius: 50%
}

.scroll-top svg {
	color: var(--theme-color);
	border-radius: 50%;
	background: var(--white-color)
}

.scroll-top svg path {
	fill: none
}

.scroll-top .progress-circle path {
	stroke: var(--theme-color);
	stroke-width: 20px;
	box-sizing: border-box;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.scroll-top.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.sec-title {
	margin-bottom: calc(var(--section-title-space) - 11px)
}

.sub-title {
	display: block;
	color: var(--title-color);
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	font-family: var(--style-font);
	position: relative;
	margin-bottom: -4px
}

@media (max-width: 480px) {
	.sub-title {
		font-size: 30px;
		line-height: 1.4
	}
}

@media (max-width: 375px) {
	.sub-title {
	    font-size: 36px;
    line-height: 1.4;
	}
}

.box-title {
	font-size: 24px;
	line-height: 1.417;
	font-weight: 600;
	margin-top: -0.32em
}

.box-title a {
	color: inherit
}

.box-title a:hover {
	color: var(--theme-color)
}

.sec-text {
	font-size: 18px;
	line-height: 26px
}

.title-area {
	margin-bottom: calc(var(--section-title-space) - 11px);
	position: relative;
	z-index: 2
}

.title-area .sec-title {
	    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 1199px) {

	.title-area,
	.sec-title {
		--section-title-space: 60px
	}
}

@media (max-width: 991px) {

	.title-area,
	.sec-title {
		--section-title-space: 50px
	}
}

@media (max-width: 767px) {
	.sub-title {
		margin-bottom: 10px
	}
}

.shape-mockup-wrap {
	z-index: 2;
	position: relative
}

.shape-mockup {
	position: absolute;
	z-index: -1;
	pointer-events: none
}

@media (max-width: 1600px) {
	.shape-mockup {
		display: none !important
	}
}

.shape-mockup.shape1 {
	-webkit-animation: cloudAni 10s linear infinite;
	animation: cloudAni 10s linear infinite
}

@media (max-width: 1599px) {
	.shape-mockup.shape1 {
		display: none !important
	}
}

.shape-mockup.shape2 {
	-webkit-animation: cloudAni 15s linear infinite;
	animation: cloudAni 15s linear infinite
}

@media (max-width: 1599px) {
	.shape-mockup.shape2 {
		display: none !important
	}
}

.shape-mockup.shape3 {
	-webkit-animation: cloudAni 20s linear infinite;
	animation: cloudAni 20s linear infinite
}

@media (max-width: 1599px) {
	.shape-mockup.shape3 {
		display: none !important
	}
}

.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.th-social a {
	display: inline-block;
	width: var(--icon-size, 32px);
	height: var(--icon-size, 32px);
	line-height: var(--icon-size, 32px);
	background-color: #E9F6F9;
	color: var(--theme-color);
	font-size: 16px;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.th-social a:last-child {
	margin-right: 0
}

.th-social a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.th-social a:hover i {
	-webkit-animation: slideTop 0.5s;
	animation: slideTop 0.5s
}

.bg-mask {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat
}

.btn-group {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px
}

@media (max-width: 767px) {
	.btn-group {
		gap: 20px
	}
}

@media (max-width: 375px) {
	.btn-group {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.slider-drag-cursor {
	pointer-events: none;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: -2px;
	height: 36px;
	width: 36px;
	-webkit-transition: width .1s ease-in-out;
	transition: width .1s ease-in-out;
	background: rgba(17, 61, 72, 0.7);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 100%;
	color: var(--white-color);
	display: none;
	cursor: none
}

.bg-smoke {
	background-color: var(--smoke-color) !important
}

.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.bg-top-center {
	background-size: auto;
	background-position: top center
}

.movingX {
	-webkit-animation: movingX 8s linear infinite;
	animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes movingX {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.th-ani {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.th-ani:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

@-webkit-keyframes slideTop {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	51% {
		opacity: 1
	}
}

@keyframes slideTop {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	51% {
		opacity: 1
	}
}

@-webkit-keyframes cloudAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes cloudAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0
}

.widget_nav_menu .menu {
	margin: -20px 0 -20px 0
}

.widget_nav_menu a {
	display: block;
	background-color: transparent;
	margin: 0;
	padding: 16px 45px 19px 0px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.313;
	color: var(--title-color);
	border-radius: 0;
	border-bottom: 1px solid var(--gray-color)
}

.widget_nav_menu li {
	display: block;
	position: relative
}

.widget_nav_menu li:last-child a {
	border-bottom: none
}

.widget_nav_menu a:hover {
	color: var(--theme-color)
}

.widget_nav_menu a {
	padding-right: 20px
}

.wp-block-archives a:not(:hover) {
	color: inherit
}

.widget {
	padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
	background-color: var(--white-color);
	border: 1px solid var(--gray-color);
	border-radius: 8px;
	margin-bottom: 40px;
	position: relative
}

.widget_title {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	font-family: var(--title-font);
	line-height: 1em;
	margin: -0.12em 0 30px 0
}

.widget_title {
	position: relative;
	padding-bottom: 17px;
	margin: -0.12em 0 30px 0
}

.widget_title:after,
.widget_title:before {
	content: '';
	height: 3px;
	width: 100%;
	background-color: var(--th-border-color);
	position: absolute;
	bottom: 0;
	left: 0
}

.widget_title:after {
	background-color: var(--theme-color);
	width: 30px
}

.sidebar-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	max-width: 312px
}

@media (max-width: 991px) {
	.sidebar-gallery {
		max-width: 100%
	}
}

.sidebar-gallery .gallery-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--white-color);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px)
}

.sidebar-gallery .gallery-btn:hover {
	color: var(--theme-color)
}

.sidebar-gallery .gallery-thumb {
	overflow: hidden;
	position: relative
}

.sidebar-gallery .gallery-thumb:before {
	content: '';
	height: auto;
	width: 0;
	background-color: var(--title-color);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.sidebar-gallery .gallery-thumb img {
	width: 100%;
	border-radius: 4px
}

.sidebar-gallery .gallery-thumb:hover:before {
	opacity: 0.8;
	padding-top: 135%;
	width: 135%;
	border-radius: 35%
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width: 1199px) {
	.widget {
		--widget-padding-y: 30px;
		--widget-padding-x: 30px
	}

	.widget_title {
		font-size: 22px;
		margin: -0.12em 0 28px 0
	}
}

@media (max-width: 991px) {

	.widget {
		--widget-padding-y: 40px;
		--widget-padding-x: 40px
	}
}

@media (max-width: 575px) {
	.widget {
		--widget-padding-y: 30px;
		--widget-padding-x: 30px
	}
}

.footer-widget {
	margin-bottom: 50px
}

.footer-widget {
	padding: 0;
	border: none;
	padding-bottom: 0;
	background-color: transparent;
	box-shadow: none
}

.footer-widget .widget_title {
	padding: 0;
	margin: -0.12em 0 30px 0
}

.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
	display: none
}

.footer-widget.widget_nav_menu ul {
	margin-top: -4px
}

.footer-widget.widget_nav_menu .menu {
	margin-bottom: -4px
}

.footer-widget.widget_nav_menu a {
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	margin-bottom: 21px;
	font-family: var(--body-font);
	color: #888C97;
	display: block;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 0 0 20px;
	background-color: transparent;
	border-bottom: none;
	position: relative
}

.footer-widget.widget_nav_menu a:before {
	content: "\f105";
	position: absolute;
	font-weight: 600;
	left: 0;
	top: 2px;
	font-family: var(--icon-font);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	font-size: 0.9em;
	background-color: transparent;
	border: none;
	color: inherit
}

.footer-widget.widget_nav_menu a:hover {
	background-color: transparent;
	color: var(--theme-color);
	box-shadow: none
}

.footer-widget.widget_nav_menu a:hover:before {
	color: var(--theme-color)
}

.footer-widget.widget_nav_menu li:last-child a {
	margin-bottom: 0
}

.about-logo {
	margin-bottom: 15px
}

.th-widget-about .about-logo {
	margin-bottom: 33px
}

.th-widget-about .about-text {
	color: #666666;
	margin-bottom: 20px;
	margin-top: -0.5em
}

@media (max-width: 1199px) {

	.footer-widget.widget_nav_menu a {
		margin-bottom: 16px
	}
}

@media (max-width: 767px) {
	.footer-widget .widget_title {
		margin-bottom: 35px
	}

	.th-widget-about .about-text {
		margin-bottom: 20px
	}
}

.th-header {
	position: relative;
	z-index: 41
}

.th-header .menu-area {
	position: relative;
	z-index: 2
}

.sticky-wrapper {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: var(--white-color);
	-webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
	-webkit-animation: stickyAni 0.4s ease-in-out;
	animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
	0% {
		-webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
		transform: translate3d(0, -40px, 0) scaleY(0.8);
		opacity: 0.7
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleY(1);
		transform: translate3d(0, 0, 0) scaleY(1);
		opacity: 1
	}
}

@keyframes stickyAni {
	0% {
		-webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
		transform: translate3d(0, -40px, 0) scaleY(0.8);
		opacity: 0.7
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleY(1);
		transform: translate3d(0, 0, 0) scaleY(1);
		opacity: 1
	}
}

.main-menu ul li:has(.sub-menu)>a:after,
.main-menu ul li:has(.mega-menu)>a:after {
	content: "\f107";
	display: inline-block;
	position: relative;
	font-family: var(--icon-font);
	margin-left: 4px;
	font-weight: 400;
	top: 0;
	font-size: 0.9em;
	color: var(--black-color2);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.main-menu ul li:has(.sub-menu)>a:hover:after,
.main-menu ul li:has(.mega-menu)>a:hover:after {
	content: "\f106";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: var(--theme-color)
}

.simple-icon:has(.badge) {
	padding-right: 8px
}

.header-button {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px
}

.header-button .th-btn {
	margin-left: 15px;
	padding: 15px 15px; font-weight: 600;
}

@media (max-width: 1299px) {
	.header-button .th-btn {
		display: none
	}
}

.header-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.header-links li {
	display: inline-block;
	position: relative;
	font-family: var(--body-font);
	font-size: 12px;
	font-weight: 500
}

.header-links li:not(:last-child) {
	margin: 0 46px 0 0
}

.header-links li:not(:last-child):after {
	content: '';
	height: 14px;
	width: 1px;
	background-color: #999999;
	position: absolute;
	top: 5px;
	right: -27px
}

.header-links li,
.header-links a {
	color: var(--black-color2)
}

.header-links a:hover {
	color: var(--theme-color)
}

.header-top {
	padding: 10px 0;
	--body-color: $block-color2
}

.header-top a:hover {
	color: #10848b
}

.header-layout1 {
	background-color: var(--white-color)
}

.header-layout1 .header-top {
	position: relative;
	padding: 6px 0;

	z-index: 2
}

.header-layout1 .header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

}

@media (max-width: 1799px) {
	.header-layout1 .header-right {
		margin-right: 0
	}
}

/*@media (max-width: 375px) {
	.header-layout1 .header-right {
		gap: 15px
	}
}
*/
.header-layout1 .header-right .header-links li:not(:last-child) {
	margin: 0 28px 0 0
}

@media (max-width: 375px) {
	.header-layout1 .header-right .header-links li:not(:last-child) {
		margin: 0 9px 0 0
	}
}

.header-layout1 .header-right .header-links li:not(:last-child):after {
	top: 7px;
	right: -17px
}

@media (max-width: 375px) {
	.header-layout1 .header-right .header-links li:not(:last-child):after {
		right: -6px
	}
}

@media (max-width: 375px) {
	.header-layout1 .header-right .header-links li {
		font-size: 12px
	}
}

.header-layout1 .header-right i {
	margin-left: 0px;
	font-size: 14px
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
	background-image: none !important; padding:10px 0
}

@media (max-width: 1199px) {
	.header-layout1 .sticky-wrapper .menu-area {
		padding: 12px 0
	}
}

.header-layout1 .menu-area {
	z-index: 0
}

.header-layout1 .logo-bg {
	position: absolute;
	top: 0;
	left: 0;

	height: 91px;
	z-index: -1;
	
	animation: fadeColors 25s infinite ease-in-out;
}
@keyframes fadeColors {
    0%   { background-color: #01848c; } /* Teal */
    25%  { background-color: #a8d80d; } /* Lime Green */
    50%  { background-color: #3a86ff; } /* Blue */
    75%  { background-color: #8b5e3c; } /* Brown */
    100% { background-color: #01848c; } /* Back to Teal */
}

@media (min-width: 1930px) {
	.header-layout1 .logo-bg {
		width: 30%;
		height: 93px
	}
}

@media (max-width: 1299px) {
	.header-layout1 .logo-bg {
		width: 38%
	}
}

@media (max-width: 1199px) {
	.header-layout1 .logo-bg {
		width: 40%;
		height: 80px
	}
}

@media (max-width: 991px) {
	.header-layout1 .logo-bg {
		width: 60%;
		height: 66px;
	}
	#primary-content .page-title-small h1 {
    font-size: 34px!important;
}
	.menu-area .container.th-container {
    max-width: 100%;
}

}

@media (max-width: 767px) {
	.header-layout1 .logo-bg {
		width: 60%
	}
}

@media (max-width: 480px) {
	.header-layout1 .logo-bg {
		width: 85%
	}
}

@media (max-width: 375px) {
	.header-layout1 .logo-bg {
		width: 80%
	}
}

@media (min-width: 2570px) and (max-width: 4180px) {
	.header-layout1 .logo-bg {
		width: 40%;
		height: 93px
	}
}

.header-layout11 .main-menu ul li:has(.sub-menu)>a:after,
.header-layout11 .main-menu ul li:has(.mega-menu)>a:after {
	color: var(--white-color)
}

.header-layout12 .main-menu ul li:has(.sub-menu)>a:after,
.header-layout12 .main-menu ul li:has(.mega-menu)>a:after {
	color: var(--white-color)
}

.title-area {
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s
}

.row:after {
	display: none
}

.footer-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden
}

.widget-area {
	padding-top: 100px;
	padding-bottom: 46px
}

.copyright-wrap {
	padding: 18px 0;
	background-color: #262A36
}

.copyright-wrap .copyright-text {
	color: var(--white-color)
}

.copyright-wrap .copyright-text a {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.copyright-wrap .copyright-text a:hover {
	color: var(--theme-color)
}

.newsletter-top {
	border-bottom: 1px solid #E1E4E6;
	margin-bottom: 62px;
	padding-bottom: 50px
}

.newsletter-top .newsletter-title {
	font-size: 40px;
	font-weight: 600
}

@media (max-width: 1199px) {
	.newsletter-top .newsletter-title {
		font-size: 30px
	}
}

@media (max-width: 991px) {
	.newsletter-top .newsletter-title {
		text-align: center
	}
}

.newsletter-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	max-width: 660px;
	margin-left: auto
}

@media (max-width: 480px) {
	.newsletter-form {
		display: block
	}
}

.newsletter-form input {
	border: 1px solid #6E7070;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	height: 64px;
	border-radius: 32px
}

.newsletter-form .th-btn {
	min-width: 227px
}

@media (max-width: 480px) {
	.newsletter-form .th-btn {
		min-width: 100%;

		margin-top: 20px
	}
}

.th-widget-contact {
	max-width: 260px;
	margin-bottom: -0.4em
}

.info-box_text {
	line-height: 1.75em;
	margin-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 16px
}

.info-box_text .icon {
	color: var(--body-color);
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 40px;
	height: 40px;
	line-height: 37px;
	background-color: #E9F6F9;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.info-box_text .icon img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.info-box_text .icon:hover {
	background-color: var(--theme-color)
}

.info-box_text .icon:hover img {
	-webkit-filter: contrast(0) brightness(2);
	filter: contrast(0) brightness(2)
}

.info-box_text .details {
	margin-top: -0.3em
}

.info-box_text .details p {
	margin-bottom: 0
}

.info-box_text a {
	color: inherit
}

.info-box_text a:hover {
	color: var(--theme-color)
}

.info-box_text:not(:last-child) {
	margin-bottom: 18px
}

.footer-card .title {
	font-weight: 400;
	font-size: 16px;
	color: var(--white-color);
	margin-right: 16px
}

.footer-layout1 .th-social a {
	margin-right: 10px
}

.footer-layout1 .copyright-wrap .copyright-text {
	font-size: 14px;
	font-weight: 400
}

.footer-layout1 .copyright-wrap .copyright-text a {
	color: inherit
}

.copyright-text {
	margin: 0
}

@media (max-width: 991px) {
	.copyright-text {
		text-align: center
	}
}

.copyright-text a {
	color: var(--theme-color)
}

.copyright-text a:hover {
	color: var(--white-color)
}

.footer-layout2 .footer-widget.widget_nav_menu a:not(:hover) {
	color: #E9F6F9
}

blockquote:not(:has(>cite)) p:last-child,
.wp-block-quote:not(:has(>cite)) p:last-child {
	margin-bottom: -0.3em
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
	padding-bottom: 10px
}

.blog-meta {
	display: block
}

.blog-meta a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: var(--body-color);
	font-family: var(--body-font);
	position: relative;
	text-transform: capitalize;
	margin-right: 12px
}

.blog-meta a:not(:last-child) {
	padding-right: 16px
}

.blog-meta a:not(:last-child):after {
	content: "";
	height: 10px;
	width: 1px;
	background-color: #999999;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px
}

.blog-meta a:hover {
	color: var(--theme-color)
}

@media (max-width: 1199px) {

	.blog-meta a {
		margin-right: 15px
	}

	.blog-meta a:not(:last-child) {
		padding-right: 15px
	}
}

@media (max-width: 575px) {

	.blog-meta a {
		margin-right: 20px
	}

	.blog-meta a:not(:last-child) {
		padding-right: 0
	}

	.blog-meta a:not(:last-child):after {
		display: none
	}
}

.blog-img {
	line-height: 1px
}

.blog-img img {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.th-comment-form:has(#wp-temp-form-div),
.th-comments-wrap:has(#wp-temp-form-div) {
	padding: 0;
	box-shadow: none;
	display: none
}

ul.comment-list:has(>.th-comment-item ~ .th-comment-item):first-child>.th-post-comment {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--th-border-color)
}

.th-hero-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden
}

.hero-1 {
	position: relative;
	overflow: hidden
}

.hero-1 .th-swiper-custom {
	position: absolute;
	top: 47%;
	margin: 0;
/*	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);*/
	right: 55px;
	z-index: 9
}

@media (max-width: 767px) {
	.hero-1 .th-swiper-custom {
		display: none
	}
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: 25px 0 0px 0;
	line-height: 10px;
	height: 3px
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	--swiper-pagination-bullet-size: 24px;
	--swiper-pagination-bullet-horizontal-gap: 12px;
	margin: 5px 7px;
	height: 2px;
	opacity: 1;
	border-radius: 0;
	background-color: var(--white-color);
	border: 1px solid var(--white-color);
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
	display: none
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color)
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
	margin-left: 0
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0
}

.hero-1 .slider-arrow {
	--icon-size: 64px;
	background: rgba(250, 252, 244, 0.2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 36px;
	color: var(--white-color);
	box-shadow: none;
	border: none;
	opacity: 1;
	visibility: visible;
	left: var(--pos-x, -90px)
}

@media (max-width: 1399px) {
	.hero-1 .slider-arrow {
		display: none
	}
}

.hero-1 .slider-arrow img {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.hero-1 .slider-arrow.slider-next {
	right: var(--pos-x, -90px);
	left: auto
}

.hero-1 .slider-arrow:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.hero-1:hover .slider-arrow {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.hero-style1 {
	position: relative;
	z-index: 9;
	padding: 206px 0 260px 0
}

.hero-style1 .sub-title {
	color: var(--white-color);
	margin-bottom: 0px;
	display: block
}

.hero-style1 .hero-title {
	color: var(--white-color);
	margin-bottom: 45px; font-size:50px;
}
span.after_writed {
    margin-top: 20px;
    display: block;font-weight: 500;
}

.hero-style1 .btn-group {
	gap: 16px
}

@media (max-width: 480px) {
	.hero-style1 .btn-group {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width: 991px) {
	.hero-style1 {
		max-width: 550px
	}

	.hero-style1 .hero-title {
		font-size: 58px;
		line-height: 68px
	}
}

@media (max-width: 767px) {

	.hero-style1 {
		padding: 130px 0 185px 0;
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width: 767px) {
	.hero-style1 .hero-title {
		font-size: 44px;
		line-height: 54px
	}
}

@media (max-width: 575px) {
	.hero-style1 {
		padding: 80px 0 180px 0
	}

	.hero-title {
		font-size: 42px;
		line-height: 1.24;
		margin-bottom: 35px
	}
}



@media (max-width: 330px) {
	.hero-title {
		font-size: 32px
	}
}

@media (min-width: 567px) {
}

.star-rating {
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	font-family: var(--icon-font);
	font-weight: 900;
	font-size: 12px
}

.star-rating:before {
	content: "\e28b\e28b\e28b\e28b\e28b";
	color: #e1e1e1;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 3px
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.star-rating span:before {
	content: "\e28b\e28b\e28b\e28b\e28b";
	top: 0;
	position: absolute;
	left: 0;
	color: #FF9C00;
	letter-spacing: 3px
}

.about-contact-grid .about-contact-details-text a:not(:hover) {
	color: initial
}

.global-img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.global-img:after {
	background: rgba(255, 255, 255, 0.5);
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9
}

.global-img img {
	width: 100%;
	object-fit: cover;
	-webkit-transition: 1.3s all ease;
	transition: 1.3s all ease
}

@media (max-width: 991px) {
	.global-img {
		min-width: 100%;
		margin-bottom: 30px
	}
}

.global-img:hover:after {
	height: 100%;
	opacity: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.global-img:hover img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.img-box1 {
	position: relative;
	margin-bottom: 20px
}

@media (max-width: 1199px) {
	.img-box1 {
		margin-bottom: 50px
	}
}

.img-box1 .img1 {
	position: relative;
	overflow: hidden
}

@media (max-width: 1299px) {
	.img-box1 .img1 {
		max-width: 280px
	}
}

@media (max-width: 480px) {
	.img-box1 .img1 {
		max-width: 100%
	}
}
.img-box1 .img1 img{width:100%;height:100%; object-fit:cover}
.img-box1 .img1 {
	border-radius: 156px 156px 0px 156px;
overflow:hidden;    max-width: 312px;
    margin-left: 0;	    height: 630px;
	}

.img-box1 .img2 {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden
}
.img-box1 .img2 {
		max-width: 280px
	}
	.img-box1 .img3 {
		max-width: 280px
	}
@media (max-width: 1399px) {
	.img-box1 .img2 {
		max-width: 280px
	}
}

@media (max-width: 1299px) {
	.img-box1 .img2 {
		max-width: 220px
	}
}

@media (max-width: 1199px) {
	.img-box1 .img2 {
		right: 40%
	}
}

@media (max-width: 991px) {
	/*.img-box1 .img2 {
		right: 10%
	}
	    .img-box1 .img1 {
        max-width: 100%;
    }*/
}

@media (max-width: 767px) {
	.img-box1 .img2 {
		right: 0%
	}
}

@media (max-width: 480px) {

}

.img-box1 .img2 img {
	border-radius: 156px 156px 156px 0px
}

.img-box1 .img3 {
	position: absolute;
	bottom: 0px;
	right: 0;
	overflow: hidden
}

@media (max-width: 1399px) {
	.img-box1 .img3 {
		max-width: 280px
	}
}

@media (max-width: 1299px) {
	.img-box1 .img3 {
		max-width: 220px
	}
}

@media (max-width: 1199px) {
	.img-box1 .img3 {
		right: 40%
	}
}

@media (max-width: 991px) {
	.img-box1 .img3 {
		right: 10%
	}
}

@media (max-width: 767px) {
	.img-box1 .img3 {
		right: 0%
	}
}

@media (max-width: 480px) {

}

.img-box1 .img3 img {
	border-radius: 156px 0px 156px 156px
}

.about-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;align-items: center;
}
.about-item .box-title{margin-bottom:0 !important}
.about-item:not(:last-child) {
	margin-bottom: 30px
}

.about-item_img {
	min-width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--theme-color);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.about-item_img img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.about-item_img:hover {
	background-color: var(--title-color)
}

.about-item_img:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.about-item .box-title {
	margin-bottom: 7px
}

@media (max-width: 375px) {
	.about-item .box-title {
		font-size: 20px
	}
}

.about-item_text {
	margin-bottom: -0.3rem
}

.about-shape {
	position: absolute
}

.about-shape:before {
	content: "";
	position: absolute;
	left: -47%;
	bottom: 17%;
	width: 396px;
	height: 396px;
	border-radius: 50%;
	background: #E9F6F9;
	z-index: -1
}

.about-rating {
	width: 62px;
	height: 62px;
	line-height: 62px;
	border-radius: 50%;
	background-color: var(--white-color);
	box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
	text-align: center;
	padding: 10px
}

.about-rating i {
	font-size: 16px;
	color: #EB5757;
	display: block
}

.about-rating span {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: var(--black-color)
}

.about-emoji {
	width: 62px;
	height: 62px;
	line-height: 62px;
	border-radius: 50%;
	background-color: var(--white-color);
	box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
	text-align: center
}

.about-item-wrap {
	min-width: 386px
}

@media (max-width: 575px) {
	.about-item-wrap {
		min-width: 100%
	}
}

.team-about .th-social a:not(:hover) {
	background-color: #E4E4E4;
	color: var(--title-color)
}

.testiSlider1 {
	overflow: visible;
	/*margin: 0 -185px !important*/
}

@media (max-width: 1399px) {
	.testiSlider1 {
		/*margin: 0 -80px !important*/
	}
}

@media (max-width: 991px) {
	.testiSlider1 {
		margin-top: 0 !important
	}
}

@media (max-width: 767px) {
	.testiSlider1 {
		margin: 0 !important
	}
}

.testiSlider1 .swiper-slide {
	margin-top: 98px !important;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out
}

@media (max-width: 991px) {
	.testiSlider1 .swiper-slide {
		margin-top: 58px !important
	}
}

.testiSlider1 .swiper-slide.swiper-slide-active {
	margin-top: 0 !important;
	margin-bottom: 80px !important
}

@media (max-width: 991px) {
	.testiSlider1 .swiper-slide.swiper-slide-active {
		margin-bottom: 40px !important
	}
}

@media (max-width: 767px) {
	.testiSlider1 .swiper-slide.swiper-slide-active {
		width: 100% !important
	}
}

.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote {
	background-color: var(--theme-color)
}

.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.testiSlider1 .swiper-wrapper {
	visibility: visible
}

.testi-card {
	position: relative;
	padding: 40px 30px 64px;
	background: #E9F6F9;
	border-radius: 24px;
	margin: 10px 10px
}

@media (max-width: 991px) {
	.testi-card {
		padding: 30px 30px 64px
	}
}

@media (max-width: 575px) {
	.testi-card {
		padding: 25px 25px 64px
	}
}

.testi-card_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;    justify-content: center;
}
.testi-card{text-align:center}

@media (max-width: 480px) {
	.testi-card_wrapper {
		display: block
	}
}

.testi-card_profile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}

.testi-card_avater {
	max-width: 72px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

@media (max-width: 575px) {
	.testi-card_avater {
		min-width: 40px
	}
}

.testi-card_avater img {
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.testi-card .box-title {
	margin-bottom: 0
}

@media (max-width: 575px) {
	.testi-card .box-title {
		font-size: 20px
	}
}

.testi-card_review i {
	color: #FFA944;
	font-size: 14px;
	margin-right: 3px
}

@media (max-width: 991px) {
	.testi-card_review i {
		font-size: 12px
	}
}

.testi-card_text {
	color: var(--black-color2);
	font-size: 18px;
	font-weight: 500;
	max-width: 636px;
	margin-bottom: -0.3rem
}

@media (max-width: 575px) {
	.testi-card_text {
		font-size: 18px
	}
}

.testi-card-quote {
	width: 78px;
	height: 78px;
	line-height: 70px;
	text-align: center;
	background-color: var(--white-color);
	border: 4px solid var(--white-color);
	border-radius: 50%;
	position: absolute;
	left: 48%;
	bottom: -30px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.blog-box {
	position: relative
}

.blog-box .blog-img {
	margin-bottom: 35px;
	border-radius: 16px
}

.blog-box .blog-img img {
	border-radius: 16px
}

.blog-box .blog-img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.blog-box .blog-img img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.blog-box .box-title {
	line-height: 34px;
	margin-bottom: 10px
}

.blog-box .blog-meta {
	margin: -0.3rem 0 8px 0
}

@media (max-width: 375px) {

	.blog-box .blog-meta a {
		font-size: 14px
	}
}

.blog-box .th-btn {
	padding: 10px 25px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-box .th-btn:after {
	width: 16px;
	height: 16px;
	-webkit-mask-image: url(../img/mt/arrow-right2.svg);
	mask-image: url(../img/mt/arrow-right2.svg)
}

.blog-box:hover .blog-img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08)
}

.categorySlider {
	overflow: hidden
}

.categorySlider .swiper-pagination-bullets {
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
	position: relative
}
.categorySlider .swiper-pagination-bullets span.swiper-pagination-bullet {
    margin: 0 10px;
}

.categorySlider.th-slider.has-shadow {
	padding: 0px !important;
	margin: -25px 14px !important
}

.category-area {
	padding: 165px 0 120px 0;
	margin-top: -55px
}

.category-area .th-container {
	--main-container: 1750px
}

.category-area .swiper .swiper-slide {
	width: 312px
}

.category-card {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}

.category-card .box-img {
	border-radius: 24px;
	margin-bottom: 22px
}

.category-card .box-img img {
	border-radius: 24px;
	-webkit-transition: 1.3s all ease;
	transition: 1.3s all ease
}

.category-card .box-title {
	margin-bottom: 0
}

.category-card .line-btn {
	text-transform: capitalize;
	color: var(--body-color)
}

.category-card .line-btn:before {
	display: none
}

.category-card:hover .box-img img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.category-card {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}

.category-card .box-img {
	border-radius: 24px;
	margin-bottom: 22px
}

.category-card .box-img img {
	border-radius: 24px;
	-webkit-transition: 1.3s all ease;
	transition: 1.3s all ease
}

.category-card .box-title {
	margin-bottom: 0
}

.category-card .line-btn {
	text-transform: capitalize;
	color: var(--body-color)
}

.category-card .line-btn:before {
	display: none
}

.category-card:hover .box-img img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

@media (min-width: 1930px) {
	.tour-area {
		background-size: cover;
		margin-bottom: 120px
	}
}

.tour-box {
	position: relative;
	background-color: var(--white-color);
	border: 1px solid #BCCED2;
	border-top: transparent;
	border-radius: 16px;
	overflow: hidden
}

.tour-box_img {
	position: relative;
	border-radius: 16px 16px 0 0;
	z-index: 2;
	overflow: hidden
}

@media (max-width: 991px) {
	.tour-box_img {
		margin-bottom: 0
	}
}

.tour-box_img:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%)
}

.tour-box_img img {
	width: 100%;
	border-radius: 16px 16px 0 0;
	-webkit-transition: 1.3s all ease;
	transition: 1.3s all ease
}

.tour-box .tour-content {
	padding: 24px 24px 16px 24px
}

.tour-box .box-title {
	color: var(--black-color2);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px
}

.tour-box .tour-rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 13px
}

.tour-box .star-rating {
	font-size: 14px
}

.tour-box .star-rating span:before {
	color: #FF833E
}

.tour-box .woocommerce-review-link {
	font-size: 16px;
	line-height: 16px;
	color: var(--black-color2)
}

.tour-box_price {
	font-family: var(--body-font);
	font-size: 18px;
	font-weight: 400;
	color: var(--body-color);
	margin-bottom: 35px
}

.tour-box .currency {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.02em;
	color: var(--black-color2)
}

.tour-box .tour-action {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tour-box .tour-action i {
	margin-right: 8px
}

.tour-box .tour-action span {
	font-weight: 400;
	font-size: 16px;
	color: var(--title-color)
}

.tour-box .tour-action .th-btn {
	border: 1px solid var(--gray-color);
	font-weight: 500;
	padding: 10px 19.5px
}

@media (max-width: 1199px) {
	.tour-box .tour-action .th-btn {
		padding: 10px 15px
	}
}

.tour-box .tour-action .th-btn:after {
	-webkit-mask-image: url(../img/mt/arrow-right3.svg);
	mask-image: url(../img/mt/arrow-right3.svg)
}

.tour-box:hover {
	box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25)
}

.tour-box:hover .tour-box_img img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.tour-slider {
	position: relative
}

.gallery-area .row {
	--bs-gutter-x: 17px
}

.gallery-card:nth-child(2) {
	margin-top: 17px
}

.gallery-card .box-img {
	border-radius: 24px
}

@media (max-width: 991px) {
	.gallery-card .box-img {
		margin-bottom: 10px
	}
}

.gallery-card .box-img img {
	border-radius: 24px
}

.gallery-card .box-img .icon-btn {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	z-index: 3;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border: none;
	font-size: 40px;
	font-weight: 300;
	color: var(--white-color)
}

.gallery-card .box-img .icon-btn:hover {
	background-color: transparent
}

.gallery-card:hover .icon-btn {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.destination-slider .swiper-slide {
	border-radius: 24px;
	-webkit-filter: blur(4px);
	filter: blur(4px)
}

.destination-slider .swiper-slide.swiper-slide-active {
	border-radius: 24px;
	-webkit-filter: none !important;
	filter: none !important
}

.destination-slider .destination-box .destination-content {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.destination-box {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	--space: 40px
}

@media (max-width: 991px) {
	.destination-box {
		--space: 20px
	}
}

@media (max-width: 575px) {
	.destination-box {
		padding: 10px;
		border-radius: 20px;
		--space: 10px
	}
}

.destination-box .destination-img {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	z-index: 2
}

.destination-box .destination-img:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
	border-radius: 24px
}

@media (max-width: 575px) {
	.destination-box .destination-img {
		border-radius: 15px
	}
}

.destination-box .destination-img img {
	max-width: 100%;
	max-height: 636px;
	width: 100%;
	object-fit: cover;
	border-radius: 24px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

@media (max-width: 575px) {
	.destination-box .destination-img img {
		max-width: 100%;
		max-height: 100%;
		border-radius: 15px
	}
}
.destination-img .media-left {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.destination-box .box-title{    font-size: 32px;
    font-weight: 600;}
.destination-box .destination-content {
	position: absolute;
	bottom: 40px;
	z-index: 2;
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	    align-items: center;
}

@media (max-width: 991px) {
	.destination-box .destination-content {
		max-width: 380px;
		gap: 60px
	}
}

@media (max-width: 767px) {
	.destination-box .destination-content {
		max-width: 100%;
		display: block;
		margin: auto;
		text-align: center
	}
}

.destination-box .box-title {
	margin-bottom: 0px
}

@media (max-width: 375px) {

}

.destination-box .box-title a {
	color: var(--white-color)
}

.destination-box .destination-subtitle {
	font-size: 16px;
	color: var(--white-color);
	margin-bottom: 8px
}

.destination-box .th-btn {
	padding: 11.5px 34px
}

.destination-box .th-btn:after {
	-webkit-mask-image: url("../img/mt/arrow-right3.svg");
	mask-image: url("../img/mt/arrow-right3.svg");
	width: 16px;
	height: 16px
}

@media (max-width: 1199px) {
	.destination-box .th-btn {
		padding: 10px 20px
	}
}

@media (max-width: 767px) {
	.destination-box .th-btn {
		padding: 7px 20px;
		margin-top: 10px
	}

	.destination-box .th-btn:after {
		display: none
	}
}

@media (max-width: 375px) {
	.destination-box .th-btn {
		padding: 7px 10px
	}
}

.destination-box:hover .destination-img:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.popup-login-register {
	position: relative;
	max-width: 606px;
	display: block;
	margin: auto;
	background: var(--white-color);
	border-radius: 16px;
	padding: 40px
}

.popup-login-register ul {
	gap: 30px;
	border-bottom: 3px solid var(--th-border-color);
	margin-bottom: 28px
}

.popup-login-register ul li .nav-menu {
	position: relative;
	background: transparent;
	font-size: 18px;
	color: var(--body-color);
	border: none;
	font-family: var(--title-font);
	font-weight: 600;
	padding: 0;
	padding-bottom: 20px
}

.popup-login-register ul li .nav-menu:before {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0
}

.popup-login-register ul li .nav-menu.active {
	color: var(--black-color2)
}

.popup-login-register ul li .nav-menu.active:before {
	background-color: var(--theme-color)
}

.popup-login-register .box-title {
	font-size: 28px;
	font-weight: 700
}
.booking-sec{    margin-top: -110px;
    position: relative;
    z-index: 9;}

.booking-sec .title_section h2{color:#fff; font-size:32px;text-align:center}

.col-lg-20{width:20%}
.col-lg-24{width:24%}
.col-lg-16{width:16%}

.search-input {
    width: 100%;
}
.input-wrap .form-group .search-input input, .input-wrap .form-group .search-input .nice-select{    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size: 14px;
    color: #000;
        padding: 6px 2px;
    height: auto;    border-radius: 8px;
    padding: 6px 6px;
    border: 1px solid #ccc;}	

.input-wrap .form-group .search-input input:focus, .input-wrap .form-group .search-input .nice-select:focus{border-color:#038185}

.input-wrap .form-btn .th-btn{width:100%;}

.booking-form {
	position: relative;
	background-color: var(--white-color);
	border: 2px solid var(--theme-color);
	box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
	border-radius: 16px;
	padding: 21px 32px;
	z-index: 3;
	
}

@media (max-width: 1199px) {
	.booking-form {
		padding: 20px 20px
	}
}

.input-wrap .form-group {
	margin-bottom: 0;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px
}

@media (max-width: 991px) {
	.input-wrap .form-group {
		margin-bottom: 15px;
		padding-left: 0px
	}
.booking-form .input-wrap .col-lg-20 {
    width: 40%;
}
.th-slider.hero-slider-1 .hero-inner img {
    object-fit: cover;
    min-height: 650px!important;
}
	.input-wrap .form-group .search-input {
		min-width: 160px
	}
}

@media (max-width: 767px) {
	#cssmenu ul {
        top: 0!important;
    }
	.input-wrap .form-group .search-input {
		min-width: 92%
	}
	.booking-form .input-wrap .col-lg-20 {
    width: 100%;
}
}

.input-wrap .form-group:not(:first-child) {
	border-left: 1px solid #E1E4E5;
	padding-left: 0px
}

@media (max-width: 991px) {
	.input-wrap .form-group:not(:last-child) {
		border: none
	}
}

.input-wrap .form-group .icon i {
	font-size: 24px;
	color: var(--theme-color)
}

@media (max-width: 1199px) {
	.input-wrap .form-group .icon i {
		font-size: 18px
	}
}

.input-wrap .form-group input {
	padding: 0 0 0 37px;
	font-size: 16px;
	font-weight: 600
}

.input-wrap .form-group .nice-select {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.input-wrap .form-group .dropdown-toggle{    background: transparent;
    padding: 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    text-transform: inherit;    box-shadow: none;
    outline: 0 !important;}
	.bootstrap-select>.dropdown-toggle:after{content:none}

.input-wrap .form-group .nice-select:after {
	top: 15px;
	right: 5px
}
.bootstrap-select .dropdown-menu li a {
    font-weight: 600;
}

@media (max-width: 991px) {
	.input-wrap .form-group .nice-select:after {
		right: 20px
	}
}

.nice-select.open .list {
    opacity: 1;
    border-radius: 0;
    pointer-events: auto;
    display: block;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-bottom: 1px solid var(--theme-color);
}

.input-wrap .form-group .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color);
}
.input-wrap .form-group .nice-select.open .list {
    -webkit-animation: fade-down .3s linear;
    animation: fade-down .3s linear;
}

.input-wrap .form-group .nice-select .list {
	overflow-y: scroll;
	z-index: 9
}

.input-wrap .form-group .nice-select .list {
	width: 100%
}

.input-wrap .form-group .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}

.input-wrap .form-group select,
.input-wrap .form-group .form-select,
.input-wrap .form-group .nice-select,
.input-wrap .form-group input {
	height: 30px;
	line-height: 30px;
	border: none;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	color: var(--black-color2)
}

@media (max-width: 1199px) {

	.input-wrap .form-group select,
	.input-wrap .form-group .form-select,
	.input-wrap .form-group .nice-select,
	.input-wrap .form-group input {
		font-size: 14px
	}
}

.input-wrap .form-group .nice-select .option {
	color:#000;
	display: block
}

.input-wrap .form-group .nice-select .option.selected {
	color: var(--theme-color) !important;
	background: var(--theme-color) !important;
	font-weight: 400
}

.input-wrap .form-group .nice-select .option:hover {
	background: var(--theme-color) !important;
	color: #fff !important
}

.input-wrap .form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width: 991px) {
	.input-wrap .form-btn {
		display: block
	}

	.input-wrap .form-btn .th-btn {
		width: 100%
	}
}

.input-wrap .form-btn .th-btn {
	padding: 15px 45px
}

@media (max-width: 767px) {
	.input-wrap .form-btn .th-btn {
		width: 100%
	}
}

.mt-20 {
	margin-top: 20px
}

.mt-35 {
	margin-top: 35px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-30 {
	margin-bottom: 30px
}

.space {
	padding-top: var(--section-space)
}

.space {
	padding-bottom: var(--section-space)
}

@media (max-width: 991px) {

	.space {
		padding-top: var(--section-space-mobile)
	}

	.space {
		padding-bottom: var(--section-space-mobile)
	}
}

.slider-drag-cursor {
	pointer-events: none;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: -2px;
	height: 36px;
	width: 36px;
	-webkit-transition: width .1s ease-in-out;
	transition: width .1s ease-in-out;
	background: rgba(17, 61, 72, 0.7);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 100%;
	color: var(--white-color);
	display: none;
	cursor: none
}

.slider-drag-cursor.active {
	display: block
}