:root {
	--theme-color: #000;
	--title-color: #222222;
	--body-color: #666666;
	--smoke-color: #f3f6f7;
	--light-color: #afafaf;
	--black-color: #000000;
	--white-color: #ffffff;
	--yellow-color: #fec624;
	--success-color: #28a745;
	--error-color: #dc3545;
	--border-color: rgba(0, 0, 0, 0.10);
	--title-font: "Syne", sans-serif;
	--body-font: "Open Sans", sans-serif;
	--subtitle-font: "Handlee", cursive;
	--icon-font: "Font Awesome 5 Pro";
	--main-container: 1170px;
	--container-gutters: 1.5rem;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 50px;
	--ripple-ani-duration: 5s;
	--moving-ani-duration: 5s
}

html,
body {
	scroll-behavior: auto !important
}

body {
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--body-color);
	line-height: 30px;
	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
}

th {
	font-weight: 500
}

td,
th {
	border-top: 1px solid var(--border-color);
	padding: 9px
}

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%
}

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
}

p {
	margin: 0 0 18px 0;
	color: var(--body-color);
	line-height: 1.9
	text-align: justify;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	font-family: var(--title-font);
	color: var(--title-color);
	text-transform: none;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0
}

.h1,
h1 {
	font-size: 40px
}

.h2,
h2 {
	font-size: 36px
}

.h3,
h3 {
	font-size: 30px
}

.h4,
h4 {
	font-size: 24px
}

.h5,
h5 {
	font-size: 18px
}

.h6,
h6 {
	font-size: 16px
}

@media(max-width: 1199px) {

	.h1,
	h1 {
		font-size: 42px
	}

	.h2,
	h2 {
		font-size: 32px
	}

	.h3,
	h3 {
		font-size: 26px
	}

	.h4,
	h4 {
		font-size: 22px
	}
}

@media(max-width: 991px) {

	.h1,
	h1 {
		font-size: 38px
	}

	.h2,
	h2 {
		font-size: 28px
	}

	.h3,
	h3 {
		font-size: 24px
	}

	.h4,
	h4 {
		font-size: 20px
	}
}

@media(max-width: 767px) {

	.h1,
	h1 {
		font-size: 32px
	}

	.h2,
	h2 {
		font-size: 24px
	}

	.h3,
	h3 {
		font-size: 22px
	}

	body {
		font-size: 16px
	}
}

@media(max-width: 575px) {

	.h1,
	h1 {
		font-size: 24px
	}

	.h2,
	h2 {
		font-size: 22px
	}
}

@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 {
		padding-left: 15px !important;
		padding-right: 15px !important
	}

	.container-fluid.px-0 .row {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
}

@media(min-width: 1700px) {
	.vs-container {
		--main-container: 1663px
	}
}

@media(min-width: 1200px) {
	.vs-container {
		--main-container: 1400px
	}
}

@media(min-width: 1300px) {
	.vs-container-style2 {
		--main-container: 1850px;
		margin-right: 0;
		padding-right: 0
	}
}

@media(min-width: 1500px) {
	.vs-container-style3 {
		--main-container: 1440px
	}
}

@media(min-width: 1501px) {
	.vs-container-style2 {
		--main-container: 1523px;
		margin-right: 0;
		padding-right: 0
	}
}

@media(min-width: 2000px) {
	.vs-container-style2 {
		margin-right: auto;
		margin-left: auto
	}
}

@media(min-width: 991px)and (max-width: 1199px) {
	.vs-container-style2 {
		margin-right: 0;
		padding-right: 0;
		max-width: 100%
	}
}

.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)
}

@media(min-width: 1500px) {
	.gx-70 {
		--bs-gutter-x: 70px
	}
}

.gy-gx {
	--bs-gutter-y: var(--bs-gutter-x)
}

.gy-gx>.form-group {
	margin-bottom: 0
}

@media(min-width: 1399px) {
	.gx-20 {
		--bs-gutter-x: 20px
	}

	.gx-30 {
		--bs-gutter-x: 30px
	}

	.gx-40 {
		--bs-gutter-x: 40px
	}

	.gx-50 {
		--bs-gutter-x: 50px
	}

	.gx-60 {
		--bs-gutter-x: 60px
	}
}

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-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select,
.form-select,
.form-control {
	height: 60px;
	padding: 0 30px;
	padding-right: 60px;
	border: 1px solid #e3e3e3;
	color: var(--body-color);
	background-color: var(--white-color);
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px
}

select:focus,
.form-select:focus,
.form-control:focus {
	outline: 0;
	box-shadow: none;
	background-color: var(--white-color);
	border-color: #e3e3e3
}

select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
	color: var(--body-color)
}

select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	color: var(--body-color)
}

select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
	color: var(--body-color)
}

select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	color: var(--body-color)
}

select::placeholder,
.form-select::placeholder,
.form-control::placeholder {
	color: var(--body-color)
}

select.style2,
.form-select.style2,
.form-control.style2 {
	border-radius: 0;
	border: none
}

select.style4,
select.style3,
.form-select.style4,
.form-select.style3,
.form-control.style4,
.form-control.style3 {
	background-color: var(--input-bg, #f6f6f6);
	border: none;
	height: 70px;
	border-radius: 0;
	font-weight: 500
}

select.style4~i,
select.style3~i,
.form-select.style4~i,
.form-select.style3~i,
.form-control.style4~i,
.form-control.style3~i {
	top: 26px;
	right: 41px
}

select.style4,
.form-select.style4,
.form-control.style4 {
	border-radius: 9999px;
	padding-left: 35px
}

select.form-control-lg,
.form-select.form-control-lg,
.form-control.form-control-lg {
	height: 60px
}

select.form-control-sm,
.form-select.form-control-sm,
.form-control.form-control-sm {
	height: 40px;
	font-size: 12px
}

select[readonly],
.form-select[readonly],
.form-control[readonly] {
	color: var(--title-color)
}

.form-select {
	cursor: pointer;
	background-position: right 1.3rem center
}

.form-select.style3,
.form-select.style2 {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozOEExRjM2MzI2QUZFQjExODdDREM4MEY0OUQ5REI0OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4OEQ5MTg5MkVGNTExMUVCQjM2Q0Y1N0Q5NjkzMjMxQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4OEQ5MTg5MUVGNTExMUVCQjM2Q0Y1N0Q5NjkzMjMxQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MzI4ZWU4My1lMDk0LTBiNDUtYmI4Yy1kZDg4MWE0YTFkNTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzhBMUYzNjMyNkFGRUIxMTg3Q0RDODBGNDlEOURCNDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ys3fcAAAAeklEQVR42mLctGnTNAYGhggG4sB6FiBRDsTOQKxGQPE9IC5iAhKfgTgciL/jUfwDiEOB+CMTVOACEOfj0VAAxOdADCYkwdlAvASL4mVAPBPGYUKTzADi60h8EDsNWQG6hq9AHALE36A4BCoGByxYnHANiNOR2CgAIMAAXZcYfp8VVuoAAAAASUVORK5CYII=");
	background-size: 12px 8px;
	background-position: right 30px center
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input.form-control[type=number] {
	-moz-appearance: textfield
}

textarea.form-control {
	min-height: 150px;
	padding-top: 17px;
	padding-bottom: 17px
}

textarea.form-control.style4 {
	padding-top: 25px
}

textarea.form-control.style3 {
	padding-top: 25px;
	min-height: 83px
}

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(--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: 0;
	top: 6px;
	background-color: var(--white-color);
	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: 28px;
	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: 1px;
	width: 15px;
	height: 15px;
	padding-left: .5px;
	font-size: .29rem;
	line-height: 14.9px;
	text-align: center;
	border: 1px solid var(--theme-color);
	border-radius: 100%;
	font-weight: 700;
	background: var(--white-color);
	color: rgba(0, 0, 0, 0);
	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: .6em;
	margin-top: -0.3em;
	display: block
}

.form-group {
	margin-bottom: var(--bs-gutter-x);
	position: relative
}

.form-group>i {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 18px;
	color: var(--theme-color)
}

.form-group.has-label>i {
	top: 53px
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border: 1px solid var(--error-color) !important;
	background-position: right calc(.375em + .8875rem) center;
	background-image: none
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	outline: 0;
	box-shadow: none
}

textarea.form-control.is-invalid {
	background-position: top calc(.375em + .5875rem) right calc(.375em + .8875rem)
}

.row.no-gutters>.form-group {
	margin-bottom: 0
}

.form-messages {
	display: none
}

.form-messages.mb-0 * {
	margin-bottom: 0
}

.form-messages.success {
	color: var(--success-color);
	display: block
}

.form-messages.error {
	color: var(--error-color);
	display: block
}

@media(max-width: 575px) {

	.form-select,
	.form-control {
		padding-right: 30px;
		padding-left: 15px
	}
}

.slick-track {
	min-width: 100%
}

.slick-slide img {
	display: inline-block
}

.slick-dots {
	list-style-type: none;
	padding: 2px 0;
	margin: 30px 0 30px 0;
	line-height: 0;
	text-align: center;
	height: -moz-max-content;
	height: max-content
}

.slick-dots li {
	display: inline-block;
	margin-right: 10px
}

.slick-dots li:last-child {
	margin-right: 0
}

.slick-dots button {
	font-size: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	width: 12px;
	height: 12px;
	line-height: 0;
	border-radius: 9999px;
	border: 3px solid #7a7a7a;
	transition: all ease .4s
}

.slick-dots button:hover {
	border-color: var(--theme-color)
}

.slick-dots .slick-active button {
	transform: scale(1.5);
	border-color: var(--theme-color)
}

.slick-arrow {
	display: inline-block;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	margin-right: 50px;
	margin-top: calc(var(--icon-size, 60px)/-2);
	border: 2px solid var(--title-color);
	left: var(--pos-x, -170px);
	width: var(--icon-size, 60px);
	height: var(--icon-size, 60px);
	border-radius: 50%;
	z-index: 2
}

.slick-arrow.default {
	position: relative;
	--pos-x: 0;
	margin-top: 0
}

.slick-arrow .long-arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -3px;
	display: inline-block;
	width: 82px;
	height: 2px;
	background-color: var(--title-color);
	transition: all ease .4s
}

.slick-arrow .long-arrow:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -6px;
	display: inline-block;
	border-right: 7px solid var(--title-color);
	border-top: 7px solid rgba(0, 0, 0, 0);
	border-bottom: 7px solid rgba(0, 0, 0, 0);
	transition: all ease .4s
}

.slick-arrow:hover {
	border-color: var(--theme-color)
}

.slick-arrow:hover .long-arrow {
	background-color: var(--theme-color);
	animation: arrow-left ease 1s alternate
}

.slick-arrow:hover .long-arrow:before {
	border-right-color: var(--theme-color)
}

.slick-arrow.slick-next {
	margin-right: 0;
	margin-left: 50px;
	right: var(--pos-x, -170px);
	left: auto
}

.slick-arrow.slick-next .long-arrow {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -3px
}

.slick-arrow.slick-next .long-arrow:before {
	left: auto;
	right: -1px;
	border-right: none;
	border-left: 7px solid var(--title-color)
}

.slick-arrow.slick-next:hover .long-arrow {
	animation: arrow-right ease 1s alternate
}

.slick-arrow.slick-next:hover .long-arrow:before {
	border-right-color: rgba(0, 0, 0, 0);
	border-left-color: var(--theme-color)
}

.arrow-wrap .slick-arrow {
	opacity: 0;
	visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
	opacity: 1;
	visibility: visible
}

@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;
		margin-right: 40px
	}

	.slick-arrow .long-arrow {
		width: 62px;
		height: 2px
	}

	.slick-arrow.slick-next {
		margin-right: 0;
		margin-left: 40px
	}
}

.vs-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease .8s
}

.vs-menu-wrapper .mobile-logo {
	padding-bottom: 40px;
	padding-top: 37px;
	display: block;
	background-color: rgba(173, 136, 88, .1)
}

.vs-menu-wrapper .vs-menu-toggle {
	border: none;
	font-size: 22px;
	position: absolute;
	right: 0;
	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%;
	transform: translateX(50%)
}

.vs-menu-wrapper .vs-menu-toggle:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
	width: 100%;
	max-width: 310px;
	background-color: #fff;
	border-right: 3px solid var(--theme-color);
	height: 100%;
	position: relative;
	left: -1000px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 1s;
	z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
	opacity: 1;
	visibility: visible;
	transition: all ease .3s
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: all ease 1s
}

.vs-mobile-menu {
	overflow-y: scroll;
	max-height: calc(100vh - 200px);
	padding-bottom: 40px;
	margin-top: 33px;
	text-align: left
}

.vs-mobile-menu ul {
	margin: 0;
	padding: 0 0
}

.vs-mobile-menu ul li {
	border-bottom: 1px solid #fdedf1;
	list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
	border-top: 1px solid #fdedf1
}

.vs-mobile-menu ul li a {
	display: block;
	position: relative;
	padding: 12px 0;
	line-height: 1;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--title-color)
}

.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:after {
	content: "";
	font-family: var(--icon-font);
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: 400;
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-top: -12.5px;
	display: inline-block;
	text-align: center;
	background-color: var(--smoke-color);
	color: var(--title-color);
	box-shadow: 0 0 20px -8px rgba(173, 136, 88, .3);
	border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a:after {
	content: ""
}

.vs-mobile-menu>ul {
	padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
	border-bottom: none
}

.mobile-menu-form {
	width: 100%;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative
}

.mobile-menu-form input {
	height: 35px;
	border: none;
	background-color: var(--white-color);
	border-radius: 5px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .09);
	padding-left: 20px;
	padding-right: 40px
}

.mobile-menu-form input:focus {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .09)
}

.mobile-menu-form input::-moz-placeholder {
	color: var(--smoke-color);
	color: var(--theme-color)
}

.mobile-menu-form input:-ms-input-placeholder {
	color: var(--smoke-color);
	color: var(--theme-color)
}

.mobile-menu-form input::placeholder {
	color: var(--smoke-color);
	color: var(--theme-color)
}

.mobile-menu-form button {
	border: none;
	background-color: rgba(0, 0, 0, 0);
	color: var(--theme-color);
	position: absolute;
	right: 13px;
	top: 3px
}

.vs-menu-toggle:not(.hamburger-btn) {
	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: 50%
}

@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: 9999999;
	background-color: var(--white-color)
}

.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
}

.preloader-inner img {
	display: block;
	margin: 0 auto 10px auto
}

.loader {
	--loader-size: 90px;
	width: var(--loader-size);
	height: var(--loader-size);
	display: inline-block;
	position: relative
}

.loader::after,
.loader::before {
	content: "";
	box-sizing: border-box;
	width: var(--loader-size);
	height: var(--loader-size);
	border-radius: 50%;
	background: var(--theme-color);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	animation: animloader 2s linear infinite
}

.loader::after {
	animation-delay: 1s
}

@keyframes animloader {
	0% {
		transform: scale(0);
		opacity: 1
	}

	100% {
		transform: scale(1);
		opacity: 0
	}
}

.vs-btn {
	border: none;
	display: inline-block;
	text-transform: capitalize;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	padding: 22px 52px;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 9999px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	vertical-align: middle
}

.vs-btn>i {
	margin-left: 10px
}

.vs-btn:after {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: var(--title-color);
	left: auto;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	border-radius: inherit;
	transition: all ease .4s
}

.vs-btn:hover {
	color: var(--white-color)
}

.vs-btn:hover:after {
	width: 101%;
	right: auto;
	left: 0
}

@media(max-width: 575px) {
	.vs-btn {
		font-size: 14px;
		padding: 17px 26px
	}
}

.vs-btn.outline-white {
	border: 2px solid var(--white-color);
	background-color: rgba(0, 0, 0, 0)
}

.vs-btn.outline-white:after {
	display: none
}

.vs-btn.outline-white:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: var(--theme-color)
}

.vs-btn.style-white {
	background-color: var(--white-color);
	color: var(--title-color)
}

.vs-btn.style-white:after {
	display: none
}

.vs-btn.style-white:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.vs-btn.style-black {
	background-color: var(--black-color);
	color: var(--white-color)
}

.vs-btn.style-black:hover {
	color: var(--white-color)
}

.vs-btn.style-black:after {
	background-color: var(--theme-color)
}

.vs-btn.style-white-hover:after {
	display: none
}

.vs-btn.style-white-hover:hover {
	background-color: var(--white-color);
	color: var(--title-color)
}

.vs-btn.style2 {
	color: var(--theme-color);
	background-color: rgba(0, 0, 0, 0);
	outline: 2px solid var(--theme-color);
	outline-offset: -2px
}

.vs-btn.style2:before {
	border: 2px solid var(--theme-color)
}

.vs-btn.style2:after {
	background-color: var(--theme-color)
}

.vs-btn.style2:hover {
	color: var(--white-color)
}

button.nav-link {
	border: none
}

.icon-btn {
	display: inline-block;
	width: var(--btn-size, 50px);
	height: var(--btn-size, 50px);
	line-height: var(--btn-size, 50px);
	background-color: var(--icon-bg, #f3f3f3);
	color: var(--title-color);
	text-align: center;
	border-radius: 50%;
	border: none
}

.icon-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.icon-btn.style-outline {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid var(--white-color);
	color: var(--white-color)
}

.icon-btn.style-outline:hover {
	background-color: var(--title-color);
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0);
	transition-delay: 0s
}

.icon-btn.style2 {
	background-color: var(--theme-color);
	color: var(--white-color);
	border: none
}

.icon-btn.style2:hover {
	background-color: var(--title-color)
}

.play-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
	--icon-size: 124px;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0
}

.play-btn>i {
	display: inline-block;
	width: var(--icon-size);
	height: var(--icon-size);
	line-height: var(--icon-size);
	text-align: center;
	background-color: var(--white-color);
	color: var(--theme-color);
	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(--white-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: 700;
	display: inline-block;
	line-height: .8;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: -2px;
	text-transform: capitalize;
	color: var(--title-color)
}

.link-btn i {
	margin-right: 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%
}

.scroll-btn {
	--btn-size: 50px;
	--extra-shape: -6px;
	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);
	height: var(--btn-size);
	line-height: var(--btn-size);
	z-index: 2;
	border-radius: inherit;
	position: relative;
	transition: all ease .8s
}

.scroll-btn:before {
	content: "";
	position: absolute;
	left: var(--extra-shape);
	top: var(--extra-shape);
	right: var(--extra-shape);
	bottom: var(--extra-shape);
	background-color: #fff;
	border-radius: inherit;
	z-index: 1
}

.scroll-btn:focus i,
.scroll-btn:hover i {
	background-color: var(--title-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
}

.cart-icon {
	color: var(--title-color);
	line-height: 1;
	position: relative;
	vertical-align: middle
}

.cart-icon .badge {
	right: -13px;
	background-color: var(--black-color);
	top: -7px;
	padding: .3em .45em .2em .4em
}

.simple-link {
	font-weight: 600
}

.simple-link i {
	position: relative;
	top: 1px;
	margin-right: 8px
}

.simple-link:hover {
	color: var(--theme-color) !important
}

@media(max-width: 767px) {
	.play-btn>i {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 1.2em
	}

	.scrollToTop {
		right: 20px
	}

	.scrollToTop.show {
		bottom: 20px
	}
}

.hamburger-btn {
	padding: 7px;
	display: inline-block;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	z-index: 5;
	transition: all ease .4s;
	line-height: 1
}

.hamburger-btn .bar {
	width: 22px;
	display: inline-block;
	height: 18px;
	position: relative
}

.hamburger-btn .inner,
.hamburger-btn .hidden {
	display: inline-block;
	opacity: 0;
	width: 100%;
	height: 3px;
	background-color: var(--white-color);
	position: absolute;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: .4s
}

.hamburger-btn .inner:after,
.hamburger-btn .inner:before,
.hamburger-btn .hidden:after,
.hamburger-btn .hidden:before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: var(--white-color);
	border-radius: 4px;
	position: absolute;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: .4s
}

.hamburger-btn .inner:before,
.hamburger-btn .hidden:before {
	top: -10px
}

.hamburger-btn .inner:after,
.hamburger-btn .hidden:after {
	top: 10px
}

.hamburger-btn .inner {
	top: 50%;
	opacity: 1;
	transform: translate(-25px, -50%)
}

.hamburger-btn .inner:after,
.hamburger-btn .inner:before {
	opacity: 1;
	transform: translate(-5px, 0)
}

.hamburger-btn .hidden {
	top: 50%;
	background-color: var(--theme-color);
	transform: translate(51px, -50%)
}

.hamburger-btn .hidden:after,
.hamburger-btn .hidden:before {
	background-color: var(--theme-color);
	transform: translate(102px, 0)
}

.hamburger-btn:hover .inner {
	transform: translate(-51px, 50%);
	opacity: 0
}

.hamburger-btn:hover .inner:after,
.hamburger-btn:hover .inner:before {
	transform: translate(102px, 0);
	opacity: 0
}

.hamburger-btn:hover .hidden {
	opacity: 1;
	transform: translate(-14px, -50%)
}

.hamburger-btn:hover .hidden:after,
.hamburger-btn:hover .hidden:before {
	opacity: 1;
	transform: translate(-11px, 0)
}

@media(max-width: 991px) {
	.play-btn {
		--icon-size: 100px
	}
}

