:root {
	--theme-color: #FE750B;
	--body-bg: #ffffff;
	--body-color: #747373;
	--title-color: #103741;
	--secondary-color: #1CBBB4;
	--smoke-color: #F9F6EF;
	--light-color: #f8f9fa;
	--black-color: #000000;
	--white-color: #ffffff;
	--yellow-color: #fec624;
	--success-color: #28a745;
	--error-color: #dc3545;
	--border-color: #D8DDE1;
	--title-font: "Fredoka", sans-serif;
	--body-font: "League Spartan", sans-serif;
	--icon-font: "Font Awesome 6 Pro";
	--main-container: 1220px;
	--container-gutters: 30px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 60px;
	--ripple-ani-duration: 5s;
	border: none
}

html,
body {
	scroll-behavior: auto !important
}

body {
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--body-color);
	background-color: var(--body-bg);
	line-height: 28px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}

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;
	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(--border-color)
}

th {
	font-weight: 700;
	color: var(--title-color)
}

td,
th {
	border: 1px solid var(--border-color);
	padding: 9px 12px
}

a {
	color: var(--theme-color);
	text-decoration: none;
	outline: 0;
	transition: all ease .4s
}

a:hover {
	color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0
}

button {
	transition: all ease .4s
}

img {
	border: none;
	max-width: 100%
}

ins {
	text-decoration: none
}

pre {
	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 {
	margin: 0 0 18px 0;
	color: var(--body-color);
	line-height: 1.63
}

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
}

.fa,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-sharp,
.fa-sharp-duotone,
.fa-sharp-solid,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fasds,
.fasl,
.fasr,
.fass,
.fast,
.fat {
	line-height: inherit
}

.svg-hidden {
	position: absolute;
	width: 0;
	height: 0
}

.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: 600;
	line-height: 1.2;
	margin: 0 0 15px 0
}

.h1,
h1 {
	font-size: 48px
}

.h2,
h2 {
	font-size: 40px
}

.h3,
h3 {
	font-size: 36px
}

.h4,
h4 {
	font-size: 30px
}

.h5,
h5 {
	font-size: 24px
}

.h6,
h6 {
	font-size: 20px
}

@media(max-width: 1199px) {

	.h1,
	h1 {
		font-size: 40px
	}

	.h2,
	h2 {
		font-size: 36px
	}

	.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: 36px
	}

	.h2,
	h2 {
		font-size: 30px
	}

	.h3,
	h3 {
		font-size: 26px
	}

	.h4,
	h4 {
		font-size: 22px
	}

	.h5,
	h5 {
		font-size: 18px
	}

	.h6,
	h6 {
		font-size: 16px
	}
}

@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)
	}
}

@media only screen and (max-width: 1600px) {
	.container-fluid.px-0 {
		--bs-gutter-x: 30px;
		padding-left: calc(var(--bs-gutter-x)/2) !important;
		padding-right: calc(var(--bs-gutter-x)/2) !important
	}

	.container-fluid.px-0 .row {
		margin-left: calc(var(--bs-gutter-x)/-2) !important;
		margin-right: calc(var(--bs-gutter-x)/-2) !important
	}
}

.container-style1 {
	max-width: 1920px
}

@media(min-width: 767px) {
	.row:not([class*=gx-]) {
		--bs-gutter-x: 1.5rem
	}
}

.gy-gx {
	--bs-gutter-y: var(--bs-gutter-x)
}

.gy-30 {
	--bs-gutter-y: 30px
}

@media(min-width: 1500px) {
	.gx-25 {
		--bs-gutter-x: 25px
	}

	.gx-75 {
		--bs-gutter-x: 75px
	}

	.gx-70 {
		--bs-gutter-x: 70px
	}

	.gx-80 {
		--bs-gutter-x: 80px
	}

	.gx-60 {
		--bs-gutter-x: 60px
	}

	.gx-40 {
		--bs-gutter-x: 40px
	}
}

select,
.form-control,
.form-select,
textarea,
input {
	height: 60px;
	padding: 0 45px 0 30px;
	border: 1px solid var(--border-color);
	color: var(--body-color);
	background-color: var(--body-bg);
	border-radius: 9999px;
	border-radius: 0;
	font-size: 16px;
	width: 100%
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
	outline: 0;
	box-shadow: none;
	background-color: var(--body-bg)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-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::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
	color: var(--body-color)
}

.form-select,
select {
	display: block;
	width: 100%;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 26px center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

textarea.form-control,
textarea {
	min-height: 150px;
	padding-top: 16px;
	padding-bottom: 17px;
	border-radius: 0
}

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(--body-bg);
	border: 1px solid var(--border-color);
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px
}

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: -4px;
	width: 20px;
	height: 20px;
	padding-left: .5px;
	font-size: .4em;
	line-height: 18.95px;
	text-align: center;
	border: 1px solid var(--theme-color);
	border-radius: 100%;
	font-weight: 700;
	background: var(--body-bg);
	color: rgba(0, 0, 0, 0);
	transition: all .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: .5em;
	margin-top: -0.3em;
	display: block;
	color: var(--title-color);
	font-family: var(--body-font);
	font-size: 16px
}

.form-group {
	margin-bottom: var(--bs-gutter-x);
	position: relative
}

.form-group>i {
	position: absolute;
	right: calc(var(--bs-gutter-x)/2 + 30px);
	top: 21px;
	font-size: 16px;
	color: #a0abb4
}

.form-group.has-label>i {
	top: 50px
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
	border: 1px solid var(--error-color) !important;
	background-position: right calc(.375em + .8875rem) center;
	background-image: none
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
	outline: 0;
	box-shadow: none
}

textarea.is-invalid {
	background-position: top calc(.375em + .5875rem) right calc(.375em + .8875rem)
}

.row.no-gutters>.form-group {
	margin-bottom: 0
}

.form-messages {
	display: none;
	margin: 0;
	padding: 10px 15px;
	margin-top: 15px;
	border-radius: 4px
}

.form-messages>pre:last-child {
	margin-bottom: 0
}

.form-messages>pre:first-of-type {
	margin-top: 0
}

.form-messages.success {
	background-color: var(--success-color);
	color: var(--white-color);
	display: block
}

.form-messages.error {
	background-color: var(--error-color);
	color: var(--white-color);
	display: block
}

.form-messages pre {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	color: inherit
}

.row>.slick-list {
	padding-left: 0;
	padding-right: 0
}

.slick-track>[class*=col] {
	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)
}

.slick-track {
	min-width: 100%
}

.slick-slide img {
	display: inline-block
}

.slick-dots {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 40px 0;
	line-height: 0;
	text-align: center;
	height: -moz-max-content;
	height: max-content;
	line-height: 0
}

.slick-dots li {
	display: inline-block;
	margin-right: 15px
}

.slick-dots li:last-child {
	margin-right: 0
}

.slick-dots button {
	font-size: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	line-height: 0;
	border: none;
	background-color: var(--theme-color);
	transition: all ease .4s;
	position: relative;
	border-radius: 50%
}

.slick-dots button:before {
	content: "";
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: 2px solid var(--theme-color);
	border-radius: 50%;
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden
}

.slick-dots button:hover {
	background-color: var(--secondary-color)
}

.slick-dots button:hover:before {
	border-color: var(--secondary-color)
}

.slick-dots .slick-active button:before {
	opacity: 1;
	visibility: visible
}

.slick-arrow {
	display: inline-block;
	border: none;
	padding: 0;
	position: absolute;
	top: 50%;
	left: var(--pos-x, -90px);
	font-size: var(--icon-font-size, 18px);
	background-color: var(--secondary-color);
	color: var(--white-color);
	width: var(--icon-size, 46px);
	height: var(--icon-size, 46px);
	margin-top: calc(var(--icon-size, 46px)/-2);
	z-index: 2;
	border-radius: 50%
}

.slick-arrow:after,
.slick-arrow:before {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-color: var(--title-color);
	z-index: -1;
	border-radius: inherit;
	transform: scale(0.3);
	transition: all ease .6s;
	transform-origin: right center;
	opacity: 0;
	visibility: hidden
}

.slick-arrow:after {
	transform-origin: left center
}

.slick-arrow:hover {
	color: var(--white-color)
}

.slick-arrow:hover:after,
.slick-arrow:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1.001)
}

.slick-arrow i {
	line-height: calc(var(--icon-size, 46px) + 2px)
}

.slick-arrow.default {
	position: relative;
	--pos-x: 0;
	margin-top: 0
}

.slick-arrow.slick-next {
	right: var(--pos-x, -90px);
	left: auto
}

.slick-arrow:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.arrow-margin .slick-arrow {
	top: calc(50% - 15px)
}

@media(max-width: 1500px) {
	.slick-arrow {
		--arrow-horizontal: -20px
	}
}

@media(max-width: 1399px) {
	.slick-arrow {
		--arrow-horizontal: 40px
	}
}

@media(max-width: 991px) {
	.slick-arrow {
		--icon-size: 40px
	}

	.slick-arrow.slick-next {
		margin-right: 0;
		margin-left: 40px
	}

	.slick-dots {
		margin: 8px 0 38px 0
	}
}

.vs-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	width: 0;
	width: 100%;
	height: 100%;
	transition: all ease .8s;
	opacity: 0;
	visibility: hidden
}

.vs-menu-wrapper .mobile-logo {
	padding: 20px 20px 30px 20px;
	display: block;
	text-align: left;
	background-color: var(--smoke-color)
}

.vs-menu-wrapper .mobile-logo svg {
	max-width: 185px
}

.vs-menu-wrapper .vs-menu-toggle {
	border: none;
	font-size: 22px;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0;
	line-height: 1;
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-size: 18px;
	z-index: 1;
	color: var(--white-color);
	background-color: var(--theme-color);
	border-radius: 50%
}

.vs-menu-wrapper .vs-menu-toggle:hover {
	background-color: var(--secondary-color);
	color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
	width: 100%;
	max-width: 310px;
	background-color: var(--body-bg);
	border-right: 3px solid var(--theme-color);
	height: 100%;
	position: relative;
	left: -110%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 1s;
	z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
	opacity: 1;
	visibility: visible
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
	left: 0;
	opacity: 1;
	visibility: visible
}

.vs-mobile-menu {
	overflow-y: scroll;
	max-height: calc(500vh - 200px);
	padding-bottom: 30px;
	margin-top: 20px;
	text-align: left
}

.vs-mobile-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(28, 187, 180, .2);
	background-color: var(--title-color)
}

.vs-mobile-menu::-webkit-scrollbar {
	width: 3px;
	background-color: var(--white-color)
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
	background-color: var(--title-color)
}

.vs-mobile-menu ul {
	margin: 0;
	padding: 0 0
}

.vs-mobile-menu ul li {
	border-bottom: 1px solid var(--border-color);
	list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
	border-top: 1px solid var(--border-color)
}

.vs-mobile-menu ul li a {
	display: block;
	position: relative;
	padding: 12px 0;
	line-height: 1;
	font-size: 14px;
	text-transform: capitalize;
	color: var(--title-color);
	font-weight: 500;
	font-family: var(--title-font)
}

.vs-mobile-menu ul li a:before {
	content: "ï„…";
	font-family: var(--icon-font);
	position: relative;
	left: 0;
	top: 0;
	margin-right: 10px;
	display: inline-block
}

.vs-mobile-menu ul li.vs-active>a {
	color: var(--theme-color)
}

.vs-mobile-menu ul li.vs-active>a:before {
	transform: rotate(90deg)
}

.vs-mobile-menu ul li ul li {
	padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
	border-bottom: none
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: 700;
	font-size: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	display: inline-block;
	text-align: center;
	background-color: var(--smoke-color);
	color: var(--title-color);
	box-shadow: 0 0 20px -8px rgba(254, 117, 11, .5);
	border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
	content: "ï§";
	font-family: var(--icon-font)
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
	content: "ï¨"
}

.vs-mobile-menu>ul {
	padding: 0 20px
}

.vs-mobile-menu>ul>li:last-child {
	border-bottom: none
}

.vs-menu-toggle {
	width: 50px;
	height: 50px;
	padding: 0;
	font-size: 24px;
	border: none;
	background-color: var(--theme-color);
	color: var(--white-color);
	display: inline-block;
	border-radius: 0
}

@media(max-width: 400px) {
	.vs-menu-wrapper .vs-menu-area {
		width: 100%;
		max-width: 270px
	}

	.vs-mobile-menu>ul {
		padding: 0 20px
	}
}

.preloader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background-color: var(--body-bg)
}

.preloader .vs-btn {
	padding: 15px 20px;
	border-radius: 0;
	font-size: 14px
}

.preloader-inner {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 0
}

.preloader-inner img {
	display: block;
	margin: 0 auto 10px auto
}

.ajax-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: 0 0;
	transform: rotate(90deg) translate(-50%, -50%);
	font-size: 50px;
	width: 112px;
	height: 310px;
	color: var(--theme-color)
}

@media(max-width: 767px) {
	.ajax-loader {
		width: 67px;
		height: 185px;
		font-size: 30px
	}
}

.ajax-loader .paw {
	width: 1em;
	height: 1em;
	animation: 2050ms pawAnimation ease-in-out infinite;
	opacity: 0
}

.ajax-loader .paw svg {
	width: 100%;
	height: 100%
}

.ajax-loader .paw .icon {
	fill: currentColor
}

.ajax-loader .paw:nth-child(odd) {
	transform: rotate(-10deg)
}

.ajax-loader .paw:nth-child(even) {
	transform: rotate(10deg) translate(125%, 0)
}

.ajax-loader .paw:nth-child(1) {
	animation-delay: 1.25s
}

.ajax-loader .paw:nth-child(2) {
	animation-delay: 1s
}

.ajax-loader .paw:nth-child(3) {
	animation-delay: 0.75s
}

.ajax-loader .paw:nth-child(4) {
	animation-delay: 0.5s
}

.ajax-loader .paw:nth-child(5) {
	animation-delay: 0.25s
}

.ajax-loader .paw:nth-child(6) {
	animation-delay: 0s
}

.no-cssanimations .ajax-loader .paw {
	opacity: 1
}

@keyframes pawAnimation {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.vs-btn {
	display: inline-block;
	text-align: center;
	color: var(--white-color);
	background-color: var(--secondary-color);
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	line-height: 1;
	padding: 17.5px 33.3px 16.5px 33.3px;
	border-radius: 9999px;
	transition: all ease .4s;
	position: relative;
	z-index: 1
}

.vs-btn i {
	margin-left: 10px
}

.vs-btn:after,
.vs-btn:before {
	content: "";
	position: absolute;
	top: var(--bg-shape-gap, 2px);
	right: var(--bg-shape-gap, 2px);
	bottom: var(--bg-shape-gap, 2px);
	left: var(--bg-shape-gap, 2px);
	background-color: var(--title-color);
	z-index: -1;
	border-radius: inherit;
	transform: scale(0.3);
	transition: all ease .6s;
	transform-origin: right center;
	opacity: 0;
	visibility: hidden
}

.vs-btn:after {
	transform-origin: left center
}

.vs-btn:hover {
	color: var(--white-color)
}

.vs-btn:hover:after,
.vs-btn:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1.001)
}

.vs-btn.style2 {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.vs-btn.style3 {
	background-color: var(--white-color);
	border: 1px solid var(--border-color);
	color: var(--theme-color);
	padding: 12.5px 27px;
	--bg-shape-gap: 0
}

.vs-btn.style3:hover {
	color: var(--white-color)
}

.vs-btn.style4 {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid var(--theme-color);
	--bg-shape-gap: -1px
}

.vs-btn.style4::before,
.vs-btn.style4::after {
	background-color: var(--theme-color)
}

.vs-btn.style5 {
	background-color: var(--title-color);
	color: var(--white-color)
}

.icon-btn {
	display: inline-block;
	width: var(--icon-size, 50px);
	height: var(--icon-size, 50px);
	line-height: calc(var(--icon-size, 50px) - 3px);
	font-size: 18px;
	border: 2px solid var(--secondary-color);
	color: var(--title-color);
	border-radius: 100%;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	position: relative;
	z-index: 1
}

.icon-btn:after,
.icon-btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--title-color);
	z-index: -1;
	border-radius: inherit;
	transform: scale(0.3);
	transition: all ease .6s;
	transform-origin: right center;
	opacity: 0;
	visibility: hidden
}

.icon-btn:after {
	transform-origin: left center
}

.icon-btn .badge {
	padding: 0;
	line-height: 1;
	width: 20px;
	height: 20px;
	line-height: 23px;
	font-size: 12px;
	font-family: var(--body-font)
}

.icon-btn:hover {
	color: var(--white-color)
}

.icon-btn:hover:after,
.icon-btn:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1.001)
}

.icon-btn.style2 {
	background-color: var(--theme-color);
	color: var(--white-color);
	border: none;
	line-height: var(--icon-size, 50px)
}

.icon-btn.style2::before,
.icon-btn.style2::after {
	background-color: var(--white-color)
}

.icon-btn.style2:Hover {
	color: var(--theme-color)
}

.icon-btn.style3 {
	background-color: var(--secondary-color);
	color: var(--white-color);
	border: none;
	line-height: var(--icon-size, 50px)
}

.icon-btn.style3::before,
.icon-btn.style3::after {
	background-color: var(--white-color)
}

.icon-btn.style3:Hover {
	color: var(--theme-color)
}

.icon-btn.style4 {
	background-color: var(--smoke-color);
	color: var(--title-color);
	border: none;
	line-height: var(--icon-size, 50px)
}

.icon-btn.style4:hover {
	color: var(--white-color)
}

.play-btn {
	display: inline-block;
	position: relative;
	z-index: 1
}

.play-btn>i {
	display: inline-block;
	width: var(--icon-size, 124px);
	height: var(--icon-size, 124px);
	line-height: var(--icon-size, 124px);
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: var(--icon-font-size, 1.5em);
	border-radius: 50%;
	z-index: 1;
	transition: all ease .4s
}

.play-btn:after,
.play-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--theme-color);
	z-index: -1;
	border-radius: 50%;
	transition: all ease .4s
}

.play-btn:after {
	animation-delay: 2s
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.link-btn {
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	line-height: .8;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: -2px;
	text-transform: capitalize
}

.link-btn i {
	margin-left: 7px;
	font-size: .9rem
}

.link-btn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--theme-color);
	transition: all ease .4s
}

.link-btn:hover {
	color: var(--theme-color)
}

.link-btn:hover::before {
	width: 100%
}

.read-more-btn {
	color: var(--theme-color);
	text-transform: uppercase;
	display: inline-block;
	font-size: 16px;
	font-family: var(--body-font);
	position: relative;
	font-weight: 600;
	padding: 0 0 2px 0;
	line-height: 1
}

.read-more-btn:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 15px;
	transition: all ease .4s;
	background-color: var(--secondary-color);
	border-radius: 20px
}

.read-more-btn i {
	margin-left: 7px
}

.read-more-btn:hover {
	color: var(--secondary-color)
}

.read-more-btn:hover:before {
	width: 40px
}

.scroll-btn {
	position: fixed;
	bottom: 300px;
	right: 30px;
	z-index: 94;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	border-radius: 50%
}

.scroll-btn i {
	display: inline-block;
	background-color: var(--theme-color);
	color: var(--white-color);
	text-align: center;
	font-size: 16px;
	width: var(--btn-size, 50px);
	height: var(--btn-size, 50px);
	line-height: var(--btn-size, 50px);
	z-index: 2;
	border-radius: inherit;
	position: relative;
	transition: all ease .8s
}

.scroll-btn:before {
	content: "";
	position: absolute;
	left: var(--extra-shape, -6px);
	top: var(--extra-shape, -6px);
	right: var(--extra-shape, -6px);
	bottom: var(--extra-shape, -6px);
	background-color: var(--body-bg);
	border-radius: inherit;
	z-index: 1;
	transition: all ease .4s
}

.scroll-btn:focus i,
.scroll-btn:hover i {
	background-color: var(--secondary-color);
	color: var(--white-color)
}

.scroll-btn.show {
	bottom: 120px;
	opacity: 1;
	visibility: visible
}

@media(max-width: 767px) {
	.scroll-btn {
		--btn-size: 40px;
		--extra-shape: -4px;
		right: 15px;
		bottom: 50px
	}

	.scroll-btn.show {
		bottom: 15px
	}
}

.scrollToTop {
	position: fixed;
	right: 60px;
	bottom: 500px;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	z-index: 96
}

.scrollToTop.show {
	bottom: 60px;
	opacity: 1;
	visibility: visible
}

@media(max-width: 1199px) {
	.vs-btn {
		padding: 14px 25px 13px 25px;
		font-size: 14px
	}
}

@media(max-width: 767px) {
	.play-btn {
		--icon-size: 60px
	}

	.scrollToTop {
		right: 20px
	}

	.scrollToTop.show {
		bottom: 20px
	}
}

.sec-subtitle {
	font-size: 16px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	color: var(--theme-color);
	margin-top: -0.35em;
	margin-bottom: 19px;
	font-family: var(--title-font)
}

.sec-subtitle img {
	vertical-align: middle;
	position: relative;
	top: -0.15em
}

.sec-subtitle img:last-child {
	margin-right: 0;
	margin-left: 10px
}

.sec-subtitle img:first-child {
	margin-right: 10px;
	margin-left: 0
}

.sec-title {
	font-size: 48px;
	line-height: 1.14;
	margin-top: -0.25em;
	margin-bottom: 30px
}

.sec-text {
	margin-bottom: 30px;
	margin-top: -0.26em
}

.title-area {
	margin-bottom: calc(var(--section-title-space) - 10px)
}

.sec-btns {
	margin-bottom: var(--section-title-space)
}

.sec-btns .slick-arrow:not(:last-child) {
	margin-right: 10px
}

.sec-btns .icon-btn:not(:last-child) {
	margin-right: 5px
}

@media(max-width: 1199px) {
	.sec-title {
		font-size: 40px
	}
}

@media(max-width: 991px) {
	.sec-btns {
		margin-bottom: 40px
	}

	.title-area {
		margin-bottom: 30px
	}

	.sec-title {
		font-size: 36px
	}

	.sec-subtitle {
		font-size: 14px;
		margin-bottom: 10px
	}
}

@media(max-width: 767px) {
	.sec-title {
		font-size: 30px;
		margin-bottom: 20px
	}
}

.image-scale-hover {
	overflow: hidden
}

