:root {
	--theme-color: #ff5c39;
	--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
}

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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

a:hover {
	color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0
}

button {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

img {
	border: none;
	max-width: 100%
}

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
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	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] {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y)
}

@media (min-width: 1500px) {
	.gx-70 {
		--bs-gutter-x: 70px
	}
}

@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: auto;
    padding:10px 15px 10px 42px;
    padding-right: 2px;
    border: 1px solid #e3e3e3;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
}

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::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: var(--body-color)
}

select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-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::-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;
	padding: 10px 20px;
}

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
}

.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: 100px
}

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: "\f00c";
	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 #979797;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px
}


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: '\f111';
	position: absolute;
	font-family: var(--icon-font);
	left: 0;
	top: 1px;
	width: 15px;
	height: 15px;
	padding-left: 0.5px;
	font-size: 0.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: transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}

input[type="radio"]:checked~label::before {
	border-color: var(--theme-color);
	background-color: var(--theme-color);
	color: var(--white-color)
}

label {
	margin-bottom: 0.6em;
	margin-top: -0.3em;
	display: block
}

.form-group {
	margin-bottom: 15px;
	position: relative
}

.form-group>i {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 18px;
	color: var(--theme-color)
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border: 1px solid var(--error-color) !important;
	background-position: right calc(.375em + 0.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 + 0.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: 768px) {
 .searcharea .tb{
    width: 50%!important;
  }
  .breadcumb-menu-wrap,.breadcumb-title {
    text-align: center!important;
}
.list12 {
     display: block!important;
}
  .login-page {
    background-size: contain!important;
    background-position: center bottom!important;
}
.breadcumb-content {
    text-align: center;
}
.footer2 {
    position: inherit!important;
}
  .pd11{
    padding: 0em!important;
  }
  .register-box {
    padding: 1em 1em!important;
}
  .mrg01{
   margin-top:0!important;
}
.look-colouring ul li {
    width: 46%;
}
.look-colouring ul li a {
    width: 100%;
}
.login-box{
    padding:20px 18px 20px 18px!important;
}
.footer-table td {
	font-size: 12px!important;
}
.footer-widget .widget_title {
     font-size: 20px!important;
}
.look-colouring .colours {
    float: left;
}
}

.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: -webkit-max-content;
	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: transparent;
	width: 12px;
	height: 12px;
	line-height: 0;
	border-radius: 9999px;
	border: 3px solid #7a7a7a;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.slick-dots button:hover {
	border-color: var(--theme-color)
}

.slick-dots .slick-active button {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	border-color: var(--theme-color)
}

.slick-arrow {
	display: inline-block;
	padding: 0;
	background-color: transparent;
	position: absolute;
	top: 50%;
	margin-right: 50px;
	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);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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 transparent;
	border-bottom: 7px solid transparent;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.slick-arrow:hover {
	border-color: var(--theme-color)
}

.slick-arrow:hover .long-arrow {
	background-color: var(--theme-color);
	-webkit-animation: arrow-left ease 1s alternate;
	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;
	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 {
	-webkit-animation: arrow-right ease 1s alternate;
	animation: arrow-right ease 1s alternate
}

.slick-arrow.slick-next:hover .long-arrow:before {
	border-right-color: transparent;
	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, 0.6);
	z-index: 999999;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s
}

.vs-menu-wrapper .mobile-logo {
	padding-bottom: 40px;
	padding-top: 37px;
	display: block;
	background-color: rgba(173, 136, 88, 0.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%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(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;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all ease 1s;
	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: '\f105';
	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 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	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: '\f067';
	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, 0.3);
	border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a:after {
	content: '\f068'
}

.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, 0.09);
	padding-left: 20px;
	padding-right: 40px
}

.mobile-menu-form input:focus {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09)
}

.mobile-menu-form input::-moz-placeholder {
	color: var(--smoke-color);
	color: var(--theme-color)
}

.mobile-menu-form input::-webkit-input-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::-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: transparent;
	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: 999;
	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%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -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;
	-webkit-animation: animloader 2s linear infinite;
	animation: animloader 2s linear infinite
}

.loader::after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

@-webkit-keyframes animloader {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes animloader {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.vs-btn {
    border: none;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 24px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

.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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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; */
    width: 100%;
}
}

.vs-btn.outline-white {
	border: 2px solid var(--white-color);
	background-color: transparent
}

.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)
}

.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%
}

.icon-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.icon-btn.style-outline {
	background-color: transparent;
	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: transparent;
	-webkit-transition-delay: 0s;
	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
}

.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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.play-btn:after,
.play-btn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--white-color);
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.play-btn:after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.link-btn {
	font-weight: 700;
	display: inline-block;
	line-height: 0.8;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: -2px;
	text-transform: capitalize;
	color: var(--title-color)
}

.link-btn i {
	margin-right: 7px;
	font-size: 0.9rem
}

.link-btn:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--theme-color);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.link-btn:hover {
	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;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	z-index: 96
}

.scrollToTop.show {
	bottom: 90px;
	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: 0.3em 0.45em 0.2em 0.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: 75px
	}
}

.hamburger-btn {
	padding: 7px;
	display: inline-block;
	overflow: hidden;
	background-color: transparent;
	border: none;
	z-index: 5;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.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;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.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;
	-webkit-transform: translate(-25px, -50%);
	-ms-transform: translate(-25px, -50%);
	transform: translate(-25px, -50%)
}

.hamburger-btn .inner:after,
.hamburger-btn .inner:before {
	opacity: 1;
	-webkit-transform: translate(-5px, 0);
	-ms-transform: translate(-5px, 0);
	transform: translate(-5px, 0)
}

.hamburger-btn .hidden {
	top: 50%;
	background-color: var(--theme-color);
	-webkit-transform: translate(51px, -50%);
	-ms-transform: translate(51px, -50%);
	transform: translate(51px, -50%)
}

.hamburger-btn .hidden:after,
.hamburger-btn .hidden:before {
	background-color: var(--theme-color);
	-webkit-transform: translate(102px, 0);
	-ms-transform: translate(102px, 0);
	transform: translate(102px, 0)
}