.sub-title {
	font-size: 26px;
	line-height: 1;
	display: block;
	color: var(--theme-color);
	font-family: var(--subtitle-font);
	font-weight: 300;
	margin-bottom: 18px
}

.sec-title {
	font-size: 40px;
	font-weight: 600;
	margin: -0.25em 0 13px 0
}

.title-area {
	margin-bottom: calc(var(--section-title-space) - 15px)
}

.sec-icon {
	margin-bottom: 36px;
	line-height: 1
}

.sec-icon img {
	margin-top: -0.2em
}

.inner-title {
	font-size: 40px;
	margin-top: -0.25em
}

.inner-title-style2 {
	font-size: 30px;
	display: block;
	width: -moz-max-content;
	width: max-content;
	position: relative;
	border-bottom: 1px solid #999;
	margin-top: -0.2em;
	margin-bottom: 30px;
	padding-bottom: 7px
}

@media(max-width: 1199px) {
	.sec-title {
		font-size: 42px
	}

	.sub-title {
		font-size: 24px
	}

	.inner-title {
		font-size: 28px
	}

	.inner-title-style2 {
		font-size: 26px
	}
}

@media(max-width: 991px) {
	.sec-title {
		font-size: 36px
	}

	.sub-title {
		font-size: 20px
	}

	.inner-title-style2 {
		font-size: 22px
	}
}

@media(max-width: 767px) {
	.sec-title {
		font-size: 30px
	}
}

.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)
}

.new-label {
	font-size: 12px;
	background-color: var(--error-color);
	color: var(--white-color);
	line-height: 1;
	padding: 1px 5px;
	border-radius: 4px;
	text-transform: capitalize;
	position: relative;
	top: -1px
}

.alert-dismissible .btn-close {
	font-size: 18px;
	line-height: 1
}

.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%
}

.vs-surface {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.outline-social {
	--icon-size: 50px;
	--border-size: 2px
}

.outline-social ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.outline-social li {
	display: inline-block;
	margin-right: 5px
}

.outline-social li:last-child {
	margin-right: 0
}

.outline-social a {
	width: var(--icon-size);
	height: var(--icon-size);
	line-height: calc(var(--icon-size) - var(--border-size));
	border: var(--border-size) solid var(--white-color);
	color: var(--white-color);
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 50%
}

.outline-social a:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.checked-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.checked-list li {
	padding-left: 25px;
	font-size: 16px;
	margin-bottom: 3px
}

.checked-list li:last-child {
	margin-bottom: 0
}

.checked-list li:before {
	content: "";
	font-family: var(--icon-font);
	position: absolute;
	left: 0
}

.vs-pricepill {
	background-color: var(--theme-color);
	width: 105px;
	height: 105px;
	text-align: center;
	padding: 13px 10px 10px 10px;
	border-radius: 50%;
	transition: all ease-in-out .3s;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.vs-pricepill:before {
	content: "";
	position: absolute;
	left: -5px;
	bottom: -5px;
	right: -5px;
	top: -5px;
	border: 2px dashed var(--white-color);
	border-radius: 50%
}

.vs-pricepill .text {
	font-size: 14px;
	font-weight: 500;
	color: var(--white-color);
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase
}

.vs-pricepill .price {
	display: block;
	color: var(--white-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0
}

.vs-pricepill .price sup {
	font-weight: 500;
	font-size: 16px
}

.vs-pricepill .price sub {
	font-size: 16px;
	position: relative;
	margin-left: 5px;
	top: -1px
}

.border-left-img {
	border-left: 3px solid var(--theme-color);
	padding: 0 0 0 20px
}

@media(min-width: 1800px) {
	.d-xxxl-block {
		display: block !important
	}
}

.font-icon {
	font-family: var(--icon-font)
}

.font-title {
	font-family: var(--title-font)
}

.font-body {
	font-family: var(--body-font)
}

.font-subtitle {
	font-family: var(--subtitle-font)
}

.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-22 {
	font-size: 22px
}

.fs-16 {
	font-size: 16px
}

.fs-26 {
	font-size: 26px
}

.bg-theme {
	background-color: var(--theme-color) !important
}

.bg-smoke {
	background-color: var(--smoke-color) !important
}

.bg-white {
	background-color: var(--white-color) !important
}

.bg-black {
	background-color: var(--black-color) !important
}

.bg-title {
	background-color: var(--title-color) !important
}

.background-image,
[data-bg-src] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.mask-cover {
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%
}

.bg-fluid {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center
}

.bg-auto {
	background-size: auto auto
}

.bg-top-right {
	background-position: top right;
	background-size: auto
}

.bg-top-left {
	background-position: left top
}

.bg-fixed {
	background-attachment: fixed
}

.bg-gray {
	background-color: #e5e5e5
}

.text-theme {
	color: var(--theme-color) !important
}

.text-title {
	color: var(--title-color) !important
}

.text-body {
	color: var(--body-color) !important
}

.text-light {
	color: var(--light-color) !important
}

.text-white {
	color: var(--white-color) !important
}

.text-yellow {
	color: var(--yellow-color) !important
}

.text-success {
	color: var(--success-color) !important
}

.text-error {
	color: var(--error-color) !important
}

.text-inherit {
	color: inherit
}

.text-inherit:hover {
	color: var(--theme-color)
}

a.text-theme:hover,
.text-reset:hover {
	text-decoration: underline
}

.text-white-light {
	color: #000;
}

.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-overlay=theme]:before {
	background-color: var(--theme-color)
}

[data-overlay=title]:before {
	background-color: var(--title-color)
}

[data-overlay=white]:before {
	background-color: var(--white-color)
}

[data-overlay=black]:before {
	background-color: var(--black-color)
}

[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
}

.ani-moving-x,
.ani-moving-y,
.about-shape1,
.ani-moving,
.testimonial-avater-style2 .slick-slide {
	animation-duration: var(--moving-ani-duration);
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

.ani-moving,
.testimonial-avater-style2 .slick-slide {
	animation-name: moving
}

.ani-moving-x {
	animation-name: moving-x
}

.ani-moving-y,
.about-shape1 {
	animation-name: moving-y
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
	animation-duration: var(--ripple-ani-duration);
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: ripple
}

.morp-ani {
	--morp-value: 66% 24% 44% 56% / 44% 24% 70% 56%;
	--morp-md-value: 43% 38% 39% 35% / 44% 39% 43% 56%;
	--morp-time: 8s;
	--morp-spin-time: 20s;
	animation: morpspin var(--morp-spin-time) linear infinite reverse
}

.morp-ani:before {
	animation: vsmorph var(--morp-time) ease-in-out infinite both alternate
}

.transform-banner img {
	animation: border-transform 10s linear infinite alternate forwards;
	border-radius: 100%
}

@keyframes ripple {
	0% {
		transform: scale(1);
		opacity: 0
	}

	30% {
		opacity: .4
	}

	100% {
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes morph {
	0% {
		border-radius: 40% 60% 60% 40%/60% 30% 70% 40%
	}

	100% {
		border-radius: 40% 60%
	}
}

@keyframes vsmorph {
	0% {
		border-radius: var(--morp-value)
	}

	50% {
		border-radius: var(--morp-md-value)
	}

	100% {
		border-radius: 40% 60%
	}
}

@keyframes vsheromorph {
	0% {
		border-radius: 25% 80% 57% 47%/53% 60% 43% 52%
	}

	50% {
		border-radius: 40% 60% 60% 40%/60% 30% 70% 40%
	}

	100% {
		border-radius: 40% 60%
	}
}

@keyframes morpspin {
	to {
		transform: rotate(1turn)
	}
}

@keyframes border-transform {

	0%,
	100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}

	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}

	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}

	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}

	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}

	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}

	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}

@keyframes moving {
	0% {
		transform: translate(0px, 0px)
	}

	20% {
		transform: translate(0px, -60px)
	}

	50% {
		transform: translate(-60px, -60px)
	}

	70% {
		transform: translate(-60px, 0px)
	}

	100% {
		transform: translate(0px, 0px)
	}
}

@keyframes moving-y {
	0% {
		transform: translate(0px, 0px)
	}

	50% {
		transform: translate(0, -60px)
	}

	100% {
		transform: translate(0px, 0px)
	}
}

@keyframes moving-x {
	0% {
		transform: translate(0px, 0px)
	}

	50% {
		transform: translate(-60px, 0)
	}

	100% {
		transform: translate(0px, 0px)
	}
}

@keyframes arrow-left {
	0% {
		transform: translateX(0)
	}

	20% {
		transform: translateX(-20px)
	}

	40% {
		transform: translateX(0)
	}

	60% {
		transform: translateX(-20px)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes arrow-right {
	0% {
		transform: translateX(0)
	}

	20% {
		transform: translateX(20px)
	}

	40% {
		transform: translateX(0)
	}

	60% {
		transform: translateX(20px)
	}

	100% {
		transform: translateX(0)
	}
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
	display: block;
	background-color: var(--smoke-color);
	color: var(--body-color);
	padding: 17px 25px;
	padding-right: 50px;
	font-size: 16px;
	line-height: 1;
	font-size: 16px;
	font-weight: 500
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
	color: var(--theme-color)
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
	display: block;
	position: relative
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
	text-align: center;
	position: absolute;
	right: 22px;
	top: 6px;
	transition: all ease .4s
}

.widget_nav_menu li:hover>span,
.widget_meta li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
	color: var(--theme-color)
}

.widget_nav_menu li:nth-child(odd) a,
.widget_meta li:nth-child(odd) a,
.widget_pages li:nth-child(odd) a,
.widget_archive li:nth-child(odd) a,
.widget_categories li:nth-child(odd) a {
	background-color: rgba(0, 0, 0, 0)
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
	margin-left: 10px
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
	padding-right: 20px
}

.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
}

.widget {
	--widget-border-color: #e4e4e4;
	--border-space: 5px;
	padding: var(--widget-padding-x, 30px) var(--widget-padding-y, 30px);
	margin: 0 var(--border-space) calc(var(--bs-gutter-x) + var(--border-space)) var(--border-space);
	border: 1px solid var(--widget-border-color);
	position: relative;
	background-color: var(--white-color)
}

.widget:before {
	content: "";
	position: absolute;
	left: calc(var(--border-space)*-1);
	right: calc(var(--border-space)*-1);
	top: var(--border-space-top, 20px);
	bottom: calc(var(--border-space)*-1);
	border: inherit;
	z-index: -1
}

.widget select,
.widget input {
	color: var(--body-color);
	padding-left: 30px;
	font-size: 16px;
	background-color: var(--input-bg, #f6f6f6);
	border: none;
	height: 60px;
	border-radius: 0;
	font-weight: 500;
	width: 100%
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
	color: var(--body-color)
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
	color: var(--body-color)
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
	color: var(--body-color)
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
	color: var(--body-color)
}

.widget select::placeholder,
.widget input::placeholder {
	color: var(--body-color)
}

.widget_title {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 30px;
	margin-top: -0.07em;
	padding-bottom: 10px;
	font-weight: 600;
	border-bottom: 1px solid var(--title-border-color, #999999)
}

.widget .search-form {
	position: relative
}

.widget .search-form input {
	padding-right: 50px
}

.widget .search-form button {
	text-align: center;
	padding: 0;
	color: var(--theme-color);
	background-color: rgba(0, 0, 0, 0);
	border: none;
	position: absolute;
	right: 30px;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%)
}

.widget .search-form button:hover {
	border-color: var(--theme-color);
	background-color: var(--white-color);
	color: var(--theme-color)
}

.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	border: none;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 10.5px 23px;
	margin-right: 5px;
	margin-bottom: 10px;
	color: var(--body-color);
	background-color: var(--tag-bg, #f6f6f6);
	border-radius: 9999px
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
	background-color: var(--theme-color);
	color: var(--white-color) !important
}

.tagcloud {
	margin-right: -5px;
	margin-bottom: -10px
}

.widget .tagcloud a:not(:hover) {
	background-color: #fff
}

.recent-post {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.recent-post:last-child {
	margin-bottom: 0
}

.recent-post .post-title {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 24px
}

.recent-post .media-img {
	margin-right: 15px;
	width: 90px
}

.recent-post .recent-post-meta {
	line-height: 1.2
}

.recent-post .recent-post-meta a {
	margin-right: 15px;
	font-size: 14px;
	font-weight: 500
}

.recent-post .recent-post-meta a i {
	margin-right: 8px;
	font-size: .9rem
}

.recent-post .recent-post-meta a:last-child {
	margin-right: 0
}

.vs-video-widget .video-thumb {
	position: relative
}

.vs-video-widget .play-btn {
	--icon-size: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.vs-video-widget .play-btn i {
	font-size: 16px
}

.vs-video-widget .video-thumb-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: -0.3em
}

.sidebar-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px
}

.sidebar-gallery .gallery-thumb .icon-thumb {
	font-size: 30px
}

.widget_shopping_cart ul {
	margin: 0;
	padding: 0
}

.widget_shopping_cart ul li {
	list-style-type: none
}

.widget_shopping_cart .mini_cart_item {
	position: relative;
	padding: 30px 10px 30px 90px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 0
}

.widget_shopping_cart .mini_cart_item:first-child {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.widget_shopping_cart .cart_list a:not(.remove) {
	display: block;
	color: var(--body-color);
	font-size: 18px;
	font-weight: 500;
	font-family: var(--title-font);
	font-weight: 600;
	color: var(--title-color)
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
	color: var(--theme-color)
}

.widget_shopping_cart .cart_list a.remove {
	position: absolute;
	top: 50%;
	left: 95%;
	transform: translateY(-50%);
	color: var(--body-color)
}

.widget_shopping_cart .cart_list a.remove:hover {
	color: var(--theme-color)
}

.widget_shopping_cart .cart_list img {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 0;
	top: 20px;
	border: 1px solid var(--smoke-color)
}

.widget_shopping_cart .quantity {
	display: inline-flex;
	white-space: nowrap;
	vertical-align: top;
	margin-right: 20px;
	font-size: 14px;
	color: var(--theme-color)
}

.widget_shopping_cart .total {
	margin-top: 30px;
	font-size: 18px;
	color: var(--title-color)
}

.widget_shopping_cart .amount {
	padding-left: 5px;
	font-weight: 600;
	font-family: var(--body-font)
}

.widget_shopping_cart .vs-btn {
	margin-right: 15px;
	padding: 22px 40px
}

.widget_shopping_cart .vs-btn:last-child {
	margin-right: 0
}

.sidebar-area .widget_shopping_cart .vs-btn {
	margin-right: 10px;
	padding: 8px 22px;
	font-size: 14px
}

@media(max-width: 991px) {
	.sidebar-gallery {
		grid-template-columns: repeat(3, 1fr)
	}

	.wp-block-tag-cloud a,
	.tagcloud a {
		padding: 10.5px 18px
	}
}

@media(max-width: 575px) {
	.widget {
		padding: 30px 20px
	}
}

.footer-widget {
	margin-bottom: 40px
}

.footer-widget,
.footer-widget .widget {
	padding: 0;
	border: none;
	padding-bottom: 0;
	background-color: rgba(0, 0, 0, 0)
}

.footer-widget .widget_title {
	position: relative;
	border-left: none;
	font-family: var(--title-font);
	padding: 0;
	font-size: 26px;
	margin-top: -0.15em;
	margin-bottom: 18px;
	border-bottom: none
}

@media(max-width: 991px) {
	.footer-widget .widget_title {
		margin-bottom: 18px
	}
}

.header-wrapper {
	position: relative;
	z-index: 41
}

.mega-menu .new-label,
.sub-menu .new-label {
	margin-left: 5px
}

.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
}

.will-sticky .menu-style1>ul>li>a {
	padding: 41px 0
}

.will-sticky .header-inner {
	background-color: var(--white-color)
}

.will-sticky .header-inner:after,
.will-sticky .header-inner:before {
	opacity: 0;
	visibility: hidden
}

.header-layout3 .will-sticky .header-inner-style2,
.header-layout3 .will-sticky .sticky-active {
	background-color: var(--black-color);
	opacity: 1
}

.main-menu a {
	display: block;
	position: relative;
	font-family: var(--body-font);
	font-weight: 500;
	font-size: 18px;
	color: var(--title-color)
}

.main-menu a:hover {
	color: var(--theme-color)
}

.main-menu>ul>li {
	margin: 0 15px
}

.main-menu>ul>li>a .new-label {
	position: absolute;
	top: -10px;
	right: -24px;
	font-size: 11px;
	border-radius: 3px;
	padding: 2px 4px 3px 4px
}

.main-menu>ul>li>a .has-new-lable {
	position: relative
}

.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: 3px;
	top: .8px;
	font-size: .8rem
}

.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(--white-color);
	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 {
	padding: 18px 20px;
	left: -27px
}

.main-menu ul.sub-menu:before {
	content: "";
	position: absolute;
	left: 34.5px;
	top: 30px;
	width: 1px;
	background-color: #ededed;
	height: calc(100% - 60px)
}

.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.5em;
	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(--white-color);
	box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, .4)
}

.main-menu ul.sub-menu li a:hover {
	color: var(--theme-color)
}

.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: 15px;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 700;
	color: var(--title-color);
	border-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
	width: calc(100% - 20px);
	left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
	padding-left: 0
}

.menu-style1>ul>li>a {
	color: #141414;
	padding: 41px 0
}

.header-layout3,
.header-layout1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 41
}

.header-layout3 .header-btn .vs-btn,
.header-layout1 .header-btn .vs-btn {
	margin-left: 26px
}

.header-layout4 {
	padding: 0 85px
}

.header-layout4 .container-fluid {
	position: relative
}

.header-btn a,
.header-btn button {
	margin-right: 7px
}

.header-btn a:last-child,
.header-btn a:last-child,
.header-btn button:last-child,
.header-btn button:last-child {
	margin-right: 0
}

.header-info-list {
	--icon-size: 40px
}

.header-info-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.header-info-list li {
	display: inline-block;
	margin-right: 32px
}

.header-info-list li:last-child {
	margin-right: 0
}

.header-info-list li>i {
	display: inline-block;
	background-color: var(--white-color);
	width: var(--icon-size);
	height: var(--icon-size);
	line-height: var(--icon-size);
	text-align: center;
	border-radius: 50%;
	color: var(--theme-color);
	margin-right: 13px;
	font-size: 1.1rem
}

.header-inner {
	position: relative;
	--layer-gap: 10px;
	--shape-width: 1596px;
	transition: all ease .4s
}

@media(min-width: 1921px) {
	.header-inner {
		--shape-width: 80vw
	}
}

.header-inner:after,
.header-inner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--white-color);
	height: 100%;
	width: 100%;
	max-width: var(--shape-width);
	z-index: -1;
	transition: all ease .4s
}

.header-inner:after {
	top: var(--layer-gap);
	max-width: calc(var(--shape-width) + var(--layer-gap));
	background-color: var(--theme-color);
	z-index: -2
}

.header-inner-style2 {
	position: relative;
	max-width: 1242px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--black-color)
}

.header-inner-style2 .cart-icon,
.header-inner-style2 .menu-style1>ul>li>a {
	color: var(--white-color)
}

.header-inner-style2 .cart-icon .badge {
	background-color: var(--theme-color)
}

.header-btn .vs-btn {
	margin-left: 18px;
	padding: 23px 54px
}

.header-top-style2 {
	padding: 14px 0
}

.header-layout2 {
	position: relative;
	z-index: 41
}

.header-transparent {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 30px 0
}

@media(max-width: 1500px) {
	.header-inner {
		--shape-width: 1400px
	}

	.header-layout3 {
		position: relative
	}

	.header-layout3 .header-top {
		background-color: var(--black-color)
	}

	.header-layout3 .header-inner-style2 {
		position: absolute;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .5);
		max-width: 100%
	}

	.header-layout4 {
		padding: 0
	}
}

@media(max-width: 1399px) {
	.header-inner {
		--shape-width: 100%;
		--layer-gap: 0
	}

	.header-transparent {
		position: relative;
		background-color: var(--black-color);
		border-top: 1px solid rgba(255, 255, 255, .2)
	}

	.main-menu>ul>li {
		margin: 0 13px
	}
}

@media(max-width: 1199px) {
	.header-layout1 {
		position: relative
	}

	.header-layout1 .header-top {
		background-color: var(--title-color)
	}

	.header-layout1 .header-inner {
		position: absolute;
		left: 0;
		right: 0
	}

	.header-layout1 .header-inner:before {
		background-color: rgba(255, 255, 255, .9)
	}

	.header-layout1 .header-inner:after {
		display: none
	}

	.header-layout3 .header-inner-style2 {
		border-top: 1px solid rgba(255, 255, 255, .3);
		position: relative;
		background-color: var(--black-color)
	}

	.menu-style1>ul>li>a {
		padding: 29px 0
	}

	.header-transparent {
		padding: 19px 0
	}
}

@media(max-width: 991px) {
	.header-transparent {
		border-top: none
	}

	.header-logo {
		padding: 10px 0
	}
}

@media(max-width: 767px) {
	.header-layout1 .header-inner {
		position: relative
	}

	.header-layout2 .header-btn .vs-btn {
		margin-left: 13px;
		padding: 15px 28px
	}

	.header-info-list {
		--icon-size: 34px
	}

	.header-info-list li {
		margin-right: 12px;
		font-size: 14px
	}
}

.footer-layout4,
.footer-layout4 p,
.footer-layout1,
.footer-layout1 p {
	color: #dadada
}