.image-scale-hover img {
	transition: all ease .4s;
	transform: scale(1.001)
}

.image-scale-hover:hover img {
	transform: scale(1.2)
}

.z-index-step1 {
	position: relative;
	z-index: 4 !important
}

.z-index-common {
	position: relative;
	z-index: 3
}

.z-index-n1 {
	z-index: -1
}

.media-body {
	flex: 1
}

.badge {
	position: absolute;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	padding: .35em .55em;
	border-radius: 50%
}

.rounded-20 {
	border-radius: 20px
}

@media(min-width: 1921px) {
	.d-hd-none {
		display: none !important
	}
}

.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-xs {
	font-size: 14px
}

.fs-20 {
	font-size: 20px
}

@media(max-width: 767px) {

	.fs-20,
	.fs-md {
		font-size: 16px
	}
}

.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-smoke {
	background-color: var(--smoke-color)
}

.text-theme {
	color: var(--theme-color)
}

.text-secondary {
	color: var(--secondary-color);
	--bs-secondary-rgb: 28, 187, 180
}

.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%;
	transform: translate(-50%, -50%)
}

[data-overlay] {
	position: relative
}

[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-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
}

.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
	animation: jumpping var(--duration, 6s) infinite linear
}

.jump-reverse-img,
.jump-img {
	--duration: 5s
}

.jump-reverse-img,
.jump-reverse {
	--jump-y: -20px
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
	animation: rotate var(--duration, 12s) infinite linear
}

.rotate-reverse-img,
.rotate-img {
	--duration: 40s
}

.rotate-reverse {
	--rotate-angle: -360deg
}

.fadeInUp {
	animation-name: fadeInUp
}

.wow-animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.fadein {
	--animation-name: fadein-custom
}

.slideinup {
	--animation-name: slideinup
}

.slideindown {
	--animation-name: slideindown
}

.slideinleft {
	--animation-name: slideinleft
}

.slideinright {
	--animation-name: slideinright
}

.wow-animated,
.animated {
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-duration: 1s;
	animation-delay: .3s;
	animation-name: var(--animation-name)
}

.ripple-animation {
	animation-duration: var(--ripple-ani-duration);
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: ripple
}

.img-open-left {
	animation: img-open-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) .4s;
	opacity: 0
}

@keyframes ripple {
	0% {
		transform: scale(1);
		opacity: 0
	}

	30% {
		opacity: .4
	}

	100% {
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(var(--rotate-angle, 360deg))
	}
}

@keyframes slideinup {
	0% {
		opacity: 0;
		transform: translateY(70px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes slideindown {
	0% {
		opacity: 0;
		transform: translateY(-70px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes slideinleft {
	0% {
		opacity: 0;
		transform: translateX(-70px)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes slideinright {
	0% {
		opacity: 0;
		transform: translateX(70px)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes fadein-custom {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg)
	}
}

@keyframes jumpping {

	0%,
	100% {
		transform: translate3d(0, 0, 0)
	}

	40% {
		transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0))
	}
}

@keyframes img-open-left {
	0% {
		transform: translateX(-5%);
		clip-path: inset(0 100% 0 0);
		opacity: 0
	}

	100% {
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		opacity: 1
	}
}

@keyframes bounceonhover {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(-8px)
	}

	100% {
		transform: translateX(0)
	}
}

.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
	list-style: none;
	margin: 0 0 -23px 0;
	padding: 0
}

.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: var(--body-color);
	border-bottom: 1px solid var(--border-color);
	padding: 0 0 16px 0;
	margin: 0 0 20px 0;
	line-height: 1;
	border-radius: 0
}

.widget_nav_menu a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
	content: "ï¼";
	font-family: var(--icon-font);
	font-weight: 400;
	margin-right: 10px
}

.widget_nav_menu a:after,
.widget_pages a:after,
.widget_archive a:after,
.widget_categories a:after {
	content: "ï¡";
	font-family: var(--icon-font);
	position: absolute;
	right: 0
}

.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
	color: var(--theme-color)
}

.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
	display: block;
	position: relative
}

.widget_nav_menu li:last-child>a,
.widget_pages li:last-child>a,
.widget_archive li:last-child>a,
.widget_categories li:last-child>a {
	border-bottom: none;
	padding-bottom: 0
}

.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
	margin-left: 10px
}

.widget_nav_menu .sub-menu {
	margin-left: 10px
}

.wp-block-archives {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
	color: inherit
}

.vs-blog ul.wp-block-archives li {
	margin: 5px 0
}

@media(max-width: 767px) {

	.widget_nav_menu a a,
	.widget_pages a a,
	.widget_archive a a,
	.widget_categories a {
		display: block;
		font-size: 14px;
		padding: 0px 0 15px 0;
		margin: 0 0 14px 0
	}
}

.widget {
	padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
	position: relative;
	margin-bottom: 40px;
	background-color: var(--smoke-color);
	border-radius: 20px
}

.widget select,
.widget input {
	height: 60px;
	border: none;
	background-color: var(--input-bg, #F0F4F5);
	border-radius: 9999px
}

.widget_title {
	position: relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 1em;
	margin: -0.13em 0 30px 0;
	padding: 0 0 17px 0;
	font-family: var(--title-font);
	z-index: 1
}

.widget_title:after,
.widget_title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 30px;
	background-color: var(--theme-color);
	border-radius: 20px;
	z-index: -1
}

.widget_title:after {
	right: 0;
	width: auto;
	z-index: -2;
	background-color: var(--border-color)
}

.widget_vs_btns .vs-btn {
	width: 100%;
	margin-bottom: 15px;
	padding: 18.5px 33.3px 17.5px 33.3px;
	border-radius: 10px
}

.widget_vs_btns .vs-btn:last-child {
	margin-bottom: 0
}

.widget_vs_btns .vs-btn i {
	margin-right: 10px;
	margin-left: 0
}

.widget .search-form {
	position: relative
}

.widget .search-form input {
	padding-right: 60px;
	background-color: var(--white-color);
	border-radius: 20px;
	border: none;
	padding-left: 20px
}

.widget .search-form button {
	display: inline-block;
	border: none;
	background-color: var(--theme-color);
	color: var(--white-color);
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	position: absolute;
	padding: 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-radius: 20px
}

.widget .search-form button:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: var(--body-color);
	background-color: var(--white-color);
	border-radius: 15px;
	padding: 12px 19px;
	margin-right: 10px;
	margin-bottom: 15px
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.tagcloud {
	margin-right: -10px;
	margin-bottom: -15px
}

.recent-post {
	display: flex;
	align-items: center;
	margin-bottom: 25px
}

.recent-post:last-child {
	margin-bottom: 0
}

.recent-post .media-img {
	width: 85px;
	margin-right: 15px;
	border-radius: 15px;
	overflow: hidden
}

.recent-post .media-img img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1.001) rotate(0deg)
}

.recent-post .post-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	margin: -0.3em 0 11px 0
}

.recent-post .recent-post-meta {
	line-height: 1
}

.recent-post .recent-post-meta a {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
	color: var(--body-color)
}

.recent-post .recent-post-meta a i {
	margin-right: 5px;
	color: var(--theme-color)
}

.recent-post .recent-post-meta a:hover {
	color: var(--theme-color)
}

.recent-post:hover .media-img img {
	transform: scale(1.1) rotate(4deg)
}

.sidebar-gallery:not(.vs-carousel) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px
}

@media(max-width: 1199px) {
	.widget {
		--widget-padding-y: 30px;
		--widget-padding-x: 30px
	}

	.recent-post .post-title {
		font-size: 16px;
		line-height: 1.3
	}

	.wp-block-tag-cloud a,
	.tagcloud a {
		font-size: 14px;
		border-radius: 12px;
		padding: 9px 16px;
		margin-right: 6px;
		margin-bottom: 11px
	}
}

@media(max-width: 991px) {
	.sidebar-area {
		padding-top: 30px
	}
}

@media(max-width: 767px) {
	.widget_title {
		font-size: 22px
	}

	.sidebar-area .comment-list .comment-author {
		font-size: 18px
	}

	.sidebar-area .comment-list .comment-text {
		font-size: 14px
	}
}

@media(max-width: 575px) {
	.widget {
		padding: 30px 20px
	}
}

.footer-widget {
	margin-bottom: 45px
}

.footer-widget,
.footer-widget .widget {
	padding: 0;
	border: none;
	padding-bottom: 0;
	background-color: rgba(0, 0, 0, 0)
}

.footer-widget .widget_title {
	font-size: 24px;
	color: var(--white-color);
	margin-bottom: 48px;
	padding-bottom: 15px;
	font-family: var(--title-font)
}

.footer-widget .widget_title img {
	vertical-align: top;
	margin-right: 10px
}

.footer-widget .widget_title:after {
	display: none
}

.footer-widget .widget_title::before {
	height: 2px;
	width: 105px;
	right: auto;
	background-image: linear-gradient(to right, #FE750B 0%, #713405 70%)
}

.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
	margin-bottom: 45px
}

.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: -0.25em;
	margin-bottom: 0
}

.footer-widget.widget_meta ul ul,
.footer-widget.widget_pages ul ul,
.footer-widget.widget_archive ul ul,
.footer-widget.widget_categories ul ul,
.footer-widget.widget_nav_menu ul ul {
	margin-top: 0
}

.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 {
	width: -moz-max-content;
	width: max-content;
	display: block;
	border: none;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 17px;
	max-width: 100%;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	color: var(--white-color);
	padding-left: 20px
}

.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::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;
	font-family: var(--icon-font);
	font-weight: 400;
	left: 0;
	top: 50%;
	height: 10px;
	margin-top: -5px;
	font-size: 18px;
	display: inline-block;
	line-height: 10px;
	transition: all ease .4s;
	color: var(--white-color)
}

.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 {
	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 {
	color: var(--theme-color);
	animation: bounceonhover .6s infinite linear
}

.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 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;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	color: var(--body-color);
	line-height: 1
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
	margin-bottom: 0
}

.footer-title-big {
	font-size: 96px;
	color: var(--white-color);
	line-height: 1;
	margin: -0.13em 0 22px 0;
	position: relative;
	z-index: 1
}

.footer-info-text {
	font-size: 18px;
	color: var(--white-color);
	position: relative;
	z-index: 1
}

.special-btn {
	position: relative
}

.special-btn:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	transform: translate(0, -50%);
	border: 1px solid var(--white-color);
	opacity: .2
}

.special-btn .btn-img {
	position: relative;
	width: -moz-max-content;
	width: max-content;
	margin: -155px 0 -39px auto
}

.special-btn .btn-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 152px;
	height: 152px;
	line-height: 152px;
	display: inline-block;
	text-align: center;
	background-color: var(--black-color);
	color: var(--white-color);
	text-transform: uppercase;
	border-radius: 50%;
	z-index: 1;
	font-size: 16px;
	font-weight: 600;
	transition: all ease .4s
}

.special-btn .btn-text:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.footer-social a {
	display: inline-block;
	color: #f9f6ef;
	border: 1px solid rgba(249, 246, 239, .4);
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 7px
}

.footer-social a:last-child {
	margin-right: 0
}

.footer-social a.active,
.footer-social a:hover {
	color: var(--theme-color);
	border-color: var(--theme-color);
	background-color: rgba(0, 0, 0, 0)
}

.footer-social a.active:hover {
	background-color: var(--secondary-color);
	color: var(--white-color)
}

.footer-social2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
	z-index: 1
}

.footer-social2 i {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: var(--white-color);
	color: var(--title-color);
	border-radius: 50%;
	transition: all ease .4s
}

.footer-social2 a {
	display: inline-block;
	text-transform: capitalize;
	color: var(--white-color);
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 18px;
	margin-right: 10px
}

.footer-social2 a:last-child {
	margin-right: 0
}

.footer-social2 a:hover {
	color: var(--theme-color)
}

.footer-social2 a:hover i {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.footer-social3 a {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: rgba(164, 177, 167, .4);
	border-radius: 10px;
	color: var(--title-color);
	margin-right: 5px;
	font-size: 17px
}

.footer-social3 a:last-child {
	margin-right: 0
}

.footer-social3 a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.footer-table table {
	border: none
}

.footer-table td,
.footer-table th {
	padding: 0 0 20px 0;
	line-height: 1;
	border: none;
	color: var(--white-color)
}

.footer-table tr:last-child td,
.footer-table tr:last-child th {
	padding-bottom: 0
}

.footer-media {
	display: flex;
	align-items: center;
	margin-bottom: 18px
}

.footer-media .media-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(254, 117, 11, .4);
	color: var(--theme-color);
	font-size: 13px;
	text-align: center;
	margin-right: 10px;
	border-radius: 6px
}

.footer-media .media-info {
	color: var(--white-color);
	margin-top: -0.2em;
	margin-bottom: -0.3em
}

.footer-media .media-info a {
	color: inherit
}

.footer-media .media-info a:hover {
	color: var(--theme-color)
}

.vs-widget-about .footer-logo {
	margin-bottom: 25px
}

@media(max-width: 1199px) {
	.footer-widget .widget_title {
		font-size: 20px;
		margin-bottom: 30px
	}

	.footer-widget .footer-menu a {
		font-size: 16px
	}

	.footer-title-big {
		font-size: 60px
	}

	.special-btn .btn-img {
		width: 300px;
		margin: -100px 0 -20px auto
	}

	.special-btn .btn-text {
		width: 120px;
		height: 120px;
		line-height: 120px;
		font-size: 14px
	}
}

@media(max-width: 991px) {
	.footer-info-text {
		font-size: 14px;
		max-width: 370px
	}

	.special-btn .btn-img {
		margin: -125px 0 -20px auto
	}
}

@media(max-width: 767px) {

	.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: 14px;
		margin-bottom: 14px
	}

	.footer-table td,
	.footer-table th {
		font-size: 14px;
		padding: 0 0 15px 0
	}

	.footer-media .media-info {
		font-size: 14px
	}

	.footer-title-big {
		font-size: 48px;
		text-align: center
	}

	.footer-info-text {
		max-width: 100%;
		text-align: center
	}

	.footer-social3 a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}

	.special-btn .btn-img {
		margin: 0 auto 0 auto;
		width: 200px
	}

	.special-btn .btn-text {
		width: 80px;
		height: 80px;
		line-height: 1.2;
		font-size: 12px;
		padding: 12px 10px 10px 10px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.footer-social2 i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 5px
	}

	.footer-social2 a {
		font-size: 14px;
		margin-right: 10px;
		text-align: center
	}
}

.vs-header {
	position: relative;
	z-index: 41
}

.header-logo {
	max-width: 270px
	justify-content: flex-start
}

.will-sticky .sticky-active {
	position: fixed;
	top: -100%;
	right: 0;
	left: 0;
	background-color: var(--white-color);
	transition: all ease .8s;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
}

.will-sticky .sticky-active.active {
	top: 0
}

.main-menu a {
	display: block;
	position: relative;
	font-family: var(--body-font);
	font-weight: 600;
	font-size: 16px;
	color: var(--title-color);
	text-transform: uppercase
}

@media(max-width: 1500px) {
	.main-menu a {
		font-size: 16px
	}
}

.main-menu a:hover {
	color: var(--theme-color)
}

.main-menu>ul>li {
	margin: 0 16px
}

.main-menu ul {
	margin: 0;
	padding: 0
}

.main-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
	content: "+";
	position: relative;
	font-family: var(--icon-font);
	margin-left: 5px;
	top: -0.8px;
	font-size: .8rem;
	font-size: 700
}

.main-menu ul li:last-child {
	margin-right: 0
}

.main-menu ul li:first-child {
	margin-left: 0
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	z-index: 9
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	background-color: var(--body-bg);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	visibility: hidden;
	min-width: 190px;
	width: -moz-max-content;
	width: max-content;
	padding: 7px;
	left: -14px;
	margin-top: 50px;
	opacity: 0;
	z-index: -1;
	border-bottom: 3px solid var(--theme-color);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .09), 0px 3px 0px 0px rgba(231, 13, 60, .004);
	transform-origin: top center;
	transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .4s ease-in-out 0s, z-index 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
	font-size: 16px;
	line-height: 30px
}

.main-menu ul.sub-menu {
	padding: 18px 20px;
	left: -27px
}

.main-menu ul.sub-menu:before {
	content: "";
	position: absolute;
	left: 34px;
	top: 30px;
	width: 1px;
	background-color: var(--border-color);
	height: calc(100% - 65px)
}

.main-menu ul.sub-menu li {
	display: block;
	margin: 0 0;
	padding: 3px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
	content: "ï„…";
	float: right;
	top: 3px
}

.main-menu ul.sub-menu li a {
	position: relative;
	padding-left: 21px
}

.main-menu ul.sub-menu li a:before {
	content: "ï„‘";
	position: absolute;
	top: 2.8em;
	left: 0;
	font-family: var(--icon-font);
	width: 11px;
	height: 11px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-size: .2em;
	line-height: 11.5px;
	color: var(--theme-color);
	font-weight: 700;
	background-color: var(--body-bg);
	box-shadow: inset 0px 2px 4px 0px rgba(254, 117, 11, .4)
}

.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 ul.mega-menu {
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: 100%;
	max-width: var(--main-container);
	padding: 20px 15px 23px 15px;
	left: 50%;
	transform: translateX(-50%)
}

.main-menu ul.mega-menu li {
	display: block;
	width: 100%;
	padding: 0 15px
}

.main-menu ul.mega-menu li li {
	padding: 4px 0
}

.main-menu ul.mega-menu li a {
	display: inline-block
}

.main-menu ul.mega-menu>li>a {
	display: block;
	padding: 0;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	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
}

.menu-style1>ul>li>a {
	padding: 35.5px 0
}

.menu-style2>ul>li>a {
	padding: 45.5px 0;
	color: var(--white-color)
}

.menu-style3>ul>li>a {
	padding: 15.7px 0;
	color: var(--white-color)
}

.menu-style3>ul>li>a:hover {
	color: var(--title-color)
}

.header-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.header-links li {
	display: inline-block;
	font-size: 14px;
	color: var(--white-color);
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	line-height: 23px;
	position: relative
}

.header-links li:last-child {
	margin-right: 0;
	padding-right: 0
}

.header-links li:last-child:before {
	display: none
}

.header-links li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 15px;
	width: 1px;
	background-color: hsla(0, 0%, 100%, .3);
	margin-top: -7.5px
}

.header-links i {
	color: var(--white-color);
	margin: 0 10px 0 0;
	font-size: 16px
}

.header-links a {
	color: inherit
}

.header-links a:hover {
	color: inherit;
	text-decoration: underline
}

.header-lang {
	position: relative;
	margin-right: 20px
}

.header-lang .dropdown-toggle {
	font-size: 16px;
	font-weight: 400;
	color: var(--white-color);
	height: 40px;
	line-height: 42px;
	background-color: rgba(0, 0, 0, 0);
	transition: all ease .4s;
	padding: 0 20px 0 20px;
	display: inline-block
}

.header-lang .dropdown-toggle:after {
	content: "ï¸";
	font-family: var(--icon-font);
	font-weight: 700;
	font-size: 10px;
	width: auto;
	height: auto;
	border: none;
	top: 2px;
	position: relative;
	margin-left: 5px;
	line-height: 1
}

.header-lang .dropdown-toggle:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 15px;
	width: 1px;
	background-color: hsla(0, 0%, 100%, .3);
	margin-top: -7.5px;
	transition: all ease .4s
}

.header-lang .dropdown-toggle:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.header-lang .dropdown-toggle:hover:before {
	background-color: rgba(0, 0, 0, 0)
}

.header-lang .dropdown-menu {
	padding: 5px;
	margin: 0;
	background-color: var(--white-color);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
	border: none;
	top: -2px !important
}

.header-lang .dropdown-menu:after {
	content: "";
	position: absolute;
	left: 30px;
	top: -5px;
	width: 10px;
	height: 10px;
	background-color: inherit;
	transform: rotate(45deg);
	z-index: -2
}

.header-lang .dropdown-menu a {
	display: block;
	padding: 10px 15px 8px 15px;
	line-height: 1;
	margin: 0;
	font-size: 14px;
	color: var(--title-color);
	position: relative;
	z-index: 1
}

.header-lang .dropdown-menu a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--title-color);
	z-index: -1;
	border-radius: 9999px;
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden;
	transform: scaleX(0.7);
	transform-origin: left center
}

.header-lang .dropdown-menu a:last-child {
	border-bottom: none
}

.header-lang .dropdown-menu a:hover {
	color: var(--white-color)
}

.header-lang .dropdown-menu a:hover::before {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.header-social a {
	display: inline-block;
	color: var(--white-color);
	font-size: 14px;
	margin-right: 15px;
	line-height: 30px
}

.header-social a:last-child {
	margin-right: 0
}

.header-social a:hover {
	color: var(--title-color)
}

.header-social.style2 a {
	color: var(--title-color);
	margin-right: 25px
}

.header-social.style2 a:last-child {
	margin-right: 0
}

.header-social.style2 a:hover {
	color: var(--theme-color)
}

.header-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	flex-wrap: wrap
}

.header-icons.style2 {
	gap: 15px
}

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

.header-options>ul>li {
	display: inline-block;
	position: relative;
	margin-right: 25px;
	padding-right: 32px
}

.header-options>ul>li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	background-color: var(--border-color);
	width: 2px;
	height: 16px;
	margin-top: -8px
}

.header-options select {
	width: -moz-max-content;
	width: max-content;
	padding: 0 15px 0 10px;
	height: 40px;
	background-position: right center;
	line-height: 40px;
	margin-left: -10px;
	border: none;
	background-color: rgba(0, 0, 0, 0)
}

.header-options .header-lang {
	padding: 0;
	margin: 0
}

.header-options .header-lang li {
	padding: 0;
	margin: 0
}

.header-options .dropdown-menu {
	--bs-dropdown-min-width: max-content
}

.header-options .dropdown-toggle {
	width: auto;
	height: 40px;
	color: var(--body-color);
	padding: 0
}

.header-options .dropdown-toggle:hover {
	color: var(--title-color);
	background-color: rgba(0, 0, 0, 0)
}

.header-text {
	margin-bottom: 0;
	line-height: 1;
	font-size: 14px
}

.header-category {
	display: flex;
	align-items: center;
	background-color: var(--secondary-color);
	border-radius: 9999px;
	border: none;
	height: 46px;
	min-width: 287px;
	width: 100%;
	color: var(--white-color);
	position: relative
}