.hamburger-btn:hover .inner {
	-webkit-transform: translate(-51px, 50%);
	-ms-transform: translate(-51px, 50%);
	transform: translate(-51px, 50%);
	opacity: 0
}

.hamburger-btn:hover .inner:after,
.hamburger-btn:hover .inner:before {
	-webkit-transform: translate(102px, 0);
	-ms-transform: translate(102px, 0);
	transform: translate(102px, 0);
	opacity: 0
}

.hamburger-btn:hover .hidden {
	opacity: 1;
	-webkit-transform: translate(-14px, -50%);
	-ms-transform: translate(-14px, -50%);
	transform: translate(-14px, -50%)
}

.hamburger-btn:hover .hidden:after,
.hamburger-btn:hover .hidden:before {
	opacity: 1;
	-webkit-transform: translate(-11px, 0);
	-ms-transform: translate(-11px, 0);
	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: 50px;
	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: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative;
	border-bottom: 1px solid #999999;
	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 {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	transform: scale(1.001)
}

.image-scale-hover:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.z-index-step1 {
	position: relative;
	z-index: 4 !important
}

.z-index-common {
	position: relative;
	z-index: 3
}

.z-index-n1 {
	z-index: -1
}

.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.badge {
	position: absolute;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	padding: .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: transparent
}

.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: '\f00c';
	font-family: var(--icon-font);
	position: absolute;
	left: 0
}

.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
}

.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: #dadada
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.position-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -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: .1
}

[data-opacity="2"]:before {
	opacity: .2
}

[data-opacity="3"]:before {
	opacity: .3
}

[data-opacity="4"]:before {
	opacity: .4
}

[data-opacity="5"]:before {
	opacity: .5
}

[data-opacity="6"]:before {
	opacity: .6
}

[data-opacity="7"]:before {
	opacity: .7
}

[data-opacity="8"]:before {
	opacity: .8
}

[data-opacity="9"]:before {
	opacity: .9
}

[data-opacity="10"]:before {
	opacity: 1
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
	-webkit-animation-duration: var(--ripple-ani-duration);
	animation-duration: var(--ripple-ani-duration);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: ripple;
	animation-name: ripple
}

.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 {
	-webkit-animation: vsmorph var(--morp-time) ease-in-out infinite both alternate;
	animation: vsmorph var(--morp-time) ease-in-out infinite both alternate
}

.transform-banner img {
	-webkit-animation: border-transform 10s linear infinite alternate forwards;
	animation: border-transform 10s linear infinite alternate forwards;
	border-radius: 100%
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	30% {
		opacity: 0.40
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	30% {
		opacity: 0.40
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-webkit-keyframes morph {
	0% {
		border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%
	}
	100% {
		border-radius: 40% 60%
	}
}

@keyframes morph {
	0% {
		border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%
	}
	100% {
		border-radius: 40% 60%
	}
}

@-webkit-keyframes vsmorph {
	0% {
		border-radius: var(--morp-value)
	}
	50% {
		border-radius: var(--morp-md-value)
	}
	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%
	}
}

@-webkit-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 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%
	}
}

@-webkit-keyframes morpspin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes morpspin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-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 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%
	}
}

@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px)
	}
	20% {
		-webkit-transform: translate(0px, -60px);
		transform: translate(0px, -60px)
	}
	50% {
		-webkit-transform: translate(-60px, -60px);
		transform: translate(-60px, -60px)
	}
	70% {
		-webkit-transform: translate(-60px, 0px);
		transform: translate(-60px, 0px)
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px)
	}
}

@keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px)
	}
	20% {
		-webkit-transform: translate(0px, -60px);
		transform: translate(0px, -60px)
	}
	50% {
		-webkit-transform: translate(-60px, -60px);
		transform: translate(-60px, -60px)
	}
	70% {
		-webkit-transform: translate(-60px, 0px);
		transform: translate(-60px, 0px)
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px)
	}
}

@-webkit-keyframes arrow-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	40% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	60% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes arrow-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	40% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	60% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes arrow-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	40% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	60% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes arrow-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	40% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	60% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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: transparent
}

.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::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder {
	color: var(--body-color)
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
	color: var(--body-color)
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-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::-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, #999)
}

.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: transparent;
	border: none;
	position: absolute;
	right: 30px;
	line-height: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	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: 0.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%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -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
}

@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: transparent
}

.footer-widget .widget_title {
	position: relative;
	border-left: none;
	padding: 0;
	font-size: 20px;
	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
}

.will-sticky .sticky-active {
	position: fixed;
	top: -100%;
	right: 0;
	left: 0;
	background-color: var(--white-color);
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
	box-shadow: 0 0 10px 0 rgba(0, 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: 14px;
	color: var(--title-color)
}

.main-menu a:hover {
	color: var(--theme-color)
}

.main-menu>ul>li {
	margin: 0 15px
}

.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: '\f107';
	position: relative;
	font-family: var(--icon-font);
	margin-left: 3px;
	top: 0.8px;
	font-size: 0.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, 0.1);
	visibility: hidden;
	min-width: 190px;
	width: -webkit-max-content;
	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, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
	transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s
}

.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: "\f105";
	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: '\f111';
	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: 0.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, 0.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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	width: 100%;
	max-width: var(--main-container);
	padding: 20px 15px 23px 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-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:0px 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;
	text-transform: uppercase;
}

.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-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;
	font-size: 14px;
}

.header-info-list li:last-child {
	margin-right: 0
}

.header-info-list li>i {
    display: inline-block;
    /* background-color: var(--white-color); */
    /* width: 32px; */
    /* height: 32px; */
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 13px;
    font-size: 1rem;
}

.header-inner {
	position: relative;
	--layer-gap: 10px;
	--shape-width: 1596px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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: 14px 34px;
}

.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, 0.5);
		max-width: 100%
	}
}