.footer-layout4 .widget_title,
.footer-layout1 .widget_title {
	color: var(--white-color)
}

.footer-layout2 {
	padding-top: 100px;
	padding-bottom: 40px
}

.footer-layout4 .widget-area {
	padding-bottom: 40px
}

.footer-info {
	position: relative;
	padding-left: 32px;
	margin-bottom: 10px
}

.footer-info:last-child {
	margin-bottom: 0
}

.footer-info i {
	position: absolute;
	left: 0;
	top: 7.5px;
	color:#fff;
}

.footer-table td {
	padding: 4px 0;
	text-transform: uppercase
}

.footer-table tr:first-child td {
	padding-top: 0
}

.footer-table tr:last-child td {
	padding-bottom: 0
}

.widget-area {
	padding-top: 100px
}

.footer-subscribe {
	position: relative
}

.footer-subscribe input {
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid var(--white-color);
	padding-left: 30px;
	padding-right: 50px;
	border-radius: 9999px;
	color: var(--white-color);
	font-size: 16px;
	font-weight: 500
}

.footer-subscribe input::-moz-placeholder {
	color: var(--white-color)
}

.footer-subscribe input:-ms-input-placeholder {
	color: var(--white-color)
}

.footer-subscribe input::placeholder {
	color: var(--white-color)
}

.footer-subscribe input:focus {
	background-color: rgba(0, 0, 0, 0)
}

.footer-subscribe button {
	border: none;
	background-color: rgba(0, 0, 0, 0);
	color: var(--white-color);
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	border-left: 1px solid var(--white-color);
	padding: 0 0 0 20px;
	height: 30px;
	overflow: hidden
}

.footer-subscribe button .hidden {
	position: absolute;
	margin-left: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.footer-subscribe button .default {
	opacity: 1;
	visibility: visible;
	transition: all ease .3s
}

.footer-subscribe.focus {
	margin-right: 0
}

.footer-subscribe.focus button .hidden {
	margin-left: 0;
	opacity: 1;
	visibility: visible
}

.footer-subscribe.focus button .default {
	opacity: 0;
	visibility: hidden
}

.footer-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.footer-links li {
	position: relative;
	display: inline-block;
	padding-right: 27px;
	margin-right: 20px
}

.footer-links li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 14px;
	margin-top: -6px;
	width: 1px;
	background-color: rgba(255, 255, 255, .63)
}

.footer-links li:last-child {
	margin-right: 0;
	padding-right: 0
}

.footer-links li:last-child:before {
	display: none
}

.footer-links a {
	color: var(--white-color);
	font-weight: 500
}

.footer-links a:hover {
	text-decoration: underline
}

.footer-layout3 {
	padding-top: 100px;
	padding-bottom: 75px
}

@media(max-width: 991px) {
	.footer-layout3 {
		padding-top: 60px;
		padding-bottom: 35px
	}

	.footer-layout4 .widget-area {
		padding-bottom: 20px
	}

	.widget-area {
		padding-top: 60px
	}
}

@media(max-width: 767px) {
	.footer-links li {
		padding-right: 16px;
		margin-right: 10px
	}
}

@media(max-width: 575px) {
	.footer-subscribe input {
		padding-left: 25px
	}

	.footer-subscribe button {
		width: 45px;
		height: 45px;
		background-color: var(--theme-color);
		color: var(--white-color);
		text-align: center;
		padding-left: 0;
		border: none;
		border-radius: 50%;
		right: 8px
	}

	.footer-subscribe button:hover {
		background-color: var(--white-color);
		color: var(--white-color)
	}

	.footer-links li:before {
		content: "-";
		top: 0;
		height: 14px;
		margin-top: 0;
		width: -moz-fit-content;
		width: fit-content;
		background-color: rgba(0, 0, 0, 0);
		color: #fff;
		vertical-align: top
	}
}

.breadcumb-menu {
	max-width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none
}

.breadcumb-menu li {
	display: inline-block;
	margin-right: 3px;
	padding-right: 8px;
	list-style: none;
	position: relative
}

.breadcumb-menu li:after {
	content: "-";
	margin-left: 13px
}

.breadcumb-menu li:first-child:before {
	content: "";
	font-family: var(--icon-font);
	width: var(--icon-size, 40px);
	height: var(--icon-size, 40px);
	border-radius: 50%;
	line-height: var(--icon-size, 40px);
	background-color: var(--theme-color);
	font-size: 18px;
	display: inline-block;
	text-align: center;
	margin-right: 15px
}

.breadcumb-menu li:last-child {
	padding-right: 0;
	margin-right: 0
}

.breadcumb-menu li:last-child:after {
	display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	white-space: normal;
	color: inherit;
	word-break: break-word;
	font-weight: 400;
	font-size: 18px;
	color: var(--white-color)
}

.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
	margin-right: 5px;
	font-size: .8rem;
	position: relative;
	top: -1px
}

.breadcumb-title {
	font-size: 72px;
	font-weight: 600;
	margin-top: -0.3em;
	color: var(--white-color);
	margin-bottom: 10px
}

.breadcumb-wrapper {
	padding-top: 360px;
	padding-bottom: 130px
}

@media(max-width: 1500px) {
	.breadcumb-title {
		font-size: 60px
	}

	.breadcumb-wrapper {
		padding-top: 320px;
		padding-bottom: 126px
	}
}

@media(max-width: 1399px) {
	.breadcumb-title {
		font-size: 48px
	}
}

@media(max-width: 1199px) {
	.breadcumb-wrapper {
		padding-top: 212px;
		padding-bottom: 126px
	}

	.breadcumb-title {
		font-size: 42px
	}

	.breadcumb-menu li,
	.breadcumb-menu a,
	.breadcumb-menu span {
		font-size: 17px
	}
}

@media(max-width: 991px) {
	.breadcumb-wrapper {
		padding-top: 162px;
		padding-bottom: 76px
	}

	.breadcumb-menu li {
		padding-right: 5px;
		--icon-size: auto
	}

	.breadcumb-menu li:first-child:before {
		background-color: rgba(0, 0, 0, 0);
		font-size: 14px;
		margin-right: 10px
	}

	.breadcumb-menu li:after {
		margin-left: 11px
	}

	.breadcumb-title {
		font-size: 36px
	}
}

@media(max-width: 767px) {
	.breadcumb-wrapper {
		padding-top: 80px;
		padding-bottom: 70px
	}

	.breadcumb-title {
		font-size: 28px
	}
}

.vs-pagination {
	text-align: center
}

.vs-pagination ul {
	margin: 0;
	padding: 0
}

.vs-pagination li {
	display: inline-block;
	margin: 0 3px;
	list-style-type: none
}

.vs-pagination li:last-child {
	margin-right: 0
}

.vs-pagination li:first-child {
	margin-left: 0
}

.vs-pagination span,
.vs-pagination a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 47px;
	color: var(--title-color);
	text-align: center;
	position: relative;
	border: 2px solid #eef1f5;
	z-index: 1;
	font-weight: 700;
	border-radius: 50%
}

.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)
}

.post-pagi-box {
	margin-top: -0.4em
}

.post-pagi-box>a {
	color: var(--body-color);
	font-size: 16px;
	font-weight: 500
}

.post-pagi-box>a:hover {
	color: var(--theme-color)
}

.post-pagi-box .pagi-title {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 20px
}

.post-pagi-box .pagi-icon {
	position: relative;
	top: 6px
}

.post-pagi-box.next {
	text-align: right
}

.post-pagination {
	padding-top: calc(var(--blog-space-y, 60px) + 4px);
	margin: var(--blog-space-y, 60px) var(--blog-space-x, 0);
	border-top: 1px solid #e4e4e4;
	position: relative
}

.post-pagination:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 4px;
	border-top: inherit
}

@media(max-width: 767px) {

	.vs-pagination span,
	.vs-pagination a {
		width: 40px;
		height: 40px;
		line-height: 33px;
		font-size: 14px
	}

	.post-pagi-box .pagi-title {
		font-size: 18px
	}
}

blockquote {
	font-size: 20px;
	line-height: 36px;
	padding: 50px 60px 50px 60px;
	font-weight: 700;
	display: block;
	position: relative;
	background-color: var(--smoke-color);
	overflow: hidden;
	margin: 35px 0;
	color: var(--title-color)
}

blockquote p {
	font-family: inherit;
	margin-bottom: 0 !important;
	line-height: 1.6;
	color: inherit;
	max-width: 550px;
	width: 100%;
	position: relative;
	z-index: 3;
	font-style: italic
}

blockquote:before {
	content: "";
	font-family: var(--icon-font);
	position: absolute;
	right: 40px;
	bottom: 40px;
	font-size: 7rem;
	font-weight: 300;
	opacity: .1;
	line-height: 1;
	color: var(--theme-color)
}

blockquote p {
	margin-bottom: 0
}

blockquote p a {
	color: inherit
}

blockquote cite {
	display: inline-block;
	font-size: 18px;
	position: relative;
	padding-left: 45px;
	border-color: inherit;
	line-height: 1;
	font-weight: 400;
	margin-top: 22px;
	font-style: normal;
	color: var(--theme-color)
}

blockquote cite:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 30px;
	height: 2px;
	border-top: 2px solid;
	border-color: inherit
}

.blog-meta span,
.blog-meta a {
	display: inline-block;
	margin-right: 23px;
	font-size: 16px;
	color: var(--body-color)
}

.blog-meta span:last-child,
.blog-meta a:last-child {
	margin-right: 0
}

.blog-meta span i,
.blog-meta a i {
	margin-right: 10px;
	color: var(--body-color)
}

.blog-meta span:hover,
.blog-meta a:hover {
	color: var(--theme-color)
}

.blog-category {
	margin-bottom: -10px
}

.blog-category a {
	display: inline-block;
	color: #fff;
	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)
}

.vs-blog {
	margin-bottom: 30px
}

.blog-inner-title {
	margin-bottom: 30px;
	margin-top: -0.25em
}

.blog-author {
	--author-border-space: 5px;
	margin: var(--author-border-space);
	margin-top: var(--blog-space-y, 60px);
	padding: 30px 30px;
	border: 1px solid #e4e4e4;
	position: relative
}

.blog-author:before {
	content: "";
	position: absolute;
	top: calc(var(--author-border-space)*-1);
	right: calc(var(--author-border-space)*-1);
	bottom: calc(var(--author-border-space)*-1);
	left: calc(var(--author-border-space)*-1);
	border: inherit
}

.blog-author .author-degi {
	margin-bottom: 5px;
	color: var(--theme-color);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .2em
}

.blog-author .media-img {
	display: inline-block;
	padding: 7px;
	background-color: #e4e4e4;
	margin-right: 25px;
	overflow: hidden;
	border-radius: 50%
}

.blog-author .media-img img {
	border-radius: inherit
}

.blog-author .author-name {
	margin-bottom: 10px
}

.blog-single {
	position: relative
}

.blog-single .blog-content {
	margin: 39px 0 var(--blog-space-y, 60px) 0;
	padding-bottom: calc(var(--blog-space-y, 60px) - 5px);
	border-bottom: 1px solid #ccc;
	position: relative
}

.blog-single .blog-content:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 1px;
	border-bottom: inherit
}

.blog-single .share-links-title {
	font-size: 20px;
	color: var(--title-color);
	display: block;
	margin-bottom: 10px;
	font-family: var(--title-font);
	font-weight: 600;
	margin-top: -0.45em
}

.blog-single .social-links {
	margin-top: -0.05em
}

.blog-single .blog-meta {
	margin-bottom: 10px;
	margin-top: -0.45em
}

.blog-single .blog-title {
	line-height: 1.4;
	margin-bottom: 10px
}

.blog-single .blog-audio {
	line-height: 1
}

.blog-single .blog-img {
	position: relative
}

.blog-single .blog-img .slick-arrow {
	position: absolute;
	left: 40px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	--title-color: #fff
}

.blog-single .blog-img .slick-arrow.slick-next {
	left: auto;
	right: 40px
}

.blog-single .blog-img .play-btn {
	--icon-size: 110px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: calc(var(--icon-size)/-2) 0 0 calc(var(--icon-size)/-2)
}

.blog-single:hover .blog-img .slick-arrow {
	opacity: 1;
	visibility: visible
}

.blog-details .blog-content {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: calc(var(--blog-space-y, 60px) - 10px)
}

.meta-box {
	position: relative
}

.meta-box a {
	background-color: var(--theme-color);
	color: var(--white-color);
	padding: 5px 12px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin: 0 -2px;
	z-index: 1;
	position: relative
}

.meta-box a:last-child {
	margin-right: 0;
	padding-right: 25px
}

.meta-box a:first-child {
	margin-left: 0;
	padding-left: 25px
}

.meta-box a i {
	margin-right: 9px
}

.blog-card {
	margin-bottom: 20px
}

.blog-card .blog-content {
	padding-right: 50px;
	padding-top: 18px
}

.blog-card .blog-img {
	position: relative
}

.blog-card .meta-box {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 50px
}

.blog-card .meta-box:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
	bottom: -1px;
	background-color: var(--white-color)
}

.blog-card .blog-title {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 5px;
	line-height: 36px
}

.blog-steped {
	--date-box: 110px;
	--blog-space: 160px;
	text-align: center;
	position: relative;
	margin-bottom: 23px
}

.blog-steped:after,
.blog-steped:before {
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	width: 1px;
	height: 110%;
	background-color: #c5c5c5
}

.blog-steped:after {
	right: -2px
}

.blog-steped .blog-img,
.blog-steped .blog-content {
	max-width: 470px;
	margin-right: auto
}

.blog-steped .blog-img {
	margin-bottom: 20px
}

.blog-steped .post-author {
	font-weight: 500;
	font-size: 16px;
	color: var(--title-color);
	margin-bottom: 10px
}

.blog-steped .post-author a {
	text-decoration: underline
}

.blog-steped .blog-title {
	font-size: 28px;
	font-weight: 600
}

.blog-steped .blog-date {
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	width: var(--date-box);
	height: var(--date-box);
	margin-right: calc(var(--date-box)/-2);
	background-color: var(--theme-color);
	color: var(--white-color);
	font-weight: 500;
	font-size: 13px;
	padding: 29px 0;
	border-radius: 50%;
	z-index: 2
}

.blog-steped .blog-date::first-line {
	font-size: 45px;
	font-weight: 600
}

.blog-steped .blog-date:before {
	content: "";
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -10px;
	border-right: 10px solid var(--theme-color);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid rgba(0, 0, 0, 0)
}

.blog-steped:nth-child(even)::after,
.blog-steped:nth-child(even)::before {
	display: none
}

.blog-steped:nth-child(even) .blog-img,
.blog-steped:nth-child(even) .blog-content {
	margin-left: auto;
	margin-right: 0
}

.blog-steped:nth-child(even) .blog-date {
	right: auto;
	left: 0;
	margin-right: 0;
	margin-left: calc(var(--date-box)/-2)
}

.blog-steped:nth-child(even) .blog-date:before {
	left: auto;
	right: -8px;
	border-right: none;
	border-left: 10px solid var(--theme-color)
}

.blog-steped:nth-child(2) {
	margin-top: var(--blog-space)
}

.blog-steped:nth-child(odd) {
	margin-top: calc(var(--blog-space)*-1)
}

.blog-steped:nth-child(1) {
	margin-top: 0
}

.blog-steped:nth-last-child(2)::before,
.blog-steped:nth-last-child(2):after {
	height: calc(100% + 200px)
}

.blog-fliped {
	--icon-bg: #ececec;
	margin-bottom: 50px
}

.blog-fliped .meta-box {
	margin-bottom: 15px
}

.blog-fliped .blog-text {
	margin-bottom: 33px
}

.blog-fliped .blog-img {
	padding: var(--img-shape-space, 40px) var(--img-shape-space, 40px) var(--img-shape-space, 40px) 0;
	position: relative
}

.blog-fliped .blog-img:before {
	content: "";
	position: absolute;
	left: var(--img-shape-space, 40px);
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--shape-bg, #f6f6f6);
	z-index: -1
}

.blog-fliped:nth-child(even) .row {
	flex-direction: row-reverse
}

.blog-fliped:nth-child(even) .blog-img {
	padding: var(--img-shape-space, 40px) 0 var(--img-shape-space, 40px) var(--img-shape-space, 40px)
}

.blog-fliped:nth-child(even) .blog-img:before {
	left: 0;
	right: var(--img-shape-space, 40px)
}

.vs-blog-layout3 .vs-blog {
	position: relative
}

.vs-blog-layout3 .blog-number {
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 3;
	padding: 10px;
	border-radius: 10px;
	line-height: 1
}

.vs-blog-layout3 .blog-content {
	padding: 27px 30px;
	padding-bottom: 8px
}

.vs-blog-layout3 .blog-title.text-white a:hover {
	color: var(--title-color)
}

.vs-blog-layout3 .blog-meta {
	padding-bottom: 18px;
	border-bottom: 1px solid;
	border-color: var(--white-color);
	margin-bottom: 16px;
	position: relative;
	z-index: 1
}

.vs-blog-layout3 .blog-meta:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1.5px;
	height: 3px;
	width: 100%;
	max-width: 100px;
	border-top: 3px solid;
	border-color: inherit
}

.vs-blog-layout3 .blog-meta a.text-white i {
	color: var(--white-color)
}

@media(max-width: 1199px) {
	.blog-steped {
		--blog-space: 140px
	}

	.blog-steped .blog-img,
	.blog-steped .blog-content {
		max-width: 370px;
		margin-right: auto
	}

	.blog-steped .blog-title {
		font-size: 24px
	}

	.blog-steped .post-author {
		font-size: 14px
	}

	.blog-card .blog-title {
		font-size: 22px;
		margin-bottom: 13px;
		line-height: 1.5
	}
}

@media(max-width: 991px) {
	blockquote {
		font-size: 20px;
		line-height: 34px;
		padding: 30px 40px 30px 40px
	}

	blockquote cite {
		font-size: 16px;
		margin-top: 20px
	}

	blockquote:before {
		right: 20px;
		bottom: 20px;
		font-size: 4rem
	}

	.blog-author {
		padding: 30px 30px
	}

	.vs-blog.blog-single {
		--blog-space-y: 40px
	}

	.blog-card .blog-content {
		padding-right: 30px;
		padding-top: 18px
	}

	.blog-card .meta-box {
		right: 30px
	}

	.blog-card .meta-box::before {
		top: -20px
	}

	.blog-card .blog-title {
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 1.5
	}

	.blog-card .blog-text {
		font-size: 16px
	}

	.blog-steped {
		--blog-space: 0;
		margin-bottom: 0
	}

	.blog-steped::before,
	.blog-steped:after {
		left: calc(var(--date-box)/2 + 2px);
		right: auto;
		display: none
	}

	.blog-steped .blog-img,
	.blog-steped .blog-content {
		max-width: 100%;
		margin-right: 0
	}

	.blog-steped:nth-child(even) .blog-date,
	.blog-steped .blog-date {
		top: 20px;
		left: 30px;
		right: auto;
		margin: 0;
		border-radius: 10px;
		width: auto;
		height: auto;
		line-height: 1;
		padding: 10px 20px;
		text-transform: none;
		font-size: 18px
	}

	.blog-steped:nth-child(even) .blog-date:before,
	.blog-steped .blog-date:before {
		display: none
	}

	.blog-steped:nth-child(even) .blog-date::first-line,
	.blog-steped .blog-date::first-line {
		font-size: inherit;
		font-weight: inherit
	}

	.blog-steped:last-child:after,
	.blog-steped:last-child::before {
		display: none
	}

	.blog-fliped {
		--img-shape-space: 0
	}

	.blog-fliped .blog-img {
		margin-bottom: 30px
	}

	.blog-fliped .blog-text {
		margin-bottom: 23px
	}
}

@media(max-width: 767px) {

	.blog-meta span,
	.blog-meta a {
		margin-right: 20px;
		font-size: 16px
	}

	.blog-single .blog-content {
		margin-top: 29px
	}

	.blog-steped:nth-child(even) .blog-date,
	.blog-steped .blog-date {
		font-size: 14px
	}

	.blog-steped .blog-title {
		font-size: 20px;
		line-height: 1.4
	}

	.blog-author {
		padding: 30px 20px
	}

	blockquote {
		padding: 30px 20px 30px 20px
	}
}

@media(max-width: 575px) {
	.vs-blog-layout3 .blog-content {
		padding: 17px 20px;
		padding-bottom: .1px
	}

	.vs-blog-layout3 p:last-child {
		margin-bottom: 15px
	}

	.vs-blog-layout3 .blog-number {
		font-size: 28px;
		right: 15px;
		top: 15px;
		padding: 15px;
		font-size: 22px
	}
}

.vs-comment-form {
	margin-top: var(--blog-space-y, 60px);
	margin-bottom: 30px
}

.vs-comment-form textarea.style3 {
	min-height: 220px
}

.vs-comment-form .blog-inner-title {
	margin-bottom: 8px
}

.vs-comment-form .form-text {
	margin-bottom: 25px
}

.vs-comment-form .form-group>i {
	color: rgba(0, 0, 0, .5)
}

.vs-comments-wrap {
	margin: var(--blog-space-y, 60px) var(--blog-space-x, 0)
}

.vs-comments-wrap li {
	margin: 0
}