.header-category:after {
	content: "ï„‡";
	position: absolute;
	right: 20px;
	top: 50%;
	font-family: var(--icon-font);
	font-weight: 600;
	transform: translateY(-50%)
}

.header-category i {
	height: 30px;
	line-height: 31px;
	padding: 0 15px 0 20px;
	margin-right: 15px;
	color: var(--white-color);
	font-size: 18px;
	display: inline-block;
	border-right: 1px solid var(--white-color)
}

.header-layout1 .header-area {
	position: relative
}

.header-layout1 .header-area:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: auto;
	width: 40%;
	background-color: var(--white-color)
}

.header-layout1 .container {
	position: relative;
	z-index: 1
}

.header-layout1 .header-top {
	position: relative;
	z-index: 2;
	background-color: var(--theme-color)
}

.header-layout1 .header-area {
	background-color: var(--secondary-color);
	position: relative
}

.header-layout1 .header-shape {
	position: relative;
	width: 100%
}

.header-layout1 .header-shape::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: calc(var(--extra-shape, 52px)*-1);
	top: 0;
	bottom: 0;
	width: calc(100% + var(--extra-shape, 52px));
	height: 100px;
	background-color: var(--white-color);
	border-radius: 60px 0 0 0
}

.header-layout2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid rgba(216, 221, 225, .25);
	--main-container: 1550px
}

.header-layout2 .vs-menu-toggle {
	border-color: var(--theme-color);
	color: var(--white-color)
}

.header-layout3 {
	z-index: inherit
}

.header-layout3 .header-top {
	background-color: var(--smoke-color);
	border-bottom: 1px solid #dbdbdb
}

.header-layout3 .header-middle {
	padding: 25px 0
}

.header-layout3 .menu-area {
	background-color: var(--theme-color)
}

.header-layout3 .menu-area .container {
	z-index: 2;
	position: relative
}

@media(max-width: 1399px) {
	.header-icons {
		gap: 10px
	}

	.header-icons .icon-btn {
		--icon-size: 40px;
		font-size: 14px
	}

	.header-icons .vs-btn {
		padding: 12px 23px;
		font-size: 14px
	}

	.main-menu a {
		font-size: 14px
	}

	.main-menu>ul>li {
		margin: 0 12px
	}

	.main-menu>ul>li>a {
		padding: 25.5px 0
	}

	.menu-style3>ul>li>a {
		padding: 15px 0
	}

	.header-layout1 .header-shape::before {
		height: 80px;
		left: -30px;
		border-radius: 40px 0 0 0
	}
}

@media(max-width: 1199px) {
	.header-layout1 .header-icons .vs-btn {
		display: none
	}

	.header-links li {
		font-size: 14px
	}

	.header-lang {
		font-size: 14px
	}

	.header-category {
		min-width: -moz-max-content;
		min-width: max-content;
		padding: 0 50px 0 0
	}

	.header-options>ul>li:last-child {
		padding-right: 0;
		margin-right: 0
	}

	.header-options>ul>li:last-child:after {
		display: none
	}
}

@media (max-width: 991px) {
  .header-logo {
    margin-left: -65px;
    margin-top: 0px;
  }
}

	.header-options>ul>li {
		margin-right: 15px;
		padding-right: 17px
	}

	.header-icons .sideMenuToggler {
		display: none
	}

	.header-links .hero-menu1>ul>li>a li:nth-last-child(2) {
		padding-right: 0;
		margin-right: 0
	}

	.header-links .hero-menu1>ul>li>a li:nth-last-child(2):before {
		display: none
	}

	.header-links .hero-menu1>ul>li>a li:last-child {
		display: none
	}

	.header-layout1 .header-area {
		background-color: var(--white-color)
	}

	.header-layout1 .header-shape {
		display: none
	}

	.header-category {
		margin: 5px 0
	}
}

@media(max-width: 767px) {
	.header-links li {
		font-size: 12px;
		padding-right: 0;
		margin-right: 10px
	}

	.header-links li:before {
		display: none
	}

	.header-links i {
		margin-right: 4px;
		font-size: 12px
	}

	.header-social a {
		font-size: 12px;
		margin-right: 8px
	}

	.header-layout1 .header-lang {
		display: none
	}

	.header-layout2 .vs-btn {
		padding: 13.5px 20px 10.5px 20px;
		font-size: 12px
	}

	.header-lang .dropdown-toggle,
	.header-options>ul>li>a {
		font-size: 14px
	}

	.header-layout3 .header-middle {
		padding: 5px 0
	}
}

.widget-area {
	padding-top: 80px;
	padding-bottom: 40px
}

.copyright-wrap {
	text-align: center;
	padding: 21px 0;
	border-top: 1px solid #747373
}

.copyright-text {
	margin: 0;
	font-size: 16px;
	color: var(--white-color)
}

.copyright-text a {
	font-weight: 400;
	color: var(--theme-color);
	font-style: italic;
	text-decoration: underline
}

.copyright-text a:hover {
	color: var(--white-color);
	text-decoration: underline
}

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

.copyright-menu li {
	margin-right: 11px;
	display: inline-block
}

.copyright-menu li:last-child {
	margin-right: 0
}

.copyright-menu li:last-child a::after {
	display: none
}

.copyright-menu a {
	display: block;
	color: var(--white-color);
	font-size: 16px
}

.copyright-menu a:after {
	content: "/";
	position: relative;
	display: inline-block;
	margin-left: 17px;
	color: var(--white-color)
}

.copyright-menu a:hover {
	color: var(--theme-color)
}

.footer-layout1 {
	background-color: var(--title-color)
}

.footer-layout1 .footer-top {
	padding: 50px 0 50px;
	border-bottom: 1px solid #747373
}

.footer-layout2 {
	background-color: var(--title-color)
}

.footer-layout2 .copyright-wrap {
	background-color: rgba(0, 0, 0, .4);
	border: none
}

.footer-layout3 {
	background-color: var(--smoke-color)
}

.footer-layout3 .footer-top {
	padding: 54px 0;
	border-bottom: 1px solid #d9d9d9
}

.footer-layout3 .copyright-wrap {
	background-color: var(--theme-color);
	border-top: none
}

.footer-layout3 .widget_title {
	color: var(--title-color)
}

.footer-layout3 .widget_title:before {
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(to right, rgba(254, 117, 11, 0.93) 53%, rgba(255, 111, 0, 0.2) 70%)
}

.footer-layout3 .footer-media .media-info {
	color: var(--body-color)
}

.footer-layout3 .widget_meta a,
.footer-layout3 .widget_pages a,
.footer-layout3 .widget_archive a,
.footer-layout3 .widget_categories a,
.footer-layout3 .widget_nav_menu a {
	color: var(--body-color)
}

.footer-layout3 .widget_meta a:hover,
.footer-layout3 .widget_pages a:hover,
.footer-layout3 .widget_archive a:hover,
.footer-layout3 .widget_categories a:hover,
.footer-layout3 .widget_nav_menu a:hover {
	color: var(--theme-color)
}

@media(max-width: 991px) {
	.widget-area {
		padding-top: 60px;
		padding-bottom: 15px
	}

	.footer-layout2 .widget-area {
		padding-bottom: 10px;
		padding-top: 60px
	}
}

@media(max-width: 767px) {
	.copyright-text {
		font-size: 12px
	}

	.copyright-menu li {
		margin-right: 7px
	}

	.copyright-menu a {
		font-size: 12px
	}

	.copyright-menu a:after {
		margin-left: 12px
	}
}

.breadcumb-menu {
	max-width: 100%;
	padding: 0;
	margin: 15px 0 -0.6em 0;
	list-style-type: none;
	position: relative
}

.breadcumb-menu li {
	display: inline-block;
	list-style: none;
	position: relative
}

.breadcumb-menu li:after {
	content: "ï„";
	font-family: var(--icon-font);
	font-weight: 400;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 10px;
	margin-right: 8px
}

.breadcumb-menu li:last-child:after {
	display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	word-break: break-word;
	white-space: normal;
	font-weight: 500;
	font-size: 16px;
	color: var(--title-color);
	font-family: var(--title-font);
	text-transform: uppercase
}

.breadcumb-menu .fa-home-lg {
	margin-right: 10px
}

.breadcumb-menu a:hover {
	color: var(--theme-color)
}

.breadcumb-content {
	padding: 150px 0 150px 0
}

.breadcumb-title {
	margin: -0.23em 0 -0.23em 0;
	font-size: 64px
}

.breadcumb-wrapper {
	padding-bottom: .1px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-color: var(--smoke-color)
}

@media(max-width: 1199px) {
	.breadcumb-menu {
		margin: 20px 0 -0.6em 0
	}

	.breadcumb-title {
		font-size: 48px
	}
}

@media(max-width: 991px) {
	.breadcumb-content {
		padding: 100px 0 100px 0
	}

	.breadcumb-title {
		font-size: 40px
	}
}

@media(max-width: 767px) {

	.breadcumb-menu a,
	.breadcumb-menu span,
	.breadcumb-menu li {
		font-size: 14px
	}

	.breadcumb-title {
		font-size: 36px
	}

	.breadcumb-content {
		padding: 60px 0 60px 0;
		text-align: center
	}
}

.vs-pagination {
	margin-top: 40px;
	margin-bottom: 30px
}

.vs-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center
}

.vs-pagination span,
.vs-pagination a {
	position: relative;
	display: inline-block;
	text-align: center;
	color: var(--title-color);
	font-family: var(--body-font);
	border: 2px solid var(--border-color);
	font-size: 17px;
	font-weight: 600;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 8px;
	z-index: 1;
	padding: 0;
	vertical-align: middle;
	transition: all ease .4s
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: rgba(0, 0, 0, 0)
}

.vs-pagination a:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.vs-pagination li {
	display: inline-block;
	margin-right: 10px;
	list-style-type: none
}

.vs-pagination li:last-child {
	margin-right: 0
}

.vs-pagination li.next a,
.vs-pagination li.prev a {
	width: 100px;
	display: flex;
	gap: 6px;
	justify-content: center
}

.vs-pagination li.next a i,
.vs-pagination li.prev a i {
	font-size: .8rem
}

.vs-pagination li.prev a {
	flex-direction: row-reverse
}

.post-pagination {
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	padding: 40px 0;
	margin-bottom: 30px;
	margin-top: 7px
}

.post-pagi-box {
	display: flex;
	align-items: center;
	gap: 20px
}

.post-pagi-box .pagi-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	border-radius: 50%;
	background-color: var(--title-color);
	color: var(--white-color);
	display: inline-block
}

.post-pagi-box:hover .pagi-icon {
	background-color: var(--theme-color)
}

.post-pagi-box .pagi-content {
	flex: 1;
	line-height: 0
}

.post-pagi-box .pagi-content>a {
	color: var(--body-color);
	display: inline-block;
	line-height: 1
}

.post-pagi-box .pagi-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 15px 0px
}

.post-pagi-box.next {
	flex-direction: row-reverse;
	text-align: right
}

@media(max-width: 991px) {
	.post-pagi-box .pagi-title {
		font-size: 16px;
		margin: 0 0 10px 0px
	}

	.post-pagi-box .pagi-icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px
	}

	.post-pagi-box .post-pagination {
		padding: 25px 0
	}
}

@media(max-width: 767px) {
	.post-pagi-box {
		display: block
	}

	.post-pagi-box .pagi-icon {
		margin-bottom: 15px
	}

	.vs-pagination a {
		font-size: 14px;
		width: 35px;
		height: 35px;
		line-height: 34px
	}

	.vs-pagination li.next a,
	.vs-pagination li.prev a {
		width: 75px;
		display: flex;
		gap: 6px;
		justify-content: center
	}
}

blockquote {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: var(--title-color);
	background-color: var(--smoke-color);
	border-left: 4px solid var(--theme-color);
	padding: 43px 50px 42px 35px;
	margin: 35px 0
}

blockquote p {
	font-family: inherit;
	margin-bottom: 0 !important;
	line-height: 1.5;
	color: inherit;
	width: 100%;
	position: relative;
	z-index: 3;
	font-style: italic
}

blockquote:before {
	content: "ï„Ž";
	font-family: var(--icon-font);
	position: absolute;
	right: 70px;
	bottom: 27px;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1;
	color: var(--theme-color)
}

blockquote p {
	margin-bottom: 0
}

blockquote p a {
	color: inherit
}

blockquote cite {
	display: inline-block;
	font-size: 16px;
	position: relative;
	padding-left: 45px;
	line-height: 1;
	font-weight: 400;
	margin-top: 22px;
	font-style: normal;
	color: var(--title-color)
}

blockquote cite:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 30px;
	height: 2px;
	border-top: 2px solid var(--theme-color)
}

blockquote.vs-quote {
	padding: 30px 40px 30px 120px;
	border: none;
	background-color: var(--smoke-color);
	border-radius: 15px
}

blockquote.vs-quote:before {
	content: "ï„";
	font-size: 4.5rem;
	font-weight: 300;
	right: auto;
	bottom: auto;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--theme-color);
	opacity: .2
}

blockquote.vs-quote p {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	font-weight: 400
}

.blog-meta span,
.blog-meta a {
	display: inline-block;
	margin-right: 17px;
	font-size: 16px;
	color: var(--body-color);
	font-family: var(--body-font)
}

.blog-meta span:last-child,
.blog-meta a:last-child {
	margin-right: 0
}

.blog-meta span:last-child::after,
.blog-meta a:last-child::after {
	display: none
}

.blog-meta span i,
.blog-meta a i {
	margin-right: 10px;
	color: var(--theme-color)
}

.blog-meta span:after,
.blog-meta a:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 16px;
	background-color: var(--border-color);
	margin-left: 20px;
	vertical-align: middle;
	margin-top: -3px
}

.blog-meta a:hover {
	color: var(--theme-color)
}

.blog-category {
	margin-bottom: -10px
}

.blog-category a {
	display: inline-block;
	color: var(--white-color);
	padding: 4.5px 24.5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: var(--theme-color)
}

.blog-category a:hover {
	background-color: var(--white-color);
	color: var(--body-color);
	border-color: var(--theme-color)
}

.blog-title a {
	color: inherit
}

.blog-title a:hover {
	color: var(--theme-color)
}

.blog-inner-title {
	font-size: 36px;
	margin-top: -0.28em;
	margin-bottom: 40px
}

.vs-blog {
	margin-bottom: 30px
}

.share-links-title {
	font-size: 20px;
	color: var(--title-color);
	font-family: var(--body-font);
	font-weight: 600;
	margin: 0 10px 0 0;
	display: inline-block;
	position: relative
}

.share-links {
	margin: 0 var(--blog-space-x, 40px) 0 var(--blog-space-x, 40px);
	padding: var(--blog-space-y, 40px) 0;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color)
}

.share-links .row {
	align-items: center;
	--bs-gutter-y: 15px
}

.share-links [class*=col-] {
	display: flex;
	align-items: center
}

.share-links .tagcloud {
	display: inline-block;
	margin-bottom: 0
}

.share-links .tagcloud a {
	margin-bottom: 0
}

.share-links .tagcloud a:not(:hover) {
	background-color: var(--smoke-color)
}

.share-links .social-links {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.share-links .social-links li {
	display: inline-block;
	margin-right: 4px
}

.share-links .social-links li:last-child {
	margin-right: 0
}

.share-links .social-links a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: var(--title-color);
	background-color: #ecf1f5;
	font-size: 12px;
	text-align: center;
	display: block;
	border-radius: 50%
}

.share-links .social-links a:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

.blog-inner-img {
	border-radius: 15px
}

.blog-inner-title {
	margin-top: -0.3em
}

.blog-single {
	position: relative;
	margin-bottom: 60px;
	background-color: var(--white-color);
	padding: .1px 0;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08)
}

.blog-single .blog-title {
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 36px
}

.blog-single .blog-meta {
	margin-bottom: 5px;
	margin-top: -0.18em
}

.blog-single .blog-text {
	margin-bottom: 19px
}

.blog-single .blog-audio,
.blog-single .blog-img {
	position: relative;
	background-color: var(--white-color);
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 20px
}

.blog-single .blog-audio {
	line-height: 1
}

.blog-single .blog-img .slick-arrow {
	--pos-x: 30px;
	border: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 100%;
	font-size: 17px;
	margin: 0
}

.blog-single .blog-img .slick-arrow:hover {
	background-color: var(--secondary-color);
	color: var(--white-color)
}

.blog-single .blog-img .play-btn {
	--icon-size: 60px;
	--icon-font-size: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: calc(var(--icon-size)/-2) 0 0 calc(var(--icon-size)/-2)
}

.blog-single .blog-content {
	overflow: hidden;
	padding: 0 var(--blog-space-x, 40px);
	margin: var(--blog-space-y, 40px) 0 calc(var(--blog-space-y, 40px) - 5px)
}

.blog-single:hover .blog-img .slick-arrow {
	opacity: 1;
	visibility: visible
}

.vs-blog-wrapper.arrow-wrap .slick-arrow {
	opacity: 0;
	visibility: hidden
}

.vs-blog-wrapper.arrow-wrap .blog-single:hover .blog-img .slick-arrow {
	opacity: 1;
	visibility: visible
}

.blog-style1 {
	margin-bottom: 53px
}

.blog-style1 .blog-img {
	overflow: hidden;
	position: relative;
	border-radius: 15px 15px 0 0
}

.blog-style1 .blog-img img {
	transition: all ease .4s;
	transform: scale(1.001)
}

.blog-style1 .blog-date {
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--theme-color);
	color: var(--white-color);
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--title-font);
	padding: 4px 15px;
	border-radius: 15px 0 15px 0
}

.blog-style1 .blog-content {
	border: 1px solid var(--border-color);
	border-top: none;
	text-align: center;
	padding: 0 40px;
	margin-bottom: -0.001px;
	border-radius: 0 0 15px 15px
}

.blog-style1 .blog-meta {
	position: relative;
	z-index: 1;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	padding: 5.5px 32px;
	margin: -20px auto 20px auto;
	background-color: var(--smoke-color);
	border-radius: 9999px;
	margin-bottom: 34px
}

.blog-style1 .blog-meta span:not(:last-child),
.blog-style1 .blog-meta a:not(:last-child) {
	margin-right: 20px
}

.blog-style1 .blog-meta span:after,
.blog-style1 .blog-meta a:after {
	display: none
}

.blog-style1 .blog-title {
	margin-bottom: 33px
}

.blog-style1 .vs-btn {
	margin: 0 auto -23px auto;
	display: block;
	max-width: -moz-max-content;
	max-width: max-content
}

.blog-style1:hover .blog-img img {
	transform: scale(1.1)
}

.blog-style2 {
	padding: 40px 40px;
	border: 1px solid var(--border-color);
	border-radius: 15px;
	margin-bottom: 30px;
	transition: all ease .4s
}

.blog-style2 .blog-meta {
	margin-top: -0.4em;
	margin-bottom: 7px
}

.blog-style2 .blog-meta {
	margin-top: -0.4em;
	margin-bottom: 7px
}

.blog-style2 .blog-title {
	margin-bottom: 26px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--border-color);
	transition: all ease .4s
}

.blog-style2 .blog-text {
	margin-bottom: 30px
}

.blog-style2 .blog-img {
	overflow: hidden;
	border-radius: 15px;
	position: relative
}

.blog-style2 .blog-img img {
	transition: all ease .4s;
	transform: scale(1.001);
	width: 100%
}

.blog-style2 .blog-btn {
	display: inline-block;
	background-color: var(--white-color);
	color: var(--theme-color);
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1;
	line-height: 1;
	padding: 13px 20px;
	border-radius: 0 9999px 9999px 0
}

.blog-style2 .blog-btn i {
	margin-left: 5px;
	margin-right: 0
}

.blog-style2 .blog-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.blog-style2:hover,
.blog-style2:hover .blog-title {
	border-color: var(--theme-color)
}

.blog-style2:hover .blog-img img {
	transform: scale(1.1)
}

.blog-style3 .blog-img {
	border-radius: 20px;
	overflow: hidden
}

.blog-style3 .blog-content {
	width: calc(100% - 40px);
	border-radius: 20px;
	background-color: var(--white-color);
	padding: 25px 30px 30px 30px;
	margin: -70px auto 0 auto;
	position: relative;
	z-index: 1;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08)
}

.blog-style3 .vs-btn {
	padding: 14px 21px
}

.blog-style3 .blog-meta {
	margin-bottom: 6px
}

.blog-style3 .blog-title {
	margin-bottom: 23px
}

.blog-details .blog-single .blog-content {
	margin-bottom: 12px
}

@media(max-width: 1399px) {

	.blog-meta span,
	.blog-meta a {
		margin-right: 10px
	}

	.blog-meta span:after,
	.blog-meta a:after {
		margin-left: 15px
	}

	.blog-style1 .blog-meta {
		padding: 7px 20px;
		margin: -23px auto 20px auto
	}

	.blog-style1 .blog-meta span,
	.blog-style1 .blog-meta a {
		margin-right: 5px;
		font-size: 14px
	}

	.blog-style1 .blog-content {
		padding: 0 20px
	}

	.blog-style2 {
		padding: 30px 20px
	}

	.blog-style3 .blog-content {
		width: calc(100% - 20px);
		padding: 25px 20px 30px 20px;
		margin: -40px auto 0 auto
	}
}

@media(max-width: 1199px) {
	blockquote {
		font-size: 18px;
		padding: 23px 30px 26px 30px
	}

	blockquote.vs-quote {
		padding: 25px 40px 25px 120px
	}

	blockquote.vs-quote p {
		font-size: 16px;
		line-height: 1.6
	}

	blockquote.vs-quote:before {
		font-size: 5rem;
		left: 25px
	}

	.share-links .social-links a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 12px
	}

	.blog-single {
		--blog-space-y: 30px;
		--blog-space-x: 30px;
		margin-bottom: 40px
	}

	.blog-single .blog-content {
		margin-top: calc(var(--blog-space-y) - 5px);
		margin-bottom: calc(var(--blog-space-y) - 3px)
	}

	.blog-single .blog-title {
		font-size: 30px
	}

	.blog-style1 .blog-title {
		margin-bottom: 25px
	}

	.blog-style2 .blog-title {
		margin-bottom: 20px;
		padding-bottom: 20px
	}

	.blog-style2 .blog-meta a,
	.blog-style2 .blog-meta span {
		font-size: 14px
	}
}