@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, 0.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, 0.9)
	}
	.header-layout1 .header-inner:after {
		display: none
	}
	.header-layout3 .header-inner-style2 {
		border-top: 1px solid rgba(255, 255, 255, 0.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
	}
}

@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
	}
.vs-mobile-menu ul li ul li {
    padding-left: 10px!important;
}
.vs-mobile-menu ul li a {
    font-size: 13px;
}


}

.footer-layout1,
.footer-layout1 p {
	color: #dadada;
	font-size: 14px;
}

.footer-layout1 .widget_title {
	color: var(--white-color)
}

.footer-layout2 {
	padding-top: 100px;
	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: var(--theme-color)
}

.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: transparent;
	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::-webkit-input-placeholder {
	color: var(--white-color)
}

.footer-subscribe input:-ms-input-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: transparent
}

.footer-subscribe button {
	border: none;
	background-color: transparent;
	color: var(--white-color);
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.footer-subscribe button .default {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.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, 0.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
	}
	.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: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		background-color: transparent;
		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: '\f015';
    font-family: var(--icon-font);
    width: var(--icon-size, 30px);
    height: var(--icon-size, 30px);
    border-radius: 50%;
    line-height: var(--icon-size, 30px);
    background-color: var(--theme-color);
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.breadcumb-menu li:last-child {
	padding-right: 0;
	margin-right: 0
}

.breadcumb-menu li:last-child:after {
	display: none
}
.breadcumb-menu a{
    color: #fff!important;font-weight: 700!important;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	white-space: normal;
	color: inherit;
	word-break: break-word;
	font-weight: 400;
	font-size: 14px;
	color: var(--white-color)
}

.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
	margin-right: 5px;
	font-size: 0.8rem;
	position: relative;
	top: -1px
}

.breadcumb-title {
    font-size: 72px;
    font-weight: 600;
    /* margin-top: -0.3em; */
    color: var(--white-color);
    margin-bottom: 0px;
}

.breadcumb-wrapper {
	padding-top: 360px;
	padding-bottom: 130px
}

@media (max-width: 1500px) {
	.breadcumb-title {
		font-size: 60px
	}
	.breadcumb-wrapper {
		padding-top: 28px;
		padding-bottom: 28px;
	}
}

@media (max-width: 1399px) {
	.breadcumb-title {
		font-size: 30px
	}
}

@media (max-width: 1199px) {
	.breadcumb-wrapper {
		padding-top: 212px;
		padding-bottom: 126px
	}
	.breadcumb-title {
		font-size: 42px
	}
	
}

@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: transparent;
		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: 30px;
      padding-bottom: 20px;
	}
	.breadcumb-title {
    font-size: 28px;
    margin-top: 30px;
}
.breadcumb-menu {
    text-align: center;
    margin-top: 20px;
}
.mrg {
    margin-left: 0px!important;
}
}

.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: transparent
}

.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: '\f10e';
	font-family: var(--icon-font);
	position: absolute;
	right: 40px;
	bottom: 40px;
	font-size: 7rem;
	font-weight: 300;
	opacity: 0.10;
	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 transparent;
	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: 0.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: 0px solid #cccccc;
	position: relative;
	margin-top: -60px;
	background: #fffdfb;
	left: 2%;
	padding: 35px;
	width: 96%;
	right: 2%;
}

.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 transparent;
	border-top: 10px solid transparent
}

.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 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	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)
}

@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
	}
}

.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, 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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	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 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	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: 0.9rem
}

.vs-comments-wrap .name {
	margin-bottom: 2px
}

.vs-comments-wrap .comment-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.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
	}
 .pt11{
    padding-top: 0px!important;
}
 .pb11{
    padding-bottom: 0px!important;
}
.footer-layout1 p {
    font-size: 14px;
}
.vs-banner-slide .banner-title {
    font-size: 18px!important;
}
}

.ls-v6 .ls-bottom-nav-wrapper {
	position: absolute;
	left: 100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	height: -webkit-fit-content;
	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: transparent !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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 {
	-webkit-transform: none;
	-ms-transform: none;
	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 transparent;
	border-bottom: 7px solid transparent
}

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);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

a.ls-gui-element.ls-nav-prev:hover,
a.ls-gui-element.ls-nav-next:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

a.ls-gui-element.ls-nav-prev:hover:after,
a.ls-gui-element.ls-nav-next:hover:after {
	border-top-color: transparent !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 {
	-webkit-animation: arrow-left ease 1s alternate;
	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 {
	-webkit-animation: arrow-right ease 1s alternate;
	animation: arrow-right ease 1s alternate
}

.hero-morp {
	-webkit-animation: border-transform 10s linear infinite alternate forwards;
	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;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	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);
	-webkit-animation-delay: var(--morp-delay);
	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: 0.90;
	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 .banner-title {
		font-size: 20px
	}
}

@media (max-width: 1199px) {
	
	.vs-banner-slide .banner-morp {
		-webkit-animation: none;
		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-image: -webkit-linear-gradient(355deg, var(--morp-color) 20%, rgba(0, 0, 0, 0) 100%);
		background-image: linear-gradient(95deg, var(--morp-color) 20%, rgba(0, 0, 0, 0) 100%);
		border-radius: 0;
		-webkit-animation: none;
		animation: none
	}
	.vs-banner-slide .media-content {
		left: calc(var(--bs-gutter-x) / 2);
		top: 50%;
		text-align: left;
		padding-left: 30px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media (max-width: 575px) {
	.vs-banner-slide .banner-title {
		font-size: 24px
	}
	.vs-banner-slide .media-content {
		padding-left: 20px
	}
}

.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;
	-webkit-animation: border-transform 10s linear infinite alternate forwards;
	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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	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: -webkit-max-content;
	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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	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;
	-webkit-animation: morpspin 30s linear infinite;
	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
}

@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
	}
}

@media (max-width: 991px) {
	.about-media-wrap {
		gap: 30px
	}
}

@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
	}
}