.vs-comments-wrap .vs-post-comment {
	display: flex;
	padding: 30px 30px 20px 30px;
	border: 1px solid #e4e4e4;
	--comment-border-space: 5px;
	margin: 0 var(--comment-border-space) 37px var(--comment-border-space);
	position: relative
}

.vs-comments-wrap .vs-post-comment:before {
	content: "";
	position: absolute;
	top: calc(var(--comment-border-space)*-1);
	right: calc(var(--comment-border-space)*-1);
	bottom: calc(var(--comment-border-space)*-1);
	left: calc(var(--comment-border-space)*-1);
	border: inherit
}

.vs-comments-wrap ul.comment-list {
	list-style: none;
	margin: 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: 100px;
	height: 100px;
	margin-right: 30px;
	border-radius: 50%;
	overflow: hidden
}

.vs-comments-wrap .comment-content {
	flex: 1;
	margin-top: -5px;
	position: relative
}

.vs-comments-wrap .commented-on {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 400;
	color: var(--theme-color);
	font-family: var(--body-font)
}

.vs-comments-wrap .commented-on i {
	margin-right: 7px;
	font-size: .9rem
}

.vs-comments-wrap .name {
	margin-bottom: 2px
}

.vs-comments-wrap .comment-top {
	display: flex;
	justify-content: space-between
}

.vs-comments-wrap .text {
	color: #6b6b6b;
	margin-bottom: 0
}

.vs-comments-wrap .text:last-child {
	margin-bottom: 0
}

.vs-comments-wrap .children {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 70px
}

.vs-comments-wrap .replay-btn {
	font-weight: 600;
	font-family: var(--title-font);
	font-size: 16px;
	color: var(--body-color);
	margin-top: 10px;
	display: inline-block
}

.vs-comments-wrap .replay-btn i {
	margin-right: 7px
}

.vs-comments-wrap .replay-btn:hover {
	color: var(--theme-color)
}

.vs-comments-wrap .star-rating {
	font-size: 12px;
	margin-bottom: 10px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 80px
}

@media(max-width: 991px) {
	.vs-comments-wrap .vs-post-comment {
		display: block;
		padding: 30px 20px 20px 20px
	}

	.vs-comments-wrap .comment-avater {
		margin-right: 0;
		margin-bottom: 20px
	}

	.vs-comments-wrap .children {
		margin-left: 40px
	}
}

@media(max-width: 767px) {
	.vs-comments-wrap .children {
		margin-left: 30px
	}
}

section.vs-hero-wrapper.position-relative.ls-direction-fix {
	z-index: 1
}

.ls-v6 .ls-bottom-nav-wrapper {
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	height: -moz-fit-content;
	height: fit-content
}

.ls-gui-element.ls-bottom-nav-wrapper a {
	display: block !important;
	background-color: var(--title-color);
	margin: 18px 0;
	border-color: rgba(0, 0, 0, 0) !important;
	transform: translateX(-50%);
	transition: all ease .4s
}

.ls-gui-element.ls-bottom-nav-wrapper a:first-child {
	margin-top: 0
}

.ls-gui-element.ls-bottom-nav-wrapper a:last-child {
	margin-bottom: 0
}

.ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active:hover,
.ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active {
	background-color: var(--theme-color) !important
}

a.ls-gui-element.ls-nav-prev,
a.ls-gui-element.ls-nav-next {
	width: var(--icon-size, 60px);
	height: var(--icon-size, 60px);
	border: 2px solid var(--white-color) !important;
	border-radius: 50%;
	left: var(--space-x, 130px)
}

a.ls-gui-element.ls-nav-prev:after,
a.ls-gui-element.ls-nav-next:after {
	transform: none;
	width: auto;
	height: auto;
	margin: -7px 0 0 -4.5px;
	left: 50%;
	top: 50%;
	border: none;
	border-right: 7px solid var(--white-color);
	border-top: 7px solid rgba(0, 0, 0, 0);
	border-bottom: 7px solid rgba(0, 0, 0, 0)
}

a.ls-gui-element.ls-nav-prev:before,
a.ls-gui-element.ls-nav-next:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -3px;
	display: inline-block;
	width: 82px;
	height: 2px;
	background-color: var(--white-color);
	transition: all ease .4s
}

a.ls-gui-element.ls-nav-prev:hover,
a.ls-gui-element.ls-nav-next:hover {
	transform: none
}

a.ls-gui-element.ls-nav-prev:hover:after,
a.ls-gui-element.ls-nav-next:hover:after {
	border-top-color: rgba(0, 0, 0, 0) !important
}

a.ls-gui-element.ls-nav-prev:hover:after,
a.ls-gui-element.ls-nav-prev:hover:before,
a.ls-gui-element.ls-nav-next:hover:after,
a.ls-gui-element.ls-nav-next:hover:before {
	animation: arrow-left ease 1s alternate
}

a.ls-gui-element.ls-nav-next {
	left: auto;
	right: var(--space-x, 130px)
}

a.ls-gui-element.ls-nav-next:after {
	left: auto;
	right: 50%;
	margin: -7px -4.5px 0 0;
	border-right: none;
	border-left: 7px solid var(--white-color)
}

a.ls-gui-element.ls-nav-next:before {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -3px
}

a.ls-gui-element.ls-nav-next:hover:after,
a.ls-gui-element.ls-nav-next:hover:before {
	animation: arrow-right ease 1s alternate
}

.hero-morp {
	animation: border-transform 10s linear infinite alternate forwards
}

@media(max-width: 1199px) {
	.ls-v6 .ls-bottom-nav-wrapper {
		display: none
	}

	a.ls-gui-element.ls-nav-prev,
	a.ls-gui-element.ls-nav-next {
		display: none
	}
}

.vs-banner-slide {
	--shape-size: 370px;
	--morp-color: #907bf6;
	--morp-delay: 1s;
	padding-top: var(--padding-y, 80px);
	padding-bottom: var(--padding-y, 80px);
	position: relative;
	margin-bottom: 30px
}

.vs-banner-slide .banner-title {
	font-size: 28px;
	margin-bottom: 10px;
	color: var(--white-color)
}

.vs-banner-slide .media-content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 290px;
	width: 100%
}

.vs-banner-slide .banner-text {
	margin-bottom: 0;
	color: var(--white-color)
}

.vs-banner-slide .banner-morp {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	--morp-value: 66% 24% 44% 56% / 44% 24% 70% 56%;
	--morp-time: 12s;
	--morp-spin-time: 16s;
	width: var(--shape-size);
	height: var(--shape-size);
	margin: calc(var(--shape-size)/-2) 0 0 calc(var(--shape-size)/-2);
	animation-delay: var(--morp-delay)
}

.vs-banner-slide .banner-morp:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--morp-color);
	opacity: .9;
	border-radius: 66% 24% 44% 56%/44% 24% 70% 56%
}

.vs-banner-slide:nth-child(3n+3) {
	--morp-color: #e280d2
}

.vs-banner-slide:nth-child(3n+2) {
	--morp-color: #ff708b;
	--morp-delay: 5s
}

.vs-banner-slide:nth-child(3n+1) {
	--morp-color: #907bf6;
	--morp-delay: 8s
}

@media(max-width: 1399px) {
	.vs-banner-slide {
		--shape-size: 270px;
		--padding-y: 40px
	}

	.vs-banner-slide .banner-title {
		font-size: 30px
	}
}

@media(max-width: 1199px) {
	.vs-banner-slide {
		--padding-y: 0
	}

	.vs-banner-slide .banner-morp {
		animation: none;
		width: auto;
		height: auto;
		left: calc(var(--bs-gutter-x)/2);
		right: calc(var(--bs-gutter-x)/2);
		height: 100%;
		top: auto;
		bottom: 0;
		margin: 0
	}

	.vs-banner-slide .banner-morp:before {
		background-color: rgba(0, 0, 0, 0);
		background-image: linear-gradient(95deg, var(--morp-color) 20%, rgba(0, 0, 0, 0) 100%);
		border-radius: 0;
		animation: none
	}

	.vs-banner-slide .media-content {
		left: calc(var(--bs-gutter-x)/2);
		top: 50%;
		text-align: left;
		padding-left: 30px;
		transform: translateY(-50%)
	}
}

@media(max-width: 575px) {
	.vs-banner-slide .banner-title {
		font-size: 24px
	}

	.vs-banner-slide .media-content {
		padding-left: 20px
	}
}

.about-shape1 {
	position: absolute;
	right: 0;
	bottom: 0
}

.thumb-about {
	text-align: center;
	border-right: 1px solid #e7e7e9;
	border-bottom: 1px solid #e7e7e9;
	padding: 40px 0 30px 0
}

@media(min-width: 575px) {
	.thumb-about:nth-child(3n+3) {
		border-right: none
	}

	.thumb-about:nth-child(n+4) {
		border-bottom: none;
		padding-bottom: 0
	}

	.thumb-about:nth-child(-n+3) {
		padding-top: 0
	}
}

@media(max-width: 575px) {
	.thumb-about:nth-child(2n+2) {
		border-right: none
	}

	.thumb-about:nth-child(n+5) {
		border-bottom: none;
		padding-bottom: 0
	}

	.thumb-about:nth-child(-n+2) {
		padding-top: 0
	}
}

.thumb-about img {
	margin-bottom: 10px
}

.thumb-about .text-title {
	margin-bottom: 0
}

.thumb-about-style2 {
	border-right: 1px solid #e7e7e9
}

.thumb-about-style2:last-child {
	border-right: none
}

.thumb-about-style2 .text-title {
	margin-bottom: -0.4em
}

.thumb-about-style2 img {
	height: 80px;
	margin-bottom: 15px
}

.about-morp-shape {
	--shape-size: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: var(--shape-size);
	height: var(--shape-size);
	margin: calc(var(--shape-size)/-2) 0 0 calc(var(--shape-size)/-2);
	z-index: -1;
	animation: border-transform 10s linear infinite alternate forwards
}

.about-media .media-body>*:last-child {
	margin-bottom: 0
}

.about-media-wrap {
	gap: 45px;
	padding-top: 10px;
	display: flex;
	flex-direction: column
}

.dotted-list {
	--dotted-size: 10px;
	margin-bottom: 40px
}

.dotted-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.dotted-list li {
	padding-left: 20px;
	position: relative;
	/*line-height: 1;*/
	margin-bottom: 15px;
	width: -moz-max-content;
	width: max-content;
	/*max-width: 100%*/
}

.dotted-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: var(--dotted-size, 10px);
	height: var(--dotted-size, 10px);
	border-radius: 50%;
	background-color: var(--theme-color)
}

.offer-pill {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 182px;
	height: 182px;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	--border-pill: -10px
}

.offer-pill:before {
	content: "";
	position: absolute;
	left: var(--border-pill);
	right: var(--border-pill);
	top: var(--border-pill);
	bottom: var(--border-pill);
	border: 2px dashed var(--white-color);
	border-radius: inherit;
	animation: morpspin 30s linear infinite
}

.offer-pill .offer-number {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase
}

.offer-pill .offer-text {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: inherit;
	margin-bottom: 0
}

.story-media {
	padding-left: var(--p-start, 120px);
	position: relative;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 34px;
	margin-bottom: 33px
}

.story-media:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 1px;
	border-bottom: inherit
}

.story-media .story-year {
	color: var(--theme-color);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 30px;
	font-weight: 600
}

.story-media .story-text {
	font-size: 16px;
	margin-bottom: 11px;
	margin-top: -0.4em
}

.story-media .story-author {
	font-weight: 600;
	margin-bottom: 0;
	color: var(--title-color)
}

.story-media .degi {
	color: var(--body-color);
	margin-left: 7px;
	font-size: 14px;
	font-weight: 400
}

.story-media .degi:before {
	content: "";
	width: 10px;
	height: 1px;
	background-color: currentColor;
	position: relative;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
	top: -1px
}

.story-media:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 21px
}

.exp-box {
	padding: 50px;
	border-radius: 10px;
	background-color: var(--white-color);
	z-index: 1;
	position: relative
}

.exp-box:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background-color: var(--theme-color);
	z-index: -1;
	border-radius: inherit
}

.exp-box .exp-number {
	font-size: 60px;
	margin-top: -10px;
	margin-bottom: 5px;
	line-height: 1;
	color: var(--white-color);
	font-family: var(--title-font);
	display: block
}

.exp-box .exp-title {
	font-size: 18px;
	color: var(--white-color);
	margin: 0;
	font-family: var(--title-font)
}

.image-box4 {
	position: relative;
	padding-bottom: 80px
}

.image-box4 .exp-box {
	position: absolute;
	right: -1px;
	bottom: 0;
	z-index: 1
}

.image-box4 .img-2 {
	display: inline-block;
	padding: 9px;
	background-color: var(--white-color);
	position: absolute;
	right: -135px;
	bottom: 125px;
	z-index: 2;
	border-radius: 50%
}

.image-box4 .img-2 img {
	border-radius: inherit
}

@media(max-width: 1399px) {
	.about-content.text-center.pl-50.ml-10 {
		padding-left: 0
	}
}

@media(max-width: 1199px) {
	.thumb-about {
		padding: 25px 0 25px 0
	}

	.thumb-about .text-title {
		font-size: 14px
	}

	.about-media-wrap {
		padding-top: 0
	}

	.about-morp-shape {
		--shape-size: 400px
	}

	.story-media {
		--p-start: 0;
		padding-bottom: 24px;
		margin-bottom: 20px
	}

	.story-media .story-year {
		position: relative;
		font-size: 24px;
		margin-bottom: 15px
	}

	.story-media .story-text {
		margin-bottom: 10px
	}

	.thumb-about-style2 {
		border-right: none
	}

	.image-box4 .img-2 {
		width: 150px;
		height: 150px;
		right: -1px;
		bottom: auto;
		top: -1px;
		padding: 1px 1px 8px 8px;
		border-radius: 0
	}

	.image-box4 {
		padding-bottom: 50px
	}

	.image-box4 .exp-box {
		bottom: -1px;
		padding: 30px 50px
	}

	.image-box4 .exp-box .exp-number {
		font-size: 42px
	}
}

@media(max-width: 991px) {
	.about-media-wrap {
		gap: 30px
	}

	.image-box4 .img-1 img {
		width: 100%
	}
}

@media(max-width: 767px) {
	.about-morp-shape {
		--shape-size: 250px
	}

	.offer-pill {
		right: 50%;
		width: 130px;
		height: 130px;
		--border-pill: -5px
	}

	.offer-pill .offer-number {
		font-size: 18px
	}

	.offer-pill .offer-text {
		font-size: 12px
	}

	.dotted-list li {
		line-height: 1.6
	}

	.dotted-list li::before {
		top: 10px
	}

	.image-box4 .img-2 {
		width: 100px;
		height: auto;
		padding: 1px 1px 8px 8px
	}
}

.price-list {
	width: 390px;
	max-width: 100%
}

.price-list ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none
}

.price-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	transition: all ease .4s
}

.price-list .border-middle {
	border: 1px dashed #bcbcbc;
	flex: 1 0 0%;
	width: 100%;
	height: 1px;
	background-color: var(--white-color);
	margin: 3px 20px 0 25px;
	opacity: .6
}

.price-list .price,
.price-list .package {
	margin: 0;
	font-weight: 500
}

.price-plan-slide .slick-arrow {
	--pos-x: 130px;
	--title-color: #fff
}

.price-list-box {
	position: relative;
	--space-x: 70px;
	--space-y: 70px
}

.price-list-box .price-content {
	background-image: linear-gradient(90deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.9) 100%);
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
	padding: var(--space-y) var(--space-x);
	box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, .05);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all ease .6s;
	transform: scaleY(0.5);
	transform-origin: 0 0
}

.price-list-box .price-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: var(--space-y);
	top: var(--space-y);
	z-index: -1
}

.price-list-box .price-title {
	margin-top: -0.27em;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.price-list-box .vs-btn,
.price-list-box .price-list li {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all ease .4s
}

.slick-active .price-list-box .price-content {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	transition-delay: .2s
}

.slick-active .price-list-box .price-title {
	opacity: 1;
	visibility: visible;
	transition-delay: .3s
}

.slick-active .price-list-box .vs-btn {
	opacity: 1;
	visibility: visible;
	transition-delay: .8s;
	transform: translateY(0)
}

.slick-active .price-list-box .price-list li {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.slick-active .price-list-box .price-list li:nth-of-type(1) {
	transition-delay: .2s
}

.slick-active .price-list-box .price-list li:nth-of-type(2) {
	transition-delay: .3s
}

.slick-active .price-list-box .price-list li:nth-of-type(3) {
	transition-delay: .4s
}

.slick-active .price-list-box .price-list li:nth-of-type(4) {
	transition-delay: .5s
}

.slick-active .price-list-box .price-list li:nth-of-type(5) {
	transition-delay: .6s
}

.slick-active .price-list-box .price-list li:nth-of-type(6) {
	transition-delay: .7s
}

.slick-active .price-list-box .price-list li:nth-of-type(7) {
	transition-delay: .8s
}

.slick-active .price-list-box .price-list li:nth-of-type(8) {
	transition-delay: .9s
}

.slick-active .price-list-box .price-list li:nth-of-type(9) {
	transition-delay: 1s
}

.slick-active .price-list-box .price-list li:nth-of-type(10) {
	transition-delay: 1.1s
}

.price-grid {
	position: relative;
	text-align: center;
	padding: 60px 45px 13px 45px;
	margin: 3px
}

.price-grid:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7)
}

.price-grid .price-shape:after,
.price-grid .price-shape:before {
	content: "";
	position: absolute;
	top: -3px;
	left: 30px;
	right: 30px;
	height: 12px;
	background-color: var(--theme-color);
	z-index: 3
}

.price-grid .price-shape:after {
	top: auto;
	bottom: -3px
}

.price-grid .price-shape3:after,
.price-grid .price-shape3:before,
.price-grid .price-shape2:after,
.price-grid .price-shape2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 51%;
	height: 100%;
	background-color: var(--white-color);
	transition: width ease .4s, border-color ease .7s;
	z-index: 1;
	border-width: 1px 0 1px 1px;
	border-color: #e4e4e4;
	border-style: solid
}

.price-grid .price-shape3:after,
.price-grid .price-shape2:after {
	border-width: 1px 1px 1px 0;
	left: auto;
	right: 0
}

.price-grid .price-shape3:after,
.price-grid .price-shape3:before {
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	top: 6px;
	height: calc(100% - 12px);
	left: 6px
}

.price-grid .price-shape3:after {
	right: 6px;
	left: auto
}

.price-grid .price-list,
.price-grid .package-name,
.price-grid .price-icon {
	position: relative;
	z-index: 4
}

.price-grid .package-name {
	color: var(--title-color);
	font-size: 22px;
	transition: all ease .4s
}

.price-grid .price-icon {
	margin-bottom: 25px
}

.price-grid .price-list .border-middle {
	border-color: var(--body-color);
	background-color: rgba(0, 0, 0, 0);
	transition: all ease .4s
}

.price-grid .price-list .price,
.price-grid .price-list .package {
	font-size: 16px;
	color: var(--body-color);
	transition: all ease .4s
}

.slick-center .price-grid .price-list .border-middle,
.price-grid:hover .price-list .border-middle {
	border-color: #ccc
}

.slick-center .price-grid .price-list .price,
.slick-center .price-grid .price-list .package,
.price-grid:hover .price-list .price,
.price-grid:hover .price-list .package {
	color: #ccc
}

.slick-center .price-grid .package-name,
.price-grid:hover .package-name {
	color: var(--white-color)
}

.slick-center .price-grid .price-shape3:after,
.slick-center .price-grid .price-shape3:before,
.slick-center .price-grid .price-shape2:after,
.slick-center .price-grid .price-shape2:before,
.price-grid:hover .price-shape3:after,
.price-grid:hover .price-shape3:before,
.price-grid:hover .price-shape2:after,
.price-grid:hover .price-shape2:before {
	width: 0;
	border-color: rgba(0, 0, 0, 0)
}

@media(max-width: 575px) {
	.price-grid .price-list .border-middle {
		border-color: #ccc
	}

	.price-grid .price-list .price,
	.price-grid .price-list .package {
		color: #ccc
	}

	.price-grid .package-name {
		color: var(--white-color)
	}

	.price-grid .price-shape3:after,
	.price-grid .price-shape3:before,
	.price-grid .price-shape2:after,
	.price-grid .price-shape2:before {
		width: 0;
		border-color: rgba(0, 0, 0, 0)
	}
}

.vs-price-morp {
	position: relative;
	--border-space: 5px
}

.vs-price-morp.mb-50:last-child {
	margin-bottom: 0
}

.vs-price-morp:nth-child(even) .price-img img {
	animation-delay: 1s
}

.vs-price-morp .price-text {
	margin-bottom: 35px
}

.vs-price-morp .price-pack {
	position: absolute;
	left: 0;
	top: 50%;
	background-color: var(--white-color);
	transform: translate(0%, -50%);
	padding: 40px 24px 28px 24px
}

.vs-price-morp .price-pack:before {
	content: "";
	position: absolute;
	top: var(--border-space);
	right: var(--border-space);
	bottom: var(--border-space);
	left: var(--border-space);
	border: 1px solid #e4e4e4
}

.vs-price-morp .pack-title {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 23px
}

