:root {
	--theme-color: #1cb098;
	--theme-color2: #ffbf00;
	--title-color: #1e1e1e;
	--body-color: #556377;
	--smoke-color: #f3f5f4;
	--smoke-color2: #f0fbf8;
	--smoke-color3: #f5f0ff;
	--smoke-color4: #f5f5f5;
	--light-color: #eaf4ff;
	--light-color2: #8d98a9;
	--black-color: #000000;
	--black-color2: #00112b;
	--black-color3: #1d2e47;
	--black-color4: #08001c;
	--white-color: #ffffff;
	--th-border-color: #d3dbe2;
	--th-border-color2: #a3a3a3;
	--th-border-color3: #e5e5e5;
	--gray-color: #fdf8ea;
	--black-color5: #2a2213;
	--black-color6: #2d333d;
	--black-color7: #0e0e13;
	--yellow-color: #ff9f43;
	--success-color: #28a745;
	--error-color: #dc3545;
	--th-border-color4: #353b45;
	--th-border-color5: #49515c;
	--th-border-color6: #383d46;
	--title-font: 'Plus Jakarta Sans', sans-serif;
	--title-font2: 'Noto Serif', serif;
	--body-font: 'Inter', sans-serif;
	--icon-font: 'Font Awesome 6 Pro';
	--main-container: 1320px;
	--container-gutters: 24px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 60px;
	--ripple-ani-duration: 5s;
	--th-body-background: #ffffff;
}
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;
	background: var(--th-body-background);
	-webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	border-radius: 0px;
}
body::-webkit-scrollbar-track {
	background: rgba(252, 0, 18, 0.1);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
}
body::-webkit-scrollbar-thumb {
	background-color: var(--theme-color);
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.3) 25%,
		transparent 20%,
		transparent 50%,
		rgba(255, 255, 255, 0.3) 50%,
		rgba(255, 255, 255, 0.3) 75%,
		transparent 75%,
		transparent
	);
	border-radius: 0px;
}
body.theme-style2 {
	--theme-color2: #ff5c2a;
}
body.theme-style3 {
	--theme-color: #1882ff;
}
body.theme-style4 {
	--theme-color: #743ef9;
}
iframe {
	border: none;
	width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
	outline: none;
}
input:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
	max-width: 100%;
	height: auto;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid var(--th-border-color);
}
th {
	font-weight: 700;
	color: var(--title-color);
}
td,
th {
	border: 1px solid var(--th-border-color);
	padding: 9px 12px;
}
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%;
}
ins {
	text-decoration: none;
}
pre {
	font-family: var(--body-font);
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
span.ajax-loader:empty,
p:empty {
	display: none;
}
p {
	font-family: var(--body-font);
	margin: 0 0 18px 0;
	color: var(--body-color);
	line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	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,
h1 {
	font-size: 74px;
	line-height: 1.18;
}
.h2,
h2 {
	font-size: 48px;
	line-height: 1.227;
}
.h3,
h3 {
	font-size: 36px;
	line-height: 1.278;
}
.h4,
h4 {
	font-size: 30px;
	line-height: 1.333;
}
.h5,
h5 {
	font-size: 24px;
	line-height: 1.417;
}
.h6,
h6 {
	font-size: 20px;
	line-height: 1.5;
}
@media (max-width: 1399px) {
	.h1,
	h1 {
		font-size: 70px;
		line-height: 1.3;
	}
	.h2,
	h2 {
		font-size: 42px;
		line-height: 1.3;
	}
}
@media (max-width: 1199px) {
	.h1,
	h1 {
		font-size: 55px;
		line-height: 1.3;
	}
	.h2,
	h2 {
		font-size: 40px;
		line-height: 1.3;
	}
	.h3,
	h3 {
		font-size: 30px;
	}
	.h4,
	h4 {
		font-size: 24px;
	}
	.h5,
	h5 {
		font-size: 20px;
	}
	.h6,
	h6 {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.h1,
	h1 {
		font-size: 40px;
	}
	.h2,
	h2 {
		font-size: 34px;
		line-height: 1.3;
	}
	.h3,
	h3 {
		font-size: 26px;
	}
	.h4,
	h4 {
		font-size: 22px;
	}
	.h5,
	h5 {
		font-size: 18px;
	}
	.h6,
	h6 {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.h1,
	h1 {
		font-size: 34px;
		line-height: 1.35;
	}
	.h2,
	h2 {
		font-size: 28px;
	}
}
@media (max-width: 375px) {
	.h1,
	h1 {
		font-size: 32px;
	}
}
body.th-magic-cursor #magic-cursor {
	display: block;
}
#magic-cursor {
	position: absolute;
	display: none;
	width: 10px;
	height: 10px;
	pointer-events: none;
	z-index: 99999;
	opacity: 0;
	top: 0;
	left: 0;
}
#ball {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	mix-blend-mode: difference;
	background-color: var(--title-color);
}
.cursor-bg-red #ball {
	background-color: var(--theme-color2) !important;
}
.cursor-bg-red #ball .ball-view {
	color: var(--white-color);
}
.cursor-white-bg #ball {
	background-color: var(--white-color) !important;
}
.cursor-white-bg #ball .ball-view {
	color: var(--title-color);
}
.cursor-black-bg #ball {
	background-color: var(--title-color) !important;
}
.cursor-black-bg #ball .ball-view {
	color: var(--white-color);
}
.cursor-bg-green #ball {
	background-color: var(--theme-color) !important;
}
.cursor-bg-green #ball .ball-view {
	color: var(--white-color);
}
#ball .ball-view {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	font-family: var(--title-font);
	color: var(--title-color);
}
#ball .ball-drag {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-family: var(--title-font);
	color: var(--title-color);
}
#ball .ball-drag::before,
#ball .ball-drag::after {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	font-size: 19px;
	height: 10px;
	line-height: 10px;
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	color: var(--white-color);
	font-family: var(--icon-font);
	-webkit-font-smoothing: antialiased;
}
#ball .ball-drag::before {
	content: '';
	left: 0;
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#ball .ball-drag::after {
	content: '';
	right: 0;
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#ball.with-blur {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#ball.ball-close-enabled {
	opacity: 1 !important;
}
#ball .ball-close {
	position: absolute;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: var(--title-color);
}
.th-magnetic-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
p.has-drop-cap {
	margin-bottom: 20px;
}
.page--item p:last-child .alignright {
	clear: right;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a:hover {
	color: var(--theme-color);
}
.woosw-list table.woosw-items tr td {
	padding: 20px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
	font-size: 20px;
	color: var(--title-color);
}
.woosw-list table.woosw-items tr .woosw-item--actions {
	width: 88px;
}
.single-give_forms .give_forms {
	margin: 0 !important;
}
[id*='give-form'] div.summary,
[id*='give-form'] div#give-sidebar-left {
	float: none !important;
	width: 100% !important;
}
[id*='give-form'] div.images {
	margin: 0 0 40px !important;
	overflow: hidden !important;
	border-radius: 30px !important;
}
[id*='give-form'] .give-form-title {
	font-size: 40px !important;
	margin: 0 0 30px !important;
}
.give_error,
.give_success,
.give_warning {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin: 30px 0 30px 40px !important;
	z-index: auto !important;
	background: rgba(0, 0, 0, 0) !important;
}
.give_error:after,
.give_success:after,
.give_warning:after {
	content: '';
	position: absolute;
	inset: 0 0 0 -43px;
	border-radius: 30px;
	background: var(--gray-color);
	z-index: -1;
}
form[id*='give-form'] .give-esculion-amount {
	margin: 0 0 20px !important;
	position: relative;
}
form[id*='give-form']
	.give-esculion-amount
	.give-currency-symbol.give-currency-position-before {
	position: absolute;
	left: 5px;
	top: 5px;
	right: auto;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--theme-color);
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: var(--white-color);
}
form[id*='give-form'] .give-esculion-amount #give-amount,
form[id*='give-form'] .give-esculion-amount #give-amount-text {
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
	background: var(--white-color);
	height: 60px;
	padding: 0 20px 0 65px;
	font-size: 22px;
	font-weight: 700;
	color: var(--title-color);
	min-width: 260px;
	border: 0;
	border-radius: 50px;
}
.give-btn {
	border: 1px solid var(--th-border-color);
	font-size: 16px;
	font-weight: 600;
	color: var(--title-color);
	border-radius: 30px;
	height: 40px;
	line-height: 40px;
	min-width: 100px;
	padding: 0 34px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: rgba(0, 0, 0, 0);
}
form[id*='give-form'] #give-gateway-radio-list > li input[type='radio'] {
	display: none !important;
}
form[id*='give-form'] #give-gateway-radio-list > li label.give-gateway-option {
	display: inline-block !important;
}
#give-recurring-form .give-section-break,
#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form .give-section-break,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*='give-form'] .give-section-break,
form[id*='give-form'] h3.give-section-break,
form[id*='give-form'] h4.give-section-break,
form[id*='give-form'] legend {
	font-size: 24px !important;
	color: var(--title-color) !important;
	margin: 10px 0 20px !important;
	padding: 0 0 15px !important;
}
#give-recurring-form .form-row .give-input-field-wrapper,
#give-recurring-form .form-row input[type='email'],
#give-recurring-form .form-row input[type='password'],
#give-recurring-form .form-row input[type='tel'],
#give-recurring-form .form-row input[type='text'],
#give-recurring-form .form-row input[type='url'],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row .give-input-field-wrapper,
form.give-form .form-row input[type='email'],
form.give-form .form-row input[type='password'],
form.give-form .form-row input[type='tel'],
form.give-form .form-row input[type='text'],
form.give-form .form-row input[type='url'],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*='give-form'] .form-row .give-input-field-wrapper,
form[id*='give-form'] .form-row input[type='email'],
form[id*='give-form'] .form-row input[type='password'],
form[id*='give-form'] .form-row input[type='tel'],
form[id*='give-form'] .form-row input[type='text'],
form[id*='give-form'] .form-row input[type='url'],
form[id*='give-form'] .form-row select,
form[id*='give-form'] .form-row textarea {
	padding: 0 30px !important;
	border-radius: 50px !important;
}
.give-submit-button-wrap .give-submit,
[id^='give-user-login-submit'] .give-submit {
	height: 60px !important;
	background: var(--theme-color) !important;
	border: 0 !important;
	color: var(--white-color) !important;
}
.give-submit-button-wrap .give-submit:hover,
[id^='give-user-login-submit'] .give-submit:hover {
	background: var(--theme-color2) !important;
}
form[id*='give-form'] #give-final-total-wrap .give-esculion-total-label {
	background: rgba(0, 0, 0, 0);
	padding: 0;
	border: 0;
}
form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
	background: rgba(0, 0, 0, 0);
	padding: 0;
	border: 0;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 700;
	color: var(--theme-color);
}
@media (max-width: 1399px) {
	:root {
		--main-container: 1250px;
	}
}
@media only screen and (min-width: 1300px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: calc(var(--main-container) + var(--container-gutters));
		padding-left: calc(var(--container-gutters) / 2);
		padding-right: calc(var(--container-gutters) / 2);
	}
	.container-xxl.px-0,
	.container-xl.px-0,
	.container-lg.px-0,
	.container-md.px-0,
	.container-sm.px-0,
	.container.px-0 {
		max-width: var(--main-container);
	}
}
@media only screen and (min-width: 1300px) {
	.th-container {
		--main-container: 1617px;
	}
	.th-container2 {
		--main-container: 1730px;
	}
}
@media only screen and (max-width: 1600px) {
	.container-fluid.px-0 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.container-fluid.px-0 .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
.container-gallery {
	max-width: 1840px;
}
.slick-track > [class*='col'] {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}
@media (min-width: 1300px) {
	.row {
		--bs-gutter-x: 24px;
	}
}
.gy-30 {
	--bs-gutter-y: 30px;
}
.g-0 {
	--bs-gutter-y: 0;
	--bs-gutter-x: 0;
}
.gx-0 {
	--bs-gutter-x: 0;
}
.gy-40 {
	--bs-gutter-y: 40px;
}
.gy-50 {
	--bs-gutter-y: 50px;
}
.gy-60 {
	--bs-gutter-y: 60px;
}
.gx-10 {
	--bs-gutter-x: 10px;
}
.gy-10 {
	--bs-gutter-y: 10px;
}
@media (min-width: 1500px) {
	.gx-100 {
		--bs-gutter-x: 100px;
	}
}
@media (min-width: 1299px) {
	.gx-60 {
		--bs-gutter-x: 60px;
	}
	.gx-80 {
		--bs-gutter-x: 80px;
	}
}
@media (min-width: 1399px) {
	.gx-30 {
		--bs-gutter-x: 30px;
	}
	.gx-25 {
		--bs-gutter-x: 25px;
	}
	.gx-40 {
		--bs-gutter-x: 40px;
	}
}
@media (max-width: 991px) {
	.gy-50 {
		--bs-gutter-y: 40px;
	}
}
select,
.form-control,
.form-select,
textarea,
input {
	height: 56px;
	padding: 0 25px 0 25px;
	padding-right: 45px;
	border: 1px solid rgba(0, 0, 0, 0);
	color: var(--body-color);
	background-color: var(--smoke-color);
	border-radius: 50px;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	font-family: var(--body-font);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: var(--th-border-color);
	background-color: var(--smoke-color2);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-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,
textarea:-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,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: var(--body-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-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,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
	color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
	color: var(--body-color);
}
input[type='date'] {
	padding: 0 25px 0 25px;
	position: relative;
}
input[type='date']::-webkit-calendar-picker-indicator {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}
input[type='time'] {
	padding: 0 30px;
	position: relative;
}
input[type='time']::-webkit-calendar-picker-indicator {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	cursor: pointer;
}
.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-select.style2,
select.style2 {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}
textarea.form-control,
textarea {
	min-height: 200px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 24px;
}
textarea.form-control.style2,
textarea.style2 {
	min-height: 100px;
}
.form-group {
	margin-bottom: var(--bs-gutter-x);
	position: relative;
}
.form-group > i {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 19px;
	font-size: 16px;
	color: var(--body-color);
}
.form-group > i.fa-envelope {
	padding-top: 1px;
}
.form-group > i.fa-comment {
	margin-top: -2px;
}
.form-group > i.fa-chevron-down {
	width: 17px;
	background-color: var(--smoke-color2);
}
.form-group.has-label > i {
	top: 50px;
}
.form-group.style-border textarea,
.form-group.style-border input {
	background: rgba(0, 0, 0, 0);
	border: 1px solid var(--th-border-color);
}
.form-group.style-border i {
	color: var(--theme-color);
}
.form-group.style-border select {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid var(--th-border-color);
}
.form-group.style-border2 textarea,
.form-group.style-border2 input {
	background: rgba(0, 0, 0, 0);
	border: 1px solid var(--th-border-color2);
	color: var(--body-color);
}
.form-group.style-border2 textarea::-webkit-input-placeholder,
.form-group.style-border2 input::-webkit-input-placeholder {
	color: var(--body-color);
}
.form-group.style-border2 textarea::-moz-placeholder,
.form-group.style-border2 input::-moz-placeholder {
	color: var(--body-color);
}
.form-group.style-border2 textarea:-ms-input-placeholder,
.form-group.style-border2 input:-ms-input-placeholder {
	color: var(--body-color);
}
.form-group.style-border2 textarea::-ms-input-placeholder,
.form-group.style-border2 input::-ms-input-placeholder {
	color: var(--body-color);
}
.form-group.style-border2 textarea::placeholder,
.form-group.style-border2 input::placeholder {
	color: var(--body-color);
}
.form-group.style-border2 select {
	background: rgba(0, 0, 0, 0);
	border: 1px solid var(--th-border-color2);
}
.form-group.style-border2 i {
	color: var(--theme-color);
	top: 22px;
}
.form-group.style-border3 textarea,
.form-group.style-border3 input {
	background: var(--white-color);
	border: 1px solid var(--th-border-color);
	color: var(--body-color);
}
.form-group.style-border3 textarea::-webkit-input-placeholder,
.form-group.style-border3 input::-webkit-input-placeholder {
	color: var(--body-color);
}
.form-group.style-border3 textarea::-moz-placeholder,
.form-group.style-border3 input::-moz-placeholder {
	color: var(--body-color);
}
.form-group.style-border3 textarea:-ms-input-placeholder,
.form-group.style-border3 input:-ms-input-placeholder {
	color: var(--body-color);
}
.form-group.style-border3 textarea::-ms-input-placeholder,
.form-group.style-border3 input::-ms-input-placeholder {
	color: var(--body-color);
}
.form-group.style-border3 textarea::placeholder,
.form-group.style-border3 input::placeholder {
	color: var(--body-color);
}
.form-group.style-border3 select {
	background: var(--white-color);
	border: 1px solid var(--th-border-color);
}
.form-group.style-border3 i {
	color: var(--body-color);
	top: 20px;
	background: rgba(0, 0, 0, 0);
}
.form-group.style-white .form-select,
.form-group.style-white .form-control {
	background: var(--white-color);
}
.form-group.style-white > i {
	top: 20px;
	background: rgba(0, 0, 0, 0);
	color: var(--theme-color);
}
.form-group.style-dark {
	position: relative;
	z-index: 1;
	-ms-flex-item-align: self-start;
	align-self: self-start;
}
.form-group.style-dark:after {
	content: '';
	position: absolute;
	top: 0;
	left: var(--bs-gutter-x) / 2;
	width: calc(100% - var(--bs-gutter-x) / 1);
	height: 100%;
	background: var(--theme-color);
	opacity: 0.4;
	border-radius: 50px;
	z-index: -1;
}
.form-group.style-dark .form-select,
.form-group.style-dark .form-control {
	background: rgba(0, 0, 0, 0);
	border: 1px solid hsla(0, 0%, 100%, 0.2);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	color: var(--white-color);
}
.form-group.style-dark .form-select::-webkit-input-placeholder,
.form-group.style-dark .form-control::-webkit-input-placeholder {
	color: var(--th-border-color);
}
.form-group.style-dark .form-select::-moz-placeholder,
.form-group.style-dark .form-control::-moz-placeholder {
	color: var(--th-border-color);
}
.form-group.style-dark .form-select:-ms-input-placeholder,
.form-group.style-dark .form-control:-ms-input-placeholder {
	color: var(--th-border-color);
}
.form-group.style-dark .form-select::-ms-input-placeholder,
.form-group.style-dark .form-control::-ms-input-placeholder {
	color: var(--th-border-color);
}
.form-group.style-dark .form-select::placeholder,
.form-group.style-dark .form-control::placeholder {
	color: var(--th-border-color);
}
.form-group.style-dark > i {
	top: 20px;
	background: rgba(0, 0, 0, 0);
	color: var(--th-border-color);
}
.form-group.style-dark2 .form-select,
.form-group.style-dark2 .form-control {
	background: var(--black-color3);
	border: 1px solid var(--th-border-color2);
	color: #6b7586;
	border-radius: 0;
}
.form-group.style-dark2 .form-select::-webkit-input-placeholder,
.form-group.style-dark2 .form-control::-webkit-input-placeholder {
	color: #6b7586;
}
.form-group.style-dark2 .form-select::-moz-placeholder,
.form-group.style-dark2 .form-control::-moz-placeholder {
	color: #6b7586;
}
.form-group.style-dark2 .form-select:-ms-input-placeholder,
.form-group.style-dark2 .form-control:-ms-input-placeholder {
	color: #6b7586;
}
.form-group.style-dark2 .form-select::-ms-input-placeholder,
.form-group.style-dark2 .form-control::-ms-input-placeholder {
	color: #6b7586;
}
.form-group.style-dark2 .form-select::placeholder,
.form-group.style-dark2 .form-control::placeholder {
	color: #6b7586;
}
.form-group.style-dark2 > i {
	top: 20px;
	background: rgba(0, 0, 0, 0);
	color: #6b7586;
}
.form-group.style-dark3 .form-select,
.form-group.style-dark3 .form-control {
	background: var(--title-color);
	border: 1px solid var(--black-color4);
	color: var(--white-color);
	border-radius: 0;
}
.form-group.style-dark3 > i {
	top: 20px;
	background: rgba(0, 0, 0, 0);
	color: var(--theme-color);
}
.form-group.style-radius .form-select,
.form-group.style-radius .form-control {
	border-radius: 30px;
}
.form-group.style-shadow .form-select,
.form-group.style-shadow .form-control {
	-webkit-box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
	box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
}
[class*='col-'].form-group > i {
	right: calc(var(--bs-gutter-x) / 2 + 25px);
}
.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
	border-radius: 10px !important;
}
.form-rounded-10 .th-btn {
	border-radius: 10px;
}
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;
}
input[type='number'] {
	-moz-appearance: textfield;
}
input[type='checkbox'] {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	display: none;
}
input[type='checkbox']:checked ~ label:before {
	content: '';
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
input[type='checkbox'] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: block;
}
input[type='checkbox'] ~ label:before {
	content: '';
	font-family: var(--icon-font);
	font-weight: 700;
	position: absolute;
	left: 0px;
	top: 3.5px;
	background-color: var(--white-color);
	border: 1px solid var(--th-border-color);
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}
input[type='checkbox'].style2 ~ label {
	color: #8b929c;
	padding-left: 23px;
	margin-bottom: -0.5em;
}
input[type='checkbox'].style2 ~ label:before {
	background-color: hsla(0, 0%, 100%, 0.1);
	border: 1px solid #8b929c;
	height: 14px;
	width: 14px;
	line-height: 14px;
	border-radius: 3px;
	top: 6px;
}
input[type='checkbox'].style2:checked ~ label:before {
	color: var(--theme-color);
}
input[type='radio'] {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	display: none;
}
input[type='radio'] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 1;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
}
input[type='radio'] ~ label::before {
	content: '';
	position: absolute;
	font-family: var(--icon-font);
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	padding-left: 0;
	font-size: 0.6em;
	line-height: 19px;
	text-align: center;
	border: 1px solid var(--theme-color);
	border-radius: 100%;
	font-weight: 700;
	background: var(--white-color);
	color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input[type='radio']:checked ~ label::before {
	border-color: var(--theme-color);
	background-color: var(--theme-color);
	color: var(--white-color);
}
label {
	margin-bottom: 0.5em;
	margin-top: -0.3em;
	display: block;
	color: var(--title-color);
	font-family: var(--body-font);
	font-size: 16px;
}
textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
	border: 1px solid var(--error-color) !important;
	background-position: right calc(0.375em + 0.8875rem) center;
	background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
textarea.is-invalid {
	background-position: top calc(0.375em + 0.5875rem) right
		calc(0.375em + 0.8875rem);
}
.row.no-gutters > .form-group {
	margin-bottom: 0;
}
.form-messages {
	display: none;
}
.form-messages.mb-0 * {
	margin-bottom: 0;
}
.form-messages.success {
	color: var(--success-color);
	display: block;
}
.form-messages.error {
	color: var(--error-color);
	display: block;
}
.form-messages pre {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	color: inherit;
}
.swiper-wrapper.row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.th-slider.has-shadow {
	padding-left: 12px;
	padding-right: 12px;
	margin: -25px -12px;
}
.th-slider.has-shadow .swiper-wrapper {
	padding: 25px 0;
}
.th-slider .nav.nav-tabs {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-bottom: 0;
}
.swiper-fade .swiper-slide {
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}
.swiper-fade .swiper-slide-prev {
	opacity: 0;
}
.swiper-pagination-bullets {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: 50px 0 0px 0;
	line-height: 30px;
	height: 30px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(211, 219, 226, 0.5);
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}
.swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	inset: 3px;
	-webkit-transform: scale(0);
	transform: scale(0);
	background: var(--theme-color);
	border-radius: inherit;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.swiper-pagination-bullets
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--theme-color);
}
.swiper-pagination-bullets
	.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	border-color: var(--theme-color);
}
.slider-pagination {
	bottom: 0 !important;
}
.slider-pagination.style2 .swiper-pagination-bullet {
	background: var(--white-color);
	--swiper-pagination-bullet-size: 6px;
}
.slider-pagination.style2 .swiper-pagination-bullet:before {
	-webkit-transform: scale(0);
	transform: scale(0);
	border: 1px solid var(--theme-color);
}
.slider-pagination.style2
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--white-color);
}
.slider-pagination.style2
	.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	border: 1px solid var(--white-color);
}
.slider-pagination.style3 .swiper-pagination-bullet {
	background: var(--theme-color);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bullet-horizontal-gap: 8px;
}
.slider-pagination.style3 .swiper-pagination-bullet:before {
	display: none;
}
.slider-pagination.style3
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--theme-color2);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.slider-pagination.swiper-pagination-progressbar {
	width: -webkit-fill-available;
	position: relative;
	height: 2px;
	background: var(--th-border-color);
	top: auto;
	bottom: 0px;
	margin: 70px 0px 0;
}
.slider-pagination.swiper-pagination-progressbar
	.swiper-pagination-progressbar-fill {
	height: 2px;
	top: auto;
	bottom: 0;
	background: var(--theme-color);
}
.slider-area {
	position: relative;
}
.slider-arrow {
	display: inline-block;
	padding: 0;
	background-color: var(--theme-color);
	color: var(--white-color);
	position: absolute;
	top: 50%;
	border: none;
	left: var(--pos-x, -120px);
	width: var(--icon-size, 48px);
	height: var(--icon-size, 48px);
	line-height: var(--icon-size, 48px);
	font-size: var(--icon-font-size, 18px);
	margin-top: calc(var(--icon-size, 56px) / -2);
	z-index: 3;
	border-radius: 99px;
}
.slider-arrow.default {
	position: relative;
	--pos-x: 0;
	margin-top: 0;
}
.slider-arrow.slider-next {
	right: var(--pos-x, -120px);
	left: auto;
}
.slider-arrow:hover {
	background-color: var(--title-color);
	color: var(--white-color);
}
.slider-arrow.style2 {
	background: var(--smoke-color);
	color: var(--title-color);
	--icon-size: 48px;
}
.slider-arrow.style2:hover {
	background: var(--theme-color);
	color: var(--white-color);
}
.slider-arrow.style3 {
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(30, 30, 30, 0.3);
	width: 80px;
	height: 48px;
	color: var(--title-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slider-arrow.style3:hover {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: var(--white-color);
}
.slider-arrow.style4 {
	background: var(--smoke-color2);
	color: var(--title-color);
	--icon-size: 48px;
}
.slider-arrow.style4:hover {
	background: var(--theme-color);
	color: var(--white-color);
}
.slider-arrow.style5 {
	background: var(--white-color);
	color: var(--title-color);
	--icon-size: 48px;
}
.slider-arrow.style5:hover {
	background: var(--theme-color);
	color: var(--white-color);
}
.slider-arrow.style6 {
	background: var(--theme-color);
	color: var(--white-color);
}
.slider-arrow.style6:hover {
	background: var(--theme-color2);
	color: var(--white-color);
}
.slider-arrow.style7 {
	--icon-size: 56px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(30, 30, 30, 0.3);
	color: var(--title-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slider-arrow.style7:hover {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: var(--white-color);
}
.slider-arrow.style8 {
	--icon-size: 64px;
	background: var(--white-color);
	border: 1px solid var(--theme-color);
	color: var(--title-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slider-arrow.style8:hover {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: var(--white-color);
}
.arrow-margin .slider-arrow {
	top: calc(50% - 30px);
}
.arrow-wrap {
	position: relative;
}
.arrow-wrap .slider-arrow {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
}
.arrow-wrap:hover .slider-arrow {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.slider-pagination-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.slider-pagination-wrap .slider-arrow {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	visibility: visible;
	display: block;
	margin: 0;
}
.slider-pagination-wrap .slider-pagination {
	margin-top: 0;
}
@media (max-width: 1500px) {
	.slider-arrow {
		--arrow-horizontal: -20px;
		--pos-x: -30px;
	}
}
@media (max-width: 1399px) {
	.slider-arrow {
		--arrow-horizontal: 40px;
		--pos-x: -30px;
	}
}
@media (max-width: 991px) {
	.slider-arrow {
		display: none;
	}
}
.icon-box .slider-arrow {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	transform: none;
}
@media (max-width: 991px) {
	.icon-box .slider-arrow {
		display: inline-block !important;
	}
}
@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;
	}
	.slick-dots {
		margin: 40px 0 0 0;
	}
	.icon-box .slider-arrow {
		margin-right: 0;
	}
}
.th-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	width: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
	opacity: 0;
	visibility: hidden;
}
.th-menu-wrapper .mobile-logo {
	padding-bottom: 30px;
	padding-top: 40px;
	display: block;
	text-align: center;
	background-color: var(--smoke-color2);
}
.th-menu-wrapper .mobile-logo svg {
	max-width: 185px;
}
.th-menu-wrapper .th-menu-toggle {
	border: none;
	font-size: 22px;
	position: absolute;
	right: -16.5px;
	top: 25px;
	padding: 0;
	line-height: 1;
	width: 33px;
	height: 33px;
	line-height: 35px;
	font-size: 18px;
	z-index: 1;
	color: var(--white-color);
	background-color: var(--theme-color);
	border-radius: 50%;
}
.th-menu-wrapper .th-menu-toggle:hover {
	background-color: var(--title-color);
	color: var(--white-color);
}
.th-menu-wrapper .th-menu-area {
	width: 100%;
	max-width: 310px;
	background-color: #fff;
	border-right: 3px solid var(--theme-color);
	height: 100%;
	position: relative;
	left: -110%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	z-index: 1;
}
.th-menu-wrapper.th-body-visible {
	opacity: 1;
	visibility: visible;
}
.th-menu-wrapper.th-body-visible .th-menu-area {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.th-mobile-menu {
	overflow-y: scroll;
	max-height: calc(100vh - 200px);
	padding-bottom: 40px;
	margin-top: 23px;
	text-align: left;
}
.th-mobile-menu ul {
	margin: 0;
	padding: 0 0;
}
.th-mobile-menu ul li {
	border-bottom: 1px solid var(--th-border-color);
	list-style-type: none;
}
.th-mobile-menu ul li li:first-child {
	border-top: 1px solid var(--th-border-color);
}
.th-mobile-menu ul li a {
	display: block;
	position: relative;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--title-color);
	padding-left: 18px;
}
.th-mobile-menu ul li a:before {
	content: '';
	font-family: var(--icon-font);
	position: absolute;
	left: 0;
	top: 12px;
	margin-right: 10px;
	display: inline-block;
}
.th-mobile-menu ul li.th-active > a {
	color: var(--theme-color);
}
.th-mobile-menu ul li.th-active > a:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.th-mobile-menu ul li ul li {
	padding-left: 20px;
}
.th-mobile-menu ul li ul li:last-child {
	border-bottom: none;
}
.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: 400;
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-top: -12.5px;
	display: inline-block;
	text-align: center;
	background-color: var(--smoke-color);
	color: var(--title-color);
	-webkit-box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
	box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
	border-radius: 50%;
}
.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
	content: '';
	font-family: var(--icon-font);
}
.th-mobile-menu ul .menu-item-has-children > a:after {
	content: '';
	font-family: var(--icon-font);
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	border-radius: 50px;
	background-color: var(--smoke-color);
	float: right;
	margin-top: 1px;
}
.th-mobile-menu
	ul
	.menu-item-has-children.th-active
	> a
	.th-mean-expand:before {
	content: '';
}
.th-mobile-menu ul .menu-item-has-children.th-active > a:after {
	content: '';
}
.th-mobile-menu > ul {
	padding: 0 30px;
}
.th-mobile-menu > ul > li:last-child {
	border-bottom: none;
}
.th-menu-toggle {
	width: 56px;
	height: 56px;
	padding: 0;
	font-size: 20px;
	border: none;
	background-color: var(--theme-color);
	color: var(--white-color);
	display: inline-block;
	border-radius: 5px;
}
.th-menu-toggle:hover {
	background-color: var(--title-color);
}
.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	color: var(--title-color);
	font-size: 20px;
}
.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
	margin-right: 10px;
}
.th-menu-toggle.style-text-white {
	color: var(--white-color);
}
@media (max-width: 400px) {
	.th-menu-wrapper .th-menu-area {
		width: 100%;
		max-width: 270px;
	}
	.th-mobile-menu > ul {
		padding: 0 20px;
	}
}
.preloader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background-color: var(--white-color);
}
.preloader .th-btn {
	padding: 15px 20px;
	border-radius: 0;
	font-size: 14px;
}
.preloader-inner {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1;
}
.preloader-inner img {
	display: block;
	margin: 0 auto 0 auto;
}
.loader {
	font-size: 80px;
	display: inline-block;
	font-family: var(--title-font2);
	font-weight: 700;
	color: var(--white-color);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow:
		0 0 2px var(--theme-color),
		0 0 2px var(--theme-color),
		0 0 2px var(--theme-color);
	position: relative;
}
.loading-text {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color);
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: animloader 6s linear infinite;
	animation: animloader 6s linear infinite;
}
@-webkit-keyframes animloader {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes animloader {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
.th-btn {
	position: relative;
	z-index: 2;
	vertical-align: middle;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	text-align: center;
	background-color: var(--title-color);
	color: var(--white-color);
	font-family: var(--title-font);
	font-size: 14px;
	font-weight: 700;
	line-height: 0.7;
	min-height: 56px;
	padding: 21px 40px;
	min-width: 170px;
	border-radius: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.th-btn:after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-mask-image: url(../img/theme-img/btn-mask.png);
	mask-image: url(../img/theme-img/btn-mask.png);
	-webkit-mask-size: 3000% 100%;
	mask-size: 3000% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-animation: ani2 0.7s steps(29) forwards;
	animation: ani2 0.7s steps(29) forwards;
}
.th-btn:focus,
.th-btn:hover,
.th-btn:active {
	background: var(--title-color);
	color: var(--white-color);
}
.th-btn:focus:after,
.th-btn:hover:after,
.th-btn:active:after {
	-webkit-animation: ani 0.7s steps(29) forwards;
	animation: ani 0.7s steps(29) forwards;
}
.th-btn.style2 {
	background: var(--white-color);
}
.th-btn.style2:after {
	background: var(--theme-color);
}
.th-btn.style2:focus,
.th-btn.style2:hover,
.th-btn.style2:active {
	color: var(--title-color);
}
.th-btn.style2:focus i,
.th-btn.style2:hover i,
.th-btn.style2:active i {
	color: var(--title-color);
}
.th-btn.style3 {
	background: var(--theme-color2);
}
.th-btn.style3:focus,
.th-btn.style3:hover,
.th-btn.style3:active {
	color: var(--title-color);
}
.th-btn.style3:focus i,
.th-btn.style3:hover i,
.th-btn.style3:active i {
	color: var(--title-color);
}
.th-btn.style4 {
	background: var(--theme-color);
}
.th-btn.style4:after {
	background: var(--title-color);
}
.th-btn.style5 {
	background: var(--theme-color2);
}
.th-btn.style5:after {
	background: var(--title-color);
}
.th-btn.style5:focus,
.th-btn.style5:hover,
.th-btn.style5:hover {
	color: var(--title-color);
}
.th-btn.style6 {
	background: var(--white-color);
}
.th-btn.style6:after {
	background: var(--title-color);
}
.th-btn.style6:focus,
.th-btn.style6:hover,
.th-btn.style6:hover {
	color: var(--title-color);
}
.th-btn.style7 {
	background: var(--title-color);
	color: var(--title-color);
}
.th-btn.style7:after {
	background: var(--theme-color2);
}
.th-btn.style7:focus,
.th-btn.style7:hover,
.th-btn.style7:hover {
	color: var(--white-color);
}
.th-btn.style8 {
	background: var(--theme-color);
	color: var(--title-color);
}
.th-btn.style8:after {
	background: var(--theme-color2);
}
.th-btn.style8:focus,
.th-btn.style8:hover,
.th-btn.style8:hover {
	color: var(--white-color);
}
.th-btn.style9 {
	background: var(--theme-color);
	color: var(--theme-color);
}
.th-btn.style9:after {
	background: var(--smoke-color);
}
.th-btn.style9:focus,
.th-btn.style9:hover,
.th-btn.style9:hover {
	color: var(--white-color);
}
.th-btn.style10 {
	background: var(--white-color);
	color: var(--title-color);
}
.th-btn.style10:after {
	background: var(--white-color);
}
.th-btn.style10:focus,
.th-btn.style10:hover,
.th-btn.style10:hover {
	color: var(--white-color);
	background: var(--theme-color);
}
.th-btn.style11 {
	background: var(--theme-color);
	color: var(--white-color);
}
.th-btn.style11:after {
	background: var(--theme-color2);
}
.th-btn.style11:focus,
.th-btn.style11:hover,
.th-btn.style11:hover {
	color: var(--white-color);
	background: var(--theme-color);
}
.th-btn.style-border {
	border: 1px solid var(--white-color);
	color: var(--title-color);
	background: var(--white-color);
}
.th-btn.style-border:after {
	background: var(--theme-color2);
}
.th-btn.style-border:focus,
.th-btn.style-border:active,
.th-btn.style-border:hover {
	border-color: var(--theme-color2);
}
.th-btn.style-border2 {
	border: 1px solid var(--th-border-color);
	color: var(--title-color);
	background: var(--theme-color);
}
.th-btn.style-border2:after {
	background: var(--white-color);
}
.th-btn.style-border2:focus,
.th-btn.style-border2:active,
.th-btn.style-border2:hover {
	border-color: var(--theme-color);
	color: var(--white-color);
}
.th-btn.style-border3 {
	border: 1px solid var(--white-color);
	color: var(--white-color);
	background: rgba(0, 0, 0, 0);
	padding: 20px 40px;
}
.th-btn.style-border3:after {
	background: rgba(0, 0, 0, 0);
}
.th-btn.style-border3:focus,
.th-btn.style-border3:active,
.th-btn.style-border3:hover {
	background: var(--white-color);
	color: var(--title-color);
}
.th-btn.style-border3:focus:after,
.th-btn.style-border3:active:after,
.th-btn.style-border3:hover:after {
	background: var(--theme-color);
}
.th-btn.style-border4 {
	border: 1px solid var(--title-color);
	color: var(--title-color);
	background: rgba(0, 0, 0, 0);
	padding: 20px 24px;
}
.th-btn.style-border4:after {
	background: rgba(0, 0, 0, 0);
}
.th-btn.style-border4:focus,
.th-btn.style-border4:active,
.th-btn.style-border4:hover {
	background: var(--title-color);
	color: var(--white-color);
}
.th-btn.style-border4:focus:after,
.th-btn.style-border4:active:after,
.th-btn.style-border4:hover:after {
	background: var(--theme-color);
}
.th-btn.style-border5 {
	border: 1px solid var(--theme-color);
	color: var(--theme-color);
	background: rgba(0, 0, 0, 0);
	padding: 20px 24px;
}
.th-btn.style-border5:after {
	background: rgba(0, 0, 0, 0);
}
.th-btn.style-border5:focus,
.th-btn.style-border5:active,
.th-btn.style-border5:hover {
	background: var(--title-color);
	color: var(--white-color);
}
.th-btn.style-border5:focus:after,
.th-btn.style-border5:active:after,
.th-btn.style-border5:hover:after {
	background: var(--theme-color);
}
.th-btn.btn-fw {
	width: 100%;
}
.th-btn.btn-fw:before,
.th-btn.btn-fw:after {
	display: none;
}
.th-btn.btn-fw:hover {
	background: var(--theme-color);
	color: var(--white-color);
}
.th-btn.btn-md {
	padding: 20px 48px;
}
.th-btn.btn-sm {
	padding: 16px 25px;
	min-width: 140px;
	min-height: 46px;
}
.th-btn.btn-sm.style-border2 {
	padding: 15px 16px;
}
.th-btn.btn-radius-0 {
	border-radius: 0;
}
.th-btn.btn-radius-8 {
	border-radius: 8px;
}
.th-btn.btn-radius-10 {
	border-radius: 10px;
}
@-webkit-keyframes ani {
	from {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
}
@keyframes ani {
	from {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
}
@-webkit-keyframes ani2 {
	from {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
	to {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}
@keyframes ani2 {
	from {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
	to {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}
@-webkit-keyframes btn-icon-anim {
	0% {
		top: 0;
		right: 2px;
	}
	25% {
		top: -10px;
		right: -10px;
	}
	50% {
		top: 10px;
		opacity: 0;
		right: 17px;
	}
	100% {
		top: 0;
		right: 2px;
		opacity: 1;
	}
}
@keyframes btn-icon-anim {
	0% {
		top: 0;
		right: 2px;
	}
	25% {
		top: -10px;
		right: -10px;
	}
	50% {
		top: 10px;
		opacity: 0;
		right: 17px;
	}
	100% {
		top: 0;
		right: 2px;
		opacity: 1;
	}
}
.woosw-btn.woosw-btn-icon-only,
.icon-btn {
	width: var(--btn-size, 56px);
	height: var(--btn-size, 56px);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: var(--btn-font-size, 20px);
	background-color: var(--icon-bg, var(--theme-color));
	color: var(--white-color);
	text-align: center;
	border-radius: 50%;
	border: 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
}
.woosw-btn.woosw-btn-icon-only:hover,
.icon-btn:hover {
	background-color: var(--theme-color2);
	color: var(--white-color);
	border: 0;
}
.woosw-btn.woosw-btn-icon-only.style2,
.icon-btn.style2 {
	background-color: var(--theme-color2);
	color: var(--white-color);
	border: none;
}
.woosw-btn.woosw-btn-icon-only.style2:hover,
.icon-btn.style2:hover {
	background-color: var(--theme-color);
}
.woosw-btn.woosw-btn-icon-only.style3,
.icon-btn.style3 {
	background-color: var(--title-color);
	color: var(--white-color);
	border: none;
}
.woosw-btn.woosw-btn-icon-only.style3:hover,
.icon-btn.style3:hover {
	background-color: var(--theme-color2);
}
.woosw-btn.woosw-btn-icon-only.style4,
.icon-btn.style4 {
	background-color: var(--theme-color2);
	color: var(--white-color);
	border: none;
}
.woosw-btn.woosw-btn-icon-only.style4:hover,
.icon-btn.style4:hover {
	background-color: var(--white-color);
	color: var(--title-color);
}
.woosw-btn.woosw-btn-icon-only.style5,
.icon-btn.style5 {
	background-color: var(--theme-color2);
	color: var(--white-color);
	border: none;
}
.woosw-btn.woosw-btn-icon-only.style5:hover,
.icon-btn.style5:hover {
	background-color: var(--title-color);
}
.woosw-btn.woosw-btn-icon-only.style6,
.icon-btn.style6 {
	background-color: var(--theme-color2);
	color: var(--title-color);
	border: none;
}
.woosw-btn.woosw-btn-icon-only.style6:hover,
.icon-btn.style6:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}
.woosw-btn.woosw-btn-icon-only.style7,
.icon-btn.style7 {
	background-color: var(--theme-color);
	color: var(--white-color);
	border: none;
}
.woosw-btn.woosw-btn-icon-only.style7:hover,
.icon-btn.style7:hover {
	background-color: var(--theme-color2);
	color: var(--title-color);
}
.woosw-btn.woosw-btn-icon-only.style8,
.icon-btn.style8 {
	background-color: var(--white-color);
	color: var(--title-color);
	border: none;
}
.woosw-btn.woosw-btn-icon-only.style8:hover,
.icon-btn.style8:hover {
	background-color: var(--title-color);
	color: var(--white-color);
}
.woosw-btn.woosw-btn-icon-only.style9,
.icon-btn.style9 {
	background-color: var(--theme-color);
	color: var(--white-color);
	border: none;
}
.woosw-btn.woosw-btn-icon-only.style9:hover,
.icon-btn.style9:hover {
	background-color: var(--white-color);
	color: var(--title-color);
}
.woosw-btn.woosw-btn-icon-only.style-border,
.icon-btn.style-border {
	border: 1px solid var(--th-border-color);
	background: rgba(0, 0, 0, 0);
	color: var(--title-color);
}
.woosw-btn.woosw-btn-icon-only.style-border:hover,
.icon-btn.style-border:hover {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: var(--white-color);
}
.woosw-btn.woosw-btn-icon-only.style-border2,
.icon-btn.style-border2 {
	border: 1px solid var(--title-color);
	background: rgba(0, 0, 0, 0);
	color: var(--title-color);
	--btn-size: 48px;
}
.woosw-btn.woosw-btn-icon-only.style-border2:hover,
.icon-btn.style-border2:hover {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: var(--white-color);
}
.play-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.play-btn > i {
	display: inline-block;
	width: var(--icon-size, 56px);
	height: var(--icon-size, 56px);
	line-height: var(--icon-size, 56px);
	text-align: center;
	background-color: var(--white-color);
	color: var(--theme-color);
	font-size: var(--icon-font-size, 1.4em);
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.play-btn:after,
.play-btn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--white-color);
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.play-btn:after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
	background-color: var(--theme-color);
	color: var(--white-color);
}
.play-btn.style2 {
	--icon-size: 150px;
	--icon-font-size: 40px;
	background: rgba(0, 0, 0, 0);
}
.play-btn.style2 i {
	color: var(--white-color);
	background: rgba(0, 0, 0, 0);
	border: 1px solid var(--white-color);
}
.play-btn.style2:before,
.play-btn.style2:after {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid var(--white-color);
}
.play-btn.style2:hover i {
	background-color: var(--white-color);
	color: var(--theme-color);
}
.play-btn.style2:hover:before,
.play-btn.style2:hover:after {
	background-color: var(--white-color);
}
@media (max-width: 1399px) {
	.play-btn.style2 {
		--icon-size: 100px;
		--icon-font-size: 30px;
	}
}
.link-btn {
	font-weight: 600;
	font-size: 14px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 0.8;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: -2px;
	text-transform: uppercase;
	color: var(--title-color);
}
.link-btn .icon {
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: -2px;
}
.link-btn i {
	-webkit-transition: 0.1s all;
	transition: 0.1s all;
	position: relative;
	font-size: 14px;
	top: -1px;
}
.link-btn:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--theme-color);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.link-btn:hover,
.link-btn.active {
	color: var(--theme-color);
}
.link-btn:hover::before,
.link-btn.active::before {
	width: 100%;
}
.link-btn:hover i.fa-arrow-up-right,
.link-btn.active i.fa-arrow-up-right {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link-btn.style2 {
	color: var(--white-color);
}
.link-btn.style2:before {
	width: 100%;
	background: var(--white-color);
}
.link-btn.style2:hover {
	color: var(--theme-color);
}
.link-btn.style2:hover:before {
	background: var(--theme-color);
	width: 70%;
}
.link-btn.style3 {
	color: var(--theme-color);
	margin-bottom: 0;
}
.link-btn.style3:before {
	width: 100%;
	background: var(--theme-color);
}
.link-btn.style3:hover {
	color: var(--white-color);
}
.link-btn.style3:hover:before {
	background: var(--white-color);
	width: 70%;
}
.link-btn.style4 {
	color: var(--title-color);
	margin-bottom: 0;
}
.link-btn.style4:before {
	width: 100%;
	background: var(--title-color);
}
.link-btn.style4:hover:before {
	width: 70%;
}
.scroll-top {
	position: fixed;
	right: 30px;
	bottom: 55px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.scroll-top:after {
	content: '';
	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);
	-webkit-box-shadow: none;
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.scroll-top.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec-title {
	margin-bottom: calc(var(--section-title-space) - 11px);
	margin-top: -0.25em;
	text-transform: capitalize;
	font-weight: 700;
}
.sub-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--title-color);
	margin-bottom: 24px;
	line-height: 24px;
	margin-top: -0.07em;
	position: relative;
}
@media (max-width: 375px) {
	.sub-title {
		font-size: 14px;
	}
	.sub-title img {
		width: 20px;
	}
}
.sec-text {
	font-size: 18px;
}
.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);
}
.box-subtitle {
	margin-bottom: 8px;
}
.box-title2 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin-top: -0.35em;
}
.box-title2 a {
	color: inherit;
}
.box-title2 a:hover {
	color: var(--theme-color);
}
.title-area {
	margin-bottom: calc(var(--section-title-space) - 12px);
	position: relative;
	z-index: 2;
}
.title-area .sec-title {
	margin-bottom: 22px;
}
.title-area.mb-0 .sec-title {
	margin-bottom: -0.24em;
}
.title-area.text-center .sub-title {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 992px) {
	.title-area.text-lg-start.text-center .sub-title {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
@media (min-width: 1200px) {
	.title-area.text-xl-start.text-center .sub-title {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
.mb-32 {
	margin-bottom: 32px;
}
hr.title-line {
	margin-top: 0;
	background-color: var(--th-border-color);
	opacity: 1;
	margin-bottom: var(--section-title-space) !important;
}
.sec-btn {
	text-align: center;
}
.sec-btn,
.title-line {
	margin-bottom: var(--section-title-space);
}
.shadow-title {
	font-family: var(--title-font);
	font-size: 74px;
	font-weight: 900;
	line-height: 1;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(226, 232, 250, 0.7)),
		color-stop(88.54%, rgba(226, 232, 250, 0))
	);
	background-image: linear-gradient(
		180deg,
		rgba(226, 232, 250, 0.7) 0%,
		rgba(226, 232, 250, 0) 88.54%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
	text-fill-color: rgba(0, 0, 0, 0);
	margin: -0.55em 0 -0.45em -0.25em;
}
.shadow-title.color2 {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#232c47),
		color-stop(91.15%, rgba(20, 29, 56, 0))
	);
	background-image: linear-gradient(
		180deg,
		#232c47 0%,
		rgba(20, 29, 56, 0) 91.15%
	);
}
.shadow-title.color3 {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#e0e0e0),
		color-stop(93.75%, rgba(220, 214, 214, 0))
	);
	background-image: linear-gradient(
		180deg,
		#e0e0e0 0%,
		rgba(220, 214, 214, 0) 93.75%
	);
}
.title-area2 {
	padding: 50px 100px;
}
.title-area2 .subtitle {
	color: var(--white-color);
	text-transform: uppercase;
	margin-top: -0.4em;
	margin-bottom: 5px;
	display: block;
}
.title-area2 .title {
	color: var(--white-color);
	max-width: 430px;
	margin-bottom: -0.26em;
}
@media (max-width: 1700px) {
	.title-area2 {
		padding: 50px 50px;
	}
}
@media (max-width: 1199px) {
	.sub-title {
		margin-bottom: 20px;
	}
	.shadow-title {
		font-size: 64px;
	}
	.title-area,
	.sec-title {
		--section-title-space: 60px;
	}
	.title-area.mb-45,
	.sec-title.mb-45 {
		margin-bottom: 36px;
	}
	.title-area.mb-50,
	.sec-title.mb-50 {
		margin-bottom: 40px;
	}
	.sec-btn,
	.title-line {
		--section-title-space: 55px;
	}
	.title-area2 .title {
		max-width: 300px;
	}
}
@media (max-width: 991px) {
	.shadow-title {
		font-size: 60px;
	}
	.title-area,
	.sec-title {
		--section-title-space: 50px;
	}
	.title-area.mb-45,
	.sec-title.mb-45 {
		margin-bottom: 35px;
	}
	.sec-btn,
	.title-line {
		--section-title-space: 50px;
	}
	.sub-title.h4 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.title-area2 {
		text-align: center;
	}
	.title-area2 .title {
		max-width: 100%;
	}
}
@media (max-width: 575px) {
	.shadow-title {
		font-size: 52px;
	}
}
@media (max-width: 375px) {
	.shadow-title {
		font-size: 40px;
	}
	.title-area2 {
		padding: 40px 20px;
	}
}
.shape-mockup-wrap {
	z-index: 2;
	position: relative;
}
.shape-mockup {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}
.shape-mockup.z-index-3 {
	z-index: 3;
	pointer-events: none;
}
.shape-mockup.z-index-1 {
	z-index: 1;
	pointer-events: none;
}
.shape-mockup .svg-img {
	height: 110px;
	width: 110px;
}
.z-index-step1 {
	position: relative;
	z-index: 4 !important;
}
.z-index-common {
	position: relative;
	z-index: 3;
}
.z-index-3 {
	z-index: 3;
}
.z-index-n1 {
	z-index: -1;
}
.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.badge {
	position: absolute;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	padding: 0.25em 0.45em;
	font-size: 0.7em;
	border-radius: 50%;
	top: 8px;
	right: 8px;
	font-weight: 400;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.th-social {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.th-social a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: var(--icon-size, 24px);
	height: var(--icon-size, 24px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid var(--white-color);
	color: var(--white-color);
	font-size: 10px;
	text-align: center;
	margin-right: 15px;
	border-radius: 50%;
}
.th-social a:last-child {
	margin-right: 0;
}
.th-social a:hover {
	background-color: var(--white-color);
	border: 1px solid var(--white-color);
	color: var(--theme-color);
}
.th-social.style2 a {
	--icon-size: 32px;
	border: 1px solid var(--body-color);
	font-size: 14px;
}
.th-social.style2 a:hover {
	background: var(--white-color);
	border-color: var(--white-color);
	color: var(--theme-color);
}
.th-social.style3 a {
	--icon-size: 40px;
	border: 1px solid var(--th-border-color);
	color: var(--title-color);
	font-size: 16px;
}
.th-social.style3 a:hover {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: var(--white-color);
}
.th-social.style4 a {
	--icon-size: 32px;
	border: 1px solid var(--th-border-color2);
	font-size: 14px;
	color: var(--title-color);
}
.th-social.style4 a:hover {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: var(--white-color);
}
.th-social.style5 a {
	--icon-size: 32px;
	border-color: var(--theme-color);
	margin-right: 10px;
}
.th-social.style5 a:hover {
	background: var(--theme-color);
	color: var(--white-color);
}
.bg-mask {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.box-icon img {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.box-text {
	margin-bottom: -0.5em;
}
.th-bg-img {
	position: absolute;
	inset: 0;
}
.th-bg-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.color-masking {
	position: relative;
	display: inline-block;
}
.color-masking .masking-src {
	position: absolute;
	inset: 0;
	mix-blend-mode: color;
	background: var(--theme-color);
}
.color-masking2 {
	position: relative;
	display: inline-block;
}
.color-masking2 .masking-src {
	position: absolute;
	inset: 0;
	mix-blend-mode: color;
	background: var(--theme-color2);
}
.mfp-zoom-in .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.th-radius {
	border-radius: 50px;
}
.th--hover-item {
	position: relative;
}
.th--hover-img {
	display: inline-block;
	position: relative;
}
.th--hover-img canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.font-icon {
	font-family: var(--icon-font);
}
.font-title {
	font-family: var(--title-font);
}
.font-body {
	font-family: var(--body-font);
}
.fw-extralight {
	font-weight: 100;
}
.fw-light {
	font-weight: 300;
}
.fw-normal {
	font-weight: 400;
}
.fw-medium {
	font-weight: 500;
}
.fw-semibold {
	font-weight: 600;
}
.fw-bold {
	font-weight: 700;
}
.fw-extrabold {
	font-weight: 800;
}
.fs-md {
	font-size: 18px;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-xs {
	font-size: 14px;
}
.bg-theme {
	background-color: var(--theme-color) !important;
}
.bg-theme2 {
	background-color: var(--theme-color2) !important;
}
.bg-smoke {
	background-color: var(--smoke-color) !important;
}
.bg-smoke2 {
	background-color: var(--smoke-color2) !important;
}
.bg-smoke3 {
	background-color: var(--smoke-color3) !important;
}
.bg-smoke4 {
	background-color: var(--smoke-color4) !important;
}
.bg-gray {
	background-color: var(--gray-color) !important;
}
.bg-white {
	background-color: var(--white-color) !important;
}
.bg-light {
	background-color: var(--light-color) !important;
}
.bg-black {
	background-color: var(--black-color) !important;
}
.bg-black2 {
	background-color: var(--black-color2) !important;
}
.bg-black3 {
	background-color: var(--black-color3) !important;
}
.bg-black4 {
	background-color: var(--black-color4) !important;
}
.bg-black5 {
	background-color: var(--black-color5) !important;
}
.bg-title {
	background-color: var(--title-color) !important;
}
.bg-body {
	background-color: var(--body-color) !important;
}
.gradient-body {
	background-image: linear-gradient(
		100.62deg,
		rgba(249, 215, 175, 0.3) 0%,
		rgba(214, 202, 245, 0.3) 24.03%,
		rgba(198, 241, 255, 0.3) 45.73%,
		rgba(248, 242, 222, 0.3) 69.05%,
		rgba(212, 179, 253, 0.3) 100.44%
	);
}
.gr-bg1 {
	background-image: linear-gradient(
		80deg,
		rgba(249, 215, 175, 0.3) 0%,
		rgba(214, 202, 245, 0.3) 23.81%,
		rgba(198, 241, 255, 0.3) 45.3%,
		rgba(248, 242, 222, 0.3) 68.4%,
		rgba(212, 179, 253, 0.3) 99.5%
	);
}
.gr-bg2 {
	background-image: linear-gradient(
		100.62deg,
		rgba(249, 215, 175, 0.3) 0%,
		rgba(214, 202, 245, 0.3) 24.03%,
		rgba(198, 241, 255, 0.3) 45.73%,
		rgba(248, 242, 222, 0.3) 69.05%,
		rgba(212, 179, 253, 0.3) 100.44%
	);
}
.gr-bg3 {
	background-image: linear-gradient(
		110.59deg,
		rgba(236, 207, 254, 0.4) 0%,
		rgba(255, 221, 221, 0.5) 46.79%,
		rgba(247, 255, 229, 0.7) 100%
	);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.gr-bg4 {
	background-image: linear-gradient(
		105.44deg,
		rgba(255, 229, 133, 0.4) 0%,
		rgba(189, 255, 199, 0.4) 48.48%,
		rgba(223, 109, 223, 0.4) 100%
	);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}
.background-image,
[data-bg-src] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bg-fluid {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.bg-auto {
	background-size: auto auto;
}
.bg-top-center {
	background-size: auto;
	background-position: top center;
}
.bg-repeat {
	background-size: auto;
	background-repeat: repeat;
}
.bg-bottom-right {
	background-size: auto;
	background-position: bottom right;
}
.bg-top-right {
	background-size: auto;
	background-position: top right;
}
.bg-top-left {
	background-size: auto;
	background-position: top left;
}
.bg-attachment {
	background-attachment: fixed;
}
.text-theme {
	color: var(--theme-color) !important;
}
.text-theme2 {
	color: var(--theme-color2) !important;
}
.text-title {
	color: var(--title-color) !important;
}
.text-body {
	color: var(--body-color) !important;
}
.text-white {
	color: var(--white-color) !important;
}
.text-light {
	color: var(--light-color) !important;
}
.text-yellow {
	color: var(--yellow-color) !important;
}
.text-success {
	color: var(--success-color) !important;
}
.text-error {
	color: var(--error-color) !important;
}
.text-inherit {
	color: inherit;
}
.text-inherit:hover {
	color: var(--theme-color);
}
a.text-theme:hover,
.text-reset:hover {
	text-decoration: underline;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.position-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
[data-overlay] {
	position: relative;
	z-index: 2;
}
[data-overlay] [class^='col-'],
[data-overlay] [class*='col-'] {
	z-index: 1;
}
[data-overlay]:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
[data-overlay='theme']:before {
	background-color: var(--theme-color);
}
[data-overlay='title']:before {
	background-color: var(--title-color);
}
[data-overlay='smoke']:before {
	background-color: var(--smoke-color);
}
[data-overlay='gray']:before {
	background-color: var(--gray-color);
}
[data-overlay='white']:before {
	background-color: var(--white-color);
}
[data-overlay='black']:before {
	background-color: var(--black-color);
}
[data-overlay='black4']:before {
	background-color: var(--black-color4);
}
[data-overlay='black5']:before {
	background-color: var(--black-color5);
}
[data-overlay='black7']:before {
	background-color: var(--black-color7);
}
[data-opacity='1']:before {
	opacity: 0.1;
}
[data-opacity='2']:before {
	opacity: 0.2;
}
[data-opacity='3']:before {
	opacity: 0.3;
}
[data-opacity='4']:before {
	opacity: 0.4;
}
[data-opacity='5']:before {
	opacity: 0.5;
}
[data-opacity='6']:before {
	opacity: 0.6;
}
[data-opacity='7']:before {
	opacity: 0.7;
}
[data-opacity='8']:before {
	opacity: 0.8;
}
[data-opacity='9']:before {
	opacity: 0.9;
}
[data-opacity='10']:before {
	opacity: 1;
}
.ripple-animation,
.img-box4 .about-img-shape4-2,
.hero-slider5 .about-tag:after,
.hero-slider5 .about-tag:before,
.play-btn:after,
.play-btn:before {
	-webkit-animation-duration: var(--ripple-ani-duration);
	animation-duration: var(--ripple-ani-duration);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: ripple;
	animation-name: ripple;
}
@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	30% {
		opacity: 0.4;
	}
	100% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
}
@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	30% {
		opacity: 0.4;
	}
	100% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
}
@-webkit-keyframes ripple2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	30% {
		opacity: 0.4;
	}
	100% {
		-webkit-transform: scale(2.8);
		transform: scale(2.8);
		opacity: 0;
	}
}
@keyframes ripple2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	30% {
		opacity: 0.4;
	}
	100% {
		-webkit-transform: scale(2.8);
		transform: scale(2.8);
		opacity: 0;
	}
}
.bounce {
	-webkit-animation: bounce 2s ease infinite;
	animation: bounce 2s ease infinite;
}
@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
.fancy-animation {
	-webkit-animation: morph 8s ease-in-out infinite;
	animation: morph 8s ease-in-out infinite;
}
@-webkit-keyframes morph {
	0% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
	}
	50% {
		border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
	}
	100% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
	}
}
@keyframes morph {
	0% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
	}
	50% {
		border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
	}
	100% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
	}
}
.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);
	}
}
.shake {
	-webkit-animation: shake 2s linear infinite;
	animation: shake 2s linear infinite;
}
@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes shake {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
.movingCar {
	-webkit-animation: movingCar 25s linear infinite;
	animation: movingCar 25s linear infinite;
}
@-webkit-keyframes movingCar {
	0% {
		-webkit-transform: translateX(0) rotateY(0deg);
		transform: translateX(0) rotateY(0deg);
	}
	50% {
		-webkit-transform: translateX(calc(-100vw + 108%));
		transform: translateX(calc(-100vw + 108%));
	}
	51% {
		-webkit-transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
		transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
	}
	100% {
		-webkit-transform: translateX(0) rotateY(180deg);
		transform: translateX(0) rotateY(180deg);
	}
}
@keyframes movingCar {
	0% {
		-webkit-transform: translateX(0) rotateY(0deg);
		transform: translateX(0) rotateY(0deg);
	}
	50% {
		-webkit-transform: translateX(calc(-100vw + 108%));
		transform: translateX(calc(-100vw + 108%));
	}
	51% {
		-webkit-transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
		transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
	}
	100% {
		-webkit-transform: translateX(0) rotateY(180deg);
		transform: translateX(0) rotateY(180deg);
	}
}
.moving {
	-webkit-animation: moving 8s linear infinite;
	animation: moving 8s linear infinite;
}
@-webkit-keyframes moving {
	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 moving {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.jump {
	-webkit-animation: jumpAni 7s linear infinite;
	animation: jumpAni 7s linear infinite;
}
@-webkit-keyframes jumpAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes jumpAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.jump-reverse {
	-webkit-animation: jumpReverseAni 7s linear infinite;
	animation: jumpReverseAni 7s linear infinite;
}
@-webkit-keyframes jumpReverseAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes jumpReverseAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.spin {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.bg-color-ani,
.color-animate {
	-webkit-animation: bgColor 6s linear infinite;
	animation: bgColor 6s linear infinite;
}
@-webkit-keyframes bgColor {
	0% {
		background-color: #f2ba4c;
	}
	25% {
		background-color: #81f24c;
	}
	50% {
		background-color: #41f27d;
	}
	75% {
		background-color: #0500ff;
	}
	100% {
		background-color: #f2ba4c;
	}
}
@keyframes bgColor {
	0% {
		background-color: #f2ba4c;
	}
	25% {
		background-color: #81f24c;
	}
	50% {
		background-color: #41f27d;
	}
	75% {
		background-color: #0500ff;
	}
	100% {
		background-color: #f2ba4c;
	}
}
@-webkit-keyframes animate-positive {
	0% {
		width: 0;
	}
}
@keyframes animate-positive {
	0% {
		width: 0;
	}
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: var(--animation-name);
	animation-name: var(--animation-name);
}
.swiper-slide-active .fadein {
	--animation-name: fadein;
}
.swiper-slide-active .scalein {
	--animation-name: scalein;
}
.swiper-slide-active .slidetopleft {
	--animation-name: slidetopleft;
}
.swiper-slide-active .slidebottomright {
	--animation-name: slidebottomright;
}
.swiper-slide-active .slideinleft {
	--animation-name: slideinleft;
}
.swiper-slide-active .slideinright {
	--animation-name: slideinright;
}
.swiper-slide-active .slideinup {
	--animation-name: slideinup;
}
.swiper-slide-active .slideindown {
	--animation-name: slideindown;
}
.swiper-slide-active .rollinleft {
	--animation-name: rollinleft;
}
.swiper-slide-active .rollinright {
	--animation-name: rollinright;
}
@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slideinup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideinup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes slideinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(180px);
		transform: translateX(180px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slideinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(180px);
		transform: translateX(180px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes slideindown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideindown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes slideinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slideinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes slidebottomright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(120px) translateY(120px);
		transform: translateX(120px) translateY(120px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}
@keyframes slidebottomright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(120px) translateY(120px);
		transform: translateX(120px) translateY(120px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}
@-webkit-keyframes slidetopleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px) translateY(-100px);
		transform: translateX(-100px) translateY(-100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}
@keyframes slidetopleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px) translateY(-100px);
		transform: translateX(-100px) translateY(-100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}
.spin2 {
	-webkit-animation: spin2 10s linear infinite;
	animation: spin2 10s linear infinite;
}
@-webkit-keyframes spin2 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes spin2 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
.animation-bubble {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}
.animation-bubble div[class^='bubble-'] {
	height: 1px;
	width: 1px;
	position: absolute;
	background: url(../img/shape/star.html) no-repeat center center;
	background-size: cover;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
@media (max-width: 1024px) {
	.animation-bubble > :nth-child(even) {
		display: none;
	}
}
.bubble-1 {
	bottom: -5px;
	left: 68%;
	-webkit-animation: bubble-animation 4.5s infinite ease-in -6.57s;
	animation: bubble-animation 4.5s infinite ease-in -6.57s;
}
.bubble-2 {
	bottom: -71px;
	left: 97%;
	-webkit-animation: bubble-animation 4.5s infinite ease-in -5.07s;
	animation: bubble-animation 4.5s infinite ease-in -5.07s;
}
.bubble-3 {
	bottom: -71px;
	left: 43%;
	-webkit-animation: bubble-animation 4.5s infinite ease-in -6.73s;
	animation: bubble-animation 4.5s infinite ease-in -6.73s;
}
.bubble-4 {
	bottom: -3.8px;
	left: 82%;
	-webkit-animation: bubble-animation 4.5s infinite ease-in -4.04s;
	animation: bubble-animation 4.5s infinite ease-in -4.04s;
}
.bubble-5 {
	bottom: -73.4px;
	left: 29%;
	-webkit-animation: bubble-animation 4.5s infinite ease-in -3.11s;
	animation: bubble-animation 4.5s infinite ease-in -3.11s;
}
.bubble-6 {
	bottom: -71px;
	left: 41%;
	-webkit-animation: bubble-animation 4.5s infinite ease-in -5.95s;
	animation: bubble-animation 4.5s infinite ease-in -5.95s;
}
.bubble-7 {
	bottom: -79.4px;
	left: 14%;
	-webkit-animation: bubble-animation 4.5s infinite ease-in -3.68s;
	animation: bubble-animation 4.5s infinite ease-in -3.68s;
}
.bubble-8 {
	bottom: -115.4px;
	left: 90%;
	-webkit-animation: bubble-animation 4.5s infinite ease-in -3.89s;
	animation: bubble-animation 4.5s infinite ease-in -3.89s;
}
.bubble-9 {
	bottom: -44.6px;
	left: 33%;
	-webkit-animation: bubble-animation 4.5s infinite ease-in -1.09s;
	animation: bubble-animation 4.5s infinite ease-in -1.09s;
}
.bubble-10 {
	bottom: -6.2px;
	left: 59%;
	-webkit-animation: bubble-animation 4.5s infinite ease-in -0.96s;
	animation: bubble-animation 4.5s infinite ease-in -0.96s;
}
@-webkit-keyframes bubble-animation {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		height: 1px;
		width: 1px;
	}
	100% {
		-webkit-transform: translate3d(-50%, -280px, 0);
		transform: translate3d(-50%, -280px, 0);
		height: 30px;
		width: 30px;
	}
}
@keyframes bubble-animation {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		height: 1px;
		width: 1px;
	}
	100% {
		-webkit-transform: translate3d(-50%, -280px, 0);
		transform: translate3d(-50%, -280px, 0);
		height: 30px;
		width: 30px;
	}
}
@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_schedule ul,
.wp-block-page-list ul,
.wp-block-archives-list ul,
.wp-block-categories ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_schedule a,
.wp-block-page-list a,
.wp-block-archives-list a,
.wp-block-categories a {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 35px 20px 29px;
	border-bottom: 1px dashed var(--th-border-color);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.18;
	color: var(--body-color);
}
.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before,
.widget_schedule a:before,
.wp-block-page-list a:before,
.wp-block-archives-list a:before,
.wp-block-categories a:before {
	content: '';
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1px;
	font-family: var(--icon-font);
	font-weight: 300;
	color: var(--theme-color);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.widget_schedule li,
.wp-block-page-list li,
.wp-block-archives-list li,
.wp-block-categories li {
	display: block;
	position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.widget_schedule li > span,
.wp-block-page-list li > span,
.wp-block-archives-list li > span,
.wp-block-categories li > span {
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	line-height: 1.18;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	color: var(--body-color);
	font-weight: 400;
}
.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.widget_categories .menu,
.widget_categories > ul,
.widget_schedule .menu,
.widget_schedule > ul,
.wp-block-page-list .menu,
.wp-block-page-list > ul,
.wp-block-archives-list .menu,
.wp-block-archives-list > ul,
.wp-block-categories .menu,
.wp-block-categories > ul {
	margin: 0 0 -20px 0;
}
.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a,
.widget_meta .menu > li:last-child > a,
.widget_meta > ul > li:last-child > a,
.widget_pages .menu > li:last-child > a,
.widget_pages > ul > li:last-child > a,
.widget_archive .menu > li:last-child > a,
.widget_archive > ul > li:last-child > a,
.widget_categories .menu > li:last-child > a,
.widget_categories > ul > li:last-child > a,
.widget_schedule .menu > li:last-child > a,
.widget_schedule > ul > li:last-child > a,
.wp-block-page-list .menu > li:last-child > a,
.wp-block-page-list > ul > li:last-child > a,
.wp-block-archives-list .menu > li:last-child > a,
.wp-block-archives-list > ul > li:last-child > a,
.wp-block-categories .menu > li:last-child > a,
.wp-block-categories > ul > li:last-child > a {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_schedule a:hover,
.wp-block-page-list a:hover,
.wp-block-archives-list a:hover,
.wp-block-categories a:hover {
	color: var(--theme-color);
}
.widget_nav_menu a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span,
.widget_schedule a:hover ~ span,
.wp-block-page-list a:hover ~ span,
.wp-block-archives-list a:hover ~ span,
.wp-block-categories a:hover ~ span {
	color: var(--theme-color);
}
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.widget_schedule .sub-menu,
.widget_schedule .children,
.wp-block-page-list .sub-menu,
.wp-block-page-list .children,
.wp-block-archives-list .sub-menu,
.wp-block-archives-list .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
	margin-left: 10px;
}
.wp-block-page-list,
.wp-block-archives-list,
.wp-block-categories {
	list-style: none;
	padding: 0;
}
.wp-block-page-list > li:last-child > a,
.wp-block-archives-list > li:last-child > a,
.wp-block-categories > li:last-child > a {
	margin-bottom: 0;
}
.wp-block-page-list {
	margin: 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
	padding-right: 20px;
}
.widget_schedule a {
	padding: 17px 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.widget_schedule a i {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
@media (max-width: 1299px) {
	.widget_schedule a {
		font-size: 14px;
	}
}
.widget_nav_menu .sub-menu {
	margin-left: 10px;
}
.wp-block-archives {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wp-block-archives a:not(:hover) {
	color: inherit;
}
.th-blog ul.wp-block-archives li {
	margin: 5px 0;
}
.widget {
	padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
	background-color: var(--smoke-color);
	margin-bottom: 40px;
	position: relative;
	border-radius: 24px;
}
@media (max-width: 1199px) {
	.widget {
		border-radius: 16px;
		margin-bottom: 30px;
	}
}
.widget[data-overlay]:before {
	z-index: -1;
	border-radius: 30px;
}
.widget .th-social a {
	-webkit-box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
	box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}
.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
	background-color: var(--white-color);
}
.widget textarea {
	min-height: 120px;
}
.widget .form-group > i {
	background-color: var(--white-color);
}
.wp-block-archives__label,
.widget_title {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	line-height: 1em;
	letter-spacing: -0.02em;
	border-bottom: 3px solid var(--th-border-color);
	margin: -0.1em 0 40px 0;
	padding-bottom: 22px;
}
.wp-block-archives__label:before,
.widget_title:before {
	content: '';
	height: 3px;
	width: 50px;
	background-color: var(--theme-color);
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 1;
	-webkit-animation: lineMove 10s linear infinite;
	animation: lineMove 10s linear infinite;
}
@-webkit-keyframes lineMove {
	0% {
		left: 0px;
	}
	50% {
		left: calc(100% - 50px);
	}
	100% {
		left: 0px;
	}
}
@keyframes lineMove {
	0% {
		left: 0px;
	}
	50% {
		left: calc(100% - 50px);
	}
	100% {
		left: 0px;
	}
}
.widget-form {
	--bs-gutter-x: 20px;
}
.widget .search-form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.widget .search-form input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 100px;
	padding-right: 85px;
	height: 56px;
	-webkit-box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	font-size: 14px;
}
.widget .search-form input:focus {
	border-color: var(--theme-color);
}
.widget .search-form button {
	border: none;
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0);
	color: var(--theme-color);
	display: inline-block;
	padding: 0;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 30px 0 20px;
}
.widget .search-form button:before {
	content: '';
	position: absolute;
	height: 15px;
	width: 1px;
	background: var(--theme-color);
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.widget .search-form button:hover {
	color: var(--theme-color2);
}
.wp-block-tag-cloud,
.tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--body-font);
	text-transform: capitalize;
	line-height: 1;
	letter-spacing: -0.02em;
	padding: 10px 17px;
	color: var(--body-color);
	background-color: var(--white-color);
	border-radius: 20px;
	-webkit-box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
	box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
	background-color: var(--theme-color);
	color: var(--white-color) !important;
	border-color: var(--theme-color);
}
.sidebar-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	max-width: 320px;
}
.sidebar-gallery .gallery-btn {
	position: absolute;
	top: 20px;
	left: 0;
	color: var(--white-color);
	visibility: hidden;
	opacity: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: none;
	transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
}
.sidebar-gallery .gallery-btn:hover {
	color: var(--theme-color);
}
.sidebar-gallery .gallery-thumb {
	overflow: hidden;
	position: relative;
	border-radius: 16px;
}
.sidebar-gallery .gallery-thumb:before {
	content: '';
	height: 100%;
	width: 100%;
	background-color: var(--theme-color);
	mix-blend-mode: multiply;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border-radius: inherit;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.sidebar-gallery .gallery-thumb img {
	width: 100%;
}
.sidebar-gallery .gallery-thumb:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn {
	visibility: visible;
	opacity: 1;
	top: 0;
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn:hover {
	color: var(--white-color);
}
.sidebar-gallery .wp-block-image {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	width: 100% !important;
}
.sidebar-gallery .wp-block-image img {
	width: 100%;
}
.recent-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px dashed var(--th-border-color);
	padding-bottom: 20px;
}
.recent-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.recent-post .media-img {
	margin-right: 15px;
	width: 80px;
	overflow: hidden;
	border-radius: 16px;
	position: relative;
}
.recent-post .media-img img {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.recent-post .media-img:after {
	content: '';
	font-family: var(--icon-font);
	position: absolute;
	inset: 0;
	text-align: center;
	line-height: 85px;
	font-size: 24px;
	background-color: rgba(0, 0, 0, 0.7);
	color: var(--theme-color);
	pointer-events: none;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.recent-post .post-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.555;
	letter-spacing: -0.02em;
	margin: -0.3em 0 5px 0;
	font-family: var(--title-font);
	text-transform: capitalize;
}
.recent-post .recent-post-meta {
	margin-bottom: -0.3em;
}
.recent-post .recent-post-meta a {
	text-transform: capitalize;
	font-size: 16px;
	color: var(--body-color);
	font-family: var(--body-font);
	letter-spacing: -0.02em;
}
.recent-post .recent-post-meta a i {
	margin-right: 7px;
	color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover {
	color: var(--theme-color);
}
.recent-post:hover .media-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.recent-post:hover .media-img:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sidebar-area {
	margin-bottom: -10px;
}
@media (max-width: 1199px) {
	.sidebar-area {
		margin-bottom: 0;
	}
}
.sidebar-area ul.wp-block-latest-posts {
	margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
	margin-bottom: 0;
}
.sidebar-area select,
.sidebar-area input {
	background-color: var(--white-color);
	border-radius: 50px;
}
.sidebar-area .sidebar-gallery {
	margin-bottom: 0 !important;
}
.sidebar-area .widget .wp-block-search {
	margin-bottom: 0;
}
.sidebar-area .wp-block-search__label,
.sidebar-area .wp-block-group__inner-container h2 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	line-height: 1em;
	padding-bottom: 20px;
	margin: -0.12em 0 38px 0;
}
.sidebar-area .wp-block-search__label:after,
.sidebar-area .wp-block-search__label:before,
.sidebar-area .wp-block-group__inner-container h2:after,
.sidebar-area .wp-block-group__inner-container h2:before {
	content: '';
	height: 3px;
	width: 100%;
	background-color: var(--th-border-color);
	position: absolute;
	bottom: 0;
	left: 0;
}
.sidebar-area .wp-block-search__label:after,
.sidebar-area .wp-block-group__inner-container h2:after {
	background-color: var(--theme-color);
	width: 40px;
}
.sidebar-area .wp-block-group:has(.wp-block-heading) .wp-block-search__label {
	padding-bottom: 0;
	margin-bottom: 20px;
	font-size: 20px;
}
.sidebar-area
	.wp-block-group:has(.wp-block-heading)
	.wp-block-search__label:after,
.sidebar-area
	.wp-block-group:has(.wp-block-heading)
	.wp-block-search__label:before {
	display: none;
}
.sidebar-area ol.wp-block-latest-comments {
	padding: 0;
	margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
	line-height: 1.5;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.download-widget-wrap .th-btn {
	width: 100%;
}
.download-widget-wrap .th-btn:first-child {
	margin-bottom: 15px;
}
.download-widget-wrap .th-btn.style2 {
	color: var(--body-color);
}
.download-widget-wrap .th-btn.style2:before {
	background-color: var(--theme-color);
}
.download-widget-wrap .th-btn.style2:hover {
	color: var(--white-color);
	border-color: var(--theme-color);
}
.widget-esculion-wrap {
	text-align: center;
}
.widget-esculion-wrap .escule-price {
	background: var(--theme-color2);
	display: inline-block;
	font-size: 48px;
	font-weight: 800;
	color: var(--white-color);
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	margin-bottom: 25px;
}
.widget-esculion-wrap .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 32px;
}
@media (max-width: 1199px) {
	.widget-esculion-wrap .title {
		font-size: 22px;
		margin-bottom: 22px;
	}
}
.recent-escule-wrap .recent-post {
	margin-bottom: 20px;
}
.recent-escule-wrap .recent-post:last-child {
	margin-bottom: 0;
}
.recent-escule-wrap .recent-post .media-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.recent-escule-wrap .recent-post .media-img:after {
	border-radius: 50%;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	color: var(--theme-color2);
}
.recent-escule-wrap .recent-post .post-title {
	font-size: 22px;
	font-weight: 700;
	margin: -0.2em 0 8px;
}
.recent-escule-wrap .recent-post .recent-post-meta {
	margin-bottom: -0.4em;
}
.recent-escule-wrap .recent-post .recent-post-meta a {
	font-size: 16px;
	font-weight: 700;
	color: var(--theme-color);
}
.recent-escule-wrap .recent-post .recent-post-meta a:hover {
	color: var(--theme-color2);
}
@media (max-width: 1199px) {
	.recent-escule-wrap .recent-post .post-title {
		font-size: 20px;
	}
}
.widget_info .th-btn {
	width: 100%;
	display: block;
}
.widget_info .th-video {
	margin-bottom: 20px;
}
.info-list {
	margin-top: -16px;
}
.info-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.info-list i {
	color: var(--theme-color);
	width: 16px;
	margin-right: 2px;
	font-size: 16px;
}
.info-list strong {
	font-weight: 600;
	color: var(--title-color);
	display: block;
	font-size: 18pxx;
}
.info-list li {
	border-bottom: 1px dashed var(--th-border-color);
	padding: 12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}
.info-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: -0.45em;
}
.widget_course_info {
	border-radius: 24px;
	border: 1px solid var(--th-border-color3);
	-webkit-box-shadow: 0px 10px 50px rgba(0, 17, 43, 0.04);
	box-shadow: 0px 10px 50px rgba(0, 17, 43, 0.04);
	padding: 24px;
	background: var(--white-color);
}
.widget_course_info .th-video {
	--icon-size: 74px;
}
.widget_course_info .th-video img {
	width: 100%;
}
.widget_course_info .course-price {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-top: 24px;
	margin-bottom: 24px;
}
.widget_course_info .course-price .tag {
	font-size: 12px;
	font-weight: 600;
	background: var(--theme-color);
	color: var(--white-color);
	border-radius: 20px;
	position: relative;
	top: -7px;
	padding: 5px 12px;
	letter-spacing: normal;
	margin-left: 10px;
}
@media (max-width: 1199px) {
	.widget_course_info .course-price {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.widget_course_info .course-price .tag {
		top: -5px;
	}
}
.widget_course_info .btn-wrap {
	gap: 14px;
	margin-bottom: 32px;
}
.widget_course_info .widget_title {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 24px;
}
.widget_course_info .widget_title:before {
	display: none;
}
.widget_course_info .info-list {
	margin-top: 0;
}
.widget_course_info .info-list li:first-child {
	border-top: 1px dashed var(--th-border-color);
}
.widget_event_info {
	background: rgba(0, 0, 0, 0);
	border: 1px solid var(--th-border-color);
	-webkit-box-shadow: 0px 10px 50px rgba(0, 17, 43, 0.04);
	box-shadow: 0px 10px 50px rgba(0, 17, 43, 0.04);
}
.widget_event_info .widget_title {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 24px;
}
.widget_event_info .widget_title:before,
.widget_event_info .widget_title:after {
	display: none;
}
.widget_event_info .info-list {
	margin-top: 0;
}
.widget_event_info .info-list li {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.widget_event_info .info-list li svg {
	color: var(--theme-color);
}
.widget_event_info .info-list li:first-child {
	border-top: 1px dashed var(--th-border-color);
}
.widget_event_info .btn-wrap {
	gap: 14px;
	margin-top: 40px;
	margin-bottom: 24px;
}
.widget_event_info .event-counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 1299px) {
	.widget_event_info .event-counter {
		gap: 10px;
	}
}
@media (max-width: 1199px) {
	.widget_event_info .event-counter {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 15px;
	}
}
@media (max-width: 991px) {
	.widget_event_info .event-counter {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 375px) {
	.widget_event_info .event-counter {
		grid-template-columns: repeat(2, 1fr);
	}
}
.widget_event_info .event-counter li {
	list-style: none;
	text-align: center;
}
.widget_event_info .event-counter .count-number {
	width: 68px;
	height: 68px;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--theme-color);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1299px) {
	.widget_event_info .event-counter .count-number {
		width: 55px;
		height: 55px;
		font-size: 20px;
		border-radius: 15px;
	}
}
.widget_event_info .event-counter .count-name {
	letter-spacing: -0.02em;
	margin-top: 10px;
	display: block;
}
.price_slider_wrapper {
	margin-top: -0.5em;
}
.price_slider_wrapper .price_label span {
	display: inline-block;
	color: var(--body-color);
}
.price_slider_wrapper .ui-slider {
	height: 6px;
	position: relative;
	width: 100%;
	background-color: var(--theme-color);
	border: none;
	margin-top: 15px;
	margin-bottom: 25px;
	cursor: pointer;
	border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
	display: block;
	background-color: var(--title-color);
}
.price_slider_wrapper .ui-slider-handle {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	cursor: pointer;
	position: absolute;
	margin-top: -5px;
	z-index: 2;
	background-color: var(--white-color);
	border: 3px solid var(--title-color);
	-webkit-transform: translateX(-1px);
	transform: translateX(-1px);
}
.price_slider_wrapper .ui-slider-handle:focus {
	outline: none;
	-webkit-box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:last-child {
	-webkit-transform: translateX(-9px);
	transform: translateX(-9px);
}
.price_slider_wrapper button,
.price_slider_wrapper .button {
	background-color: var(--theme-color);
	color: var(--white-color);
	font-weight: 500;
	line-height: 1.6;
	text-transform: capitalize;
	text-align: center;
	border: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 7px 20px;
	min-width: 100px;
	font-size: 14px;
	border-radius: 0;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}
.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
	background-color: var(--title-color);
}
.widget_shopping_cart .widget_title {
	margin-bottom: 35px;
	border-bottom: none;
}
.widget_shopping_cart ul {
	margin: 0;
	padding: 0;
}
.widget_shopping_cart ul li {
	list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
	position: relative;
	padding: 30px 30px 30px 90px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
	text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
	display: block;
	color: var(--body-color);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--title-font);
	font-weight: 600;
	color: var(--title-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
	color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
	position: absolute;
	top: 50%;
	left: 95%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
	color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 0;
	top: 18px;
}
.widget_shopping_cart .quantity {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	vertical-align: top;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 500;
}
.widget_shopping_cart .total {
	margin-top: 20px;
	font-size: 18px;
	color: var(--title-color);
	font-family: var(--body-font);
}
.widget_shopping_cart .total strong {
	font-family: var(--title-font);
}
.widget_shopping_cart .amount {
	padding-left: 5px;
}
.widget_shopping_cart .th-btn {
	margin-right: 15px;
}
.widget_shopping_cart .th-btn:last-child {
	margin-right: 0;
}
.widget_banner {
	padding: 0 0 40px;
	background: var(--theme-color);
	overflow: hidden;
	text-align: center;
}
.widget_banner .widget-banner-thumb {
	background: var(--theme-color2);
	padding-bottom: 3px;
}
.widget_banner .widget-banner-thumb .thumb img {
	width: 100%;
}
.widget_banner .box-content {
	background: hsla(0, 0%, 100%, 0.16);
	border: 1px solid hsla(0, 0%, 100%, 0.3);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-radius: 16px;
	padding: 40px 35px 68px;
	margin: 40px 40px 0;
}
@media (max-width: 375px) {
	.widget_banner .box-content {
		padding: 30px 30px 68px;
		margin: 30px 30px 0;
	}
}
.widget_banner .box-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--white-color);
	line-height: 1.416;
	margin-bottom: 28px;
}
@media (max-width: 767px) {
	.widget_banner .box-title {
		font-size: 20px;
	}
}
.widget_banner .box-subtitle {
	color: var(--white-color);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.widget_banner .box-link {
	color: var(--white-color);
	font-family: var(--title-font);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.555;
}
.widget_banner .box-link:hover {
	color: var(--title-color);
}
.widget_banner .th-btn {
	padding: 19px 40px;
	margin-top: -28px;
}
.th-video-widget .video-thumb {
	position: relative;
}
.th-video-widget .play-btn {
	--icon-size: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.th-video-widget .play-btn i {
	font-size: 16px;
}
.th-video-widget .video-thumb-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: -0.3em;
}
.widget_recent_entries ul {
	margin: -0.3em 0 0 0;
	padding: 0;
	list-style: none;
}
.widget_recent_entries ul li > a {
	color: var(--body-color);
	font-weight: 500;
	display: inline-block;
}
.widget_recent_entries ul li > a:hover {
	color: var(--theme-color);
}
.widget_recent_entries ul li span.post-date {
	font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
	border-bottom: 1px solid #dadada;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.widget_recent_comments ul,
.wp-block-latest-comments ul {
	list-style-type: none;
	padding-left: 0;
}
ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
	margin-top: -0.11em;
	padding-left: 0;
}
.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
	margin-bottom: 0;
}
.widget_recent_comments li,
.wp-block-latest-comments li {
	margin-bottom: 0;
	color: var(--body-color);
	padding-left: 30px;
	position: relative;
}
.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	color: var(--theme-color);
	font-family: var(--icon-font);
}
.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
	padding-left: 0;
	padding-bottom: 0 !important;
}
.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
	display: none;
}
.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
	margin-top: 0.4em;
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
	padding-bottom: 12px;
}
.widget_recent_comments article,
.wp-block-latest-comments article {
	line-height: 1.5;
}
.widget_recent_comments a,
.wp-block-latest-comments a {
	color: inherit;
}
.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
	color: var(--theme-color);
}
.wp-block-latest-comments__comment {
	line-height: 1.6;
}
.wp-block-latest-comments__comment a {
	color: var(--body-color);
}
.wp-block-latest-comments__comment a:hover {
	color: var(--theme-color);
}
.wp-block-latest-comments__comment:last-child {
	margin-bottom: 0;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: 10px;
}
.wp-block-calendar,
.calendar_wrap {
	position: relative;
	background-color: #fff;
	padding-bottom: 0;
	border: none;
	min-width: 250px;
}
.wp-block-calendar span[class*='wp-calendar-nav'],
.calendar_wrap span[class*='wp-calendar-nav'] {
	position: absolute;
	top: 9px;
	left: 20px;
	font-size: 14px;
	color: var(--white-color);
	font-weight: 400;
	z-index: 1;
	line-height: 1.7;
}
.wp-block-calendar span[class*='wp-calendar-nav'] a,
.calendar_wrap span[class*='wp-calendar-nav'] a {
	color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
	left: auto;
	right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
	caption-side: top;
	text-align: center;
	color: var(--white-color);
	background-color: var(--theme-color);
}
.wp-block-calendar th,
.calendar_wrap th {
	font-size: 14px;
	padding: 5px 5px;
	border: none;
	text-align: center;
	border-right: 1px solid #fff;
	color: var(--title-color);
	font-weight: 500;
}
.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
	border-left: 1px solid #eee;
}
.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
	border-right: 1px solid #eee;
}
.wp-block-calendar table th,
.calendar_wrap table th {
	font-weight: 500;
}
.wp-block-calendar td,
.calendar_wrap td {
	font-size: 14px;
	padding: 5px 5px;
	color: #01133c;
	border: 1px solid #eee;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
	color: var(--theme-color);
	background-color: var(--white-color);
	border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
	background-color: #fff;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
	margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
	display: none;
}
.wp-block-calendar a,
.calendar_wrap a {
	color: inherit;
	text-decoration: none;
}
.wp-block-calendar a:hover,
.calendar_wrap a:hover {
	color: var(--title-color);
}
.wp-block-calendar {
	border: none;
	padding-bottom: 0;
}
.wp-block-calendar table caption {
	color: var(--white-color);
}
ul.widget_rss,
ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
	padding-left: 0;
}
.widget_rss,
.wp-block-rss {
	list-style-type: none;
}
.widget_rss ul,
.wp-block-rss ul {
	margin: -0.2em 0 -0.5em 0;
	padding: 0;
	list-style: none;
}
.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
	color: var(--title-color);
	font-family: var(--theme-font);
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
	font-size: 14px;
	margin-bottom: 7px;
	line-height: 1.5;
}
.widget_rss ul a,
.wp-block-rss ul a {
	display: block;
	font-weight: 600;
	color: inherit;
}
.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
	color: var(--theme-color);
}
.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
	color: var(--title-color);
}
.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
	content: '';
	font-family: var(--icon-font);
	margin-right: 10px;
	font-weight: 300;
	color: var(--theme-color);
}
.widget_rss ul cite,
.wp-block-rss ul cite {
	font-weight: 500;
	color: var(--title-color);
	font-family: var(--body-font);
	font-size: 14px;
}
.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
	content: '';
	position: relative;
	top: -1px;
	left: 0;
	width: 20px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background-color: var(--theme-color);
}
.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 16px;
}
.widget_rss a:hover,
.wp-block-rss a:hover {
	color: var(--theme-color);
}
.textwidget {
	margin-top: -0.1em;
}
.sidebar-area .widget_shopping_cart .th-btn {
	margin-right: 10px;
	padding: 8px 22px;
	font-size: 14px;
}
.widget:has(.author-widget-wrap) {
	padding: 0;
	overflow: hidden;
}
.author-widget-wrap {
	text-align: center;
	position: relative;
	padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
}
.author-widget-wrap .author-tag {
	background: var(--theme-color);
	position: absolute;
	left: 120px;
	top: -40px;
	font-size: 24px;
	font-weight: 800;
	color: var(--white-color);
	-webkit-transform: rotate(-45deg) translate(-100%, 0);
	transform: rotate(-45deg) translate(-100%, 0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	padding: 15px 57px;
}
.author-widget-wrap .avater {
	display: inline-block;
}
.author-widget-wrap .avater img {
	border-radius: 50%;
	width: 120px;
	height: 120px;
}
.author-widget-wrap .name {
	font-size: 30px;
	font-weight: 700;
	margin-top: 22px;
	margin-bottom: 10px;
}
.author-widget-wrap .meta {
	display: block;
	margin-bottom: 4px;
}
.author-widget-wrap .meta a {
	color: var(--body-color);
}
.author-widget-wrap .meta a:hover {
	color: var(--theme-color);
}
.author-widget-wrap .meta:last-child {
	margin-bottom: -0.3em;
}
.author-widget-wrap .meta i {
	color: var(--theme-color2);
	margin-right: 6px;
}
@media (max-width: 1199px) {
	.author-widget-wrap .name {
		font-size: 22px;
	}
	.author-widget-wrap .author-tag {
		font-size: 18px;
		left: 100px;
	}
}
@media (min-width: 1200px) {
	.sidebar-shop .widget {
		padding: 30px;
	}
}
@media (min-width: 992px) {
	.sidebar-shop .widget {
		margin-bottom: 24px;
	}
}
@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) {
	.sidebar-area {
		padding-top: 30px;
	}
	.widget {
		--widget-padding-y: 40px;
		--widget-padding-x: 40px;
	}
}
@media (max-width: 767px) {
	.widget {
		--widget-padding-y: 30px;
		--widget-padding-x: 30px;
	}
}
@media (max-width: 375px) {
	.recent-post .post-title {
		font-size: 16px;
		line-height: 24px;
	}
	.recent-post .recent-post-meta a {
		font-size: 12px;
	}
}
@media (max-width: 330px) {
	.recent-post .post-title {
		font-size: 14px;
		line-height: 24px;
	}
}
.footer-widget {
	margin-bottom: 50px;
}
.footer-widget,
.footer-widget .widget {
	padding: 0;
	border: none;
	padding-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footer-widget .form-group > i {
	color: var(--theme-color);
	top: 18px;
}
.footer-widget .widget_title {
	max-width: 270px;
	color: var(--white-color);
	font-weight: 700;
	text-transform: capitalize;
	margin: -0.12em 0 40px 0;
	padding: 0;
	border: 0;
}
.footer-widget .widget_title:after,
.footer-widget .widget_title:before {
	display: none;
}
.footer-widget .widget_title img {
	margin: -7px 10px 0 0;
}
.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
	margin-top: -4px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
	margin-bottom: -4px;
}
.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
	font-family: var(--body-font);
	display: block;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
	content: '';
	position: absolute;
	clip-path: path(
		'M10.2902 0C10.19 1.15145 10.4991 2.85759 11.6931 4.38718C12.1671 4.9944 12.7722 5.56339 13.5303 6.0556L0.00580308 6.02508L0 7.58289L13.9112 7.61684C12.938 8.11321 12.1758 8.73502 11.5918 9.41857C10.3374 10.8864 9.95981 12.5752 10.0136 13.7306L11.5729 13.6662C11.5359 12.8715 11.8039 11.5772 12.7816 10.433C13.7424 9.30867 15.4462 8.26326 18.4015 8.04332L18.3462 7.35011L18.3479 6.87229L18.4406 6.10439C15.4971 5.73566 13.8372 4.60541 12.9226 3.43375C11.9919 2.24143 11.7763 0.934891 11.8453 0.142911L10.2902 0Z'
	);
	width: 18px;
	height: 14px;
	left: 0;
	top: 2px;
	opacity: 1;
	background-color: var(--body-color);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.footer-widget.widget_meta a:after,
.footer-widget.widget_pages a:after,
.footer-widget.widget_archive a:after,
.footer-widget.widget_categories a:after,
.footer-widget.widget_nav_menu a:after {
	display: none;
}
.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
	background-color: rgba(0, 0, 0, 0);
	color: var(--theme-color);
}
.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
	background: var(--theme-color);
}
.footer-widget.widget_meta:has(span) a,
.footer-widget.widget_pages:has(span) a,
.footer-widget.widget_archive:has(span) a,
.footer-widget.widget_categories:has(span) a,
.footer-widget.widget_nav_menu:has(span) a {
	padding: 0 24px;
}
.footer-widget.widget_meta li > span,
.footer-widget.widget_pages li > span,
.footer-widget.widget_archive li > span,
.footer-widget.widget_categories li > span,
.footer-widget.widget_nav_menu li > span {
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	color: var(--body-color);
	line-height: 1;
	top: 2px;
	right: 0;
}
.footer-widget .recent-post {
	max-width: 300px;
	margin-bottom: 20px;
}
.footer-widget .recent-post .media-img {
	max-width: 80px;
}
.footer-widget .recent-post .media-img:after {
	line-height: 74px;
}
.footer-widget .recent-post .post-title {
	color: var(--white-color);
}
.footer-widget .recent-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta {
	margin-top: -0.4em;
}
.footer-widget .recent-post .recent-post-meta a {
	font-weight: 400;
	line-height: 1.2;
}
.footer-widget .recent-post .recent-post-meta i {
	color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
	color: var(--theme-color);
}
.footer-widget.wp-block-rss,
.footer-widget.widget_rss {
	--title-color: #829592;
}
.about-logo {
	margin-bottom: 15px;
}
.th-widget-about {
	max-width: 312px;
}
.th-widget-about.style2 {
	max-width: 387px;
}
.th-widget-about .about-logo {
	margin-bottom: 32px;
}
.th-widget-about .about-text {
	margin-bottom: 35px;
	margin-top: -0.5em;
	letter-spacing: -0.02em;
}
.th-widget-about .box-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.th-widget-about .btn-wrap {
	gap: 20px;
}
.th-widget-about .th-btn {
	gap: 13px;
}
.th-widget-about .th-btn i {
	font-size: 28px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.th-widget-about .th-btn .details {
	text-align: start;
}
.th-widget-about .th-btn .details .small-text {
	display: block;
	font-size: 12px;
	font-weight: 600;
}
.th-widget-about .th-btn .details .big-text {
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px;
	display: block;
}
.th-widget-about .newsletter-form {
	display: block;
}
.th-widget-about .newsletter-form .form-group {
	margin-bottom: 10px;
}
.th-widget-about .newsletter-form .form-group input {
	background: rgba(24, 130, 255, 0.2);
	border: 1px solid rgba(24, 130, 255, 0.5);
	height: 56px;
}
.th-widget-about .newsletter-form .th-btn {
	min-height: 56px;
	padding: 20px 24px;
}
.footer-text {
	margin-top: -0.5em;
	margin-bottom: 25px;
}
.th-widget-contact .info-box:not(:last-child) {
	margin-bottom: 30px;
}
.th-widget-contact.style2 .box-title {
	color: var(--white-color);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
	.footer-widget.widget_meta a,
	.footer-widget.widget_pages a,
	.footer-widget.widget_archive a,
	.footer-widget.widget_categories a,
	.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;
	}
	.social-box.mb-30 {
		margin-bottom: 25px;
	}
}
.th-header {
	position: relative;
	z-index: 41;
}
.th-header .icon-btn {
	border-radius: 99px;
}
.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 a {
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	font-family: var(--title-font);
	/*color: var(--title-color); */
	color: white;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
.main-menu a:hover {
	color: var(--theme-color);
}
.main-menu > ul > li {
	margin: 0 15px;
}
.main-menu > ul > li > a {
	padding: 36.5px 0;
}
.main-menu > ul > li > a:hover {
	color: var(--theme-color);
}
.main-menu ul {
	margin: 0;
	padding: 0;
}
.main-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}
.main-menu ul li:has(.sub-menu) > a:after,
.main-menu ul li:has(.mega-menu) > a:after,
.main-menu ul li.menu-item-has-children > a:after {
	content: '';
	display: inline-block;
	position: relative;
	font-family: var(--icon-font);
	margin-left: 5px;
	font-weight: 600;
	top: 0;
	font-size: 0.9em;
	color: var(--title-color);
	-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,
.main-menu ul li.menu-item-has-children > a:hover:after {
	content: '';
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: var(--theme-color);
}
.main-menu ul li:has(.mega-menu) {
	position: static;
}
.main-menu ul li:last-child {
	margin-right: 0 !important;
}
.main-menu ul li:first-child {
	margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9;
}
.main-menu ul li:hover ul.mega-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1) translateX(-50%);
	transform: scaleY(1) translateX(-50%);
	z-index: 9;
	border-bottom: 3px solid var(--theme-color);
}
.main-menu ul.sub-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	background-color: var(--white-color);
	visibility: hidden;
	min-width: 230px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 7px;
	left: -14px;
	opacity: 0;
	z-index: -1;
	-webkit-box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
	box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
	border-radius: 0 0 10px 10px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-bottom: 3px solid var(--theme-color);
}
.main-menu ul.sub-menu a {
	font-size: 16px;
	line-height: 30px;
}
.main-menu ul.sub-menu {
	padding: 18px 20px 18px 18px;
	left: -27px;
}
.main-menu ul.sub-menu li {
	display: block;
	margin: 0 0;
	padding: 0px 9px;
}
.main-menu ul.sub-menu li:has(.sub-menu) > a:after,
.main-menu ul.sub-menu li:has(.mega-menu) > a:after,
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
	content: '';
	float: right;
	top: 1px;
	display: inline-block;
}
.main-menu ul.sub-menu li:has(.sub-menu) > a:hover:after,
.main-menu ul.sub-menu li:has(.mega-menu) > a:hover:after,
.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
	content: '';
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.main-menu ul.sub-menu li a {
	position: relative;
	padding-left: 0;
	text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 10px;
	font-family: var(--icon-font);
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: var(--theme-color);
	font-weight: 400;
	opacity: 0;
	visibility: visible;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.main-menu ul.sub-menu li a:hover {
	padding-left: 25px;
}
.main-menu ul.sub-menu li a:hover:before {
	visibility: visible;
	opacity: 1;
	left: 0;
}
.main-menu ul.sub-menu li ul.sub-menu {
	left: 100%;
	right: auto;
	top: 0;
	margin: 0 0;
	margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
	left: 100%;
	right: auto;
}
.main-menu .mega-menu-wrap {
	position: static;
}
.main-menu.style-white > ul > li > a {
	color: var(--white-color);
}
.main-menu.style-white > ul > li > a:after {
	color: var(--white-color);
}
.main-menu.style-white > ul > li > a:hover {
	color: var(--theme-color2);
}
.main-menu.style-white > ul > li > a:hover:after {
	color: var(--theme-color2);
}
@media (max-width: 1500px) {
	.main-menu > ul > li {
		margin: 0 13px;
	}
}
.simple-icon {
	border: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	font-size: 24px;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.simple-icon:has(.badge) {
	padding-right: 8px;
}
.simple-icon .badge {
	top: -8px;
	right: 0;
	font-size: 12px;
}
.header-button {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.header-button .icon-btn .badge {
	font-size: 12px;
	top: 0;
	right: 0;
	background: var(--theme-color2);
	color: var(--title-color);
}
.header-button .icon-btn:hover .badge {
	background: var(--theme-color);
	color: var(--white-color);
}
.header-logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-logo a {
	color: var(--title-color);
}
.header-logo a:hover {
	color: var(--theme-color);
}
.header-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header-links li {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--body-font);
	letter-spacing: -0.02em;
	line-height: normal;
}
.header-links li:not(:last-child) {
	margin: 0 35px 0 0;
}
.header-links li:not(:last-child):after {
	content: '';
	height: 15px;
	width: 1px;
	background-color: var(--body-color);
	position: absolute;
	top: 0px;
	right: -20px;
	margin-top: 5px;
}
.header-links li > i {
	margin-right: 10px;
	color: var(--white-color);
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
	color: var(--white-color);
}
.header-links a:hover {
	color: var(--theme-color2);
}
.header-links b,
.header-links strong {
	font-weight: 600;
	margin-right: 6px;
}
.header-links .th-social a:hover {
	color: var(--theme-color);
}
.header-notice {
	margin: 0;
}
.header-top {
	padding: 9px 0;
	background-color: var(--title-color);
}
.dropdown-link {
	position: relative;
}
.dropdown-link > a {
	color: var(--white-color);
}
.dropdown-link > a i {
	color: var(--white-color);
	margin-right: 10px;
}
.dropdown-toggle::after {
	content: '';
	border: none;
	font-family: var(--icon-font);
	vertical-align: middle;
	font-weight: 400;
	margin-left: 6px;
	margin-top: -1px;
}
.dropdown-menu {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: auto;
	top: calc(100% + 6px) !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	padding: 8px 20px !important;
	text-align: center;
	border-color: var(--th-border-color);
}
.dropdown-menu li {
	padding-right: 0;
	margin-right: 0;
}
.dropdown-menu li:after {
	display: none;
}
.dropdown-menu li a {
	display: block;
	font-weight: 400;
	font-size: 14px;
}
.dropdown-menu li a:not(:last-child) {
	margin-bottom: 5px;
}
.dropdown-menu a {
	color: var(--title-color) !important;
}
.dropdown-menu a:hover {
	color: var(--theme-color) !important;
}
.dropdown-menu:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -7px;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	background-color: var(--white-color);
	z-index: -1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid var(--th-border-color);
	border-left: 1px solid var(--th-border-color);
}
.header-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	gap: 15px;
}
.header-icons .icon-btn {
	font-size: 18px;
}
.header-icons .icon-btn .badge {
	font-size: 12px;
	top: 0;
	right: 0;
}
.header-icons .icon-btn:hover .badge {
	background-color: var(--title-color);
}
.header-search {
	position: relative;
}
.header-search input {
	height: 46px;
	border: 1px solid var(--th-border-color);
	width: 500px;
	max-width: 100%;
}
.header-search input:focus {
	border-color: var(--theme-color);
}
@media (max-width: 1199px) {
	.header-search input {
		max-width: 350px;
	}
}
.header-search button {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background-color: var(--theme-color);
	color: var(--white-color);
	width: 50px;
	height: 46px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	border-radius: 0 99px 99px 0;
}
.info-card-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
.info-card-wrap .info-card {
	border-left: 2px solid var(--th-border-color);
	padding-left: 40px;
}
.info-card-wrap .info-card:first-child {
	border-left: 0;
	padding-left: 0;
}
@media (max-width: 1199px) {
	.info-card-wrap {
		gap: 30px;
	}
	.info-card-wrap .info-card {
		border: 0;
		padding-left: 0;
	}
}
.info-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.info-card:first-child {
	border-left: 0;
	padding-left: 0;
}
.info-card .box-icon {
	position: relative;
	display: inline-block;
	height: 52px;
	width: 52px;
	line-height: 54px;
	font-size: 18px;
	color: var(--white-color);
	text-align: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.info-card .box-icon .bg-shape2,
.info-card .box-icon .bg-shape1 {
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	z-index: -1;
}
.info-card .box-icon .bg-shape2 {
	background: var(--theme-color2);
	z-index: -2;
	inset: 2px 0 -2px 0;
}
.info-card .box-text {
	margin: -0.3em 0 0 0;
	font-size: 14px;
}
.info-card .box-title {
	margin: 0 0 -0.2em 0;
	font-size: 24px;
	font-weight: 700;
}
@media (max-width: 1500px) {
	.info-card .box-title {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.info-card .box-title {
		font-size: 18px;
	}
}
.info-card.style2 .box-icon {
	border-radius: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.info-card.style2 .box-title {
	font-size: 20px;
	font-weight: 600;
}
.header-default {
	background: var(--white-color);
}
.header-default .header-top {
	position: relative;
	padding: 1px 0;
}
.header-default .header-top .header-top-bg {
	position: absolute;
	background: var(--theme-color);
	top: 0;
	bottom: 0;
	left: 0;
	width: 40%;
}
@media (max-width: 1500px) {
	.header-default .header-top .header-top-bg {
		width: 47%;
	}
}
@media (max-width: 1399px) {
	.header-default .header-top .header-top-bg {
		width: 49%;
	}
}
@media (max-width: 1299px) {
	.header-default .header-top .header-top-bg {
		width: 35%;
	}
}
@media (max-width: 1199px) {
	.header-default .header-top .header-top-bg {
		width: 40%;
	}
}
@media (max-width: 991px) {
	.header-default .header-top .header-top-bg {
		display: none;
	}
}
.header-default .header-top .th-social {
	background: var(--theme-color);
	border-radius: 10px;
	padding: 10px;
}
.header-default .header-top .header-links:has(.th-social) li:has(.th-social) {
	margin: -1px 0;
}
.header-default .header-top .header-links:has(.th-social) li:nth-last-child(2) {
	margin: 0 25px 0 0;
}
.header-default
	.header-top
	.header-links:has(.th-social)
	li:nth-last-child(2):after {
	display: none;
}
@media (max-width: 1199px) {
	.header-default
		.header-top
		.header-links:has(.th-social)
		li:nth-last-child(2) {
		margin: 0;
	}
}
.header-default .menu-area .header-button {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.header-default .sticky-wrapper.sticky {
	background: var(--white-color);
}
@media (max-width: 1299px) {
	.header-default .header-top .header-links .header-left-wrap li:last-child {
		display: none;
	}
	.header-default
		.header-top
		.header-links
		.header-left-wrap
		li:nth-last-child(2):after {
		display: none;
	}
	.header-default .header-button .th-btn {
		display: none;
	}
}
@media (max-width: 1199px) {
	.header-default .header-top {
		padding: 9px 0;
	}
	.header-default .header-top .header-links li:has(.th-social) {
		display: none;
	}
}
@media (max-width: 575px) {
	.header-default .header-top .header-links li:nth-child(2) {
		display: none;
	}
}
@media (min-width: 1900px) {
	.header-default {
		--main-container: 1800px;
	}
}
.header-layout1 {
	background: var(--white-color);
}
.header-layout1 .header-top {
	position: relative;
	padding: 1px 0;
}
.header-layout1 .header-top .header-top-bg {
	position: absolute;
	background: var(--theme-color);
	top: 0;
	bottom: 0;
	left: 0;
	width: 40%;
}
@media (max-width: 1500px) {
	.header-layout1 .header-top .header-top-bg {
		width: 47%;
	}
}
@media (max-width: 1399px) {
	.header-layout1 .header-top .header-top-bg {
		width: 49%;
	}
}
@media (max-width: 1299px) {
	.header-layout1 .header-top .header-top-bg {
		width: 35%;
	}
}
@media (max-width: 1199px) {
	.header-layout1 .header-top .header-top-bg {
		width: 40%;
	}
}
@media (max-width: 991px) {
	.header-layout1 .header-top .header-top-bg {
		display: none;
	}
}
.header-layout1 .header-top .th-social {
	background: var(--theme-color);
	padding: 10px;
}
.header-layout1 .header-top .header-links .header-left-wrap li > i {
	color: var(--theme-color);
}
.header-layout1 .header-top .header-links:has(.th-social) li:has(.th-social) {
	margin: -1px 0;
}
.header-layout1 .header-top .header-links:has(.th-social) li:nth-last-child(2) {
	margin: 0 25px 0 0;
}
.header-layout1
	.header-top
	.header-links:has(.th-social)
	li:nth-last-child(2):after {
	display: none;
}
@media (max-width: 1199px) {
	.header-layout1
		.header-top
		.header-links:has(.th-social)
		li:nth-last-child(2) {
		margin: 0;
	}
}
.header-layout1 .menu-area .header-button {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.header-layout1 .sticky-wrapper.sticky {
	background: var(--white-color);
}
@media (max-width: 1299px) {
	.header-layout1 .header-top .header-links .header-left-wrap li:last-child {
		display: none;
	}
	.header-layout1
		.header-top
		.header-links
		.header-left-wrap
		li:nth-last-child(2):after {
		display: none;
	}
	.header-layout1 .header-button .th-btn {
		display: none;
	}
}
@media (max-width: 1199px) {
	.header-layout1 .header-top {
		padding: 9px 0;
	}
	.header-layout1 .header-top .header-links li:has(.th-social) {
		display: none;
	}
}
@media (max-width: 575px) {
	.header-layout1 .header-top .header-links li:nth-child(2) {
		display: none;
	}
}
@media (min-width: 1900px) {
	.header-layout1 {
		--main-container: 1680px;
	}
}
.menu-expand {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--title-font);
	color: var(--title-color);
	background-color: var(--smoke-color);
	padding: 10px 16px;
	width: 100%;
	max-width: 170px;
	border-radius: 30px 0 0 30px;
	border-right: 1px solid var(--th-border-color);
}
.menu-expand i {
	color: var(--theme-color);
}
.menu-expand:hover {
	color: var(--theme-color);
}
@media (max-width: 375px) {
	.menu-expand {
		width: auto;
		padding: 10px 5px 10px 20px;
	}
	.menu-expand span {
		display: none;
	}
}
.category-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	background-color: var(--white-color);
	visibility: hidden;
	min-width: 170px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 15px 20px;
	left: 0;
	margin-top: -10px;
	opacity: 0;
	z-index: -1;
	border: 1px solid var(--th-border-color);
	border-radius: 0 0 10px 10px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-transition:
		margin-top 0.4s ease-in-out 0s,
		visibility 0.4s ease-in-out 0s,
		opacity 0.4s ease-in-out 0s,
		z-index 0s;
	transition:
		margin-top 0.4s ease-in-out 0s,
		visibility 0.4s ease-in-out 0s,
		opacity 0.4s ease-in-out 0s,
		z-index 0s;
}
.category-menu ul {
	padding: 0;
	margin-bottom: 0;
}
.category-menu li {
	list-style: none;
	margin-bottom: 6px;
}
.category-menu li:last-child {
	margin-bottom: 0;
}
.category-menu a {
	text-transform: capitalize;
	color: var(--title-color);
	position: relative;
	padding-left: 23px;
	font-size: 14px;
}
.category-menu a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	font-family: var(--icon-font);
	width: 11px;
	height: 11px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-size: 0.9em;
	line-height: 1;
	color: var(--theme-color);
	font-weight: 400;
}
.category-menu a:hover {
	color: var(--theme-color);
}
.category-menu-wrap {
	position: relative;
	height: 100%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 30px;
	background-color: var(--smoke-color);
}
.category-menu-wrap:hover .category-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	z-index: 9;
}
.category-menu-wrap .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.category-menu-wrap .search-form input {
	background: rgba(0, 0, 0, 0);
	border: 0;
	padding-right: 10px;
	padding-left: 18px;
	height: 46px;
}
@media (min-width: 1900px) {
	.category-menu-wrap .search-form input {
		min-width: 468px;
	}
}
.category-menu-wrap .search-form input:hover,
.category-menu-wrap .search-form input:focus,
.category-menu-wrap .search-form input:active {
	border: 0;
}
.category-menu-wrap .search-form input::-webkit-input-placeholder {
	color: var(--body-color);
}
.category-menu-wrap .search-form input::-moz-placeholder {
	color: var(--body-color);
}
.category-menu-wrap .search-form input:-ms-input-placeholder {
	color: var(--body-color);
}
.category-menu-wrap .search-form input::-ms-input-placeholder {
	color: var(--body-color);
}
.category-menu-wrap .search-form input::placeholder {
	color: var(--body-color);
}
.category-menu-wrap .search-form button {
	border: none;
	width: auto;
	height: 46px;
	line-height: 46px;
	background-color: rgba(0, 0, 0, 0);
	color: var(--theme-color);
	padding-right: 24px;
	display: inline-block;
	border-radius: 0;
}
.header-layout2 {
	background: var(--white-color);
}
.header-layout2 .header-top {
	background: rgba(0, 0, 0, 0);
	padding: 0;
}
.header-layout2 .header-links i {
	color: var(--theme-color);
	font-size: 14px;
}
.header-layout2 .header-links a {
	color: var(--title-color);
	font-size: 14px;
}
.header-layout2 .header-links a:hover {
	color: var(--theme-color);
}
.header-layout2 .th-social a {
	border: 1px solid var(--body-color);
	font-size: 12px;
	color: var(--body-color);
}
.header-layout2 .th-social a i {
	color: var(--body-color);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.header-layout2 .th-social a:hover {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: var(--white-color);
}
.header-layout2 .th-social a:hover i {
	color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a {
	padding: 14px 0;
}
.header-layout2 .menu-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-layout2 .menu-area .header-logo {
	display: none;
}
.header-layout2 .menu-area .header-button {
	gap: 36px;
}
.header-layout2 .menu-area .header-button .th-btn {
	border-radius: 0;
}
.header-layout2 .menu-area .header-links li:not(:last-child):after {
	background-color: var(--white-color);
}
.header-layout2 .menu-area .header-links i {
	color: var(--white-color);
}
.header-layout2 .menu-area .header-links a {
	color: var(--white-color);
	font-size: 16px;
}
.header-layout2 .menu-area .header-links a:hover {
	color: var(--theme-color2);
}
.header-layout2 .menu-area .simple-icon {
	color: var(--white-color);
}
.header-layout2 .sticky-wrapper {
	background: var(--theme-color);
}
.header-layout2 .sticky-wrapper.sticky .header-logo {
	display: block;
}
.header-layout2 .sticky-wrapper.sticky .menu-area .header-button .th-btn {
	border-radius: 50px;
}
@media (max-width: 1899px) {
	.header-layout2 .sticky-wrapper.sticky .header-links {
		display: none;
	}
}
@media (max-width: 1399px) {
	.header-layout2 .header-top .header-links li:nth-child(2) {
		display: none;
	}
	.header-layout2 .menu-area .header-links {
		display: none;
	}
}
@media (max-width: 1299px) {
	.header-layout2 .header-top .header-links li:nth-child(3) {
		display: none;
	}
	.header-layout2 .menu-area .header-button {
		gap: 20px;
	}
}
@media (max-width: 1199px) {
	.header-layout2 .header-top .header-links li {
		margin: 0;
	}
	.header-layout2 .header-top .header-links li:after {
		display: none;
	}
	.header-layout2 .header-top .header-links li:last-child {
		display: none;
	}
	.header-layout2 .sticky-wrapper.sticky .header-logo {
		display: none;
	}
	.header-layout2 .sticky-wrapper.sticky .menu-area .header-button .th-btn {
		border-radius: 0;
	}
}
@media (max-width: 991px) {
	.header-layout2 .header-top {
		padding: 10px 0;
	}
	.header-layout2 .menu-area .header-logo {
		display: block;
	}
	.header-layout2 .th-menu-toggle {
		background: var(--white-color);
		color: var(--title-color);
	}
	.header-layout2 .menu-area .header-button .th-btn {
		display: none;
	}
	.header-layout2 .sticky-wrapper.sticky .header-logo {
		display: block;
	}
}
@media (min-width: 1900px) {
	.header-layout2 {
		--main-container: 1680px;
	}
}
.header-layout3 {
	top: 40px;
}
.header-layout3 .menu-area {
	background: var(--white-color);
	padding: 0 22px 0 30px;
	border-radius: 32px;
}
@media (max-width: 991px) {
	.header-layout3 .menu-area {
		border-radius: 24px;
	}
}
.header-layout3 .th-menu-toggle {
	border-radius: 50%;
}
@media (max-width: 1500px) {
	.header-layout3 .sticky-wrapper.sticky .menu-area {
		padding: 0;
	}
}
@media (max-width: 1399px) {
	.header-layout3 .header-button .th-btn {
		display: none;
	}
}
@media (max-width: 991px) {
	.header-layout3 {
		top: 30px;
	}
}
@media (max-width: 575px) {
	.header-layout3 {
		top: 0;
		background: var(--white-color);
	}
	.header-layout3 .menu-area {
		padding: 0;
	}
}
@media (min-width: 1900px) {
	.header-layout3 {
		--main-container: 1840px;
	}
}
.header-layout4 {
	background: var(--white-color);
}
.header-layout4 .header-button {
	gap: 16px;
}
@media (max-width: 1299px) {
	.header-layout4 .header-button .th-btn {
		display: none;
	}
}
@media (min-width: 1900px) {
	.header-layout4 {
		--main-container: 1680px;
	}
}
.header-layout5 {
	top: 40px;
}
.header-layout5 .menu-area {
	background: var(--white-color);
	padding: 0 22px 0 30px;
	border-radius: 32px;
}
@media (max-width: 991px) {
	.header-layout5 .menu-area {
		border-radius: 24px;
	}
}
.header-layout5 .th-menu-toggle {
	border-radius: 50%;
}
@media (max-width: 1500px) {
	.header-layout5 .sticky-wrapper.sticky .menu-area {
		padding: 0;
	}
}
@media (max-width: 1399px) {
	.header-layout5 .header-button .th-btn {
		display: none;
	}
}
@media (max-width: 991px) {
	.header-layout5 {
		top: 30px;
	}
}
@media (max-width: 575px) {
	.header-layout5 {
		top: 0;
		background: var(--white-color);
	}
	.header-layout5 .menu-area {
		padding: 0;
	}
}
@media (min-width: 1900px) {
	.header-layout5 {
		--main-container: 1760px;
	}
}
.footer-wrapper {
	--border-color: rgba(255, 255, 255, 0.3);
	--body-color: #829592;
	position: relative;
	z-index: 2;
	background-color: var(--black-color3);
	overflow: hidden;
}
.footer-wrapper .social-links a {
	margin: 0 30px 0 0;
}
.widget-area {
	padding-top: 80px;
	padding-bottom: 70px;
}
@media (max-width: 1199px) {
	.widget-area {
		padding-bottom: 30px;
	}
}
.sticky-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer-links ul {
	padding: 0;
	margin: 0;
}
.footer-links li {
	font-family: var(--body-font);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 12px;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.footer-links li:after {
	content: '';
	height: 1px;
	width: 10px;
	background-color: var(--theme-color2);
	position: relative;
	display: inline-block;
	margin: 0;
}
@media (max-width: 375px) {
	.footer-links li:after {
		display: none;
	}
}
.footer-links li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.footer-links li:last-child:after {
	display: none;
}
.footer-links a {
	font-family: inherit;
	color: var(--white-color);
}
.footer-links a:hover {
	color: var(--theme-color2);
}
.copyright-wrap {
	padding: 24.25px 0;
	background-size: 100% auto;
	background-color: var(--theme-color);
}
.copyright-wrap .copyright-text {
	color: var(--white-color);
}
.copyright-wrap .copyright-text a {
	font-size: 18px;
	color: var(--theme-color2);
}
.copyright-wrap .copyright-text a:hover {
	color: var(--white-color);
}
.copyright-wrap.bg-title .copyright-text a:hover {
	color: var(--theme-color);
}
.subscribe-box {
	position: relative;
	z-index: 1;
	padding: 120px 0 80px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.subscribe-box_title {
	color: var(--white-color);
	font-size: 48px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	line-height: 1.166;
	margin-bottom: 0px;
	margin-top: -0.25em;
}
@media (max-width: 1399px) {
	.subscribe-box_title {
		font-size: 40px;
	}
}
@media (max-width: 1299px) {
	.subscribe-box_title {
		font-size: 38px;
	}
}
@media (max-width: 1199px) {
	.subscribe-box_title {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.subscribe-box_title {
		font-size: 32px;
		letter-spacing: normal;
	}
}
.subscribe-box_text {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	margin-bottom: -0.45em;
}
@media (max-width: 1199px) {
	.subscribe-box {
		text-align: center;
		padding-top: 80px;
	}
}
@media (max-width: 575px) {
	.subscribe-box {
		padding: 60px 0;
	}
	.subscribe-box .subscribe-box_title {
		font-size: 24px;
		line-height: normal;
	}
}
.newsletter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.newsletter-form .form-group {
	margin-bottom: 0;
	width: 100%;
}
.newsletter-form .form-group input {
	background: rgba(0, 0, 0, 0);
	border: 1px solid var(--body-color);
	color: var(--white-color);
	font-size: 14px;
	height: 64px;
}
.newsletter-form .form-group input::-webkit-input-placeholder {
	color: var(--white-color);
}
.newsletter-form .form-group input::-moz-placeholder {
	color: var(--white-color);
}
.newsletter-form .form-group input:-ms-input-placeholder {
	color: var(--white-color);
}
.newsletter-form .form-group input::-ms-input-placeholder {
	color: var(--white-color);
}
.newsletter-form .form-group input::placeholder {
	color: var(--white-color);
}
@media (max-width: 1199px) {
	.newsletter-form .form-group input {
		height: 56px;
	}
}
.newsletter-form .th-btn {
	min-width: auto;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding: 24px 40px;
}
@media (max-width: 1199px) {
	.newsletter-form .th-btn {
		padding: 20px 40px;
	}
}
.copyright-text {
	margin: 0;
}
.copyright-text a {
	color: var(--theme-color);
}
.copyright-text a:hover {
	color: var(--white-color);
}
.info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}
.info-box .box-icon {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid rgba(237, 237, 237, 0.3);
	color: var(--white-color);
	border-radius: 50%;
}
.info-box .box-details {
	-ms-flex-item-align: center;
	align-self: center;
	margin-top: -0.3em;
}
.info-box .box-text {
	letter-spacing: -0.02em;
}
.info-box .box-text:not(:last-child) {
	margin-bottom: 1px;
}
.info-box .box-link {
	color: inherit;
}
.info-box .box-link:hover {
	color: var(--theme-color2);
}
.info-box.style2 .box-text {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--body-font);
}
.info-box.style2 .box-link {
	color: var(--white-color);
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	display: block;
	margin-top: 4px;
}
.info-box.style2 .box-link:hover {
	color: var(--theme-color2);
}
.newsletter-widget .newsletter-form {
	margin-top: -0.3em;
	position: relative;
}
.newsletter-widget .newsletter-form .form-group input {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	font-size: 14px;
	height: 48px;
	padding: 0 120px 0 25px;
}
.newsletter-widget .newsletter-form .form-group:after {
	width: 100%;
}
.newsletter-widget .newsletter-form .th-btn {
	min-width: auto;
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.newsletter-widget .newsletter-form .th-btn:before,
.newsletter-widget .newsletter-form .th-btn:after {
	display: none;
}
.newsletter-widget .form-group {
	margin-bottom: 0;
}
.newsletter-widget .check-group {
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.newsletter-wrap {
		padding: 40px;
	}
	.newsletter-wrap .newsletter-title {
		font-size: 30px;
	}
	.newsletter-wrap .newsletter-text {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.newsletter-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 25px;
	}
	.newsletter-wrap .newsletter-title {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 575px) {
	.newsletter-wrap {
		padding: 40px 20px;
	}
	.newsletter-wrap .newsletter-title {
		font-size: 24px;
	}
	.newsletter-wrap .newsletter-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-wrapper .newsletter-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 991px) {
	.footer-wrapper .widget-area {
		padding-top: var(--section-space-mobile);
		padding-bottom: 30px;
	}
	.copyright-text {
		text-align: center;
	}
}
.footer-default {
	position: relative;
	--body-color: #d3dbe2;
}
.footer-default:after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	mix-blend-mode: hue;
	z-index: -2;
}
.footer-default:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 6, 5, 0.7);
	z-index: -1;
}
@media (max-width: 1500px) {
	.footer-default {
		background-image: none !important;
	}
}
@media (max-width: 767px) {
	.footer-default .th-widget-about {
		max-width: none;
	}
}
.footer-layout1 {
	background: rgba(0, 0, 0, 0);
	--body-color: #d3dbe2;
}
.footer-layout1 .subscribe-box {
	margin-bottom: -150px;
	position: relative;
	z-index: 2;
	border-radius: 40px;
	text-align: center;
	padding: 60px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.footer-layout1 .subscribe-box {
		padding: 60px 40px;
	}
}
@media (max-width: 1500px) {
	.footer-layout1 .subscribe-box .subscribe-bg-shape1-4,
	.footer-layout1 .subscribe-box .subscribe-bg-shape1-3 {
		display: none;
	}
}
.footer-layout1 .subscribe-box .subscribe-box_title {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
	.footer-layout1 .subscribe-box .subscribe-box_title {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.footer-layout1 .subscribe-box .subscribe-box_title {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.footer-layout1 .subscribe-box .subscribe-box_title {
		font-size: 30px;
	}
}
.footer-layout1 .subscribe-box .subscribe-box_text {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.footer-layout1 .subscribe-box .subscribe-box_text {
		font-size: 16px;
	}
}
.footer-layout1 .subscribe-box .newsletter-form {
	max-width: 584px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
	background: var(--white-color);
	border-radius: 50px;
	padding: 4px;
}
@media (max-width: 575px) {
	.footer-layout1 .subscribe-box .newsletter-form {
		background: rgba(0, 0, 0, 0);
	}
}
.footer-layout1 .subscribe-box .newsletter-form .form-group input {
	height: 56px;
	border: 0;
	color: var(--title-color);
	padding-right: 0;
}
.footer-layout1
	.subscribe-box
	.newsletter-form
	.form-group
	input::-webkit-input-placeholder {
	color: var(--title-color);
}
.footer-layout1
	.subscribe-box
	.newsletter-form
	.form-group
	input::-moz-placeholder {
	color: var(--title-color);
}
.footer-layout1
	.subscribe-box
	.newsletter-form
	.form-group
	input:-ms-input-placeholder {
	color: var(--title-color);
}
.footer-layout1
	.subscribe-box
	.newsletter-form
	.form-group
	input::-ms-input-placeholder {
	color: var(--title-color);
}
.footer-layout1 .subscribe-box .newsletter-form .form-group input::placeholder {
	color: var(--title-color);
}
@media (max-width: 575px) {
	.footer-layout1 .subscribe-box .newsletter-form .form-group input {
		background: var(--white-color);
	}
}
.footer-layout1 .subscribe-box .newsletter-form .th-btn {
	height: 56px;
}
.footer-layout1 .widget-area {
	padding-bottom: 70px;
	padding-top: calc(var(--section-space) + 150px);
	position: relative;
	z-index: 1;
}
.footer-layout1 .widget-area:after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	mix-blend-mode: hue;
	z-index: -2;
}
.footer-layout1 .widget-area:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 6, 5, 0.7);
	z-index: -1;
}
@media (max-width: 991px) {
	.footer-layout1 .widget-area {
		padding-bottom: 30px;
	}
}
.footer-layout1 .footer-text {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
.footer-layout2 {
	background: rgba(0, 0, 0, 0);
	--body-color: #556377;
}
.footer-layout2 .subscribe-box {
	position: relative;
	z-index: 2;
	border-radius: 0;
	padding: 80px 0;
	overflow: hidden;
}
@media (max-width: 1500px) {
	.footer-layout2 .subscribe-box .subscribe-bg-shape1-4,
	.footer-layout2 .subscribe-box .subscribe-bg-shape1-3 {
		display: none;
	}
}
.footer-layout2 .subscribe-box .subscribe-box_title {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
	.footer-layout2 .subscribe-box .subscribe-box_title {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.footer-layout2 .subscribe-box .subscribe-box_title {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.footer-layout2 .subscribe-box .subscribe-box_title {
		font-size: 30px;
	}
}
.footer-layout2 .subscribe-box .subscribe-box_text {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.footer-layout2 .subscribe-box .subscribe-box_text {
		font-size: 16px;
	}
}
.footer-layout2 .subscribe-box .newsletter-form {
	max-width: 584px;
	margin-left: auto;
	background: var(--white-color);
	border-radius: 50px;
	padding: 4px;
}
.footer-layout2 .subscribe-box .newsletter-form .form-group input {
	height: 56px;
	border: 0;
	color: var(--title-color);
	padding-right: 0;
	background: var(--white-color);
}
.footer-layout2
	.subscribe-box
	.newsletter-form
	.form-group
	input::-webkit-input-placeholder {
	color: var(--title-color);
}
.footer-layout2
	.subscribe-box
	.newsletter-form
	.form-group
	input::-moz-placeholder {
	color: var(--title-color);
}
.footer-layout2
	.subscribe-box
	.newsletter-form
	.form-group
	input:-ms-input-placeholder {
	color: var(--title-color);
}
.footer-layout2
	.subscribe-box
	.newsletter-form
	.form-group
	input::-ms-input-placeholder {
	color: var(--title-color);
}
.footer-layout2 .subscribe-box .newsletter-form .form-group input::placeholder {
	color: var(--title-color);
}
.footer-layout2 .subscribe-box .newsletter-form .th-btn {
	height: 56px;
	color: var(--white-color);
}
@media (max-width: 1199px) {
	.footer-layout2 .subscribe-box .newsletter-form {
		margin-right: auto;
		margin-top: 40px;
	}
}
@media (max-width: 575px) {
	.footer-layout2 .subscribe-box .newsletter-form {
		background: rgba(0, 0, 0, 0);
	}
}
.footer-layout2 .widget-area {
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.footer-layout2 .widget-area {
		padding-bottom: 30px;
	}
}
.footer-layout2 .widget_title {
	color: var(--title-color);
}
.footer-layout2 .info-box.style2 .box-link {
	color: var(--title-color);
}
.footer-layout2 .info-box.style2 .box-link:hover {
	color: var(--theme-color);
}
.footer-layout2 .footer-text {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
.footer-layout2 .copyright-wrap {
	background: rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(0, 17, 43, 0.2);
}
.footer-layout2 .copyright-wrap .copyright-text {
	color: var(--title-color);
}
.footer-layout2 .copyright-wrap .copyright-text a {
	color: var(--title-color);
}
.footer-layout2 .copyright-wrap .copyright-text a:hover {
	color: var(--theme-color2);
}
.footer-layout2 .copyright-wrap .footer-links a {
	color: var(--title-color);
}
.footer-layout2 .copyright-wrap .footer-links a:hover {
	color: var(--theme-color2);
}
.footer-layout2 .copyright-wrap .footer-links li:after {
	background: var(--title-color);
}
.footer-layout3 {
	position: relative;
	--body-color: #ffffff;
}
.footer-layout3:after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	mix-blend-mode: hue;
	z-index: -2;
}
.footer-layout3:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 17, 43, 0.9);
	z-index: -1;
}
.footer-layout3 .footer-top {
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid rgba(85, 99, 119, 0.6);
	border-right: 1px solid rgba(85, 99, 119, 0.6);
	border-bottom: 1px solid rgba(85, 99, 119, 0.6);
}
.footer-layout3 .footer-top .footer-contact-wrap {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-layout3 .footer-top .footer-contact-wrap .divider {
	background: rgba(85, 99, 119, 0.6);
	height: 140px;
	width: 1px;
}
.footer-layout3 .footer-top .footer-contact-wrap .footer-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	padding: 30px 0;
}
.footer-layout3
	.footer-top
	.footer-contact-wrap
	.footer-contact
	.footer-contact_icon {
	border-radius: 16px;
	background: rgba(24, 130, 255, 0.23);
	border: 2px solid rgba(24, 130, 255, 0.62);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	color: var(--white-color);
	font-size: 24px;
	--btn-size: 60px;
	position: relative;
	z-index: 1;
}
.footer-layout3
	.footer-top
	.footer-contact-wrap
	.footer-contact
	.footer-contact_text {
	letter-spacing: -0.02em;
	color: var(--white-color);
	margin-top: -0.2em;
	margin-bottom: 5px;
	font-size: 14px;
}
.footer-layout3
	.footer-top
	.footer-contact-wrap
	.footer-contact
	.footer-contact_link {
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	color: var(--white-color);
	display: block;
	margin-bottom: -0.15em;
}
.footer-layout3
	.footer-top
	.footer-contact-wrap
	.footer-contact
	.footer-contact_link:hover {
	color: var(--theme-color2);
}
@media (max-width: 1199px) {
	.footer-layout3
		.footer-top
		.footer-contact-wrap
		.footer-contact
		.footer-contact_link {
		font-size: 20px;
	}
}
@media (max-width: 1500px) {
	.footer-layout3 .footer-top {
		border-left: 0;
		border-right: 0;
	}
}
@media (max-width: 991px) {
	.footer-layout3 .footer-top .footer-contact-wrap {
		grid-template-columns: 100%;
	}
	.footer-layout3 .footer-top .footer-contact-wrap .divider {
		display: none;
	}
	.footer-layout3
		.footer-top
		.footer-contact-wrap
		.footer-contact:not(:last-child) {
		border-bottom: 1px solid rgba(85, 99, 119, 0.6);
	}
}
.footer-layout3 .widget-area {
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid rgba(85, 99, 119, 0.6);
	border-right: 1px solid rgba(85, 99, 119, 0.6);
	border-bottom: 1px solid rgba(85, 99, 119, 0.6);
	padding-bottom: 70px;
}
@media (max-width: 1500px) {
	.footer-layout3 .widget-area {
		border-left: 0;
		border-right: 0;
	}
}
@media (max-width: 991px) {
	.footer-layout3 .widget-area {
		padding-bottom: 30px;
	}
}
.footer-layout4 {
	--body-color: #8d98a9;
}
.breadcumb-menu {
	max-width: 100%;
	padding: 0;
	margin: 30px 0 -0.5em 0;
	list-style-type: none;
	position: relative;
}
.breadcumb-menu li {
	display: inline-block;
	margin-right: 0px;
	padding-right: 0px;
	list-style: none;
	position: relative;
}
.breadcumb-menu li:after {
	content: '/';
	position: relative;
	margin-left: 7px;
	font-weight: 600;
	font-size: 16px;
	color: var(--title-color);
	font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
	padding-right: 0;
	margin-right: 0;
	color: var(--title-color);
}
.breadcumb-menu li:last-child:after {
	display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	white-space: normal;
	word-break: break-word;
	font-weight: 600;
	font-size: 18px;
	color: var(--theme-color);
	letter-spacing: -0.02em;
}
.breadcumb-title {
	margin: -0.18em 0 -0.18em 0;
	line-height: 1.1;
	font-weight: 800;
	color: var(--title-color);
	letter-spacing: -0.02em;
}
@media (max-width: 1299px) {
	.breadcumb-title {
		font-size: 58px;
	}
}
@media (max-width: 1199px) {
	.breadcumb-title {
		font-size: 50px;
	}
}
@media (max-width: 991px) {
	.breadcumb-title {
		font-size: 46px;
	}
}
@media (max-width: 767px) {
	.breadcumb-title {
		font-size: 40px;
	}
}
@media (max-width: 575px) {
	.breadcumb-title {
		font-size: 38px;
	}
}
@media (min-width: 1300px) {
	.breadcumb-title {
		font-size: 64px;
	}
}
.breadcumb-wrapper {
	background-color: var(--title-color);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.breadcumb-wrapper .breadcumb-content {
	--space: 154px;
	padding: calc(var(--space) + 145px) 0 var(--space) 0;
	position: relative;
	z-index: 1;
}
.breadcumb-wrapper .breadcumb-thumb {
	position: relative;
	z-index: 1;
	text-align: end;
	margin: 0 54px 0px 0;
}
@media (max-width: 1199px) {
	.breadcumb-wrapper .breadcumb-content {
		--space: 130px;
	}
	.breadcumb-menu {
		margin: 25px 0 -0.5em 0;
	}
	.breadcumb-menu li,
	.breadcumb-menu a,
	.breadcumb-menu span {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.breadcumb-wrapper {
		text-align: center;
	}
	.breadcumb-wrapper .breadcumb-content {
		--space: 80px;
		padding: calc(var(--space) + 135px) 0 var(--space) 0;
	}
}
.wp-block-query-pagination-numbers,
.th-pagination {
	margin-bottom: 30px;
}
.wp-block-query-pagination-numbers ul,
.th-pagination ul {
	margin: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 16px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wp-block-query-pagination-numbers li,
.th-pagination li {
	display: inline-block;
	list-style-type: none;
}
.wp-block-query-pagination-numbers li:last-child,
.th-pagination li:last-child {
	margin-right: 0;
}
.wp-block-query-pagination-numbers li:first-child,
.th-pagination li:first-child {
	margin-left: 0;
}
.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a,
.th-pagination span,
.th-pagination a {
	display: inline-block;
	text-align: center;
	position: relative;
	border: 1px solid var(--th-border-color);
	color: var(--title-color);
	background-color: rgba(0, 0, 0, 0);
	min-height: 48px;
	min-width: 48px;
	padding: 10px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	border-radius: 50px;
}
.wp-block-query-pagination-numbers span i,
.wp-block-query-pagination-numbers a i,
.th-pagination span i,
.th-pagination a i {
	color: var(--title-color);
}
.wp-block-query-pagination-numbers span.active,
.wp-block-query-pagination-numbers span:hover,
.wp-block-query-pagination-numbers a.active,
.wp-block-query-pagination-numbers a:hover,
.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.wp-block-query-pagination-numbers span.active i,
.wp-block-query-pagination-numbers span:hover i,
.wp-block-query-pagination-numbers a.active i,
.wp-block-query-pagination-numbers a:hover i,
.th-pagination span.active i,
.th-pagination span:hover i,
.th-pagination a.active i,
.th-pagination a:hover i {
	color: inherit;
}
@media (max-width: 1399px) {
	.wp-block-query-pagination-numbers span,
	.wp-block-query-pagination-numbers a,
	.th-pagination span,
	.th-pagination a {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.wp-block-query-pagination-numbers,
	.th-pagination {
		margin-top: 40px;
	}
	.wp-block-query-pagination-numbers.mt-60,
	.th-pagination.mt-60 {
		margin-top: 40px;
	}
}
.wp-block-query-pagination-next {
	display: inline-block;
	text-align: center;
	position: relative;
	border: none;
	color: var(--title-color);
	background-color: var(--smoke-color2);
	min-width: 56px;
	height: 56px;
	line-height: 56px;
	z-index: 1;
	font-size: 16px;
	padding: 0 20px;
	font-weight: 500;
	border-radius: 12px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.wp-block-query-pagination-next.active,
.wp-block-query-pagination-next:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
blockquote,
.wp-block-quote {
	font-size: 20px;
	line-height: 1.5em;
	padding: 40px 40px 40px 150px;
	font-weight: 500;
	display: block;
	position: relative;
	background-color: var(--smoke-color2);
	margin: 40px 0;
	color: var(--title-color);
	font-family: var(--body-font);
	border-left: 4px solid var(--theme-color);
	border-radius: 0 24px 24px 0;
}
blockquote p,
.wp-block-quote p {
	font-size: inherit;
	font-family: inherit;
	margin-top: -0.4em;
	margin-bottom: 9px;
	line-height: inherit;
	color: inherit;
	width: 100%;
	position: relative;
	z-index: 3;
}
blockquote p a,
.wp-block-quote p a {
	color: inherit;
}
blockquote:before,
.wp-block-quote:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 40px;
	height: 56px;
	width: 80px;
	background-color: var(--theme-color);
	clip-path: path(
		'M63.2877 21.017C63.1266 19.2752 63.2498 14.54 67.7859 7.95554C68.1291 7.45867 68.0668 6.78854 67.6407 6.36254C65.7913 4.51317 64.6463 3.34617 63.8432 2.52954C62.7872 1.45279 62.3051 0.962169 61.5994 0.322419C61.1283 -0.101081 60.4154 -0.108456 59.9393 0.306669C52.0328 7.18654 43.2511 21.4028 44.5218 38.8198C45.2664 49.0468 52.7262 56.4699 62.2587 56.4699C72.0413 56.4699 80.0003 48.5122 80.0003 38.7294C80.0003 29.2922 72.5932 21.5529 63.2877 21.017ZM62.2587 53.9699C54.0726 53.9699 47.6627 47.5222 47.0146 38.6392C45.5851 19.0505 57.2293 6.32592 60.7474 2.95679C61.0904 3.29492 61.4823 3.69279 62.0597 4.28117C62.7554 4.98917 63.7077 5.95842 65.1481 7.40379C59.6414 15.8877 60.6803 21.9325 61.1356 22.7993C61.3517 23.2107 61.7948 23.4878 62.2587 23.4878C70.6632 23.4878 77.5003 30.3249 77.5003 38.7294C77.5003 47.1328 70.6632 53.9699 62.2587 53.9699Z M18.8913 21.017C18.7289 19.28 18.8485 14.5485 23.3895 7.95547C23.7314 7.4586 23.6703 6.78848 23.2443 6.36248C21.3985 4.51673 20.2548 3.35098 19.4528 2.53435C18.3933 1.45523 17.9098 0.963226 17.2043 0.322351C16.733 -0.101149 16.0202 -0.107274 15.5442 0.305351C7.63767 7.18523 -1.14533 21.3991 0.122915 38.8197C0.87004 49.0455 8.33092 56.4698 17.8634 56.4698C27.6462 56.4698 35.6052 48.5121 35.6052 38.7294C35.6052 29.291 28.1979 21.5505 18.8913 21.017ZM17.8634 53.9698C9.67867 53.9698 3.26504 47.5221 2.61566 38.6379C1.18991 19.0444 12.8342 6.3246 16.3522 2.95673C16.6964 3.29485 17.0895 3.69523 17.6682 4.28485C18.3627 4.99285 19.3137 5.96085 20.7517 7.40373C15.245 15.8888 16.2839 21.9325 16.7392 22.798C16.9553 23.2094 17.3995 23.4877 17.8634 23.4877C26.268 23.4877 33.1052 30.3248 33.1052 38.7294C33.1052 47.1327 26.268 53.9698 17.8634 53.9698Z'
	);
}
blockquote cite,
.wp-block-quote cite {
	display: block;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -0.02em;
	font-weight: 700;
	font-style: normal;
	font-family: var(--title-font);
	white-space: nowrap;
	color: var(--theme-color);
	margin-bottom: -0.1em;
	position: relative;
	padding-left: 40px;
	margin-top: 18px;
}
blockquote cite:before,
.wp-block-quote cite:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	background: var(--theme-color);
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
blockquote cite br,
.wp-block-quote cite br {
	display: none;
}
blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
	padding: 40px;
	margin-bottom: 30px;
}
blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
	font-size: 18px;
	color: var(--body-color);
	font-weight: 400;
	line-height: 1.556;
	background-color: var(--smoke-color);
	padding-left: 160px;
}
blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
	right: unset;
	left: 56px;
	top: 60px;
	font-size: 6rem;
	font-weight: 400;
	line-height: 4rem;
	color: var(--theme-color);
	text-shadow: none;
}
blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
	color: var(--title-color);
}
blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
	background-color: var(--title-color);
	top: 8px;
}
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;
}
blockquote p cite,
.wp-block-quote p cite {
	margin-top: 20px;
	margin-bottom: -0.5em;
	bottom: -32px;
}
.wp-block-pullquote {
	color: var(--white-color);
	padding: 0;
}
blockquote.has-very-dark-gray-color {
	color: var(--title-color) !important;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote p {
	color: var(--title-color);
}
.wp-block-pullquote cite {
	position: absolute;
	color: var(--white-color) !important;
}
.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
	padding: 40px 15px 40px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
	width: 100%;
	height: 60px;
	font-size: 30px;
}
.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
	padding: 40px 15px 40px 15px;
}
.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
	font-size: 14px;
	left: 20px;
}
.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
	bottom: 6px;
}
.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
	bottom: 7px;
}
.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
	background-color: var(--white-color);
}
@media (max-width: 1299px) {
	blockquote,
	.wp-block-quote {
		font-size: 18px;
	}
	blockquote cite,
	.wp-block-quote cite {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	blockquote,
	.wp-block-quote {
		padding: 30px;
		border-radius: 0 16px 16px 0;
	}
	blockquote:before,
	.wp-block-quote:before {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.wp-block-pullquote.is-style-solid-color blockquote {
		max-width: 90%;
	}
	blockquote,
	.wp-block-quote {
		font-size: 16px;
	}
	blockquote cite,
	.wp-block-quote cite {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.wp-block-quote.is-large:not(.is-style-plain) p,
	.wp-block-quote.is-style-large:not(.is-style-plain) p {
		font-size: 1.2em;
	}
}
@media (max-width: 375px) {
	blockquote cite,
	.wp-block-quote cite {
		font-size: 18px;
		padding-left: 22px;
	}
	blockquote cite:before,
	.wp-block-quote cite:before {
		width: 20px;
	}
}
.th-hero-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.th-hero-bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.th-hero-bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero-title {
	margin-bottom: 19px;
	margin-top: -0.2em;
	font-size: 74px;
	font-weight: 800;
	line-height: 1.135;
	letter-spacing: -0.02em;
}
.hero-title span {
	display: block;
}
@media (max-width: 1500px) {
	.hero-title {
		font-size: 70px;
		line-height: normal;
		margin-top: -0.3em;
	}
}
@media (max-width: 1399px) {
	.hero-title {
		font-size: 64px;
	}
}
@media (max-width: 1299px) {
	.hero-title {
		font-size: 58px;
	}
}
@media (max-width: 1199px) {
	.hero-title {
		font-size: 54px;
	}
}
@media (max-width: 991px) {
	.hero-title {
		font-size: 50px;
	}
	.hero-title span {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	.hero-title {
		font-size: 42px;
	}
}
@media (max-width: 575px) {
	.hero-title {
		font-size: 38px;
	}
}
.hero-text {
	margin-bottom: 32px;
	font-size: 16px;
}
.hero-counter-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.hero-counter-wrap .counter-number-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 48px;
	font-weight: 500;
	font-family: var(--title-font);
	color: var(--theme-color);
}
.hero-counter-wrap .counter-title {
	margin-bottom: 0;
	color: var(--white-color);
	font-size: 24px;
	font-weight: 500;
}
.hero-1 {
	padding-top: 145px;
}
@media (max-width: 991px) {
	.hero-1 {
		padding-top: 135px;
	}
}
.hero-1 .hero-inner {
	position: relative;
	z-index: 1;
}
.hero-1 .hero-inner:after {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(var(--theme-color2)),
		to(var(--theme-color))
	);
	background: linear-gradient(
		90deg,
		var(--theme-color2) 0%,
		var(--theme-color) 100%
	);
	mix-blend-mode: hue;
	z-index: -1;
}
.hero-1 .hero-inner .th-hero-bg {
	background-size: auto;
	background-repeat: repeat;
}
.hero-1 .hero-inner .hero-bg-shape1-1 {
	position: absolute;
	bottom: -12%;
	left: 10%;
}
@media (max-width: 1399px) {
	.hero-1 .hero-inner .hero-bg-shape1-1 {
		bottom: -15%;
	}
}
@media (max-width: 1199px) {
	.hero-1 .hero-inner .hero-bg-shape1-1 {
		max-width: 120px;
		bottom: -10%;
	}
}
@media (max-width: 991px) {
	.hero-1 .hero-inner .hero-bg-shape1-1 {
		bottom: -5%;
	}
}
@media (max-width: 575px) {
	.hero-1 .hero-inner .hero-bg-shape1-1 {
		bottom: -60px;
		left: 0px;
	}
}
.hero-1 .hero-inner .hero-bg-shape1-2 {
	position: absolute;
	left: 30%;
	top: 0;
}
@media (max-width: 1199px) {
	.hero-1 .hero-inner .hero-bg-shape1-2 {
		max-width: 180px;
	}
}
@media (max-width: 991px) {
	.hero-1 .hero-inner .hero-bg-shape1-2 {
		z-index: 1;
		top: auto;
		bottom: 0;
	}
	.hero-1 .hero-inner .hero-bg-shape1-2 img {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
}
.hero-1 .hero-thumb1-1 {
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--theme-color2);
	padding-left: 15px;
}
.hero-1 .hero-thumb1-1 .thumb {
	height: 100%;
}
.hero-1 .hero-thumb1-1 img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
}
@media (max-width: 1500px) {
	.hero-1 .hero-thumb1-1 {
		width: 50%;
		top: 0;
	}
}
@media (max-width: 1299px) {
	.hero-1 .hero-thumb1-1 {
		width: 48%;
	}
}
@media (max-width: 1199px) {
	.hero-1 .hero-thumb1-1 {
		width: 46%;
	}
}
@media (max-width: 991px) {
	.hero-1 .hero-thumb1-1 {
		width: auto;
		position: relative;
		right: auto;
		top: auto;
		bottom: auto;
		-webkit-mask-image: none !important;
		mask-image: none !important;
		padding: 0;
		border-radius: 0 0 80% 80%/0 0 100% 100%;
		overflow: hidden;
		border-bottom: 15px solid var(--theme-color2);
	}
	.hero-1 .hero-thumb1-1 .thumb {
		-webkit-mask-image: none !important;
		mask-image: none !important;
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}
.hero-slider1 .slider-pagination {
	position: absolute;
	left: 160px;
	bottom: 50% !important;
	width: auto;
	height: auto;
	margin-top: 0;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	padding: 30px 0;
}
.hero-slider1 .slider-pagination:before,
.hero-slider1 .slider-pagination:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 130px;
	background: var(--th-border-color);
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	opacity: 0.5;
}
@media (max-width: 1299px) {
	.hero-slider1 .slider-pagination:before,
	.hero-slider1 .slider-pagination:after {
		display: none;
	}
}
.hero-slider1 .slider-pagination:before {
	top: auto;
	bottom: 0;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
.hero-slider1 .slider-pagination .swiper-pagination-bullet {
	margin: 16px 0 !important;
	display: block;
}
@media (max-width: 1500px) {
	.hero-slider1 .slider-pagination {
		left: 50px;
	}
}
@media (max-width: 1299px) {
	.hero-slider1 .slider-pagination {
		padding: 0;
	}
}
@media (max-width: 991px) {
	.hero-slider1 .slider-pagination {
		display: none;
	}
}
.hero-style1 {
	position: relative;
	z-index: 6;
	--space: 220px;
	padding: var(--space) 0;
}
.hero-style1 .hero-title {
	margin-bottom: 24px;
}
.hero-style1 .hero-text {
	max-width: 481px;
	letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
	.hero-style1 .hero-text {
		max-width: 440px;
	}
}
.hero-style1 .btn-wrap {
	gap: 20px;
	margin-top: 36px;
}
@media (max-width: 1500px) {
	.hero-style1 {
		--space: 150px;
		padding-left: 50px;
	}
}
@media (max-width: 1299px) {
	.hero-style1 {
		padding-left: 70px;
	}
}
@media (max-width: 1199px) {
	.hero-style1 {
		--space: 120px;
	}
}
@media (max-width: 991px) {
	.hero-style1 {
		padding: 60px 0 120px;
		text-align: center;
	}
	.hero-style1 .hero-text {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-style1 .btn-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 575px) {
	.hero-style1 {
		padding: 40px 0 80px;
	}
	.hero-style1 .hero-text {
		max-width: none;
	}
}
@media (max-width: 1500px) {
	.hero-shape-2-1 {
		width: 100px;
		top: 18% !important;
	}
}
@media (max-width: 767px) {
	.hero-shape-2-1 {
		top: 12% !important;
		width: 80px;
	}
}
@media (max-width: 575px) {
	.hero-shape-2-1 {
		width: 60px;
	}
}
@media (max-width: 1500px) {
	.hero-shape-2-2 {
		right: -3% !important;
		width: 120px;
	}
}
@media (max-width: 1199px) {
	.hero-shape-2-2 {
		right: 3% !important;
	}
}
@media (max-width: 767px) {
	.hero-shape-2-2 {
		z-index: 1;
	}
}
.hero-style2 {
	--space: 212px;
	padding: calc(var(--space) + 155px) 0 var(--space) 0;
}
.hero-style2 .sub-title {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(var(--white-color)),
		to(rgba(255, 255, 255, 0))
	);
	background: linear-gradient(
		90deg,
		var(--white-color) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	border-radius: 20px;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	text-transform: uppercase;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 6px 20px;
	margin-bottom: 30px;
}
@media (max-width: 1299px) {
	.hero-style2 .sub-title {
		font-size: 16px;
	}
}
.hero-style2 .hero-title {
	font-weight: 800;
	margin-bottom: 26px;
}
.hero-style2 .hero-title .title2 {
	font-weight: 500;
}
.hero-style2 .hero-text {
	max-width: 481px;
	letter-spacing: -0.02em;
	margin-bottom: 37px;
}
@media (max-width: 1399px) {
	.hero-style2 {
		--space: 180px;
	}
}
@media (max-width: 1299px) {
	.hero-style2 {
		--space: 160px;
	}
}
@media (max-width: 1199px) {
	.hero-style2 {
		text-align: center;
		padding: 255px 0 60px 0;
	}
	.hero-style2 .hero-text {
		margin-left: auto;
		margin-right: auto;
	}
	.hero-style2 .btn-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.hero-style2 {
		padding: 290px 0 60px 0;
	}
}
.hero-thumb2-1 {
	position: relative;
}
.hero-thumb2-1 .hero-thumb-info {
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
}
@media (max-width: 767px) {
	.hero-thumb2-1 .hero-thumb-info {
		-webkit-animation: none !important;
		animation: none !important;
	}
}
.hero-thumb2-1 .hero-info-icon {
	border-radius: 14px;
	position: absolute;
	right: -100px;
	top: 200px;
	overflow: hidden;
}
.hero-thumb2-1 .hero-info-icon .icon {
	background: var(--theme-color);
	width: 69px;
	height: 69px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1500px) {
	.hero-thumb2-1 .hero-info-icon {
		right: 0;
		top: 180px;
	}
}
@media (max-width: 1299px) {
	.hero-thumb2-1 .hero-info-icon {
		top: 100px;
	}
}
@media (max-width: 575px) {
	.hero-thumb2-1 .hero-info-icon {
		display: none;
	}
}
.hero-thumb2-1 .hero-info-card-wrap {
	position: absolute;
	left: -160px;
	top: 200px;
}
@media (max-width: 1299px) {
	.hero-thumb2-1 .hero-info-card-wrap {
		left: -120px;
		top: 150px;
	}
}
@media (max-width: 1199px) {
	.hero-thumb2-1 .hero-info-card-wrap {
		left: 0;
	}
}
@media (max-width: 767px) {
	.hero-thumb2-1 .hero-info-card-wrap {
		position: relative;
		left: auto;
		top: auto;
	}
}
.hero-thumb2-1 .hero-info-card-wrap.style2 {
	left: auto;
	right: -200px;
	top: 400px;
}
@media (max-width: 1500px) {
	.hero-thumb2-1 .hero-info-card-wrap.style2 {
		right: -50px;
		top: 360px;
	}
}
@media (max-width: 1399px) {
	.hero-thumb2-1 .hero-info-card-wrap.style2 {
		right: 0;
	}
}
@media (max-width: 1299px) {
	.hero-thumb2-1 .hero-info-card-wrap.style2 {
		top: 300px;
	}
}
@media (max-width: 767px) {
	.hero-thumb2-1 .hero-info-card-wrap.style2 {
		top: auto;
		right: auto;
		margin-top: 20px;
	}
}
.hero-thumb2-1 .hero-info-card-wrap.style3 {
	top: auto;
	bottom: 125px;
}
@media (max-width: 1399px) {
	.hero-thumb2-1 .hero-info-card-wrap.style3 {
		bottom: 100px;
	}
}
@media (max-width: 1299px) {
	.hero-thumb2-1 .hero-info-card-wrap.style3 {
		bottom: 70px;
	}
}
@media (max-width: 767px) {
	.hero-thumb2-1 .hero-info-card-wrap.style3 {
		bottom: auto;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}
.hero-thumb2-1 .hero-info-card {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 25px;
	background: hsla(0, 0%, 100%, 0.9);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	gap: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: start;
}
.hero-thumb2-1 .hero-info-card .box-thumb {
	-ms-flex-item-align: self-start;
	align-self: self-start;
	border-radius: 50%;
	position: relative;
}
.hero-thumb2-1 .hero-info-card .box-thumb img {
	border-radius: 50%;
}
.hero-thumb2-1 .hero-info-card .box-thumb:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--theme-color);
	border: 2px solid #fbecd7;
	right: -1px;
	bottom: -3px;
}
.hero-thumb2-1 .hero-info-card .box-icon {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	background: var(--theme-color);
	-ms-flex-item-align: self-start;
	align-self: self-start;
}
.hero-thumb2-1 .hero-info-card .box-title {
	letter-spacing: -0.02em;
	margin-bottom: 0;
	font-weight: 700;
}
@media (max-width: 1399px) {
	.hero-thumb2-1 .hero-info-card .box-title {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.hero-thumb2-1 .hero-info-card .box-title {
		font-size: 18px;
	}
}
.hero-thumb2-1 .hero-info-card .box-text {
	font-size: 20px;
}
@media (max-width: 1399px) {
	.hero-thumb2-1 .hero-info-card .box-text {
		font-size: 16px;
	}
}
.hero-thumb2-1 .hero-info-card .th-btn {
	margin-top: 20px;
}
@media (max-width: 575px) {
	.hero-thumb2-1 .hero-info-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-animation: none !important;
		animation: none !important;
		gap: 16px;
	}
}
@media (max-width: 1199px) {
	.hero-thumb2-1 {
		text-align: center;
	}
}
.hero-style3 {
	--space: 200px;
	padding: calc(var(--space) + 140px) 0 var(--space) 0;
}
.hero-style3 .sub-title {
	font-size: 28px;
	font-weight: 400;
	font-family: var(--title-font);
	text-transform: capitalize;
	letter-spacing: -0.02em;
	color: var(--theme-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 30px;
}
@media (max-width: 1399px) {
	.hero-style3 .sub-title {
		font-size: 24px;
	}
}
@media (max-width: 1299px) {
	.hero-style3 .sub-title {
		font-size: 20px;
	}
}
.hero-style3 .hero-title {
	font-weight: 800;
	margin-bottom: 26px;
}
.hero-style3 .hero-text {
	max-width: 481px;
	letter-spacing: -0.02em;
	margin-bottom: 36px;
	font-size: 18px;
}
@media (max-width: 1399px) {
	.hero-style3 {
		--space: 160px;
	}
}
@media (max-width: 1299px) {
	.hero-style3 {
		--space: 140px;
	}
}
@media (max-width: 1199px) {
	.hero-style3 {
		text-align: center;
		padding: 240px 0 60px 0;
	}
	.hero-style3 .hero-text {
		margin-left: auto;
		margin-right: auto;
	}
	.hero-style3 .btn-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 991px) {
	.hero-style3 {
		padding: 220px 0 60px 0;
	}
}
@media (max-width: 767px) {
	.hero-style3 .hero-text {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.hero-style3 {
		padding: 190px 0 60px 0;
	}
}
.hero-thumb3-1 {
	position: relative;
	margin-left: -30px;
	margin-right: -150px;
	text-align: center;
	display: inline-block;
	margin-top: 140px;
}
.hero-thumb3-1 .thumb {
	position: relative;
	padding-left: 70px;
	padding-right: 115px;
	padding-bottom: 74px;
}
.hero-thumb3-1 .thumb:after {
	content: '';
	position: absolute;
	background: rgba(28, 176, 152, 0.1);
	inset: 52px 0 0 0;
	border-radius: 50%;
	border: 8px solid var(--white-color);
	z-index: -2;
}
.hero-thumb3-1 .thumb:before {
	content: '';
	position: absolute;
	inset: 122px 70px 70px 70px;
	border-radius: 50%;
	background: linear-gradient(131.88deg, #4ee4cc 0%, #1cb098 100%);
	border: 5px solid var(--white-color);
	z-index: -1;
}
@media (max-width: 1299px) {
	.hero-thumb3-1 .thumb:before {
		inset: 112px 60px 60px 60px;
	}
}
.hero-thumb3-1 .hero-thumb-info {
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
}
@media (max-width: 575px) {
	.hero-thumb3-1 .hero-thumb-info {
		-webkit-animation: none !important;
		animation: none !important;
	}
}
.hero-thumb3-1 .hero-info-card-wrap {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 1;
}
@media (max-width: 1299px) {
	.hero-thumb3-1 .hero-info-card-wrap {
		top: 100px;
		left: -100px;
	}
}
@media (max-width: 991px) {
	.hero-thumb3-1 .hero-info-card-wrap {
		left: 0;
		top: 200px;
	}
}
@media (max-width: 575px) {
	.hero-thumb3-1 .hero-info-card-wrap {
		position: relative;
		top: auto;
		margin-bottom: 20px;
	}
}
.hero-thumb3-1 .hero-info-card {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 12px 35px 12px 12px;
	background: hsla(0, 0%, 100%, 0.9);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: start;
}
.hero-thumb3-1 .hero-info-card .box-icon {
	width: 64px;
	height: 64px;
	border-radius: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	background: var(--theme-color);
	-ms-flex-item-align: self-start;
	align-self: self-start;
}
.hero-thumb3-1 .hero-info-card .box-title {
	letter-spacing: -0.02em;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 28px;
}
@media (max-width: 1399px) {
	.hero-thumb3-1 .hero-info-card .box-title {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.hero-thumb3-1 .hero-info-card .box-title {
		font-size: 18px;
	}
}
.hero-thumb3-1 .hero-info-card .box-text {
	font-size: 16px;
}
@media (max-width: 1399px) {
	.hero-thumb3-1 .hero-info-card .box-text {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.hero-thumb3-1 .hero-info-card {
		-webkit-animation: none !important;
		animation: none !important;
	}
}
.hero-thumb3-1 .hero-info-chart {
	border-radius: 16px;
	background: var(--white-color);
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	display: inline-block;
	position: absolute;
	bottom: 120px;
	left: 0;
	z-index: 1;
}
@media (max-width: 1299px) {
	.hero-thumb3-1 .hero-info-chart {
		bottom: 80px;
		left: -50px;
	}
}
@media (max-width: 991px) {
	.hero-thumb3-1 .hero-info-chart {
		left: 0;
	}
}
@media (max-width: 767px) {
	.hero-thumb3-1 .hero-info-chart {
		max-width: 250px;
		padding: 24px 30px 30px 30px;
	}
}
@media (max-width: 575px) {
	.hero-thumb3-1 .hero-info-chart {
		-webkit-animation: none !important;
		animation: none !important;
		bottom: 0;
		position: relative;
		margin-bottom: 20px;
	}
}
@media (max-width: 1500px) {
	.hero-thumb3-1 {
		margin-right: 0;
		margin-left: -100px;
	}
	.hero-thumb3-1 .thumb {
		padding-left: 60px;
		padding-right: 105px;
		padding-bottom: 64px;
	}
	.hero-thumb3-1 .thumb:before {
		inset: 114px 60px 60px 60px;
	}
}
@media (max-width: 1199px) {
	.hero-thumb3-1 {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 80px;
	}
}
@media (max-width: 575px) {
	.hero-thumb3-1 .thumb {
		padding-left: 40px;
		padding-right: 65px;
		padding-bottom: 44px;
	}
	.hero-thumb3-1 .thumb:before {
		inset: 94px 40px 40px 40px;
	}
}
@media (max-width: 375px) {
	.hero-thumb3-1 .thumb {
		padding-right: 55px;
	}
}
.hero-4 {
	position: relative;
}
.hero-4 .hero-bg-shape4-1 {
	position: absolute;
	right: 30%;
	top: 100px;
}
@media (max-width: 1199px) {
	.hero-4 .hero-bg-shape4-1 {
		display: none;
	}
}
.hero-4 .hero-bg-shape4-2 {
	position: absolute;
	left: 20%;
	top: 190px;
}
@media (max-width: 1500px) {
	.hero-4 .hero-bg-shape4-2 {
		left: 15%;
	}
}
@media (max-width: 1199px) {
	.hero-4 .hero-bg-shape4-2 {
		display: none;
	}
}
.hero-4 .hero-bg-shape4-3 {
	position: absolute;
	left: 50%;
	bottom: 33px;
}
@media (max-width: 1199px) {
	.hero-4 .hero-bg-shape4-3 {
		display: none;
	}
}
.hero-4 .hero-thumb4-1 {
	position: absolute;
	bottom: 0;
	left: 126px;
	z-index: 2;
}
@media (max-width: 1500px) {
	.hero-4 .hero-thumb4-1 {
		left: 50px;
		max-width: 380px;
	}
}
@media (max-width: 1199px) {
	.hero-4 .hero-thumb4-1 {
		max-width: 320px;
	}
}
@media (max-width: 991px) {
	.hero-4 .hero-thumb4-1 {
		max-width: 280px;
	}
}
@media (max-width: 767px) {
	.hero-4 .hero-thumb4-1 {
		max-width: 200px;
	}
}
@media (max-width: 575px) {
	.hero-4 .hero-thumb4-1 {
		max-width: 160px;
		left: 30px;
	}
}
@media (max-width: 375px) {
	.hero-4 .hero-thumb4-1 {
		display: none;
	}
}
.hero-4 .hero-thumb4-2 {
	position: absolute;
	bottom: 0;
	right: 60px;
	z-index: 2;
}
.hero-4 .hero-thumb4-2 .shape {
	position: absolute;
	top: 30%;
	right: 10px;
	z-index: -1;
}
@media (max-width: 1500px) {
	.hero-4 .hero-thumb4-2 {
		right: 30px;
		max-width: 500px;
	}
}
@media (max-width: 1199px) {
	.hero-4 .hero-thumb4-2 {
		max-width: 420px;
	}
}
@media (max-width: 991px) {
	.hero-4 .hero-thumb4-2 {
		max-width: 350px;
	}
}
@media (max-width: 767px) {
	.hero-4 .hero-thumb4-2 {
		max-width: 250px;
	}
}
@media (max-width: 575px) {
	.hero-4 .hero-thumb4-2 {
		max-width: 200px;
	}
	.hero-4 .hero-thumb4-2 .shape {
		display: none;
	}
}
@media (max-width: 375px) {
	.hero-4 .hero-thumb4-2 {
		display: none;
	}
}
.hero-style4 {
	padding: 280px 0 330px 0;
}
@media (max-width: 1500px) {
	.hero-style4 {
		padding: 250px 0 380px;
	}
}
@media (max-width: 1199px) {
	.hero-style4 {
		padding: 220px 0 420px;
	}
}
@media (max-width: 991px) {
	.hero-style4 {
		padding: 200px 0 380px;
	}
}
@media (max-width: 767px) {
	.hero-style4 {
		padding: 200px 0 290px;
	}
}
@media (max-width: 575px) {
	.hero-style4 {
		padding: 180px 0 230px;
	}
}
@media (max-width: 375px) {
	.hero-style4 {
		padding: 180px 0 80px;
	}
}
.hero-style4 .sub-title {
	font-size: 48px;
	font-weight: 400;
	font-family: var(--title-font);
	text-transform: capitalize;
	letter-spacing: -0.02em;
	color: var(--theme-color);
	margin-bottom: 27px;
	display: block;
	margin-top: -0.25em;
	line-height: normal;
}
@media (max-width: 1399px) {
	.hero-style4 .sub-title {
		font-size: 40px;
	}
}
@media (max-width: 1299px) {
	.hero-style4 .sub-title {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	.hero-style4 .sub-title {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.hero-style4 .sub-title {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.hero-style4 .sub-title {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.hero-style4 .sub-title {
		font-size: 20px;
	}
}
.hero-style4 .hero-title {
	font-weight: 800;
	letter-spacing: -0.02em;
	margin-bottom: 36px;
}
@media (max-width: 575px) {
	.hero-style4 .hero-title {
		letter-spacing: normal;
	}
}
.hero-style4 .hero-title .title2 {
	font-size: 54px;
	font-weight: 400;
	margin-top: 13px;
}
@media (max-width: 1299px) {
	.hero-style4 .hero-title .title2 {
		font-size: 48px;
	}
}
@media (max-width: 1199px) {
	.hero-style4 .hero-title .title2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.hero-style4 .hero-title .title2 {
		font-size: 36px;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.hero-style4 .hero-title .title2 {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.hero-style4 .hero-title .title2 {
		font-size: 28px;
	}
}
@media (max-width: 375px) {
	.hero-style4 .hero-title .title2 {
		font-size: 24px;
	}
}
.hero-5 {
	padding-top: 145px;
}
@media (max-width: 991px) {
	.hero-5 {
		padding-top: 135px;
	}
}
.hero-slider5 {
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.hero-slider5 .th-hero-bg .thumb {
	height: 100%;
}
@media (max-width: 1500px) {
	.hero-slider5 .th-hero-bg .thumb {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}
@media (max-width: 991px) {
	.hero-slider5 .th-hero-bg .thumb img {
		-o-object-position: -250px top;
		object-position: -250px top;
	}
}
@media (max-width: 767px) {
	.hero-slider5 .th-hero-bg .thumb img {
		-o-object-position: -320px top;
		object-position: -320px top;
	}
}
.hero-slider5 .th-hero-bg:after {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#08001c),
		color-stop(79.05%, rgba(8, 0, 28, 0))
	);
	background: linear-gradient(90deg, #08001c 0%, rgba(8, 0, 28, 0) 79.05%);
}
@media (max-width: 767px) {
	.hero-slider5 .th-hero-bg:after {
		background: -webkit-gradient(
			linear,
			left top,
			right top,
			from(#08001c),
			to(rgba(8, 0, 28, 0))
		);
		background: linear-gradient(90deg, #08001c 0%, rgba(8, 0, 28, 0) 100%);
	}
}
@media (max-width: 991px) {
	.hero-slider5 .th-hero-bg {
		border-radius: 30px 30px 0 0;
	}
}
@media (max-width: 575px) {
	.hero-slider5 .th-hero-bg {
		-webkit-mask-image: none !important;
		mask-image: none !important;
		border-radius: 30px;
		overflow: hidden;
	}
}
.hero-slider5 .icon-box {
	position: absolute;
	right: 60px;
	top: 50%;
	z-index: 1;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	-webkit-transform: translate(0, calc(-50% - 50px));
	transform: translate(0, calc(-50% - 50px));
}
.hero-slider5 .icon-box .slider-arrow:not(:last-child) {
	margin-right: 0;
	margin-bottom: 15px;
}
@media (max-width: 1299px) {
	.hero-slider5 .icon-box .slider-arrow {
		--icon-size: 56px;
	}
}
@media (max-width: 991px) {
	.hero-slider5 .icon-box {
		right: 30px;
	}
}
@media (max-width: 575px) {
	.hero-slider5 .icon-box {
		display: none;
	}
}
.hero-slider5 .about-tag {
	position: absolute;
	bottom: 82px;
	right: 250px;
	width: 158px;
	height: 158px;
	z-index: 7;
}
.hero-slider5 .about-tag:after,
.hero-slider5 .about-tag:before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: hsla(0, 0%, 100%, 0.5);
	z-index: -1;
}
.hero-slider5 .about-tag:after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.hero-slider5 .about-tag .about-experience-tag {
	height: 132px;
	width: 132px;
	margin-left: -66px;
	margin-top: -66px;
	font-family: var(--title-font);
}
.hero-slider5 .about-tag .about-experience-tag span {
	--rotate-letter: 8.5deg;
	height: 71px;
	left: 37%;
}
.hero-slider5 .about-tag .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	--icon-size: 86px;
}
.hero-slider5 .about-tag .play-btn:before,
.hero-slider5 .about-tag .play-btn:after {
	display: none;
}
.hero-slider5 .about-tag .play-btn > i {
	background: var(--theme-color);
	color: var(--white-color);
}
@media (max-width: 1299px) {
	.hero-slider5 .about-tag {
		right: 150px;
		bottom: 40px;
	}
}
@media (max-width: 991px) {
	.hero-slider5 .about-tag {
		right: 120px;
		bottom: 20px;
	}
}
@media (max-width: 575px) {
	.hero-slider5 .about-tag {
		position: relative;
		right: auto;
		bottom: auto;
		margin-left: 15px;
		margin-top: 120px;
	}
}
.hero-style5 {
	position: relative;
	z-index: 6;
	padding: 230px 0 330px;
}
.hero-style5 .hero-title {
	margin-bottom: 24px;
}
.hero-style5 .hero-text {
	max-width: 481px;
	letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
	.hero-style5 .hero-text {
		max-width: 440px;
	}
}
.hero-style5 .btn-wrap {
	gap: 20px;
	margin-top: 36px;
}
@media (max-width: 1500px) {
	.hero-style5 {
		padding: 200px 0 230px;
	}
}
@media (max-width: 1299px) {
	.hero-style5 {
		padding: 150px 0 200px;
	}
}
@media (max-width: 1199px) {
	.hero-style5 {
		padding: 120px 0 150px;
	}
}
@media (max-width: 575px) {
	.hero-style5 {
		padding: 40px 0 120px;
	}
	.hero-style5 .hero-text {
		max-width: none;
	}
}
.hero-6 {
	background: var(--smoke-color4);
	position: relative;
	padding-top: 140px;
}
@media (max-width: 991px) {
	.hero-6 {
		padding-top: 120px;
	}
}
.hero-6:before {
	content: '';
	position: absolute;
	width: 504px;
	height: 504px;
	border-radius: 50%;
	background: #ffbf00;
	opacity: 0.6;
	-webkit-filter: blur(277px);
	filter: blur(277px);
	z-index: -1;
	right: 250px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media (max-width: 1500px) {
	.hero-6:before {
		right: 120px;
	}
}
.hero-6 .hero-bg-shape6-1 {
	position: absolute;
	top: 268px;
	left: 0;
}
@media (max-width: 1500px) {
	.hero-6 .hero-bg-shape6-1 {
		display: none;
	}
}
.hero-6 .hero-bg-shape6-2 {
	position: absolute;
	bottom: 45px;
	left: -84px;
}
@media (max-width: 1500px) {
	.hero-6 .hero-bg-shape6-2 {
		display: none;
	}
}
.hero-6 .hero-bg-shape6-3 {
	position: absolute;
	bottom: -75px;
	left: 40%;
}
@media (max-width: 575px) {
	.hero-6 .hero-bg-shape6-3 {
		display: none;
	}
}
.hero-6 .hero-bg-shape6-4 {
	position: absolute;
	top: 90px;
	left: 50%;
}
@media (max-width: 767px) {
	.hero-6 .hero-bg-shape6-4 {
		display: none;
	}
}
.hero-6 .hero-bg-shape6-5 {
	position: absolute;
	height: 512px;
	width: 512px;
	border-radius: 100px;
	background: var(--theme-color);
	right: -150px;
	top: -150px;
	opacity: 0.4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hero-6 .hero-bg-shape6-5:after {
	content: '';
	position: absolute;
	inset: 100px;
	background: linear-gradient(45deg, #4ee4cc 0%, var(--theme-color) 100%);
	border-radius: 50px;
}
@media (max-width: 1500px) {
	.hero-6 .hero-bg-shape6-5 {
		height: 450px;
		width: 450px;
		right: -125px;
	}
}
@media (max-width: 1299px) {
	.hero-6 .hero-bg-shape6-5 {
		height: 400px;
		width: 400px;
		border-radius: 70px;
		top: -110px;
	}
	.hero-6 .hero-bg-shape6-5:after {
		inset: 80px;
		border-radius: 40px;
	}
}
@media (max-width: 767px) {
	.hero-6 .hero-bg-shape6-5 {
		height: 350px;
		width: 350px;
		border-radius: 50px;
	}
}
@media (max-width: 575px) {
	.hero-6 .hero-bg-shape6-5 {
		height: 300px;
		width: 300px;
	}
	.hero-6 .hero-bg-shape6-5:after {
		inset: 60px;
	}
}
.hero-6 .hero-bg-shape6-6 {
	position: absolute;
	height: 512px;
	width: 512px;
	border-radius: 100px;
	background: var(--theme-color2);
	right: -150px;
	bottom: -270px;
	opacity: 0.4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hero-6 .hero-bg-shape6-6:after {
	content: '';
	position: absolute;
	inset: 100px;
	background: linear-gradient(45deg, #ffbda9 0%, var(--theme-color2) 100%);
	border-radius: 50px;
}
@media (max-width: 1500px) {
	.hero-6 .hero-bg-shape6-6 {
		height: 450px;
		width: 450px;
	}
}
@media (max-width: 1299px) {
	.hero-6 .hero-bg-shape6-6 {
		height: 400px;
		width: 400px;
		border-radius: 70px;
	}
	.hero-6 .hero-bg-shape6-6:after {
		inset: 80px;
		border-radius: 40px;
	}
}
@media (max-width: 767px) {
	.hero-6 .hero-bg-shape6-6 {
		height: 350px;
		width: 350px;
		border-radius: 50px;
		right: -130px;
		bottom: -240px;
	}
}
@media (max-width: 575px) {
	.hero-6 .hero-bg-shape6-6 {
		height: 300px;
		width: 300px;
		right: -110px;
		bottom: -210px;
	}
	.hero-6 .hero-bg-shape6-6:after {
		inset: 60px;
	}
}
.hero-6 .hero-thumb6-1 {
	position: absolute;
	right: 230px;
	bottom: 60px;
	top: 138px;
}
.hero-6 .hero-thumb6-1 img {
	height: 100%;
}
@media (max-width: 1500px) {
	.hero-6 .hero-thumb6-1 {
		right: 90px;
	}
}
@media (max-width: 1299px) {
	.hero-6 .hero-thumb6-1 {
		top: auto;
	}
	.hero-6 .hero-thumb6-1 img {
		height: auto;
		max-width: 570px;
	}
}
@media (max-width: 1199px) {
	.hero-6 .hero-thumb6-1 {
		bottom: 90px;
		right: 70px;
	}
	.hero-6 .hero-thumb6-1 img {
		max-width: 500px;
	}
}
@media (max-width: 991px) {
	.hero-6 .hero-thumb6-1 {
		position: relative;
		bottom: auto;
		right: auto;
		left: 40px;
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
	.hero-6 .hero-thumb6-1 {
		right: 0;
		left: 0;
		margin: 40px 40px 0;
	}
	.hero-6 .hero-thumb6-1 img {
		max-width: none;
		width: 100%;
	}
}
@media (max-width: 575px) {
	.hero-6 .hero-thumb6-1 {
		margin: 40px 15px 0;
	}
}
.hero-style6 {
	padding: 190px 0;
}
.hero-style6 .sub-title {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	margin-bottom: 26px;
}
@media (max-width: 1500px) {
	.hero-style6 .sub-title {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.hero-style6 .sub-title {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.hero-style6 .sub-title {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.hero-style6 .sub-title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 16px;
	}
}
.hero-style6 .hero-text {
	max-width: 480px;
	margin-top: 25px;
}
@media (max-width: 1199px) {
	.hero-style6 .hero-text {
		max-width: 400px;
	}
}
@media (max-width: 991px) {
	.hero-style6 .hero-text {
		max-width: 600px;
	}
}
@media (max-width: 1500px) {
	.hero-style6 {
		padding: 150px 0;
	}
}
@media (max-width: 1299px) {
	.hero-style6 {
		padding: 130px 0;
	}
}
@media (max-width: 991px) {
	.hero-style6 {
		padding: 40px 0 120px;
	}
}
@media (max-width: 575px) {
	.hero-style6 {
		text-align: center;
	}
	.hero-style6 .btn-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.error-content {
	text-align: center;
}
.error-img {
	text-align: center;
	margin-bottom: 15px;
}
.error-title {
	margin-bottom: 20px;
}
.error-text {
	margin-bottom: 30px;
	max-width: 540px;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 991px) {
	.error-title {
		margin-bottom: 15px;
	}
	.error-img {
		margin-bottom: 30px;
	}
	.error-text {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.error-title {
		margin-bottom: 10px;
	}
}
.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.95);
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
	width: 60px;
	height: 60px;
	line-height: 58px;
	position: absolute;
	top: 40px;
	right: 40px;
	border-width: 2px;
	border-style: solid;
	border-color: var(--theme-color);
	background-color: rgba(0, 0, 0, 0);
	font-size: 22px;
	border-radius: 50%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	color: var(--white-color);
}
.popup-search-box button.searchClose:hover {
	color: var(--white-color);
	border-color: var(--theme-color);
	background: var(--theme-color);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.popup-search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	padding-bottom: 40px;
	cursor: auto;
	width: 100%;
	max-width: 700px;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: -webkit-transform ease 0.4s;
	transition: -webkit-transform ease 0.4s;
	transition: transform ease 0.4s;
	transition:
		transform ease 0.4s,
		-webkit-transform ease 0.4s;
}
@media (max-width: 1199px) {
	.popup-search-box form {
		max-width: 600px;
	}
}
.popup-search-box form input {
	font-size: 18px;
	height: 70px;
	width: 100%;
	border: 2px solid var(--theme-color);
	background-color: rgba(0, 0, 0, 0);
	padding-left: 30px;
	color: #fff;
	border-radius: 50px;
	padding-right: 80px;
}
.popup-search-box form input::-moz-placeholder {
	color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
	color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
	color: #fff;
}
.popup-search-box form input::-ms-input-placeholder {
	color: #fff;
}
.popup-search-box form input::placeholder {
	color: #fff;
}
.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #fff;
	font-size: 24px;
	right: 12px;
	color: var(--white-color);
	cursor: pointer;
	width: 70px;
	height: 70px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1.001);
	transform: scale(1.001);
}
.popup-search-box form button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.popup-search-box.show {
	opacity: 1;
	visibility: visible;
	width: 100.1%;
	height: 100%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 0;
}
.popup-search-box.show form {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.sidemenu-wrapper {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.sidemenu-wrapper .info-box_link {
	color: var(--title-color);
}
.sidemenu-wrapper .info-box_link:hover {
	color: var(--theme-color);
}
.sidemenu-wrapper .newsletter-widget .newsletter-form input {
	color: var(--title-color);
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .th-btn {
	padding: 0 20px;
	height: -webkit-fill-available;
	min-height: auto;
	background: var(--theme-color);
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .th-btn:hover {
	color: var(--white-color);
	background: var(--title-color);
}
.sidemenu-wrapper .th-social a {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sidemenu-wrapper .closeButton {
	display: inline-block;
	border: 2px solid;
	width: 50px;
	height: 50px;
	line-height: 48px;
	font-size: 24px;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: var(--white-color);
	border-radius: 50%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
	color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
	background-color: var(--white-color);
	width: 450px;
	margin-left: auto;
	padding: 80px 30px;
	height: 100%;
	overflow: scroll;
	position: relative;
	right: -500px;
	cursor: auto;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition: right ease 1s;
	transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
	background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
	width: 2px;
	background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
	padding: 0;
	border: none;
	background-color: rgba(0, 0, 0, 0);
}
.sidemenu-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
	right: 0;
	opacity: 1;
	visibility: visible;
}
@media (max-width: 575px) {
	.sidemenu-wrapper {
		background: rgba(0, 0, 0, 0);
	}
	.sidemenu-wrapper .sidemenu-content {
		width: 100%;
	}
	.sidemenu-wrapper .sidemenu-content .widget_shopping_cart .th-btn {
		margin-bottom: 10px;
	}
}
.woocommerce-message,
.woocommerce-info {
	position: relative;
	padding: 11px 20px 11px 50px;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
	border-radius: 0px;
}
.woocommerce-message a,
.woocommerce-info a {
	color: var(--white-color);
	text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
	color: var(--theme-color2);
}
.woocommerce-message:before,
.woocommerce-info:before {
	content: '';
	font-family: var(--icon-font);
	font-weight: 400;
	margin-right: 10px;
	font-size: 18px;
	position: absolute;
	left: 20px;
	top: 11px;
}
.woocommerce-notices-wrapper .woocommerce-message {
	background-color: var(--theme-color);
	color: var(--white-color);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
	content: '';
	font-weight: 300;
}
.woocommerce-form-login-toggle .woocommerce-info {
	background-color: var(--theme-color);
	color: var(--white-color);
}
.woocommerce-form-login-toggle .woocommerce-info a {
	color: inherit;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover {
	color: var(--theme-color2);
}
.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
	padding: 35px 40px 35px 40px;
	background-color: var(--white-color);
	-webkit-box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
	box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
	margin-bottom: 0;
	border-radius: 0px;
}
@media (max-width: 575px) {
	.woocommerce-form-register,
	.woocommerce-form-coupon,
	.woocommerce-form-login {
		padding: 40px 20px;
		border-radius: 10px;
	}
}
.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
	margin-bottom: 20px;
}
.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
	margin-bottom: 0;
}
.woocommerce-error {
	background-color: var(--error-color);
	color: #fff;
	list-style: none;
	padding: 10px 26px;
	margin: 0 0 30px 0;
	border-radius: 0;
	font-weight: 500;
	font-size: 14px;
}
nav.woocommerce-MyAccount-navigation li {
	border: 1px solid #ddd;
	margin: 0;
	border-top: none;
}
nav.woocommerce-MyAccount-navigation li:first-child {
	border-top: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation li a {
	color: var(--title-color);
	font-weight: 700;
	padding: 7px 17px;
	display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
}
.woocommerce-MyAccount-content h3 {
	margin-top: -0.3em;
}
.woocommerce-MyAccount-content .btn {
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 700;
}
.woocommerce-MyAccount-content .btn:hover {
	background-color: var(--title-color);
	color: var(--white-color);
}
table.variations,
.woocommerce-grouped-product-list-item {
	border-collapse: separate;
	border-spacing: 0 15px;
	margin-bottom: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
}
table.variations td,
.woocommerce-grouped-product-list-item td {
	border: none;
	vertical-align: middle;
	padding: 0 5px;
}
table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
	padding: 0;
}
table.variations label,
.woocommerce-grouped-product-list-item label {
	margin: 0;
	font-size: 14px;
	text-transform: capitalize;
}
table.variations label a,
.woocommerce-grouped-product-list-item label a {
	color: var(--title-color);
}
table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
	color: var(--theme-color);
}
table.variations .label,
.woocommerce-grouped-product-list-item .label {
	border: none;
}
table.variations__label,
.woocommerce-grouped-product-list-item__label {
	border: none !important;
	font-weight: 600;
}
table.variations__price,
.woocommerce-grouped-product-list-item__price {
	border: none !important;
}
table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
	font-size: 18px !important;
}
table.variations del,
.woocommerce-grouped-product-list-item del {
	margin-left: 12px;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	border: 1px solid var(--th-border-color);
}
.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
	margin-bottom: 0;
}
.woocommerce-grouped-product-list.group_table {
	border-collapse: collapse;
	margin-bottom: 15px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
	font-size: 16px;
	color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
	margin: 0 0 0 10px;
	margin: 0 0 0 10px;
	font-family: var(--title-font);
	font-size: 18px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
	border-color: #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr {
	border-bottom: 1px solid #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
	border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
	padding: 30px 5px;
}
table.variations {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative;
}
table.variations td {
	padding: 0;
}
table.variations td.label {
	padding-right: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
table.variations select {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: middle;
	margin: 0;
	padding-right: 54px;
	padding-left: 20px;
	height: 50px;
}
table.variations .reset_variations {
	margin-left: 16px;
	display: inline-block;
	position: absolute;
	left: 100%;
	bottom: 25px;
}
.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
	width: auto !important;
}
.woocommerce-grouped-product-list-item__label:after,
.woocommerce-grouped-product-list-item__price:after {
	display: none;
}
.woocommerce-variation.single_variation {
	margin-bottom: 30px;
}
.woocommerce-variation.single_variation .price {
	color: var(--title-color);
	font-weight: 700;
}
.wooscp-table-items td.woocommerce-product-attributes-item__value {
	padding-left: 15px !important;
}
.wooscp-table-items a.added_to_cart.wc-forward {
	margin-left: 15px;
	text-decoration: underline;
}
.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
	z-index: 1111;
}
table.woocommerce-product-attributes {
	margin-bottom: 30px;
}
#woosq-popup .product_meta {
	margin-top: 20px;
}
#woosq-popup .product_title {
	font-size: 24px;
	margin-bottom: 5px;
}
#woosq-popup .single-product .product .actions {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
#woosq-popup .single-product .product .actions > div {
	height: auto;
	overflow: visible;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
#woosq-popup
	.single-product
	.product
	.actions
	> div
	.quantity.style2.woocommerce-grouped-product-list-item__quantity {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.login-tab {
	margin-bottom: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.login-tab button.nav-link {
	background-color: var(--smoke-color);
	color: var(--title-color);
	padding: 11px 39px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 15px ​15px 0;
}
.login-tab button.nav-link.active {
	background-color: var(--theme-color);
	color: var(--white-color);
}
.star-rating {
	overflow: hidden;
	position: relative;
	width: 93px;
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	font-family: var(--icon-font);
	font-weight: 700;
	font-size: 16px;
}
.star-rating:before {
	content: '';
	color: #e1e1e1;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 1px;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span:before {
	content: '';
	top: 0;
	position: absolute;
	left: 0;
	color: var(--yellow-color);
	letter-spacing: 1px;
}
.rating-select label {
	margin: 0;
	margin-right: 10px;
}
.rating-select p.stars {
	margin-bottom: 0;
	line-height: 1;
}
.rating-select p.stars a {
	position: relative;
	height: 14px;
	width: 18px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}
.rating-select p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 14px;
	line-height: 1;
	font-family: var(--icon-font);
	content: '';
	font-weight: 400;
	text-indent: 0;
	color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
	content: '';
	font-weight: 400;
}
.rating-select p.stars:hover a::before {
	content: '';
	font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
	content: '';
	font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
	content: '';
	font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
	content: '';
	font-weight: 700;
}
@media (max-width: 767px) {
	.woocommerce-message,
	.woocommerce-info {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 15px 10px 37px;
	}
	.woocommerce-message:before,
	.woocommerce-info:before {
		font-size: 16px;
		top: 10px;
		left: 15px;
	}
}
.th-product {
	text-align: center;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	background-color: var(--white-color);
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	padding: 18px;
}
.th-product .product-title {
	font-size: 20px;
	margin: 4px 0 6px 0;
	font-weight: 500;
}
.th-product .product-title a {
	color: inherit;
}
.th-product .product-title a:hover {
	color: var(--theme-color);
}
.th-product .product-category {
	color: var(--body-color);
	margin-bottom: 0px;
	display: block;
}
.th-product .product-category:hover {
	color: var(--theme-color);
}
.th-product .category,
.th-product .product-tag {
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: var(--theme-color);
	color: var(--white-color);
	padding: 0 12px;
	min-width: 60px;
	z-index: 3;
	border-radius: 30px;
	line-height: 24px;
}
.th-product .woocommerce-product-rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.th-product .star-rating {
	margin: 0 auto 0 auto;
	width: 93px;
}
.th-product .price {
	display: block;
	color: var(--body-color);
	font-weight: 500;
	margin-bottom: -0.4em;
	font-family: var(--body-font);
}
.th-product .price del {
	margin-left: 10px;
	color: #a9a9a9;
}
.th-product .product-img {
	--space: 0px;
	background-color: var(--smoke-color);
	overflow: hidden;
	position: relative;
	margin: 0 0 23px 0;
	text-align: center;
	background-color: var(--smoke-color);
	z-index: 2;
	border-radius: 20px;
}
.th-product .product-img:before {
	--space: 0px;
	content: '';
	height: calc(100% - var(--space) * 2);
	width: calc(100% - var(--space) * 2);
	border-radius: inherit;
	position: absolute;
	top: var(--space);
	left: var(--space);
	background-color: var(--theme-color);
	z-index: 1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.th-product .product-img img {
	width: 100%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.th-product .actions {
	height: 100%;
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: center;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 40px;
}
.th-product .actions .woosw-btn,
.th-product .actions .icon-btn {
	--btn-size: 40px;
	font-size: 14px;
	border-color: var(--white-color);
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	color: var(--white-color);
	border-radius: 99px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}
.th-product .actions .woosw-btn:hover,
.th-product .actions .icon-btn:hover {
	color: var(--white-color);
	border-color: var(--theme-color);
}
.th-product .actions > * {
	margin: 0 0;
}
.th-product .actions > * > a {
	margin: 0;
}
.th-product .woosw-btn,
.th-product .icon-btn {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.th-product
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.th-product
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	position: relative;
	top: 0;
	left: 0;
	line-height: inherit;
	margin: 0;
	font-size: 24px;
}
.th-product .tinv-wishlist a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--white-color);
	color: var(--title-color);
	border-radius: 50%;
}
.th-product .tinv-wishlist a:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}
.th-product .add_to_cart_button.added {
	display: none;
}
.th-product .added_to_cart {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	background-color: var(--title-color);
	color: var(--white-color);
	font-size: 0;
	text-align: center;
	border-radius: 99px;
	border: none;
	margin-bottom: 10px;
}
.th-product .added_to_cart:after {
	content: '';
	position: relative;
	font-family: var(--icon-font);
	font-size: 16px;
	font-weight: 700;
}
.th-product .added_to_cart:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}
.th-product .action-btn {
	background-color: var(--white-color);
	font-size: 14px;
	font-family: var(--title-font);
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding: 13px 25px;
}
.th-product:hover .product-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.th-product:hover .product-img:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	visibility: visible;
	opacity: 0.25;
}
.th-product:hover .actions {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}
.th-product:hover .woosw-btn,
.th-product:hover .icon-btn {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.th-product.list-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	height: 100%;
	padding: 10px;
}
.th-product.list-view .product-img {
	--space: 0px;
	width: 100%;
	width: 87px;
	margin: 0;
	border-radius: 10px;
}
.th-product.list-view .product-img:before {
	--space: 0px;
}
.th-product.list-view .product-category {
	font-size: 13px;
	line-height: 23px;
	margin-top: -3px;
}
.th-product.list-view .star-rating {
	margin: 5px 0 0 0;
	width: 93px;
	font-size: 12px;
}
.th-product.list-view .product-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 4px 0 13px;
}
.th-product.list-view .actions {
	--icon-gap-x: 2px;
	width: 100%;
	right: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.th-product.list-view .actions .woosw-btn,
.th-product.list-view .actions .icon-btn {
	--btn-size: 36px;
	--btn-font-size: 14px;
	background-color: var(--theme-color2);
	color: var(--white-color);
	border: none;
}
.th-product.list-view .actions .woosw-btn:hover,
.th-product.list-view .actions .icon-btn:hover {
	background-color: var(--title-color);
}
.th-product.list-view
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.th-product.list-view
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	font-size: 20px;
}
.th-product.list-view .tinv-wishlist a {
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.th-product.list-view .added_to_cart {
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.th-product.list-view .added_to_cart:after {
	font-size: 16px;
}
.th-product.list-view .tag {
	top: 8px;
	right: 8px;
	padding: 0px 15px;
}
.th-product.list-view .product-title {
	font-size: 14px;
	margin: 0;
}
.th-product.list-view .price {
	font-weight: 600;
	font-size: 13px;
	line-height: 23px;
	color: var(--theme-color);
}
.product-list-area {
	margin-bottom: -24px;
}
#productCarousel .slick-arrow {
	top: 37.5%;
}
.mfp-content {
	margin: 1.5rem auto;
}
.mfp-content .product-details-img {
	padding-top: 15px;
}
.mfp-content .product-about {
	padding-top: 20px;
	padding-bottom: 20px;
}
.mfp-content .container {
	position: relative;
}
.mfp-content .product-big-img {
	margin-top: 12px;
	margin-bottom: 12px;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.woosq-popup {
	border-radius: 10px;
}
.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
	display: none;
}
.woosq-product > .product .summary {
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
}
.woosq-product .thumbnails .slick-list {
	display: block;
}
.woosq-product .thumbnails .slick-dots li button {
	width: 12px;
	height: 12px;
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: var(--theme-color);
	opacity: 0.4;
}
.woosq-product .thumbnails .slick-dots li button:before {
	display: none;
}
.woosq-product .thumbnails .slick-dots li.slick-active button {
	opacity: 1;
}
.woosq-product .tinv-wraper {
	display: none;
}
.th-sort-bar {
	padding: 10px;
	margin: 0 0 24px 0;
	background-color: var(--smoke-color);
	border-radius: 100px;
}
.th-sort-bar .row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 15px;
}
.th-sort-bar select {
	height: 50px;
	border: 1px solid var(--th-border-color);
	background-color: var(--white-color);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 250px;
	font-size: 16px;
	margin: 0;
	color: var(--body-color);
}
.th-sort-bar .woocommerce-result-count {
	padding-left: 15px;
	margin-bottom: 0;
	color: var(--body-color);
}
.th-sort-bar .nav a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px solid var(--th-border-color);
	background-color: var(--white-color);
	text-align: center;
	position: relative;
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--body-color);
	margin: 0 0 0 10px;
	border-radius: 5px;
}
.th-sort-bar .nav a.active,
.th-sort-bar .nav a:hover {
	color: var(--theme-color);
}
.product-thumb-area {
	position: relative;
	margin-right: 10px;
}
.product-thumb-area .product-thumb-tab {
	position: absolute;
	top: 0;
	left: 0;
}
.product-thumb-tab {
	--thumb: 120px;
	--gap: 10px;
	max-width: var(--thumb);
	margin-left: calc(0px - var(--thumb) / 2);
	position: relative;
	z-index: 3;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 100%;
}
.product-thumb-tab .tab-btn {
	background-color: var(--white-color);
	cursor: pointer;
	height: var(--thumb);
	width: var(--thumb);
	padding: var(--gap);
}
.product-thumb-tab .tab-btn img {
	max-width: 100%;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
	margin-bottom: 20px;
}
.product-thumb-tab .indicator {
	position: absolute;
	top: calc(var(--pos-y) + var(--gap));
	left: calc(var(--pos-x) + var(--gap));
	width: calc(var(--width-set) - var(--gap) * 2);
	height: calc(var(--height-set) - var(--gap) * 2);
	border: 2px solid var(--theme-color);
	pointer-events: none;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.product-big-img {
	background-color: var(--smoke-color);
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
}
.product-big-img .img {
	width: 100%;
}
.product-big-img .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.product-big-img .slider-pagination {
	position: absolute;
	bottom: 40px;
	left: 0;
}
.product-big-img .slick-dots {
	margin: -11px 0 0 0 !important;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	--border-color: #c0c0c0;
}
.img-magnifier-container {
	position: relative;
}
.img-magnifier-glass {
	position: absolute;
	-webkit-box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	cursor: none;
	width: 200px;
	height: 200px;
}
.magnify {
	position: relative;
	cursor: none;
}
.magnify .magnifier {
	height: 180px;
	width: 180px;
	position: absolute;
	z-index: 20;
	-webkit-box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	background-size: 700%;
	background-repeat: no-repeat;
	margin-left: -90px !important;
	margin-top: -90px !important;
	pointer-events: none;
	display: none;
}
.magnify .magnified {
	display: block;
	z-index: 10;
	margin: auto;
	width: 100%;
	height: 100%;
}
.magnify img {
	width: 100%;
	height: 100%;
}
.quantity {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
.quantity > .screen-reader-text {
	display: inline-block;
	font-weight: 600;
	color: var(--title-color);
	font-family: var(--title-font);
	margin: 0;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 10px;
}
.quantity .qty-btn,
.quantity .qty-input {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: none;
	border-right: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	border-radius: 0;
	text-align: center;
	color: var(--body-color);
	font-size: 18px;
	font-weight: 600;
}
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
	border-right: none;
}
.quantity .qty-btn {
	font-size: 16px;
}
.product_meta {
	font-weight: 700;
	font-size: 16px;
	font-family: var(--body-font);
	margin: 35px 0 0 0;
}
.product_meta > span {
	display: block;
	margin-bottom: 5px;
	color: var(--title-color);
	font-weight: bold;
}
.product_meta > span:last-child {
	margin-bottom: 0;
}
.product_meta > span a {
	color: inherit;
}
.product_meta > span a:hover {
	color: var(--theme-color);
}
.product_meta > span > a,
.product_meta > span > span {
	position: relative;
	color: var(--body-color);
	font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
	content: ',';
	margin-right: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
	display: none;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
	margin-left: 7px;
}
.product-tab-style1 {
	margin: 95px auto 40px auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
}
.product-tab-style1 .th-btn.active {
	background: var(--theme-color2);
	color: var(--title-color);
}
.product-tab-style1 .th-btn.active:after {
	background: var(--theme-color2);
}
#productTabContent {
	margin-bottom: -10px;
}
#additional_information {
	margin-bottom: 40px;
}
.product-inner-list > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.product-inner-list li {
	position: relative;
	padding-left: 15px;
}
.product-inner-list li:before {
	content: '-';
	position: absolute;
	left: 0;
}
.share-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--title-color);
	margin-bottom: 8px;
}
.share-title i {
	color: var(--theme-color);
}
.summary-content .product-title,
.product-about .product-title {
	margin: 0 0 14px 0;
}
.summary-content .product_title,
.product-about .product_title {
	margin-bottom: 20px !important;
}
.summary-content > .price,
.product-about > .price {
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 600;
	color: var(--title-color);
	display: block;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-bottom: 19px;
	margin-top: -0.2em;
}
.summary-content > .price del,
.product-about > .price del {
	color: var(--body-color);
	font-weight: 500;
	margin-left: 15px;
}
.summary-content .woocommerce-product-rating,
.summary-content .product-rating,
.product-about .woocommerce-product-rating,
.product-about .product-rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 2px;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-bottom: 22px;
}
.summary-content .woocommerce-product-rating .star-rating,
.summary-content .product-rating .star-rating,
.product-about .woocommerce-product-rating .star-rating,
.product-about .product-rating .star-rating {
	width: 80px;
	font-size: 12px;
	margin-right: 8px;
}
.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
	color: var(--body-color);
}
.summary-content .checklist,
.product-about .checklist {
	margin: 29px 0 29px 0;
}
.summary-content .actions,
.product-about .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	margin: 35px 0 27px 0;
}
.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
	padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .woosw-btn,
.summary-content .actions .icon-btn,
.product-about .actions .woosw-btn,
.product-about .actions .icon-btn {
	border-color: var(--title-color);
	background-color: var(--title-color);
	color: var(--white-color);
	--btn-size: 56px;
}
.summary-content .actions .woosw-btn:hover,
.summary-content .actions .icon-btn:hover,
.product-about .actions .woosw-btn:hover,
.product-about .actions .icon-btn:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.summary-content .share,
.product-about .share {
	margin-top: 25px;
}
.summary-content .th-social a,
.product-about .th-social a {
	--icon-size: 40px;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid var(--th-border-color);
	border-radius: 0;
}
.summary-content .th-social a:hover,
.product-about .th-social a:hover {
	border-color: var(--theme-color);
}
.summary-content
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	width: 56px;
	height: 56px;
	line-height: 54px;
	display: inline-block;
	border-radius: 99px;
	background-color: var(--theme-color);
	color: var(--white-color);
	border: none;
}
.summary-content
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	position: relative;
	top: 0;
	left: 0;
	line-height: inherit;
	margin: 0;
	font-size: 24px;
}
.summary-content
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.summary-content
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.product-about
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.product-about
	.tinv-wishlist
	.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
	background-color: var(--title-color);
}
.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 0;
}
.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}
.summary-content .quantity,
.product-about .quantity {
	position: relative;
}
.summary-content .quantity:after,
.product-about .quantity:after {
	content: '';
	height: 100%;
	width: 1px;
	background-color: var(--th-border-color);
	position: absolute;
	top: 0;
	left: 55px;
}
.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
	width: 112px;
	height: 56px;
	border: 1px solid var(--th-border-color);
	background-color: rgba(0, 0, 0, 0);
	color: var(--title-color);
	padding: 0 21px;
	text-align: left;
	font-weight: 500;
	border-radius: 50px;
}
.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
	color: var(--title-color);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	right: 21px;
	height: auto;
	width: auto;
	border: none;
	line-height: 16px;
}
.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
	bottom: 10px;
}
.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
	top: 10px;
}
.woocommerce-Reviews .th-post-comment {
	border-radius: 20px;
	border: 0 !important;
	padding: 40px !important;
	margin: 12px;
	background: var(--smoke-color);
}
.woocommerce-Reviews .th-post-comment .text {
	margin-bottom: -0.5em;
}
.woocommerce-Reviews .th-post-comment .name {
	margin-bottom: 3px;
}
.woocommerce-Reviews .th-post-comment .commented-on {
	margin-bottom: 12px;
}
.woocommerce-Reviews .th-comments-wrap {
	padding: 0;
	margin-right: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.woocommerce-Reviews .th-comment-form {
	padding: 60px;
	background-color: var(--smoke-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: 0 !important;
	margin-top: 28px;
	margin-bottom: 40px;
	border-radius: 20px;
}
.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
	background-color: var(--white-color);
}
.woocommerce-Reviews .th-comment-form .blog-inner-title {
	margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 24px;
	margin: -12px !important;
	margin-bottom: 28px !important;
}
.woocommerce-Reviews .comment-list li {
	width: 50%;
}
@media (max-width: 991px) {
	.woocommerce-Reviews .comment-list li {
		width: 100%;
	}
}
@media (max-width: 1199px) {
	.woocommerce-Reviews .th-post-comment {
		padding: 30px !important;
	}
}
@media (max-width: 991px) {
	.woocommerce-Reviews .comment-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.woocommerce-Reviews .th-comment-form {
		padding: 40px;
	}
}
@media (max-width: 575px) {
	.woocommerce-Reviews .th-comment-form {
		padding: 40px 20px;
	}
}
#description {
	margin-bottom: 30px;
}
.product-details .th-comments-wrap {
	margin-top: 0;
}
.product-details .border-title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.product-details .border-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 80px;
	background-color: var(--theme-color);
}
.product-inner-title {
	font-size: 32px;
	border-bottom: 1px solid var(--th-border-color);
	padding: 0 0 7px 0;
	margin: 0 0 30px 0;
}
.related-product-wrapper {
	padding-top: 115px;
}
@media (max-width: 1399px) {
	.th-product.list-view .product-img {
		max-width: 150px;
	}
}
@media (max-width: 1299px) {
	.product-thumb-tab {
		--thumb: 100px;
		margin-left: -40px;
	}
	.product-thumb-area {
		margin-right: 0;
	}
}
@media (max-width: 1199px) {
	.th-sort-bar select {
		min-width: auto;
	}
	.product-tab-style1 {
		margin: 55px 0 40px 0;
	}
	.summary-content,
	.product-about {
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.product-big-img {
		margin-bottom: 40px;
	}
	.product-thumb-tab {
		margin-left: -10px;
	}
	.th-product-box.list-view .product-img {
		max-width: 150px;
	}
	.th-sort-bar .row {
		--bs-gutter-x: 20px;
	}
	.th-sort-bar .nav a:last-child {
		margin-right: 0;
		padding-right: 0;
	}
	.th-sort-bar .nav a:last-child:before {
		display: none;
	}
	.woosq-product > .product .thumbnails {
		max-height: 400px;
		min-height: 200px;
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.th-sort-bar {
		text-align: center;
		padding: 10px 15px 15px 15px;
	}
	.th-sort-bar .nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.th-sort-bar select {
		margin: 0 auto;
	}
	.th-sort-bar .woocommerce-result-count {
		padding-left: 0;
	}
	.th-product-box.list-view .product-img {
		max-width: 130px;
	}
	.th-product-box.list-view .actions {
		--btn-size: 30px;
		--btn-font-size: 10px;
		--icon-gap-x: 2px;
	}
}
@media (max-width: 575px) {
	.product-about .actions {
		gap: 15px 15px;
	}
	.product-thumb-tab {
		--thumb: 74px;
		--gap: 6px;
	}
	.product-thumb-tab .tab-btn:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.product-grid {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 375px) {
	.th-product.list-view .product-img {
		max-width: 130px;
	}
	.th-product.list-view .product-content {
		padding: 0 15px;
	}
}
.woocommerce-cart-form {
	text-align: center;
}
.cart_table {
	border: 1px solid #eaf0f2;
	margin-bottom: 45px;
}
.cart_table thead {
	background-color: #ecf0f1;
}
.cart_table thead th {
	border: none !important;
}
.cart_table td:before,
.cart_table th {
	font-family: var(--title-font);
	color: var(--title-color);
	font-weight: 600;
	border: none;
	padding: 27px 15px;
}
.cart_table td:before {
	content: attr(data-title);
	position: absolute;
	left: 15px;
	top: 50%;
	vertical-align: top;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
.cart_table td {
	border: none;
	border-bottom: 1px solid #f3f3f3;
	color: #8b8b8b;
	padding: 20px 10px;
	position: relative;
	vertical-align: middle;
}
.cart_table .product-quantity {
	color: var(--title-color);
}
.cart_table .product-quantity input {
	position: relative;
	top: -2px;
}
.cart_table .cart-productname {
	font-weight: 400;
	font-family: var(--body-font);
	color: var(--body-color);
}
.cart_table .cart-productimage {
	display: inline-block;
	border: 2px solid var(--smoke-color);
}
.cart_table .remove {
	color: var(--theme-color);
	font-size: 18px;
}
.cart_table .quantity {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart_table td.product-quantity {
	min-width: 155px;
}
.cart_table .qty-btn {
	border: 2px solid var(--smoke-color) !important;
	background-color: rgba(0, 0, 0, 0);
	color: #b8c6d0;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	border-radius: 4px;
}
.cart_table .qty-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}
.cart_table .qty-input {
	vertical-align: middle;
	border: 2px solid var(--smoke-color);
	width: 60px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	color: var(--title-color);
	font-weight: 700;
	margin: 0 3px;
	border-radius: 4px;
	padding: 0;
}
.cart_table .qty-input::-moz-placeholder {
	color: var(--title-color);
}
.cart_table .qty-input::-webkit-input-placeholder {
	color: var(--title-color);
}
.cart_table .qty-input:-ms-input-placeholder {
	color: var(--title-color);
}
.cart_table .qty-input::-ms-input-placeholder {
	color: var(--title-color);
}
.cart_table .qty-input::placeholder {
	color: var(--title-color);
}
.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.cart_table .qty-input[type='number'] {
	-moz-appearance: textfield;
}
.cart_table .actions {
	text-align: right;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}
.cart_table .actions > .th-btn {
	padding: 20px 28px;
	margin-right: 15px;
}
.cart_table .actions > .th-btn:last-child {
	margin-right: 0;
}
.cart_table .th-cart-coupon {
	float: left;
	margin: 0;
	width: 455px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cart_table .th-cart-coupon input {
	width: calc(100% - 200px);
	margin-right: 10px;
}
.cart_table .th-cart-coupon .th-btn {
	padding: 20px 25px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.cart_totals {
	border: 1px solid #ecf0f1;
}
.cart_totals th,
.cart_totals td {
	vertical-align: top;
	padding: 20px 20px;
	border: none;
	border-bottom: 1px solid #ecf0f1;
	font-size: 14px;
	color: var(--title-color);
	width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
	width: 45%;
	background-color: #f9fbfb;
	font-weight: 700;
	font-size: 14px;
	color: #333;
}
.cart_totals .shipping-calculator-button {
	display: inline-block;
	border-bottom: 1px solid;
	color: var(--title-color);
	font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
	color: var(--theme-color);
}
.cart_totals .woocommerce-shipping-destination {
	margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
	margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
	display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
	margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
	margin-bottom: 0;
}
.cart_totals .amount {
	font-weight: 700;
}
.cart_totals .order-total .amount {
	color: var(--theme-color);
}
.empty-notice {
	margin: 40px auto;
}
@media (max-width: 991px) {
	.cart_table th {
		padding: 23px 8px;
		font-size: 14px;
	}
	.cart_table .cart-productname {
		font-size: 14px;
	}
	.cart_table .th-cart-coupon {
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cart_table .actions {
		text-align: center;
	}
	.cart_table .cart-productimage {
		max-width: 100px;
	}
}
@media (max-width: 767px) {
	.cart_table {
		text-align: left;
		min-width: auto;
		border-collapse: separate;
		border-spacing: 0 20px;
		border: none;
	}
	.cart_table thead {
		display: none;
	}
	.cart_table td {
		padding: 15px;
		display: block;
		width: 100%;
		padding-left: 25%;
		text-align: right;
		border: 1px solid #f3f3f3;
		border-bottom: none;
	}
	.cart_table td::before {
		display: block;
	}
	.cart_table td:last-child {
		border-bottom: 1px solid #f3f3f3;
	}
	.cart_table td.actions {
		padding-left: 15px;
		text-align: center;
	}
	.cart_table td.actions > .th-btn {
		margin-top: 10px;
		margin-right: 0;
		display: block;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-left: auto;
		margin-right: auto;
	}
	.cart_table td.actions > .th-btn:last-child {
		margin-right: auto;
	}
	.cart_table .th-cart-coupon {
		width: 100%;
		text-align: center;
		float: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: block;
		padding-bottom: 10px;
	}
	.cart_table .th-cart-coupon input {
		width: 100%;
		margin-bottom: 10px;
	}
	.cart_totals th,
	.cart_totals td {
		padding: 15px 10px;
	}
	.cart_totals th:first-child,
	.cart_totals td:first-child {
		width: 17%;
		line-height: 1.4;
	}
}
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
	margin-bottom: 0;
}
.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
	margin-bottom: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
	margin-top: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
	position: relative;
	bottom: 0;
}
.woocommerce-checkout .select2-dropdown {
	border: none;
	border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
	border-radius: 27px;
}
.woocommerce-checkout
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered,
.woocommerce-checkout
	.select2-container--default
	.select2-selection--single
	.form-control:focus {
	color: var(--body-color);
}
.woocommerce-checkout .shipping_address {
	margin-top: -3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0);
	padding: 0;
}
.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
	margin-bottom: var(--bs-gutter-x);
}
#ship-to-different-address {
	margin-top: 15px;
}
.select2-container--default .select2-selection--single {
	height: 56px;
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: var(--smoke-color2);
	border-radius: 27px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 56px;
	padding-left: 25px;
	padding-right: 25px;
}
.woocommerce-billing-fields .form-row {
	margin-bottom: 0;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b:before {
	content: '';
	font-family: var(--icon-font);
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	margin: 0;
	border: none;
	top: 0;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 56px;
	line-height: 56px;
	margin-right: 30px;
}
span.select2-selection.select2-selection--single:focus {
	outline: none;
}
.checkout-ordertable th,
.checkout-ordertable td {
	border: 1px solid #ededed;
	text-align: right;
	padding: 5px 20px;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
	color: #2c3e50;
}
.checkout-ordertable th {
	font-weight: 600;
	text-align: left;
}
.checkout-ordertable ul {
	margin: 0;
	padding: 0;
}
.checkout-ordertable .order-total .amount {
	color: var(--theme-color);
}
.checkout-ordertable input[type='hidden'] ~ label {
	color: var(--theme-color);
}
.woocommerce-checkout .form-group input:not(:last-child) {
	margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout-payment {
	text-align: left;
}
.woocommerce-checkout-payment ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.woocommerce-checkout-payment ul li {
	padding-top: 12px;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 0;
	font-size: 16px;
}
.woocommerce-checkout-payment ul input[type='radio'] ~ label {
	margin-bottom: 17px;
	color: var(--body-color);
}
.woocommerce-checkout-payment ul input[type='radio'] ~ label img {
	margin-bottom: -2px;
	margin-left: 10px;
}
.woocommerce-checkout-payment .place-order {
	padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
	color: #a1b1bc;
	background-color: #ecf0f1;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	display: none;
}
.woocommerce-checkout-payment .payment_box p {
	margin: 0;
}
.th-checkout-wrapper form.woocommerce-form {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	tfoot.checkout-ordertable th {
		display: none;
	}
	.woocommerce-checkout-payment ul input[type='radio'] ~ label img {
		max-width: 150px;
	}
	.checkout-ordertable th,
	.checkout-ordertable td {
		padding: 5px 20px 5px 60px;
	}
}
.tinv-wishlist input[type='checkbox'] {
	display: inline-block;
	opacity: 1;
	visibility: visible;
	vertical-align: middle;
	width: auto;
	height: auto;
}
.tinv-wishlist .tinv-header {
	margin-top: -0.8rem;
	text-transform: capitalize;
}
.tinv-wishlist .cart-empty {
	padding: 14px 25px;
	font-weight: 700;
	font-size: 14px;
	padding-left: 45px;
	border-radius: 8px;
}
.tinv-wishlist p.return-to-shop .button {
	display: inline-block;
	background-color: var(--theme-color);
	color: #fff;
	font-size: 14px;
	padding: 10px 25px;
	margin-top: 10px;
	font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:hover {
	background-color: var(--title-color);
	color: var(--white-color);
}
.tinv-wishlist table {
	border: none;
}
.tinv-wishlist table th {
	color: var(--title-color);
}
.tinv-wishlist table td,
.tinv-wishlist table th {
	padding: 15.3px 10px;
	border-bottom: 1px solid var(--th-border-color);
	text-align: center;
}
.tinv-wishlist table thead {
	background-color: var(--smoke-color);
}
.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
	width: 40px;
	text-align: center;
}
.tinv-wishlist .product-thumbnail {
	width: 110px;
}
.tinv-wishlist .stock.in-stock {
	margin-bottom: 0;
}
.tinv-wishlist ins {
	text-decoration: none;
}
.tinv-wishlist .product-remove button {
	border: none;
	height: 22px;
	width: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	border-radius: 0;
	padding-top: 0;
}
.tinv-wishlist .product-remove button i {
	line-height: 22px;
	font-size: 16px;
}
.tinv-wishlist .tinvwl-mobile {
	display: none;
}
.tinv-wishlist .social-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 295px;
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tinv-wishlist .social-buttons ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
}
.tinv-wishlist table.tinvwl-table-manage-list {
	font-size: 16px;
}
.tinv-wishlist .product-stock .stock {
	display: block;
}
.tinv-wishlist .product-stock span {
	display: inline;
}
.tinv-wishlist .product-stock i {
	margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
	margin-bottom: 5px;
	color: var(--theme-color);
}
.tinv-wishlist button.button {
	border: none;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: 600;
	background-color: var(--theme-color);
	color: #fff;
	padding: 1px 15px;
	min-width: 140px;
}
.tinv-wishlist button.button i {
	font-size: 18px !important;
	margin-right: 3px !important;
}
.tinv-wishlist button.button:hover {
	background-color: var(--title-color);
	color: #fff;
}
.tinv-wishlist .tinvwl-buttons-group button i {
	font-size: 14px;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
	color: var(--body-color);
}
.tinv-wishlist td.product-name a:hover {
	color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
	margin-left: 8px;
	font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
	font-weight: 700;
	margin-right: 10px;
	font-family: var(--title-font);
	color: var(--title-color);
}
.tinv-wishlist .social-buttons li {
	display: inline-block;
	margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
	background-color: var(--theme-color);
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	margin-left: 3px;
}
.tinv-wishlist .social-buttons li a.social:first-child {
	margin-left: 0;
}
.tinv-wishlist .social-buttons li a.social i {
	line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
	background-color: var(--title-color);
	color: var(--white-color);
}
@media (max-width: 991px) {
	.tinvwl-full {
		display: none;
	}
	.tinv-wishlist .tinvwl-mobile {
		display: block;
	}
	.tinvwl-txt {
		display: inline-block !important;
	}
	.product-stock {
		width: 40px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.tinv-wishlist table {
		table-layout: fixed;
		border-bottom: 1px solid var(--th-border-color);
	}
	.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
	.tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
		display: none;
	}
	.tinv-wishlist table td,
	.tinv-wishlist table th {
		border: 1px solid var(--th-border-color);
	}
	.tinv-wishlist table.tinvwl-table-manage-list tbody td {
		display: block;
		width: 100% !important;
		text-align: center;
	}
	.product-name {
		text-align: center;
	}
	.tinv-wishlist table td,
	.tinv-wishlist table th {
		border-bottom: none;
	}
	.tinv-wishlist table tfoot {
		border-bottom: 1px solid var(--th-border-color);
	}
	.tinv-wishlist .social-buttons {
		max-width: 100%;
		margin-left: unset;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tinv-wishlist .social-buttons ul {
		margin-left: unset;
		margin-top: 5px;
	}
	.tinvwl-txt {
		display: inline-block !important;
	}
}
.contact-map {
	line-height: 0px;
	margin: 0 auto;
}
.contact-map iframe {
	width: 100%;
	height: 500px;
	border-radius: 0;
}
@media (max-width: 575px) {
	.contact-map iframe {
		height: 300px;
	}
}
.contact-card {
	background: var(--white-color);
	border-radius: 24px;
	-webkit-box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
	box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
	padding: 40px;
}
.contact-card .box-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 26px;
	color: var(--white-color);
	background-color: var(--theme-color);
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-bottom: 40px;
}
.contact-card .box-icon i {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.contact-card .box-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-top: -0.38em;
	margin-bottom: 3px;
}
.contact-card .box-text {
	line-height: 24px;
	max-width: 200px;
	letter-spacing: -0.02em;
}
.contact-card .box-text:not(:last-child) {
	margin-bottom: 2px;
}
.contact-card .box-text a {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	color: inherit;
	word-break: break-all;
}
.contact-card .box-text a:hover {
	color: var(--theme-color);
}
.contact-card .box-link {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	color: var(--title-color);
	display: block;
	margin-bottom: -0.2em;
	margin-top: 24px;
}
.contact-card .box-link:hover {
	color: var(--theme-color);
}
.contact-card:hover .box-icon i {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
@media (max-width: 1299px) {
	.contact-card {
		padding: 30px;
	}
	.contact-card .box-icon {
		margin-bottom: 30px;
	}
}
@media (max-width: 1199px) {
	.contact-card {
		padding: 40px;
	}
}
@media (max-width: 991px) {
	.contact-card {
		border-radius: 20px;
	}
}
@media (max-width: 375px) {
	.contact-card {
		padding: 30px;
	}
}
.contact-page-form {
	border-radius: 24px;
	padding: 60px;
	background: var(--smoke-color);
}
.contact-page-form .form-title {
	margin-top: -0.3em;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 46px;
}
@media (max-width: 1399px) {
	.contact-page-form .form-title {
		font-size: 42px;
		margin-bottom: 36px;
	}
}
@media (max-width: 1199px) {
	.contact-page-form .form-title {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.contact-page-form .form-title {
		margin-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.contact-page-form .form-title {
		font-size: 34px;
	}
}
@media (max-width: 575px) {
	.contact-page-form .form-title {
		font-size: 28px;
	}
}
@media (max-width: 375px) {
	.contact-page-form .form-title {
		margin-bottom: 16px;
	}
}
@media (max-width: 991px) {
	.contact-page-form {
		border-radius: 20px;
		padding: 40px;
	}
}
@media (max-width: 375px) {
	.contact-page-form {
		padding: 30px;
	}
}
.contact-thumb1-1 {
	border-radius: 24px;
	overflow: hidden;
	display: inline-block;
}
@media (max-width: 1500px) {
	.contact-bg-shape2-1,
	.contact-bg-shape2-2 {
		display: none;
	}
}
.contact-counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	gap: 24px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 1299px) {
	.contact-counter {
		gap: 10px;
	}
}
@media (max-width: 1199px) {
	.contact-counter {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		gap: 30px;
	}
}
@media (max-width: 575px) {
	.contact-counter {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
.contact-counter li {
	list-style: none;
	text-align: center;
}
.contact-counter .count-number {
	font-size: 40px;
	font-weight: 700;
	font-family: var(--title-font);
	width: 130px;
	height: 124px;
	background: #f1eee3;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--title-color);
	letter-spacing: -0.02em;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1399px) {
	.contact-counter .count-number {
		width: 100px;
		height: 100px;
		font-size: 30px;
	}
}
.contact-counter .count-title {
	display: block;
	background: var(--theme-color2);
	border-radius: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--title-color);
	padding: 5px 0;
}
.contact-form.style2 {
	border-radius: 24px;
	padding: 60px;
}
.contact-form.style2 .sec-title {
	font-size: 32px;
}
@media (max-width: 575px) {
	.contact-form.style2 {
		padding: 60px 40px;
	}
}
@media (max-width: 375px) {
	.contact-form.style2 {
		padding: 60px 30px;
	}
}
.main-menu ul.mega-menu {
	position: absolute;
	top: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 50%;
	width: calc(100% - 100px);
	max-width: calc(var(--main-container) - 100px);
	max-height: 500px;
	overflow: overlay;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0) translateX(-50%);
	transform: scaleY(0) translateX(-50%);
	-webkit-transition:
		opacity 500ms ease,
		visibility 500ms ease,
		-webkit-transform 700ms ease;
	transition:
		opacity 500ms ease,
		visibility 500ms ease,
		-webkit-transform 700ms ease;
	transition:
		opacity 500ms ease,
		visibility 500ms ease,
		transform 700ms ease;
	transition:
		opacity 500ms ease,
		visibility 500ms ease,
		transform 700ms ease,
		-webkit-transform 700ms ease;
	z-index: 99;
	background-color: var(--white-color);
	padding: 20px 10px;
}
.main-menu ul.mega-menu li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}
.main-menu ul.mega-menu a {
	font-size: 16px;
	line-height: 30px;
}
.main-menu ul.mega-menu a:hover {
	color: var(--theme-color);
}
.main-menu ul.mega-menu::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 0px;
}
.main-menu ul.mega-menu::-webkit-scrollbar-track {
	background: #fff;
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
}
.main-menu ul.mega-menu::-webkit-scrollbar-thumb {
	background-color: var(--theme-color);
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.3) 25%,
		transparent 20%,
		transparent 50%,
		rgba(255, 255, 255, 0.3) 50%,
		rgba(255, 255, 255, 0.3) 75%,
		transparent 75%,
		transparent
	);
	border-radius: 0px;
}
.main-menu ul.mega-menu li li {
	padding: 2px 0;
}
.main-menu ul.mega-menu li a {
	display: inline-block;
	text-transform: capitalize;
}
.main-menu ul.mega-menu > li > a {
	display: block;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 700;
	color: var(--title-color);
	border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after,
.main-menu ul.mega-menu > li > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after {
	width: calc(100% - 20px);
	left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
	padding-left: 0;
}
@media (max-width: 1299px) {
	.main-menu ul.mega-menu {
		width: 1060px;
	}
}
@media (max-width: 1199px) {
	.main-menu ul.mega-menu {
		width: 900px;
	}
}
@media (max-width: 991px) {
	.main-menu ul.mega-menu {
		padding: 10px 0 !important;
	}
}
.main-menu ul.mega-menu .th-mobile-menu ul li ul li {
	padding-left: 0px;
}
.main-menu ul.mega-menu .th-mobile-menu ul li a:before {
	content: '';
	font-family: var(--icon-font);
	position: absolute;
	left: 0;
	top: 12px;
	margin-right: 10px;
	display: none;
}
.mega-menu-box {
	-webkit-box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
}
.mega-menu-box .mega-menu-img {
	position: relative;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.mega-menu-box .mega-menu-img:after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0);
}
.mega-menu-box .mega-menu-img img {
	-webkit-transition: -webkit-filter 500ms ease;
	transition: -webkit-filter 500ms ease;
	transition: filter 500ms ease;
	transition:
		filter 500ms ease,
		-webkit-filter 500ms ease;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
.mega-menu-box .mega-menu-img .btn-wrap {
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition:
		opacity 600ms linear,
		-webkit-transform 500ms ease;
	transition:
		opacity 600ms linear,
		-webkit-transform 500ms ease;
	transition:
		transform 500ms ease,
		opacity 600ms linear;
	transition:
		transform 500ms ease,
		opacity 600ms linear,
		-webkit-transform 500ms ease;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	opacity: 0;
}
.mega-menu-box .mega-menu-img .btn-wrap .th-btn {
	padding: 6px 18px;
	font-size: 14px;
	color: var(--white-color);
	text-transform: uppercase;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 0.7;
	min-height: 48px;
}
.mega-menu-box .mega-menu-img .btn-wrap .th-btn:focus,
.mega-menu-box .mega-menu-img .btn-wrap .th-btn:hover,
.mega-menu-box .mega-menu-img .btn-wrap .th-btn:active {
	color: var(--title-color);
}
.mega-menu-box .mega-menu-img .btn-wrap .th-btn:focus i,
.mega-menu-box .mega-menu-img .btn-wrap .th-btn:hover i,
.mega-menu-box .mega-menu-img .btn-wrap .th-btn:active i {
	color: var(--title-color);
}
.mega-menu-box:hover .btn-wrap {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}
.mega-menu-box:hover .mega-menu-img img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
.mega-menu-box .mega-menu-title {
	margin-bottom: 0;
	text-align: center;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 14px 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}
.mega-menu-box .mega-menu-title span {
	color: var(--theme-color);
	text-transform: capitalize;
	font-size: 16px;
	margin-right: 5px;
}
.mega-menu-box .mega-menu-title span:after {
	display: none;
}
.mega-menu-box .mega-menu-title a {
	color: var(--black-color2);
	line-height: normal;
}
.mega-menu-box .mega-menu-title a:after {
	display: none;
}
.mega-menu-box .mega-menu-title a:hover {
	color: var(--title-color);
}
.mega-menu-box.coming-soon .mega-menu-img {
	position: relative;
}
.mega-menu-box.coming-soon .mega-menu-img:after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}
.mega-menu-box.coming-soon .mega-menu-img img {
	-webkit-filter: blur(20px);
	filter: blur(20px);
}
.mega-menu-box.coming-soon .mega-menu-img .box-title {
	position: absolute;
	inset: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--white-color);
	z-index: 1;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.mega-menu-box .mega-menu-title a {
		padding: 0;
	}
	.mega-menu-box .mega-menu-title a:before {
		display: none;
	}
}
.color-scheme-wrap {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99;
	background: var(--white-color);
	padding: 20px;
	border-radius: 10px 0 0 10px;
	-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));
	display: inline-block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.color-scheme-wrap .switchIcon {
	position: absolute;
	left: 0;
	top: 10px;
	border: 0;
	background: var(--theme-color);
	color: var(--white-color);
	height: 45px;
	width: 45px;
	border-radius: 5px 0 0 5px;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.color-scheme-wrap .color-scheme-wrap-title {
	font-size: 22px;
	border-bottom: 2px solid var(--th-border-color);
	padding-bottom: 6px;
	color: var(--title-color);
	margin-bottom: 20px;
}
.color-scheme-wrap .color-scheme-wrap-title i {
	font-size: 18px;
	margin-right: 3px;
}
.color-scheme-wrap .color-scheme-wrap-subtitle {
	font-size: 18px;
	color: var(--title-color);
	margin-bottom: 20px;
}
.color-scheme-wrap .color-scheme-wrap-subtitle i {
	font-size: 18px;
	margin-right: 3px;
}
.color-scheme-wrap .secondary-color-switch-btns,
.color-scheme-wrap .color-switch-btns {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px;
}
.color-scheme-wrap .secondary-color-switch-btns button,
.color-scheme-wrap .color-switch-btns button {
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0);
	font-size: 24px;
	color: var(--theme-color);
	text-align: left;
}
.color-scheme-wrap .secondary-color-switch-btns button {
	color: var(--theme-color2);
}
.color-scheme-wrap.active {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
.about-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	border: 2px solid var(--white-color);
	border-radius: 50%;
	background: var(--white-color);
	width: 260px;
	height: 260px;
}
.about-tag:before {
	content: '';
	position: absolute;
	inset: 50px;
	border-radius: 50%;
	background: var(--smoke-color2);
	z-index: 1;
}
.about-tag .about-tag-icon {
	position: relative;
	z-index: 1;
	width: 152px;
	height: 152px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
}
.about-experience-tag {
	display: inline-block;
	height: 208px;
	width: 208px;
	border-radius: 50%;
	z-index: 1;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--body-font);
	color: var(--title-color);
	line-height: normal;
	text-align: center;
	-webkit-animation: spin 20s linear infinite;
	animation: spin 20s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -104px;
	margin-top: -104px;
}
.about-experience-tag span {
	--rotate-letter: 9deg;
	height: 108px;
	position: absolute;
	width: 20px;
	left: 42%;
	top: -3px;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: rotate(var(--rotate-letter));
	transform: rotate(var(--rotate-letter));
}
.about-experience-tag span.char2 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 2));
	transform: rotate(calc(var(--rotate-letter) * 2));
}
.about-experience-tag span.char3 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 3));
	transform: rotate(calc(var(--rotate-letter) * 3));
}
.about-experience-tag span.char4 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 4));
	transform: rotate(calc(var(--rotate-letter) * 4));
}
.about-experience-tag span.char5 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 5));
	transform: rotate(calc(var(--rotate-letter) * 5));
}
.about-experience-tag span.char6 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 6));
	transform: rotate(calc(var(--rotate-letter) * 6));
}
.about-experience-tag span.char7 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 7));
	transform: rotate(calc(var(--rotate-letter) * 7));
}
.about-experience-tag span.char8 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 8));
	transform: rotate(calc(var(--rotate-letter) * 8));
}
.about-experience-tag span.char9 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 9));
	transform: rotate(calc(var(--rotate-letter) * 9));
}
.about-experience-tag span.char10 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 10));
	transform: rotate(calc(var(--rotate-letter) * 10));
}
.about-experience-tag span.char11 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 11));
	transform: rotate(calc(var(--rotate-letter) * 11));
}
.about-experience-tag span.char12 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 12));
	transform: rotate(calc(var(--rotate-letter) * 12));
}
.about-experience-tag span.char13 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 13));
	transform: rotate(calc(var(--rotate-letter) * 13));
}
.about-experience-tag span.char14 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 14));
	transform: rotate(calc(var(--rotate-letter) * 14));
}
.about-experience-tag span.char15 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 15));
	transform: rotate(calc(var(--rotate-letter) * 15));
}
.about-experience-tag span.char16 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 16));
	transform: rotate(calc(var(--rotate-letter) * 16));
}
.about-experience-tag span.char17 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 17));
	transform: rotate(calc(var(--rotate-letter) * 17));
}
.about-experience-tag span.char18 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 18));
	transform: rotate(calc(var(--rotate-letter) * 18));
}
.about-experience-tag span.char19 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 19));
	transform: rotate(calc(var(--rotate-letter) * 19));
}
.about-experience-tag span.char20 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 20));
	transform: rotate(calc(var(--rotate-letter) * 20));
}
.about-experience-tag span.char21 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 21));
	transform: rotate(calc(var(--rotate-letter) * 21));
}
.about-experience-tag span.char22 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 22));
	transform: rotate(calc(var(--rotate-letter) * 22));
}
.about-experience-tag span.char23 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 23));
	transform: rotate(calc(var(--rotate-letter) * 23));
}
.about-experience-tag span.char24 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 24));
	transform: rotate(calc(var(--rotate-letter) * 24));
}
.about-experience-tag span.char25 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 25));
	transform: rotate(calc(var(--rotate-letter) * 25));
}
.about-experience-tag span.char26 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 26));
	transform: rotate(calc(var(--rotate-letter) * 26));
}
.about-experience-tag span.char27 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 27));
	transform: rotate(calc(var(--rotate-letter) * 27));
}
.about-experience-tag span.char28 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 28));
	transform: rotate(calc(var(--rotate-letter) * 28));
}
.about-experience-tag span.char29 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 29));
	transform: rotate(calc(var(--rotate-letter) * 29));
}
.about-experience-tag span.char30 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 30));
	transform: rotate(calc(var(--rotate-letter) * 30));
}
.about-experience-tag span.char31 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 31));
	transform: rotate(calc(var(--rotate-letter) * 31));
}
.about-experience-tag span.char32 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 32));
	transform: rotate(calc(var(--rotate-letter) * 32));
}
.about-experience-tag span.char33 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 33));
	transform: rotate(calc(var(--rotate-letter) * 33));
}
.about-experience-tag span.char34 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 34));
	transform: rotate(calc(var(--rotate-letter) * 34));
}
.about-experience-tag span.char35 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 35));
	transform: rotate(calc(var(--rotate-letter) * 35));
}
.about-experience-tag span.char36 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 36));
	transform: rotate(calc(var(--rotate-letter) * 36));
}
.about-experience-tag span.char37 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 37));
	transform: rotate(calc(var(--rotate-letter) * 37));
}
.about-experience-tag span.char38 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 38));
	transform: rotate(calc(var(--rotate-letter) * 38));
}
.about-experience-tag span.char39 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 39));
	transform: rotate(calc(var(--rotate-letter) * 39));
}
.about-experience-tag span.char40 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 40));
	transform: rotate(calc(var(--rotate-letter) * 40));
}
.about-experience-tag span.char41 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 41));
	transform: rotate(calc(var(--rotate-letter) * 41));
}
.about-experience-tag span.char42 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 42));
	transform: rotate(calc(var(--rotate-letter) * 42));
}
.about-experience-tag span.char43 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 43));
	transform: rotate(calc(var(--rotate-letter) * 43));
}
.about-experience-tag span.char44 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 44));
	transform: rotate(calc(var(--rotate-letter) * 44));
}
.about-experience-tag span.char45 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 45));
	transform: rotate(calc(var(--rotate-letter) * 45));
}
.about-experience-tag span.char46 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 46));
	transform: rotate(calc(var(--rotate-letter) * 46));
}
.about-experience-tag span.char47 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 47));
	transform: rotate(calc(var(--rotate-letter) * 47));
}
.about-experience-tag span.char48 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 48));
	transform: rotate(calc(var(--rotate-letter) * 48));
}
.about-experience-tag span.char49 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 49));
	transform: rotate(calc(var(--rotate-letter) * 49));
}
.about-experience-tag span.char50 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 50));
	transform: rotate(calc(var(--rotate-letter) * 50));
}
.img-box1 {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 101px 164px 63px 145px;
}
.img-box1 .img1 {
	border-radius: 30px;
	overflow: hidden;
}
.img-box1 .img1 .thumb {
	display: block;
}
.img-box1 .img1 img {
	-o-object-fit: cover;
	object-fit: cover;
}
.img-box1 .img2 {
	border: 6px solid var(--white-color);
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.img-box1 .img2 .thumb {
	display: block;
}
.img-box1 .img3 {
	position: absolute;
	left: 0;
	top: 0;
	border: 6px solid var(--white-color);
	border-radius: 30px;
	overflow: hidden;
}
.img-box1 .img3 .thumb {
	display: block;
}
.img-box1 .about-shape1-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
@media (max-width: 1500px) {
	.img-box1 .about-shape1-1 {
		left: 0;
	}
}
.img-box1 .about-tag {
	position: absolute;
	right: 0;
	top: 0;
}
.img-box1 .about-tag .year-counter {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
}
.img-box1 .about-tag .year-counter .box-title {
	font-size: 48px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color);
	letter-spacing: -0.02em;
}
.img-box1 .about-tag .year-counter .box-text {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--title-color);
	letter-spacing: -0.02em;
	display: block;
	margin-bottom: -0.4em;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-top: -0.3em;
}
@media (max-width: 1299px) {
	.img-box1 {
		padding: 101px 100px 63px 100px;
	}
}
@media (max-width: 1199px) {
	.img-box1 {
		padding: 150px 150px 100px 150px;
	}
}
@media (max-width: 767px) {
	.img-box1 {
		padding: 160px 60px 200px 60px;
	}
}
@media (max-width: 575px) {
	.img-box1 {
		padding: 0;
	}
	.img-box1 .img1 {
		border-radius: 16px;
	}
	.img-box1 .img1 img {
		border-radius: 16px;
	}
	.img-box1 .img2 {
		position: relative;
		bottom: auto;
		border: 0;
		border-radius: 16px;
		display: block;
		margin-top: 24px;
	}
	.img-box1 .img2 img {
		border-radius: 16px;
		width: 100%;
	}
	.img-box1 .img3 {
		position: relative;
		border-radius: 16px;
		top: auto;
		border: 0;
	}
	.img-box1 .img3 img {
		border-radius: 16px;
		width: 100%;
	}
	.img-box1 .about-tag {
		position: relative;
	}
}
.about-info-card .box-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.about-info-card .box-text {
	letter-spacing: -0.02em;
}
.img-box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	position: relative;
}
.img-box2 .img1 {
	overflow: hidden;
	border-radius: 30px;
	-ms-flex-item-align: self-start;
	align-self: self-start;
}
.img-box2 .img2 {
	overflow: hidden;
	border-radius: 30px;
}
.img-box2 .about-shape2-1 {
	position: absolute;
	bottom: 50px;
	left: 60px;
	z-index: -1;
}
.img-box2 .about-shape2-1 img {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 575px) {
	.img-box2 {
		display: block;
	}
	.img-box2 .img1 {
		margin-bottom: 24px;
		border-radius: 20px;
	}
	.img-box2 .img1 .thumb {
		display: block;
	}
	.img-box2 .img2 {
		border-radius: 20px;
	}
	.img-box2 .img2 .thumb {
		display: block;
	}
}
.about-wrap2 {
	margin-left: 60px;
}
@media (max-width: 1500px) {
	.about-wrap2 {
		margin-left: 40px;
	}
}
@media (max-width: 1299px) {
	.about-wrap2 {
		margin-left: 0;
	}
}
@media (max-width: 1500px) {
	.about-bg-shape3-1,
	.about-bg-shape3-2 {
		display: none;
	}
}
.about-wrap3 {
	margin-left: 70px;
}
@media (max-width: 1399px) {
	.about-wrap3 {
		margin-left: 40px;
	}
}
@media (max-width: 1299px) {
	.about-wrap3 {
		margin-left: 0;
	}
}
.img-box3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	position: relative;
}
.img-box3 .img1 {
	overflow: hidden;
	-ms-flex-item-align: self-start;
	align-self: self-start;
	padding: 0 0 10px 10px;
	position: relative;
}
.img-box3 .img1:after {
	content: '';
	position: absolute;
	inset: 10px 10px 0 0;
	border: 3px solid #ffbf00;
	z-index: -1;
	border-radius: 190px;
}
.img-box3 .img1 .thumb {
	border-radius: 190px;
	overflow: hidden;
}
.img-box3 .img2 {
	overflow: hidden;
	padding: 0 0 10px 10px;
	position: relative;
}
.img-box3 .img2:after {
	content: '';
	position: absolute;
	inset: 10px 10px 0 0;
	border: 3px solid #743ef9;
	z-index: -1;
	border-radius: 190px;
}
.img-box3 .img2 .thumb {
	border-radius: 190px;
	overflow: hidden;
}
.img-box3 .client-group-wrap {
	position: absolute;
	bottom: 40px;
	left: 50px;
	z-index: -1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 20px;
	background: var(--white-color);
	padding: 21px 40px;
	z-index: 1;
	border-radius: 1000px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
}
.img-box3 .client-group-wrap .title {
	font-size: 24px;
	font-weight: 700;
	color: var(--title-color);
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	margin-top: -0.2em;
	margin-bottom: -0.1em;
}
.img-box3 .client-group-wrap .title span {
	display: block;
	margin-bottom: 8px;
}
@media (max-width: 991px) {
	.img-box3 .client-group-wrap .title {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.img-box3 .client-group-wrap {
		position: relative;
		-webkit-animation: none !important;
		animation: none !important;
		bottom: auto;
		left: auto;
		margin-top: 30px;
	}
}
@media (max-width: 575px) {
	.img-box3 {
		display: block;
	}
	.img-box3 .img1 {
		margin-bottom: 24px;
		border-radius: 20px;
	}
	.img-box3 .img1 .thumb {
		display: block;
	}
	.img-box3 .img2 {
		border-radius: 20px;
	}
	.img-box3 .img2 .thumb {
		display: block;
	}
}
.about-info-card.style2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}
.about-info-card.style2 .box-icon {
	position: relative;
	padding: 0 0 0 6px;
	-ms-flex-item-align: self-start;
	align-self: self-start;
	z-index: 1;
	margin-top: -5px;
}
.about-info-card.style2 .box-icon:after {
	content: '';
	position: absolute;
	inset: 5px 0px -4px 0px;
	background: var(--theme-color);
	border-radius: 50%;
	z-index: -1;
}
.about-info-card.style2 .box-title {
	font-size: 22px;
	font-weight: 700;
}
@media (max-width: 1399px) {
	.about-info-card.style2 .box-title {
		font-size: 20px;
	}
}
.img-box4 {
	position: relative;
	padding: 0 0 0 220px;
}
.img-box4 .about-img-shape4-1 {
	position: absolute;
	top: 40px;
	left: -55px;
}
.img-box4 .about-img-shape4-2 {
	position: absolute;
	bottom: 32px;
	left: 83px;
}
.img-box4 .img1 {
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
}
.img-box4 .img2 {
	border-radius: 30px;
	border: 10px solid var(--white-color);
	display: inline-block;
	overflow: hidden;
	position: absolute;
	max-width: 304px;
	top: 70px;
	left: 0;
}
@media (max-width: 1399px) {
	.img-box4 {
		padding: 0 0 0 195px;
	}
	.img-box4 .about-img-shape4-1 {
		left: 0;
	}
}
@media (max-width: 1299px) {
	.img-box4 {
		padding: 0 0 0 130px;
	}
}
@media (max-width: 1199px) {
	.img-box4 {
		padding: 0 0 0 190px;
	}
}
@media (max-width: 767px) {
	.img-box4 {
		padding: 0 0 0 120px;
	}
}
@media (max-width: 575px) {
	.img-box4 {
		padding: 0;
	}
	.img-box4 .about-img-shape4-1 {
		display: none;
	}
	.img-box4 .img1 {
		border-radius: 20px;
	}
	.img-box4 .img2 {
		border-radius: 20px;
		border: 0;
		position: relative;
		max-width: none;
		top: auto;
		-webkit-transform: none !important;
		transform: none !important;
		margin-top: 20px;
	}
}
.about-wrap4 {
	position: relative;
	margin-left: 76px;
}
.about-wrap4 .about-tag {
	position: absolute;
	bottom: 16px;
	right: 0;
	width: 170px;
	height: 170px;
	background: #eaf4ff;
	border: 6px solid #d3dbe2;
}
.about-wrap4 .about-tag:before {
	display: none;
}
.about-wrap4 .about-tag .year-counter {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: var(--theme-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.about-wrap4 .about-tag .year-counter .box-title {
	margin-top: 0;
	color: var(--white-color);
	font-size: 40px;
	font-weight: 800;
	font-family: var(--title-font);
}
.about-wrap4 .about-tag .about-experience-tag {
	width: 132px;
	height: 132px;
	margin-left: -66px;
	margin-top: -66px;
	font-family: var(--title-font);
}
.about-wrap4 .about-tag .about-experience-tag span {
	height: 71px;
	left: 37%;
	top: -3px;
	--rotate-letter: 7.8deg;
}
@media (max-width: 1500px) {
	.about-wrap4 {
		margin-left: 36px;
	}
	.about-wrap4 .about-tag {
		right: 90px;
	}
}
@media (max-width: 1399px) {
	.about-wrap4 .about-tag {
		right: 0;
	}
}
@media (max-width: 1199px) {
	.about-wrap4 {
		margin-left: 0;
	}
}
@media (max-width: 575px) {
	.about-wrap4 .about-tag {
		position: relative;
		bottom: auto;
		margin-top: 30px;
	}
}
.img-box5 {
	position: relative;
	padding-right: 145px;
	display: inline-block;
}
.img-box5 .about-img-shape5-1 {
	position: absolute;
	width: 100px;
	height: 100px;
	border: 4px solid var(--theme-color2);
	border-radius: 50%;
	z-index: 1;
	top: 175px;
	left: -47px;
}
@media (max-width: 1299px) {
	.img-box5 .about-img-shape5-1 {
		left: -25px;
	}
}
@media (max-width: 575px) {
	.img-box5 .about-img-shape5-1 {
		display: none;
	}
}
.img-box5 .about-img-shape5-2 {
	position: absolute;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 4px solid var(--theme-color);
	bottom: 183px;
	left: -137px;
	z-index: 1;
}
@media (max-width: 1500px) {
	.img-box5 .about-img-shape5-2 {
		left: -25px;
	}
}
@media (max-width: 575px) {
	.img-box5 .about-img-shape5-2 {
		display: none;
	}
}
.img-box5 .img1 {
	display: inline-block;
	border-radius: 1000px 1000px 80px 80px;
	overflow: hidden;
}
.img-box5 .img2 {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
}
.img-box5 .img2:after {
	content: '';
	position: absolute;
	inset: -13px 0 0 -13px;
	background: var(--white-color);
	z-index: -1;
	border-radius: 24px 0 0 0;
}
.img-box5 .img2 .thumb {
	border-radius: 16px;
	overflow: hidden;
	max-width: 340px;
	height: 100%;
}
.img-box5 .about-tag {
	position: absolute;
	top: 120px;
	right: 60px;
	width: 170px;
	height: 170px;
	background: #f5f0ff;
	border: 6px solid #f5f0ff;
}
.img-box5 .about-tag:before {
	display: none;
}
.img-box5 .about-tag .year-counter {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: var(--theme-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.img-box5 .about-tag .year-counter .box-title {
	margin-top: 0;
	color: var(--white-color);
	font-size: 40px;
	font-weight: 800;
	font-family: var(--title-font);
}
.img-box5 .about-tag .about-experience-tag {
	width: 132px;
	height: 132px;
	margin-left: -66px;
	margin-top: -66px;
	font-family: var(--title-font);
}
.img-box5 .about-tag .about-experience-tag span {
	height: 71px;
	left: 37%;
	top: -3px;
	--rotate-letter: 7.8deg;
}
@media (max-width: 767px) {
	.img-box5 .about-tag {
		top: 60px;
	}
}
@media (max-width: 575px) {
	.img-box5 {
		padding-right: 0;
	}
	.img-box5 .img2 {
		position: relative;
		margin-top: 15px;
	}
	.img-box5 .img2:after {
		display: none;
	}
	.img-box5 .img2 .thumb {
		max-width: none;
	}
	.img-box5 .about-tag {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 20px;
	}
}
.img-box5-2 {
	border-radius: 24px;
	overflow: hidden;
	display: inline-block;
}
.about-wrap5 .about-info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid var(--th-border-color);
	border-bottom: 1px solid var(--th-border-color);
	padding: 40px 0;
	margin-bottom: 40px;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-wrap5 .about-info-wrap .about-info-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-wrap5 .about-info-wrap .about-info-card .box-title {
	letter-spacing: -0.02em;
	margin-bottom: 5px;
}
.team-card {
	text-align: center;
}
.team-card .box-img {
	position: relative;
	border-radius: 16px;
	margin-bottom: 32px;
	overflow: hidden;
	display: block;
}
.team-card .box-img:after {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(35.03%, rgba(0, 17, 43, 0)),
		to(#00112b)
	);
	background: linear-gradient(180deg, rgba(0, 17, 43, 0) 35.03%, #00112b 100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}
.team-card .box-img img {
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.team-card .box-img .th-social {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.team-card .box-img .th-social a {
	--icon-size: 32px;
	font-size: 12px;
}
.team-card .box-img .th-social a:hover {
	background: rgba(0, 0, 0, 0);
	border-color: var(--theme-color);
}
.team-card .box-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 2px;
	position: relative;
	z-index: 1;
	letter-spacing: -0.02em;
}
.team-card .box-title a {
	color: var(--title-color);
}
.team-card .box-title a:hover {
	color: var(--theme-color);
}
@media (max-width: 767px) {
	.team-card .box-title {
		font-size: 20px;
	}
}
.team-card .box-text {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--body-font);
	margin-bottom: -0.4em;
	letter-spacing: -0.02em;
	display: block;
	color: var(--body-color);
}
.team-card:hover .box-img:after {
	opacity: 1;
	visibility: visible;
}
.team-card:hover .box-img .th-social {
	bottom: 32px;
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1199px) {
	.team-bg-shape2-1 {
		display: none;
	}
}
.team-wrap2 {
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 40px;
}
@media (max-width: 575px) {
	.team-wrap2 {
		border-radius: 24px;
	}
}
.team-card2 {
	text-align: center;
	padding: 0 20px 0;
	position: relative;
}
.team-card2:after {
	content: '';
	position: absolute;
	inset: 146px 0 0;
	background: var(--white-color);
	border-radius: 16px;
	z-index: -1;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 70, 59, 0.1);
	box-shadow: 0px 10px 20px rgba(0, 70, 59, 0.1);
}
.team-card2 .box-img {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 34px;
}
.team-card2 .box-img:after {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(35.03%, rgba(0, 17, 43, 0)),
		to(#00112b)
	);
	background: linear-gradient(180deg, rgba(0, 17, 43, 0) 35.03%, #00112b 100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}
.team-card2 .box-img img {
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.team-card2 .box-img .th-social {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.team-card2 .box-img .th-social a {
	--icon-size: 32px;
	font-size: 12px;
}
.team-card2 .box-img .th-social a:hover {
	background: rgba(0, 0, 0, 0);
	border-color: var(--theme-color);
}
.team-card2 .box-content {
	padding-bottom: 30px;
}
.team-card2 .box-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-top: -0.6em;
	margin-bottom: 0;
}
.team-card2 .box-text {
	font-size: 16px;
	letter-spacing: -0.02em;
}
.team-card2 .box-rating {
	color: var(--theme-color);
	margin-top: 10px;
}
.team-card2 .box-rating span {
	color: var(--body-color);
}
.team-card2:hover .box-img:after {
	opacity: 1;
	visibility: visible;
}
.team-card2:hover .box-img .th-social {
	bottom: 50px;
	opacity: 1;
	visibility: visible;
}
.team-card3 {
	text-align: center;
	padding: 20px 20px 30px;
	position: relative;
	border-radius: 24px;
	background: var(--white-color);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 70, 59, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 70, 59, 0.1);
}
.team-card3 .box-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 34px;
	border-radius: 16px;
	display: block;
}
.team-card3 .box-img img {
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.team-card3 .box-img .th-social {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: var(--white-color);
	border-radius: 40px;
	padding: 8px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.team-card3 .box-img .th-social a {
	--icon-size: 32px;
	font-size: 12px;
	color: var(--body-color);
	border-color: var(--body-color);
}
.team-card3 .box-img .th-social a:hover {
	background: rgba(0, 0, 0, 0);
	color: var(--theme-color);
	border-color: var(--theme-color);
}
.team-card3 .box-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-top: -0.6em;
	margin-bottom: 0;
}
.team-card3 .box-text {
	font-size: 16px;
	letter-spacing: -0.02em;
}
.team-card3 .box-rating {
	color: var(--theme-color);
	margin-top: 10px;
}
.team-card3 .box-rating span {
	color: var(--body-color);
}
.team-card3:hover .box-img:after {
	opacity: 1;
	visibility: visible;
}
.team-card3:hover .box-img .th-social {
	bottom: 35px;
	opacity: 1;
	visibility: visible;
}
.team-page-img {
	position: relative;
	height: 100%;
	-webkit-box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
	box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
	border-radius: 24px;
	padding: 20px;
}
.team-page-img img {
	border-radius: 16px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.team-page-single .page-title {
	font-size: 48px;
	font-weight: 700;
	margin-top: -0.25em;
	margin-bottom: 6px;
}
@media (max-width: 1399px) {
	.team-page-single .page-title {
		font-size: 40px;
	}
}
@media (max-width: 1299px) {
	.team-page-single .page-title {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	.team-page-single .page-title {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.team-page-single .page-title {
		font-size: 24px;
	}
}
.team-page-single .page-desig {
	color: var(--theme-color);
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}
.team-page-single .th-social a {
	--icon-size: 32px;
}
.team-details-about-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid var(--th-border-color);
	border-bottom: 1px solid var(--th-border-color);
	padding: 28px 0 26px;
	margin-bottom: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.team-details-about-info .about-info .about-info-title {
	font-family: var(--body-font);
	color: var(--body-color);
	font-size: 16px;
	letter-spacing: -0.02em;
	font-weight: 400;
	margin-bottom: 5px;
}
.team-details-about-info .about-info .about-info-text {
	font-family: var(--body-font);
	color: var(--body-color);
	font-size: 16px;
	letter-spacing: -0.02em;
	font-weight: 400;
	margin-bottom: 0;
}
.team-details-about-info .about-info .about-review-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}
.team-details-about-info
	.about-info
	.about-review-rating
	.star-rating
	span:before {
	color: var(--theme-color);
}
.team-details-contact .about-contact:not(:last-child) {
	margin-bottom: 10px;
}
.team-details-contact .about-contact strong {
	font-weight: 600;
	color: var(--title-color);
	margin-right: 5px;
}
@media (max-width: 1399px) {
	.testi-bg-shape1-1 {
		display: none;
	}
}
.testi-thumb1-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	margin-left: -100px;
}
.testi-thumb1-1 .img1 {
	border-radius: 24px;
	overflow: hidden;
	-ms-flex-item-align: self-start;
	align-self: self-start;
}
.testi-thumb1-1 .img2 {
	border-radius: 24px;
	overflow: hidden;
}
@media (max-width: 1500px) {
	.testi-thumb1-1 {
		margin-left: 0;
	}
}
@media (max-width: 575px) {
	.testi-thumb1-1 .img1 {
		border-radius: 16px;
	}
	.testi-thumb1-1 .img2 {
		border-radius: 16px;
	}
}
.testi-slider1 {
	margin-left: 56px;
}
.testi-slider1 .icon-box {
	position: absolute;
	right: 0;
	bottom: 50px;
	z-index: 1;
}
@media (max-width: 1500px) {
	.testi-slider1 {
		margin-left: 36px;
	}
}
@media (max-width: 1299px) {
	.testi-slider1 {
		margin-left: 0;
	}
	.testi-slider1 .icon-box {
		bottom: 25px;
	}
}
@media (max-width: 575px) {
	.testi-slider1 .icon-box {
		position: relative;
		bottom: auto;
		margin-top: 30px;
	}
}
.testi-card .testi-meta-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
.testi-card .testi-meta-wrap .quote-icon {
	display: inline-block;
}
.testi-card .testi-meta-wrap .testi-review-wrap {
	text-align: end;
}
.testi-card .testi-meta-wrap .testi-review-wrap .rating-title {
	font-size: 18px;
	font-weight: 400;
	color: var(--title-color);
	margin-top: -0.1em;
	display: block;
	margin-bottom: 4px;
}
.testi-card .testi-meta-wrap .testi-review-wrap .rating-title strong {
	font-size: 20px;
	font-weight: 600;
}
.testi-card .testi-meta-wrap .testi-review-wrap .testi-card_review {
	color: var(--yellow-color);
}
@media (max-width: 1399px) {
	.testi-card .testi-meta-wrap {
		margin-bottom: 40px;
	}
}
.testi-card .box-text {
	font-size: 24px;
	font-weight: 400;
	color: var(--title-color);
	line-height: 1.666;
	margin-top: -0.4em;
	margin-bottom: 52px;
}
@media (max-width: 1500px) {
	.testi-card .box-text {
		font-size: 20px;
	}
}
@media (max-width: 1399px) {
	.testi-card .box-text {
		font-size: 18px;
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.testi-card .box-text {
		font-size: 16px;
	}
}
.testi-card .testi-card-profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
.testi-card .testi-card-profile .box-thumb {
	border: 2px solid var(--theme-color);
	border-radius: 50%;
	overflow: hidden;
}
@media (max-width: 1299px) {
	.testi-card .testi-card-profile .box-thumb {
		width: 100px;
	}
}
.testi-card .testi-card_name {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0px;
}
@media (max-width: 1199px) {
	.testi-card .testi-card_name {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.testi-card .testi-card_name {
		font-size: 20px;
	}
}
.testi-card .testi-card_desig {
	font-size: 14px;
	font-weight: 400;
}
@media (max-width: 991px) {
	.testi-slider2 .slider-arrow {
		display: none;
	}
}
.testi-card2 {
	position: relative;
	padding: 0 40px 40px;
}
@media (max-width: 375px) {
	.testi-card2 {
		padding: 0 30px 30px;
	}
}
.testi-card2:after {
	content: '';
	position: absolute;
	inset: 30px 0 0 0;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 70, 59, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 70, 59, 0.1);
	background: var(--white-color);
	z-index: -1;
}
.testi-card2 .box-icon {
	margin-bottom: 30px;
}
.testi-card2 .box-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}
@media (max-width: 1299px) {
	.testi-card2 .box-title {
		font-size: 20px;
	}
}
.testi-card2 .box-text {
	letter-spacing: -0.02em;
}
.testi-card2 .testi-review-wrap {
	color: var(--yellow-color);
	margin-top: 32px;
	border-bottom: 1px solid var(--th-border-color);
	padding-bottom: 34px;
	margin-bottom: 34px;
}
.testi-card2 .testi-review-wrap .rating-title {
	color: var(--body-color);
}
@media (max-width: 375px) {
	.testi-card2 .testi-review-wrap {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
}
.testi-card2 .testi-card-profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
}
.testi-card2 .testi-card-profile .box-thumb {
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	border: 2px solid var(--theme-color);
	overflow: hidden;
}
.testi-card2 .testi-card-profile .testi-card_name {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0;
}
@media (max-width: 375px) {
	.testi-card2 .testi-card-profile .testi-card_name {
		font-size: 20px;
	}
}
.testi-card2 .testi-card-profile .testi-card_desig {
	font-size: 14px;
}
.testi-bg3-1 {
	position: absolute;
	inset: 0 0 300px 0;
}
.testi-bg3-1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1500px) {
	.testi-bg3-1 {
		inset: 0 0 250px 0;
	}
}
@media (max-width: 1299px) {
	.testi-bg3-1 {
		inset: 0 0 334px 0;
	}
}
@media (max-width: 1199px) {
	.testi-bg3-1 {
		inset: 0 0 240px 0;
	}
}
@media (max-width: 991px) {
	.testi-bg3-1 {
		inset: 0 0 160px 0;
	}
}
@media (max-width: 1500px) {
	.testi-bg-shape3-1 {
		display: none;
	}
}
.testi-img-box3 {
	position: relative;
	margin: -120px 0 0 -300px;
}
.testi-img-box3 .thumb {
	display: block;
}
@media (max-width: 1500px) {
	.testi-img-box3 {
		margin: 0;
		border-radius: 30px;
		overflow: hidden;
	}
}
.testi-wrap3 {
	margin-left: 96px;
}
.testi-wrap3 .icon-box {
	margin-bottom: 30px;
}
@media (max-width: 1500px) {
	.testi-wrap3 {
		margin-left: 36px;
	}
}
@media (max-width: 1199px) {
	.testi-wrap3 {
		margin-left: 0;
	}
}
.testi-slider3 {
	margin-left: -412px;
	margin-right: -276px;
}
@media (max-width: 1500px) {
	.testi-slider3 {
		margin-left: 0;
		margin-right: 0;
	}
}
.testi-slider4 {
	margin-left: -148px;
	margin-right: -148px;
}
@media (max-width: 1500px) {
	.testi-slider4 {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 575px) {
	.testi-slider4 {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.testi-card3 {
	background: var(--black-color3);
	-webkit-box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
	box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
	border-radius: 16px;
	padding: 40px;
	position: relative;
}
.testi-card3 .box-icon {
	position: absolute;
	right: 40px;
	top: 24px;
}
.testi-card3 .box-text {
	letter-spacing: -0.02em;
	color: var(--light-color2);
}
.testi-card3 .testi-review-wrap {
	color: var(--yellow-color);
	margin-top: 0;
	margin-bottom: 25px;
}
.testi-card3 .testi-review-wrap .rating-title {
	color: var(--light-color2);
}
.testi-card3 .testi-card-profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
}
.testi-card3 .testi-card-profile .box-thumb {
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	border: 2px solid var(--theme-color);
	overflow: hidden;
}
.testi-card3 .testi-card-profile .testi-card_name {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	color: var(--white-color);
}
@media (max-width: 375px) {
	.testi-card3 .testi-card-profile .testi-card_name {
		font-size: 20px;
	}
}
.testi-card3 .testi-card-profile .testi-card_desig {
	font-size: 14px;
	color: var(--light-color2);
}
@media (max-width: 375px) {
	.testi-card3 {
		padding: 30px;
	}
	.testi-card3 .box-icon {
		right: 30px;
	}
}
.testi-bg5-1 {
	position: absolute;
	inset: 0 0 300px 0;
}
.testi-bg5-1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1500px) {
	.testi-bg5-1 {
		inset: 0 0 250px 0;
	}
}
@media (max-width: 1299px) {
	.testi-bg5-1 {
		inset: 0 0 334px 0;
	}
}
@media (max-width: 1199px) {
	.testi-bg5-1 {
		inset: 0 0 240px 0;
	}
}
@media (max-width: 991px) {
	.testi-bg5-1 {
		inset: 0 0 160px 0;
	}
}
@media (max-width: 1500px) {
	.testi-bg-shape5-1,
	.testi-bg-shape5-2 {
		display: none;
	}
}
.testi-slider5 {
	margin-left: -148px;
	margin-right: -148px;
}
@media (max-width: 1500px) {
	.testi-slider5 {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 575px) {
	.testi-slider5 {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.counter-card {
	text-align: center;
}
.counter-card .box-number {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: -0.2em;
	letter-spacing: -0.02em;
}
@media (max-width: 1299px) {
	.counter-card .box-number {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.counter-card .box-number {
		font-size: 32px;
	}
}
.counter-card .box-text {
	font-weight: 600;
	font-size: 18px;
	font-family: var(--title-font);
	color: var(--white-color);
	letter-spacing: -0.02em;
	margin-top: 5px;
	margin-bottom: -0.4em;
}
@media (max-width: 1199px) {
	.counter-card .box-text {
		font-size: 16px;
		letter-spacing: normal;
	}
}
@media (max-width: 991px) {
	.counter-card .box-text {
		font-weight: 500;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.counter-card .box-text {
		font-size: 16px;
	}
}
.counter-wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	padding: 0 80px;
}
.counter-wrap1 .divider {
	width: 2px;
	height: 230px;
	background: hsla(0, 0%, 100%, 0.3);
}
.counter-wrap1 .divider:last-of-type {
	display: none;
}
@media (max-width: 991px) {
	.counter-wrap1 .divider {
		display: none;
	}
}
@media (max-width: 1299px) {
	.counter-wrap1 {
		padding: 0 60px;
	}
	.counter-wrap1 .divider {
		height: 200px;
	}
}
@media (max-width: 1199px) {
	.counter-wrap1 {
		padding: 0 40px;
	}
	.counter-wrap1 .divider {
		height: 180px;
	}
}
@media (max-width: 991px) {
	.counter-wrap1 {
		padding: 50px 30px;
	}
}
@media (max-width: 767px) {
	.counter-wrap1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px 0;
	}
	.counter-wrap1 .counter-card {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}
@media (max-width: 575px) {
	.counter-wrap1 .counter-card {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		text-align: center;
	}
}
.counter-wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1199px) {
	.counter-wrap2 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}
@media (max-width: 767px) {
	.counter-wrap2 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.counter-wrap2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.counter-card2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
@media (max-width: 575px) {
	.counter-card2 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.counter-card2 .box-icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	border: 2px solid var(--white-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
@media (max-width: 1299px) {
	.counter-card2 .box-icon {
		height: 64px;
		width: 64px;
	}
}
.counter-card2 .box-title {
	margin-bottom: -0.3em;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
	max-width: 124px;
	color: var(--white-color);
	line-height: 1.5em;
}
.counter-wrap4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	padding: 0 80px;
	background: var(--white-color);
	-webkit-box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
}
.counter-wrap4 .divider {
	width: 2px;
	height: 230px;
	background: rgba(211, 219, 226, 0.3);
}
.counter-wrap4 .divider:last-of-type {
	display: none;
}
@media (max-width: 991px) {
	.counter-wrap4 .divider {
		display: none;
	}
}
@media (max-width: 1299px) {
	.counter-wrap4 {
		padding: 0 60px;
	}
	.counter-wrap4 .divider {
		height: 200px;
	}
}
@media (max-width: 1199px) {
	.counter-wrap4 {
		padding: 0 40px;
	}
	.counter-wrap4 .divider {
		height: 180px;
	}
}
@media (max-width: 991px) {
	.counter-wrap4 {
		padding: 50px 30px;
	}
}
@media (max-width: 767px) {
	.counter-wrap4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px 0;
	}
	.counter-wrap4 .counter-card {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}
@media (max-width: 575px) {
	.counter-wrap4 .counter-card {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		text-align: center;
	}
}
.counter-wrap5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	padding: 0 80px;
}
.counter-wrap5 .divider {
	width: 2px;
	height: 180px;
	background: rgba(211, 219, 226, 0.3);
}
.counter-wrap5 .divider:last-of-type {
	display: none;
}
@media (max-width: 991px) {
	.counter-wrap5 .divider {
		display: none;
	}
}
@media (max-width: 1299px) {
	.counter-wrap5 {
		padding: 0 60px;
	}
	.counter-wrap5 .divider {
		height: 160px;
	}
}
@media (max-width: 1199px) {
	.counter-wrap5 {
		padding: 0;
	}
	.counter-wrap5 .divider {
		height: 140px;
	}
}
@media (max-width: 991px) {
	.counter-wrap5 {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.counter-wrap5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px 0;
	}
	.counter-wrap5 .counter-card {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}
@media (max-width: 575px) {
	.counter-wrap5 .counter-card {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		text-align: center;
	}
}
.counter-card.style5 .box-text {
	margin-bottom: 5px;
	margin-top: -0.4em;
}
.counter-card.style5 .box-number {
	margin-top: 0px;
	margin-bottom: -0.2em;
	-webkit-text-stroke: 1px var(--title-color);
	color: rgba(0, 0, 0, 0);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
@media (max-width: 991px) {
	.counter-card.style5 .box-number {
		letter-spacing: normal;
	}
}
.counter-card.style5:hover .box-number {
	color: var(--title-color);
}
.counter-wrap6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	background: var(--white-color);
}
.counter-wrap6 .divider {
	width: 2px;
	height: 85px;
	background: rgba(211, 219, 226, 0.3);
}
.counter-wrap6 .divider:last-of-type {
	display: none;
}
@media (max-width: 1299px) {
	.counter-wrap6 .divider {
		height: 80px;
	}
}
@media (max-width: 1199px) {
	.counter-wrap6 .divider {
		height: 70px;
	}
}
@media (max-width: 991px) {
	.counter-wrap6 .divider {
		display: none;
	}
}
@media (max-width: 767px) {
	.counter-wrap6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px 0;
	}
	.counter-wrap6 .counter-card {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}
@media (max-width: 575px) {
	.counter-wrap6 .counter-card {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		text-align: center;
	}
}
.counter-card.style6 .box-number {
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: -0.25em;
	letter-spacing: -0.02em;
}
@media (max-width: 1299px) {
	.counter-card.style6 .box-number {
		font-size: 56px;
	}
}
@media (max-width: 1199px) {
	.counter-card.style6 .box-number {
		font-size: 48px;
	}
}
@media (max-width: 991px) {
	.counter-card.style6 .box-number {
		font-size: 40px;
	}
}
@media (max-width: 575px) {
	.counter-card.style6 .box-number {
		font-size: 32px;
	}
}

.brand-wrap1 .brand-wrap-title {
	font-size: 28px;
	font-weight: 700;
	margin-top: -0.25em;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.brand-wrap1 .brand-wrap-title span {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.brand-wrap1 .brand-wrap-title:before,
.brand-wrap1 .brand-wrap-title:after {
	content: '';
	position: relative;
	height: 1px;
	display: inline-block;
	width: -webkit-fill-available;
	background: var(--th-border-color);
}
@media (max-width: 575px) {
	.brand-wrap1 .brand-wrap-title {
		font-size: 24px;
	}
}
.brand-box {
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	min-height: 50px;
}
.brand-box img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-filter: grayscale(9);
	filter: grayscale(9);
}
.brand-box:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
.brand-wrap2 .brand-wrap-title {
	font-size: 28px;
	font-weight: 700;
	margin-top: -0.25em;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}
.brand-wrap2 .brand-wrap-title span {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
@media (max-width: 575px) {
	.brand-wrap2 .brand-wrap-title {
		font-size: 24px;
	}
}
.checklist ul {
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin-bottom: 0;
}
.checklist li {
	color: var(--title-color);
	font-weight: 400;
	font-size: 16px;
	font-family: var(--title-font);
	padding-left: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	line-height: normal;
	position: relative;
	letter-spacing: -0.02em;
}
.checklist li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: var(--title-color);
	clip-path: path(
		'M12.8745 2.51406C13.233 2.72146 13.6918 2.59894 13.8992 2.24039C14.1066 1.88184 13.9841 1.42305 13.6255 1.21564L13.25 1.86485L12.8745 2.51406ZM17.985 7.26755C17.9027 6.8616 17.5068 6.59928 17.1009 6.68164C16.6949 6.764 16.4326 7.15984 16.515 7.56579L17.25 7.41667L17.985 7.26755ZM5.75 8.75C5.33579 8.75 5 9.08579 5 9.5C5 9.91421 5.33579 10.25 5.75 10.25L5.75 9.5L5.75 8.75ZM8.66667 12.4167L8.01548 12.7888C8.14729 13.0194 8.39128 13.1632 8.65693 13.1666C8.92257 13.1701 9.17021 13.0327 9.30796 12.8056L8.66667 12.4167ZM17.6776 3.95316C18.0659 3.80907 18.2639 3.37745 18.1198 2.98911C17.9757 2.60076 17.5441 2.40275 17.1558 2.54684L17.4167 3.25L17.6776 3.95316ZM13.25 1.86485L13.6255 1.21564C12.2887 0.442349 10.7365 0 9.08333 0V0.75V1.5C10.4658 1.5 11.7598 1.86927 12.8745 2.51406L13.25 1.86485ZM9.08333 0.75V0C4.06674 0 0 4.06674 0 9.08333H0.75H1.5C1.5 4.89517 4.89517 1.5 9.08333 1.5V0.75ZM0.75 9.08333H0C0 14.0999 4.06674 18.1667 9.08333 18.1667V17.4167V16.6667C4.89517 16.6667 1.5 13.2715 1.5 9.08333H0.75ZM9.08333 17.4167V18.1667C14.0999 18.1667 18.1667 14.0999 18.1667 9.08333H17.4167H16.6667C16.6667 13.2715 13.2715 16.6667 9.08333 16.6667V17.4167ZM17.4167 9.08333H18.1667C18.1667 8.46217 18.1042 7.8548 17.985 7.26755L17.25 7.41667L16.515 7.56579C16.6143 8.05554 16.6667 8.563 16.6667 9.08333H17.4167ZM5.75 9.5C5.75 10.25 5.74915 10.25 5.7483 10.25C5.74803 10.25 5.74719 10.25 5.74663 10.25C5.74553 10.25 5.74444 10.25 5.74337 10.25C5.74124 10.25 5.73917 10.2499 5.73717 10.2499C5.73318 10.2498 5.72946 10.2497 5.72602 10.2496C5.71915 10.2493 5.7134 10.249 5.70875 10.2486C5.69944 10.2479 5.69461 10.2472 5.69413 10.2472C5.69304 10.247 5.71006 10.2495 5.74395 10.2603C5.81089 10.2816 5.95135 10.3377 6.15324 10.479C6.55919 10.7632 7.22022 11.3971 8.01548 12.7888L8.66667 12.4167L9.31785 12.0446C8.44644 10.5196 7.64914 9.69516 7.01343 9.25016C6.69448 9.0269 6.41828 8.90073 6.19876 8.83088C6.08942 8.79609 5.99576 8.77579 5.9198 8.76423C5.88188 8.75846 5.84858 8.7549 5.82014 8.75278C5.80593 8.75172 5.79296 8.75103 5.78125 8.7506C5.7754 8.75038 5.76986 8.75023 5.76465 8.75014C5.76205 8.75009 5.75952 8.75006 5.75708 8.75003C5.75586 8.75002 5.75466 8.75001 5.75348 8.75001C5.75289 8.75001 5.75202 8.75 5.75172 8.75C5.75086 8.75 5.75 8.75 5.75 9.5ZM8.66667 12.4167C9.30796 12.8056 9.30792 12.8056 9.3079 12.8057C9.30792 12.8056 9.30791 12.8056 9.30794 12.8056C9.30801 12.8055 9.30814 12.8053 9.30834 12.8049C9.30875 12.8043 9.30943 12.8031 9.3104 12.8016C9.31232 12.7984 9.31535 12.7934 9.31947 12.7867C9.3277 12.7733 9.34028 12.7529 9.35705 12.7258C9.39059 12.6717 9.44088 12.5913 9.50665 12.4879C9.63823 12.2809 9.83162 11.9822 10.0768 11.6183C10.5677 10.8898 11.2635 9.90414 12.0843 8.87345C12.9065 7.84091 13.8448 6.77484 14.8198 5.87912C15.8031 4.97569 16.7805 4.286 17.6776 3.95316L17.4167 3.25L17.1558 2.54684C15.994 2.97789 14.8482 3.81598 13.8049 4.77453C12.7532 5.74078 11.7614 6.87089 10.9108 7.93905C10.0588 9.00905 9.33919 10.0286 8.83282 10.7801C8.57938 11.1563 8.3787 11.4662 8.24086 11.683C8.17192 11.7914 8.11866 11.8766 8.08234 11.9352C8.06417 11.9645 8.05024 11.9871 8.04069 12.0027C8.03592 12.0105 8.03224 12.0165 8.02968 12.0207C8.0284 12.0228 8.0274 12.0244 8.02668 12.0256C8.02632 12.0262 8.02603 12.0267 8.02581 12.027C8.0257 12.0272 8.02559 12.0274 8.02554 12.0275C8.02544 12.0276 8.02537 12.0278 8.66667 12.4167Z'
	);
}
.checklist li > i {
	color: var(--theme-color);
	position: relative;
	top: 2px;
}
.checklist li:not(:last-child) {
	margin-bottom: 18px;
}
@media (max-width: 575px) {
	.checklist li {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.checklist.mb-45 {
		margin-bottom: 40px;
	}
}
.checklist.style2 li {
	font-size: 18px;
	font-weight: 600;
}
.checklist.style2 li:before {
	background: var(--theme-color);
	top: 3px;
}
@media (max-width: 575px) {
	.checklist.style2 li {
		font-size: 16px;
	}
}
.checklist.style3 li:before {
	background: var(--theme-color);
	top: 3px;
}
@media (max-width: 575px) {
	.checklist.style3 li {
		font-size: 16px;
	}
}
.mega-hover {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.mega-hover:after,
.mega-hover:before {
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 1;
	z-index: -1;
}
.mega-hover:before {
	top: 0;
	right: 51%;
	bottom: 0;
	left: 50%;
	background: hsla(0, 0%, 100%, 0.2);
}
.mega-hover:after {
	top: 50%;
	right: 0;
	bottom: 50%;
	left: 0;
	background: hsla(0, 0%, 100%, 0.3);
}
.mega-hover:hover:before {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
}
.mega-hover:hover:after {
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
}
.bg-img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
}
.bg-img img {
	width: 100%;
	height: 100%;
}
.th-video {
	position: relative;
	border-radius: 10px;
}
.th-video img {
	border-radius: inherit;
}
.th-video .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.rounded-10 {
	border-radius: 10px;
}
.rounded-20 {
	border-radius: 20px;
}
@media (max-width: 767px) {
	.rounded-20 {
		border-radius: 10px;
	}
}
.btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 30px;
}
.btn-wrap.style2 {
	gap: 20px 40px;
}
.btn-wrap.style3 {
	gap: 20px 15px;
}
.filter-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
	text-align: center;
	margin-bottom: 60px;
}
@media (max-width: 1199px) {
	.filter-menu {
		margin-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.filter-menu {
		margin-top: -10px;
		margin-bottom: 45px;
		gap: 6px;
	}
}
.filter-menu .th-btn {
	border-radius: 5px;
	padding: 15px 30px;
	background-color: rgba(0, 0, 0, 0);
	color: var(--body-color);
	border: 1px solid var(--th-border-color);
	min-width: auto;
}
.filter-menu .th-btn:before {
	background-color: var(--theme-color);
}
.filter-menu .th-btn:hover,
.filter-menu .th-btn.active {
	border-color: var(--theme-color);
	color: var(--white-color);
}
.filter-menu .th-btn:hover:before,
.filter-menu .th-btn.active:before {
	border-radius: 3px;
}
@media (max-width: 991px) {
	.filter-menu .th-btn {
		padding: 13px 20px;
	}
}
@media (max-width: 1199px) {
	p.mb-40 {
		margin-bottom: 35px;
	}
	p.mb-45 {
		margin-bottom: 38px;
	}
}
.modal-backdrop.show {
	opacity: 0.7;
	z-index: 99;
}
.modal {
	z-index: 999;
	padding-right: 0 !important;
}
.modal-dialog {
	max-width: 100%;
}
.modal-dialog .modal-content {
	background: rgba(0, 0, 0, 0);
	border: 0;
}
.modal-dialog .modal-content .modal-header {
	border: 0;
}
.modal-dialog .btn-close {
	padding: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 10px 0 auto;
	border-radius: 50%;
	background: var(--theme-color);
	color: var(--white-color);
	border: 0;
	opacity: 1;
}
.modal-dialog .btn-close:hover i {
	-webkit-animation: toTopFromBottom 0.5s forwards;
	animation: toTopFromBottom 0.5s forwards;
}
.why-img-box1 {
	position: relative;
	margin: -120px 0 0 -300px;
	height: -webkit-fill-available;
}
.why-img-box1:after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 17, 43, 0.4);
}
.why-img-box1 .img1 {
	height: 100%;
	width: 100%;
}
.why-img-box1 .img1 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.why-img-box1 .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
@media (max-width: 1500px) {
	.why-img-box1 {
		margin: 0;
		border-radius: 30px 30px 0 0;
		overflow: hidden;
	}
}
@media (max-width: 1199px) {
	.why-img-box1 {
		border-radius: 30px;
	}
}
@media (max-width: 575px) {
	.why-img-box1 {
		border-radius: 16px;
	}
}
.why-wrap1 {
	margin-left: 96px;
}
@media (max-width: 1399px) {
	.why-wrap1 {
		margin-left: 36px;
	}
}
@media (max-width: 1199px) {
	.why-wrap1 {
		margin-top: 60px;
		margin-left: 0;
	}
}
.why-card-wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}
@media (max-width: 575px) {
	.why-card-wrap1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.why-card {
	background: var(--theme-color2);
	text-align: center;
	padding: 28px;
	border-radius: 16px 16px 0 0;
}
.why-card .box-icon {
	background: var(--title-color);
	border-radius: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 27px;
	margin-bottom: 24px;
}
.why-card .box-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0;
}
@media (max-width: 375px) {
	.why-card .box-title {
		font-size: 18px;
	}
}
.why-card .box-text {
	color: var(--title-color);
	font-size: 16px;
	font-weight: 500;
	margin-top: 2px;
}
.why-card:nth-child(odd) {
	background: var(--theme-color);
}
.why-card:nth-child(odd) .box-icon {
	background: var(--white-color);
}
.why-card:nth-child(odd) .box-title {
	color: var(--white-color);
}
.why-card:nth-child(odd) .box-text {
	color: var(--white-color);
}
@media (max-width: 575px) {
	.why-card {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.why-bg-shape2-1 {
		display: none;
	}
}
.why-img-box2 {
	margin-left: -240px;
}
@media (max-width: 1500px) {
	.why-img-box2 {
		margin-left: 0;
	}
}
.why-wrap2 {
	margin-left: 36px;
}
@media (max-width: 1199px) {
	.why-wrap2 {
		margin-left: 0;
	}
}
.why-img-box3 {
	margin-right: 35px;
	position: relative;
}
.why-img-box3 .img1 {
	border-radius: 24px;
	overflow: hidden;
}
.why-img-box3 .img1 .thumb {
	display: block;
}
.why-img-box3 .img1 img {
	width: 100%;
}
.why-img-box3 .about-tag {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 192px;
	height: 192px;
}
.why-img-box3 .about-tag:before {
	inset: 17px;
}
.why-img-box3 .about-tag .about-experience-tag {
	width: 132px;
	height: 132px;
	margin-left: -66px;
	margin-top: -66px;
	font-size: 12px;
	font-family: var(--title-font);
}
.why-img-box3 .about-tag .about-experience-tag span {
	--rotate-letter: 7.8deg;
	height: 70px;
	position: absolute;
	width: 20px;
	left: 36%;
	top: -3px;
}
.why-img-box3 .about-tag .year-counter {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	width: 86px;
	height: 86px;
}
.why-img-box3 .about-tag .year-counter .box-title {
	background: var(--theme-color);
	width: 86px;
	height: 86px;
	border-radius: 50%;
	font-size: 40px;
	font-weight: 800;
	font-family: var(--title-font);
	color: var(--white-color);
	letter-spacing: -0.02em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}
@media (max-width: 1199px) {
	.why-img-box3 {
		margin-right: 0;
	}
	.why-img-box3 .about-tag {
		top: auto;
		bottom: 0;
		right: 50%;
		-webkit-transform: translate(50%, 40%);
		transform: translate(50%, 40%);
	}
}
.why-wrap3 {
	background: var(--smoke-color2);
	border-radius: 24px;
	padding: 60px 36px 60px 60px;
}
.why-wrap3 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 14px;
}
.why-wrap3 ul li {
	background: var(--white-color);
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--title-color);
	padding: 17.5px 16px 17.5px 45px;
	-webkit-box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
	box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
}
.why-wrap3 ul li:before {
	background: var(--theme-color);
	left: 16px;
	top: 19px;
}
.why-wrap3 ul li:not(:last-child) {
	margin-bottom: 0;
}
@media (max-width: 375px) {
	.why-wrap3 ul li {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.why-wrap3 {
		padding: 60px 30px;
	}
}
@media (max-width: 1500px) {
	.why-bg-shape4-1,
	.why-bg-shape4-2 {
		display: none;
	}
}
.why-img-box4 {
	position: relative;
	border-radius: 60px;
	overflow: hidden;
	display: inline-block;
}
.why-img-box4 .about-tag {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 158px;
	height: 158px;
}
.why-img-box4 .about-tag .about-experience-tag {
	height: 132px;
	width: 132px;
	margin-left: -66px;
	margin-top: -66px;
	font-family: var(--title-font);
}
.why-img-box4 .about-tag .about-experience-tag span {
	--rotate-letter: 8.5deg;
	height: 71px;
	left: 37%;
}
.why-img-box4 .about-tag .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	--icon-size: 86px;
}
.why-img-box4 .about-tag .play-btn:before,
.why-img-box4 .about-tag .play-btn:after {
	display: none;
}
.why-img-box4 .about-tag .play-btn > i {
	background: var(--theme-color);
	color: var(--white-color);
}
@media (max-width: 991px) {
	.why-img-box4 {
		border-radius: 30px;
	}
}
@media (max-width: 575px) {
	.why-img-box4 {
		border-radius: 24px;
	}
}
.why-wrap4 {
	margin-left: -12px;
}
@media (max-width: 1399px) {
	.why-wrap4 {
		margin-left: 0;
	}
}
.why-card4 {
	background-color: var(--white-color);
	-webkit-box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	border-radius: 24px;
	padding: 34px 24px;
	text-align: center;
}
.why-card4 .box-icon {
	margin-bottom: 34px;
}
.why-card4 .box-icon img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.why-card4 .box-title {
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}
@media (max-width: 1299px) {
	.why-card4 .box-title {
		font-size: 22px;
	}
}
.why-card4 .box-text {
	letter-spacing: -0.02em;
}
.why-card4:hover .box-icon img {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.why-card-wrap5 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	padding-bottom: 60px;
}
@media (max-width: 575px) {
	.why-card-wrap5 {
		grid-template-columns: repeat(1, 1fr);
		padding-bottom: 0;
	}
}
.why-card5 {
	background: var(--white-color);
	border-radius: 16px;
	-webkit-box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	padding: 30px;
	text-align: center;
}
.why-card5:nth-child(even) {
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}
@media (max-width: 575px) {
	.why-card5:nth-child(even) {
		-webkit-transform: none;
		transform: none;
	}
}
.why-card5 .box-icon {
	margin-bottom: 24px;
}
.why-card5 .box-icon img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.why-card5 .box-title {
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.why-card5 .box-text {
	letter-spacing: -0.02em;
}
.why-card5:hover .box-icon img {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
@media (max-width: 1299px) {
	.why-card5 {
		padding: 30px 20px;
	}
}
@media (max-width: 1199px) {
	.why-card5 {
		padding: 30px;
	}
	.why-card5 .box-text {
		max-width: 253px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.why-card5 {
		padding: 30px 20px;
	}
	.why-card5 .box-title {
		font-size: 20px;
	}
	.why-card5 .box-text {
		font-size: 14px;
	}
}
.why-wrap5 {
	margin-left: 56px;
}
@media (max-width: 1199px) {
	.why-wrap5 {
		margin-left: 0;
	}
}
@media (max-width: 1500px) {
	.faq-bg-shape1-2,
	.faq-bg-shape1-1 {
		display: none;
	}
}
.faq-img-box1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}
.faq-img-box1 .img1 {
	display: inline-block;
	overflow: hidden;
	border-radius: 24px;
	-ms-flex-item-align: self-start;
	align-self: self-start;
}
.faq-img-box1 .img1 img {
	width: 100%;
}
.faq-img-box1 .img2 {
	display: inline-block;
	border-radius: 24px;
	overflow: hidden;
}
.faq-img-box1 .faq-counter-wrap {
	position: absolute;
	background: var(--white-color);
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px;
	bottom: 20px;
	left: 0;
	gap: 16px;
}
.faq-img-box1 .faq-counter-wrap .box-title {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color);
	margin-bottom: 0;
}
.faq-img-box1 .faq-counter-wrap .box-text {
	font-size: 14px;
}
@media (max-width: 375px) {
	.faq-img-box1 {
		display: block;
	}
	.faq-img-box1 .img1 {
		display: block;
		margin-bottom: 24px;
	}
	.faq-img-box1 .img1 .thumb {
		display: block;
	}
	.faq-img-box1 .faq-counter-wrap {
		position: relative;
		-webkit-animation: none !important;
		animation: none !important;
		bottom: auto;
		margin-top: 24px;
	}
}
.accordion-card {
	border-radius: 16px;
	overflow: hidden;
	background-color: var(--white-color);
	text-align: left;
	position: relative;
	z-index: 3;
}
.accordion-card:not(:last-child) {
	margin-bottom: 24px;
}
.accordion-card .accordion-button {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	border: 0;
	color: var(--title-color);
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
	box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
	border-radius: 0;
	padding: 17px 55px 17px 24px;
	min-height: 56px;
	gap: 10px;
	margin-bottom: 0;
	text-align: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	letter-spacing: -0.02em;
}
.accordion-card .accordion-button:after {
	content: '';
	height: 100%;
	width: auto;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	font-family: var(--icon-font);
	color: var(--title-color);
	font-weight: 500;
	font-size: 1em;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: 30px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.accordion-card .accordion-button:not(.collapsed):after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.accordion-card .accordion-button:not(.collapsed):before {
	opacity: 1;
}
.accordion-card .accordion-collapse {
	border: none;
}
.accordion-card .accordion-body {
	border: none;
	padding: 0 0 24px;
	margin: 0 24px;
}
.accordion-card .faq-text {
	margin-bottom: -0.48em;
}
@media (max-width: 575px) {
	.accordion-card {
		border-radius: 15px;
	}
	.accordion-card .accordion-button {
		font-size: 16px;
		padding: 19px 55px 19px 25px;
	}
	.accordion-card:not(:last-child) {
		margin-bottom: 20px;
	}
	.accordion-card .faq-text {
		font-size: 14px;
	}
}
@media (max-width: 1500px) {
	.faq-bg-shape2-1 {
		display: none;
	}
}
.faq-img-box2 {
	position: relative;
	margin: 0 0 0 -300px;
	height: -webkit-fill-available;
	padding-right: 60px;
	padding-bottom: 60px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.faq-img-box2:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 100%;
	background: var(--theme-color2);
	right: 0;
	top: 0;
	clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 calc(100% - 60px));
}
.faq-img-box2 .img1 {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.faq-img-box2 .img1 .thumb {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	height: 100%;
}
.faq-img-box2 .img1 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (min-width: 1922px) {
	.faq-img-box2 {
		margin: 0;
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}
@media (max-width: 1500px) {
	.faq-img-box2 {
		margin: 0 0 0 -150px;
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}
@media (max-width: 1299px) {
	.faq-img-box2 {
		margin: 0 0 0 -42px;
	}
}
@media (max-width: 991px) {
	.faq-img-box2 {
		margin: 0;
		padding-right: 0;
		padding-bottom: 40px;
		padding-left: 40px;
	}
	.faq-img-box2:after {
		width: 100%;
		height: 40px;
		top: auto;
		bottom: 0;
		clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
	}
}
@media (max-width: 767px) {
	.faq-img-box2 {
		padding-left: 0;
		padding-bottom: 0;
		border-radius: 16px;
		overflow: hidden;
		margin-bottom: 40px;
	}
	.faq-img-box2:after {
		display: none;
	}
}
.faq-wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 991px) {
	.faq-wrap2 {
		display: block;
	}
}
.faq-wrap2 .faq-content-wrap {
	margin: 60px -300px 0 0;
	padding-right: 312px;
	height: -webkit-fill-available;
	padding-left: 80px;
}
@media (min-width: 1922px) {
	.faq-wrap2 .faq-content-wrap {
		margin-right: 0;
		padding-right: 80px;
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}
@media (max-width: 1500px) {
	.faq-wrap2 .faq-content-wrap {
		margin: 60px -150px 0 0;
		padding-right: 162px;
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}
@media (max-width: 1299px) {
	.faq-wrap2 .faq-content-wrap {
		margin: 60px -42px 0 0;
		padding-right: 80px;
	}
}
@media (max-width: 1199px) {
	.faq-wrap2 .faq-content-wrap {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 991px) {
	.faq-wrap2 .faq-content-wrap {
		margin: 0;
		margin-right: 40px;
	}
}
@media (max-width: 767px) {
	.faq-wrap2 .faq-content-wrap {
		margin-right: 0;
		border-radius: 16px;
	}
}
@media (max-width: 375px) {
	.faq-wrap2 .faq-content-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.faq-tabs {
	border: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px 30px;
}
.faq-tabs .nav-item .nav-link {
	padding: 21px 40px;
	border-radius: 50px;
	margin: 0;
	border: 1px solid var(--theme-color);
	color: var(--theme-color);
	text-transform: uppercase;
}
.faq-tabs .nav-item .nav-link.active,
.faq-tabs .nav-item .nav-link:focus,
.faq-tabs .nav-item .nav-link:active,
.faq-tabs .nav-item .nav-link:hover {
	background: var(--theme-color);
	color: var(--white-color);
}
.faq-tabs .nav-item .nav-link.active:after,
.faq-tabs .nav-item .nav-link:focus:after,
.faq-tabs .nav-item .nav-link:active:after,
.faq-tabs .nav-item .nav-link:hover:after {
	background: var(--white-color);
	-webkit-animation: ani 0.7s steps(29) forwards;
	animation: ani 0.7s steps(29) forwards;
}
.service-bg-shape1-2 .color-masking .masking-src {
	background: var(--theme-color2);
}
.service-bg-shape1-3 {
	position: absolute;
	right: 0;
	top: 0;
	width: 185px;
	height: 70%;
	background: var(--theme-color2);
	z-index: 1;
	border-radius: 0 0 0 400px;
}
.service-bg-shape1-4 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 254px;
	height: 30%;
	background: var(--theme-color);
	z-index: 1;
	border-radius: 400px 0 0 0;
}
.service-card {
	position: relative;
	padding: 0;
	text-align: center;
}
.service-card .box-thumb {
	background: var(--white-color);
	border-radius: 30px;
	padding: 20px 20px 0;
	margin-bottom: -80px;
}
.service-card .box-thumb img {
	border-radius: 16px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 100%;
}
.service-card .box-icon {
	background-color: var(--white-color);
	display: inline-block;
	border-radius: 50% 50% 0 0/100% 100% 0 0;
	width: 160px;
	height: 80px;
	line-height: 100px;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}
.service-card .box-icon:after {
	content: '';
	position: absolute;
	inset: 0;
	border: 10px solid var(--theme-color2);
	border-radius: 50% 50% 0 0/100% 100% 0 0;
	border-bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0.3;
}
.service-card .box-icon img {
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.service-card .box-content {
	background-color: var(--white-color);
	padding: 40px;
	border-radius: 30px;
	-webkit-box-shadow:
		0px 4px 4px -1px rgba(12, 12, 13, 0.1),
		0px 4px 4px -1px rgba(12, 12, 13, 0.05);
	box-shadow:
		0px 4px 4px -1px rgba(12, 12, 13, 0.1),
		0px 4px 4px -1px rgba(12, 12, 13, 0.05);
}
.service-card .box-title {
	margin-bottom: 14px;
}
.service-card .box-title a {
	font-size: 24px;
	font-weight: 700;
	color: var(--title-color);
}
.service-card .box-title a:hover {
	color: var(--theme-color);
}
.service-card .box-text {
	margin-bottom: 23px;
}
.service-card .th-btn {
	padding: 16px 40px;
	background: var(--theme-color2);
}
.service-card:hover .box-thumb img {
	-webkit-filter: grayscale(9);
	filter: grayscale(9);
}
.service-card:hover .box-icon img {
	-webkit-transform: translate(0, 10px) rotateY(180deg);
	transform: translate(0, 10px) rotateY(180deg);
}
.service-card:hover .box-icon:after {
	border-color: var(--theme-color);
}
.service-card:hover .th-btn {
	background: var(--theme-color);
}
.service-card.style2 .box-icon:after {
	opacity: 1;
}
.service-wrap1 {
	max-width: 1720px;
	margin: 0 auto;
}
.service-bg-shape2-2 {
	margin-left: -315px;
	position: relative;
}
.service-bg-shape2-2 .service-bg-shape2-3 {
	right: 50px;
	top: 20px;
	position: absolute;
	-webkit-transform: translate(50%, -100%);
	transform: translate(50%, -100%);
	width: 230px;
}
@media (max-width: 1399px) {
	.service-bg-shape2-2 .service-bg-shape2-3 {
		right: 30px;
		top: 10px;
		width: 200px;
	}
}
@media (max-width: 1299px) {
	.service-bg-shape2-2 .service-bg-shape2-3 {
		width: 110px;
	}
}
@media (max-width: 1199px) {
	.service-bg-shape2-2 {
		display: none;
	}
}
.service-wrap2 .sec-text {
	max-width: 548px;
	font-size: 16px;
}
@media (max-width: 1199px) {
	.service-wrap2 .sec-text {
		max-width: none;
	}
}
.service-card2 {
	padding: 40px;
	border-radius: 30px;
	background: var(--white-color);
	-webkit-box-shadow:
		0px 4px 4px -1px rgba(12, 12, 13, 0.1),
		0px 4px 4px -1px rgba(12, 12, 13, 0.05);
	box-shadow:
		0px 4px 4px -1px rgba(12, 12, 13, 0.1),
		0px 4px 4px -1px rgba(12, 12, 13, 0.05);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.service-card2 .service-card-icon {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.service-card2 .service-card-icon img {
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.service-card2 .box-title {
	margin-top: -0.3em;
	margin-bottom: 10px;
	font-weight: 700;
}
.service-card2 .box-text {
	margin-bottom: -0.5em;
	color: var(--light-color);
}
.service-card2 .icon-btn {
	right: 20px;
	top: 20px;
	position: absolute;
	--btn-size: 46px;
	--btn-font-size: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.service-card2 .icon-btn i {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.service-card2 .icon-btn:hover i.fa-arrow-up-right {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.service-card2:hover .service-card-icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.service-card2:hover .service-card-icon:after {
	border-color: var(--theme-color2);
}
@media (max-width: 575px) {
	.service-card2 {
		padding: 30px;
	}
	.service-card2 .box-text {
		margin-bottom: 15px;
	}
	.service-card2 .icon-btn {
		position: initial;
	}
}
@media (max-width: 375px) {
	.service-card2 {
		display: block;
	}
	.service-card2 .service-card-icon {
		margin-bottom: 20px;
	}
}
.service-card.style3 .box-thumb {
	border-radius: 30px;
	overflow: hidden;
	padding: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: -160px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.service-card.style3 .box-thumb img {
	-webkit-filter: none;
	filter: none;
}
.service-card.style3 .box-content {
	position: relative;
}
.service-card.style3 .box-icon {
	width: 140px;
	height: 68px;
}
.service-card.style3 .box-icon img {
	-webkit-transform: translate(0, 0px);
	transform: translate(0, 0px);
	position: relative;
	z-index: 1;
}
.service-card.style3 .box-icon:after {
	width: 160px;
	height: 80px;
	inset: -10px;
}
.service-card.style3 .box-text {
	margin-bottom: -0.4em;
}
.service-card.style3 .box-title {
	margin-bottom: 8px;
}
.service-card.style3:hover .box-thumb {
	-webkit-filter: none;
	filter: none;
}
.service-card.style3:hover .box-icon img {
	-webkit-transform: translate(0, 0px) rotate(180deg) scale(-1);
	transform: translate(0, 0px) rotate(180deg) scale(-1);
}
@media (max-width: 1199px) {
	.service-card.style3 .box-thumb {
		margin-bottom: -120px;
	}
	.service-card.style3 .box-title a {
		font-size: 20px;
	}
	.service-card.style3 .box-content {
		padding: 40px 30px 30px;
	}
}
@media (max-width: 1199px) {
	.service-bg-shape4-2,
	.service-bg-shape4-1 {
		display: none;
	}
}
.service-card-wrap4.item-active .service-card4 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-box-shadow: 0px 4px 60px #06241f;
	box-shadow: 0px 4px 60px #06241f;
}
@media (max-width: 991px) {
	.service-card-wrap4.item-active .service-card4 {
		-webkit-transform: none;
		transform: none;
	}
}
.service-card4 {
	border: 1px solid #274b45;
	border-radius: 1000px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-align: center;
	padding: 65px 30px;
}
.service-card4 .box-title {
	margin-bottom: -0.3em;
	color: var(--white-color);
}
.service-card4 .box-title a:hover {
	color: var(--theme-color2);
}
@media (max-width: 1199px) {
	.service-card4 {
		padding: 40px 20px;
	}
	.service-card4 .box-title {
		font-size: 20px;
	}
}
@media (max-width: 375px) {
	.service-card4 .box-title {
		font-size: 18px;
	}
}
.service-card.style5 .box-thumb {
	border-radius: 30px;
	overflow: hidden;
	padding: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: -160px;
}
.service-card.style5 .box-thumb img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.service-card.style5 .box-content {
	position: relative;
	padding: 40px 30px;
}
@media (max-width: 1299px) {
	.service-card.style5 .box-content {
		padding: 40px 20px;
	}
}
.service-card.style5 .box-icon {
	width: 140px;
	height: 68px;
}
.service-card.style5 .box-icon img {
	-webkit-transform: translate(0, 0px);
	transform: translate(0, 0px);
	position: relative;
	z-index: 1;
}
.service-card.style5 .box-icon:after {
	width: 160px;
	height: 80px;
	inset: -10px;
}
.service-card.style5 .box-text {
	margin-bottom: -0.4em;
}
.service-card.style5 .box-title {
	margin-bottom: 8px;
}
.service-card.style5:hover .box-thumb img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.service-card.style5:hover .box-icon img {
	-webkit-transform: translate(0, 0px) rotate(180deg) scale(-1);
	transform: translate(0, 0px) rotate(180deg) scale(-1);
}
@media (max-width: 1299px) {
	.service-card.style5 .box-title a {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.service-card.style5 .box-thumb {
		margin-bottom: -120px;
	}
	.service-card.style5 .box-title a {
		font-size: 18px;
	}
	.service-card.style5 .box-text {
		font-size: 14px;
	}
	.service-card.style5 .box-content {
		padding: 40px 20px 30px;
	}
}
@media (max-width: 767px) {
	.service-card.style5 .box-title a {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.service-card.style5 .box-thumb {
		border-radius: 16px;
	}
	.service-card.style5 .box-content {
		border-radius: 16px;
	}
}
@media (max-width: 1500px) {
	.process-bg-shape1-1,
	.process-bg-shape1-2 {
		display: none;
	}
}
.process-card-wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 48px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 1399px) {
	.process-card-wrap1 {
		margin-left: 0;
		gap: 24px;
	}
}
.process-card {
	text-align: center;
	padding: 32px;
	-ms-flex-item-align: self-start;
	align-self: self-start;
	position: relative;
	width: 100%;
	max-width: 364px;
	margin-left: -48px;
}
.process-card:before,
.process-card:after {
	content: '';
	position: absolute;
	width: 150px;
	height: 75px;
	-webkit-mask-image: url(../img/shape/process-arrow1-shape.png);
	mask-image: url(../img/shape/process-arrow1-shape.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background: var(--theme-color);
}
@media (max-width: 1399px) {
	.process-card:before,
	.process-card:after {
		display: none;
	}
}
.process-card:before {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	rotate: 60deg;
	top: 50px;
	right: -108px;
}
.process-card:after {
	bottom: -110px;
	right: 10px;
	rotate: 8deg;
}
@media (max-width: 1399px) {
	.process-card {
		margin-left: 0;
	}
}
.process-card:nth-child(even) {
	margin-top: 162px;
}
.process-card:nth-child(even):before {
	top: -110px;
	right: 10px;
	rotate: -7deg;
}
.process-card:nth-child(even):after {
	rotate: -55deg;
	bottom: 55px;
	right: -120px;
}
@media (max-width: 1399px) {
	.process-card:nth-child(even) {
		margin-top: 0;
	}
}
.process-card:last-child:before,
.process-card:last-child:after {
	display: none;
}
.process-card .process-card-bg {
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	z-index: -1;
}
@media (max-width: 375px) {
	.process-card .process-card-bg {
		-webkit-mask-image: none !important;
		mask-image: none !important;
		border-radius: 16px;
	}
}
.process-card .box-img {
	display: inline-block;
	margin-bottom: 32px;
}
.process-card .box-content {
	max-width: 211px;
	margin-left: auto;
	margin-right: auto;
}
.process-card .box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
@media (max-width: 1500px) {
	.process-card .box-title {
		font-size: 20px;
	}
}
.process-card .box-text {
	line-height: 1.625em;
	letter-spacing: -0.02em;
}
@media (max-width: 1500px) {
	.process-bg-shape2-1 {
		display: none;
	}
}
@media (max-width: 1399px) {
	.process-bg-shape2-2 {
		display: none;
	}
}
.process-img-box2 {
	position: relative;
	margin-left: -33px;
	margin-top: -120px;
	bottom: -120px;
}
.process-img-box2:after {
	content: '';
	position: absolute;
	width: 548px;
	height: 548px;
	background: var(--white-color);
	border-radius: 50%;
	z-index: -1;
	top: 0;
	left: 33px;
}
@media (max-width: 1299px) {
	.process-img-box2:after {
		width: 450px;
		height: 450px;
	}
}
@media (max-width: 1199px) {
	.process-img-box2:after {
		width: 550px;
		height: 550px;
	}
}
@media (max-width: 767px) {
	.process-img-box2:after {
		width: 450px;
		height: 450px;
	}
}
@media (max-width: 575px) {
	.process-img-box2:after {
		width: auto;
		height: auto;
		inset: 0 30px 30px;
	}
}
.process-img-box2:before {
	content: '';
	position: absolute;
	width: 430px;
	height: 430px;
	border-radius: 50%;
	background: #1cb098;
	opacity: 0.5;
	-webkit-filter: blur(125px);
	filter: blur(125px);
	z-index: -2;
	top: 58px;
	left: 92px;
}
@media (max-width: 1299px) {
	.process-img-box2:before {
		width: 350px;
		height: 350px;
	}
}
@media (max-width: 1199px) {
	.process-img-box2:before {
		width: 440px;
		height: 440px;
		top: 110px;
	}
}
@media (max-width: 767px) {
	.process-img-box2:before {
		width: 300px;
		height: 300px;
	}
}
@media (max-width: 575px) {
	.process-img-box2:before {
		width: auto;
		height: auto;
		inset: 60px 60px 30px;
	}
}
@media (max-width: 1500px) {
	.process-img-box2 {
		margin-left: 0;
	}
}
.process-wrap2 {
	padding-left: 36px;
}
@media (max-width: 1299px) {
	.process-wrap2 {
		padding-left: 0;
	}
}
.process-card-wrap2 {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.process-card2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
.process-card2:not(:last-child) {
	margin-bottom: 40px;
}
.process-card2:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media (max-width: 375px) {
	.process-card2 {
		display: block;
	}
}
.process-card2 .box-number {
	font-size: 84px;
	font-weight: 800;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	color: var(--title-color);
	opacity: 0.08;
	line-height: 0.8;
}
@media (max-width: 1299px) {
	.process-card2 .box-number {
		font-size: 74px;
	}
}
@media (max-width: 1199px) {
	.process-card2 .box-number {
		font-size: 60px;
	}
}
@media (max-width: 375px) {
	.process-card2 .box-number {
		margin-bottom: 20px;
	}
}
.process-card2 .process-card-content {
	border-radius: 20px;
	background: var(--white-color);
	-webkit-box-shadow: 10px 25px 100px rgba(30, 30, 30, 0.15);
	box-shadow: 10px 25px 100px rgba(30, 30, 30, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 45px 24px 24px;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fill-available;
}
@media (max-width: 1299px) {
	.process-card2 .process-card-content {
		padding: 24px;
	}
}
@media (max-width: 575px) {
	.process-card2 .process-card-content {
		display: block;
	}
}
.process-card2 .box-icon {
	width: 56px;
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--smoke-color2);
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
@media (max-width: 575px) {
	.process-card2 .box-icon {
		margin-bottom: 20px;
	}
}
.process-card2 .box-title {
	letter-spacing: -0.02em;
	margin-bottom: 2px;
	font-weight: 700;
}
@media (max-width: 1299px) {
	.process-card2 .box-title {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.process-card2 .box-title {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.process-card2 .box-title {
		font-size: 20px;
	}
}
@media (max-width: 1299px) {
	.process-card2 .box-text {
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	.process-card2 .box-text {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.process-card2 .box-text {
		font-size: 14px;
	}
}
.process-bg-line3-1 img {
	width: 100%;
}
@media (max-width: 1500px) {
	.process-bg-line3-1 {
		top: 180px !important;
	}
}
@media (max-width: 1399px) {
	.process-bg-line3-1 {
		display: none;
	}
}
.process-card-wrap3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}
@media (max-width: 1399px) {
	.process-card-wrap3 {
		margin-left: 0;
		gap: 24px;
	}
}
.process-card3 {
	text-align: center;
	padding: 0px 30px 50px;
	-ms-flex-item-align: self-start;
	align-self: self-start;
	position: relative;
	width: 100%;
	max-width: 324px;
	min-height: 344px;
	z-index: 1;
}
@media (max-width: 375px) {
	.process-card3 {
		min-height: auto;
		padding: 30px;
	}
}
.process-card3:nth-child(even) {
	margin-top: 162px;
}
@media (max-width: 1399px) {
	.process-card3:nth-child(even) {
		margin-top: 0;
	}
}
.process-card3 .process-card-bg {
	position: absolute;
	inset: 20px 0 0 0;
	background: var(--theme-color);
	border-radius: 50%;
	z-index: -1;
	border: 1px dashed var(--th-border-color);
}
@media (max-width: 375px) {
	.process-card3 .process-card-bg {
		border-radius: 16px;
		inset: 0;
	}
}
.process-card3 .box-img {
	display: inline-block;
	margin-bottom: 28px;
	border: 6px solid var(--white-color);
	border-radius: 50%;
	overflow: hidden;
	width: 122px;
}
.process-card3 .box-img img {
	border-radius: 50%;
}
.process-card3 .box-content {
	margin-left: auto;
	margin-right: auto;
}
.process-card3 .box-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
	margin-top: -0.7em;
	display: block;
}
@media (max-width: 1500px) {
	.process-card3 .box-title {
		font-size: 20px;
	}
}
.process-card3 .box-text {
	line-height: 1.75em;
	letter-spacing: -0.02em;
	max-width: 211px;
	margin-left: auto;
	margin-right: auto;
	color: var(--body-color);
}
.pricing-tab-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 42px;
	padding-bottom: 18px;
	margin-bottom: 40px;
}
.pricing-tab-wrap .pricing-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
	background: var(--white-color);
	-webkit-box-shadow: 0px 10px 15px rgba(24, 59, 86, 0.2);
	box-shadow: 0px 10px 15px rgba(24, 59, 86, 0.2);
	border-radius: 27px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 8px;
}
.pricing-tab-wrap .pricing-tabs .nav-item .nav-link {
	border: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--title-color);
	background: rgba(0, 0, 0, 0);
	padding: 8px 16px;
	border-radius: 16px;
	line-height: 1;
}
.pricing-tab-wrap .pricing-tabs .nav-item .nav-link.active {
	background: var(--theme-color);
	color: var(--white-color);
}
.pricing-tab-wrap .discount-tag {
	color: var(--theme-color);
	font-size: 12px;
	font-weight: 700;
	font-family: var(--title-font);
	position: relative;
}
.pricing-tab-wrap .discount-tag svg {
	position: absolute;
	bottom: -30px;
	left: -50px;
	color: var(--title-color);
}
@media (max-width: 375px) {
	.pricing-tab-wrap .discount-tag {
		display: none;
	}
}
.price-card {
	position: relative;
	border-radius: 32px;
	background: var(--white-color);
	overflow: hidden;
	-webkit-box-shadow: 0px 20px 35px rgba(0, 30, 66, 0.12);
	box-shadow: 0px 20px 35px rgba(0, 30, 66, 0.12);
}
.price-card .price-card-top {
	-webkit-box-shadow: 0px 20px 35px rgba(0, 30, 66, 0.16);
	box-shadow: 0px 20px 35px rgba(0, 30, 66, 0.16);
	border-radius: 32px;
	padding: 10px;
}
.price-card .price-card-title-wrap {
	border-radius: 20px;
	background: linear-gradient(202.22deg, #effaf7 14.5%, #ffffff 219.35%);
	padding: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.price-card .price-card-title-wrap:after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(131.88deg, #4ee4cc 0%, var(--theme-color) 100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: -1;
	opacity: 0;
}
.price-card .price-card-title-wrap .price-tag {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	color: var(--title-color);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.price-card .box-title {
	margin-bottom: -0.15em;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.02em;
	display: inline-block;
	background: var(--white-color);
	border-radius: 60px;
	padding: 2.25px 14px;
}
.price-card .box-price {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: -0.1em;
	margin-top: 42px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.price-card .box-price .duration {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--body-font);
	color: var(--body-color);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.price-card .box-text {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 20px;
	font-size: 16px;
}
.price-card .th-btn {
	min-height: 46px;
	padding: 18px 40px;
}
.price-card .price-card_content {
	padding: 50px 30px;
}
.price-card .price-card_content .checklist {
	display: inline-block;
}
.price-card .price-card_content .checklist li {
	color: var(--body-color);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.price-card .price-card_content .checklist li:before {
	background: var(--theme-color);
}
.price-card .price-card_content .checklist li i {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: var(--theme-color);
}
.price-card .price-card_content .checklist li:not(:last-child) {
	margin-bottom: 14px;
}
.price-card .price-card_content .checklist li.unavailable:before {
	background: var(--light-color);
}
.price-card .price-card_content .checklist li.unavailable i {
	color: var(--light-color);
	opacity: 0.5;
}
.price-card .th-btn {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.price-card:hover .price-card-title-wrap:after {
	opacity: 1;
}
.price-card:hover .price-card-title-wrap .price-tag {
	color: var(--white-color);
}
.price-card:hover .box-price {
	color: var(--white-color);
}
.price-card:hover .box-price .duration {
	color: var(--white-color);
}
@media (max-width: 1299px) {
	.price-card .price-card_content {
		padding: 40px 17px;
	}
}
@media (max-width: 1199px) {
	.price-card .price-card_content {
		padding: 50px 30px;
	}
}
@media (max-width: 767px) {
	.price-card .price-card_content {
		padding: 40px 30px;
	}
}
@media (max-width: 375px) {
	.price-card .price-card_content {
		padding: 40px 20px;
	}
}
.feature-card {
	background: var(--white-color);
	border: 1px solid var(--th-border-color);
	border-radius: 24px;
	padding: 40px;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.feature-card .box-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: var(--theme-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.feature-card .box-icon img {
	-webkit-filter: brightness(99);
	filter: brightness(99);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.feature-card .box-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.feature-card .box-text {
	letter-spacing: -0.02em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.feature-card:hover {
	background: var(--theme-color);
}
.feature-card:hover .box-icon {
	background: var(--white-color);
}
.feature-card:hover .box-icon img {
	-webkit-transform: rotate(180deg) scale(-1);
	transform: rotate(180deg) scale(-1);
	-webkit-filter: none;
	filter: none;
}
.feature-card:hover .box-title {
	color: var(--white-color);
}
.feature-card:hover .box-text {
	color: var(--white-color);
}
@media (max-width: 1299px) {
	.feature-card {
		padding: 30px;
	}
	.feature-card .box-icon {
		margin-bottom: 30px;
	}
}
@media (max-width: 1199px) {
	.feature-card .box-title {
		font-size: 20px;
	}
}
.feature-card-wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
}
@media (max-width: 1199px) {
	.feature-card-wrap2 {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
}
.feature-single-card {
	width: 25%;
	padding-right: 12px;
	padding-left: 12px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.feature-single-card.hover-item.item-active {
	width: 50%;
}
.feature-single-card.hover-item.item-active .box-text {
	opacity: 0;
}
.feature-single-card.hover-item.item-active .feature-card-active-wrap {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.feature-single-card.hover-item.item-active
	.feature-card-active-wrap
	.box-text {
	opacity: 1;
}
@media (max-width: 1199px) {
	.feature-single-card.hover-item.item-active {
		width: 100%;
	}
}
@media (max-width: 1199px) {
	.feature-single-card {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.feature-single-card:not(:last-child) {
		margin-bottom: 24px;
	}
}
.feature-card2 {
	border-radius: 24px;
	background: var(--light-color);
	padding: 34px;
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
@media (max-width: 1199px) {
	.feature-card2 {
		padding: 0;
	}
}
.feature-card2 .box-bg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: -1;
}
.feature-card2 .box-icon {
	margin-bottom: 34px;
}
@media (max-width: 1199px) {
	.feature-card2 .box-icon {
		display: none;
	}
}
.feature-card2 .box-title {
	letter-spacing: -0.02em;
	font-weight: 700;
	margin-bottom: 19px;
}
@media (max-width: 1199px) {
	.feature-card2 .box-title {
		display: none;
	}
}
.feature-card2 .box-text {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	max-width: 244px;
}
@media (max-width: 1399px) {
	.feature-card2 .box-text {
		max-width: 226px;
	}
}
@media (max-width: 1299px) {
	.feature-card2 .box-text {
		max-width: 193px;
	}
}
@media (max-width: 1199px) {
	.feature-card2 .box-text {
		display: none;
	}
}
.feature-card2 .th-btn {
	margin-top: 120px;
}
@media (max-width: 1199px) {
	.feature-card2 .th-btn {
		display: none;
	}
}
.feature-card2 .feature-card-active-wrap {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	bottom: -30px;
	z-index: 2;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
@media (max-width: 1199px) {
	.feature-card2 .feature-card-active-wrap {
		opacity: 1;
		visibility: visible;
		bottom: 0;
		position: relative;
		padding: 400px 34px 34px;
	}
}
@media (max-width: 991px) {
	.feature-card2 .feature-card-active-wrap {
		padding: 300px 34px 34px;
	}
}
@media (max-width: 767px) {
	.feature-card2 .feature-card-active-wrap {
		padding: 200px 34px 34px;
	}
}
@media (max-width: 575px) {
	.feature-card2 .feature-card-active-wrap {
		padding: 200px 20px 20px;
	}
}
.feature-card2 .feature-card-active-wrap .feature-card-bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.feature-card2 .feature-card-active-wrap .feature-card-bg:after {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(37.01%, rgba(0, 17, 43, 0)),
		to(#00112b)
	);
	background: linear-gradient(180deg, rgba(0, 17, 43, 0) 37.01%, #00112b 100%);
}
.feature-card2 .feature-card-active-wrap .feature-card-bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.feature-card2 .feature-card-active-wrap .feature-card_details {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 34px;
	border-radius: 46px;
	background: hsla(0, 0%, 100%, 0.1);
	border: 1px solid hsla(0, 0%, 100%, 0.2);
	-webkit-backdrop-filter: blur(21px);
	backdrop-filter: blur(21px);
	padding: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1199px) {
	.feature-card2 .feature-card-active-wrap .feature-card_details {
		position: relative;
		margin: 0;
	}
}
@media (max-width: 575px) {
	.feature-card2 .feature-card-active-wrap .feature-card_details {
		border-radius: 24px;
	}
}
.feature-card2 .feature-card-active-wrap .feature-card_details .box-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 14px;
	margin-bottom: 14px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.feature-card2 .feature-card-active-wrap .feature-card_details .box-icon {
	margin-bottom: 0;
}
@media (max-width: 1199px) {
	.feature-card2 .feature-card-active-wrap .feature-card_details .box-icon {
		display: block;
	}
}
.feature-card2 .feature-card-active-wrap .feature-card_details .box-title {
	margin-bottom: -0.3em;
}
.feature-card2 .feature-card-active-wrap .feature-card_details .box-title a {
	color: var(--white-color);
}
.feature-card2
	.feature-card-active-wrap
	.feature-card_details
	.box-title
	a:hover {
	color: var(--theme-color2);
}
@media (max-width: 1199px) {
	.feature-card2 .feature-card-active-wrap .feature-card_details .box-title {
		display: block;
	}
}
.feature-card2 .feature-card-active-wrap .feature-card_details .box-text {
	color: var(--white-color);
	letter-spacing: -0.02em;
	width: 328px;
	max-width: none;
}
@media (max-width: 1299px) {
	.feature-card2 .feature-card-active-wrap .feature-card_details .box-text {
		width: 290px;
	}
}
@media (max-width: 1199px) {
	.feature-card2 .feature-card-active-wrap .feature-card_details .box-text {
		display: block;
	}
}
@media (max-width: 767px) {
	.feature-card2 .feature-card-active-wrap .feature-card_details .box-text {
		width: auto;
	}
}
.feature-card2 .feature-card-active-wrap .feature-card_details .icon-btn {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 76px;
	border-radius: 36px;
}
@media (max-width: 767px) {
	.feature-card2 .feature-card-active-wrap .feature-card_details {
		display: block;
	}
	.feature-card2 .feature-card-active-wrap .feature-card_details .icon-btn {
		margin-top: 30px;
	}
}
.project-slider1 .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.project-card {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.project-card .box-img {
	overflow: hidden;
	margin-bottom: 32px;
	border-radius: 16px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
}
.project-card .box-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.project-card .box-img.radius-style1 {
	border-radius: 200px;
}
.project-card .box-img.radius-style2 {
	border-radius: 200px 32px 32px 32px;
}
.project-card .box-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.project-card .box-text {
	margin-bottom: -0.2em;
	max-width: 252px;
	margin-left: auto;
	margin-right: auto;
}
.project-card:hover .box-img img {
	-webkit-transform: scale(1.12) rotate(-2deg);
	transform: scale(1.12) rotate(-2deg);
}
.category-area-1 {
	position: relative;
	z-index: 1;
}
.category-area-1:before,
.category-area-1:after {
	content: '';
	position: absolute;
	width: 458px;
	height: 458px;
	border-radius: 50%;
	-webkit-filter: blur(167px);
	filter: blur(167px);
	z-index: -1;
}
.category-area-1:before {
	background: var(--theme-color);
	opacity: 0.3;
	right: 135px;
	bottom: 0;
	z-index: -2;
}
.category-area-1:after {
	background: var(--theme-color2);
	opacity: 0.15;
	right: -25px;
	top: -69px;
}
.category-bg1-1 {
	z-index: -3;
}
.category-bg1-1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1500px) {
	.category-bg-shape1-1 {
		display: none;
	}
}
.category-card {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1px;
}
.category-card .box-icon {
	width: 98px;
	background-color: var(--white-color);
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
@media (max-width: 1299px) {
	.category-card .box-icon {
		width: 90px;
	}
}
@media (max-width: 991px) {
	.category-card .box-icon {
		width: 110px;
	}
}
.category-card .box-content {
	background: var(--white-color);
	border-radius: 24px;
	padding: 34px 24px;
}
@media (max-width: 1299px) {
	.category-card .box-content {
		padding: 30px 20px;
	}
}
@media (max-width: 1199px) {
	.category-card .box-content {
		padding: 30px 24px;
	}
}
@media (max-width: 991px) {
	.category-card .box-content {
		padding: 30px 34px;
	}
}
@media (max-width: 767px) {
	.category-card .box-content {
		width: -webkit-fill-available;
		padding: 40px 34px;
	}
}
@media (max-width: 375px) {
	.category-card .box-content {
		padding: 40px 25px;
	}
}
.category-card .box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: -0.3em;
	margin-top: -0.3em;
	letter-spacing: -0.02em;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
.category-card .box-title a:hover {
	color: var(--title-color);
}
@media (max-width: 1399px) {
	.category-card .box-title {
		font-size: 18px;
	}
}
@media (max-width: 1299px) {
	.category-card .box-title {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.category-card .box-title {
		font-size: 18px;
	}
}
@media (max-width: 375px) {
	.category-card .box-title {
		font-size: 16px;
	}
}
.category-card:hover .box-icon img {
	-webkit-transform: rotate(180deg) scale(-1);
	transform: rotate(180deg) scale(-1);
}
.category-btn {
	height: 100%;
	width: 100%;
	border-radius: 24px;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	padding: 21px 30px;
}
@media (max-width: 1299px) {
	.category-btn {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.category-btn {
		padding: 16px 30px;
		border-radius: 50px;
		font-size: 16px;
	}
}
@media (max-width: 375px) {
	.category-slider2 {
		text-align: center;
	}
}
.category-card2 {
	text-align: center;
	background: var(--smoke-color2);
	border-radius: 100px 100px 16px 16px;
	padding: 24px 19px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.category-card2 .box-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--white-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 24px;
}
.category-card2 .box-icon img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.category-card2 .box-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 18px;
}
.category-card2:hover {
	background: var(--theme-color);
}
.category-card2:hover .box-icon img {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.category-card2:hover .box-title a {
	color: var(--white-color);
}
.category-card2:hover .box-title a:hover {
	color: var(--theme-color2);
}
.category-card2:hover .icon-btn {
	border-color: var(--white-color);
	background: var(--white-color);
	color: var(--theme-color);
}
.category-card2:hover .icon-btn:hover {
	border-color: var(--title-color);
	background: var(--title-color);
	color: var(--white-color);
}
@media (max-width: 1399px) {
	.category-card2 {
		width: 200px;
	}
}
@media (max-width: 991px) {
	.category-card2 {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 575px) {
	.category-card2 {
		padding: 24px 18px;
	}
	.category-card2 .box-title {
		letter-spacing: normal;
		font-size: 18px;
	}
}
@media (max-width: 375px) {
	.category-card2 {
		margin-left: auto;
		margin-right: auto;
		max-width: 200px;
	}
}
@media (max-width: 1500px) {
	.category-bg3-1 {
		display: none;
	}
}
.category-slider3 {
	margin-bottom: -50px;
}
.category-card3 {
	background: var(--theme-color);
	border-radius: 24px;
	padding: 30px;
	background: linear-gradient(
		131.88deg,
		var(--th-border-color) 0%,
		var(--theme-color) 100%
	);
	position: relative;
	margin-bottom: 25px;
}
.category-card3:after {
	content: '';
	position: absolute;
	width: 185px;
	height: 32px;
	background: var(--theme-color);
	-webkit-filter: blur(20.5px);
	filter: blur(20.5px);
	border-radius: 50%;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
}
.category-card3 .box-icon {
	margin-bottom: 30px;
}
.category-card3 .box-icon img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.category-card3 .box-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}
.category-card3 .box-title a {
	color: var(--white-color);
}
.category-card3 .box-title a:hover {
	color: var(--white-color);
	text-shadow:
		-0.3px -0.3px 0 var(--white-color),
		0.3px 0.3px var(--white-color);
}
@media (max-width: 1299px) {
	.category-card3 .box-title {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.category-card3 .box-title {
		font-size: 24px;
	}
}
.category-card3 .icon-btn {
	--btn-size: 44px;
}
.category-card3:hover .box-icon img {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.category-card4 {
	border-radius: 24px;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 30, 66, 0.08);
	box-shadow: 0px 10px 20px rgba(0, 30, 66, 0.08);
	padding: 34px 24px;
}
.category-card4 .box-icon {
	margin-bottom: 25px;
}
.category-card4 .box-icon img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.category-card4 .box-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}
.category-card4 .box-title a {
	color: var(--title-color);
}
.category-card4 .box-title a:hover {
	color: var(--theme-color);
}
@media (max-width: 575px) {
	.category-card4 .box-title {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.category-card4 .box-title {
		font-size: 20px;
	}
}
.category-card4 .box-text {
	letter-spacing: -0.02em;
}
@media (max-width: 767px) {
	.category-card4 .box-text {
		max-width: 300px;
	}
}
.category-card4:hover .box-icon img {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.category-card5 {
	background: var(--theme-color);
	border-radius: 24px;
	padding: 30px;
}
.category-card5 .box-icon {
	margin-bottom: 60px;
}
.category-card5 .box-icon img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.category-card5 .box-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 5px;
}
.category-card5 .box-title a:hover {
	color: var(--theme-color2);
}
.category-card5 .box-text {
	letter-spacing: -0.02em;
}
.category-card5:hover .box-icon img {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.cta-area-1:before {
	mix-blend-mode: hue;
}
.cta-wrap1 {
	padding: 100px 0 80px;
	position: relative;
	z-index: 1;
}
.cta-wrap1 .cta-img1-1 {
	margin-bottom: -220px;
}
@media (max-width: 1399px) {
	.cta-wrap1 .cta-img1-1 {
		margin-bottom: -120px;
	}
}
@media (max-width: 1199px) {
	.cta-wrap1 .cta-img1-1 {
		margin-bottom: -60px;
	}
}
@media (max-width: 991px) {
	.cta-wrap1 {
		padding: 80px 0;
	}
}
.cta-card {
	text-align: center;
}
.cta-card .box-text {
	font-size: 16px;
	font-weight: 600;
	color: var(--white-color);
}
@media (max-width: 1500px) {
	.cta-bg-shape2-1 {
		display: none;
	}
}
.cta-card2 {
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 75px 0 75px 40px;
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cta-card2 .title-area {
	-ms-flex-item-align: center;
	align-self: center;
}
.cta-card2 .sec-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.357;
}
@media (max-width: 1299px) {
	.cta-card2 .sec-title {
		font-size: 24px;
	}
}
.cta-card2 .box-thumb {
	position: relative;
	bottom: -75px;
	margin-top: -148px;
	margin-left: -10px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-item-align: self-end;
	align-self: self-end;
}
.cta-card2 .box-thumb img {
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1299px) {
	.cta-card2 .title-area {
		min-width: 280px;
	}
	.cta-card2 .box-thumb {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
}
@media (max-width: 1199px) {
	.cta-card2 {
		padding: 60px 40px;
	}
	.cta-card2 .title-area {
		min-width: auto;
	}
	.cta-card2 .box-thumb {
		display: none;
	}
}
@media (max-width: 991px) {
	.cta-card2 {
		padding: 60px 0 60px 40px;
	}
	.cta-card2 .title-area {
		width: 280px;
	}
	.cta-card2 .box-thumb {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}
@media (max-width: 767px) {
	.cta-card2 .box-thumb {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
}
@media (max-width: 575px) {
	.cta-card2 {
		padding: 50px 30px;
		border-radius: 24px;
	}
	.cta-card2 .title-area {
		width: 100%;
	}
	.cta-card2 .box-thumb {
		display: none;
	}
}
.cta-wrap3:before {
	mix-blend-mode: hue;
}
.cta-img3-1 {
	right: 282px;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.cta-img3-1 .cta-bg-shape3-1 {
	position: absolute;
	background: var(--theme-color2);
	inset: 134px -169px 0 -56px;
	z-index: -1;
}
@media (max-width: 767px) {
	.cta-img3-1 .cta-bg-shape3-1 {
		inset: 100px -100px 0 -56px;
	}
}
@media (max-width: 575px) {
	.cta-img3-1 .cta-bg-shape3-1 {
		inset: 50px -50px 0 -50px;
	}
}
@media (max-width: 375px) {
	.cta-img3-1 .cta-bg-shape3-1 {
		inset: 30px -50px 0 -50px;
	}
}
.cta-img3-1 .cta-bg-shape3-2 {
	position: absolute;
	background: var(--theme-color);
	inset: 152px -151px 0 -42px;
	z-index: -1;
}
@media (max-width: 767px) {
	.cta-img3-1 .cta-bg-shape3-2 {
		inset: 118px -82px 0 -42px;
	}
}
@media (max-width: 575px) {
	.cta-img3-1 .cta-bg-shape3-2 {
		inset: 68px -32px 0 -36px;
	}
}
@media (max-width: 375px) {
	.cta-img3-1 .cta-bg-shape3-2 {
		inset: 48px -42px 0 -41px;
	}
}
@media (max-width: 1500px) {
	.cta-img3-1 {
		right: 180px;
	}
}
@media (max-width: 1399px) {
	.cta-img3-1 {
		max-width: 480px;
	}
}
@media (max-width: 1299px) {
	.cta-img3-1 {
		max-width: 420px;
	}
}
@media (max-width: 1199px) {
	.cta-img3-1 {
		position: relative;
		right: 0;
		left: 50%;
		bottom: -120px;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		max-width: none;
		display: inline-block;
	}
}
@media (max-width: 991px) {
	.cta-img3-1 {
		bottom: -80px;
	}
}
@media (max-width: 767px) {
	.cta-img3-1 {
		margin: 0 100px;
		width: -webkit-fill-available;
		left: 0;
		right: 0;
		-webkit-transform: none;
		transform: none;
	}
}
@media (max-width: 575px) {
	.cta-img3-1 {
		margin: 0 80px;
	}
}
@media (max-width: 375px) {
	.cta-img3-1 {
		margin: 0 65px;
	}
}
.cta-wrap4:before {
	mix-blend-mode: hue;
}
.cta-wrap4 .cta-link {
	display: block;
	font-size: 32px;
	font-weight: 700;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	color: #ffbf00;
}
.cta-wrap4 .cta-link:hover {
	color: var(--white-color);
}
@media (max-width: 1199px) {
	.cta-wrap4 .cta-link {
		font-size: 24px;
	}
}
.cta-img4-1 {
	right: 192px;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.cta-img4-1 .cta-bg-shape4-1 {
	position: absolute;
	inset: -30px 35px -163px 24px;
	background: var(--theme-color);
	mix-blend-mode: overlay;
	opacity: 0.2;
	border-radius: 50%;
	z-index: -1;
}
@media (max-width: 1199px) {
	.cta-img4-1 .cta-bg-shape4-1 {
		inset: -10px 15px -223px 15px;
	}
}
@media (max-width: 991px) {
	.cta-img4-1 .cta-bg-shape4-1 {
		inset: 30px 25px -243px 25px;
	}
}
@media (max-width: 767px) {
	.cta-img4-1 .cta-bg-shape4-1 {
		inset: 30px 25px -173px 25px;
	}
}
@media (max-width: 575px) {
	.cta-img4-1 .cta-bg-shape4-1 {
		inset: 30px 25px -111px 25px;
	}
}
.cta-img4-1 .cta-bg-shape4-2 {
	position: absolute;
	inset: -143px -30px -163px;
	background: var(--theme-color);
	opacity: 0.1;
	border-radius: 50%;
	mix-blend-mode: overlay;
	z-index: -2;
}
@media (max-width: 1500px) {
	.cta-img4-1 .cta-bg-shape4-2 {
		inset: -143px -30px -163px;
	}
}
@media (max-width: 1199px) {
	.cta-img4-1 .cta-bg-shape4-2 {
		inset: -83px -30px -223px;
	}
}
@media (max-width: 991px) {
	.cta-img4-1 .cta-bg-shape4-2 {
		inset: -30px 0 -233px;
	}
}
@media (max-width: 767px) {
	.cta-img4-1 .cta-bg-shape4-2 {
		inset: -30px 0 -163px;
	}
}
@media (max-width: 575px) {
	.cta-img4-1 .cta-bg-shape4-2 {
		inset: -30px 0 -101px;
	}
}
@media (max-width: 1500px) {
	.cta-img4-1 {
		right: 60px;
		max-width: 700px;
	}
}
@media (max-width: 1299px) {
	.cta-img4-1 {
		max-width: 600px;
	}
}
@media (max-width: 1199px) {
	.cta-img4-1 {
		position: relative;
		right: 0;
		left: 50%;
		bottom: -120px;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		max-width: none;
		display: inline-block;
	}
}
@media (max-width: 991px) {
	.cta-img4-1 {
		bottom: -80px;
	}
}
@media (max-width: 767px) {
	.cta-img4-1 {
		margin: 0 30px;
		width: -webkit-fill-available;
		left: 0;
		right: 0;
		-webkit-transform: none;
		transform: none;
	}
}
.cta-wrap6 {
	margin: 0 -120px;
	border-radius: 60px;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.cta-wrap6 {
		border-radius: 40px;
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (max-width: 767px) {
	.cta-wrap6 {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 575px) {
	.cta-wrap6 {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.cta-wrap6:after {
	content: '';
	position: absolute;
	width: 804px;
	height: 804px;
	left: calc(50% - 402px);
	top: calc(50% - 402px);
	border-radius: 50%;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(255, 255, 255, 0.02) 0%,
		rgba(205, 245, 234, 0.5) 100%
	);
	z-index: -1;
}
@media (max-width: 1199px) {
	.cta-wrap6:after {
		width: 700px;
		height: 700px;
		left: calc(50% - 350px);
		top: calc(50% - 350px);
	}
}
@media (max-width: 991px) {
	.cta-wrap6:after {
		width: 500px;
		height: 500px;
		left: calc(50% - 250px);
		top: calc(50% - 250px);
	}
}
@media (max-width: 767px) {
	.cta-wrap6:after {
		display: none;
	}
}
@media (max-width: 1500px) {
	.cta-wrap6 {
		margin: 0;
	}
}
.cta-wrap6.style2:after {
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(255, 255, 255, 0.02) 0%,
		rgba(214, 230, 252, 0.5) 100%
	);
}
.cta-thumb6 {
	position: absolute;
	border-radius: 16px;
	overflow: hidden;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}
.cta-thumb6.cta-thumb6-1 {
	left: 80px;
	top: 85px;
}
@media (max-width: 1500px) {
	.cta-thumb6.cta-thumb6-1 {
		left: 60px;
	}
}
@media (max-width: 1299px) {
	.cta-thumb6.cta-thumb6-1 {
		left: 40px;
	}
}
.cta-thumb6.cta-thumb6-2 {
	left: 296px;
	top: 30px;
}
@media (max-width: 1500px) {
	.cta-thumb6.cta-thumb6-2 {
		left: 250px;
		top: 50px;
	}
}
@media (max-width: 1299px) {
	.cta-thumb6.cta-thumb6-2 {
		left: 200px;
	}
}
.cta-thumb6.cta-thumb6-3 {
	left: 208px;
	top: calc(50% - 55px);
}
@media (max-width: 1500px) {
	.cta-thumb6.cta-thumb6-3 {
		left: 150px;
	}
}
.cta-thumb6.cta-thumb6-4 {
	left: 80px;
	bottom: 80px;
}
@media (max-width: 1500px) {
	.cta-thumb6.cta-thumb6-4 {
		left: 60px;
	}
}
@media (max-width: 1299px) {
	.cta-thumb6.cta-thumb6-4 {
		left: 40px;
	}
}
.cta-thumb6.cta-thumb6-5 {
	left: 296px;
	bottom: 30px;
}
@media (max-width: 1500px) {
	.cta-thumb6.cta-thumb6-5 {
		left: 250px;
		bottom: 50px;
	}
}
@media (max-width: 1299px) {
	.cta-thumb6.cta-thumb6-5 {
		left: 200px;
	}
}
.cta-thumb6.cta-thumb6-6 {
	right: 80px;
	top: 85px;
}
@media (max-width: 1500px) {
	.cta-thumb6.cta-thumb6-6 {
		right: 60px;
	}
}
@media (max-width: 1299px) {
	.cta-thumb6.cta-thumb6-6 {
		right: 40px;
	}
}
.cta-thumb6.cta-thumb6-7 {
	right: 296px;
	top: 30px;
}
@media (max-width: 1500px) {
	.cta-thumb6.cta-thumb6-7 {
		right: 250px;
		top: 50px;
	}
}
@media (max-width: 1299px) {
	.cta-thumb6.cta-thumb6-7 {
		right: 200px;
	}
}
.cta-thumb6.cta-thumb6-8 {
	right: 208px;
	top: calc(50% - 55px);
}
@media (max-width: 1500px) {
	.cta-thumb6.cta-thumb6-8 {
		right: 150px;
	}
}
.cta-thumb6.cta-thumb6-9 {
	right: 80px;
	bottom: 80px;
}
@media (max-width: 1500px) {
	.cta-thumb6.cta-thumb6-9 {
		right: 60px;
	}
}
@media (max-width: 1299px) {
	.cta-thumb6.cta-thumb6-9 {
		right: 40px;
	}
}
.cta-thumb6.cta-thumb6-10 {
	right: 296px;
	bottom: 30px;
}
@media (max-width: 1500px) {
	.cta-thumb6.cta-thumb6-10 {
		right: 250px;
		bottom: 50px;
	}
}
@media (max-width: 1299px) {
	.cta-thumb6.cta-thumb6-10 {
		right: 200px;
	}
}
.appointment-page-form {
	border-radius: 30px;
	padding: 60px;
}
@media (max-width: 767px) {
	.appointment-page-form {
		padding: 40px;
	}
}
@media (max-width: 575px) {
	.appointment-page-form {
		padding: 30px 20px;
	}
}
.video-box-center {
	position: relative;
}
.video-box-center .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-width: 1700px) {
	.video-bg-shape1-1 {
		width: 200px;
	}
}
@media (max-width: 1500px) {
	.video-bg-shape1-1 {
		display: none;
	}
}
.video-bg-shape1-2 {
	z-index: 2;
}
@media (max-width: 1500px) {
	.video-bg-shape1-2 {
		display: none;
	}
}
.video-thumb1-1 {
	position: relative;
	margin: -120px -315px -120px 0;
	height: 708px;
}
.video-thumb1-1 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.video-thumb1-1 .play-btn {
	position: absolute;
	left: 0;
	top: 50%;
	--icon-size: 100px;
	--icon-font-size: 24px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
	.video-thumb1-1 .play-btn {
		--icon-size: 70px;
	}
}
@media (max-width: 1500px) {
	.video-thumb1-1 {
		margin-right: -100px;
	}
}
@media (max-width: 1299px) {
	.video-thumb1-1 {
		height: 670px;
		margin-right: -50px;
	}
}
@media (max-width: 1199px) {
	.video-thumb1-1 {
		height: auto;
		margin: 0;
	}
	.video-thumb1-1 img {
		border-radius: 30px;
	}
	.video-thumb1-1 .play-btn {
		left: 50%;
	}
}
.video-bg-shape2-1 img {
	height: 100%;
}
@media (max-width: 1500px) {
	.video-bg-shape2-1 {
		display: none;
	}
}
.video-thumb2-1 {
	position: relative;
	margin: -120px -315px -120px 0;
	height: 840px;
}
.video-thumb2-1 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.video-thumb2-1 .play-btn {
	--icon-size: 100px;
	--icon-font-size: 24px;
}
@media (max-width: 575px) {
	.video-thumb2-1 .play-btn {
		--icon-size: 70px;
	}
}
.video-thumb2-1 .video-title {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-bottom: 0;
	font-size: 144px;
	font-weight: 900;
	color: var(--white-color);
	opacity: 0.25;
	width: 100%;
	text-align: center;
}
@media (max-width: 1500px) {
	.video-thumb2-1 .video-title {
		font-size: 100px;
	}
}
@media (max-width: 1299px) {
	.video-thumb2-1 .video-title {
		font-size: 80px;
	}
}
@media (max-width: 575px) {
	.video-thumb2-1 .video-title {
		font-size: 60px;
	}
}
@media (max-width: 1500px) {
	.video-thumb2-1 {
		margin-right: -100px;
	}
}
@media (max-width: 1299px) {
	.video-thumb2-1 {
		height: 898px;
		margin-right: -50px;
	}
}
@media (max-width: 1199px) {
	.video-thumb2-1 {
		height: auto;
		margin: 0;
	}
	.video-thumb2-1 img {
		border-radius: 30px;
	}
	.video-thumb2-1 .play-btn {
		left: 50%;
	}
}
.video-bg-shape3-2,
.video-bg-shape3-1 {
	z-index: 1;
}
@media (max-width: 1299px) {
	.video-bg-shape3-2,
	.video-bg-shape3-1 {
		display: none;
	}
}
.video-thumb3-1 {
	position: relative;
}
.video-thumb3-1 img {
	-webkit-filter: grayscale(9);
	filter: grayscale(9);
	min-height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
}
.video-thumb3-1:after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	mix-blend-mode: multiply;
}
.client-area-1 {
	padding-bottom: 538px;
}
@media (max-width: 991px) {
	.client-area-1 {
		padding-bottom: 498px;
	}
}
.client-slider1 {
	border-bottom: 1px solid #b7b7b7;
}
.client-slider1 .swiper-slide {
	border-right: 1px solid #b7b7b7;
}
.client-card {
	text-align: center;
	padding: 70px 0;
	display: block;
}
.tab-menu1 {
	gap: 14px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tab-menu1 .tab-btn {
	font-size: 14px;
	padding: 10px 24px;
	font-family: var(--title-font);
	font-weight: 700;
	background-color: var(--white-color);
	border-radius: 6px;
	-webkit-box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	box-shadow: 0px 10px 50px rgba(0, 30, 66, 0.08);
	border-radius: 30px;
	border: 0;
}
.tab-menu1 .tab-btn.active {
	background-color: var(--theme-color);
	color: var(--white-color);
	-webkit-box-shadow: 0px 10px 30px rgba(136, 110, 255, 0.3);
	box-shadow: 0px 10px 30px rgba(136, 110, 255, 0.3);
}
.marquee-slider1 {
	margin: 0 -50px;
}
.marquee-slider1 .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.marquee-slider1 .swiper-slide {
	width: auto;
	margin-bottom: -1px;
}
.marquee-card {
	margin-bottom: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.marquee-card a {
	font-size: 40px;
	font-weight: 700;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	display: inline-block;
	line-height: 0.8em;
	padding-bottom: 0;
	margin-bottom: 0;
}
.marquee-card a span {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.marquee-card a:hover span {
	text-shadow:
		-0.3px -0.3px 0 var(--white-color),
		0.3px 0.3px var(--white-color);
}
.marquee-card .marquee-card-icon {
	display: inline-block;
}
@media (max-width: 1199px) {
	.marquee-card a {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.marquee-card a {
		font-size: 24px;
	}
}
.th-course-row {
	--bs-gutter-y: 24px;
	--bs-gutter-x: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}
.th-course-row .th-course-single {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}
.th-course-row.columns-1 .th-course-single {
	width: 100%;
}
.th-course-row.columns-2 .th-course-single {
	width: 50%;
}
@media (max-width: 767px) {
	.th-course-row.columns-2 .th-course-single {
		width: 100%;
	}
}
.th-course-row.columns-3 .th-course-single {
	width: 33.3333%;
}
@media (max-width: 1199px) {
	.th-course-row.columns-3 .th-course-single {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.th-course-row.columns-3 .th-course-single {
		width: 100%;
	}
}
.th-course-row.columns-4 .th-course-single {
	width: 25%;
}
@media (max-width: 1199px) {
	.th-course-row.columns-4 .th-course-single {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.th-course-row.columns-4 .th-course-single {
		width: 100%;
	}
}
.th-course-row.columns-5 .th-course-single {
	width: 20%;
}
@media (max-width: 1199px) {
	.th-course-row.columns-5 .th-course-single {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.th-course-row.columns-5 .th-course-single {
		width: 100%;
	}
}
.th-course-row.columns-6 .th-course-single {
	width: 16.6666%;
}
@media (max-width: 1199px) {
	.th-course-row.columns-6 .th-course-single {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.th-course-row.columns-6 .th-course-single {
		width: 100%;
	}
}
.th-course-row.columns-7 .th-course-single {
	width: 14.2857%;
}
@media (max-width: 1199px) {
	.th-course-row.columns-7 .th-course-single {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.th-course-row.columns-7 .th-course-single {
		width: 100%;
	}
}
.th-course-row.columns-8 .th-course-single {
	width: 12.5%;
}
@media (max-width: 1199px) {
	.th-course-row.columns-8 .th-course-single {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.th-course-row.columns-8 .th-course-single {
		width: 100%;
	}
}
.th-course-row.columns-9 .th-course-single {
	width: 11.1111%;
}
@media (max-width: 1199px) {
	.th-course-row.columns-9 .th-course-single {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.th-course-row.columns-9 .th-course-single {
		width: 100%;
	}
}
.th-course-row.columns-10 .th-course-single {
	width: 10%;
}
@media (max-width: 1199px) {
	.th-course-row.columns-10 .th-course-single {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.th-course-row.columns-10 .th-course-single {
		width: 100%;
	}
}
@media (max-width: 1500px) {
	.course-bg-shape1-1,
	.course-bg-shape1-2 {
		display: none;
	}
}
.course-card {
	border-radius: 24px;
	border: 1px solid var(--th-border-color3);
	padding: 24px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: var(--white-color);
}
.course-card .box-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 32px;
}
.course-card .box-img img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.course-card .box-price {
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--white-color);
	border-radius: 0 24px 0 0;
	color: var(--theme-color);
	font-size: 18px;
	font-weight: 700;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	padding: 5px 23px 0 0;
	display: inline-block;
	margin-bottom: -0.3em;
}
.course-card .box-title {
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}
.course-card .box-title a {
	color: var(--title-color);
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(var(--theme-color)),
		to(var(--theme-color))
	);
	background-image: linear-gradient(
		to left,
		var(--theme-color),
		var(--theme-color)
	);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 2px;
}
.course-card .box-title a:hover {
	color: var(--theme-color);
	background-size: 100% 2px;
}
@media (max-width: 1299px) {
	.course-card .box-title {
		font-size: 20px;
	}
}
.course-card .box-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.course-card .box-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--smoke-color);
	border-radius: 8px;
	padding: 24px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-top: 16px;
}
.course-card .box-content:after {
	content: '';
	position: absolute;
	height: 40px;
	width: 1px;
	background: var(--th-border-color);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
	.course-card .box-content:after {
		display: none;
	}
}
@media (max-width: 1299px) {
	.course-card .box-content {
		padding: 18px;
		gap: 15px;
	}
}
.course-card .course-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}
.course-card .course-info .box-icon {
	font-size: 24px;
	color: var(--theme-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	align-self: center;
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.course-card .course-info .course-info-title {
	font-size: 14px;
	font-weight: 400;
	margin-top: -0.4em;
	display: block;
}
.course-card .course-info .course-info-text {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: -0.3em;
	display: block;
}
@media (max-width: 991px) {
	.course-card .course-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.course-card .course-info .box-icon {
		height: auto;
	}
}
.course-card .btn-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 24px;
}
.course-card .meta-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.course-card .meta-box .meta-thumb {
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	overflow: hidden;
}
.course-card .meta-box .box-name {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	margin-bottom: -0.1em;
}
.course-card .meta-box .box-name a {
	color: var(--title-color);
}
.course-card .meta-box .box-name a:hover {
	color: var(--theme-color);
}
@media (max-width: 1399px) {
	.course-card .meta-box .box-name {
		font-size: 16px;
	}
}
@media (max-width: 1299px) {
	.course-card .meta-box .box-name {
		font-size: 20px;
	}
}
.course-card:hover {
	border-color: var(--white-color);
	-webkit-box-shadow: 0px 4px 40px rgba(0, 17, 43, 0.08);
	box-shadow: 0px 4px 40px rgba(0, 17, 43, 0.08);
}
.course-card:hover .box-img img {
	-webkit-transform: scale(1.12) rotate(-2deg);
	transform: scale(1.12) rotate(-2deg);
}
@media (max-width: 1299px) {
	.course-card .th-btn {
		width: 100%;
	}
}
@media (max-width: 1199px) {
	.course-card .th-btn {
		width: auto;
	}
}
@media (max-width: 991px) {
	.course-card .th-btn {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.course-card .th-btn {
		width: auto;
	}
}
@media (max-width: 575px) {
	.course-card .th-btn {
		width: 100%;
	}
}
.course-tab4 {
	background: var(--white-color);
	border-radius: 24px;
	-webkit-box-shadow: 0px 10px 15px rgba(0, 30, 66, 0.04);
	box-shadow: 0px 10px 15px rgba(0, 30, 66, 0.04);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px;
	gap: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.course-tab4 .box-icon {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	background: var(--light-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.course-tab4 .box-icon img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.course-tab4 .box-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
@media (max-width: 1399px) {
	.course-tab4 .box-title {
		font-size: 18px;
	}
}
@media (max-width: 1299px) {
	.course-tab4 .box-title {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.course-tab4 .box-title {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.course-tab4 .box-title {
		font-size: 20px;
	}
}
@media (max-width: 375px) {
	.course-tab4 .box-title {
		font-size: 18px;
	}
}
.course-tab4 .box-text {
	font-size: 14px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.course-tab4 .icon-btn {
	--btn-size: 50px;
	border: 1px solid var(--th-border-color);
	background: var(--white-color);
	color: var(--theme-color);
	font-size: 18px;
	margin-top: 24px;
}
.course-tab4 .icon-btn:hover {
	background: var(--title-color);
	color: var(--white-color);
}
@media (max-width: 1399px) {
	.course-tab4 .icon-btn {
		--btn-size: 46px;
	}
}
.course-tab4:hover {
	background: var(--theme-color);
}
.course-tab4:hover .box-icon {
	background: var(--white-color);
}
.course-tab4:hover .box-icon img {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.course-tab4:hover .box-title {
	color: var(--white-color);
}
.course-tab4:hover .box-text {
	color: var(--white-color);
}
@media (max-width: 767px) {
	.course-tab4 {
		display: block;
	}
	.course-tab4 .box-icon {
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.course-tab4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.course-tab4 .box-icon {
		margin-bottom: 0;
	}
}
.course-tab-slider4 .swiper-slide-thumb-active .course-tab4 {
	background: var(--theme-color);
}
.course-tab-slider4 .swiper-slide-thumb-active .course-tab4 .box-icon {
	background: var(--white-color);
}
.course-tab-slider4 .swiper-slide-thumb-active .course-tab4 .box-icon img {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.course-tab-slider4 .swiper-slide-thumb-active .course-tab4 .box-title {
	color: var(--white-color);
}
.course-tab-slider4 .swiper-slide-thumb-active .course-tab4 .box-text {
	color: var(--white-color);
}
.course-single .course-single-top {
	border-radius: 24px;
	border: 1px solid var(--th-border-color3);
	-webkit-box-shadow: 0px 10px 50px rgba(0, 17, 43, 0.04);
	box-shadow: 0px 10px 50px rgba(0, 17, 43, 0.04);
	padding: 24px;
	margin-bottom: 24px;
}
.course-single .course-single-top .course-img {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 36px;
}
.course-single .course-single-top .course-img img {
	width: 100%;
}
@media (max-width: 1199px) {
	.course-single .course-single-top .course-img {
		margin-bottom: 24px;
	}
}
.course-single .course-single-top .course-title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}
@media (max-width: 1299px) {
	.course-single .course-single-top .course-title {
		font-size: 28px;
	}
}
@media (max-width: 1199px) {
	.course-single .course-single-top .course-title {
		font-size: 24px;
	}
}
.course-single .course-single-top .course-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.course-single .course-single-top .box-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--smoke-color);
	border-radius: 8px;
	padding: 18px 22px;
	gap: 60px;
	position: relative;
	margin-top: 34px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 1299px) {
	.course-single .course-single-top .box-content {
		gap: 30px;
	}
}
@media (max-width: 1199px) {
	.course-single .course-single-top .box-content {
		gap: 25px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.course-single .course-single-top .box-content {
		gap: 19px;
	}
}
@media (max-width: 575px) {
	.course-single .course-single-top .box-content {
		margin-top: 20px;
	}
}
.course-single .course-single-top .box-content .meta-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	border-right: 1px solid var(--th-border-color);
	padding-right: 60px;
}
@media (max-width: 1299px) {
	.course-single .course-single-top .box-content .meta-box {
		padding-right: 30px;
	}
}
@media (max-width: 1199px) {
	.course-single .course-single-top .box-content .meta-box {
		padding-right: 0;
		border-right: 0;
	}
}
.course-single .course-single-top .box-content .meta-box .meta-thumb {
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	overflow: hidden;
}
.course-single .course-single-top .box-content .meta-box .box-name {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	margin-bottom: -0.1em;
	color: var(--title-color);
}
.course-single .course-single-top .box-content .meta-box .box-name a {
	color: var(--title-color);
}
@media (max-width: 1199px) {
	.course-single .course-single-top .box-content .meta-box .box-name {
		font-size: 16px;
	}
}
.course-single .course-single-top .box-content .course-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}
.course-single .course-single-top .box-content .course-info:not(:last-child) {
	border-right: 1px solid var(--th-border-color);
	padding-right: 60px;
}
@media (max-width: 1299px) {
	.course-single .course-single-top .box-content .course-info:not(:last-child) {
		padding-right: 30px;
	}
}
@media (max-width: 1199px) {
	.course-single .course-single-top .box-content .course-info:not(:last-child) {
		padding-right: 0;
		border-right: 0;
	}
}
.course-single .course-single-top .box-content .course-info .box-icon {
	font-size: 24px;
	color: var(--theme-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	align-self: center;
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.course-single .course-single-top .box-content .course-info .course-info-title {
	font-size: 14px;
	font-weight: 400;
	margin-top: -0.4em;
	display: block;
}
.course-single .course-single-top .box-content .course-info .course-info-text {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: -0.3em;
	display: block;
}
.course-single .course-single-bottom {
	border-radius: 24px;
	border: 1px solid var(--th-border-color3);
	-webkit-box-shadow: 0px 10px 50px rgba(0, 17, 43, 0.04);
	box-shadow: 0px 10px 50px rgba(0, 17, 43, 0.04);
	padding: 24px;
}
.course-single .course-single-bottom .course-tab {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
	.course-single .course-single-bottom .course-tab {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 991px) {
	.course-single .course-single-bottom .course-tab {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 767px) {
	.course-single .course-single-bottom .course-tab {
		grid-template-columns: repeat(2, 1fr);
	}
}
.course-single .course-single-bottom .course-tab .nav-item .nav-link {
	text-align: center;
	background: var(--smoke-color);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--title-font);
	color: var(--body-color);
	letter-spacing: -0.02em;
	padding: 19px 10px;
	position: relative;
}
.course-single .course-single-bottom .course-tab .nav-item .nav-link:after {
	content: '';
	position: absolute;
	height: 36px;
	width: 1px;
	border-radius: 8px;
	background: var(--th-border-color);
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.course-single .course-single-bottom .course-tab .nav-item .nav-link:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 6px;
	background: var(--theme-color);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s
		cubic-bezier(0.74, 0.72, 0.27, 0.24);
	transition: -webkit-transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
	transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
	transition:
		transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24),
		-webkit-transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.course-single .course-single-bottom .course-tab .nav-item .nav-link i {
	margin-right: 9px;
}
.course-single .course-single-bottom .course-tab .nav-item .nav-link.active {
	color: var(--theme-color);
}
.course-single
	.course-single-bottom
	.course-tab
	.nav-item
	.nav-link.active:before {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.course-single
	.course-single-bottom
	.course-tab
	.nav-item:last-child
	.nav-link:after {
	display: none;
}
@media (max-width: 1199px) {
	.course-single
		.course-single-bottom
		.course-tab
		.nav-item:nth-child(2)
		.nav-link:after {
		display: none;
	}
}
@media (max-width: 991px) {
	.course-single
		.course-single-bottom
		.course-tab
		.nav-item:nth-child(2)
		.nav-link:after {
		display: block;
	}
}
@media (max-width: 767px) {
	.course-single
		.course-single-bottom
		.course-tab
		.nav-item:nth-child(2)
		.nav-link:after {
		display: none;
	}
}
.course-single .course-single-bottom .course-instructor {
	width: 100%;
}
.course-single .course-single-bottom .course-instructor .course-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--smoke-color);
	border-radius: 16px;
	overflow: hidden;
}
.course-single
	.course-single-bottom
	.course-instructor
	.course-author-box
	.auhtor-img
	img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.course-single
	.course-single-bottom
	.course-instructor
	.course-author-box
	.media-body {
	padding: 35px;
	-ms-flex-item-align: center;
	align-self: center;
}
@media (max-width: 375px) {
	.course-single
		.course-single-bottom
		.course-instructor
		.course-author-box
		.media-body {
		padding: 30px;
	}
}
.course-single
	.course-single-bottom
	.course-instructor
	.course-author-box
	.author-name {
	font-size: 24px;
	margin-top: -0.2em;
	margin-bottom: 10px;
}
.course-single
	.course-single-bottom
	.course-instructor
	.course-author-box
	.author-text {
	margin-bottom: 15px;
}
.course-single
	.course-single-bottom
	.course-instructor
	.course-author-box
	.author-meta
	a,
.course-single
	.course-single-bottom
	.course-instructor
	.course-author-box
	.author-meta
	span {
	color: var(--title-color);
	margin-right: 20px;
	font-weight: 500;
}
.course-single
	.course-single-bottom
	.course-instructor
	.course-author-box
	.author-meta
	a
	i,
.course-single
	.course-single-bottom
	.course-instructor
	.course-author-box
	.author-meta
	span
	i {
	margin-right: 8px;
	color: var(--theme-color);
}
.course-single
	.course-single-bottom
	.course-instructor
	.course-author-box
	.th-social {
	margin-top: 20px;
}
.course-single
	.course-single-bottom
	.course-instructor
	.course-author-box
	.th-social
	a {
	border-radius: 6px;
	--icon-size: 36px;
	font-size: 13px;
}
@media (max-width: 1199px) {
	.course-single .course-single-bottom .course-instructor .course-author-box {
		display: block;
	}
	.course-single
		.course-single-bottom
		.course-instructor
		.course-author-box
		.auhtor-img
		img {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.course-single .course-single-bottom .course-instructor .course-author-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 767px) {
	.course-single .course-single-bottom .course-instructor .course-author-box {
		display: block;
	}
	.course-single
		.course-single-bottom
		.course-instructor
		.course-author-box
		.auhtor-img
		img {
		width: 100%;
	}
}
.gallery-card {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
}
.gallery-card:after {
	content: '';
	position: absolute;
	inset: 0px;
	background: var(--black-color2);
	opacity: 0.7;
	border-radius: 24px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.gallery-card .gallery-img img {
	width: 100%;
}
.gallery-card .icon-btn {
	--btn-size: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid var(--white-color);
	color: var(--white-color);
	z-index: 1;
	opacity: 0;
}
.gallery-card .icon-btn:hover {
	background: var(--white-color);
	color: var(--theme-color);
}
.gallery-card:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery-card:hover .icon-btn {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
}
.story-img-box1 {
	position: relative;
	padding: 0 0 40px 156px;
	text-align: end;
}
.story-img-box1 .img1 {
	text-align: end;
}
.story-img-box1 .img1 img {
	border-radius: 30px;
}
.story-img-box1 .story-shape1-1 {
	position: absolute;
	inset: -120px -82px 0px 93px;
	z-index: -1;
}
.story-img-box1 .story-card {
	max-width: 340px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: start;
}
.story-img-box1 .year-counter {
	position: absolute;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	top: 0;
	left: 30px;
	border-radius: 0;
	padding-top: 152px;
	min-width: auto;
	max-width: 90px;
}
.story-img-box1 .year-counter:after {
	display: none;
}
.story-img-box1 .year-counter .year-counter_number {
	font-size: 74px;
	font-weight: 800;
	font-family: var(--title-font);
	margin-bottom: 0;
	line-height: 1;
}
.story-img-box1 .year-counter .year-counter_text {
	font-size: 18px;
	font-weight: 600;
	color: var(--theme-color2);
	font-family: var(--title-font);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	line-height: 1.7em;
	margin-bottom: -52px;
	margin-left: 12px;
}
.story-img-box1 .year-counter .year-counter_text span {
	color: var(--body-color);
	font-size: 30px;
	font-weight: 700;
}
@media (max-width: 1299px) {
	.story-img-box1 {
		padding: 0 0 90px 156px;
		margin-left: 0;
	}
	.story-img-box1 .year-counter {
		padding-top: 122px;
	}
	.story-img-box1 .year-counter .year-counter_number {
		font-size: 70px;
	}
	.story-img-box1 .year-counter .year-counter_text span {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	.story-img-box1 {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	.story-img-box1 {
		padding: 0 0 170px 150px;
	}
}
@media (max-width: 575px) {
	.story-img-box1 {
		padding: 0 0 170px 80px;
	}
	.story-img-box1 .year-counter {
		left: 0;
	}
	.story-img-box1 .year-counter .year-counter_text {
		margin-left: 0;
	}
	.story-img-box1 .year-counter .year-counter_number {
		font-size: 50px;
	}
	.story-img-box1 .story-shape1-1 {
		inset: -70px 0px 0px 0px;
	}
}
@media (max-width: 375px) {
	.story-img-box1 {
		padding: 0;
	}
	.story-img-box1 .story-card {
		max-width: none;
		position: relative;
		bottom: 0;
		left: 0;
		-webkit-animation: none !important;
		animation: none !important;
		width: 100%;
		margin-top: 20px;
	}
	.story-img-box1 .year-counter {
		position: relative;
		padding-top: 20px;
		max-width: none;
	}
	.story-img-box1 .year-counter .year-counter_text {
		-webkit-transform: none;
		transform: none;
		margin-left: 70px;
		max-width: 130px;
	}
}
.story-card {
	background: var(--white-color);
	-webkit-box-shadow:
		0px 16px 32px -4px rgba(12, 12, 13, 0.1),
		0px 4px 4px -4px rgba(12, 12, 13, 0.05);
	box-shadow:
		0px 16px 32px -4px rgba(12, 12, 13, 0.1),
		0px 4px 4px -4px rgba(12, 12, 13, 0.05);
	border-radius: 30px;
	padding: 40px;
}
.story-card .box-title {
	font-weight: 700;
}
.story-card .quote-icon {
	width: 31px;
	height: 28px;
	background: var(--theme-color2);
	position: absolute;
	right: 35px;
	top: 30px;
	z-index: 1;
}
@media (max-width: 575px) {
	.story-card {
		padding: 30px;
	}
}
@media (max-width: 1500px) {
	.story-bg-shape2-1 {
		display: none;
	}
}
.story-bg-shape2-2 img {
	height: 100%;
}
@media (max-width: 1299px) {
	.story-bg-shape2-2 {
		display: none;
	}
}
.story-img-box2 {
	position: relative;
}
.story-img-box2 .img1 img {
	width: 100%;
}
.story-img-box2 .story-img-shape2-1 {
	position: absolute;
	top: 72px;
	right: 40px;
}
@media (max-width: 1199px) {
	.story-img-box2 {
		display: inline-block;
	}
}
.event-slider1 {
	margin-right: -300px;
}
.event-slider1 .slider-pagination-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 300px;
	gap: 30px;
}
@media (min-width: 1922px) {
	.event-slider1 {
		margin-right: 0;
	}
	.event-slider1 .slider-pagination-wrap {
		margin-right: 0;
	}
}
@media (max-width: 1500px) {
	.event-slider1 {
		margin-right: 0;
	}
	.event-slider1 .slider-pagination-wrap {
		margin-right: 0;
	}
}
.event-card {
	background: var(--white-color);
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px;
	gap: 24px;
}
.event-card .box-img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	border-radius: 16px;
	overflow: hidden;
}
.event-card .box-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
@media (max-width: 1199px) {
	.event-card .box-img {
		max-width: 200px;
	}
}
@media (max-width: 991px) {
	.event-card .box-img {
		max-width: none;
	}
}
@media (max-width: 767px) {
	.event-card .box-img {
		max-width: 200px;
	}
}
.event-card .box-content {
	-ms-flex-item-align: center;
	align-self: center;
}
.event-card .box-title {
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
}
@media (max-width: 1299px) {
	.event-card .box-title {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.event-card .box-title {
		font-size: 20px;
	}
}
.event-card .event-meta-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px 24px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.event-card .event-meta-wrap .event-meta {
	font-size: 14px;
}
.event-card .event-meta-wrap .event-meta i {
	color: var(--theme-color);
	margin-right: 8px;
}
.event-card .event-speaker-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
}
.event-card .event-speaker-wrap .box-thumb {
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	overflow: hidden;
	-ms-flex-item-align: self-start;
	align-self: self-start;
}
.event-card .event-speaker-wrap .speaker-name {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	margin-top: -0.3em;
}
@media (max-width: 1299px) {
	.event-card .event-speaker-wrap .speaker-name {
		font-size: 16px;
	}
}
.event-card .event-speaker-wrap .speaker-desig {
	margin-bottom: -0.4em;
	font-size: 12px;
}
.event-card:hover .box-img img {
	-webkit-transform: scale(1.12) rotate(-2deg);
	transform: scale(1.12) rotate(-2deg);
}
@media (max-width: 575px) {
	.event-card {
		display: block;
	}
	.event-card .box-img {
		margin-bottom: 24px;
		max-width: none;
	}
	.event-card .box-img img {
		width: 100%;
	}
}
@media (max-width: 375px) {
	.event-card .box-title {
		font-size: 18px;
	}
}
.event-card2 {
	background: var(--smoke-color);
	border-radius: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px;
	gap: 60px;
}
@media (max-width: 1299px) {
	.event-card2 {
		gap: 40px;
	}
}
.event-card2 .box-img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	position: relative;
}
.event-card2 .box-img .thumb {
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid var(--white-color);
}
.event-card2 .box-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.event-card2 .box-img .box-date {
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--theme-color);
	top: 0;
	right: 0;
	font-size: 8px;
	font-weight: 500;
	font-family: var(--body-font);
	color: var(--white-color);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	border: 3px solid var(--white-color);
}
.event-card2 .box-img .box-date span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--title-font);
	letter-spacing: -0.02em;
	width: 100%;
	margin-bottom: -0.2em;
}
@media (max-width: 1199px) {
	.event-card2 .box-img {
		max-width: 200px;
	}
}
@media (max-width: 991px) {
	.event-card2 .box-img {
		max-width: none;
	}
}
@media (max-width: 767px) {
	.event-card2 .box-img {
		max-width: 200px;
	}
}
.event-card2 .box-content {
	-ms-flex-item-align: center;
	align-self: center;
}
.event-card2 .box-title {
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
	font-size: 28px;
}
@media (max-width: 1199px) {
	.event-card2 .box-title {
		font-size: 24px;
	}
}
.event-card2 .event-meta-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px 24px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.event-card2 .event-meta-wrap .event-meta {
	font-size: 14px;
}
.event-card2 .event-meta-wrap .event-meta i {
	color: var(--theme-color);
	margin-right: 8px;
}
.event-card2 .event-speaker-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}
.event-card2 .event-speaker-wrap .box-thumb {
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	overflow: hidden;
	-ms-flex-item-align: self-start;
	align-self: self-start;
}
.event-card2 .event-speaker-wrap .speaker-name {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	margin-top: -0.3em;
}
.event-card2 .event-speaker-wrap .speaker-desig {
	margin-bottom: -0.4em;
	font-size: 12px;
}
.event-card2 .btn-wrap {
	margin-left: auto;
	margin-right: 36px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.event-card2 .btn-wrap .th-btn {
	padding-left: 24px;
	padding-right: 24px;
}
@media (max-width: 1199px) {
	.event-card2 .btn-wrap {
		margin-right: 16px;
	}
}
.event-card2:hover .box-img img {
	-webkit-transform: scale(1.12) rotate(-2deg);
	transform: scale(1.12) rotate(-2deg);
}
@media (max-width: 991px) {
	.event-card2 {
		gap: 30px;
	}
	.event-card2 .box-img {
		max-width: 180px;
	}
	.event-card2 .box-title {
		font-size: 20px;
	}
	.event-card2 .event-speaker-wrap .speaker-name {
		font-size: 16px;
	}
	.event-card2 .btn-wrap {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.event-card2 {
		display: block;
	}
	.event-card2 .box-img {
		margin-bottom: 24px;
		max-width: none;
	}
	.event-card2 .box-img .thumb {
		border-radius: 20px;
	}
	.event-card2 .box-img .box-date {
		right: 20px;
		top: 20px;
	}
	.event-card2 .box-img img {
		width: 100%;
	}
	.event-card2 .btn-wrap {
		margin-top: 24px;
	}
}
@media (max-width: 375px) {
	.event-card2 .box-title {
		font-size: 18px;
	}
}
.event-details-map {
	border-radius: 24px;
	overflow: hidden;
	line-height: 0px;
}
.event-details-map iframe {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(50%) contrast(1.2) brightness(0.9);
	filter: grayscale(50%) contrast(1.2) brightness(0.9);
}
@media (max-width: 767px) {
	.event-details-map {
		border-radius: 16px;
	}
	.event-details-map iframe {
		height: 300px;
	}
}
.page-title {
	margin-bottom: 20px;
}
.page-img {
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 24px;
	position: relative;
}
.page-img img {
	width: 100%;
}
.page-img .tag {
	position: absolute;
	top: 40px;
	left: 40px;
	background: var(--theme-color2);
	color: var(--white-color);
	border-radius: 30px;
	padding: 2px 17px;
}
@media (max-width: 767px) {
	.page-img {
		border-radius: 10px;
	}
	.page-img .tag {
		top: 20px;
		left: 20px;
	}
}
.page-single {
	margin-bottom: 30px;
}
.campaign-area-1 {
	padding-bottom: calc(var(--section-space) + 80px);
}
.campaign-bg-shape1-3 {
	height: 80px;
}
.campaign-wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 30px;
	background: var(--white-color);
	padding: 30px;
	gap: 30px;
}
.campaign-wrap1 .campaign-thumb {
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	position: relative;
}
.campaign-wrap1 .campaign-thumb .campaign-thumb-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 130px;
	opacity: 0.25;
}
.campaign-wrap1 .campaign-thumb img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.campaign-wrap1 .esculion-form-v1 {
	border: 0;
	padding: 0;
	border-radius: 0;
	-ms-flex-item-align: center;
	align-self: center;
}
.campaign-wrap1 .esculion-form-v1 .esculion-card_progress-wrap {
	margin-top: 32px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--th-border-color);
	padding-bottom: 28px;
}
.campaign-wrap1 .esculion-form-v1 .esculion-card_progress-wrap .progress {
	background: #c5cecc;
	border-radius: 30px;
	height: 6px;
	overflow: inherit;
}
.campaign-wrap1
	.esculion-form-v1
	.esculion-card_progress-wrap
	.progress
	.progress-bar {
	background: var(--theme-color);
	border-radius: 30px;
	position: relative;
	overflow: inherit;
}
.campaign-wrap1
	.esculion-form-v1
	.esculion-card_progress-wrap
	.progress
	.progress-bar:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: var(--white-color);
	right: 0;
	top: 50%;
	border: 5px solid var(--theme-color);
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}
.campaign-wrap1 .esculion-form-v1 .esculion-card_progress-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.campaign-wrap1
	.esculion-form-v1
	.esculion-card_progress-content
	.esculion-card_goal,
.campaign-wrap1
	.esculion-form-v1
	.esculion-card_progress-content
	.esculion-card_raise {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--title-color);
}
.campaign-wrap1
	.esculion-form-v1
	.esculion-card_progress-content
	.esculion-card_goal
	.box-number,
.campaign-wrap1
	.esculion-form-v1
	.esculion-card_progress-content
	.esculion-card_raise
	.box-number {
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-top: 8px;
}
.campaign-wrap1
	.esculion-form-v1
	.esculion-card_progress-content
	.esculion-card_goal {
	text-align: end;
	color: var(--theme-color);
}
.campaign-wrap1 .esculion-form-v1 .escule-amount-button-list {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 40px;
}
.campaign-wrap1 .esculion-form-v1 .btn-wrap {
	gap: 12px;
}
.campaign-wrap1 .esculion-form-v1 .escule-input {
	margin-bottom: 0;
	background: var(--smoke-color);
	border-radius: 100px;
}
.campaign-wrap1 .esculion-form-v1 .escule-input input {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0);
	padding: 0 20px 0 16px;
	color: var(--body-color);
	font-size: 16px;
	font-weight: 600;
	height: 48px;
}
.campaign-wrap1 .esculion-form-v1 .escule-input .icon {
	background: rgba(0, 0, 0, 0);
	color: var(--body-color);
	width: auto;
	left: 16px;
	font-size: 16px;
	font-weight: 600;
}
.campaign-wrap1 .esculion-form-v1 .th-btn {
	padding: 17px 25px;
}
@media (max-width: 991px) {
	.campaign-wrap1 {
		display: block;
	}
	.campaign-wrap1 .campaign-thumb {
		margin-bottom: 30px;
	}
	.campaign-wrap1 .campaign-thumb img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 375px) {
	.campaign-wrap1 .esculion-form-v1 .title {
		font-size: 24px;
	}
}
.px-5 {
	padding-right: 5px;
	padding-left: 5px;
}
.px-10 {
	padding-right: 10px;
	padding-left: 10px;
}
.px-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.px-20 {
	padding-right: 20px;
	padding-left: 20px;
}
.px-25 {
	padding-right: 25px;
	padding-left: 25px;
}
.px-30 {
	padding-right: 30px;
	padding-left: 30px;
}
.px-35 {
	padding-right: 35px;
	padding-left: 35px;
}
.px-40 {
	padding-right: 40px;
	padding-left: 40px;
}
.px-45 {
	padding-right: 45px;
	padding-left: 45px;
}
.px-50 {
	padding-right: 50px;
	padding-left: 50px;
}
.py-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.py-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.py-35 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.py-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-45 {
	padding-left: 45px;
}
.pl-50 {
	padding-left: 50px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-25 {
	padding-right: 25px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-45 {
	padding-right: 45px;
}
.pr-50 {
	padding-right: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.mx-5 {
	margin-right: 5px;
	margin-left: 5px;
}
.mx-10 {
	margin-right: 10px;
	margin-left: 10px;
}
.mx-15 {
	margin-right: 15px;
	margin-left: 15px;
}
.mx-20 {
	margin-right: 20px;
	margin-left: 20px;
}
.mx-25 {
	margin-right: 25px;
	margin-left: 25px;
}
.mx-30 {
	margin-right: 30px;
	margin-left: 30px;
}
.mx-35 {
	margin-right: 35px;
	margin-left: 35px;
}
.mx-40 {
	margin-right: 40px;
	margin-left: 40px;
}
.mx-45 {
	margin-right: 45px;
	margin-left: 45px;
}
.mx-50 {
	margin-right: 50px;
	margin-left: 50px;
}
.my-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.my-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.my-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.my-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.my-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.my-35 {
	margin-top: 35px;
	margin-bottom: 35px;
}
.my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.my-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.my-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-35 {
	margin-left: 35px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-45 {
	margin-left: 45px;
}
.ml-50 {
	margin-left: 50px;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-35 {
	margin-right: 35px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-45 {
	margin-right: 45px;
}
.mr-50 {
	margin-right: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-80 {
	margin-bottom: 80px;
}
@media (max-width: 991px) {
	.mb-80 {
		margin-bottom: 60px;
	}
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-33 {
	margin-bottom: 33px;
}
.mb-28 {
	margin-bottom: 28px;
}
.mt-n1 {
	margin-top: -0.25rem;
}
.mt-n2 {
	margin-top: -0.45rem;
}
.mt-n3 {
	margin-top: -0.8rem;
}
.mt-n4 {
	margin-top: -1.5rem;
}
.mt-n5 {
	margin-top: -3rem;
}
.mb-n1 {
	margin-bottom: -0.25rem;
}
.mb-n2 {
	margin-bottom: -0.45rem;
}
.mb-n3 {
	margin-bottom: -0.8rem;
}
.mb-n4 {
	margin-bottom: -1.5rem;
}
.mb-n5 {
	margin-bottom: -3rem;
}
.space,
.space-top {
	padding-top: var(--section-space);
}
.space,
.space-bottom {
	padding-bottom: var(--section-space);
}
.space-extra,
.space-extra-top {
	padding-top: calc(var(--section-space) - 30px);
}
.space-extra,
.space-extra-bottom {
	padding-bottom: calc(var(--section-space) - 30px);
}
.space-extra2,
.space-extra2-top {
	padding-top: calc(var(--section-space) - 40px);
}
.space-extra2,
.space-extra2-bottom {
	padding-bottom: calc(var(--section-space) - 40px);
}
@media (max-width: 991px) {
	.space,
	.space-top {
		padding-top: var(--section-space-mobile);
	}
	.space,
	.space-bottom {
		padding-bottom: var(--section-space-mobile);
	}
	.space-extra,
	.space-extra-top {
		padding-top: calc(var(--section-space-mobile) - 30px);
	}
	.space-extra,
	.space-extra-bottom {
		padding-bottom: calc(var(--section-space-mobile) - 30px);
	}
	.space-top-md-none {
		padding-top: 0;
	}
	.space-extra2,
	.space-extra2-top {
		padding-top: calc(var(--section-space-mobile) - 30px);
	}
	.space-extra2,
	.space-extra2-bottom {
		padding-bottom: calc(var(--section-space-mobile) - 30px);
	}
}

@media (max-width: 960px) {
	.hero-style1_custom {
		background: rgba(0, 0, 0, 0.5);
		padding: 30px 30px 5px 30px;
		width: 100%;
	}
}

@media (min-width: 961px) {
	.hero-style1_custom {
		background: rgba(0, 0, 0, 0.5);
		padding: 30px 30px 5px 30px;
		width: 70%;
	}
}

.breadcumb-wrapper {
	position: relative;
	overflow: hidden;
}

/* Overlay layer */
.breadcumb-wrapper::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
	z-index: 1;
}

/* Keep content above the overlay */
.breadcumb-wrapper > * {
	position: relative;
	z-index: 2;
}

.blog-video a {
	display: inline-block;
}
.blog-audio .blog-date,
.blog-img .blog-date,
.blog-video .blog-date {
	position: absolute;
	left: 24px;
	top: 24px;
	background: var(--white-color);
	border-radius: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 800;
	font-family: var(--title-font);
	color: var(--title-color);
	gap: 10px;
	padding-left: 10px;
	z-index: 1;
}
.blog-audio .blog-date .year,
.blog-img .blog-date .year,
.blog-video .blog-date .year {
	background: var(--theme-color);
	color: var(--white-color);
	font-size: 14px;
	font-weight: 500;
	-webkit-writing-mode: sideways-lr;
	-ms-writing-mode: sideways-lr;
	writing-mode: sideways-lr;
	border-radius: 16px;
	padding: 6px 0px;
}
@media (max-width: 575px) {
	.blog-audio .blog-date,
	.blog-img .blog-date,
	.blog-video .blog-date {
		font-size: 24px;
	}
}
.blog-radius-img {
	border-radius: 24px;
	overflow: hidden;
}
.blog-title a {
	color: inherit;
}
.blog-title a:hover {
	color: var(--theme-color);
}
.th-blog {
	margin-bottom: 30px;
}
.blog-inner-title {
	margin-top: -0.3em;
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -0.02em;
}
.blog-inner-title i {
	color: var(--theme-color);
	margin-right: 8px;
}