.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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.price-list .border-middle {
	border: 1px dashed #bcbcbc;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0%;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	width: 100%;
	height: 1px;
	background-color: var(--white-color);
	margin: 3px 20px 0 25px;
	opacity: 0.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: -webkit-linear-gradient(left, #fff 60%, rgba(255, 255, 255, 0.9) 100%);
	background-image: linear-gradient(90deg, #fff 60%, rgba(255, 255, 255, 0.9) 100%);
	width: -webkit-max-content;
	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, 0.05);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
	-webkit-transform: scaleY(0.5);
	-ms-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.price-list-box .vs-btn,
.price-list-box .price-list li {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.slick-active .price-list-box .price-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.slick-active .price-list-box .price-title {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.slick-active .price-list-box .vs-btn {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.slick-active .price-list-box .price-list li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.slick-active .price-list-box .price-list li:nth-of-type(1) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.slick-active .price-list-box .price-list li:nth-of-type(2) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.slick-active .price-list-box .price-list li:nth-of-type(3) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.slick-active .price-list-box .price-list li:nth-of-type(4) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.slick-active .price-list-box .price-list li:nth-of-type(5) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.slick-active .price-list-box .price-list li:nth-of-type(6) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.slick-active .price-list-box .price-list li:nth-of-type(7) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

.slick-active .price-list-box .price-list li:nth-of-type(8) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s
}

.slick-active .price-list-box .price-list li:nth-of-type(9) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.slick-active .price-list-box .price-list li:nth-of-type(10) {
	-webkit-transition-delay: 1.1s;
	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, 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);
	-webkit-transition: width ease 0.4s, border-color ease 0.7s;
	transition: width ease 0.4s, border-color ease 0.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: transparent;
	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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.price-grid .price-icon {
	margin-bottom: 25px
}

.price-grid .price-list .border-middle {
	border-color: var(--body-color);
	background-color: transparent;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.price-grid .price-list .price,
.price-grid .price-list .package {
	font-size: 16px;
	color: var(--body-color);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.slick-center .price-grid .price-list .border-middle,
.price-grid:hover .price-list .border-middle {
	border-color: #cccccc
}

.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: #cccccc
}

.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: transparent
}

@media (max-width: 575px) {
	.price-grid .price-list .border-middle {
		border-color: #cccccc
	}
	.price-grid .price-list .price,
	.price-grid .price-list .package {
		color: #cccccc
	}
	.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: transparent
	}
}

.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 {
	-webkit-animation-delay: 1s;
	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);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	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 {
	-webkit-transition: opacity ease 0.3s, visibility ease 0.3s, -webkit-transform ease 0.6s;
	transition: opacity ease 0.3s, visibility ease 0.3s, -webkit-transform ease 0.6s;
	transition: transform ease 0.6s, opacity ease 0.3s, visibility ease 0.3s;
	transition: transform ease 0.6s, opacity ease 0.3s, visibility ease 0.3s, -webkit-transform ease 0.6s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%)
}

.vs-carousel .vs-price-morp .price-pack {
	-webkit-transform: translate(-200%, -50%);
	-ms-transform: translate(-200%, -50%);
	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;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.vs-carousel .slick-active.vs-price-morp .price-pack {
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	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
}

@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 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		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
	}
	.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
	}
}

@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%
	}
}

@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;
		-webkit-transform: none;
		-ms-transform: none;
		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;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		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
	}
}

.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::-webkit-input-placeholder {
	color: var(--title-color)
}

.subscribe-box input:-ms-input-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);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px;
	color: var(--theme-color);
	border: 2px solid var(--theme-color);
	background-color: transparent;
	overflow: hidden
}