.vs-price-morp .pack-table {
	width: 320px;
	max-width: 100%;
	font-size: 16px;
	padding: 22px;
	color: var(--body-color);
	margin-bottom: 0;
	text-align: left
}

.vs-price-morp .pack-table td {
	border: none;
	padding-left: 25px;
	padding-right: 25px
}

.vs-price-morp .pack-table td:nth-child(even) {
	text-align: right
}

.vs-price-morp .pack-table>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: #f6f6f6;
	color: var(--body-color)
}

.vs-carousel .vs-price-morp .price-content .vs-btn,
.vs-carousel .vs-price-morp .price-title,
.vs-carousel .vs-price-morp .price-text,
.vs-carousel .vs-price-morp .price-pack {
	transition: transform ease .6s, opacity ease .3s, visibility ease .3s;
	opacity: 0;
	visibility: hidden;
	transform: translateX(200%)
}

.vs-carousel .vs-price-morp .price-pack {
	transform: translate(-200%, -50%)
}

.vs-carousel .slick-active.vs-price-morp .price-content .vs-btn,
.vs-carousel .slick-active.vs-price-morp .price-title,
.vs-carousel .slick-active.vs-price-morp .price-text,
.vs-carousel .slick-active.vs-price-morp .price-pack {
	opacity: 1;
	visibility: visible;
	transform: translateX(0)
}

.vs-carousel .slick-active.vs-price-morp .price-pack {
	transform: translate(0%, -50%)
}

.price-card {
	padding: var(--card-space-y, 70px) var(--card-space-x, 70px)
}

.price-card .price-list {
	width: 100%
}

.price-card .price-title {
	margin-bottom: 15px;
	margin-top: -0.3em
}

.tabs-style1 li {
	margin: 0 0;
	background-color: var(--white-color)
}

.tabs-style1 a {
	padding: 17px 33px;
	color: var(--body-color);
	font-weight: 700;
	position: relative;
	display: inline-block;
	background-color: rgba(173, 136, 88, .17)
}

.tabs-style1 a:hover,
.tabs-style1 a.active {
	color: var(--white-color);
	background-color: var(--theme-color)
}

.vs-pricing-layout2 .vs-price {
	font-size: 80px;
	line-height: 1;
	position: relative
}

.vs-pricing-layout2 .vs-price sub {
	font-size: 24px;
	position: relative;
	bottom: 0
}

.vs-pricing-layout2 .vs-price-head {
	position: relative;
	border-bottom: 2px solid var(--theme-color);
	padding-bottom: 30px;
	margin-bottom: 63px
}

.vs-pricing-layout2 .vs-price-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 43px
}

.vs-pricing-layout2 .vs-price-list li {
	display: block;
	clear: both;
	margin: 15px 0;
	padding-right: 40px;
	margin-bottom: 20px;
	position: relative
}

.vs-pricing-layout2 .vs-price-list li:after {
	content: "";
	font-family: var(--icon-font);
	position: absolute;
	right: 0;
	top: -6px;
	background-color: var(--white-color);
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: var(--theme-color);
	z-index: 1;
	border-radius: 50%;
	transition: all ease .4s
}

.vs-pricing-layout2 .vs-price-box {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 80px;
	padding-top: 74px;
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	transition: all ease .4s
}

.vs-pricing-layout2 .vs-price-box[data-overlay=theme]:before {
	opacity: .17;
	z-index: -1;
	transition: all ease .4s;
	bottom: -10px
}

.vs-pricing-layout2 .vs-price-box:hover {
	border-color: var(--theme-color)
}

.vs-pricing-layout2 .vs-price-box:hover .vs-price-list li:after {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.vs-pricing-layout2 .vs-price-box:hover::before {
	opacity: 0;
	visibility: hidden
}

.vs-pricing-layout2 .tab-pane .vs-price-box {
	border-color: var(--theme-color)
}

.vs-pricing-layout2 .tab-pane .vs-price-box:hover {
	border-color: var(--theme-color)
}

.vs-pricing-layout2 .tab-pane .vs-price-box:hover .vs-price-list li:after {
	background-color: var(--white-color);
	color: var(--theme-color)
}

.vs-pricing-layout2 .tab-pane .vs-price-box:hover::before {
	opacity: .17;
	visibility: visible
}

.inner-label {
	padding: 0px 5px;
	display: inline-block;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 6px;
	font-weight: 700;
	margin: 0 5px
}

.price-list-style1 {
	border-radius: 0;
	padding: 66px 60px;
	background-color: var(--white-color)
}

.price-list-style1 a {
	color: inherit
}

.price-list-style1 .vs-price-list {
	margin-bottom: 20px;
	display: flex
}

.price-list-style1 .vs-price-list:last-child {
	margin-bottom: 0
}

.price-list-style1 .vs-price-list:hover .media-img img {
	transform: scale(1.3) rotate(15deg)
}

.price-list-style1 .media-img {
	overflow: hidden;
	border-radius: 7px
}

.price-list-style1 .media-img img {
	transition: all ease .4s;
	transform: scale(1) rotate(0)
}

@media(max-width: 1500px) {
	.price-plan-slide .slick-arrow {
		--pos-x: 50px
	}
}

@media(max-width: 1399px) {
	.price-grid .price-list .border-middle {
		margin: 3px 10px 0 10px
	}

	.vs-price-morp .pack-table {
		width: 290px
	}

	.vs-price-morp .vs-btn {
		padding-left: 30px;
		padding-right: 30px
	}

	.vs-price-morp .price-content .vs-btn,
	.vs-price-morp .price-title,
	.vs-price-morp .price-text {
		transform: translateX(0)
	}
}

@media(max-width: 1199px) {
	.price-list-box {
		--space-x: 40px;
		--space-y: 40px
	}

	.price-list-box .price-title {
		font-size: 26px;
		margin-bottom: 15px
	}

	.col-lg-6 .price-list-style1 {
		padding: 26px
	}

	.price-card {
		--card-space-y: 40px;
		--card-space-x: 40px
	}

	.price-card .price-title {
		margin-bottom: 15px;
		font-size: 30px
	}

	.price-card .price-list ul {
		margin-bottom: 30px
	}

	.vs-pricing-layout2 .vs-price-box {
		padding: 40px;
		padding-top: 34px
	}
}

@media(max-width: 991px) {
	.price-grid {
		padding: 60px 30px 13px 30px
	}

	.price-grid .price-list {
		margin-top: 0
	}

	.vs-price-morp .price-pack {
		top: 30%
	}

	.tabs-style1 a {
		padding: 12px 20px
	}

	.vs-pricing-layout2 .vs-price-box {
		padding: 40px 20px
	}

	.vs-pricing-layout2 .vs-price {
		font-size: 42px;
		bottom: -2px
	}

	.vs-pricing-layout2 .package-name {
		font-size: 18px
	}

	.vs-pricing-layout2 .vs-price-head {
		padding-bottom: 15px;
		margin-bottom: 25px
	}

	.vs-pricing-layout2 .vs-price-list {
		margin-bottom: 23px
	}
}

@media(max-width: 767px) {
	.price-list {
		width: 100%
	}

	.price-list ul {
		margin: 0 0 30px 0
	}

	.price-list li {
		margin-bottom: 5px
	}

	.price-list .border-middle {
		margin: 3px 10px 0 10px
	}

	.price-list .price,
	.price-list .package {
		font-size: 16px
	}

	.price-list-box {
		--space-x: 20px;
		--space-y: 30px
	}

	.price-list-box .vs-btn {
		font-size: 14px;
		padding: 21px 21px
	}

	.price-list-box .price-title {
		font-size: 24px;
		margin-bottom: 15px
	}

	.price-list-box .price-img {
		position: relative;
		height: 300px;
		width: 100%;
		bottom: 0;
		top: 0
	}

	.price-list-box .price-content {
		width: 100%
	}

	.price-list-box .price-list ul {
		margin: 0 0 25px 0
	}

	.price-list-box .price-content,
	.price-list-box .vs-btn,
	.price-list-box .price-title,
	.price-list-box .price-list li {
		opacity: 1;
		visibility: visible;
		transform: none
	}

	.price-card {
		--card-space-y: 30px;
		--card-space-x: 20px
	}

	.price-card .price-title {
		font-size: 24px
	}

	.price-card .price-list ul {
		margin-bottom: 20px
	}
}

@media(max-width: 575px) {
	.vs-price-morp .price-pack {
		position: relative;
		left: 0;
		top: 0;
		transform: none !important;
		padding: 30px 14px 18px 14px
	}

	.vs-price-morp .pack-table {
		font-size: 14px;
		padding: 10px;
		width: 100%
	}

	.vs-price-morp .pack-table td {
		padding-left: 15px;
		padding-right: 15px
	}

	.vs-price-morp .price-text {
		margin-bottom: 25px
	}

	.vs-price-morp .pack-title {
		font-size: 20px
	}

	.price-list-style1 .media-img {
		margin-right: 0;
		margin-bottom: 10px
	}

	.price-list-style1 .vs-price-list {
		margin-bottom: 35px;
		display: block
	}

	.price-list-style1 .vs-price-list:last-child {
		margin-bottom: 20
	}
}

.subscribe-box {
	position: relative;
	--btn-size: 60px
}

.subscribe-box input {
	border: none;
	background-color: var(--white-color);
	height: 90px;
	border-radius: 0;
	padding-left: 49px
}

.subscribe-box input::-moz-placeholder {
	color: var(--title-color)
}

.subscribe-box input:-ms-input-placeholder {
	color: var(--title-color)
}

.subscribe-box input::placeholder {
	color: var(--title-color)
}

.subscribe-box input:focus {
	background-color: var(--white-color)
}

.subscribe-box button {
	position: absolute;
	right: 30px;
	top: 50%;
	width: var(--btn-size);
	height: var(--btn-size);
	transform: translateY(-50%);
	font-size: 22px;
	color: var(--theme-color);
	border: 2px solid var(--theme-color);
	background-color: rgba(0, 0, 0, 0);
	overflow: hidden
}

.subscribe-box button .default {
	opacity: 1;
	visibility: visible;
	transition: all ease .4s
}

.subscribe-box button .hidden {
	position: absolute;
	left: 140%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	z-index: 2
}

.subscribe-box.focus button .hidden {
	left: 50%;
	opacity: 1;
	visibility: visible
}

.subscribe-box.focus button .default {
	opacity: 0;
	visibility: hidden
}

.subscribe-shape {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	max-width: 100%;
	width: 1345px;
	height: 564px;
	max-height: 100%
}

@media(max-width: 1500px) {
	.subscribe-shape {
		width: 1000px
	}
}

@media(max-width: 1199px) {
	.subscribe-box.ms-xl-1.mt-40 {
		margin-top: 0
	}

	.subscribe-shape {
		width: 800px;
		height: 508px
	}
}

@media(max-width: 991px) {
	.subscribe-shape {
		width: 100%;
		height: 100%
	}

	.subscribe-layout1 {
		padding-bottom: 80px
	}

	.subscribe-box {
		--btn-size: 50px
	}

	.subscribe-box input {
		height: 70px;
		padding-left: 30px
	}

	.subscribe-box button {
		right: 12px;
		font-size: 16px
	}
}

.team-grid {
	position: relative;
	text-align: center;
	--box-space: 20px;
	--translate: -40px
}

.team-grid:after,
.team-grid:before {
	content: "";
	position: absolute;
	left: calc(var(--box-space) + var(--bs-gutter-x)/2);
	right: calc(var(--box-space) + var(--bs-gutter-x)/2);
	top: var(--box-space);
	height: calc(50% - var(--box-space));
	background-color: rgba(0, 0, 0, .8);
	z-index: 1;
	transition: all ease .4s;
	transform: scale(0);
	transform-origin: 100% 0
}

.team-grid:after {
	top: auto;
	transform-origin: 0 100%;
	bottom: var(--box-space)
}

.team-grid .team-number,
.team-grid .team-degi,
.team-grid .team-name {
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	transform: translateY(var(--translate))
}

.team-grid .team-content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	width: -moz-max-content;
	width: max-content;
	transform: translate(-50%, -50%)
}

.team-grid .team-name {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 3px;
	color: var(--white-color)
}

.team-grid .team-degi {
	color: var(--theme-color);
	font-weight: 600;
	margin-bottom: 10px
}

.team-grid .team-number {
	font-size: 16px;
	color: var(--white-color);
	text-transform: uppercase;
	font-weight: 500;
	--translate: 40px
}

.team-grid .team-number i {
	margin-right: 7px;
	display: inline-block
}

.team-grid .team-number a {
	color: inherit
}

.team-grid .team-img {
	overflow: hidden
}

.team-grid .team-img img {
	transform: scale(1);
	transition: all ease .4s
}

.team-grid:hover:after,
.team-grid:hover:before {
	transform: scaleY(1)
}

.team-grid:hover .team-img img {
	transform: scale(1.1)
}

.team-grid:hover .team-number,
.team-grid:hover .team-degi,
.team-grid:hover .team-name {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: .5s
}

.team-grid:hover .team-degi {
	transition-delay: .4s
}

.team-grid:nth-child(even) {
	transform: scale(0.8)
}

.team-grid:nth-child(even) .team-degi {
	font-size: 20px
}

.team-masked {
	text-align: center;
	margin-bottom: 22px
}

.team-masked .team-toggler-btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: var(--white-color);
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, .08);
	border-radius: 50%;
	transition: all ease .4s;
	font-size: 20px;
	color: var(--title-color);
	position: absolute;
	bottom: 0;
	color: var(--theme-color);
	left: 50%;
	transform: translate(-50%, 20px)
}

.team-masked .team-toggler-btn .default {
	opacity: 1;
	visibility: visible
}

.team-masked .team-toggler-btn .hidden {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}

.team-masked .team-toggler-btn.active {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.team-masked .team-toggler-btn.active .default {
	opacity: 0;
	visibility: hidden
}

.team-masked .team-toggler-btn.active .hidden {
	opacity: 1;
	visibility: visible
}

.team-masked .team-social {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translate(-50%, 0)
}

.team-masked .team-social a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 53px;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 50%;
	margin-bottom: 5px;
	font-size: 16px;
	transform: translateY(-50px);
	opacity: 0;
	visibility: hidden
}

.team-masked .team-social.show a {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.team-masked .team-img {
	width: 100%;
	height: 100%;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	overflow: hidden
}

.team-masked .team-img img {
	width: 100%;
	transform: scale(1);
	transition: all ease .4s
}

.team-masked .team-img:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
	-webkit-mask-image: inherit;
	mask-image: inherit;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	transition: all ease .4s;
	z-index: 1;
	opacity: 0;
	visibility: hidden
}

.team-masked .team-header {
	position: relative;
	margin-bottom: 40px
}

.team-masked .toggled .team-img::before {
	opacity: 1;
	visibility: visible
}

.team-masked .team-name {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px
}

.team-masked .team-degi {
	font-weight: 400;
	color: var(--theme-color);
	font-size: 14px;
	margin-bottom: 5px
}

.team-masked .team-number {
	font-weight: 500;
	font-size: 16px
}

.team-masked .team-number a {
	font-weight: 700
}

.team-masked .team-number a i {
	color: var(--theme-color)
}

.team-masked:hover .team-img img {
	transform: scale(1.2)
}

.team-details-shape {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, var(--theme-color) 0%, var(--theme-color) 100%);
	opacity: .05
}

.team-details-content .member-degi {
	font-weight: 500;
	color: var(--theme-color)
}

.vs-team-layout2 a {
	color: inherit
}

.vs-team-layout2 .vs-team-content {
	position: relative;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 30px
}

.vs-team-layout2 .plus-icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: var(--theme-color);
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -22.5px;
	margin-left: -22.5px;
	color: var(--white-color);
	margin-top: 0;
	transition: all ease .4s;
	opacity: 1;
	visibility: visible
}

.vs-team-layout2 .team-links {
	position: absolute;
	left: 0;
	top: -22.5px;
	width: 100%;
	text-align: center;
	transition: all ease .4s;
	margin-top: 10px;
	opacity: 0;
	visibility: hidden
}

.vs-team-layout2 .team-links a {
	background-color: var(--white-color);
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
	box-shadow: 0px 10px 25px 0px rgba(173, 136, 88, .2)
}

.vs-team-layout2 .team-links a:last-child {
	margin-right: 0
}

.vs-team-layout2 .team-links a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.vs-team-layout2 .vs-team {
	background-color: var(--white-color);
	margin-bottom: 30px;
	box-shadow: 0px 16px 32px 0px rgba(173, 136, 88, .08)
}

.vs-team-layout2 .vs-team:hover .plus-icon {
	margin-top: -20px;
	opacity: 0;
	visibility: visible
}

.vs-team-layout2 .vs-team:hover .team-links {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

@media(max-width: 1199px) {
	.team-grid .team-name {
		font-size: 22px
	}

	.team-grid .team-degi {
		font-size: 16px;
		margin-bottom: 10px
	}

	.team-grid .team-number {
		font-size: 16px
	}

	.team-grid:nth-child(2n) {
		transform: scale(1)
	}

	.team-masked .team-name {
		font-size: 24px
	}

	.team-masked .team-degi {
		font-size: 14px;
		margin-bottom: 0
	}

	.team-masked .team-number {
		font-size: 14px
	}

	.team-details-shape {
		right: 0
	}
}

.vs-testimonial {
	text-align: center
}

.vs-testimonial .quote-icon {
	display: inline-block;
	margin-bottom: 40px
}

.vs-testimonial .author-name {
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px
}

.vs-testimonial .testimonial-desc {
	margin-bottom: 22px
}

.vs-testimonial .testimonial-desc p {
	font-size: 24px;
	line-height: 1.6
}

.vs-testimonial .author-degi {
	font-size: 14px;
	font-weight: 500;
	color: var(--body-color);
	display: inline-block;
	margin-left: 6px
}

.vs-testimonial .author-degi:before {
	content: "-";
	margin-right: 5px
}

.avater-fly.slick-slider,
.avater-fly .slick-track,
.avater-fly .slick-list {
	overflow: visible;
	position: static;
	transform: none !important
}

.avater-fly .avater {
	position: absolute;
	cursor: pointer;
	height: auto;
	opacity: 0;
	visibility: visible;
	animation: moving linear infinite 14s
}

.avater-fly .avater:nth-child(-n+5) {
	opacity: 1;
	visibility: visible
}

.avater-fly .avater:nth-child(1) {
	left: 70px;
	top: -35px;
	animation-delay: 3s
}

.avater-fly .avater:nth-child(2) {
	right: 82px;
	top: -30px;
	animation-delay: 1s
}

.avater-fly .avater:nth-child(3) {
	left: 12px;
	top: 130px;
	animation-delay: 1s
}

.avater-fly .avater:nth-child(4) {
	right: 12px;
	bottom: 75px;
	animation-delay: 6s
}

.avater-fly .avater:nth-child(5) {
	left: 82px;
	bottom: 75px;
	animation-delay: 3s;
	animation-direction: reverse
}

.testimonial-arrow {
	padding-top: 50px
}

.testimonial-arrow .slick-arrow {
	position: relative;
	--pos-x: 0;
	margin-top: 0
}

.vs-testimonial-box {
	--quote-size: 80px;
	margin-top: calc(var(--quote-size)/2);
	border: 1px solid #e4e4e4;
	border-top: 10px solid var(--theme-color);
	background-color: var(--white-color);
	text-align: center;
	box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, .03);
	padding: 0 40px 30px 40px;
	margin-bottom: 30px
}

.vs-testimonial-box .testimonial-text {
	font-size: 20px;
	line-height: 36px;
	font-weight: 500;
	color: var(--title-color);
	font-style: italic;
	margin-bottom: 10px
}

.vs-testimonial-box .author-name {
	font-weight: 600;
	margin-bottom: 3px
}

.vs-testimonial-box .testimonial-rating {
	color: var(--yellow-color);
	font-size: 14px
}

.vs-testimonial-box .testimonial-rating i {
	margin: 0 1px
}

.vs-testimonial-box .quote-icon {
	width: var(--quote-size);
	height: var(--quote-size);
	line-height: calc(var(--quote-size) - 2px);
	text-align: center;
	background-color: var(--theme-color);
	border-radius: 50%;
	margin: calc(var(--quote-size)/-1.6) auto 18px auto
}

.quote-icon-style1 {
	color: var(--theme-color);
	position: relative;
	padding-bottom: 54px;
	margin-bottom: 45px;
	display: inline-block;
	line-height: 1
}

.quote-icon-style1:before {
	content: "";
	position: absolute;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: var(--theme-color);
	z-index: -1;
	opacity: .2;
	top: -10px;
	right: -25px
}

.quote-icon-style1:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 4px;
	border-radius: 50%;
	width: 100px;
	margin-left: -50px;
	background-color: var(--theme-color);
	opacity: .3
}

.quote-icon-style1.text-white:before,
.quote-icon-style1.text-white:after {
	background-color: var(--white-color);
	opacity: 1
}

.quote-icon-style1.has-white-shape:after {
	background-color: #fff;
	opacity: 1
}

.quote-icon-style1.has-white-shape::before {
	background-color: var(--theme-color);
	opacity: .3
}

.testimonial-avater-style1 {
	width: 100%;
	max-width: 250px;
	padding: 0 10px;
	overflow: hidden;
	margin: 20px auto 0 auto
}