@media(max-width: 767px) {
	blockquote {
		font-size: 16px;
		padding: 23px 15px 26px 15px
	}

	blockquote:before {
		right: 30px;
		bottom: 30px;
		font-size: 2rem
	}

	blockquote cite {
		margin-top: 17px;
		font-size: 14px
	}

	blockquote cite::before {
		bottom: 6px
	}

	blockquote.vs-quote {
		padding: 26px 20px 26px 20px
	}

	blockquote.vs-quote:before {
		content: "ï„Ž";
		left: auto;
		top: auto;
		transform: none;
		right: 20px;
		bottom: 20px
	}

	blockquote.vs-quote p {
		font-size: 18px
	}

	.blog-inner-title {
		font-size: 26px
	}

	.share-links-title {
		font-size: 18px;
		display: block;
		margin: 0 0 5px 0
	}

	.share-links [class*=col-] {
		display: block
	}

	.blog-meta span,
	.blog-meta a {
		font-size: 13px;
		margin-right: 13px
	}

	.blog-meta span i,
	.blog-meta a i {
		margin-right: 5px
	}

	.blog-meta span:after,
	.blog-meta a:after {
		display: none
	}

	.blog-single {
		--blog-space-y: 30px;
		--blog-space-x: 20px
	}

	.blog-single .blog-img {
		margin-bottom: calc(var(--blog-space-y) - 5px)
	}

	.blog-single .blog-title {
		font-size: 24px
	}

	.blog-single .blog-meta {
		margin-bottom: 10px
	}

	.blog-style1 .blog-date {
		font-size: 12px;
		padding: 1px 20px
	}
}

.vs-comment-form {
	margin: var(--blog-space-y, 40px) 0 var(--blog-space-y, 40px) 0
}

.comment-respond {
	position: relative;
	padding: .5px var(--blog-space-x, 40px) 0 var(--blog-space-x, 40px)
}

.comment-respond .form-title a#cancel-comment-reply-link {
	font-size: .7em;
	text-decoration: underline
}

.comment-respond .custom-checkbox.notice {
	margin-bottom: 25px
}

.comment-respond .row {
	--bs-gutter-x: 20px
}

.comment-respond .form-control {
	border: 1px solid var(--border-color);
	font-size: 16px;
	color: var(--body-color);
	background-color: rgba(0, 0, 0, 0);
	height: 55px;
	padding: 0 20px;
	border-radius: 15px
}

.comment-respond .form-control::-moz-placeholder {
	color: var(--title-color)
}

.comment-respond .form-control::placeholder {
	color: var(--title-color)
}

.comment-respond textarea.form-control {
	padding-top: 15px
}

.comment-respond .form-group i {
	color: var(--theme-color)
}

.comment-respond input[type=checkbox]~label:before {
	background-color: var(--body-bg);
	border: 1px solid var(--border-color);
	border-radius: 0;
	top: 5.5px
}

.comment-respond input[type=checkbox]:checked~label:before {
	background-color: var(--theme-color);
	border-color: rgba(0, 0, 0, 0)
}

.comment-respond .blog-inner-title {
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0
}

.comment-respond .form-text {
	margin-bottom: 25px;
	font-size: 16px;
	color: var(--body-color)
}

@media(min-width: 768px) {
	.comment-respond .vs-btn {
		padding: 19.5px 33.3px 16.5px 33.3px
	}
}

.vs-comments-wrap {
	padding: 1px 0 0 0;
	margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px)
}

.vs-comments-wrap .description p:last-child {
	margin-bottom: 0
}

.vs-comments-wrap .comment-respond {
	margin: 30px 0
}

.vs-comments-wrap pre {
	background: #ededed;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word
}

.vs-comments-wrap blockquote {
	background-color: #eaf8f9
}

.vs-comments-wrap li {
	margin: 0
}

.vs-comments-wrap .vs-post-comment {
	display: flex;
	position: relative;
	background-color: var(--smoke-color);
	padding: 30px 30px 25px 30px;
	margin: 30px 0 30px 0;
	border-radius: 15px
}

.vs-comments-wrap ul.comment-list {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0
}

.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
	margin-bottom: 0
}

.vs-comments-wrap .comment-avater {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	background-color: var(--smoke-color);
	overflow: hidden;
	border-radius: 15px
}

.vs-comments-wrap .comment-avater img {
	width: 100%
}

.vs-comments-wrap .comment-content {
	flex: 1;
	align-self: center
}

.vs-comments-wrap .commented-on {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 500;
	color: var(--body-color);
	display: block;
	position: relative;
	top: -2px
}

.vs-comments-wrap .commented-on i {
	margin-right: 4px;
	font-size: .9rem
}

.vs-comments-wrap .name {
	margin: -0.2em 0 8px 0;
	font-size: 20px;
	display: block
}

.vs-comments-wrap .comment-top {
	display: flex;
	justify-content: space-between
}

.vs-comments-wrap .text {
	color: var(--body-color);
	margin-bottom: 0
}

.vs-comments-wrap .text:last-of-type {
	margin-bottom: -0.25em
}

.vs-comments-wrap .children {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 40px
}

.vs-comments-wrap .reply_and_edit {
	position: absolute;
	right: 29px;
	top: 27px;
	line-height: 1
}

.vs-comments-wrap .replay-btn {
	color: var(--theme-color);
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600
}

.vs-comments-wrap .replay-btn i {
	margin-right: 5px
}

.vs-comments-wrap .replay-btn:hover {
	color: var(--secondary-color)
}

.vs-comments-wrap .review-rating {
	position: absolute;
	right: 30px;
	top: 32px
}

.vs-comments-wrap .star-rating {
	font-size: 14px;
	width: 91px
}

.vs-comments-wrap .star-rating span:before,
.vs-comments-wrap .star-rating:before {
	color: var(--theme-color)
}

.woocommerce-Reviews .vs-comments-wrap {
	margin: 30px 0 0 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0)
}

.woocommerce-Reviews ul.comment-list {
	margin: 0
}

.woocommerce-Reviews .woocommerce-Reviews-title {
	margin-bottom: 40px
}

.vs-comments-wrap.vs-comment-form {
	margin: 0
}

.review-form {
	margin-bottom: 30px;
	margin-top: 60px
}

.review-form .comment-respond {
	padding: 0
}

.review-form .blog-inner-title {
	margin-bottom: 20px
}

.review-form .stars {
	position: relative;
	top: -2px
}

.review-form .form-group:last-child {
	margin-bottom: 0
}

@media(max-width: 1399px) {
	.comment-section {
		padding: 40px 40px 0px 40px
	}

	.vs-comments-wrap .vs-post-comment {
		padding: 30px 30px 30px 30px;
		margin: 30px 0 30px 0
	}

	.vs-comments-wrap .comment-avater {
		margin-right: 20px
	}

	.vs-comments-wrap .name {
		margin: -0.1em 15px 0 0;
		font-size: 20px
	}

	.comment-respond .form-control {
		height: 60px;
		font-size: 14px
	}
}

@media(max-width: 1199px) {
	.vs-comments-wrap .vs-post-comment {
		display: block;
		padding: 30px 20px 20px 20px
	}

	.vs-comments-wrap .star-rating {
		position: relative;
		top: 0;
		right: 0
	}

	.vs-comments-wrap .comment-top {
		display: block
	}

	.vs-comments-wrap .comment-avater {
		margin-right: 0;
		margin-bottom: 20px
	}

	.vs-comments-wrap .children {
		margin-left: 40px
	}

	.vs-comments-wrap .review .vs-post-comment {
		padding: 30px
	}

	.comment-respond .form-text {
		font-size: 14px
	}
}

@media(max-width: 767px) {
	.vs-comments-wrap .children {
		margin-left: 20px
	}

	.vs-comments-wrap .name {
		margin: -0.1em 0 7px 0;
		font-size: 20px;
		display: block
	}

	.vs-comments-wrap .review-rating {
		position: relative;
		right: 0;
		top: 0;
		margin: 10px 0 10px 0;
		width: -moz-max-content;
		width: max-content
	}

	.vs-comments-wrap .review .vs-post-comment {
		padding: 30px 20px
	}

	.vs-comments-wrap .reply_and_edit {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 20px;
		margin-bottom: 13px
	}

	.comment-respond textarea,
	.comment-respond input {
		height: 50px;
		padding-left: 20px;
		padding-right: 20px
	}

	.comment-respond label {
		font-size: 14px
	}

	.comment-section {
		padding: 40px 20px 0px 20px
	}
}

.vs-hero-wrapper {
	position: relative
}

.hero-menu1 {
	position: relative;
	margin-bottom: 30px;
	transition: all ease .4s;
	z-index: 91
}

.hero-menu1>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: var(--white-color);
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08)
}

.hero-menu1>ul>li {
	flex: 1;
	position: relative
}

.hero-menu1>ul>li:first-child>a:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: var(--white-color);
	left: 21px;
	top: -3.8px;
	transform: rotate(45deg);
	transition: all ease .4s
}

.hero-menu1>ul>li>a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 25px;
	font-size: 16px;
	color: var(--body-color);
	border-bottom: 1px solid #f5f7eb;
	background-color: rgba(0, 0, 0, 0);
	transition: all ease .4s;
	position: relative;
	height: 56px
}

.hero-menu1>ul>li>a:after {
	content: "ï„…";
	position: absolute;
	right: 25px;
	top: 47%;
	transform: translate(0, -50%);
	font-family: var(--icon-font);
	font-weight: 700;
	line-height: 1
}

.hero-menu1>ul>li>a.active,
.hero-menu1>ul>li>a:hover {
	background-color: #f5f7eb;
	color: var(--theme-color)
}

.hero-menu1>ul>li>a.active:before,
.hero-menu1>ul>li>a:hover:before {
	background-color: #f5f7eb
}

.hero-menu1>ul>li:hover>a {
	background-color: #f5f7eb;
	color: var(--theme-color)
}

.hero-menu1>ul>li:hover>a:before {
	background-color: #f5f7eb
}

.hero-menu1>ul>li:hover .box-menu-wrap {
	opacity: 1;
	visibility: visible;
	transform: translateX(0)
}

.box-menu-wrap {
	position: absolute;
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease .3s
}

.box-nav-menu {
	background-color: var(--white-color);
	padding: 30px 40px;
	width: -moz-max-content;
	width: max-content;
	z-index: 3;
	transition: all ease .4s;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.box-nav-menu .row {
	--bs-gutter-x: 60px;
	--bs-gutter-y: 30px
}

.box-nav-menu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none
}

.box-nav-menu li {
	margin-bottom: 10px
}

.box-nav-menu li:last-child {
	margin-bottom: 0
}

.box-nav-menu a {
	color: var(--body-color);
	font-size: 16px
}

.box-nav-menu a:hover {
	color: var(--theme-color)
}

.box-nav-menu .widget {
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0)
}

.box-nav-menu .widget_title {
	font-size: 20px;
	margin-bottom: 20px
}

.box-nav-menu .widget_title:before,
.box-nav-menu .widget_title:after {
	height: 1px
}

.hero-layout1 .hero-body {
	position: relative;
	height: 720px;
	width: 100%
}

.hero-layout1 .hero-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.hero-layout1 .hero-bg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: linear-gradient(to right, var(--title-color) 0%, rgba(0, 0, 0, 0) 100%)
}

.hero-layout1 .hero-inner {
	position: absolute;
	left: 300px;
	bottom: 0;
	z-index: 2;
	width: 620px;
	height: 515px;
	display: flex;
	justify-content: center;
	align-items: center
}

.hero-layout1 .hero-content {
	width: 405px;
	margin-top: 13px;
	margin-left: 75px
}

.hero-layout1 .hero-subtitle {
	display: block;
	color: var(--theme-color);
	font-size: 18px;
	font-weight: 500;
	font-family: var(--title-font);
	text-transform: uppercase;
	margin-top: -0.4em;
	margin-bottom: 7px
}

.hero-layout1 .hero-title {
	width: 100%;
	color: var(--white-color);
	font-size: 64px;
	line-height: 1.1;
	margin-bottom: 36px
}

.hero-layout1 .hero-shape6,
.hero-layout1 .hero-shape5,
.hero-layout1 .hero-shape4,
.hero-layout1 .hero-shape3,
.hero-layout1 .hero-shape2,
.hero-layout1 .hero-shape1 {
	position: absolute
}

.hero-layout1 .hero-shape1 {
	left: 0;
	right: 0;
	bottom: -1px;
	height: 145px;
	overflow: hidden
}

.hero-layout1 .hero-shape1::before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1150px;
	background-color: var(--white-color);
	clip-path: url(#hero-clip1)
}

.hero-layout1 .hero-shape2 {
	left: 48%;
	top: 10%
}

.hero-layout1 .hero-shape3 {
	right: 4%;
	top: 35%
}

.hero-layout1 .hero-shape3 {
	right: 4%;
	top: 35%
}

.hero-layout1 .hero-shape4 {
	right: 27%;
	bottom: 7%
}

.hero-layout1 .hero-shape5 {
	top: 15px;
	left: -31px
}

.hero-layout1 .hero-shape6 {
	right: -16%;
	top: 13%
}

.hero-layout2 {
	background-color: #171a1e;
	position: relative;
	overflow: hidden
}

.hero-layout2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	background-color: var(--theme-color);
	border-radius: 50%;
	opacity: .4;
	filter: blur(300px);
	width: 780px;
	height: 780px
}

.hero-layout2 .hero-social {
	padding-bottom: 25px;
	padding-top: 25px;
	position: absolute;
	left: 185px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

.hero-layout2 .hero-social a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(196, 207, 222, .15);
	color: var(--white-color);
	border-radius: 50%;
	font-size: 11px;
	margin-bottom: 10px
}

.hero-layout2 .hero-social a:last-child {
	margin-bottom: 0
}

.hero-layout2 .hero-social a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.hero-layout2 .hero-shape1,
.hero-layout2 .hero-shape2,
.hero-layout2 .hero-shape3 {
	position: absolute
}

.hero-layout2 .hero-shape1 {
	left: 21%;
	bottom: 27%
}

.hero-layout2 .hero-shape2 {
	right: 27%;
	top: 39%
}

.hero-layout2 .hero-shape3 {
	right: 23%;
	bottom: 15%
}

.hero-layout2 .social-shape2,
.hero-layout2 .social-shape1 {
	z-index: -1
}

.hero-layout2 .social-shape2:before,
.hero-layout2 .social-shape1:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-left: -2.5px;
	background-color: var(--theme-color)
}

.hero-layout2 .social-shape2:after,
.hero-layout2 .social-shape1:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.5px;
	width: 1px;
	height: 110px;
	background-image: linear-gradient(var(--gradient-dir, to bottom), rgba(204, 117, 0, 0.77) 3%, rgba(89, 53, 3, 0.58) 100%)
}

.hero-layout2 .social-shape2:before {
	top: 0;
	bottom: auto
}

.hero-layout2 .social-shape2:after {
	--gradient-dir: to top;
	top: auto;
	bottom: 100%
}

.hero-layout2 .hero-content {
	padding-top: 200px;
	text-align: center
}

.hero-layout2 .hero-subtitle {
	text-transform: uppercase;
	color: var(--white-color);
	margin: -0.2em 0 6px 0
}

.hero-layout2 .hero-title {
	color: var(--white-color);
	margin-bottom: 19px;
	font-size: 64px
}

.hero-layout2 .hero-btn {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
	font-family: var(--body-font);
	color: var(--theme-color)
}

.hero-layout2 .hero-btn:hover {
	color: var(--white-color)
}

.hero-layout2 .hero-btn i {
	margin-right: 0;
	margin-left: 5px
}

.hero-layout2 .hero-img {
	position: relative;
	padding-top: 80px
}

.hero-layout2 .hero-img:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -60px;
	background-color: rgba(196, 207, 222, .1);
	width: 482px;
	height: 482px;
	border-radius: 50%;
	border: 1px solid hsla(0, 0%, 100%, .3);
	transform: translate(-50%, 0)
}

.hero-layout2 .hero-img img {
	position: relative;
	z-index: 1;
	animation: none
}

.hero-layout2 .slick-current .hero-img img {
	animation: img-open-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) .4s;
	opacity: 0
}

.hero-layout3 {
	z-index: 1
}

.hero-layout3 .hero-inner {
	background-color: var(--smoke-color);
	margin-bottom: 30px;
	position: relative
}

.hero-layout3 .hero-shape1 {
	position: absolute;
	left: 26%;
	top: 5%
}

.hero-layout3 .hero-shape2 {
	position: absolute;
	right: 9%;
	top: 8%
}

.hero-layout3 .hero-shape3 {
	position: absolute;
	left: 38%;
	bottom: 22%
}

.hero-layout3 .hero-content {
	max-width: 480px;
	padding: 110px 30px
}

.hero-layout3 .hero-subtitle {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--title-font);
	color: var(--theme-color);
	display: block;
	line-height: 1;
	margin-bottom: 13px;
	margin-top: -0.2em
}

.hero-layout3 .hero-title {
	font-size: 64px;
	line-height: 1.16;
	margin-bottom: 19px
}

.hero-layout3 .hero-text {
	font-size: 18px;
	margin-bottom: 33px
}

.hero-layout3 .slick-dots {
	margin: 0;
	position: absolute;
	left: 40px;
	bottom: 40px
}

.hero-layout3 .hero-img {
	position: absolute;
	right: 0;
	bottom: 0
}

@media(max-width: 1500px) {
	.hero-layout1 .hero-inner {
		left: 150px
	}

	.hero-layout2 .hero-social {
		left: 50px
	}
}

@media(max-width: 1399px) {
	.hero-layout1 .hero-inner {
		left: 80px;
		width: 450px;
		background-size: 100%
	}

	.hero-layout1 .hero-body {
		height: 600px
	}

	.hero-layout1 .hero-title {
		font-size: 40px
	}

	.hero-layout1 .hero-subtitle {
		font-size: 14px
	}

	.hero-layout1 .vs-btn {
		padding: 14px 20px;
		font-size: 14px
	}

	.hero-layout1 .hero-content {
		width: 350px;
		margin-left: 120px;
		margin-top: 20px
	}

	.hero-layout1 .hero-shape5 {
		top: 0;
		left: 0;
		max-width: 50px
	}

	.hero-layout1 .hero-shape2 {
		left: 70%
	}

	.hero-layout1 .hero-shape4 {
		right: 15%;
		bottom: 8%;
		max-width: 60px
	}

	.hero-layout1 .hero-shape6 {
		max-width: 50px;
		right: -8%;
		top: 20%
	}
}

@media(max-width: 1199px) {
	.hero-layout2 .hero-content {
		padding-top: 160px
	}

	.hero-layout2 .hero-title {
		font-size: 48px
	}

	.hero-layout2 .hero-subtitle {
		font-size: 16px;
		margin-bottom: 12px
	}

	.hero-layout2 .hero-shape1 {
		left: 5%;
		bottom: 11%
	}

	.hero-layout2 .hero-shape2 {
		right: 8%;
		top: 36%
	}

	.hero-layout2 .hero-shape3 {
		right: 4%;
		bottom: 7%
	}

	.hero-layout2 .hero-img {
		padding-top: 50px
	}

	.hero-layout2 .hero-img img {
		max-height: 400px
	}

	.hero-layout2 .hero-img:before {
		width: 350px;
		height: 350px
	}

	.hero-menu1 {
		overflow: hidden;
		transition: all ease .4s;
		margin-bottom: 0;
		border: 1px solid #f5f7eb
	}

	.hero-menu1>ul {
		display: none
	}

	.hero-menu1>ul>li {
		overflow: hidden
	}

	.hero-menu1>ul>li>a {
		height: auto;
		padding: 10px 20px
	}

	.box-menu-wrap {
		position: relative;
		left: 0;
		opacity: 1;
		visibility: visible;
		width: 100%;
		display: none;
		overflow: hidden
	}

	.box-nav-menu {
		width: 100%;
		border-bottom: 1px solid #f5f7eb;
		padding: 23px 20px 20px 20px
	}

	.hero-layout3 .hero-title {
		font-size: 48px;
		line-height: 1.16;
		margin-bottom: 10px
	}

	.hero-layout3 .hero-content {
		max-width: 480px;
		padding: 90px 30px
	}

	.hero-layout3 .hero-img {
		max-width: 350px
	}
}

@media(max-width: 991px) {
	.hero-layout1 .hero-body {
		height: 450px
	}

	.hero-layout1 .hero-inner {
		width: 350px;
		height: 350px
	}

	.hero-layout1 .hero-title {
		font-size: 30px;
		margin-bottom: 25px
	}

	.hero-layout1 .hero-content {
		margin-left: 90px;
		margin-top: 0
	}

	.hero-layout1 .vs-btn {
		font-size: 12px;
		padding: 10px 20px
	}

	.hero-layout1 .hero-shape1 {
		height: 60px
	}

	.hero-layout1 .hero-shape1::before {
		height: 200px
	}

	.hero-layout1 .hero-shape5 {
		top: 0;
		left: -12%;
		max-width: 50px
	}

	.hero-layout1 .hero-shape6 {
		max-width: 50px;
		right: -10%;
		top: 10%
	}

	.hero-layout2 .hero-social {
		display: none
	}

	.hero-layout2 .hero-title {
		font-size: 40px
	}

	.hero-layout2 .hero-img img {
		max-height: 320px
	}
}