.subscribe-box button .default {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.subscribe-box button .hidden {
	position: absolute;
	left: 140%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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, 0.8);
	z-index: 1;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.team-grid:after {
	top: auto;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	bottom: var(--box-space)
}

.team-grid .team-number,
.team-grid .team-degi,
.team-grid .team-name {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: translateY(var(--translate));
	-ms-transform: translateY(var(--translate));
	transform: translateY(var(--translate))
}

.team-grid .team-content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	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 {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.team-grid:hover:after,
.team-grid:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.team-grid:hover .team-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.team-grid:hover .team-number,
.team-grid:hover .team-degi,
.team-grid:hover .team-name {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}

.team-grid:hover .team-degi {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.team-grid:nth-child(even) {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	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, 0.08);
	border-radius: 50%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	font-size: 20px;
	color: var(--title-color);
	position: absolute;
	bottom: 0;
	color: var(--theme-color);
	left: 50%;
	-webkit-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	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%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -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;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	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;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0;
	visibility: hidden
}

.team-masked .team-social.show a {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	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%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.team-masked .team-img:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
	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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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 {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.team-details-shape {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(bottom, var(--theme-color) 0%, var(--theme-color) 100%);
	background-image: linear-gradient(to top, var(--theme-color) 0%, var(--theme-color) 100%);
	opacity: 0.05
}

.team-details-content .member-degi {
	font-weight: 500;
	color: var(--theme-color)
}

@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) {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		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;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important
}

.avater-fly .avater {
	position: absolute;
	cursor: pointer;
	height: auto;
	opacity: 0;
	visibility: visible;
	-webkit-animation: moving linear infinite 14s;
	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;
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.avater-fly .avater:nth-child(2) {
	right: 82px;
	top: -30px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.avater-fly .avater:nth-child(3) {
	left: 12px;
	top: 130px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.avater-fly .avater:nth-child(4) {
	right: 12px;
	bottom: 75px;
	-webkit-animation-delay: 6s;
	animation-delay: 6s
}

.avater-fly .avater:nth-child(5) {
	left: 82px;
	bottom: 75px;
	-webkit-animation-delay: 3s;
	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, 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
}

@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: 0px
}

.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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	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;
	-webkit-animation: morpspin 30s linear infinite;
	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: 0.90;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.package-thumb:after {
	left: auto;
	right: 0
}

.package-thumb .thumb-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--white-color);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.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;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.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 {
		margin-top: 0
	}
	.packages-layout1 .space {
		padding-bottom: 10px
	}
}

@media (max-width: 767px) {
	.offer-pill-2 {
		right: auto;
		top: auto;
		left: 30px;
		bottom: 30px
	}
	.banner {
    background-image:none!important;
}
.ls-l{
    display: block!important; font-size: 22px!important;
    margin: 15px 0!important;
}
.ls-2,.mbl-2{
    display: none!important;
}
.vs-banner-slide {
    padding-top:110px!important;
    padding-bottom:100px!important;
    margin-bottom: 10px!important;
}
.vs-banner-slide .media-content {
    padding-left: 0px!important;
    text-align: center!important;
    max-width: 90%!important;
}
.ico11 {
    width: 70px!important;;
}

}

.process-box {
	position: relative;
	padding: 30px 0;
	--border-gap: 9px;
	--border-size: 5px
}

.process-box .process-img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	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: 0.30;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

.process-box .process-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	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%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

.process-box .process-border:after {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	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);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.process-box:hover .process-img {
	-webkit-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12)
}

.process-box:hover .process-img:before {
	background-color: var(--theme-color);
	opacity: 0.90
}

.process-box:hover .process-btn {
	bottom: 40px;
	opacity: 1;
	visibility: visible
}

.process-box:hover .process-border:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.process-box:hover .process-border:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	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 {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	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;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	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::-webkit-input-placeholder {
	color: var(--title-color)
}

.location-form input:-ms-input-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;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	text-align: center
}

.banner-box .banner-content {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 340px;
	z-index: 2;
	margin: 0 60px
}

.banner-box .banner-title {
	font-size: 24px;
	font-weight: 600;
	padding: 0 20px;
	margin-bottom: 10px;
    margin-top: 10px;
}

.banner-box .banner-text {
	margin-bottom: 22px;
	font-size: 14px
}

.banner-box .banner-shape {
	position: absolute;
	top: -100px;
	left: -80px;
	width: 523px;
	height: 523px;
	-webkit-animation-duration: 20s;
	animation-duration: 20s
}

.shape-delay .banner-shape {
	-webkit-animation-delay: 5s;
	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, 0.6);
	border-radius: inherit;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.naved-thumb img {
	width: 100%;
	border-radius: inherit
}

.slick-current .naved-thumb::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.naved-thumb-slide {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-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%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	padding: 0;
	border: none;
	background-color: transparent;
	color: var(--title-color);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 50%
}

.search-inline button:hover {
	color: var(--theme-color)
}

.vs-social {
	--icon-size: 42px;
	--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, 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)
}

@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;
	}
	.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, 0.1)
	}
	.location-form .vs-btn {
		margin-right: 0
	}
	.banner-box .banner-shape {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-animation: none;
		animation: none;
		border-radius: 0
	}
	.banner-box .banner-shape:before {
		-webkit-animation: none;
		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%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: border-transform 10s linear infinite alternate forwards;
	animation: border-transform 10s linear infinite alternate forwards;
	opacity: 0.90
}

.offers-box .offers-content {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -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: -webkit-max-content;
	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;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s
	}
	.slick-slider .offers-box .offers-price {
		-webkit-transform: translateY(90px);
		-ms-transform: translateY(90px);
		transform: translateY(90px)
	}
	.slick-slider .offers-box .offers-title {
		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		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;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.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: 0.90;
		visibility: visible;
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s
	}
	.slick-center .offers-box .checked-list {
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s
	}
	.slick-center .offers-box .offers-price,
	.slick-center .offers-box .offers-title {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: 1s;
		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;
		-webkit-animation: none;
		animation: none;
		background-color: transparent;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background-image: -webkit-linear-gradient(left, var(--theme-color) 30%, rgba(0, 0, 0, 0) 80%);
		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;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 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;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.offers-box .checked-list li {
		position: relative
	}
}

.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
}

.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: '\f06a';
	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: '\f14a';
	font-weight: 300
}

.woocommerce-form-login-toggle .woocommerce-info {
	background-color: var(--theme-color)
}

.login-tab {
	margin-bottom: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.login-tab button.nav-link {
	background-color: var(--smoke-color);
	color: var(--title-color);
	padding: 11px 39px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 15px ​15px 0
}

.login-tab button.nav-link.active {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.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;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none
}

.cart_table td {
	border: none;
	border-bottom: 1px solid #f3f3f3;
	color: #8b8b8b;
	padding: 20px 10px;
	position: relative;
	vertical-align: middle
}

.cart_table .product-quantity {
	color: var(--title-color)
}

.cart_table .product-quantity input {
	position: relative;
	top: -2px
}

.cart_table .cart-productname {
	font-weight: 400;
	font-family: var(--body-font);
	color: var(--body-color)
}

.cart_table .cart-productimage {
	display: inline-block;
	border: 2px solid var(--smoke-color)
}

.cart_table .remove {
	color: #29af8a;
	font-size: 18px
}

.cart_table .quantity {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.cart_table .qut-btn {
	border: 2px solid var(--smoke-color);
	background-color: transparent;
	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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	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: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.cart_totals {
	border: 1px solid #ecf0f1
}

.cart_totals th,
.cart_totals td {
	vertical-align: top;
	padding: 20px 20px;
	border: none;
	border-bottom: 1px solid #ecf0f1;
	font-size: 14px;
	color: var(--title-color);
	width: 55%
}

.cart_totals th:first-child,
.cart_totals td:first-child {
	width: 45%;
	background-color: #f9fbfb;
	font-weight: 700;
	font-size: 14px;
	color: #333333
}

.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: 0.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: -webkit-max-content;
	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: "\f005\f005\f005\f005\f005";
	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: "\f005\f005\f005\f005\f005";
	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: "\f005";
	font-weight: 400;
	text-indent: 0;
	color: var(--yellow-color)
}

.rating-select p.stars a:hover~a::before {
	content: "\f005";
	font-weight: 400
}

.rating-select p.stars:hover a::before {
	content: "\f005";
	font-weight: 700
}

.rating-select p.stars.selected a.active::before {
	content: "\f005";
	font-weight: 700
}

.rating-select p.stars.selected a.active~a::before {
	content: "\f005";
	font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
	content: "\f005";
	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: 0.9em
}

.tinv-wishlist .social-buttons>span {
	font-weight: 700;
	margin-right: 10px;
	font-family: var(--title-font);
	color: var(--title-color)
}

.tinv-wishlist .social-buttons li 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: -webkit-max-content;
	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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	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: -webkit-max-content;
		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;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	width: auto;
	height: auto;
	padding: 0;
	line-height: 1;
	font-size: 24px;
	color: rgba(0, 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%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	width: auto;
	height: auto;
	padding: 0;
	line-height: 1;
	font-size: 24px;
	color: rgba(0, 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: transparent;
	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);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.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: 0.8em
}

.product-about .actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	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);
	border: 1px solid #e4e4e4;
	position: relative;
	margin-bottom: 30px;
	z-index: 1
}