.testimonial-avater-style1 .author-img {
	width: 70px;
	height: 70px;
	padding: 8px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 10px 28px 0px rgba(249, 163, 146, .3);
	margin: 0 2px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all ease .4s;
	transform: scale(0.99)
}

.testimonial-avater-style1 .author-img img {
	border-radius: inherit
}

.testimonial-avater-style1 .author-img:not(.slick-center) {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	transform: scale(0.8);
	margin-top: 2px;
	transform-origin: 50% 50%
}

.testimonial-avater-style1 .author-img:not(.slick-center):hover {
	background-color: var(--theme-color)
}

.testimonial-author-style1 {
	margin: 0 0 15px 0
}

.testimonial-border-line {
	margin-bottom: 15px;
	margin-top: 0;
	position: relative
}

.testimonial-border-line .border-css {
	width: calc(100% - 180px);
	height: 2px;
	margin: 0 auto;
	background-color: var(--smoke-color);
	display: block
}

.testimonial-border-line .border-css:after,
.testimonial-border-line .border-css:before {
	content: "";
	position: absolute;
	width: 80px;
	top: 0;
	height: 2px;
	left: 50%;
	margin-left: -40px;
	background-color: var(--theme-color)
}

.testimonial-border-line .border-css:after {
	content: "";
	border-bottom: 2px solid var(--theme-color);
	border-left: 2px solid var(--theme-color);
	width: 20px;
	height: 20px;
	margin-left: -12px;
	background-color: #fff;
	margin-top: -9px;
	transform: rotate(-45deg)
}

.testimonial-avater-style2.slick-slider,
.testimonial-avater-style2 .slick-track,
.testimonial-avater-style2 .slick-list {
	overflow: visible;
	position: static;
	transform: none !important
}

.testimonial-avater-style2 .author-img {
	position: absolute;
	width: 110px;
	height: 110px;
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer
}

.testimonial-avater-style2 .author-img img {
	border-radius: 50%
}

.testimonial-avater-style2 .slick-slide {
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	z-index: 3;
	--moving-ani-duration: 14s
}

.testimonial-avater-style2 .slick-slide:nth-child(1) {
	top: 140px;
	left: 11%;
	opacity: 1;
	visibility: visible;
	animation-delay: 5s
}

.testimonial-avater-style2 .slick-slide:nth-child(2) {
	width: 80px;
	height: 80px;
	top: auto;
	bottom: 120px;
	left: 17%;
	opacity: 1;
	visibility: visible
}

.testimonial-avater-style2 .slick-slide:nth-child(3) {
	width: 100px;
	height: 100px;
	left: auto;
	right: 12%;
	top: 15%;
	opacity: 1;
	visibility: visible;
	animation-delay: 7s
}

.testimonial-avater-style2 .slick-slide:nth-child(4) {
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	left: auto;
	right: 15%;
	opacity: 1;
	visibility: visible;
	animation-delay: 4s
}

.testimonial-avater-style2 .slick-slide:nth-child(5) {
	width: 100px;
	height: 100px;
	top: auto;
	bottom: 65px;
	left: auto;
	right: 4%;
	opacity: 1;
	visibility: visible;
	animation-delay: 8s
}

@media(max-width: 991px) {
	.quote-icon-style1 {
		padding-bottom: 30px;
		margin-bottom: 25px;
		font-size: 3em
	}

	.quote-icon-style1:before {
		width: 50px;
		height: 50px;
		top: -3px;
		right: -25px
	}

	.testimonial-border-line {
		margin-bottom: 25px;
		margin-top: 0
	}
}

@media(max-width: 1500px) {
	.testimonial-avater-style2 .slick-slide:nth-child(2) {
		bottom: 4%;
		left: 5%
	}

	.testimonial-avater-style2 .slick-slide:nth-child(3) {
		right: 4%;
		top: 8%
	}

	.testimonial-avater-style2 .slick-slide:nth-child(4) {
		right: 1%
	}
}

@media(max-width: 991px) {
	.testimonial-border-line {
		margin-bottom: 0;
		margin-top: 0
	}
}

@media(max-width: 1199px) {
	.avater-fly .avater:nth-child(1) {
		left: 50px;
		top: 30px;
		width: 80px
	}

	.avater-fly .avater:nth-child(2) {
		right: 0px;
		top: 0;
		width: 90px
	}

	.avater-fly .avater:nth-child(3) {
		left: 50px;
		top: 230px;
		width: 80px
	}

	.avater-fly .avater:nth-child(4) {
		right: 0;
		bottom: 0;
		width: 70px;
		height: 70px
	}

	.avater-fly .avater:nth-child(5) {
		left: 82px;
		width: 90px;
		bottom: -50px
	}

	.vs-testimonial-box {
		--quote-size: 60px;
		padding: 0 30px 30px 30px
	}

	.vs-testimonial-box .testimonial-text {
		font-size: 22px;
		line-height: 32px
	}

	.vs-testimonial-box .author-name {
		font-weight: 600;
		margin-bottom: 3px;
		font-size: 22px
	}
}

@media(max-width: 1199px) {
	.vs-testimonial .testimonial-desc {
		margin-bottom: 0
	}

	.vs-testimonial .testimonial-desc p {
		font-size: 22px;
		line-height: 1.6
	}

	.vs-testimonial .quote-icon {
		margin-bottom: 20px
	}

	.vs-testimonial .author-degi {
		font-size: 14px;
		margin-left: 6px
	}

	.vs-testimonial .author-name {
		font-size: 22px
	}

	.testimonial-arrow {
		padding-top: 20px
	}
}

@media(max-width: 767px) {
	.vs-testimonial .author-name {
		display: block;
		font-size: 20px
	}

	.vs-testimonial .author-degi {
		font-size: 14px;
		margin-left: 0
	}

	.vs-testimonial .author-degi:before {
		display: none
	}
}

@media(max-width: 575px) {
	.vs-testimonial-box {
		padding: 0 10px 30px 10px
	}

	.vs-testimonial-box .testimonial-text {
		font-size: 18px;
		line-height: 28px
	}
}

.packages-layout1 {
	position: relative;
	margin-top: 50px
}

.offer-pill-2 {
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 1;
	background-color: var(--theme-color);
	color: var(--white-color);
	text-align: center;
	width: 140px;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 50%;
	--border-pill: -10px
}

.offer-pill-2:before {
	content: "";
	position: absolute;
	left: var(--border-pill);
	right: var(--border-pill);
	top: var(--border-pill);
	bottom: var(--border-pill);
	border: 2px dashed var(--white-color);
	border-radius: inherit;
	animation: morpspin 30s linear infinite
}

.offer-pill-2 .price-label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1
}

.offer-pill-2 .price {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	margin-top: 4px
}

.package-thumb {
	position: relative;
	cursor: pointer
}

.package-thumb:after,
.package-thumb:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--theme-color);
	opacity: .9;
	transition: all ease .4s
}

.package-thumb:after {
	left: auto;
	right: 0
}

.package-thumb .thumb-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--white-color);
	transform: translate(-50%, -50%);
	transition: all ease .5s;
	font-size: 28px;
	opacity: 0;
	visibility: hidden;
	z-index: 1
}

.package-thumb:hover:before,
.package-thumb:hover:after,
.slick-current .package-thumb:before,
.slick-current .package-thumb:after {
	width: 50%
}

.package-thumb:hover .thumb-icon,
.slick-current .package-thumb .thumb-icon {
	opacity: 1;
	visibility: visible;
	transition-delay: .4s
}

@media(min-width: 1922px) {
	.packages-layout1 {
		margin-top: 0
	}
}

@media(max-width: 1399px) {
	.offer-pill-2 {
		right: 30px;
		top: 30px;
		width: 120px;
		height: 120px;
		--border-pill: -5px
	}

	.offer-pill-2 .price {
		font-size: 20px;
		margin-top: 4px
	}

	.offer-pill-2 .price-label {
		font-size: 12px
	}
}

@media(max-width: 1199px) {
	.offer-pill-2 {
		right: 30px;
		top: 30px;
		width: 120px;
		height: 120px;
		--border-pill: -5px
	}

	.offer-pill-2 .price {
		font-size: 20px;
		margin-top: 4px
	}

	.offer-pill-2 .price-label {
		font-size: 12px
	}
}

@media(max-width: 991px) {
	.package-thumb-slide {
		max-width: 100%
	}

	.packages-layout1 {
		padding-bottom: 80px;
		margin-top: 0
	}

	.packages-layout1 .space {
		padding-bottom: 10px
	}
}

@media(max-width: 767px) {
	.offer-pill-2 {
		right: auto;
		top: auto;
		left: 30px;
		bottom: 30px
	}
}

.process-box {
	position: relative;
	padding: 30px 0;
	--border-gap: 9px;
	--border-size: 5px
}

.process-box .process-img {
	position: relative;
	overflow: hidden;
	transition: all ease .4s;
	transform: scale(1.01)
}

.process-box .process-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black-color);
	opacity: .3;
	transition: all ease .4s
}

.process-box .process-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	text-align: center
}

.process-box .process-title {
	font-size: 21px;
	color: var(--white-color);
	margin: 0
}

.process-box .process-btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: var(--white-color);
	color: var(--title-color);
	text-align: center;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	transition: all ease .4s
}

.process-box .process-btn:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.process-box .process-border:after,
.process-box .process-border:before {
	content: "";
	position: absolute;
	left: var(--border-gap);
	top: var(--border-gap);
	height: var(--border-size);
	width: calc(100% - var(--border-gap)*2);
	background-color: var(--white-color);
	background-color: var(--white-color);
	z-index: 2;
	transition: all ease .4s;
	transform: scaleX(0);
	transform-origin: 0 0
}

.process-box .process-border:after {
	transform: scaleY(0);
	width: var(--border-size);
	height: calc(100% - var(--border-gap)*2)
}

.process-box .process-border.border2:after,
.process-box .process-border.border2:before {
	left: auto;
	right: var(--border-gap);
	top: auto;
	bottom: var(--border-gap);
	transform-origin: 100% 100%
}

.process-box:hover .process-img {
	transform: scale(1.12)
}

.process-box:hover .process-img:before {
	background-color: var(--theme-color);
	opacity: .9
}

.process-box:hover .process-btn {
	bottom: 40px;
	opacity: 1;
	visibility: visible
}

.process-box:hover .process-border:before {
	transform: scaleX(1)
}

.process-box:hover .process-border:after {
	transform: scaleY(1)
}

@media(max-width: 1199px) {
	.process-box .process-title {
		font-size: 18px
	}
}

@media(max-width: 991px) {
	.process-box {
		padding: 20px 0
	}

	.process-box:hover .process-img,
	.process-box .process-img {
		transform: scale(1)
	}
}

.vs-info-table {
	border: 1px solid #e4e4e4;
	position: relative
}

.vs-info-table::before {
	content: "";
	position: absolute;
	top: var(--border-gap, 4px);
	left: var(--border-gap, 4px);
	right: var(--border-gap, 4px);
	bottom: var(--border-gap, 4px);
	border: inherit
}

.vs-info-table table {
	border: none;
	margin-bottom: 0;
	margin: var(--table-gap-y, 25px) var(--table-gap-x, 30px);
	width: auto
}

.vs-info-table td {
	vertical-align: top;
	font-size: var(--font-size, 18px);
	font-weight: 500;
	color: var(--title-color);
	border: none;
	padding: var(--td-padding-y, 18px) var(--td-padding-x, 30px)
}

.vs-info-table td:first-child {
	width: 35%
}

.vs-info-table td:last-child {
	width: 60%
}

.vs-info-table tr:nth-child(even) {
	background-color: var(--td-bg, #f6f6f6)
}

.location-form {
	display: flex;
	align-items: center;
	background-color: var(--white-color);
	border-radius: 9999px;
	margin-right: 18px
}

.location-form input {
	padding: 0 0 0 35px;
	border: none;
	font-weight: 500;
	height: 75px;
	flex: 1;
	font-size: 16px;
	color: var(--title-color);
	border-radius: 9999px 0 0 9999px
}

.location-form input::-moz-placeholder {
	color: var(--title-color)
}

.location-form input:-ms-input-placeholder {
	color: var(--title-color)
}

.location-form input::placeholder {
	color: var(--title-color)
}

.location-form .vs-btn {
	height: 60px;
	line-height: 60px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: -18px
}

.location-form .vs-btn i {
	margin-left: 0;
	margin-right: 10px
}

.banner-box {
	position: relative;
	padding: 80px 0;
	height: 395px;
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	text-align: center
}

.banner-box .banner-content {
	position: relative;
	width: -moz-max-content;
	width: max-content;
	max-width: 340px;
	z-index: 2;
	margin: 0 60px
}

.banner-box .banner-title {
	font-size: 34px;
	font-weight: 600;
	padding: 0 20px;
	margin-bottom: 10px;
	margin-top: -0.2em
}

.banner-box .banner-text {
	margin-bottom: 22px;
	font-size: 16px
}

.banner-box .banner-shape {
	position: absolute;
	top: -100px;
	left: -80px;
	width: 523px;
	height: 523px;
	animation-duration: 20s
}

.shape-delay .banner-shape {
	animation-delay: 5s
}

.price-touch {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--title-color);
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px
}

.price-touch span {
	font-size: 28px;
	color: var(--theme-color);
	margin-left: 7px;
	vertical-align: middle;
	position: relative;
	top: -2px
}

.naved-thumb {
	width: var(--thumb-size, 145px);
	height: var(--thumb-size, 145px);
	padding: 5px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	border: 2px dashed var(--white-color);
	position: relative;
	cursor: pointer
}

.naved-thumb:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	background-color: rgba(0, 0, 0, .6);
	border-radius: inherit;
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden;
	transform: scale(0)
}

.naved-thumb img {
	width: 100%;
	border-radius: inherit
}

.slick-current .naved-thumb::before {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.naved-thumb-slide {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100px;
	right: 0;
	padding-left: 20px;
	max-width: 700px;
	width: 100%
}

.right-choose-wrapper {
	background-size: 100% auto;
	background-position: center center
}

.contact-info-table td,
.contact-info-table th {
	vertical-align: top;
	font-size: 18px;
	font-weight: 500;
	padding: 6px 10px
}

.contact-info-table td:first-child,
.contact-info-table th:first-child {
	padding-left: 0
}

.contact-info-table td:last-child,
.contact-info-table th:last-child {
	padding-right: 0
}

.awards-box {
	text-align: center;
	margin-bottom: 26px
}

.awards-box .awards-img {
	overflow: hidden;
	margin-bottom: 17px;
	border-radius: 50%
}

.awards-box .awards-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0
}

.search-inline {
	position: relative
}

.search-inline .form-control {
	border: none;
	border-radius: 9999px;
	height: 70px;
	padding-left: 35px
}

.search-inline button {
	position: absolute;
	right: 33px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	padding: 0;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	color: var(--title-color);
	transition: all ease .4s;
	border-radius: 50%
}

.search-inline button:hover {
	color: var(--theme-color)
}

.vs-social {
	--icon-size: 50px;
	--space-x: 2px
}

.vs-social ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.vs-social li {
	display: inline-block;
	margin-right: var(--space-x)
}

.vs-social li:last-child {
	margin-right: 0
}

.vs-social a {
	color: var(--white-color);
	background-color: rgba(0, 0, 0, .2);
	width: var(--icon-size);
	height: var(--icon-size);
	line-height: var(--icon-size);
	display: inline-block;
	text-align: center;
	border-radius: 50%
}

.vs-social a:hover {
	background-color: var(--black-color);
	color: var(--white-color)
}

.vs-social.style2 a,
.vs-social.social-white a {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.vs-social.style2 a:hover,
.vs-social.social-white a:hover {
	background-color: var(--white-color);
	color: var(--theme-color)
}

.vs-social.style-btn-white {
	--icon-size: 78px;
	--space-x: 13px
}

.vs-social.style-btn-white a {
	background-color: var(--white-color);
	color: var(--theme-color);
	font-size: 26px
}

.vs-social.style-btn-white a:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.vs-social.style2 {
	--icon-size: 40px;
	--space-x: 5px;
	font-size: 14px
}

.vs-social.hover-black a:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.social-links {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1
}

.social-links li {
	display: inline-block;
	margin-right: 15px
}

.social-links li:last-child {
	margin-right: 0
}

.social-links a {
	color: var(--body-color)
}

.social-links a:hover {
	color: var(--theme-color)
}

.vs-brand-layout2:before {
	background-image: linear-gradient(to bottom, rgba(173, 136, 88, 0.15) 0%, white 30%, rgba(173, 136, 88, 0.15) 120%)
}

@media(max-width: 1500px) {
	.right-choose-wrapper {
		background-size: auto calc(100% - 50px)
	}
}

@media(max-width: 1399px) {
	.naved-thumb-slide {
		padding-left: 0
	}
}

@media(max-width: 1199px) {
	.right-choose-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
		background-size: cover
	}

	.naved-thumb-slide {
		bottom: 40px;
		--thumb-size: 90px
	}
}

@media(max-width: 991px) {
	.banner-box {
		padding: 20px 0;
		height: 295px
	}

	.banner-box .banner-title {
		font-size: 26px
	}

	.banner-box .vs-btn {
		padding: 13px 31px
	}

	.banner-box .banner-content {
		max-width: 340px;
		z-index: 2;
		margin: 0 30px
	}

	.search-inline .form-control {
		height: 60px
	}

	.vs-social.style-btn-white {
		--icon-size: 60px;
		--space-x: 10px
	}
}

@media(max-width: 767px) {
	.location-form {
		display: block;
		border-radius: 7px;
		padding: 20px;
		margin-right: 0
	}

	.location-form input {
		margin-bottom: 15px;
		border-radius: 9999px;
		height: 60px;
		border: 1px solid rgba(0, 0, 0, .1)
	}

	.location-form .vs-btn {
		margin-right: 0
	}

	.banner-box .banner-shape {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		animation: none;
		border-radius: 0
	}

	.banner-box .banner-shape:before {
		animation: none
	}

	.contact-info-table td,
	.contact-info-table th {
		font-size: 16px;
		padding: 2px 7px
	}

	.vs-info-table {
		--table-gap-y: 2px;
		--table-gap-x: 2px;
		--font-size: 14px;
		--td-padding-y: 6px;
		--td-padding-x: 10px;
		--border-gap: 1px
	}
}

@media(max-width: 575px) {
	.naved-thumb-slide {
		padding: 0 20px;
		bottom: 0;
		--thumb-size: 80px
	}
}

.offers-box {
	position: relative;
	padding: 65px 0
}

.offers-box:before {
	width: 700px;
	height: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: border-transform 10s linear infinite alternate forwards;
	opacity: .9
}

.offers-box .offers-content {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 440px
}

.offers-box .offers-title {
	font-size: 42px;
	line-height: 50px;
	color: var(--white-color)
}

.offers-box .checked-list {
	color: var(--white-color);
	margin-bottom: 25px
}

.offers-box .offers-price {
	font-size: 24px;
	font-weight: 500;
	color: var(--white-color);
	display: block
}

.offers-box .offers-price del {
	font-size: 2rem
}

.offers-box .offers-price .text {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	width: -moz-max-content;
	width: max-content;
	margin-top: 10px
}

.offers-box .offers-price .text:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: currentColor
}

@media(min-width: 767px) {
	.slick-slider .offers-box:before {
		opacity: 0;
		visibility: hidden;
		transition: all ease .4s
	}

	.slick-slider .offers-box .offers-price {
		transform: translateY(90px)
	}

	.slick-slider .offers-box .offers-title {
		transform: translateY(-50px)
	}

	.slick-slider .offers-box .offers-price,
	.slick-slider .offers-box .checked-list,
	.slick-slider .offers-box .offers-title {
		opacity: 0;
		visibility: hidden;
		transition: all ease .6s
	}

	.slick-center .offers-box .offers-price,
	.slick-center .offers-box .offers-title,
	.slick-center .offers-box .checked-list {
		opacity: 1;
		visibility: visible
	}

	.slick-center .offers-box::before {
		opacity: .9;
		visibility: visible;
		transition-delay: .5s
	}

	.slick-center .offers-box .checked-list {
		transition-delay: .8s
	}

	.slick-center .offers-box .offers-price,
	.slick-center .offers-box .offers-title {
		transform: translateY(0);
		transition-delay: 1s
	}
}

@media(max-width: 1500px) {
	.offers-box {
		padding: 0
	}

	.offers-box:before {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: 0;
		animation: none;
		background-color: rgba(0, 0, 0, 0);
		transform: none;
		background-image: linear-gradient(to right, var(--theme-color) 30%, rgba(0, 0, 0, 0) 80%)
	}
}

@media(max-width: 1199px) {
	.offers-box .offers-content {
		left: calc(50% - 120px);
		max-width: 350px
	}

	.offers-box .offers-title {
		font-size: 30px;
		line-height: 1.4
	}

	.offers-box .checked-list {
		margin-bottom: 20px
	}

	.offers-box .offers-price {
		font-size: 30px
	}

	.offers-box .offers-price del {
		font-size: inherit
	}

	.offers-box .offers-price .text {
		font-size: 14px;
		margin-top: 0
	}
}

@media(max-width: 991px) {
	.offers-box .offers-content {
		left: calc(50% - 80px);
		margin-top: -7px
	}

	.offers-box .checked-list {
		margin-bottom: 20px
	}

	.offers-box .offers-title {
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 15px
	}

	.offers-box .offers-price {
		font-size: 24px
	}
}