@media(max-width: 767px) {
	.hero-layout1 .hero-body {
		height: 350px
	}

	.hero-layout1 .hero-inner {
		width: 320px;
		left: 3%;
		height: 320px
	}

	.hero-layout1 .hero-content {
		margin-left: 70px;
		width: 235px
	}

	.hero-layout1 .hero-shape2 {
		max-width: 30px;
		top: 5%;
		left: 10%
	}

	.hero-layout1 .hero-shape3 {
		right: 3%;
		top: 3%;
		max-width: 20px
	}

	.hero-layout1 .hero-shape5 {
		left: 0;
		top: 10%;
		max-width: 20px
	}

	.hero-layout1 .hero-shape6 {
		right: -5%;
		max-width: 30px
	}

	.hero-layout1 .hero-shape4 {
		right: 3%;
		bottom: 2%
	}

	.hero-layout1 .hero-subtitle {
		font-size: 12px
	}

	.hero-layout2 .hero-title {
		font-size: 30px
	}

	.hero-layout2 .hero-btn {
		font-size: 13px
	}

	.hero-layout2 .social-shape2,
	.hero-layout2 .social-shape1 {
		display: none
	}

	.hero-layout2 .hero-social {
		left: 10px;
		top: 55%
	}

	.hero-layout2 .hero-social a {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 8px;
		margin-bottom: 7px
	}

	.hero-layout2 .hero-img {
		padding-top: 30px
	}

	.hero-layout2 .hero-img:before {
		width: 250px;
		height: 250px;
		bottom: -30px
	}

	.hero-layout2 .hero-content {
		padding-top: 130px
	}

	.hero-layout3 {
		max-width: 100%
	}

	.hero-layout3 .hero-content {
		max-width: 100%;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 50px
	}

	.hero-layout3 .hero-img {
		position: relative;
		text-align: center
	}

	.hero-layout3 .hero-title {
		font-size: 36px
	}

	.hero-layout3 .slick-dots {
		text-align: left;
		left: 10px;
		bottom: 0
	}

	.hero-layout3 .slick-dots li {
		display: block;
		margin: 7px 0
	}

	.hero-layout3 .slick-dots li.slick-active button {
		background-color: var(--secondary-color)
	}

	.hero-layout3 .slick-dots button:before {
		display: none
	}

	.hero-layout3 .hero-shape3 {
		position: absolute;
		left: 6%;
		bottom: 25%;
		max-width: 25px
	}

	.hero-layout3 .hero-shape1 {
		left: 5%;
		top: 3%;
		max-width: 20px
	}

	.hero-layout3 .hero-shape2 {
		right: 5%;
		top: 3%;
		max-width: 30px
	}
}

.error-img {
	margin-bottom: 60px
}

.error-content {
	text-align: center
}

.error-title {
	text-transform: capitalize;
	margin: -0.3em 0 23px 0
}

.error-text {
	font-weight: 400;
	margin-bottom: 31px;
	max-width: 427px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.error-content i {
	margin-right: 10px;
	margin-left: 0
}

.about-wrap1 {
	padding-top: 240px;
	margin-top: -150px
}

.ab-sec-shape1 {
	position: absolute;
	left: 0;
	top: -53px;
	width: 366px;
	height: 366px
}

.ab-sec-shape2 {
	position: absolute;
	right: -100px;
	top: 112px;
	width: 366px;
	height: 366px
}

.ab-sec-shape3 {
	position: absolute;
	left: 0;
	top: 2%;
	max-width: 250px
}

.media-style1 {
	width: 206px;
	height: 206px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	background-color: var(--theme-color);
	text-align: center;
	padding: 20px
}

.media-style1 .media-number {
	font-size: 64px;
	font-family: var(--title-font);
	line-height: 1;
	display: block;
	color: var(--white-color);
	font-weight: 600;
	margin-bottom: 12px
}

.media-style1 .media-text {
	color: var(--white-color);
	margin: 0
}

.media-style2 {
	display: flex
}

.media-style2 .media-img {
	margin-right: 15px
}

.media-style2 .media-number {
	display: block;
	font-size: 20px;
	font-family: var(--title-font);
	font-weight: 600;
	color: var(--secondary-color);
	margin-bottom: 7px
}

.media-style2 .media-text {
	font-size: 14px;
	margin: 0;
	line-height: 1
}

.social-style1 {
	margin-bottom: 30px
}

.social-style1 a {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: var(--smoke-color);
	color: var(--title-color);
	border-radius: 10px;
	margin-right: 7px
}

.social-style1 a:last-child {
	margin-right: 0
}

.social-style1 a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.media-style3 {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid var(--border-color);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 0
}

.media-style3 .media-item {
	display: flex;
	align-items: center
}

.media-style3 .media-icon {
	margin-right: 25px
}

.media-style3 .media-text {
	line-height: 1.43;
	margin-bottom: 0;
	max-width: 170px
}

.media-style4 {
	background-color: var(--theme-color);
	padding: 30px 30px;
	border-radius: 20px;
	max-width: 215px
}

.media-style4 .media-item:not(:last-child) {
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(216, 221, 225, .62)
}

.media-style4 .media-text,
.media-style4 .media-title {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--title-font);
	color: var(--white-color);
	margin-bottom: 10px;
	line-height: 1;
	margin: 0 0 12px 0
}

.media-style4 .media-text {
	font-family: var(--body-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0
}

.media-style5 {
	display: flex;
	align-items: center;
	width: 240px;
	max-width: 100%;
	padding: 7px 20px;
	background-color: var(--title-color)
}

.media-style5 .media-icon {
	color: var(--secondary-color);
	font-size: 36px;
	margin-right: 15px
}

.media-style5 .media-title {
	font-size: 14px;
	color: var(--white-color);
	display: block;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 2px;
	padding-top: 2px
}

.media-style5 .media-info {
	font-size: 18px;
	font-family: var(--title-font);
	color: var(--white-color)
}

.media-style6 {
	background-color: #d9d9d9;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .06)
}

.media-style6:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background-color: var(--white-color)
}

.media-style6 .row {
	--bs-gutter-x: 1px;
	--bs-gutter-y: 1px
}

.media-style6 .media-item {
	display: flex;
	align-items: center;
	padding: 15px 30px;
	background-color: var(--white-color);
	position: relative
}

.media-style6 .media-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--smoke-color);
	margin-right: 10px
}

.media-style6 .media-title {
	line-height: 1;
	margin-bottom: 11px
}

.media-style6 .media-text {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1
}

.media-style7 {
	text-align: center;
	margin-bottom: 21px
}

.media-style7 .media-img {
	width: 130px;
	height: 130px;
	line-height: 130px;
	margin: 10px auto;
	border-radius: 50%;
	background-color: var(--white-color);
	text-align: center;
	position: relative
}

.media-style7 .media-img img {
	border-radius: 50%
}

.media-style7 .media-img:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border: 1px dashed #b5b5b5;
	border-radius: 50%
}

.media-style7 .media-body {
	padding-top: 20px
}

.media-style7 .media-title {
	margin-bottom: 10px
}

.media-style8 {
	display: flex;
	align-items: center;
	padding: 20px;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .05);
	margin-bottom: 30px;
	border-radius: 20px
}

.media-style8 .media-title {
	font-size: 20px;
	margin-bottom: 7px;
	margin-top: -0.2em;
	font-weight: 600
}

.media-style8 .media-text {
	font-size: 14px;
	margin-bottom: -0.2em
}

.media-style8 .media-text a {
	display: inline-block;
	color: inherit
}

.media-style8 .media-text a:hover {
	color: var(--theme-color)
}

.media-style8 .media-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	border-radius: 12px;
	margin-right: 20px;
	display: inline-block;
	text-align: center;
	color: var(--title-color);
	background-color: var(--smoke-color);
	transition: all ease .4s
}

.media-style8:hover .media-icon {
	color: var(--white-color);
	background-color: var(--theme-color)
}

.img-box1 {
	position: relative
}

.img-box1 .media-style1 {
	position: absolute;
	top: -15px;
	left: 43px
}

.img-box1 .img-1,
.img-box1 .img-2 {
	border: 10px solid var(--smoke-color);
	border-radius: 50%;
	overflow: hidden
}

.img-box1 .img-1 {
	width: 450px;
	height: 450px;
	margin-left: auto;
	margin-bottom: 25px
}

.img-box1 .img-2 {
	position: absolute;
	left: -122px;
	bottom: 0;
	width: 330px;
	height: 330px
}

.img-box2 {
	margin-bottom: 30px
}

.img-box2 .media-style4 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.img-box2 .slick-slide {
	position: relative
}

.img-box2 .img-1 {
	overflow: hidden;
	border-radius: 20px;
	width: 455px;
	max-width: 100%
}

.img-box2 .img-1 img {
	width: 100%
}

@media(max-width: 1500px) {

	.ab-sec-shape3,
	.ab-sec-shape1 {
		max-width: 200px;
		top: 1%
	}

	.ab-sec-shape2 {
		right: 0;
		top: 2%;
		max-width: 140px
	}

	.media-style1 {
		width: 170px;
		height: 170px
	}

	.media-style1 .media-number {
		font-size: 40px
	}

	.media-style1 .media-text {
		font-size: 14px
	}

	.media-style4 {
		padding: 20px
	}

	.media-style4 .media-title {
		font-size: 16px;
		margin-bottom: 5px
	}

	.media-style4 .media-text {
		font-size: 14px
	}

	.img-box2 .img-1 {
		max-width: 80%
	}

	.img-box1 .img-2 {
		width: 200px;
		height: 200px;
		left: 0
	}

	.img-box1 .media-style1 {
		top: 0
	}
}

@media(max-width: 1199px) {
	.media-style1 {
		width: 140px;
		height: 140px
	}

	.media-style1 .media-text {
		font-size: 12px
	}

	.media-style1 .media-number {
		font-size: 26px;
		margin-bottom: 10px
	}

	.media-style3 {
		margin-top: 30px;
		padding-top: 30px
	}

	.media-style3 .media-icon {
		margin-right: 15px;
		width: 35px
	}

	.media-style3 .media-text {
		line-height: 1.43;
		max-width: 150px
	}

	.img-box1 .img-1,
	.img-box1 .img-2 {
		max-width: 100%;
		max-width: -moz-max-content;
		max-width: max-content
	}

	.img-box1 .img-2 {
		width: 150px;
		height: 150px
	}

	.img-box1 .img-1 {
		width: 320px;
		height: 320px
	}

	.social-style1 a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}
}

@media(max-width: 991px) {

	.ab-sec-shape3,
	.ab-sec-shape2,
	.ab-sec-shape1 {
		display: none
	}

	.about-wrap1 {
		padding-top: var(--section-space-mobile);
		margin-top: calc(var(--section-space-mobile) - 30px)
	}

	.media-style3 {
		justify-content: start;
		display: flex
	}

	.media-style3 .media-item {
		max-width: 35%;
		flex: 0 0 35%
	}

	.img-box1 {
		max-width: 500px;
		margin: 0 auto 50px auto
	}

	.img-box1 .img-1 {
		width: auto;
		height: auto
	}

	.img-box2 .img-1 {
		width: 100%
	}
}

@media(max-width: 767px) {
	.social-style1 a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}

	.media-style1 {
		width: 110px;
		height: 110px
	}

	.media-style1 .media-text {
		font-size: 10px;
		line-height: 1.2
	}

	.media-style1 .media-number {
		font-size: 26px;
		margin-bottom: 8px
	}

	.img-box1 {
		margin-bottom: 40px
	}

	.img-box1 .media-style1 {
		left: 0;
		top: 0
	}

	.img-box1 .img-2 {
		right: 0;
		left: auto
	}

	.media-style4 {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		padding: 30px 0 0 0
	}

	.media-style4 .media-item:last-child,
	.media-style4 .media-item:not(:last-child) {
		width: 50%;
		flex: 0 0 50%;
		padding: 0 20px 15px 20px;
		margin-bottom: 15px
	}

	.media-style4 .media-item:nth-child(3) {
		border-bottom: none
	}

	.img-box2 .media-style4 {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: none
	}

	.img-box2 .img-1 {
		max-width: 100%;
		margin-bottom: 30px
	}

	.media-style3 {
		gap: 15px 0
	}

	.media-style3 .media-item {
		max-width: 50%;
		flex: 0 0 50%
	}

	.media-style3 .media-text {
		font-size: 16px
	}

	.media-style3 .media-icon {
		margin-right: 10px
	}
}

.counter-style1 {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none
}

.counter-style1 li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: var(--theme-color);
	border-radius: 30px;
	margin-right: 14px
}

.counter-style1 li:last-child {
	margin-right: 0
}

.counter-style1 .count-number {
	font-size: 24px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--white-color);
	line-height: 1;
	margin-bottom: 8px
}

.counter-style1 .count-name {
	font-size: 14px;
	font-family: var(--title-font);
	display: block;
	line-height: 1;
	color: var(--white-color)
}

.progress-style1 {
	padding-top: 5px
}

.progress-style1 .progress-number,
.progress-style1 .progress-title {
	font-family: var(--title-font);
	font-size: 18px;
	color: var(--title-color);
	font-weight: 500;
	margin: 0 0 0 0;
	line-height: 1
}

.progress-style1 .progress-number {
	position: absolute;
	top: -33px;
	right: 0
}

.progress-style1 .progress-title {
	font-size: 18px;
	margin-bottom: 10px
}

.progress-style1 .progress-status {
	height: 8px;
	display: flex;
	align-items: center;
	background-color: var(--white-color);
	border: 1px solid var(--smoke-color);
	padding: 2px;
	position: relative;
	width: 100%
}

.progress-style1 .progress-bar {
	height: 2px;
	border-radius: 6px;
	background-color: var(--theme-color);
	overflow: visible
}

.progress-style1 .progress-item {
	margin-bottom: 30px
}

@media(max-width: 1199px) {
	.counter-style1 li {
		width: 70px;
		height: 70px
	}

	.counter-style1 .count-number {
		font-size: 18px;
		margin-bottom: 3px
	}
}

@media(max-width: 767px) {
	.counter-style1 li {
		width: 60px;
		height: 60px;
		margin-right: 4px;
		border-radius: 10px
	}
}

.sidemenu-wrapper {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, .75);
	opacity: 0;
	visibility: hidden;
	transition: all ease .8s
}

.sidemenu-wrapper .closeButton {
	display: inline-block;
	border: 1px solid;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: var(--title-color);
	color: var(--white-color);
	border-radius: 50%;
	transform: rotate(0);
	transition: all ease .4s;
	z-index: 2
}

.sidemenu-wrapper .closeButton:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: rgba(0, 0, 0, 0);
	transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
	background-color: var(--body-bg);
	width: 400px;
	margin-left: auto;
	padding: 80px 40px 80px 40px;
	height: 100%;
	overflow: scroll;
	position: relative;
	right: -500px;
	cursor: auto;
	transition-delay: 1s;
	transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 1px rgba(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);
	margin-bottom: 60px
}

.sidemenu-wrapper .footer-info {
	color: #737373
}

.sidemenu-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	transition: all ease .8s
}

.sidemenu-wrapper.show .sidemenu-content {
	right: 0;
	opacity: 1;
	visibility: visible
}

@media(max-width: 991px) {
	.sidemenu-wrapper .closeButton {
		width: 35px;
		height: 35px;
		line-height: 33px;
		font-size: 16px;
		top: 10px;
		right: 10px
	}

	.sidemenu-wrapper .sidemenu-content {
		width: 320px;
		padding: 40px 20px 40px 20px
	}
}

.woocommerce-message,
.woocommerce-info {
	position: relative;
	border: 1px solid var(--border-color);
	padding: 11px 20px;
	background-color: var(--smoke-color);
	color: var(--title-color);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 0
}

.woocommerce-message a,
.woocommerce-info a {
	color: inherit;
	text-decoration: underline
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
	text-decoration: underline
}

.woocommerce-message:before,
.woocommerce-info:before {
	content: "ïª";
	font-family: var(--icon-font);
	font-weight: 900;
	margin-right: 10px
}

.woocommerce-notices-wrapper .woocommerce-message {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
	content: "ï…Š";
	font-weight: 300
}

.star-rating {
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	font-family: var(--icon-font);
	font-weight: 700;
	font-size: 14px
}

.star-rating:before {
	content: "ï€…ï€…ï€…ï€…ï€…";
	color: var(--theme-color);
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 3px;
	font-weight: 400
}

.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(--theme-color);
	letter-spacing: 3px;
	font-weight: 700
}

.quantity {
	position: relative;
	display: flex;
	border: 1px solid var(--smoke-color);
	border-radius: 22px;
	--input-height: 56px
}

.quantity input {
	padding: 0 35px 0 20px;
	font-size: 20px;
	color: var(--title-color);
	border: none;
	background-color: rgba(0, 0, 0, 0);
	height: var(--input-height)
}

.quantity .qty-btn {
	position: absolute;
	right: -1.5px;
	top: -1.5px;
	border: none;
	background-color: var(--smoke-color);
	padding: 3px 0 0 0;
	line-height: 1;
	width: 35px;
	height: calc(var(--input-height)/2 + 2px);
	color: var(--title-color);
	border-radius: 0 20px 0 0;
	font-size: 14px
}

.quantity .qty-btn:hover {
	color: var(--white-color);
	background-color: var(--theme-color)
}

.quantity .quantity-minus {
	top: auto;
	bottom: -1px;
	padding: 0 0 0px 0;
	border-radius: 0 0 20px 0
}

.rating-select {
	margin-top: -0.4em
}

.rating-select label {
	margin: 0 10px 0 0;
	display: inline-block
}

.rating-select p.stars {
	margin-bottom: 0;
	line-height: 1;
	display: inline-block
}

.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(--theme-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
}

.tab-menu-style1 {
	margin-bottom: 60px;
	padding: 0;
	display: flex;
	gap: 20px;
	flex-wrap: wrap
}

.tab-menu-style1 li {
	display: inline-block;
	list-style-type: none
}

.tab-menu-style1 button {
	border: 1px solid var(--border-color);
	background-color: #f5f7eb;
	color: var(--body-color);
	display: inline-block;
	transition: all ease .4s;
	line-height: 1;
	padding: 11px 17px 7px 17px;
	border-radius: 10px
}

.tab-menu-style1 button.active,
.tab-menu-style1 button:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.tab-menu-style2 {
	margin: 49px 0 30px 0;
	padding-bottom: 20px;
	position: relative
}

.tab-menu-style2:after,
.tab-menu-style2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 30px;
	background-color: var(--theme-color);
	border-radius: 20px;
	z-index: -1
}

.tab-menu-style2:after {
	right: 0;
	width: auto;
	z-index: -2;
	background-color: var(--border-color)
}

.tab-menu-style2 a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	color: var(--title-color)
}

.tab-menu-style2 a:after {
	content: "-";
	position: relative;
	display: inline-block;
	margin: 0 13px 0 13px;
	color: var(--body-color)
}

.tab-menu-style2 a:hover,
.tab-menu-style2 a.active {
	color: var(--theme-color)
}

.tab-menu-style2 li:last-child a:after {
	display: none
}

.product-bg1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 310px;
	z-index: -1
}

.product_meta {
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: var(--title-color);
	font-family: var(--title-font)
}

.product_meta>span {
	display: block;
	margin-bottom: 2px
}

.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;
	margin-right: 3px;
	font-weight: 400;
	color: var(--body-color)
}

.product_meta>span>a:not(:last-child):after,
.product_meta>span>span:not(:last-child):after {
	content: ","
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
	margin-left: 5px
}

.product_meta>span>a:last-child,
.product_meta>span>span:last-child {
	margin-right: 0
}

.product-big-img {
	padding: 30px;
	background-color: var(--smoke-color);
	border-radius: 20px;
	text-align: center
}

.product-big-img img {
	border-radius: 20px;
	width: 100%
}

.product-about {
	margin-bottom: 30px
}

.product-about .price {
	font-size: 28px;
	font-weight: 500;
	color: var(--theme-color);
	font-family: var(--title-font);
	line-height: 1;
	margin: -0.2em 0 18px 0
}

.product-about .product-title {
	font-size: 48px;
	margin-bottom: 10px
}

.product-about .product-rating {
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 5px;
	align-items: center;
	line-height: 1;
	font-size: 16px;
	margin-bottom: 30px
}

.product-about .star-rating {
	position: relative;
	top: -1px;
	font-size: 11px
}

.product-about .star-rating span:before,
.product-about .star-rating:before {
	color: var(--theme-color)
}

.product-about .text {
	margin-bottom: 23px
}

.product-about .text2 {
	color: var(--title-color);
	font-family: var(--title-font);
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 32px
}

.product-about .text2 .stock {
	margin-left: 10px;
	color: var(--body-color);
	font-weight: 400
}

.product-about .screen-reader-text {
	display: none
}

.product-about .actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 15px;
	margin-bottom: 33px
}

.product-about .actions .vs-btn {
	height: 56px;
	line-height: 58px;
	padding-top: 0;
	padding-bottom: 0
}

.product-about .actions .icon-btn {
	--icon-size: 56px;
	font-size: 20px
}

.product-about .actions .icon-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.product-about .actions .icon-btn::before,
.product-about .actions .icon-btn::after {
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-color: var(--title-color)
}

.vs-sort-bar {
	margin-bottom: 60px
}

.vs-sort-bar .woocommerce-result-count {
	margin-bottom: 0
}

.vs-sort-bar select {
	border: 1px solid var(--border-color);
	height: 50px;
	padding: 0 40px 0 30px;
	border-radius: 10px
}

.product-style1 {
	text-align: center;
	background-color: var(--white-color);
	box-shadow: 0 6px 30px rgba(0, 0, 0, .06);
	padding: 20px 20px 23px 20px;
	border-radius: 20px;
	margin-bottom: 30px
}

.product-style1 .product-img {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	transition: all ease .4s;
	background-color: var(--smoke-color);
	margin-bottom: 24px
}

.product-style1 .product-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(16, 55, 65, .3);
	border-radius: inherit;
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden;
	z-index: 1
}

.product-style1 .product-tag {
	position: absolute;
	left: 10px;
	top: 10px;
	min-width: 60px;
	height: 24px;
	display: inline-block;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 5px;
	font-size: 14px;
	line-height: 26px;
	padding: 0;
	z-index: 2
}

.product-style1 .actions {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2
}

.product-style1 .actions .icon-btn {
	display: inline-block;
	z-index: 1;
	--icon-size: 36px;
	line-height: var(--icon-size);
	margin-right: 10px;
	background-color: var(--white-color);
	color: var(--title-color);
	font-size: 14px;
	border: none;
	transition: all ease .4s;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .08);
	transform: translateY(calc((var(--icon-size)) / -2));
	opacity: 0;
	visibility: hidden;
	border-radius: 10px
}

.product-style1 .actions .icon-btn:last-child {
	margin-right: 0
}

.product-style1 .actions .icon-btn:hover {
	color: var(--white-color)
}

.product-style1 .actions .icon-btn:hover:before,
.product-style1 .actions .icon-btn:hover:after {
	background-color: var(--theme-color)
}

.product-style1 .product-category a {
	color: var(--body-color);
	margin-right: 3px;
	display: inline-block
}