.vs-product-card:before {
	content: '';
	position: absolute;
	left: var(--border-gap);
	top: var(--border-gap);
	right: var(--border-gap);
	bottom: var(--border-gap);
	border: 1px solid #e4e4e4;
	z-index: -1
}

.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
}

.discount-tagged {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 22px;
	top: 22px;
	background-color: #ffe400;
	color: #222222;
	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: -webkit-max-content;
	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.offers {
	background-color: #ed0c0c
}

.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 transparent
}

@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: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-bottom: 20px
	}
}

.vs-trends-box {
	position: relative;
	overflow: hidden
}

.vs-trends-box .trends-header {
	background-color: rgba(173, 136, 88, 0.9);
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 30px 25px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	line-height: 1
}

.vs-trends-box .trends-label {
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin: 0
}

.vs-trends-box .trends-body {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(173, 136, 88, 0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 40px 40px 40px;
	-webkit-transition: all ease 0.7s;
	transition: all ease 0.7s;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	opacity: 0;
	visibility: hidden
}

.vs-trends-box .trends-actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.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 {
	-webkit-transform: translatex(80px);
	-ms-transform: translatex(80px);
	transform: translatex(80px);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 0;
	visibility: hidden
}

.vs-trends-box .trends-title {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	margin-bottom: 5px
}

.vs-trends-box:hover .trends-header {
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	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 {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	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 {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	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, 0.9);
	z-index: 1;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

.vs-gallery-box .gallery-img:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	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 {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px)
}

.vs-gallery-box:hover .gallery-img img {
	-webkit-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg)
}

.vs-gallery-box:hover .gallery-img:after,
.vs-gallery-box:hover .gallery-img:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.vs-gallery-box:hover .icon-btn,
.vs-gallery-box:hover .gallery-title {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.vs-gallery-box:hover .icon-btn {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.gallery-thumb {
	position: relative;
	overflow: hidden
}

.gallery-thumb img {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.gallery-thumb:after,
.gallery-thumb:before {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(173, 136, 88, 0.8);
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.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;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.gallery-thumb:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	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;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.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
}

@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
	}
}

.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, 20px) var(--box-space-x, 20px);
	margin-bottom: 30px;
	border-radius: 5px;
}
.find-salon-box:hover{
   box-shadow: 0px 10px 23px #e4e4e4;
}
/*.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: -webkit-sticky;
	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: 100%;
		padding-right: 30px
	}
}

@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;margin-top: 20px;
	}
	.find-salon-box .find-salon-text {
		max-width: 100%
	}
	.find-salon-box .find-salon-title {
		margin-bottom: 10px
	}
}

.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
}
header .py-5 {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
.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: -.25rem
}

.mt-n2 {
	margin-top: -.5rem
}

.mt-n3 {
	margin-top: -1rem
}

.mt-n4 {
	margin-top: -1.5rem
}

.mt-n5 {
	margin-top: -3rem
}

.mb-n1 {
	margin-bottom: -.25rem
}

.mb-n2 {
	margin-bottom: -.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)
}

@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
	}
}

.main-menu ul.mega-menu img {
    height: 200px;
    object-fit: cover;
}
.banner {
    background: url(../img/banner/bg.png) no-repeat top right #0369c1;
    background-size: 60%;
    min-height: 350px;
}
.header-top {
    background: black;
}

.searcharea{
  margin: 20px 0;background: #fff;padding: 20px;
}

.searcharea input[type="submit"] {
    background-color: #ff5c39;
    border-color: #ff5c39;
    color: #fff;
    width: 100%;
    padding: 8px;
    border: 0px;
    border-radius: 5px;font-weight: 600;
}
.searcharea input[type="submit"]:hover{
    background-color: #e3340e;
}
.searcharea svg{
   position: absolute;
   left: 10px;
   top: 10px;
}
.searcharea input[type="date"]{
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

.header-logo img{
    width: 175px;
}
.hyp {
    font-size: 13px;
    font-weight: 600;
}
.hyp:hover {
    text-decoration: underline;
}
.ico11 {
    width:90px;
    margin-bottom: 15px;
}
.treatment-srch,.salon-srch{
    height: 185px;
}
.searcharea span {
    display: block;
}
.searcharea .title11 {
    display: inherit;
    
}
#treatments .icon1{
    background: url(../img/scissor2.png) no-repeat center top;
    width: 100px;
    height: 20px;
    background-size: 19px;
    margin: auto;
}
#salon .icon2{
  background: url(../img/saloon2.png) no-repeat center top;
  width: 100px;
  height: 20px;
  background-size: 19px;
  margin: auto;
}
#treatments a,#salon a{
  color: #222;font-size: 15px; font-weight: 700;
}
.searcharea .active a{
 color: #ff5c39!important; border-bottom: solid 2px #ff5c39;
}
.searcharea .active .icon1{
    background: url(../img/scissor.png) no-repeat center top!important;
    background-size: 19px!important;
}
.searcharea .active .icon2{
    background: url(../img/saloon.png) no-repeat center top!important;
    background-size: 19px!important;
}
.searcharea .tb{
   cursor: pointer;
}
.preloader-inner img {
    width: 300px;
}
.searchinner {
    margin: 0!important;
    background: #ffffff!important;
    padding: 2px!important;
    border-radius: 5px!important;
}
.searchinner svg {
    top: 12px!important;
}
.searchinner .form-control {
    border: 1px solid #ffffff!important;
}
.searchinner .form-group {
    margin-bottom: 0!important;
}
.mrg {
    margin-left:-24px;
}
.searchinner .vs-btn {
    height: 100%;
}
.filt {
    border-radius: 4px;
    padding:10px 16px;    
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}
.filt img{
    margin-right:5px;
}
.text-right {
    text-align: right!important;
}
.find-salon-box .box-label h3 {
    font-size: 20px;color: #000000;
}
.find-salon-box .box-label h3 a{
    font-size: 20px;color: #000000;
}
.find-salon-box .box-label h3 a:hover{
    font-size: 20px;color: #ff5c39;
}
.rating{
  color: #ffb500;
  font-weight: 700;
}
.rating svg{
  margin-top: -3px;
}
.rating span{
  margin-right:15px;
}
.find-salon-box .vs-carousel img {
    border-radius: 5px;
    height: 175px;
    object-fit: cover;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.stack-module {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.stack-module li {
    border-top: solid 1px #ccc;
    display: inline-block;
    width: 100%;
    line-height: normal;
    padding: 5px 0;
}
.stack-module li strong{
    color: #000;
}
.look-box{
   position: relative;
   margin:0 15px 30px 15px;
}
.look-box .vs-btn{
   font-size:16px; 
   position: absolute;
   bottom: 30px;
   right: 30px;
   text-transform: none;
   opacity: 0;
   transition: transform 0.3s ease-out, opacity 0.3s linear;
}
.look-box:hover .vs-btn{
   bottom: 30px;opacity: 1;
}
.look-box .vs-btn svg{
   margin-left: 5px;
}
.mrg01{
   margin-top:20%;
}

.look-box img{
  height: 350px;
  border-radius: 5px;
  object-fit: cover;
}
.pd11{
  padding: 0 3em;
}
.look-colouring ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.look-colouring{
    margin-top: 1.5em;
}
.look-colouring ul li{
    margin:0 5px;display: inline-block;
}
.look-colouring ul li a {
    padding: 0px 17px 0px 0px;
    color: #000;
    border: solid 1px #ccc;
    border-radius: 5px;
    font-weight: 900;
    font-size: 15px;
    overflow: hidden;
    display: inline-block;
}
.look-colouring .colours {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -9px;
    background-size: 32px;
    background-repeat: no-repeat;
}

.badge11{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color:#e6f9fa;
    border-radius: 20px;
    float: left;
    margin-right: 10px;
}
.box-descp{
    display: inline-block;
    border-radius:4px;
    background-color:white;
    border: solid 1px #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
}
.box-descp h3 {
    font-size: 16px;
    color: #000000;   
    margin-bottom: 5px;
}
.clear {
    clear: both;
}
.user {
    width: 32px;
    height: 32px;
    display: inline-block; 
    border-radius:32px; 
    margin-right: 10px;
}

.login-box{
    display: inline-block;
    border-radius:4px;
    background-color:#ffffffdb;
    border: solid 1px #e0e0e0;
    padding: 40px 55px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px #88888829;
}
.login-box{
    font-size: 14px;
}
.login-box label {
    margin-bottom: 1px;
    margin-top: 0;
}
.login-box select, .login-box .form-select, .login-box .form-control {
    padding: 8px 15px;
    font-size: 14px;
}

.login-box input[type="checkbox"]~label:before {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 8px;
}
.login-box input[type="checkbox"]~label {
    padding-left: 23px;
}
.register-box {
    padding:2.5em 5em;
}

.login-page {
    background: url(../img/img-18.jpg) #f0f1f3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding-bottom: 60px;
}


.breadcumb-menu-wrap {
    text-align: right;
}

footer ul {
    padding-left: 20px;
}
footer ul li a{
  color: #fff;
}
footer ul li a:hover{
  color: #ff5c39;
}

.openings select, .openings .form-select, .openings .form-control {
    padding: 10px 15px!important;
}
.teamIcons {
    width: 118px;
    height: 118px;
    border-radius: 4px;
    display: inline-block;
    background-color: rgb(0, 176, 185);
    margin-bottom: 20px;
    margin-right: 20px;
}
.teamIcons img{
    width: 100%;
    height: 100%;    

   
}
.teamIcons2 {
    width: 80px;
    height: 80px;
    border-radius: 90px;
    display: inline-block;
    background-color: rgb(0, 176, 185);
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
}
.teamIcons2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-descp2 {
    display: inline-block;
    border-radius: 4px;
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 45%);
    text-align: left!important;
}

.openings .form-group {
    margin-bottom: 10px!important;
}
.vs-carousel2 .slick-slide{
    margin:0 1px!important;
}

.vs-carousel2 .slick-slide img{
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.vs-carousel2 .slick-prev, .vs-carousel2 .slick-next {
    line-height: 56px;
    width: 50px;
    height: 50px;
    color: white;
    background: #0000008c;
    border-radius: 4px;
}
.vs-carousel2 .slick-prev:before, .vs-carousel2 .slick-next:before {
    font-size: 25px;
    line-height: 50px;
    color: #fff;
}

.vs-carousel2 .slick-prev {
    left: 45px;
}
.vs-carousel2 .slick-next {
    right: 45px;
}
.salon-detail .rating {
    font-weight: 900;
    font-size: 30px;
}
.salon-detail .rating i{
   font-size: 20px;
}
.salon-detail .rating a{
   font-size: 16px;
}
.discount{
    color:#00a5ad;
}

.has-teal-color {
    color: #00a5ad !important;
}
.signup select, .signup .form-select, .signup .form-control{
    padding: 10px 15px;
}
.signup-form-prefix {
    padding: 10px 12px;
    text-align: center;
    border: 1px solid #e3e3e3;
    color:#001e62;
    background-color: var(--white-color);
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    margin-right: 8px;
}
.signup input[type="checkbox"]~label:before {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    top: 2px;
}
.signup input[type="checkbox"]~label {
   padding-left: 24px;
}



.salon-login2{
    display: inline-block;
    border-radius: 10px;
    background-color: #fafafa;
    border: solid 1px #e0e0e0;
    padding: 18px 20px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px #88888829;
}
.salon-login2{
    font-size: 14px;
}
.salon-login2 label {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
}
.salon-login2 select, .salon-login2 .form-select, .salon-login2 .form-control {
    padding: 8px 15px;
    font-size: 14px;
}

.salon-login2 input[type="checkbox"]~label:before {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 8px;
}
.salon-login2 input[type="checkbox"]~label {
    padding-left: 23px;
}


.footer2 {
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 24px;
    color: #666666;
    text-transform: uppercase!important;
    font-size: 12px!important;
}
.footer2 span{
    padding: 0 10px;
}
.vs-btn2 {
    text-transform: none!important;
    font-size: 16px!important;
    font-weight: 600;
    padding: 13px 24px!important;
    border-radius: 4px!important;
    font-family: sans-serif;
}
.footer2 a:hover,.salon-login2 a:hover{
   text-decoration: underline; 
}

.pricing-item {
    border: 1px solid #eaeaea; 
}
.pricing-item__header{
    background-color: #e6f9fa;
    padding: 30px 24px;
}
.wp-block-group__inner-container{
   
    padding: 30px 28px 1px 24px;
}

.pricing-item hr {
    margin: 1rem 24px;
}

.pricing-item h6 {
    font-size: 18px;padding: 10px 24px;
}

.pricing-item li{
    list-style: none;
    width: 100%;
    background: url(../img/check.svg) no-repeat;
    padding:0 30px;
    margin-bottom: 10px;
}

.has-inline-color.has-pink-color {
    color: #ff808b !important;
}
.heading_4{
    margin: 1rem 24px;
}

.pricing-item .ul11 li{
    list-style: none;
    width: 100%;
    background: url(../img/check-white.svg) no-repeat;
    padding:0 30px;
    margin-bottom: 10px;
}
.main-menu ul.partners li a {
    display: inline-block;
    width: 100%; padding:15px 15px 15px 15px;
}
.main-menu ul.partners li a:hover{
   background-color:rgba(0, 0, 0, 0.05); 
}

.sub-title2 {
    font-size: 22px;
    line-height: 1;
    display: block;
    color: var(--theme-color);
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}
.sub-description{
     font-weight: 600;
}

.sub-title3 {
    font-size: 18px;
    line-height: 1.6;
    display: block;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 30px;
}

.inner-bnr:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#0000008f;
    content: '';
}
.inner-bnr{
   position: relative; overflow: hidden;background-size: cover;background-position: center center;
}
.list11 {
    padding: 0;margin: 30px 0;
}
.list11 li{
	list-style: none;
    width: 100%;
    background: url(../img/tick-circle-blue.svg) no-repeat 0 5px;
    padding:0 0px 0 30px;
    margin-bottom: 10px;
    font-weight: 600;color: black;
}
.list12 {
    padding: 0;margin: 30px 0;
}
.list12 li{
	list-style: none;
    width: 100%;
    background: url(../img/tick-circle.svg) no-repeat 0 5px;
    padding:0 0px 0 30px;
    margin:0 10px;
    font-weight: 600;
    color: #fff;
}

.archive__menu {
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    /* display: inline; */
    list-style: none;
    margin:30px 0 60px 0;
}
.archive__menu li{
    display: inline-block;margin:0 12px;
}