@media(max-width: 767px) {
	.offers-box:before {
		display: none
	}

	.offers-box .offers-content {
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0, 0);
		max-width: 100%;
		width: 100%;
		padding: 30px;
		background-color: var(--theme-color)
	}

	.offers-box .offers-title,
	.offers-box .offers-price,
	.offers-box .checked-list {
		opacity: 1;
		visibility: visible;
		transform: none
	}

	.offers-box .checked-list li {
		position: relative
	}
}

.vs-counter {
	transition: all ease .4s
}

.vs-counter .counter-number {
	font-size: 60px;
	font-weight: 600;
	color: var(--theme-color)
}

.vs-counter .counter-icon {
	margin-bottom: 30px
}

.vs-counter .counter-text {
	color: var(--title-color);
	font-size: 18px;
	margin-top: 5px
}

.vs-counter.style2 {
	border: 1px solid var(--border-color);
	padding: 30px 15px
}

.vs-counter.style2:hover {
	border-color: var(--theme-color);
	background-color: var(--white-color);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.vs-counter.style3 {
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: var(--white-color);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	padding: 30px 15px
}

.vs-counter.style3:hover {
	box-shadow: none;
	border-color: var(--theme-color)
}

.counter-border {
	margin-bottom: 25px
}

.counter-border .vs-counter {
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	margin: 0 1px
}

.counter-border:first-child .vs-counter {
	border-left: none
}

.counter-border:last-child .vs-counter {
	border-right: none
}

@media(max-width: 991px) {
	.counter-border.col-sm-6:nth-child(even) .vs-counter {
		border-right: none
	}

	.counter-border.col-sm-6:nth-child(odd) .vs-counter {
		border-left: none
	}
}

@media(max-width: 767px) {
	.counter-border.col-sm-6:nth-child(even) .vs-counter {
		border-right: none
	}

	.counter-border.col-sm-6:nth-child(odd) .vs-counter {
		border-left: none
	}
}

@media(max-width: 575px) {
	.counter-border {
		margin-bottom: 0
	}

	.counter-border .vs-counter {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #c5c5c5;
		border-top: 1px solid #c5c5c5;
		padding: 25px 0 20px 0;
		margin: 1px 0
	}

	.counter-border .vs-counter .counter-icon {
		margin-bottom: 13px
	}

	.counter-border:last-child {
		margin-bottom: 18px
	}

	.counter-border:last-child .vs-counter {
		border-bottom: none;
		padding-bottom: 0
	}

	.counter-border:first-child .vs-counter {
		border-top: none;
		padding-top: 0
	}
}

@media(max-width: 1199px) {
	.vs-counter .counter-number {
		font-size: 44px
	}

	.vs-counter .counter-text {
		font-size: 14px
	}
}

.woocommerce-message,
.woocommerce-info {
	position: relative;
	border: 1px solid #d8d8d8;
	padding: 11px 20px;
	background-color: var(--body-color);
	color: var(--white-color);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 5px
}

.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)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
	content: "";
	font-weight: 300
}

.woocommerce-form-login-toggle .woocommerce-info {
	background-color: var(--theme-color)
}

.login-tab {
	margin-bottom: 30px;
	justify-content: center
}

.login-tab button.nav-link {
	background-color: var(--smoke-color);
	color: var(--title-color);
	padding: 11px 39px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 15px ​15px 0
}

.login-tab button.nav-link.active {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.woocommerce-cart-form {
	text-align: center
}

.cart_table {
	border: 1px solid #eaf0f2;
	margin-bottom: 45px
}

.cart_table thead {
	background-color: #ecf0f1
}

.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 #f3f3f3;
	color: #8b8b8b;
	padding: 20px 10px;
	position: relative;
	vertical-align: middle
}

.cart_table .product-quantity {
	color: var(--title-color)
}

.cart_table .product-quantity input {
	position: relative;
	top: -2px
}

.cart_table .cart-productname {
	font-weight: 400;
	font-family: var(--body-font);
	color: var(--body-color)
}

.cart_table .cart-productimage {
	display: inline-block;
	border: 2px solid var(--smoke-color)
}

.cart_table .remove {
	color: #29af8a;
	font-size: 18px
}

.cart_table .quantity {
	display: inline-flex;
	align-items: center
}

.cart_table .qut-btn {
	border: 2px solid var(--smoke-color);
	background-color: rgba(0, 0, 0, 0);
	color: #b8c6d0;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 25px;
	font-size: 16px;
	border-radius: 4px
}

.cart_table .qut-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.cart_table .qty-input {
	vertical-align: middle;
	border: 2px solid var(--smoke-color);
	width: 70px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	color: #2c3e50;
	font-weight: 700;
	margin: 0 10px;
	border-radius: 4px
}

.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.cart_table .qty-input[type=number] {
	-moz-appearance: textfield
}

.cart_table .actions {
	text-align: right;
	vertical-align: middle
}

.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
}

.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 #ecf0f1
}

.cart_totals th,
.cart_totals td {
	vertical-align: top;
	padding: 20px 20px;
	border: none;
	border-bottom: 1px solid #ecf0f1;
	font-size: 14px;
	color: var(--title-color);
	width: 55%
}

.cart_totals th:first-child,
.cart_totals td:first-child {
	width: 45%;
	background-color: #f9fbfb;
	font-weight: 700;
	font-size: 14px;
	color: #333
}

.cart_totals .shipping-calculator-button {
	display: inline-block;
	border-bottom: 1px solid;
	color: var(--title-color);
	font-weight: 700
}

.cart_totals .shipping-calculator-button:hover {
	color: var(--theme-color)
}

.cart_totals .woocommerce-shipping-destination {
	margin-bottom: 10px
}

.cart_totals .woocommerce-shipping-methods {
	margin-bottom: 0
}

.cart_totals .woocommerce-shipping-methods input[type=radio]~label::before {
	padding-right: 1.2px;
	padding-top: .3px
}

.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: 5px 30px
}

.cart_totals .amount {
	font-weight: 700
}

.cart_totals .order-total .amount {
	color: #1abc9c
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
	height: 40px;
	padding-left: 15px;
	font-size: 16px;
	border-radius: 0;
	background-position: right 13px center
}

.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: top;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 700;
	color: #2c3e50
}

.checkout-ordertable ul {
	margin: 0;
	padding: 0
}

.checkout-ordertable .order-total .amount {
	color: #29af8a
}

.checkout-ordertable input[type=hidden]~label {
	color: #29af8a
}

.woocommerce-checkout .form-group input:not(:last-child) {
	margin-bottom: var(--bs-gutter-x)
}

.checkout-ordertable th,
.checkout-ordertable td {
	border: 1px solid #ededed;
	text-align: right;
	padding: 5px 20px
}

.checkout-ordertable th {
	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 #d8d8d8;
	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: #a1b1bc;
	background-color: #ecf0f1;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	display: none
}

.woocommerce-checkout-payment .payment_box p {
	margin: 0
}

.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: #e1e1e1;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 3px
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.star-rating span:before {
	content: "";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--yellow-color);
	letter-spacing: 3px
}

.rating-select label {
	margin: 0;
	margin-right: 10px
}

.rating-select p.stars {
	margin-bottom: 0;
	line-height: 1
}

.rating-select p.stars a {
	position: relative;
	height: 14px;
	width: 18px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}

.rating-select p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 14px;
	line-height: 1;
	font-family: var(--icon-font);
	content: "";
	font-weight: 400;
	text-indent: 0;
	color: var(--yellow-color)
}

.rating-select p.stars a:hover~a::before {
	content: "";
	font-weight: 400
}

.rating-select p.stars:hover a::before {
	content: "";
	font-weight: 700
}

.rating-select p.stars.selected a.active::before {
	content: "";
	font-weight: 700
}

.rating-select p.stars.selected a.active~a::before {
	content: "";
	font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
	content: "";
	font-weight: 700
}

.woocommerce-error {
	background-color: var(--error-color);
	color: #fff;
	list-style: none;
	padding: 10px 26px;
	margin: 0 0 30px 0;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px
}

.vs-checkout-wrapper form.woocommerce-form {
	margin-bottom: 25px
}

.tinv-wishlist .cart-empty {
	padding: 12px 25px;
	background-color: #eee;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px
}

.tinv-wishlist p.return-to-shop .button {
	display: inline-block;
	background-color: var(--theme-color);
	color: #fff;
	font-size: 14px;
	padding: 10px 25px;
	border-radius: 4px;
	margin-top: 10px;
	font-weight: 700
}

.tinv-wishlist p.return-to-shop .button:Hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.tinv-wishlist table.tinvwl-table-manage-list {
	font-size: 14px
}

.tinv-wishlist table.tinvwl-table-manage-list button {
	border-radius: 5px
}

.tinv-wishlist .product-stock i {
	margin-right: 5px
}

.tinv-wishlist .tinv-modal .icon_big_times {
	margin-bottom: 5px;
	color: var(--theme-color)
}

.tinv-wishlist button.button {
	border: none;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 700;
	background-color: var(--theme-color);
	color: #fff
}

.tinv-wishlist button.button:hover {
	background-color: var(--title-color);
	color: #fff
}

.tinv-wishlist button.button i {
	font-size: 1rem !important;
	margin-right: 3px !important
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--title-font)
}

.tinv-wishlist td.product-name a {
	color: var(--title-color)
}

.tinv-wishlist td.product-name a:hover {
	color: var(--theme-color)
}

.tinv-wishlist td.product-price del {
	font-size: .9em
}

.tinv-wishlist .social-buttons>span {
	font-weight: 700;
	margin-right: 10px;
	font-family: var(--title-font);
	color: var(--title-color)
}

.tinv-wishlist .social-buttons li a.social {
	background-color: var(--theme-color);
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px
}

.tinv-wishlist .social-buttons li a.social i {
	line-height: inherit
}

.tinv-wishlist .social-buttons li a.social:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

nav.woocommerce-MyAccount-navigation li {
	border: 1px solid #ddd;
	margin: 0;
	border-top: none
}

nav.woocommerce-MyAccount-navigation li:first-child {
	border-top: 1px solid #ddd
}

nav.woocommerce-MyAccount-navigation li a {
	color: var(--title-color);
	font-weight: 700;
	padding: 7px 17px;
	display: block
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
	color: var(--white-color);
	background-color: var(--theme-color)
}

.woocommerce-MyAccount-content h3 {
	margin-top: -0.3em
}

.woocommerce-MyAccount-content .btn {
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 700
}

.woocommerce-MyAccount-content .btn:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

table.variations,
.woocommerce-grouped-product-list.group_table {
	border-collapse: separate;
	border-spacing: 0 15px;
	margin-bottom: 5px
}

table.variations td,
.woocommerce-grouped-product-list.group_table td {
	border: none;
	vertical-align: middle;
	padding: 0 5px
}

table.variations td:first-child,
.woocommerce-grouped-product-list.group_table td:first-child {
	padding: 0
}

table.variations label,
.woocommerce-grouped-product-list.group_table label {
	margin: 0;
	font-size: 14px;
	text-transform: capitalize
}

table.variations label a,
.woocommerce-grouped-product-list.group_table label a {
	color: var(--title-color)
}

table.variations label a:hover,
.woocommerce-grouped-product-list.group_table label a:hover {
	color: var(--theme-color)
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
	font-size: 16px;
	color: var(--title-color)
}

.woocommerce-grouped-product-list.group_table label {
	margin: 0 0 0 10px;
	margin: 0 0 0 10px;
	font-family: var(--title-font);
	font-size: 18px
}

table.variations td {
	padding: 0
}

table.variations select {
	width: -moz-max-content;
	width: max-content;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: middle;
	margin: 0;
	padding-right: 35px
}

table.variations .reset_variations {
	margin-left: 12px;
	display: inline-block
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
	padding-left: 15px !important
}

.wooscp-table-items a.added_to_cart.wc-forward {
	margin-left: 15px;
	text-decoration: underline
}

#woosq-popup .product_title.entry-title {
	margin-bottom: 0
}

#woosq-popup .fs-xs.my-4 {
	margin: 10px 0 0 0 !important
}

#woosq-popup .single-product .product {
	margin-bottom: 0 !important
}

#woosq-popup .slick-slider .slick-arrow {
	border: none;
	margin: 0 10px
}

#woosq-popup .woocommerce-product-rating {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
	font-size: 14px
}

table.woocommerce-grouped-product-list.group_table {
	border-collapse: collapse;
	margin-bottom: 15px
}

table.woocommerce-grouped-product-list.group_table .qty-input {
	border-color: #e3e6e9
}

table.woocommerce-grouped-product-list.group_table tr {
	border-bottom: 1px solid #e3e6e9
}

table.woocommerce-grouped-product-list.group_table tr:last-child {
	border-bottom: none
}

table.woocommerce-grouped-product-list.group_table td {
	padding: 30px 5px
}

@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 #f3f3f3;
		border-bottom: none
	}

	.cart_table td::before {
		display: block
	}

	.cart_table td:last-child {
		border-bottom: 1px solid #f3f3f3
	}

	.cart_table td.actions {
		padding-left: 15px;
		text-align: center
	}

	.cart_table td.actions>.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
	}

	tfoot.checkout-ordertable th {
		display: none
	}

	.woocommerce-checkout-payment ul input[type=radio]~label img {
		max-width: 150px
	}

	.woocommerce-message,
	.woocommerce-info {
		font-size: 12px;
		padding: 5px 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
	}
}

.product-big-img {
	border: 1px solid #e4e4e4
}

.product-big-img .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 25px;
	margin-bottom: 0
}

.product-thumb-img .thumb {
	width: 150px;
	max-width: 100%;
	border: 1px solid #e4e4e4;
	transition: all ease .4s;
	cursor: pointer
}

.product-thumb-img .slick-current .thumb {
	border-color: var(--theme-color)
}

.product-thumb-img .slick-arrow {
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background-color: rgba(0, 0, 0, 0);
	width: auto;
	height: auto;
	padding: 0;
	line-height: 1;
	font-size: 24px;
	color: rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden
}

.product-thumb-img .slick-arrow.slick-next {
	left: auto;
	right: -60px
}

.product-thumb-img .slick-dots {
	margin-top: 20px
}

.product-big-img .slick-arrow,
.product-thumb-img .slick-arrow {
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background-color: rgba(0, 0, 0, 0);
	width: auto;
	height: auto;
	padding: 0;
	line-height: 1;
	font-size: 24px;
	color: rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	margin: 0
}

.product-big-img .slick-arrow.slick-next,
.product-thumb-img .slick-arrow.slick-next {
	left: auto;
	right: -60px
}

.product-big-img .slick-arrow {
	left: 30px
}

.product-big-img .slick-arrow.slick-next {
	left: auto;
	right: 30px
}

.container .row:hover .product-big-img .slick-arrow,
.container .row:hover .product-thumb-img .slick-arrow {
	opacity: 1;
	visibility: visible
}

.quantity.style2 {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.quantity.style2 input {
	width: 75px;
	height: 50px;
	text-align: center;
	border: 1px solid var(--smoke-color);
	font-family: var(--body-font);
	color: var(--body-color);
	font-weight: 600;
	font-size: 18px;
	padding-left: 0;
	padding-right: 30px
}

.quantity.style2 input::-webkit-outer-spin-button,
.quantity.style2 input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.quantity.style2 input[type=number] {
	-moz-appearance: textfield
}

.quantity.style2 .qut-btn {
	position: absolute;
	top: 0;
	right: 10px;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	line-height: 1;
	color: #e6d6d6;
	top: 8px;
	font-size: 14px
}

.quantity.style2 .qut-btn.quantity-minus {
	top: 26px
}

.quantity.style2 .qut-btn:hover {
	color: var(--theme-color)
}

.product_meta {
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	font-family: var(--body-font)
}

.product_meta>span {
	display: block;
	margin-bottom: 3px;
	color: var(--theme-color)
}

.product_meta>span:last-child {
	margin-bottom: 0
}

.product_meta>span a {
	color: inherit
}

.product_meta>span a:hover {
	color: var(--theme-color)
}

.product_meta>span>a,
.product_meta>span>span {
	position: relative;
	color: var(--body-color)
}

.product_meta>span>a:after,
.product_meta>span>span:after {
	content: ",";
	margin-right: 5px
}

.product_meta>span>a:last-child:after,
.product_meta>span>span:last-child:after {
	display: none
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
	margin-left: 7px
}

.product-tab-style1 {
	border-bottom: 1px solid #e4e4e4
}

.product-tab-style1 a {
	color: var(--title-color);
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	position: relative;
	line-height: 1;
	padding: 0 20px 10px 20px;
	font-family: var(--title-font)
}

.product-tab-style1 a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 0;
	background-color: var(--theme-color);
	transition: all ease .4s
}

.product-tab-style1 a.active:before {
	width: 100%
}

.product-inner-list>ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.product-inner-list li {
	position: relative;
	padding-left: 15px
}

.product-inner-list li:before {
	content: "-";
	position: absolute;
	left: 0
}

.product-about .price {
	margin-top: -0.2em;
	font-size: 30px;
	font-weight: 600;
	color: var(--theme-color);
	display: block;
	margin-bottom: 15px
}

.product-about .price del {
	color: var(--body-color);
	font-weight: 400;
	font-size: .8em
}

.product-about .actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

.product-about .actions .vs-btn {
	font-size: 16px;
	padding: 17px 28px
}

.product-details .vs-comments-wrap {
	margin-top: 0
}

.vs-product-card {
	--border-gap: 4px;
	background-color: var(--white-color);
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
	border: 1px solid #e4e4e4;
	outline: 1px solid #e4e4e4;
	outline-offset: -6px;
	transition: all ease .4s
}

.vs-product-card .procut-rating,
.vs-product-card .product-quantity {
	color: var(--body-color);
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
	text-transform: uppercase
}

.vs-product-card .product-title {
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: 500
}

.vs-product-card .star-rating {
	display: inline-block;
	margin: 0;
	vertical-align: middle
}

.vs-product-card .product-price {
	font-size: 18px;
	font-weight: 600;
	color: var(--theme-color)
}

.vs-product-card .product-content {
	padding: 5px 30px 25px 30px
}

.vs-product-card:hover {
	outline-color: var(--theme-color);
	border-color: var(--theme-color)
}

.discount-tagged {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 22px;
	top: 22px;
	background-color: #ffe400;
	color: #222;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 15px 0;
	line-height: 1.2;
	border-radius: 50%;
	z-index: 3
}

.product-tagged {
	position: absolute;
	left: 27px;
	top: 27px;
	z-index: 1
}

.product-tagged a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #4adf3b;
	color: var(--white-color);
	display: block;
	width: -moz-max-content;
	width: max-content;
	min-width: 83px;
	text-align: center;
	line-height: 1;
	padding: 6px 8px;
	margin-bottom: 4px
}

.product-tagged a:last-child {
	margin-bottom: 0;
	position: relative
}

.product-tagged a:last-child:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	border-left: 10px solid #4adf3b;
	border-bottom: 10px solid rgba(0, 0, 0, 0)
}

.product-tagged a.offers {
	background-color: #ed0c0c
}

.product-tagged a.offers::before {
	border-left-color: #ed0c0c
}

@media(max-width: 1399px) {
	.discount-tagged {
		width: 70px;
		height: 70px;
		font-size: 16px;
		padding: 14px 0
	}

	.vs-product-card .product-content {
		padding: 5px 25px 20px 25px
	}

	.vs-product-card .product-price,
	.vs-product-card .product-title {
		font-size: 20px
	}

	.vs-product-card .procut-rating {
		margin-top: 8px
	}

	.vs-product-card .procut-rating,
	.vs-product-card .product-quantity {
		margin-bottom: 0
	}
}

@media(max-width: 575px) {
	.product-about .actions {
		display: block
	}

	.product-about .actions .quantity {
		display: block;
		width: -moz-max-content;
		width: max-content;
		margin-bottom: 20px
	}
}

.vs-trends-box {
	position: relative;
	overflow: hidden
}

.vs-trends-box .trends-header {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 10px;
	display: flex;
	align-items: flex-end;
	padding: 30px 25px;
	transition: all ease .4s;
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	line-height: 1
}

.vs-trends-box .trends-label {
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	margin: 0
}

.vs-trends-box .trends-body {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30 28 25 );
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 35px 40px 40px 40px;
	transition: all ease .7s;
	transform: translateX(110%);
	opacity: 0;
	visibility: hidden
}

.vs-trends-box .trends-actions {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.vs-trends-box .icon-btn {
	width: 40px;
	height: 40px;
	line-height: 42px;
	font-size: 14px
}

.vs-trends-box .icon-btn:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.vs-trends-box .trends-title,
.vs-trends-box .trends-label {
	font-size: 24px;
	font-weight: 600;
	color: var(--white-color)
}

.vs-trends-box .trends-text {
	font-size: 16px;
	color: var(--white-color)
}

.vs-trends-box .price {
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
	color: var(--white-color)
}

.vs-trends-box .trends-title,
.vs-trends-box .trends-text {
	transform: translatex(80px);
	transition: all ease .4s;
	transition-delay: .3s;
	opacity: 0;
	visibility: hidden
}

.vs-trends-box .trends-title {
	transition-delay: .2s;
	margin-bottom: 5px
}

.vs-trends-box:hover .trends-header {
	transform: translateX(-150%);
	opacity: 0;
	visibility: hidden
}

.vs-trends-box:hover .trends-title,
.vs-trends-box:hover .trends-text,
.vs-trends-box:hover .trends-body {
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

@media(max-width: 991px) {
	.vs-trends-box .trends-body {
		padding: 25px 30px 30px 30px
	}
}

.vs-gallery-box {
	position: relative;
	overflow: hidden
}

.vs-gallery-box .gallery-img {
	overflow: hidden;
	position: relative
}

.vs-gallery-box .gallery-img img {
	transition: all ease .4s;
	transform: scale(1) rotate(0)
}

.vs-gallery-box .gallery-img:after,
.vs-gallery-box .gallery-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(173, 136, 88, .9);
	z-index: 1;
	transition: all ease .4s;
	transform: scale(0);
	transform-origin: top left
}

.vs-gallery-box .gallery-img:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	transform-origin: bottom right
}