.product-style1 .product-category a:not(:last-child)::after {
	content: ","
}

.product-style1 .product-category a:last-child {
	margin-right: 0
}

.product-style1 .product-price {
	color: var(--secondary-color);
	line-height: 1;
	margin-bottom: 10px;
	transition: all ease .4s
}

.product-style1 .product-rating {
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 5px;
	align-items: center;
	line-height: 1;
	font-size: 16px
}

.product-style1 .star-rating {
	position: relative;
	top: -2px
}

.product-style1 .star-rating span:before,
.product-style1 .star-rating:before {
	color: var(--theme-color)
}

.product-style1:hover .product-img:before {
	opacity: 1;
	visibility: visible
}

.product-style1:hover .product-price {
	color: var(--theme-color)
}

.product-style1:hover .actions a {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.product-style1:hover .actions a:nth-child(1) {
	transition-delay: .1s
}

.product-style1:hover .actions a:nth-child(2) {
	transition-delay: .18s
}

.product-style1:hover .actions a:nth-child(3) {
	transition-delay: .26s
}

.product-style1.layout2 .product-img:before {
	display: none
}

.product-style1.layout2 .actions {
	right: 10px;
	left: auto;
	top: 10px;
	transform: translateY(0)
}

.product-style1.layout2 .actions .icon-btn {
	border-radius: 50%;
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
	transform: translateX(calc((var(--icon-size)) / -2))
}

.product-style1.layout2 .actions .icon-btn:last-child {
	margin-bottom: 0
}

.product-style1.layout2 .product-price {
	color: var(--theme-color)
}

.product-style1.layout2 .star-rating span:before,
.product-style1.layout2 .star-rating:before {
	color: var(--secondary-color)
}

.product-style1.layout2:hover .product-img {
	background-color: rgba(254, 117, 11, .2)
}

.product-style1.layout2:hover .actions .icon-btn {
	transform: translateX(0)
}

.product-box1 {
	background-color: var(--smoke-color);
	padding-top: .1px;
	padding: .1px 40px 10px 40px;
	margin: 40px 0 0 0;
	position: relative;
	border-radius: 50px;
	z-index: 1
}

.product-box1 .bg-border {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: inherit;
	z-index: -11
}

.product-box1 .bg-border:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 6px;
	background-color: var(--secondary-color);
	border-radius: 50px 50px 0 0
}

.product-box1 .counter-style1 {
	margin: -40px 0 40px 0;
	text-align: center;
	position: relative;
	z-index: 2
}

@media(max-width: 1199px) {
	.product-about .product-title {
		margin-bottom: 7px;
		font-size: 30px
	}

	.product-about .price {
		font-size: 30px
	}

	.product-about .price del {
		font-size: 18px
	}
}

@media(max-width: 991px) {
	.product-style1 {
		padding: 10px 10px 18px 10px
	}

	.product-style1 .product-rating {
		display: block
	}

	.product-style1 .star-rating {
		top: 0;
		margin: 0 auto 12px auto;
		font-size: 10px;
		width: 75px
	}

	.product-style1 .actions .icon-btn {
		--icon-size: 30px;
		line-height: 31px;
		font-size: 12px
	}

	.product-style1 .product-tag {
		min-width: 50px;
		height: 22px;
		font-size: 12px;
		line-height: 25px
	}

	.tab-menu-style1 {
		margin-bottom: 30px;
		justify-content: center;
		gap: 10px
	}

	.tab-menu-style1 button {
		padding: 10px 13px 8px 13px;
		font-size: 14px
	}

	.product-box1 {
		padding: .1px 20px 10px 20px;
		margin: 40px 0 0 0
	}

	.product-big-img {
		margin-bottom: 40px;
		padding: 20px
	}
}

@media(max-width: 767px) {
	.product-table th {
		width: 10%;
		padding: 6px 15px
	}

	.product-table td {
		padding: 10px 15px
	}

	.vs-sort-bar select {
		height: 40px;
		padding: 0 30px 0 20px;
		border-radius: 10px;
		font-size: 14px
	}

	.product-about .product-title {
		font-size: 26px
	}

	.product-about .text {
		font-size: 16px
	}

	.product-about .text2 {
		font-size: 14px;
		letter-spacing: 0;
		margin-bottom: 33px
	}

	.product-about .price {
		font-size: 24px
	}

	.product-about .price del {
		font-size: 16px;
		margin-left: 8px
	}

	.product-box1 {
		padding: .1px 15px 5px 15px;
		border-radius: 10px
	}

	.product-box1 .bg-border {
		border-radius: 10px
	}
}

.woocommerce-cart-form {
	text-align: center
}

.cart_table {
	border: 1px solid var(--border-color);
	margin-bottom: 45px
}

.cart_table thead {
	background-color: var(--theme-color)
}

.cart_table thead th {
	border: none !important;
	color: var(--white-color);
	font-size: 18px
}

.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;
	transform: translateY(-50%);
	display: none
}

.cart_table td {
	border: none;
	border-bottom: 1px solid var(--border-color);
	color: var(--body-color);
	padding: 20px 10px;
	position: relative;
	vertical-align: middle;
	line-height: 1
}

.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(--border-color);
	overflow: hidden
}

.cart_table .cart-productimage img {
	transform: scale(1);
	transition: all ease .4s
}

.cart_table .cart-productimage:hover img {
	transform: scale(1.1)
}

.cart_table .amount {
	font-size: 18px;
	font-weight: 500;
	color: var(--title-color)
}

.cart_table .cart-productname {
	font-size: 18px;
	font-weight: 500;
	color: var(--title-color)
}

.cart_table .cart-productname:hover {
	color: var(--theme-color)
}

.cart_table .remove {
	color: var(--theme-color);
	font-size: 18px
}

.cart_table .remove:hover {
	color: var(--title-color)
}

.cart_table .quantity {
	width: -moz-max-content;
	width: max-content;
	display: inline-block
}

.cart_table .qty-input {
	width: -moz-max-content;
	width: max-content;
	height: 40px;
	padding: 0 20px 0 15px;
	font-size: 16px;
	border: 1px solid var(--smoke-color);
	border-radius: 18px
}

.cart_table .qty-btn {
	right: -1.5px;
	width: 25px;
	height: 23px;
	font-size: 10px;
	top: -0.5px;
	bottom: auto;
	padding-right: 3px
}

.cart_table .qty-btn.quantity-minus {
	top: auto;
	bottom: -0.5px
}

.cart_table .actions {
	text-align: right;
	vertical-align: middle
}

.cart_table .actions>.vs-btn {
	font-size: 16px;
	padding: 17px 28px;
	margin-right: 15px
}

.cart_table .actions>.vs-btn:last-child {
	margin-right: 0
}

.cart_table .vs-cart-coupon {
	float: left;
	margin: 0;
	width: 455px;
	max-width: 100%;
	display: flex
}

.cart_table .vs-cart-coupon input {
	height: 50px;
	width: calc(100% - 200px);
	margin-right: 10px;
	color: var(--title-color);
	border-radius: 9999px
}

.cart_table .vs-cart-coupon .vs-btn {
	font-size: 16px;
	padding: 17px 22px;
	width: -moz-max-content;
	width: max-content
}

.cart_totals {
	border: 1px solid var(--border-color)
}

.cart_totals th,
.cart_totals td {
	vertical-align: top;
	padding: 20px 20px;
	border: none;
	border-bottom: 1px solid var(--border-color);
	font-size: 14px;
	color: var(--title-color);
	width: 55%
}

.cart_totals th:first-child,
.cart_totals td:first-child {
	width: 45%;
	background-color: var(--smoke-color);
	font-weight: 700;
	font-size: 14px;
	color: var(--title-color)
}

.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 .shipping-calculator-form .vs-btn {
	padding: 13px 30px
}

.cart_totals .amount {
	font-weight: 700;
	font-size: 18px
}

.cart_totals .order-total .amount {
	color: var(--theme-color)
}

.cart_totals input,
.cart_totals select {
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background-position: right 20px center;
	font-size: 14px
}

@media(max-width: 991px) {
	.cart_table th {
		padding: 23px 8px;
		font-size: 14px
	}

	.cart_table .cart-productname {
		font-size: 14px
	}

	.cart_table .vs-cart-coupon {
		width: 100%;
		margin-bottom: 20px
	}

	.cart_table .actions {
		text-align: center
	}
}

@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 var(--border-color);
		border-bottom: none
	}

	.cart_table td::before {
		display: block
	}

	.cart_table td:last-child {
		border-bottom: 1px solid var(--border-color)
	}

	.cart_table td.actions {
		padding-left: 15px;
		text-align: center
	}

	.cart_table td.actions>.vs-btn {
		margin-top: 10px;
		margin-right: 0;
		display: block;
		width: -moz-max-content;
		width: max-content;
		margin-left: auto;
		margin-right: auto
	}

	.cart_table td.actions>.vs-btn:last-child {
		margin-right: auto
	}

	.cart_table .vs-cart-coupon {
		width: 100%;
		text-align: center;
		float: none;
		justify-content: center;
		display: block;
		padding-bottom: 10px
	}

	.cart_table .vs-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-form-coupon,
.woocommerce-form-login {
	padding: 40px;
	background-color: var(--smoke-color);
	--bs-gutter-x: 20px;
	margin-bottom: 40px
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
	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: -35px
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
	position: relative;
	bottom: -30px
}

.woocommerce-checkout .select2-dropdown {
	border: 1px solid var(--border-color);
	border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
	color: var(--body-color)
}

.select2-container--default .select2-selection--single {
	height: 60px;
	border: 1px solid var(--border-color)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
	padding-left: 30px;
	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: 60px;
	line-height: 60px;
	margin-right: 18px
}

span.select2-selection.select2-selection--single:focus {
	outline: none
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
	height: 40px;
	padding-left: 15px;
	font-size: 16px;
	background-position: right 13px center;
	border-radius: 9999px
}

.shipping-calculator-form .vs-btn {
	font-size: 14px;
	padding: 0 20px;
	width: -moz-max-content;
	width: max-content;
	height: 40px
}

.checkout-ordertable th,
.checkout-ordertable td {
	border: none;
	vertical-align: middle;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 500;
	color: var(--title-color)
}

.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)
}

.checkout-ordertable th,
.checkout-ordertable td {
	border: 1px solid var(--border-color);
	text-align: right;
	padding: 5px 20px
}

.checkout-ordertable th {
	text-align: left
}

.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: 10px;
	border-bottom: 1px solid var(--border-color);
	border-radius: 4px;
	font-size: 16px
}

.woocommerce-checkout-payment ul input[type=radio]~label {
	margin-bottom: 19px;
	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: var(--title-color);
	background-color: var(--light-color);
	border: 1px solid var(--border-color);
	border-bottom: none;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	display: none
}

.woocommerce-checkout-payment .payment_box p {
	margin: 0
}

.vs-checkout-wrapper form.woocommerce-form {
	margin-bottom: 25px
}

.vs-checkout-wrapper select,
.vs-checkout-wrapper .form-control,
.vs-checkout-wrapper .form-select,
.vs-checkout-wrapper textarea,
.vs-checkout-wrapper input {
	height: 50px;
	padding: 0 30px 0 20px;
	border-radius: 9px
}

@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
	}

	.woocommerce-form-coupon,
	.woocommerce-form-login {
		padding: 40px 20px
	}
}

@media(max-width: 575px) {

	.woocommerce-message,
	.woocommerce-info {
		font-size: 12px;
		padding: 11px 15px
	}
}

.form-style1 {
	display: flex;
	align-items: center;
	width: 370px;
	max-width: 100%
}

.form-style1 input {
	height: 55px;
	padding: 0 15px 0 20px;
	border-radius: 9999px 0 0 9999px;
	border: none;
	flex: 1;
	margin-bottom: 0
}

.form-style1 button {
	padding: 0;
	height: 55px;
	line-height: 55px;
	width: 143px;
	border-radius: 0 9999px 9999px 0
}

.form-style2 {
	display: flex;
	position: relative;
	width: 500px;
	max-width: 100%
}

.form-style2 input {
	flex: 1;
	background-color: var(--smoke-color);
	border: 1px solid var(--border-color);
	border-radius: 9999px;
	height: 46px;
	padding-right: 56px;
	padding-left: 30px
}

.form-style2 button {
	border: none;
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 0 9999px 9999px 0;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -23px
}

.form-style3 {
	display: flex;
	align-items: center
}

.form-style3 input {
	background-color: var(--white-color);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .06);
	border-radius: 9999px;
	border: none;
	margin-right: 10px;
	height: 52px
}

.form-style3 button {
	height: 52px;
	line-height: 53px;
	padding-top: 0;
	padding-bottom: 0
}

.form-style4 {
	background-color: var(--title-color);
	border-radius: 10px;
	padding: 60px 60px 35px 60px;
	position: relative;
	z-index: 2
}

.form-style4 select,
.form-style4 input {
	border: none;
	padding: 0 20px 0 20px;
	border-radius: 5px
}

.form-style4 .row {
	--bs-gutter-x: 25px
}

.form-style4 .vs-btn {
	border: none;
	width: 100%;
	border-radius: 5px;
	height: 60px;
	padding-top: 0;
	padding-bottom: 0
}

.form-style4 .vs-btn::before,
.form-style4 .vs-btn::after {
	background-color: var(--secondary-color)
}

.form-style6,
.form-style5 {
	padding: 50px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08);
	max-width: 510px;
	margin-left: auto;
	border-radius: 10px;
	margin-bottom: 30px
}

.form-style6 .form_title,
.form-style5 .form_title {
	margin-bottom: 38px;
	margin-top: -0.28em;
	text-align: center
}

.form-style6 .form-group,
.form-style5 .form-group {
	margin-bottom: 22px
}

.form-style6 textarea,
.form-style6 select,
.form-style6 input,
.form-style5 textarea,
.form-style5 select,
.form-style5 input {
	background-color: var(--smoke-color);
	border: none;
	padding: 0 50px 0 25px;
	height: 56px;
	border-radius: 10px
}

.form-style6 i,
.form-style5 i {
	top: 12px;
	right: 30px
}

.form-style6 textarea,
.form-style5 textarea {
	padding-top: 15px
}

.form-style6 .vs-btn,
.form-style5 .vs-btn {
	width: 100%;
	border-radius: 10px
}

.form-style6 {
	padding: 60px;
	max-width: 100%;
	width: 100%;
	margin-top: 50px
}

.form-style6 i {
	right: 40px
}

.contact-map {
	line-height: 0
}

@media(max-width: 991px) {
	.contact-map iframe {
		height: 300px
	}
}

.form-style7 .form-group {
	margin-bottom: 20px
}

.form-style7 .vs-btn {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 10px;
	height: 56px;
	line-height: 56px
}

.form-style7 textarea,
.form-style7 input {
	background-color: var(--white-color);
	border-radius: 10px;
	border: none;
	height: 56px;
	padding: 0 30px 0 20px 0
}

.form-style7 i {
	right: 25px;
	top: 12px;
	font-size: 14px
}

@media(max-width: 1199px) {
	.form-style4 {
		padding: 40px 30px 15px 30px
	}

	.form-style4 .vs-btn {
		height: 45px;
		line-height: 44px
	}

	.form-style4 select,
	.form-style4 input {
		height: 45px
	}

	.form-style4 .title-area {
		margin-bottom: 30px
	}

	.form-style4 .sec-subtitle {
		margin-bottom: 10px
	}

	.form-style6,
	.form-style5 {
		max-width: 100%;
		margin-top: 30px
	}

	.form-style2 {
		width: 300px;
		margin-left: auto;
		margin-right: auto
	}
}

@media(max-width: 991px) {
	.form-style1 {
		width: 100%
	}
}

@media(max-width: 767px) {

	.form-style6,
	.form-style5 {
		padding: 50px 20px
	}

	.form-style6 .form_title,
	.form-style5 .form_title {
		margin-bottom: 28px
	}

	.form-style1 input {
		height: 45px
	}

	.form-style1 button {
		height: 45px;
		line-height: 45px;
		width: 110px
	}
}

.service-bottom-text {
	color: var(--white-color);
	text-align: center;
	margin-bottom: 25px;
	margin-top: 5px
}

.service-bottom-text a {
	text-transform: uppercase
}

.service-style1 {
	position: relative;
	background-color: var(--white-color);
	padding: 40px 30px;
	border-radius: 5px;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px
}

.service-style1 .service-bg {
	position: absolute;
	bottom: 13px;
	right: 0;
	left: 0;
	text-align: right;
	z-index: -1
}

.service-style1 .service-icon {
	margin-bottom: 25px;
	height: 50px
}

.service-style1 .service-icon img {
	max-height: 100%
}

.service-style1 .service-title {
	font-size: 20px;
	margin-bottom: 20px
}

.service-style1 .service-text {
	margin-bottom: 11px
}

.service-style1 .service-readmore {
	font-size: 16px;
	color: var(--title-color);
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--title-font)
}

.service-style1 .service-readmore:hover {
	color: var(--theme-color)
}

.service-style1 .service-btn {
	padding-top: 10px;
	padding-right: 13px;
	font-size: 20px;
	display: inline-block;
	width: 80px;
	height: 73px;
	background-color: var(--theme-color);
	color: var(--white-color);
	text-align: right;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	transition: all ease .4s;
	transform: translate(20%, -20%);
	opacity: 0;
	visibility: hidden
}

.service-style1 .service-btn:hover {
	background-color: var(--secondary-color);
	color: var(--white-color)
}

.service-style1:hover .service-btn {
	opacity: 1;
	visibility: visible;
	transform: translate(1px, -1px)
}

.service-style2 {
	position: relative;
	margin-bottom: 30px
}

.service-style2 .service-img {
	overflow: hidden;
	position: relative;
	border-radius: 5px
}

.service-style2 .service-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	background-image: linear-gradient(to bottom, rgba(16, 55, 65, 0) 25%, #298DA7 94%);
	z-index: 1
}

.service-style2 .service-img img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1.001) rotate(0)
}

.service-style2 .service-content {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding-bottom: 40px
}

.service-style2 .service-title {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--white-color);
	margin-bottom: 27px
}

.service-style2 .vs-btn {
	padding: 13px 30.5px
}

.service-style2:hover .service-img img {
	transform: scale(1.1) rotate(3deg)
}

.service-style3 {
	text-align: center;
	margin-bottom: 30px
}

.service-style3 .service-img {
	width: 272px;
	height: 272px;
	z-index: 2;
	position: relative;
	text-align: center;
	overflow: hidden;
	transition: all ease .4s;
	border: 4px solid var(--theme-color);
	border-radius: 50%;
	margin: 0 auto 35px auto
}

.service-style3 .service-content {
	margin: -170px 0 0 0;
	padding: 166px 40px 40px 40px;
	border-radius: 10px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08);
	background-color: var(--white-color);
	position: relative;
	z-index: 1
}

.service-style3 .service-content:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-bottom: 2px solid var(--theme-color);
	border-radius: inherit;
	transition: all ease .4s
}

.service-style3 .service-title {
	margin-bottom: 12px
}

.service-style3 .service-text {
	margin-bottom: 21px
}

.service-style3:hover .service-img {
	border-color: var(--secondary-color)
}

.service-style3:hover .vs-btn {
	background-color: var(--secondary-color);
	color: var(--white-color)
}

.service-style3:hover .service-content:before {
	border-color: var(--secondary-color)
}

.service-details {
	background-color: var(--white-color);
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08);
	border-radius: 20px;
	padding: 30px 30px 5px 30px;
	margin-bottom: 30px
}

.service-details .service-img {
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 18px
}

.service-details .service-img img {
	width: 100%
}

.service-details p {
	margin-bottom: 25px
}

.service-details h1,
.service-details h2,
.service-details h3,
.service-details h4,
.service-details h5,
.service-details h6 {
	margin-bottom: 21px
}

.service-details ol,
.service-details ul {
	margin-bottom: 33px
}

@media(max-width: 1199px) {
	.service-style3 .service-img {
		width: 200px;
		height: 200px;
		margin-bottom: 20px
	}

	.service-style3 .service-content {
		padding: 130px 20px 30px 20px;
		margin-top: -130px
	}
}

@media(max-width: 991px) {
	.service-style1 {
		padding: 30px 20px
	}

	.service-style1 .service-icon {
		margin-bottom: 20px
	}

	.service-bottom-text {
		margin-top: -5px;
		font-size: 12px;
		line-height: 1.4
	}

	.service-bottom-text a {
		font-size: 10px;
		margin-left: 2px
	}
}

@media(max-width: 767px) {
	.service-style1 {
		padding: 30px 15px;
		text-align: center
	}

	.service-details {
		padding: 30px 15px 5px 15px
	}
}

.team-style1 .team-inner {
	position: relative;
	background-color: rgba(254, 117, 11, .1);
	text-align: center;
	padding: 30px 30px 23px 30px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 30px;
	transition: all ease .4s;
	--image-size: 206px;
	--links-size: 35px
}

.team-style1 .team-inner:before {
	content: "";
	position: absolute;
	left: -24%;
	bottom: 35%;
	width: 999.84px;
	height: 1109.96px;
	background-color: rgba(217, 217, 217, .35);
	z-index: -1;
	border-radius: 50%;
	transition: all ease .4s
}

.team-style1 .team-img {
	width: var(--image-size);
	height: var(--image-size);
	border-radius: 50%;
	margin: 0 auto 29px auto;
	border: 3px solid rgba(254, 117, 11, .15);
	transition: all ease .4s;
	position: relative
}

.team-style1 .team-img img {
	width: 100%
}

.team-style1 .team-name {
	margin-bottom: 8px
}

.team-style1 .team-name a {
	color: inherit
}

.team-style1 .team-degi {
	line-height: 1;
	transition: all ease .4s;
	border-bottom: 1px solid rgba(116, 115, 115, .3);
	padding-bottom: 15px;
	margin-bottom: 14px
}

.team-style1 .team-number {
	font-size: 18px;
	font-weight: 500;
	color: var(--title-color);
	font-family: var(--title-font)
}

.team-style1 .team-number i {
	margin-right: 10px
}

.team-style1 .team-links ul>* {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: -20px
}

.team-style1 .team-links ul>*:nth-of-type(1) {
	transform: rotate(320deg) translate(103px) rotate(-320deg)
}

.team-style1 .team-links ul>*:nth-of-type(2) {
	transform: rotate(352deg) translate(103px) rotate(-352deg)
}