.archive__menu li a{
    padding:10px 10px 24px 10px;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    display: block;
    color:#001e62;
    font-weight: 700;
    font-size: 20px;
}
.archive__menu li a.active{
    border-bottom: 3px solid #ff5c39!important;
}

.archive__menu li a:hover{
    border-bottom: 3px solid #ff5c3921;
}

.card-content-type {
    color:#00a5ad;
    margin:10px 0;
    display: block;font-weight: 700;
}

.card-title11{
    margin:0px 0 40px 0;
    display: block;color:#000; font-size: 30px; font-weight: 700;line-height: 28px;
}
.card-title11 a{
  font-size: 23px; font-weight: 700;
}
.card-title11 a:hover{
   text-decoration: underline;
}
.resources11{
   width: 100%;
   height: 330px!important;
   object-fit: cover;
}

.card-image{
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.card-image img{
  width: 100%;
  height: 100%;	
  object-fit: cover;
  display: block;
  transition: transform 3s;   /* smoother zoom */
}
.card-image:hover img {
  transform: scale(1.3);
  transform-origin: 50% 50%;
}

.c-single-post__type {
    display: inline-block;
    padding: 9px 40px;
    border-radius: 4px;
    line-height: 1.14;;
    background-color: #00a5ad;
    color: #ffffff;
    margin-bottom: 40px;
    cursor: auto;
    font-weight: 700;
}

.c-single-post__date {
    font-size: 16px;
    display: block;
    color: #00000080;
    margin-bottom: 22px;margin-top: 30px;font-weight: 700;
}
.c-author {
    font-size: 16px;
    display: flex;
    border-bottom: 1px solid rgba(0, 30, 98, 0.1);
    padding-bottom: 20px;
    justify-content: start;
    margin-bottom: 20px;
}
.c-author__name {
    font-weight: 700;
    align-self: center;
}

.c-author img{
    width: 70px;
    height:70px;
    border-radius: 80px;margin-right: 20px;
}

.c-newsletter__content{
    background-color: #f7f5e6;padding: 50px 50px; margin-bottom: 30px;
}
.c-newsletter__content .form-control {
    padding: 10px 15px!important; margin-bottom: 20px;
  }

.c-newsletter__content p {
    font-size: 12px;
    line-height: normal; color: #fff;
}
.c-event{
    background-color: #e6f9fa;padding: 20px 30px; margin-top: 20px;margin-bottom: 30px;
}
.c-event i{
   margin-right: 10px;
}