.vs-gallery-box .icon-btn {
	--btn-size: 55px;
	line-height: 50px
}

.vs-gallery-box .gallery-content {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px
}

.vs-gallery-box .gallery-title {
	font-size: 28px;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 0
}

.vs-gallery-box .icon-btn,
.vs-gallery-box .gallery-title {
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px)
}

.vs-gallery-box:hover .gallery-img img {
	transform: scale(1.2) rotate(5deg)
}

.vs-gallery-box:hover .gallery-img:after,
.vs-gallery-box:hover .gallery-img:before {
	transform: scale(1)
}

.vs-gallery-box:hover .icon-btn,
.vs-gallery-box:hover .gallery-title {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: .3s
}

.vs-gallery-box:hover .icon-btn {
	transition-delay: .4s
}

.gallery-thumb {
	position: relative;
	overflow: hidden
}

.gallery-thumb img {
	transition: all ease .4s;
	transform: scale(1)
}

.gallery-thumb:after,
.gallery-thumb:before {
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(173, 136, 88, .8);
	transition: all ease .6s;
	z-index: 1
}

.gallery-thumb:before {
	left: 100%
}

.gallery-thumb:after {
	right: 100%
}

.gallery-thumb .icon-thumb {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	color: var(--white-color);
	font-size: 42px;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	transition-delay: 0s;
	transform: translate(-50%, -50%)
}

.gallery-thumb:hover img {
	transform: scale(1.2)
}

.gallery-thumb:hover::before {
	left: 0
}

.gallery-thumb:hover:after {
	right: 0
}

.gallery-thumb:hover .icon-thumb {
	opacity: 1;
	visibility: visible;
	transition-delay: .4s
}

.gallery-cutted.gallery-thumb .icon-thumb,
.gallery-cutted.gallery-thumb:after,
.gallery-cutted.gallery-thumb:before {
	opacity: 0;
	visibility: hidden
}

.slick-center .gallery-cutted.gallery-thumb:after,
.slick-center .gallery-cutted.gallery-thumb:before {
	opacity: 1;
	visibility: visible
}

.slick-center .gallery-cutted.gallery-thumb:hover .icon-thumb {
	opacity: 1;
	visibility: visible
}

.gallery-shape1 {
	position: absolute;
	right: 2%;
	top: 0
}

.gallery-card {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.gallery-card .gallery-text {
	margin-bottom: 0;
	margin-top: 5px;
	color: var(--white-color);
	font-size: 14px
}

.gallery-card .gallery-title {
	margin-bottom: 0;
	color: var(--white-color)
}

.gallery-card .gallery-card-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	z-index: 1;
	padding: 30px;
	padding-bottom: 25px;
	padding-top: 140px;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.gallery-card .gallery-card-content:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 100%)
}

.gallery-card .vs-pricepill {
	position: absolute;
	top: 0;
	right: 30px;
	opacity: 0;
	visibility: hidden
}

.gallery-card:hover .gallery-card-content {
	opacity: 1;
	visibility: visible;
	bottom: 0
}

.gallery-card:hover .vs-pricepill {
	opacity: 1;
	visibility: visible;
	top: 30px
}

.vs-gallery-layout1 .vs-gallery-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.vs-gallery-layout1 .vs-gallery-content {
	text-align: center;
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	transform: translateY(-50%)
}

.vs-gallery-layout1 .vs-gallery-btn {
	width: 80px;
	height: 80px;
	line-height: 78px;
	font-size: 22px;
	display: inline-block;
	border: 2px solid rgba(255, 255, 255, .6);
	margin-bottom: 25px;
	color: var(--white-color);
	border-radius: 50%
}

.vs-gallery-layout1 .vs-gallery-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.vs-gallery-layout1 .instagram-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: -40px 0 0 -40px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.vs-gallery-layout1 .instagram-btn i {
	line-height: 78px
}

.vs-gallery-layout1 .vs-gallery {
	position: relative
}

.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-content,
.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-overlay,
.vs-gallery-layout1 .vs-gallery:hover .instagram-btn {
	opacity: 1;
	visibility: visible
}

.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-content {
	top: 50%;
	transition-delay: .4s
}

.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-overlay {
	height: 100%
}

@media(max-width: 1199px) {
	.vs-gallery-layout1 .instagram-btn {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 14px
	}

	.vs-gallery-layout1 .instagram-btn i {
		line-height: inherit
	}
}

@media(max-width: 991px) {
	.vs-gallery-box .gallery-content {
		padding: 20px 25px
	}

	.vs-gallery-box .gallery-title {
		font-size: 18px
	}

	.vs-gallery-box .icon-btn {
		--btn-size: 45px
	}
}

@media(max-width: 575px) {
	.vs-gallery-layout1 .vs-gallery-title {
		font-size: 18px
	}

	.vs-gallery-layout1 .vs-gallery-btn {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 18px
	}
}

.error-number {
	font-size: 274px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 35px
}

.error-title {
	font-size: 26px;
	margin-bottom: 3px
}

.error-text {
	font-size: 20px
}

.vs-error-wrapper {
	padding-top: calc(var(--section-space) + 105px)
}

@media(max-width: 1199px) {
	.vs-error-wrapper {
		padding-top: calc(var(--section-space) + 28px)
	}

	.error-number {
		font-size: 190px
	}
}

@media(max-width: 991px) {
	.error-number {
		font-size: 140px;
		margin-bottom: 20px
	}

	.error-title {
		font-size: 22px
	}

	.vs-error-wrapper {
		padding-top: var(--section-space)
	}
}

@media(max-width: 767px) {
	.vs-error-wrapper {
		padding-top: 80px
	}

	.error-number {
		font-size: 100px;
		margin-bottom: 20px;
		margin-top: -0.35em
	}
}

.find-salon-box {
	position: relative;
	border: 1px solid var(--box-border-color, #e4e4e4);
	padding: var(--box-space-y, 45px) var(--box-space-x, 55px);
	margin-bottom: 30px
}

.find-salon-box::before {
	content: "";
	position: absolute;
	top: var(--border-space, 5px);
	right: var(--border-space, 5px);
	bottom: var(--border-space, 5px);
	left: var(--border-space, 5px);
	border: inherit;
	z-index: -1
}

.find-salon-box .box-label {
	font-size: var(--label-font, 18px);
	color: var(--theme-color);
	font-weight: 500;
	display: block;
	margin-bottom: 2px;
	margin-top: -0.3em
}

.find-salon-box .box-label i {
	margin-right: 5px
}

.find-salon-box .find-salon-title {
	font-weight: 600
}

.find-salon-box .find-salon-text {
	width: 100%;
	max-width: 250px;
	margin-bottom: 8px
}

.find-salon-box .vs-btn {
	margin-top: 9px
}

.find-salon-map {
	height: 100vh;
	position: sticky;
	top: 0
}

.find-salon-map iframe {
	height: 100%;
	width: 100%
}

.find-salon-inner {
	width: 100%;
	max-width: 575px;
	margin-left: auto;
	padding-right: 106px
}

@media(max-width: 1399px) {
	.find-salon-inner {
		width: 100%;
		max-width: 575px;
		padding-right: 60px
	}
}

@media(max-width: 1199px) {
	.find-salon-inner {
		width: 100%;
		max-width: 575px;
		padding-right: 0
	}
}

@media(max-width: 991px) {
	.find-salon-inner {
		max-width: 100%
	}

	.find-salon-box {
		--box-space-y: 40px;
		--box-space-x: 20px
	}

	.find-salon-box .box-label {
		margin-bottom: 5px
	}

	.find-salon-box .find-salon-text {
		max-width: 100%
	}

	.find-salon-box .find-salon-title {
		margin-bottom: 10px
	}
}

.vs-service {
	text-align: center;
	border: 1px dashed var(--theme-color);
	background-color: rgba(0, 0, 0, 0);
	padding: 49px 15px 39px 15px;
	transition: all ease .4s;
	position: relative
}

.vs-service:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color);
	opacity: .1;
	z-index: -1
}

.vs-service .service-icon {
	display: inline-block;
	width: 120px;
	height: 120px;
	background-color: var(--white-color);
	line-height: 110px;
	margin-bottom: 27px;
	color: var(--theme-color);
	border-radius: 50%
}

.vs-service .service-title {
	margin-bottom: 12px;
	transition: all ease .4s;
	font-size: 20px
}

.vs-service .service-title a {
	color: inherit
}

.vs-service .service-text {
	transition: all ease .4s;
	margin-bottom: 0;
	max-width: 225px;
	margin-left: auto;
	margin-right: auto
}

.vs-service:hover {
	background-color: var(--theme-color)
}

.vs-service:hover .service-text,
.vs-service:hover .service-title a {
	color: var(--white-color)
}

.vs-service:hover .service-title a:hover {
	color: rgba(255, 255, 255, .8)
}

@media(max-width: 767px) {
	.vs-service {
		padding: 25px 10px;
		padding-bottom: 20px
	}

	.vs-service .service-icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 15px;
		font-size: 10px
	}

	.vs-service .service-icon img {
		max-width: 40px
	}
}

.form-media {
	display: flex;
	align-items: center;
	margin-bottom: 42px
}

.form-media .media-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 28px;
	border-radius: 50%;
	margin-right: 20px
}

.form-media .media-text {
	color: var(--white-color);
	font-size: 16px;
	margin: 0
}

.form-media .media-title {
	font-size: 30px;
	color: var(--white-color);
	margin: 0
}

.form-style1 {
	background-color: #f3eee6;
	padding: 50px
}

.form-style1 .form-control {
	border-radius: 0;
	border: none;
	padding-left: 30px
}

.form-style1 .form-control~i {
	right: 40px
}

.form-style1 select {
	background-position: right 26px center
}

.form-style1 .vs-btn {
	border-radius: 0
}

@media(max-width: 767px) {
	.form-media .media-title {
		font-size: 26px
	}

	.form-media .media-text {
		font-size: 14px
	}

	.form-media .media-icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
		margin-right: 15px
	}

	.form-style1 {
		padding: 45px 20px
	}
}

.vs-features-layout1 .shape1 {
	bottom: 0;
	left: 48%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 560px
}

.vs-features-layout1 .shape2 {
	position: absolute;
	top: 0;
	left: -100px;
	right: -100px;
	height: 100%;
	z-index: -1
}

.vs-features-layout1 .shape3 {
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	text-align: center;
	z-index: 2;
	max-height: 590px
}

.vs-features-layout1 .shape5,
.vs-features-layout1 .shape4 {
	width: 920px;
	height: 920px;
	margin-left: -460px;
	margin-top: -440px;
	display: inline-block;
	left: 50%;
	top: 0;
	border-radius: 50%;
	background: var(--white-color);
	z-index: 1
}

.vs-features-layout1 .shape5 {
	transform: scale(0.96);
	background-color: rgba(0, 0, 0, 0);
	border: 34px solid var(--theme-color);
	opacity: .5
}

.vs-features-layout1 .inner-wrapper {
	position: relative;
	z-index: 5
}

.vs-features-layout1 .feature-text:last-child {
	margin-bottom: 0
}

.vs-features-layout1 .media-icon {
	margin-top: 3px;
	margin-right: 25px;
	--btn-size: 70px
}

.vs-features-layout1 .media-icon img {
	max-width: 40px
}

.vs-features-layout1 .media-icon .icon-btn:hover {
	color: var(--theme-color) !important
}

.vs-features-layout1 .icon-btn {
	position: relative
}

.vs-features-layout1 .icon-btn.has-border:before {
	content: "";
	position: absolute;
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	border: 1px dashed var(--theme-color);
	border-radius: inherit
}

.vs-features-layout1 .vs-feature {
	margin-bottom: 40px;
	display: flex
}

.vs-features-layout1 .vs-feature:last-child {
	margin-bottom: 0
}

@media(min-width: 1199px) {
	.vs-features-layout1 .row>div:nth-child(1) {
		padding-right: 50px
	}

	.vs-features-layout1 .row>div:nth-child(2) {
		padding-left: 50px
	}

	.vs-features-layout1 .row>div:nth-child(2n+1) .vs-feature {
		flex-direction: row-reverse;
		text-align: right
	}

	.vs-features-layout1 .row>div:nth-child(2n+1) .media-icon {
		margin-right: 0;
		margin-left: 25px
	}
}

.vs-features-layout1 .row.has-default-view>div:nth-child(1) {
	padding-right: 15px
}

.vs-features-layout1 .row.has-default-view>div:nth-child(2) {
	padding-left: 15px
}

.vs-features-layout1 .row.has-default-view>div .vs-feature {
	flex-direction: row;
	text-align: left
}

.vs-features-layout1 .row.has-default-view>div .vs-feature:last-child {
	margin-bottom: 40px
}

.vs-features-layout1 .row.has-default-view>div .vs-feature .media-icon {
	margin-right: 25px;
	margin-left: 0
}

@media(max-width: 1500px) {
	.vs-features-layout1 .shape2 {
		left: 0;
		right: 0
	}
}

@media(max-width: 991px) {

	.vs-features-layout1 .vs-feature,
	.vs-features-layout1 .vs-feature:last-child {
		margin-bottom: 35px
	}

	.vs-features-layout1 .inner-wrapper.pb-60 {
		padding-bottom: 0
	}

	.vs-features-layout1 .row.has-default-view>div .vs-feature:last-child {
		margin-bottom: 30px
	}
}

@media(max-width: 767px) {
	.vs-features-layout1 .vs-feature {
		display: block;
		text-align: center
	}

	.vs-features-layout1 .row.has-default-view>div .vs-feature {
		text-align: center
	}

	.vs-features-layout1 .media-icon {
		margin-right: 0;
		margin-bottom: 15px
	}
}

.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: none;
	color: var(--white-color);
	background-color: var(--theme-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 50%;
	transform: rotate(0);
	transition: all ease .4s
}

.sidemenu-wrapper .closeButton:hover {
	background-color: var(--title-color);
	color: var(--white-color);
	transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
	background-color: var(--white-color);
	width: 450px;
	margin-left: auto;
	padding: 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;
	margin: 0 0 40px 0;
	background-color: rgba(0, 0, 0, 0)
}

.sidemenu-wrapper .widget_title {
	border-bottom: 1px solid var(--border-color);
	padding: 0 0 20px 0;
	margin: 0 0 25px 0
}

.sidemenu-wrapper .widget_shopping_cart .widget_title {
	border-bottom: none;
	padding-bottom: 0
}

.sidemenu-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	transition: all ease .8s
}

.sidemenu-wrapper.show .sidemenu-content {
	right: 0;
	opacity: 1;
	visibility: visible
}

.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: 60px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--theme-color);
	background-color: rgba(0, 0, 0, 0);
	font-size: 22px;
	border-radius: 50%;
	transform: rotate(0);
	transition: all ease .4s
}

.popup-search-box button.searchClose:hover {
	color: var(--body-color);
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	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:-ms-input-placeholder {
	color: #fff
}

.popup-search-box form input::placeholder {
	color: #fff
}

.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #fff;
	font-size: 24px;
	right: 12px;
	color: var(--white-color);
	cursor: pointer;
	width: 70px;
	height: 70px;
	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)
}

.px-5 {
	padding-right: 5px;
	padding-left: 5px
}

.px-10 {
	padding-right: 10px;
	padding-left: 10px
}

.px-15 {
	padding-right: 15px;
	padding-left: 15px
}

.px-20 {
	padding-right: 20px;
	padding-left: 20px
}

.px-25 {
	padding-right: 25px;
	padding-left: 25px
}

.px-30 {
	padding-right: 30px;
	padding-left: 30px
}

.px-35 {
	padding-right: 35px;
	padding-left: 35px
}

.px-40 {
	padding-right: 40px;
	padding-left: 40px
}

.px-45 {
	padding-right: 45px;
	padding-left: 45px
}

.px-50 {
	padding-right: 50px;
	padding-left: 50px
}

.py-5 {
	padding-top: 5px;
	padding-bottom: 5px
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px
}

.py-25 {
	padding-top: 25px;
	padding-bottom: 25px
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.py-35 {
	padding-top: 35px;
	padding-bottom: 35px
}

.py-40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.py-45 {
	padding-top: 45px;
	padding-bottom: 45px
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}

.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-25 {
	padding-left: 25px
}

.pl-30 {
	padding-left: 30px
}

.pl-35 {
	padding-left: 35px
}

.pl-40 {
	padding-left: 40px
}

.pl-45 {
	padding-left: 45px
}

.pl-50 {
	padding-left: 50px
}

.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-25 {
	padding-right: 25px
}

.pr-30 {
	padding-right: 30px
}

.pr-35 {
	padding-right: 35px
}

.pr-40 {
	padding-right: 40px
}

.pr-45 {
	padding-right: 45px
}

.pr-50 {
	padding-right: 50px
}

.pt-80 {
	padding-top: 80px
}

.pb-80 {
	padding-bottom: 80px
}

.pt-100 {
	padding-top: 100px
}

.pb-70 {
	padding-bottom: 70px
}

.pt-lg-30 {
	padding-top: 30px
}

@media(max-width: 991px) {
	.no-pl-md {
		padding-left: 0
	}

	.pt-lg-30 {
		padding-top: 0
	}
}

@media(max-width: 767px) {
	.no-pt-sm {
		padding-top: 0
	}
}

.mx-5 {
	margin-right: 5px;
	margin-left: 5px
}

.mx-10 {
	margin-right: 10px;
	margin-left: 10px
}

.mx-15 {
	margin-right: 15px;
	margin-left: 15px
}

.mx-20 {
	margin-right: 20px;
	margin-left: 20px
}

.mx-25 {
	margin-right: 25px;
	margin-left: 25px
}

.mx-30 {
	margin-right: 30px;
	margin-left: 30px
}

.mx-35 {
	margin-right: 35px;
	margin-left: 35px
}

.mx-40 {
	margin-right: 40px;
	margin-left: 40px
}

.mx-45 {
	margin-right: 45px;
	margin-left: 45px
}

.mx-50 {
	margin-right: 50px;
	margin-left: 50px
}

.my-5 {
	margin-top: 5px;
	margin-bottom: 5px
}

.my-10 {
	margin-top: 10px;
	margin-bottom: 10px
}

.my-15 {
	margin-top: 15px;
	margin-bottom: 15px
}

.my-20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.my-25 {
	margin-top: 25px;
	margin-bottom: 25px
}

.my-30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.my-35 {
	margin-top: 35px;
	margin-bottom: 35px
}

.my-40 {
	margin-top: 40px;
	margin-bottom: 40px
}

.my-45 {
	margin-top: 45px;
	margin-bottom: 45px
}

.my-50 {
	margin-top: 50px;
	margin-bottom: 50px
}

.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.ml-35 {
	margin-left: 35px
}

.ml-40 {
	margin-left: 40px
}

.ml-45 {
	margin-left: 45px
}

.ml-50 {
	margin-left: 50px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-25 {
	margin-right: 25px
}

.mr-30 {
	margin-right: 30px
}

.mr-35 {
	margin-right: 35px
}

.mr-40 {
	margin-right: 40px
}

.mr-45 {
	margin-right: 45px
}

.mr-50 {
	margin-right: 50px
}

.mt-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-6 {
	margin-bottom: 6px
}

.mr-135 {
	margin-right: 135px
}

.mt-70 {
	margin-top: 70px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-60 {
	margin-bottom: 60px
}

.mt-60 {
	margin-top: 60px
}

.space,
.space-top {
	padding-top: var(--section-space)
}

.space,
.space-bottom {
	padding-bottom: var(--section-space)
}

.space-negative,
.space-negative-top {
	padding-top: calc(var(--section-space) - 30px)
}

.space-negative,
.space-negative-bottom {
	padding-bottom: calc(var(--section-space) - 30px);
	margin-top: 100px;
}

@media(max-width: 991px) {

	.space,
	.space-top {
		padding-top: var(--section-space-mobile)
	}

	.space,
	.space-bottom {
		padding-bottom: var(--section-space-mobile)
	}

	.space-negative,
	.space-negative-top {
		padding-top: calc(var(--section-space-mobile) - 30px)
	}

	.space-negative,
	.space-negative-bottom {
		padding-bottom: calc(var(--section-space-mobile) - 30px)
	}

	.space-top-md-none {
		padding-top: 0
	}
}

.mar-top{
    margin-top: -235px;
}

.block-top{
    margin-top: -214px;
}
.sec-top{
    margin-top: -164px;
}
.img-silde{
    margin-top: -207px;
}
.bg-blacknew{
    background-color:#000;
}
.ser-heg{
    height: 184px !important;
}