.team-style1 .team-links ul>*:nth-of-type(3) {
	transform: rotate(384deg) translate(103px) rotate(-384deg)
}

.team-style1 .team-links ul>*:nth-of-type(4) {
	transform: rotate(416deg) translate(103px) rotate(-416deg)
}

.team-style1 .team-links ul>*:nth-of-type(5) {
	transform: rotate(448deg) translate(103px) rotate(-448deg)
}

.team-style1 .team-links a,
.team-style1 .team-links .icon {
	padding: 0;
	border: none;
	font-size: 14px;
	display: inline-block;
	width: var(--links-size);
	height: var(--links-size);
	line-height: var(--links-size);
	border-radius: 50%;
	transition: all ease .4s
}

.team-style1 .team-links .icon {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.team-style1 .team-links a {
	background-color: var(--secondary-color);
	color: var(--white-color);
	opacity: 0;
	visibility: hidden
}

.team-style1 .team-links a:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.team-style1.active .team-links a {
	opacity: 1;
	visibility: visible
}

.team-style1:hover .team-inner {
	background-color: var(--theme-color)
}

.team-style1:hover .team-img {
	border-color: var(--theme-color)
}

.team-style1:hover .team-number,
.team-style1:hover .team-name {
	color: var(--white-color)
}

.team-style1:hover .team-degi {
	color: var(--white-color);
	border-color: hsla(0, 0%, 100%, .3)
}

.team-style1:hover .team-links .icon {
	background-color: var(--title-color);
	color: var(--white-color)
}

.team-details-img {
	padding: 25px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08);
	background-color: var(--white-color);
	margin-bottom: 75px;
	border-radius: 20px
}

.team-details-img img {
	border-radius: inherit;
	width: 100%
}

.team-details .team-name {
	margin: -0.2em 0 11px 0
}

.team-details .team-degi {
	font-size: 18px;
	color: var(--theme-color);
	line-height: 1;
	margin-bottom: 25px
}

.team-details .team-desc p {
	margin-top: 33px;
	margin-bottom: 30px
}

.team-details .team-contact {
	border: none;
	font-size: 16px
}

.team-details .team-contact th,
.team-details .team-contact td {
	padding: 0 0 23px 0;
	border: none;
	line-height: 1;
	font-size: 16px
}

.team-details .team-contact th {
	color: var(--title-color);
	font-weight: 500;
	font-size: 18px
}

.team-details .team-contact a {
	color: inherit
}

.team-details .team-contact a:Hover {
	color: var(--theme-color)
}

.team-details p {
	margin-bottom: 25px
}

.team-details h1,
.team-details h2,
.team-details h3,
.team-details h4,
.team-details h5,
.team-details h6 {
	margin-bottom: 21px
}

.team-details ol,
.team-details ul {
	margin-bottom: 33px
}

@media(max-width: 1399px) {
	.team-style1 .team-name {
		font-size: 20px
	}

	.team-style1 .team-number {
		font-size: 16px
	}
}

@media(max-width: 1199px) {

	.team-details .team-contact th,
	.team-details .team-contact td {
		padding: 0 0 17px 0;
		font-size: 14px
	}

	.team-details .team-desc p {
		margin-top: 23px;
		margin-bottom: 22px
	}

	.team-details-img {
		padding: 20px;
		margin-bottom: 50px
	}
}

@media(max-width: 991px) {
	.team-details-img {
		margin-bottom: 40px;
		padding: 20px
	}

	.team-details .team-degi {
		margin-bottom: 25px
	}

	.team-details .team-desc p {
		margin-top: 23px
	}
}

@media(max-width: 767px) {
	.team-details .team-contact td {
		font-size: 14px
	}

	.team-details .team-contact th {
		width: 38%;
		font-size: 16px
	}
}

.feature-bg1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 680px;
	z-index: -1
}

.feature-wrap1 {
	padding-top: 332px;
	margin-top: -212px
}

.feature-style1 {
	background-color: var(--white-color);
	display: flex;
	justify-content: space-between;
	padding: 80px 80px 30px 80px;
	border-radius: 10px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08)
}

.feature-style1 .feature-inner {
	flex: 1;
	max-width: 315px
}

.feature-style1 .feature-left {
	text-align: right
}

.feature-style1 .feature-image {
	flex: 1;
	margin-bottom: 40px;
	align-self: center
}

.feature-style1 .feature-image img {
	position: relative;
	right: -45px
}

.feature-style1 .feature-icon {
	margin-bottom: 13px
}

.feature-style1 .feature-item {
	margin-bottom: 41px
}

.feature-style1 .feature-btn {
	text-transform: uppercase;
	font-family: var(--title-font);
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
	color: var(--title-color)
}

.feature-style1 .feature-btn:hover {
	color: var(--theme-color)
}

.feature-style1 .feature-title {
	margin-bottom: 7px
}

.feature-style1 .feature-text {
	margin-bottom: 11px
}

.feature-style2 .feature-body {
	background-color: var(--white-color);
	background-image: linear-gradient(to bottom, var(--gradient-color1, red) 0%, var(--gradient-color2, blue) 65%);
	text-align: center;
	position: relative;
	background-size: cover;
	border-radius: 20px;
	z-index: 1;
	padding: 40px 20px 36px 20px;
	margin-bottom: 30px
}

.feature-style2 .feature-body:before {
	content: "";
	position: absolute;
	top: var(--border-width, 2px);
	right: var(--border-width, 2px);
	bottom: var(--border-width, 2px);
	left: var(--border-width, 2px);
	background-color: var(--white-color);
	border-radius: 18px;
	z-index: -1
}

.feature-style2 .feature-icon {
	height: 80px;
	line-height: 80px;
	margin-bottom: 24px
}

.feature-style2 .feature-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 19px
}

.feature-style2 .feature-percentage {
	font-size: 36px;
	font-weight: 500;
	font-family: var(--title-font);
	color: var(--title-color);
	line-height: 1;
	margin-bottom: 0;
	transition: all ease .4s
}

.feature-style2:hover .feature-percentage {
	color: var(--gradient-color1, blue)
}

.feature-style2.color-1 {
	--gradient-color1: #FE750B;
	--gradient-color2: rgba(28, 187, 180, 0.06)
}

.feature-style2.color-2 {
	--gradient-color1: #FF4A7B;
	--gradient-color2: rgba(28, 187, 180, 0.06)
}

.feature-style2.color-3 {
	--gradient-color1: #1CBBB4;
	--gradient-color2: rgba(28, 187, 180, 0.06)
}

.feature-style2.color-4 {
	--gradient-color1: #2390FF;
	--gradient-color2: rgba(28, 187, 180, 0.06)
}

.feature-style2.color-5 {
	--gradient-color1: #7DBE48;
	--gradient-color2: rgba(28, 187, 180, 0.06)
}

@media(max-width: 1500px) {
	.feature-style1 .feature-image {
		padding: 0 30px
	}

	.feature-style1 .feature-image img {
		right: 0
	}
}

@media(max-width: 1199px) {
	.feature-wrap1 {
		padding-top: var(--section-space-mobile);
		margin-top: var(--section-space-mobile)
	}

	.feature-bg1 {
		height: 400px
	}
}

@media(max-width: 991px) {
	.feature-style1 {
		padding: 50px 20px 1px 20px
	}

	.feature-style1 .feature-image {
		max-width: 200px
	}
}

@media(max-width: 767px) {
	.feature-style1 {
		padding: 50px 15px 1px 15px;
		flex-direction: column
	}

	.feature-style1 .feature-image {
		order: 1;
		max-width: 100%;
		margin: 0 auto 0 auto
	}

	.feature-style1 .feature-image img {
		right: -30px
	}

	.feature-style1 .feature-right,
	.feature-style1 .feature-left {
		text-align: center
	}

	.feature-style2 .feature-title {
		font-size: 16px;
		margin-bottom: 12px
	}

	.feature-style2 .feature-percentage {
		font-size: 30px
	}
}

.gallery-style1 {
	position: relative
}

.gallery-style1 .gallery-img {
	overflow: hidden
}

.gallery-style1 .gallery-img img {
	width: 100%;
	transform: scale(1.001)
}

.gallery-style1 .icon-btn,
.gallery-style1 .gallery-title,
.gallery-style1 .gallery-label {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all ease .4s
}

.gallery-style1 .icon-btn {
	transform: translateY(-20px)
}

.gallery-style1 .gallery-label {
	font-size: 14px;
	font-family: var(--title-font);
	font-weight: 400;
	color: var(--white-color);
	margin: 17px 0 4px 0
}

.gallery-style1 .gallery-title {
	margin: 0 0 -0.23em 0;
	color: var(--white-color)
}

.gallery-style1 .gallery-content {
	position: absolute;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(16, 55, 65, .84);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all ease .4s
}

.gallery-style1:hover .gallery-title,
.gallery-style1:hover .gallery-label,
.gallery-style1:hover .icon-btn,
.gallery-style1:hover .gallery-content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.gallery-style1:hover .gallery-title,
.gallery-style1:hover .gallery-label,
.gallery-style1:hover .icon-btn {
	transition-delay: .1s
}

.gallery-style1:hover .gallery-title {
	transition-delay: .2s
}

.gallery-style2 .gallery-img {
	position: relative;
	overflow: hidden;
	border-radius: 5px
}

.gallery-style2 .gallery-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--title-color);
	transform: scaleY(0.3);
	transform-origin: 50% 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.gallery-style2 .gallery-img img {
	width: 100%;
	transition: all ease .4s
}

.gallery-style2 .icon-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0);
	--icon-size: 60px;
	font-size: 26px;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.gallery-style2:hover .gallery-img:before {
	opacity: .7;
	visibility: visible;
	transform: scaleX(1)
}

.gallery-style2:hover .icon-btn {
	opacity: 1;
	visibility: visible;
	transition-delay: .2s;
	transform: translate(-50%, -50%) rotate(-30deg)
}

.gallery-meta-box {
	background-color: var(--smoke-color);
	padding: 40px;
	width: 330px;
	max-width: 100%;
	margin-bottom: 40px;
	border-radius: 20px
}

.gallery-meta-box .box-title {
	position: relative;
	margin-top: -0.2rem;
	padding-bottom: 14px;
	margin-bottom: 23px
}

.gallery-meta-box .box-title:after,
.gallery-meta-box .box-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--theme-color);
	width: 40px;
	height: 1px;
	z-index: 2
}

.gallery-meta-box .box-title:after {
	z-index: 1;
	width: 100%;
	background-color: var(--border-color)
}

.gallery-meta-box .info-label {
	font-size: 16px;
	display: block;
	line-height: 1;
	margin-bottom: 8px
}

.gallery-meta-box .info-text {
	font-size: 18px;
	font-weight: 600;
	color: var(--title-color);
	line-height: 1;
	font-family: var(--title-font);
	margin-bottom: 0
}

.gallery-meta-box .info-item:not(:last-child) {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 22px;
	margin-bottom: 23px
}

.gallery-details p {
	margin-bottom: 25px
}

.gallery-details h1,
.gallery-details h2,
.gallery-details h3,
.gallery-details h4,
.gallery-details h5,
.gallery-details h6 {
	margin-bottom: 21px
}

.gallery-details ol,
.gallery-details ul {
	margin-bottom: 33px
}

@media(max-width: 1199px) {
	.gallery-style1 .gallery-content {
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px
	}

	.gallery-style2 .icon-btn {
		--icon-size: 40px;
		font-size: 20px
	}
}

@media(max-width: 991px) {
	.gallery-meta-box {
		width: 100%
	}
}

@media(max-width: 767px) {
	.gallery-style1 .gallery-content {
		top: 5px;
		right: 5px;
		bottom: 5px;
		left: 5px
	}

	.gallery-style1 .icon-btn {
		--icon-size: 40px
	}

	.gallery-meta-box {
		padding: 30px 20px
	}
}

.package-style1 {
	margin-bottom: 30px
}

.package-style1 .package-head {
	background-color: var(--smoke-color);
	border-radius: 15px;
	padding: 34px 60px 160px 70px;
	transition: all ease .4s
}

.package-style1 .package-title {
	transition: all ease .4s
}

.package-style1 .package-price {
	line-height: 1;
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 0;
	color: var(--theme-color);
	font-family: var(--title-font);
	transition: all ease .4s
}

.package-style1 .package-price sub {
	position: relative;
	top: -0.15em;
	margin-left: 5px;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--body-font);
	color: var(--body-color);
	transition: all ease .4s
}

.package-style1 .package-icon {
	width: var(--icon-size, 90px);
	height: var(--icon-size, 90px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: calc(var(--icon-size, 90px)/-2);
	margin-bottom: 33px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	background-color: var(--theme-color);
	transition: all ease .4s
}

.package-style1 .package-list {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none
}

.package-style1 .package-list li {
	margin-bottom: 3px
}

.package-style1 .package-list li:last-child {
	margin-bottom: 0
}

.package-style1 .package-list li:before {
	content: "ï„¸";
	font-family: var(--icon-font);
	color: var(--theme-color);
	margin-right: 10px;
	top: .05em;
	position: relative
}

.package-style1 .package-list li.inactive:before {
	opacity: .3
}

.package-style1 .package-btn {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid var(--border-color);
	width: 100%;
	color: var(--title-color);
	text-align: center;
	--bg-shape-gap: 0
}

.package-style1 .package-btn:hover {
	color: var(--white-color);
	border-color: var(--title-color)
}

.package-style1 .package-content {
	padding: .01px 40px 40px 40px;
	border: 1px solid var(--border-color);
	margin: -95px 30px 0 30px;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
	background-color: var(--white-color)
}

.package-style1.active .package-price sub,
.package-style1.active .package-price,
.package-style1.active .package-title,
.package-style1:hover .package-price sub,
.package-style1:hover .package-price,
.package-style1:hover .package-title {
	color: var(--white-color)
}

.package-style1.active .package-head,
.package-style1:hover .package-head {
	background-color: var(--theme-color)
}

.package-style1.active .package-icon,
.package-style1:hover .package-icon {
	background-color: var(--title-color)
}

@media(max-width: 1399px) {
	.package-style1 .package-head {
		padding: 30px 30px 100px 30px
	}

	.package-style1 .package-title {
		font-size: 20px;
		margin-bottom: 5px
	}

	.package-style1 .package-price {
		font-size: 40px
	}

	.package-style1 .package-price sub {
		font-size: 16px
	}

	.package-style1 .package-icon {
		--icon-size: 60px;
		margin-bottom: 20px
	}

	.package-style1 .package-content {
		padding: .01px 20px 40px 20px;
		margin: -50px 15px 0 15px
	}

	.package-style1 .package-list {
		margin-bottom: 20px
	}

	.package-style1 .package-btn {
		font-size: 14px
	}
}

@media(max-width: 767px) {
	.package-style1 .package-content {
		padding: .01px 15px 30px 15px;
		margin: -50px 15px 0 15px
	}
}

.testi-wrap1 {
	padding-top: 320px;
	margin-top: -200px
}

.testi-wrap-bg1 {
	position: absolute;
	right: 0;
	bottom: 0
}

.testi-style1 {
	position: relative;
	padding-left: 120px;
	padding: 50px 0 50px 120px
}

.testi-style1 .testi-inner {
	width: 775px;
	max-width: 100%
}

.testi-style1 .testi-icon {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: var(--smoke-color);
	transform: translate(-50%, -50%);
	padding: 20px
}

.testi-style1 .testi-text {
	font-size: 24px;
	font-weight: 500;
	font-family: var(--title-font);
	margin-top: 20px
}

.testi-style1 .testi-auth {
	display: flex;
	align-items: center
}

.testi-style1 .testi-avater {
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin-right: 20px;
	overflow: hidden
}

.testi-style1 .auth-name {
	line-height: 1;
	margin: .05em 0 9px 0
}

.testi-style1 .auth-degi {
	color: var(--theme-color);
	font-family: var(--title-font);
	font-weight: 500;
	margin-bottom: 0
}

.testi-style1 .slick-arrow {
	top: auto;
	left: auto;
	right: 0;
	bottom: 18px;
	opacity: 1;
	visibility: visible
}

.testi-style1 .slick-arrow.slick-prev {
	right: calc(var(--icon-size, 46px) + 15px)
}

.testi-style2 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	--icon-size: 120px;
	--img-size: 390px;
	--gutter-gap: 40px
}

.testi-style2 .testi-right,
.testi-style2 .testi-left {
	width: var(--icon-size);
	flex: 0 0 var(--icon-size)
}

.testi-style2 .testi-inner-btn {
	display: none
}

.testi-style2 .testi-slide-btn {
	width: var(--icon-size);
	height: var(--icon-size);
	line-height: var(--icon-size);
	font-size: 30px;
	display: inline-block;
	border: none;
	padding: 0;
	background-color: var(--theme-color);
	color: var(--white-color)
}

.testi-style2 .testi-slide-btn:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.testi-style2 .testi-middle {
	display: flex;
	align-items: flex-end;
	flex: 0 0 calc(100% - var(--icon-size)*2);
	width: calc(100% - var(--icon-size)*2)
}

.testi-style2 .testi-inner {
	width: calc(100% - var(--img-size));
	flex: 0 0 calc(100% - var(--img-size))
}

.testi-style2 .testi-img {
	overflow: hidden;
	border-radius: 9px 9px 9px 0;
	position: relative;
	width: 390px
}

.testi-style2 .testi-img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: var(--icon-size);
	background-color: var(--theme-color);
	opacity: .7;
	z-index: 1
}

.testi-style2 .testi-img img {
	width: 100%
}

.testi-style2 .testi-rating {
	color: var(--theme-color);
	letter-spacing: 5px;
	font-size: 18px;
	margin-top: 20px
}

.testi-style2 .sec-subtitle {
	padding-left: var(--gutter-gap)
}

.testi-style2 .sec-title {
	margin-bottom: 27px;
	padding-left: var(--gutter-gap)
}

.testi-style2 .testi-name {
	margin-bottom: 3px
}

.testi-style2 .testi-degi {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase
}

.testi-style2 .testi-quote {
	background-color: rgba(249, 246, 239, .5);
	padding: 40px 40px 31px 40px;
	margin-left: calc(var(--gutter-gap)*-1)
}

.testi-style2 .testi-quote p {
	margin-bottom: 0
}

.testi-style2 .testi-content {
	padding-left: var(--gutter-gap)
}

.testi-style2 .quote-icon {
	opacity: .5;
	margin-bottom: 20px
}

.testi-style2 .testi-index {
	font-family: var(--title-font);
	font-weight: 500;
	color: var(--title-color);
	font-size: 18px;
	text-align: right;
	padding-bottom: 23px
}

.testi-style2 .current-index {
	font-size: 60px;
	font-weight: 600
}

.avater-style1 {
	text-align: center;
	margin: -18px auto 3px auto;
	max-width: 240px
}

.avater-style1 .avater {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 30px auto;
	overflow: hidden;
	border: 4px solid var(--white-color);
	transition: all ease .4s;
	transform: scale(1.001);
	position: relative;
	z-index: 1;
	cursor: pointer
}

.avater-style1 .slick-current .avater {
	z-index: 2;
	transform: scale(1.3);
	border-color: var(--theme-color)
}

.testi-style3 {
	text-align: center;
	padding: 0 30px;
	--pos-x: -131px
}

.testi-style3 .slick-dots {
	margin-top: 30px;
	margin-bottom: 0
}

.testi-style3 .testi-title {
	margin-bottom: 20px
}

.testi-style3 .testi-text {
	font-size: 18px;
	line-height: 1.45;
	margin-bottom: 22px
}

.testi-style3 .testi-text:after {
	content: "â€";
	color: var(--theme-color)
}

.testi-style3 .testi-text:before {
	content: "â€œ";
	color: var(--theme-color)
}

.testi-style3 .testi-name {
	color: var(--title-color);
	font-size: 16px;
	margin-bottom: 11px
}

.testi-style3 .testi-rating {
	font-size: 16px;
	letter-spacing: 4px;
	color: var(--theme-color);
	line-height: 1
}

@media(max-width: 1800px) {
	.testi-img-box1 {
		max-width: 500px
	}

	.testi-style1 {
		padding-left: 80px
	}

	.testi-style1 .testi-text {
		font-size: 18px;
		margin-top: 0px
	}

	.testi-style1 .testi-avater {
		width: 60px;
		height: 60px;
		margin-right: 15px
	}

	.testi-style1 .auth-name {
		font-size: 22px;
		margin-bottom: 5px
	}

	.testi-style1 .auth-degi {
		font-size: 14px
	}

	.testi-style1 .slick-arrow {
		bottom: 0
	}

	.testi-style1 .testi-icon {
		width: 100px;
		height: 100px
	}

	.testi-wrap-bg1 {
		max-width: 150px
	}
}

@media(max-width: 1399px) {
	.testi-img-box1 {
		max-width: 500px
	}
}

@media(max-width: 1199px) {
	.testi-style1 {
		padding: 40px 20px 40px 50px
	}

	.testi-style1 .testi-text {
		font-size: 16px;
		margin-top: 0px
	}

	.testi-style1 .testi-icon {
		width: 60px;
		height: 60px;
		padding: 12px
	}

	.testi-style2 {
		--img-size: 350px;
		--icon-size: 70px;
		--gutter-gap: 30px
	}

	.testi-style2 .testi-quote {
		padding: 20px 30px 20px 30px
	}

	.testi-style2 .sec-title {
		margin-bottom: 10px
	}

	.testi-style2 .testi-degi {
		font-size: 14px;
		margin-bottom: 14px
	}

	.testi-style2 .testi-name {
		font-size: 20px
	}

	.testi-style2 .testi-rating {
		font-size: 14px;
		letter-spacing: 3px
	}

	.testi-style2 .current-index {
		font-size: 25px
	}

	.testi-style2 .testi-index {
		font-size: 14px
	}

	.testi-style3 {
		padding: 0 0;
		--pos-x: -15px
	}

	.testi-style3 .testi-content {
		padding: 0 40px
	}
}

@media(max-width: 991px) {
	.testi-img-box1 {
		max-width: 100%
	}

	.testi-img-box1 img {
		width: 100%
	}

	.testi-style1 {
		text-align: center;
		padding: var(--section-space-mobile) 20px var(--section-space-mobile) 20px
	}

	.testi-style1 .testi-icon {
		left: 50%;
		top: 0;
		margin: 0
	}

	.testi-style1 .testi-auth {
		text-align: left;
		max-width: -moz-max-content;
		max-width: max-content;
		margin: 0 auto
	}

	.testi-style1 .slick-arrow {
		left: 50%;
		right: auto;
		bottom: 0;
		margin: 0;
		margin-left: calc((var(--icon-size, 46px) + var(--icon-gap, 10px))*-1)
	}

	.testi-style1 .slick-arrow.slick-prev {
		right: auto
	}

	.testi-style1 .slick-arrow.slick-next {
		margin-left: calc((var(--icon-size, 46px) - var(--icon-gap, 10px))/2)
	}

	.testi-style1 .vs-carousel {
		padding-bottom: 57px
	}

	.testi-style2 {
		--icon-size: 60px;
		--img-size: 300px;
		display: block
	}

	.testi-style2 .testi-right,
	.testi-style2 .testi-left {
		display: none
	}

	.testi-style2 .testi-middle {
		width: 100%
	}

	.testi-wrap1 {
		padding-top: var(--section-space-mobile);
		margin-top: var(--section-space-mobile)
	}
}

@media(max-width: 767px) {
	.testi-style2 {
		--gutter-gap: 0;
		--icon-size: 40px
	}

	.testi-style2 .testi-inner-btn {
		display: block;
		text-align: right;
		margin-bottom: -40px;
		position: relative;
		bottom: -40px;
		z-index: 1
	}

	.testi-style2 .testi-slide-btn {
		border-radius: 50%;
		font-size: 16px
	}

	.testi-style2 .testi-quote {
		padding: 20px 20px 20px 20px
	}

	.testi-style2 .testi-img {
		width: 100%;
		border-radius: 20px
	}

	.testi-style2 .testi-middle {
		flex-direction: column-reverse
	}

	.testi-style2 .testi-inner {
		width: 100%
	}

	.testi-style3 {
		--pos-x: 0
	}

	.testi-style3 .testi-content {
		padding: 0 0
	}
}

.petcard-style1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px;
	background-color: var(--white-color);
	border-radius: 10px;
	margin-bottom: 25px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .08);
	transition: all ease .4s;
	border: 1px solid rgba(0, 0, 0, 0)
}

.petcard-style1 .petcard-title {
	margin-bottom: 12px
}

.petcard-style1 .petcard-img {
	width: 219px;
	height: 195px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--smoke-color);
	text-align: center;
	border-radius: 5px;
	padding: 20px;
	margin-right: 40px
}

.petcard-style1 .petcard-img img {
	max-width: 80%;
	max-height: 80%
}

.petcard-style1 .petcard-content {
	flex: 1
}

.petcard-style1 .petcard-table {
	border: none;
	margin-bottom: 0
}

.petcard-style1 .petcard-table td,
.petcard-style1 .petcard-table th {
	border: none;
	border-bottom: 1px dashed #d8dde1;
	padding: 15px 0 13px 0;
	line-height: 1
}

.petcard-style1 .petcard-table tr:last-child td,
.petcard-style1 .petcard-table tr:last-child th {
	padding-bottom: 0;
	border-bottom: none
}

.petcard-style1 .petcard-meta {
	background-color: var(--smoke-color);
	flex: 100%;
	text-align: center;
	padding: 15px 15px;
	border-radius: 10px;
	margin-top: 40px;
	margin-bottom: 38px;
	transition: all ease .4s
}

.petcard-style1 .meta {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 30px;
	padding-right: 35px;
	border-right: 1px solid var(--border-color);
	transition: all ease .4s;
	color: var(--body-color)
}

.petcard-style1 .meta:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none
}

.petcard-style1 .meta img {
	margin-right: 15px;
	transition: all ease .4s;
	filter: none
}

.petcard-style1 .petcard-btn {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	border-radius: 10px;
	font-family: var(--title-font);
	color: var(--title-color);
	text-decoration: underline;
	text-transform: uppercase;
	display: block;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
	transition: all ease .4s
}

.petcard-style1 .petcard-btn:hover {
	color: var(--theme-color)
}

.petcard-style1:hover {
	border-color: var(--theme-color)
}

.petcard-style1:hover .petcard-meta {
	background-color: var(--theme-color)
}

.petcard-style1:hover .meta {
	color: var(--white-color);
	border-color: var(--white-color)
}

.petcard-style1:hover .meta img {
	filter: brightness(0) invert(1)
}

@media(max-width: 1199px) {
	.petcard-style1 {
		padding: 15px 15px 30px 15px;
		margin-bottom: 25px
	}

	.petcard-style1 .petcard-img {
		width: 155px;
		height: 155px;
		padding: 20px;
		margin-right: 20px
	}

	.petcard-style1 .petcard-table td,
	.petcard-style1 .petcard-table th {
		border: none;
		border-bottom: 1px dashed #d8dde1;
		padding: 10px 0 8px 0;
		line-height: 1;
		font-size: 14px
	}

	.petcard-style1 .petcard-meta {
		padding: 10px;
		margin-top: 30px;
		margin-bottom: 18px
	}

	.petcard-style1 .meta {
		font-size: 14px;
		margin-right: 10px;
		padding-right: 13px
	}

	.petcard-style1 .meta img {
		margin-right: 8px;
		max-width: 20px
	}
}

@media(max-width: 991px) {
	.petcard-style1 .petcard-img {
		width: 100px;
		height: 140px;
		padding: 10px;
		margin-right: 15px
	}

	.petcard-style1 .meta {
		font-size: 12px;
		padding-right: 0;
		border-right: none
	}
}

.banner-style1 {
	padding: 40px 30px;
	margin-bottom: 30px;
	border-radius: 30px;
	background-position: top right
}

.banner-style1 .banner-label {
	background-color: var(--theme-color);
	color: var(--white-color);
	display: inline-block;
	font-size: 14px;
	font-family: var(--title-font);
	font-weight: 500;
	border-radius: 9999px;
	padding: 7px 15px;
	margin-bottom: 15px;
	line-height: 1;
	text-transform: uppercase
}

.banner-style1 .banner-title {
	color: var(--white-color);
	max-width: 200px;
	margin-bottom: 23px
}

.banner-style1 .vs-btn {
	padding: 14px 22px
}

.banner-style2 {
	padding: 86px 80px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	background-position: right center
}

.banner-style2 .banner-label {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 13px;
	display: block;
	font-family: var(--title-font);
	color: var(--white-color);
	margin-top: -0.35em
}

.banner-style2 .banner-title {
	font-size: 44px;
	color: var(--white-color);
	max-width: 435px;
	font-weight: 400;
	margin-bottom: 31px
}

.banner-style2 .banner-title strong {
	font-weight: 600
}

.banner-style2 .banner-border1 {
	position: absolute;
	left: 40px;
	top: 40px;
	bottom: 40px;
	width: 200px;
	border-radius: 30px;
	overflow: hidden;
	z-index: -1
}

.banner-style2 .banner-border1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: inherit;
	border: 6px solid var(--white-color);
	width: calc(100% + 20px)
}

.banner-style2 .banner-border3,
.banner-style2 .banner-border2 {
	position: absolute;
	height: 6px;
	top: 40px;
	left: 80px;
	right: 250px;
	background-color: var(--white-color);
	border-radius: 0 9999px 9999px 0;
	z-index: -1
}

.banner-style2 .banner-border3 {
	right: auto;
	width: 230px;
	top: auto;
	bottom: 40px
}

.banner-style3 {
	border-radius: 20px;
	padding: 40px 30px;
	height: calc(100% - 30px);
	min-height: 250px
}

.banner-style3 .banner-label {
	color: var(--white-color);
	display: inline-block;
	font-size: 14px;
	font-family: var(--title-font);
	font-weight: 500;
	border-radius: 9999px;
	margin-bottom: 15px;
	line-height: 1;
	text-transform: uppercase
}

.banner-style3 .banner-title {
	color: var(--white-color);
	max-width: 200px;
	margin-bottom: 23px
}

.banner-style3 .vs-btn {
	padding: 15.5px 26px;
	font-size: 14px
}

@media(max-width: 1199px) {
	.banner-style1 {
		padding: 50px 15px
	}
}

@media(max-width: 991px) {
	.banner-style3 {
		padding: 20px 20px
	}

	.banner-style3 .vs-btn {
		padding: 12.5px 16px;
		font-size: 12px
	}

	.banner-style2 {
		padding: 40px 30px
	}

	.banner-style2 .banner-border1 {
		left: 10px;
		top: 10px;
		bottom: 10px;
		width: 120px;
		border-radius: 30px;
		overflow: hidden;
		z-index: -1
	}

	.banner-style2 .banner-border1:before {
		border-width: 3px
	}

	.banner-style2 .banner-border2 {
		left: 120px;
		height: 3px;
		top: 10px
	}

	.banner-style2 .banner-border3 {
		left: 120px;
		bottom: 10px;
		height: 3px;
		opacity: 0
	}

	.banner-style2 .banner-title {
		font-size: 34px;
		max-width: 370px;
		margin-bottom: 20px
	}

	.banner-style2 .banner-label {
		font-size: 16px;
		margin-bottom: 3px
	}
}

@media(max-width: 767px) {
	.banner-style3 {
		height: auto;
		margin-bottom: 30px
	}

	.banner-style2 {
		background-position: left bottom;
		background-size: auto 100%;
		background-color: var(--theme-color)
	}
}

.eocjs-newsticker {
	padding: 0 0
}

.eocjs-newsticker .eocjs-newsticker-container {
	position: relative;
	height: var(--ticker-height, 85px);
	overflow: hidden
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
	position: absolute;
	left: 0;
	top: 0;
	height: var(--ticker-height, 85px);
	line-height: .67;
	white-space: nowrap
}

.eocjs-newsticker-loader {
	position: absolute;
	left: calc(50% - 10px);
	top: 2px;
	width: 20px;
	height: 20px;
	display: block;
	border: 3px solid #555;
	border-top: 3px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	animation: eocjs-newsticker-spin .75s linear infinite
}

@keyframes eocjs-newsticker-spin {
	to {
		transform: rotate(360deg)
	}
}

.ticker-style1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.ticker-style1 .ticker-text {
	font-size: 7.25em;
	text-transform: uppercase;
	font-family: var(--title-font);
	font-weight: 600;
	color: var(--white-color);
	opacity: .1;
	margin-right: 80px
}

.ticker-style1 .ticker-text:first-child {
	margin-left: 0
}

@media(max-width: 1199px) {
	.ticker-style1 {
		--ticker-height: 40px
	}

	.ticker-style1 .ticker-text {
		font-size: 50px;
		margin-left: 60px
	}
}

@media(max-width: 767px) {
	.ticker-style1 {
		--ticker-height: 30px
	}

	.ticker-style1 .ticker-text {
		margin-left: 40px;
		font-size: 40px
	}
}

.accordion-item .accordion-button:after {
	display: none
}

.accordion-item .accordion-button:focus {
	outline: none;
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0)
}

.accordion-collapse {
	border: none
}

.accordion-body {
	padding: 0
}

.accordion-body p:last-child {
	margin-bottom: 0
}

.accordion-style1 {
	margin: 32px 0 0 0
}

.accordion-style1 .accordion-item {
	transition: all ease .4s;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .05);
	margin-bottom: 20px;
	background-color: var(--white-color);
	border-radius: 20px;
	overflow: hidden
}

.accordion-style1 .accordion-item:last-child {
	margin-bottom: 30px
}

.accordion-style1 .accordion-button {
	font-family: var(--title-font);
	color: var(--title-color);
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 16px 33px 16px 20px;
	text-align: left;
	transition: all ease .4s;
	font-weight: 500;
	font-size: 18px;
	border-radius: 20px 20px 0 0
}

.accordion-style1 .accordion-button::before {
	content: "ï°";
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 16px;
	text-align: center;
	font-family: var(--icon-font);
	color: var(--body-color);
	transform: translateY(-50%);
	transition: all ease .4s;
	background-color: rgba(0, 0, 0, 0)
}

.accordion-style1 .accordion-button.collapsed::before {
	content: "ï®"
}

.accordion-style1 .accordion-button:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.accordion-style1 .accordion-button:hover:before {
	color: var(--white-color)
}

.accordion-style1 .accordion-body {
	border-top: 1px solid var(--border-color);
	padding: 19px 25px 17px 25px
}

.accordion-style1 .accordion-body p {
	transition: all ease .4s
}

@media(max-width: 767px) {
	.accordion-style1 .accordion-button {
		font-size: 16px;
		line-height: 1.3
	}

	.accordion-style1 .accordion-button:before {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		right: 10px
	}
}

.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, .95);
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	transform: translateX(-50%);
	transition: all ease .4s
}

.popup-search-box button.searchClose {
	width: 45px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	top: 40px;
	right: 40px;
	border: none;
	color: var(--white-color);
	background-color: var(--secondary-color);
	font-size: 30px;
	border-radius: 50%;
	transform: rotate(0);
	transition: all ease .4s
}

.popup-search-box button.searchClose:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	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;
	transform: translate(-50%, -50%) scale(0);
	transition: transform ease .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
}

.popup-search-box form input::-moz-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;
	transition: all ease .4s;
	transform: scale(1.001)
}

.popup-search-box form button:hover {
	transform: scale(1.1)
}

.popup-search-box.show {
	opacity: 1;
	visibility: visible;
	width: 100.1%;
	height: 100%;
	transition: all ease .4s;
	border-radius: 0
}

.popup-search-box.show form {
	transition-delay: .5s;
	transform: translate(-50%, -50%) scale(1)
}

@media(max-width: 991px) {
	.popup-search-box button.searchClose {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		top: 20px;
		right: 20px
	}

	.popup-search-box form {
		padding: 0 20px
	}

	.popup-search-box form input {
		height: 50px;
		font-size: 14px
	}

	.popup-search-box form button {
		width: 50px;
		height: 50px;
		padding: 0;
		right: 30px;
		font-size: 16px
	}
}

.pb-30 {
	padding-bottom: 30px
}

.pb-1px {
	padding-bottom: 1px
}

.pt-30 {
	padding-top: 30px
}

.mt-n1 {
	margin-top: -0.25rem
}

.mt-n2 {
	margin-top: -0.5rem
}

.mt-n3 {
	margin-top: -1rem
}

.mt-n4 {
	margin-top: -1.5rem
}

.mt-n5 {
	margin-top: -3rem
}

.mb-n1 {
	margin-bottom: -0.25rem
}

.mb-n2 {
	margin-bottom: -0.5rem
}

.mb-n3 {
	margin-bottom: -1rem
}

.mb-n4 {
	margin-bottom: -1.5rem
}

.mb-n5 {
	margin-bottom: -3rem
}

.mb-30 {
	margin-bottom: 30px
}

.mb-40 {
	margin-bottom: 40px
}

.mt-30 {
	margin-top: 30px
}

.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)
}

@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
	}
}

@media(max-width: 767px) {
	.vs-mb-0-sm {
		margin-bottom: 0
	}
}
/* ============================================================
   APNAVET MOBILE OPTIMIZATIONS
   Breakpoints: ≤767px (mobile), ≤991px (tablet)
   ============================================================ */

/* ---- VIEWPORT & BASE ---- */
html, body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

/* ---- IMAGES ---- */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ---- HERO SECTION (index.php) ---- */
@media (max-width: 767px) {
    .hero-layout1 .hero-body {
        height: auto;
        min-height: 320px;
        padding: 40px 0 60px;
    }
    .hero-layout1 .hero-inner {
        position: relative;
        left: auto;
        width: 100%;
        height: auto;
        background-size: 100%;
        justify-content: flex-start;
        padding: 0 16px;
    }
    .hero-layout1 .hero-content {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .hero-layout1 .hero-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .hero-layout1 .hero-subtitle {
        font-size: 13px;
    }
    .hero-layout1 .hero-shape2,
    .hero-layout1 .hero-shape3,
    .hero-layout1 .hero-shape4,
    .hero-layout1 .hero-shape5,
    .hero-layout1 .hero-shape6 {
        display: none;
    }
    .hero-layout1 .vs-btn {
        padding: 12px 20px;
        font-size: 13px;
    }
}

/* ---- SERVICE CARDS (col-xl-4 and col-xl-3 — no small breakpoint) ---- */
@media (max-width: 767px) {
    .col-xl-4,
    .col-xl-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* 2-column grid on tablet for service/team cards */
}
@media (min-width: 576px) and (max-width: 991px) {
    .col-xl-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ---- TEAM CARDS ---- */
@media (max-width: 767px) {
    .team-style1 .team-inner {
        margin-bottom: 20px;
    }
}

/* ---- HOW IT WORKS / STEP SECTION ---- */
@media (max-width: 767px) {
    .media-style8 {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }
    .media-style8 .media-icon {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

/* ---- BOOKING FORM (form-style4) ---- */
@media (max-width: 767px) {
    .form-style4 {
        padding: 30px 16px 20px 16px;
        border-radius: 8px;
    }
    .form-style4 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ---- SERVICE CARDS (service-style1/2/3) ---- */
@media (max-width: 767px) {
    .service-style3 .service-img {
        width: 160px;
        height: 160px;
    }
    .service-style3 .service-content {
        margin-top: -100px;
        padding: 110px 15px 25px 15px;
    }
    .service-style2 .service-content {
        padding-bottom: 20px;
    }
    .service-style2 .service-title {
        font-size: 15px;
        margin-bottom: 14px;
    }
    .service-style2 .vs-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* ---- BLOG CARDS ---- */
@media (max-width: 767px) {
    .blog-style1 .blog-content {
        padding: 0 12px;
    }
    .blog-style1 .blog-title {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .blog-style1 .blog-meta {
        padding: 5px 14px;
    }
}

/* ---- TESTIMONIALS ---- */
@media (max-width: 767px) {
    .testi-style1 {
        padding: 40px 15px 60px 15px;
    }
    .testi-style1 .testi-text {
        font-size: 15px;
    }
    .testi-style1 .testi-auth {
        justify-content: center;
    }
}

/* ---- FOOTER ---- */
@media (max-width: 767px) {
    .footer-layout1 .footer-top {
        padding: 40px 0 20px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .footer-widget .widget_title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .copyright-wrap {
        padding: 15px 10px;
    }
    .copyright-text {
        font-size: 11px;
        line-height: 1.5;
    }
    .footer-social a {
        width: 34px;
        height: 34px;
        line-height: 31px;
        font-size: 12px;
        margin-right: 5px;
    }
    .footer-table td,
    .footer-table th {
        font-size: 13px;
        padding: 0 0 12px 0;
    }
}

/* ---- HEADER MOBILE ---- */
@media (max-width: 991px) {
    .header-logo {
        margin-left: 0 !important;
        max-width: 160px;
    }
    .vs-header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .will-sticky .sticky-active {
        padding: 8px 0;
    }
    .header-icons {
        gap: 8px;
    }
    .icon-btn {
        --icon-size: 38px;
        font-size: 14px;
    }
}

/* ---- CONTACT PAGE ---- */
@media (max-width: 767px) {
    .form-style6 {
        padding: 30px 16px;
        margin-top: 20px;
    }
    .contact-map iframe {
        height: 220px;
    }
    .media-style8 {
        margin-bottom: 16px;
    }
}

/* ---- ABOUT PAGE ---- */
@media (max-width: 767px) {
    .about-wrap1 {
        padding-top: 40px;
        margin-top: 20px;
    }
    .img-box1 {
        margin-bottom: 30px;
        text-align: center;
    }
    .img-box1 .img-1 {
        width: 260px;
        height: 260px;
        margin: 0 auto 20px auto;
    }
    .img-box1 .img-2 {
        width: 130px;
        height: 130px;
        left: auto;
        right: 0;
    }
    .media-style1 {
        width: 100px;
        height: 100px;
        top: 0;
        left: 0;
    }
    .media-style1 .media-number {
        font-size: 22px;
    }
    .social-style1 {
        text-align: center;
    }
}

/* ---- SECTION TITLES ---- */
@media (max-width: 767px) {
    .sec-title {
        font-size: 26px;
    }
    .sec-subtitle {
        font-size: 13px;
    }
    .title-area {
        margin-bottom: 20px;
    }
}

/* ---- BUTTONS ---- */
@media (max-width: 767px) {
    .vs-btn {
        padding: 13px 22px 12px 22px;
        font-size: 13px;
    }
}

/* ---- BREADCRUMB ---- */
@media (max-width: 767px) {
    .breadcumb-content {
        padding: 50px 0;
        text-align: center;
    }
    .breadcumb-title {
        font-size: 28px;
    }
    .breadcumb-menu {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }
}

/* ---- PREVENT HORIZONTAL OVERFLOW ---- */
@media (max-width: 767px) {
    .container, .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .space, .space-top {
        padding-top: 60px;
    }
    .space, .space-bottom {
        padding-bottom: 60px;
    }
}

/* ---- FEATURE SECTION ---- */
@media (max-width: 767px) {
    .feature-wrap1 {
        padding-top: 50px;
        margin-top: 30px;
    }
    .feature-style1 {
        padding: 30px 12px 1px 12px;
        flex-direction: column;
        align-items: center;
    }
    .feature-style1 .feature-inner,
    .feature-style1 .feature-left,
    .feature-style1 .feature-right {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }
    .feature-style1 .feature-image {
        order: -1;
        max-width: 200px;
        margin: 0 auto 20px auto;
    }
    .feature-style1 .feature-image img {
        right: 0;
    }
    .feature-style2 .feature-body {
        padding: 25px 15px 22px 15px;
    }
}

/* ---- PACKAGE / PRICING SECTION ---- */
@media (max-width: 767px) {
    .package-style1 .package-content {
        margin: -50px 8px 0 8px;
        padding: 0 12px 25px 12px;
    }
}

/* ---- SIDEMENU ---- */
@media (max-width: 575px) {
    .sidemenu-wrapper .sidemenu-content {
        width: 100%;
        padding: 40px 16px;
    }
}

/* ---- TICKER ---- */
@media (max-width: 480px) {
    .ticker-style1 .ticker-text {
        font-size: 32px;
    }
}

/* ---- TAP TARGETS ---- */
@media (max-width: 767px) {
    .vs-menu-toggle,
    .icon-btn,
    .vs-btn {
        min-height: 44px;
        min-width: 44px;
    }
    a, button {
        -webkit-tap-highlight-color: rgba(254, 117, 11, 0.15);
    }
}
