:root {
	--theme-color: #3D66F5;
	--title-color: #021D35;
	--body-color: #55585B;
	--gray-color: #B1B5B9;
	--smoke-color: #F0F1F5;
	--secondary-color: #73CCFF;
	--white-color: #ffffff;
	--black-color: #000000;
	--yellow-color: #FBA018;
	--success-color: #28a745;
	--error-color: #dc3545;
	--border-color: rgba(0, 0, 0, 0.10);
	--title-font: "Roboto", sans-serif;
	--body-font: "Roboto", sans-serif;
	--icon-font: "Font Awesome 5 Pro";
	--main-container: 1170px;
	--container-gutters: 30px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 60px;
	--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: 26px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}

iframe {
	border: none;
	width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
	outline: none
}

input:focus {
	outline: none;
	box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
	max-width: 100%;
	height: auto
}

ul {
	list-style-type: disc
}

ol {
	list-style-type: decimal
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid var(--border-color)
}

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

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

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

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

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

button {
	transition: all ease .4s
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit
}

p {
	margin: 0 0 15px 0;
	color: var(--body-color);
	line-height: 1.65
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	font-family: var(--title-font);
	color: var(--title-color);
	text-transform: none;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px 0
}

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

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

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

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

@media(max-width: 991px) {

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

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

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

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

	.h5 {
		font-size: 18px
	}
}

@media(max-width: 575px) {

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

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

p.has-drop-cap {
	margin-bottom: 20px
}

.page--item p:last-child .alignright {
	clear: right
}

.blog-title,
.pagi-title,
.breadcumb-title {
	word-break: break-word
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: var(--body-color)
}

.bypostauthor,
.gallery-caption {
	display: block
}

.page-links,
.clearfix {
	clear: both
}

.page--item {
	margin-bottom: 30px
}

.page--item p {
	line-height: 1.8
}

.content-none-search {
	margin-top: 30px
}

.wp-block-button.aligncenter {
	text-align: center
}

.alignleft {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-bottom: 10px;
	margin-left: 1.5em;
	margin-right: 1em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

.gallery {
	margin-bottom: 1.5em;
	width: 100%
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 5px
}

.wp-block-columns {
	margin-bottom: 1em
}

figure.gallery-item {
	margin-bottom: 10px;
	display: inline-block
}

figure.wp-block-gallery {
	margin-bottom: 14px
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-caption {
	display: block;
	font-size: 12px;
	color: var(--body-color);
	line-height: 1.5;
	padding: .5em 0
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
	color: var(--white-color)
}

.wp-block-cover {
	margin-bottom: 15px
}

.wp-caption-text {
	text-align: center
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption .wp-caption-text {
	margin: .5em 0;
	font-size: 14px
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
	margin-bottom: 30px
}

.wp-block-media-text.alignwide {
	background-color: var(--smoke-color)
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
	line-height: 1.4
}

.wp-block-latest-comments a {
	color: inherit
}

.wp-block-button {
	margin-bottom: 10px
}

.wp-block-button:last-child {
	margin-bottom: 0
}

.wp-block-button .wp-block-button__link {
	color: var(--white-color)
}

.wp-block-button .wp-block-button__link:hover {
	color: var(--white-color);
	background-color: var(--theme-color)
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border-color: var(--title-color);
	color: var(--title-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0
}

ol.wp-block-latest-comments li {
	margin: 15px 0
}

ul.wp-block-latest-posts {
	padding: 0;
	margin: 0;
	margin-bottom: 15px
}

ul.wp-block-latest-posts a {
	color: inherit
}

ul.wp-block-latest-posts a:hover {
	color: var(--theme-color)
}

ul.wp-block-latest-posts li {
	margin: 15px 0
}

.wp-block-search {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px
}

.wp-block-search .wp-block-search__input {
	width: 100%;
	max-width: calc(100% - 120px);
	border: 1px solid rgba(0, 0, 0, .1);
	height: 50px;
	padding-left: 20px
}

.wp-block-search .wp-block-search__button {
	margin: 0;
	width: 120px;
	border: none;
	height: 50px;
	color: var(--white-color);
	background-color: var(--theme-color)
}

.wp-block-search .wp-block-search__button:hover {
	background-color: var(--title-color);
	opacity: .8
}

ul.wp-block-rss a {
	color: inherit
}

.wp-block-group.has-background {
	padding: 15px 15px 1px;
	margin-bottom: 30px
}

.wp-block-table td,
.wp-block-table th {
	border-color: rgba(0, 0, 0, .1)
}

.wp-block-table.is-style-stripes {
	border: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 30px
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
	top: 32px
}

@media(max-width: 782px) {

	.logged-in .will-sticky .sticky-active.active,
	.logged-in .preloader .vs-btn {
		top: 46px
	}
}

@media(max-width: 600px) {

	.logged-in .will-sticky .sticky-active.active,
	.logged-in .preloader .vs-btn {
		top: 0
	}
}

.post-password-form .theme-input-group {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-top: 20px
}

.post-password-form .theme-input-group .theme-input-style {
	width: 100%;
	max-width: calc(100% - 120px);
	border: 1px solid rgba(0, 0, 0, .1);
	height: 50px;
	padding-left: 20px
}

.post-password-form .theme-input-group .submit-btn {
	margin: 0;
	width: 120px;
	border: none;
	height: 50px;
	color: var(--white-color);
	background-color: var(--theme-color)
}

.post-password-form .theme-input-group .submit-btn:hover {
	background-color: var(--title-color);
	opacity: .8
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	padding-top: 1em
}

.page-links > .page-links-title {
	margin-right: 10px
}

.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
	display: inline-block;
	padding: 5px 13px;
	background-color: var(--white-color);
	color: var(--title-color);
	border: 1px solid rgba(0, 0, 0, .08);
	margin-right: 10px
}

.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
	opacity: .8;
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: transparent
}

.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: transparent
}

.page-links span.screen-reader-text {
	display: none
}

.blog-single .wp-block-archives-dropdown {
	margin-bottom: 30px
}

.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
	border-color: transparent;
	position: relative
}

.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
	background-color: var(--smoke-color);
	padding: 40px;
	border: none
}

.blog-single.format-quote .blog-content:before,
.blog-single.format-link .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
	display: none
}

.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
	content: "";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-size: 5rem;
	opacity: .3;
	right: 15px;
	line-height: 1;
	top: 15px;
	color: var(--theme-color);
	z-index: 1
}

.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
	content: "Featured";
	right: 0;
	top: 0;
	font-size: 18px;
	color: var(--white-color);
	background-color: var(--theme-color);
	font-family: var(--title-font);
	opacity: 1;
	text-transform: capitalize;
	padding: 10px 23px;
	font-weight: 400
}

.blog-single.format-quote:before {
	content: ""
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
	display: block;
	margin-bottom: 30px
}

.blog-details .blog-single:before {
	display: none
}

.blog-details .blog-single .blog-content {
	background-color: transparent;
	padding: 0;
	overflow: hidden
}

.blog-details .blog-single.format-chat .blog-meta {
	margin-bottom: 20px
}

.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
	background: var(--smoke-color);
	padding: 5px 20px
}

.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
	box-shadow: none;
	border: none;
	background-color: transparent
}

.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.format-link:before {
	display: none
}

.vs-search {
	background-color: #f3f3f3;
	margin-bottom: 30px;
	border: 1px solid #f3f3f3
}

.vs-search .search-grid-content {
	padding: 30px
}

@media(max-width: 767px) {
	.vs-search .search-grid-content {
		padding: 20px
	}
}

.vs-search .search-grid-title {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: -0.2em
}

.vs-search .search-grid-title a {
	color: inherit
}

.vs-search .search-grid-title a:hover {
	color: var(--theme-color)
}

.vs-search .search-grid-meta > * {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px
}

.vs-search .search-grid-meta > *:last-child {
	margin-right: 0
}

.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
	color: var(--body-color)
}

@media(max-width: 1199px) {

	.blog-single.format-quote:before,
	.blog-single.format-link:before,
	.blog-single.tag-sticky-2:before,
	.blog-single.sticky:before {
		font-size: 14px;
		padding: 8px 16px
	}

	.blog-single.format-quote .blog-content,
	.blog-single.format-link .blog-content,
	.blog-single.tag-sticky-2 .blog-content,
	.blog-single.sticky .blog-content {
		padding: 30px
	}
}

@media(max-width: 767px) {

	.blog-single.format-quote:before,
	.blog-single.format-link:before,
	.blog-single.tag-sticky-2:before,
	.blog-single.sticky:before {
		font-size: 14px;
		padding: 8px 16px
	}

	.blog-single.format-quote .blog-content,
	.blog-single.format-link .blog-content,
	.blog-single.tag-sticky-2 .blog-content,
	.blog-single.sticky .blog-content {
		padding: 30px 15px
	}
}

@media(max-width: 768px) {
	.wp-block-search .wp-block-search__input {
		max-width: 100%;
		margin-bottom: 20px
	}

	.wp-block-latest-comments {
		padding-left: 10px
	}

	.page--content.clearfix + .vs-comment-form {
		margin-top: 24px
	}
}

@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: 1399px) {
	.row:not([class*=gx-]):not([class*=g-]) {
		--bs-gutter-x: 30px
	}

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

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

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

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

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

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

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

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

.form-select,
.form-control,
select,
textarea,
input {
	height: 50px;
	padding: 0 calc(30px - var(--bs-gutter-x, 0.1px)/2);
	padding-right: 45px;
	border: none;
	color: var(--body-color);
	background-color: var(--smoke-color);
	border-radius: 5px;
	font-weight: 400;
	font-size: 14px;
	width: 100%
}

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

.form-select::-moz-placeholder,
.form-control::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: var(--body-color)
}

.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: var(--body-color)
}

.form-select::-moz-placeholder,
.form-control::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: var(--body-color)
}

.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: var(--body-color)
}

.form-select::placeholder,
.form-control::placeholder,
select::placeholder,
textarea::placeholder,
input::placeholder {
	color: var(--body-color)
}

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

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

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

textarea.form-control,
textarea {
	min-height: 150px;
	padding-top: 12px;
	padding-bottom: 17px
}

input[type=checkbox] {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	display: none
}

input[type=checkbox]:checked ~ label:before {
	content: "";
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

input[type=checkbox] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: block
}

input[type=checkbox] ~ label:before {
	content: "";
	font-family: var(--icon-font);
	font-weight: 700;
	position: absolute;
	left: 0px;
	top: 2.5px;
	background-color: var(--white-color);
	border: 1px solid var(--border-color);
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px
}

input[type=radio] {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	display: none
}

input[type=radio] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 1;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0
}

input[type=radio] ~ label::before {
	content: "";
	position: absolute;
	font-family: var(--icon-font);
	left: 0;
	top: -3.5px;
	width: 20px;
	height: 20px;
	padding-left: .5px;
	font-size: .6em;
	line-height: 19px;
	text-align: center;
	border: 1px solid var(--theme-color);
	border-radius: 100%;
	font-weight: 700;
	background: var(--white-color);
	color: transparent;
	transition: all .2s ease
}

input[type=radio]:checked ~ label::before {
	border-color: var(--theme-color);
	background-color: var(--theme-color);
	color: var(--white-color)
}

label {
	margin-bottom: .6em;
	margin-top: -0.3em;
	display: block
}

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

.form-group > i {
	position: absolute;
	right: calc(var(--bs-gutter-x, 0.1px)/2 + 20px);
	top: 17px;
	font-size: 14px;
	color: #a0abb4
}

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

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

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

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

.form-messages {
	display: none
}

.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: 767px) {
	.form-group > * {
		--bs-gutter-x: 0.1px
	}
}

.slick-track > [class*=col] {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/2);
	padding-left: calc(var(--bs-gutter-x)/2);
	margin-top: var(--bs-gutter-y)
}

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

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

.slick-dots {
	list-style-type: none;
	padding: 2px 0;
	margin: 38px 0 38px 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: 25px
}

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

.slick-dots button {
	font-size: 0;
	padding: 0;
	background-color: transparent;
	width: 8px;
	height: 8px;
	line-height: 0;
	border-radius: 9999px;
	border: none;
	background-color: var(--dots-bg, #D8D8D8);
	transition: all ease .4s;
	position: relative
}

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

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

.slick-dots .slick-active button {
	background-color: var(--theme-color)
}

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

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

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

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

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

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

.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.slick-next {
		margin-right: 0;
		margin-left: 40px
	}

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

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

.vs-menu-wrapper .mobile-logo {
	padding-bottom: 30px;
	padding-top: 40px;
	display: block;
	text-align: center;
	background-color: rgba(28, 185, 200, .1)
}

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

.vs-menu-wrapper .vs-menu-toggle {
	border: none;
	font-size: 22px;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0;
	width: 33px;
	height: 33px;
	line-height: 35px;
	font-size: 18px;
	z-index: 1;
	color: var(--white-color);
	background-color: var(--theme-color);
	margin-right: -27px;
	border-radius: 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: var(--white-color);
	border-right: 3px solid var(--theme-color);
	height: 100%;
	position: relative;
	left: -110%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 1s;
	z-index: 1
}

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

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

.vs-mobile-menu {
	overflow-y: scroll;
	max-height: calc(100vh - 180px);
	padding-bottom: 40px;
	margin-top: 33px;
	text-align: left
}

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

.vs-mobile-menu ul li {
	border-bottom: 1px solid #fdedf1;
	list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
	border-top: 1px solid #fdedf1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loader {
	transform: rotateZ(45deg);
	perspective: 1000px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	color: var(--theme-color)
}

.loader:before,
.loader:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	transform: rotateX(45deg);
	-webkit-animation: 1s spinLoader linear infinite;
	animation: 1s spinLoader linear infinite
}

.loader:after {
	color: var(--theme-color);
	transform: rotateY(45deg);
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

@-webkit-keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotateZ(0deg)
	}

	100% {
		transform: translate(-50%, -50%) rotateZ(360deg)
	}
}

@keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotateZ(0deg)
	}

	100% {
		transform: translate(-50%, -50%) rotateZ(360deg)
	}
}

@-webkit-keyframes rotateccw {
	0% {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	100% {
		transform: translate(-50%, -50%) rotate(-360deg)
	}
}

@keyframes rotateccw {
	0% {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	100% {
		transform: translate(-50%, -50%) rotate(-360deg)
	}
}

@-webkit-keyframes spinLoader {

	0%,
	100% {
		box-shadow: .2em 0px 0 0px currentcolor
	}

	12% {
		box-shadow: .2em .2em 0 0 currentcolor
	}

	25% {
		box-shadow: 0 .2em 0 0px currentcolor
	}

	37% {
		box-shadow: -0.2em .2em 0 0 currentcolor
	}

	50% {
		box-shadow: -0.2em 0 0 0 currentcolor
	}

	62% {
		box-shadow: -0.2em -0.2em 0 0 currentcolor
	}

	75% {
		box-shadow: 0px -0.2em 0 0 currentcolor
	}

	87% {
		box-shadow: .2em -0.2em 0 0 currentcolor
	}
}

@keyframes spinLoader {

	0%,
	100% {
		box-shadow: .2em 0px 0 0px currentcolor
	}

	12% {
		box-shadow: .2em .2em 0 0 currentcolor
	}

	25% {
		box-shadow: 0 .2em 0 0px currentcolor
	}

	37% {
		box-shadow: -0.2em .2em 0 0 currentcolor
	}

	50% {
		box-shadow: -0.2em 0 0 0 currentcolor
	}

	62% {
		box-shadow: -0.2em -0.2em 0 0 currentcolor
	}

	75% {
		box-shadow: 0px -0.2em 0 0 currentcolor
	}

	87% {
		box-shadow: .2em -0.2em 0 0 currentcolor
	}
}

.vs-btn {
	border: none;
	vertical-align: middle;
	color: var(--white-color);
	background-color: transparent;
	border-radius: 30px;
	line-height: 1;
	padding: 17px 23px;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.vs-btn .btn-bg,
.vs-btn .btn-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all ease .4s
}

.vs-btn .btn-bg {
	background-color: var(--theme-color);
	border: 2px solid #1961be;
	border-radius: inherit;
	z-index: -2
}

.vs-btn .btn-shape {
	background-color: var(--title-color);
	height: 50%;
	width: 0;
	z-index: -1
}

.vs-btn .btn-shape:last-of-type,
.vs-btn .btn-shape:last-child {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0
}

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

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

.vs-btn:hover .btn-shape {
	width: 100%
}

.vs-btn.style2 {
	color: var(--title-color);
	padding: 14.5px 30px
}

.vs-btn.style2 .btn-bg {
	background-color: var(--white-color);
	box-shadow: 0px 2px 4px rgba(4, 9, 45, .1)
}

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

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

.vs-btn.style4,
.vs-btn.style3 {
	color: var(--title-color)
}

.vs-btn.style4 .btn-bg,
.vs-btn.style3 .btn-bg {
	border: 2px solid rgba(4, 9, 45, .1);
	background-color: transparent
}

.vs-btn.style4 .btn-shape,
.vs-btn.style3 .btn-shape {
	background-color: var(--theme-color)
}

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

.vs-btn.style4 {
	color: var(--theme-color)
}

.vs-btn.style4 .btn-bg {
	border-color: rgba(61, 102, 245, .1)
}

.vs-btn.style5 {
	padding: 17px 30.5px
}

.vs-btn.style8,
.vs-btn.style7,
.vs-btn.style6 {
	padding: 17px 30.5px;
	color: var(--theme-color)
}

.vs-btn.style8 .btn-bg,
.vs-btn.style7 .btn-bg,
.vs-btn.style6 .btn-bg {
	border: 2px solid var(--theme-color);
	background-color: #02c976;
}

.vs-btn.style8:hover,
.vs-btn.style7:hover,
.vs-btn.style6:hover {
	color: var(--white-color)
}

.vs-btn.style7 {
	color: var(--body-color)
}

.vs-btn.style7 .btn-bg {
	border-color: rgba(61, 102, 245, .3)
}

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

.vs-btn.style8 .btn-bg {
	border-color: rgba(255, 255, 255, .3)
}

.vs-btn.style8 .btn-shape {
	background-color: var(--white-color)
}

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

.vs-btn.style9 {
	padding: 20px 41px 20px 65px;
	position: relative;
	border-radius: 9999px;
	overflow: visible;
	background-color: var(--theme-color)
}

.vs-btn.style9 i {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: calc(var(--icon-size, 45px)/-2) 5px 0 5px;
	text-align: center;
	background-color: var(--white-color);
	color: var(--theme-color);
	border-radius: 50%;
	transition: all ease .4s;
	z-index: 1
}

.vs-btn.style9 .btn-bg,
.vs-btn.style9 .btn-shape {
	display: none
}

.vs-btn.style9 .btn-text {
	position: relative;
	z-index: 3
}

.vs-btn.style9 .fa-chevron-right {
	opacity: 0;
	visibility: hidden;
	left: auto;
	right: 0
}

.vs-btn.style9 .fa-plus-square {
	opacity: 1;
	visibility: visible
}

.vs-btn.style9:hover {
	background-color: var(--title-color);
	color: var(--white-color);
	padding: 20px 65px 20px 41px
}

.vs-btn.style9:hover .fa-chevron-right {
	opacity: 1;
	visibility: visible
}

.vs-btn.style9:hover .fa-plus-square {
	opacity: 0;
	visibility: hidden
}

.vs-btn-group {
	margin: 0 -7px -15px -7px
}

.vs-btn-group .vs-btn {
	margin: 0 7px 15px 7px;
	margin-bottom: 15px
}

.icon-btn {
	display: inline-block;
	width: var(--btn-size, 50px);
	height: var(--btn-size, 50px);
	line-height: var(--btn-size, 50px);
	font-size: var(--btn-font-size, 18px);
	background-color: var(--theme-color);
	color: var(--white-color);
	text-align: center;
	border-radius: 50%
}

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

.icon-btn.style2 {
	background-color: var(--white-color);
	color: var(--title-color)
}

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

.icon-btn.style3 {
	border: 2px solid rgba(4, 9, 45, .1);
	line-height: calc(var(--btn-size, 50px) - 2px);
	background-color: transparent;
	color: var(--title-color)
}

.icon-btn.style3:hover {
	background-color: var(--theme-color);
	border-color: transparent;
	color: var(--white-color)
}

.icon-btn.btn-md {
	--btn-size: 44px;
	--btn-font-size: 16px
}

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

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

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

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

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

.play-btn.style2 {
	--icon-size: 70px;
	--icon-font-size: 20px
}

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

.play-btn.style2:after,
.play-btn.style2:before {
	background-color: transparent;
	border: 2px solid var(--theme-color)
}

.play-btn.style3 {
	--icon-size: 74px;
	--icon-font-size: 20px
}

.play-btn.style3 i {
	background-color: var(--white-color);
	color: var(--theme-color)
}

.play-btn.style3:after,
.play-btn.style3:before {
	background-color: rgba(0, 8, 37, .5)
}

.youtube-btn i {
	display: inline-block;
	background-color: red;
	color: var(--white-color);
	width: 70px;
	height: 46px;
	line-height: 46px;
	border-radius: 10px;
	text-align: center
}

.link-btn {
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	color: var(--body-color);
	font-weight: 500;
	line-height: .8
}

.link-btn i {
	margin-left: 7px
}

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

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

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

.scroll-btn:before {
	content: "";
	position: absolute;
	left: var(--extra-shape, -6px);
	top: var(--extra-shape, -6px);
	right: var(--extra-shape, -6px);
	bottom: var(--extra-shape, -6px);
	background-color: #fff;
	border-radius: inherit;
	z-index: 1
}

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

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

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

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

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

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

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

	.scrollToTop {
		right: 20px
	}

	.scrollToTop.show {
		bottom: 20px
	}
}

.sec-title {
	font-size: 50px;
	font-weight: 900;
	line-height: 1.2;
	margin: -0.2em 0 11px 0
}

.sec-title-style2 {
	margin: -0.2em 0 11px 0;
	line-height: 1.2
}

.sec-title-style3 {
	font-size: 64px;
	line-height: 1.2;
	margin: -0.2em 0 13px 0
}

.sub-title {
	font-size: 15px;
	font-weight: 400;
	color: var(--theme-color);
	position: relative;
	padding: 0 0 0 42px;
	display: block;
	margin: -0.4em 0 15px 0
}

.sub-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 2px;
	background-color: currentColor;
	margin: -1px 0 0 0
}

.sec-text {
	color: var(--title-color)
}

.sec-text-style2 {
	max-width: 600px
}

.inner-title {
	font-size: 26px;
	margin: -0.2em 0 8px 0
}

@media(min-width: 1399px) {
	.inner-title-style2 {
		font-size: 40px;
		line-height: 1.25;
		margin: 0 0 20px 0
	}
}

.inner-title-style3 {
	font-size: 20px;
	margin: 0 0 23px 0
}

.sec-btn {
	margin-bottom: 48px
}

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

@media(max-width: 1399px) {
	.sec-title {
		font-size: 36px;
		line-height: 1.3
	}

	.sec-title-style3 {
		font-size: 50px;
		line-height: 1.3
	}
}

@media(max-width: 991px) {
	.sec-title {
		font-size: 36px;
		line-height: 1.3
	}

	.sec-title-style3 {
		font-size: 42px
	}

	.sec-btn {
		margin-bottom: 30px
	}

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

@media(max-width: 767px) {
	.sec-title {
		font-size: 30px;
		line-height: 1.3
	}

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

.image-scale-hover {
	overflow: hidden
}

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

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

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

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

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

.media-body {
	flex: 1
}

.badge {
	position: absolute;
	width: -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%
}

.social-links ul,
.vs-social ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.social-links li,
.vs-social li {
	display: inline-block;
	margin-right: 9px
}

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

.social-links a,
.vs-social a {
	display: inline-block;
	border: 2px solid rgba(255, 255, 255, .2);
	width: var(--icon-size, 42px);
	height: var(--icon-size, 42px);
	line-height: calc(var(--icon-size, 42px) - 2px);
	text-align: center;
	color: rgba(255, 255, 255, .4);
	transition: all ease .4s;
	border-radius: 6px
}

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

.social-links.social_footer a,
.vs-social.social_footer a {
	color: var(--white-color);
	border-radius: 50%;
	border: none;
	line-height: var(--icon-size, 43px);
	font-size: 15px;
	margin: 0
}

.social-links.social_footer a:hover,
.vs-social.social_footer a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

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

.social-links a {
	color: var(--body-color);
	border-color: rgba(2, 29, 53, .1)
}

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

.shape-mockup-wrap {
	position: relative
}

.shape-mockup {
	position: absolute;
	z-index: -1
}

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

.new-label {
	display: inline-block;
	font-size: 12px;
	padding: 4px 7px;
	line-height: 1;
	border-radius: 4px;
	background-color: var(--error-color);
	color: var(--white-color);
	margin-left: 5px
}

@media(min-width: 1500px) {
	.d-xxxl-block {
		display: block !important
	}
}

.font-icon {
	font-family: var(--icon-font)
}

.font-title {
	font-family: var(--title-font)
}

.font-body {
	font-family: var(--body-font)
}

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

.bg-theme {
	background-color: var(--theme-color) !important
}

.bg-title {
	background-color: var(--title-color) !important
}

.bg-gray {
	background-color: var(--gray-color) !important
}

.bg-smoke {
	background-color: var(--smoke-color) !important
}

.bg-secondary {
	background-color: var(--secondary-color) !important
}

.bg-white {
	background-color: var(--white-color) !important
}

.bg-black {
	background-color: var(--black-color) !important
}

.background-image,
[data-bg-src] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.bg-fluid {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center
}

.bg-auto {
	background-size: auto auto
}

.bg-style1 {
	background-color: #040d29
}

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

.text-title {
	color: var(--title-color) !important
}

.text-body {
	color: var(--body-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-light {
	color: rgba(255, 255, 255, .9) !important
}

.text-danger {
	color: #c90005 !important
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.position-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

[data-overlay] {
	position: relative
}

[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
	z-index: 1
}

[data-overlay]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

[data-overlay=theme]:before {
	background-color: var(--theme-color)
}

[data-overlay=title]:before {
	background-color: var(--title-color)
}

[data-overlay=secondary]:before {
	background-color: var(--secondary-color)
}

[data-overlay=white]:before {
	background-color: var(--white-color)
}

[data-overlay=black]:before {
	background-color: var(--black-color)
}

[data-opacity="1"]:before {
	opacity: 0.1
}

[data-opacity="2"]:before {
	opacity: 0.2
}

[data-opacity="3"]:before {
	opacity: 0.3
}

[data-opacity="4"]:before {
	opacity: 0.4
}

[data-opacity="5"]:before {
	opacity: 0.5
}

[data-opacity="6"]:before {
	opacity: 0.6
}

[data-opacity="7"]:before {
	opacity: 0.7
}

[data-opacity="8"]:before {
	opacity: 0.8
}

[data-opacity="9"]:before {
	opacity: 0.9
}

[data-opacity="10"]:before {
	opacity: 1
}

.ripple-animation2,
.play-btn.style3:after,
.play-btn.style3:before,
.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
}

.ripple-animation2,
.play-btn.style3:after,
.play-btn.style3:before {
	-webkit-animation-name: ripple2;
	animation-name: ripple2
}

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

	30% {
		opacity: .4
	}

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

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

	30% {
		opacity: .4
	}

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

@-webkit-keyframes ripple2 {
	0% {
		transform: scale(1);
		opacity: 0
	}

	30% {
		opacity: .2
	}

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

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

	30% {
		opacity: .2
	}

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

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

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

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

@-webkit-keyframes jumpping {

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

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

@keyframes jumpping {

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

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

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

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

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

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

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

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
	list-style: none;
	margin: -0.3em 0 -19px 0;
	padding: 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
	display: inline-block;
	color: #6e7984;
	background-color: transparent;
	padding: 0 0 0 18px;
	margin: 0 0 17px 0;
	font-size: 16px;
	line-height: 1;
	font-weight: 400
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background-color: #6e7984;
	display: inline-block;
	border-radius: 50%
}

.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:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
	border-bottom: none
}

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

@media(max-width: 991px) {

	.widget_nav_menu a,
	.widget_meta a,
	.widget_pages a,
	.widget_archive a,
	.widget_categories a {
		margin: 0 0 14px 0;
		font-size: 14px
	}
}

.widget {
	position: relative;
	background-color: var(--white-color);
	padding: 40px;
	box-shadow: 0px 2px 4px rgba(2, 29, 53, .1);
	border-radius: 6px;
	margin-bottom: 40px
}

.widget_title {
	font-size: 22px;
	font-weight: 500;
	color: var(--title-color);
	margin: -0.2em 0 25px 0
}

.widget .search-form {
	position: relative
}

.widget .search-form input {
	padding-right: 50px;
	padding-left: 20px
}

.widget .search-form button {
	text-align: center;
	padding: 0;
	color: #5b656d;
	font-size: 20px;
	background-color: transparent;
	border: none;
	position: absolute;
	right: 20px;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%)
}

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

.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	border: none;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 8px 12px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #f6f6f6;
	color: #6e7984;
	border-radius: 6px
}

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

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

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

.recent-post .media-img {
	margin-right: 20px;
	width: 90px;
	overflow: hidden;
	border-radius: 6px
}

.recent-post .post-title {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px
}

.recent-post .recent-post-meta {
	margin-top: 3px
}

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

.widget_shopping_cart {
	text-align: left
}

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

.widget_shopping_cart .mini_cart_item {
	position: relative;
	border-bottom: 1px solid var(--border-color);
	padding: 0 0 32px 110px;
	margin: 0 0 27px 0;
	min-height: 90px
}

.widget_shopping_cart .remove {
	position: absolute;
	right: 0;
	top: 0;
	color: var(--title-color);
	line-height: 1;
	font-size: 18px
}

.widget_shopping_cart .remove:hover {
	color: var(--theme-color)
}

.widget_shopping_cart .img {
	position: absolute;
	left: 0;
	top: 3px;
	width: 90px;
	height: 90px;
	display: inline-block;
	border: 1px solid var(--border-color)
}

.widget_shopping_cart .product-title {
	font-size: 14px;
	color: var(--title-color);
	font-weight: 400;
	margin-bottom: 0;
	display: inline-block
}

.widget_shopping_cart .amount {
	display: block;
	font-weight: 600;
	color: var(--title-color);
	font-size: 16px
}

.widget_shopping_cart .quantity {
	display: inline-flex;
	margin-top: 12px
}

.widget_shopping_cart .quantity:before {
	display: none
}

.widget_shopping_cart .quantity .qut-btn.quantity-minus {
	padding: 0
}

.widget_shopping_cart .quantity .qut-btn {
	border: 1px solid var(--border-color);
	background-color: transparent;
	display: inline-block;
	background-color: transparent;
	width: 25px;
	height: 25px;
	padding: 0;
	font-size: 12px;
	z-index: 1;
	position: relative;
	border-radius: 0
}

.widget_shopping_cart .quantity .qut-btn:hover {
	background-color: var(--title-color);
	border-color: transparent;
	color: var(--white-color)
}

.widget_shopping_cart .quantity .qty-input {
	border: 1px solid var(--border-color);
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 40px;
	font-size: 12px;
	padding: 0;
	height: 25px;
	margin: 0 -1px;
	background-color: transparent;
	border-radius: 0
}

.widget_shopping_cart .subtotal {
	float: right;
	text-align: right;
	font-size: 12px;
	margin-top: 19px
}

.widget_shopping_cart .subtotal > span:not(.amount) {
	color: var(--body-color);
	font-weight: 300
}

.widget_shopping_cart .subtotal .amount {
	font-size: 12px;
	display: inline-block
}

.widget_shopping_cart .total {
	color: var(--title-color);
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 25px;
	font-size: 18px
}

.widget_shopping_cart .total .amount {
	font-size: inherit;
	display: inline-block;
	color: var(--theme-color)
}

.widget_shopping_cart .vs-btn {
	margin-right: 10px
}

.widget_shopping_cart .buttons {
	margin: 0
}

.widget-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px
}

.widget-gallery .gallery-thumb {
	overflow: hidden;
	border-radius: 10px
}

.widget-gallery .gallery-thumb img {
	transition: all ease .4s;
	width: 100%;
	transform: scale(1)
}

.widget-gallery .gallery-thumb:hover img {
	transform: scale(1.2)
}

.range-slider-area {
	overflow: hidden
}

.range-slider-area .price-amount {
	font-size: 14px;
	float: left;
	margin: 13px 0 0 0
}

.range-slider-area .price-amount span {
	font-weight: 500;
	color: var(--title-color)
}

.range-slider-area .filter-btn {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--title-color);
	background-color: var(--smoke-color);
	text-align: center;
	border: none;
	line-height: 1;
	padding: 9px 16px;
	border-radius: 6px;
	transition: all ease .4s;
	float: right;
	margin: 8px 0 0 0
}

.range-slider-area .filter-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.range-slider-area .ui-slider {
	height: 2px;
	position: relative;
	width: 100%;
	background-color: #f6f1f1;
	border: none;
	margin-top: 5px;
	margin-bottom: 15px;
	cursor: pointer;
	border-radius: 3px
}

.range-slider-area .ui-slider-range {
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
	display: block;
	background-color: var(--theme-color)
}

.range-slider-area .ui-slider-handle {
	width: 12px;
	height: 12px;
	margin-top: -2px;
	text-align: center;
	line-height: 10.5px;
	padding: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	margin-top: -5px;
	z-index: 2;
	border-radius: 50%;
	box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, .15);
	background-color: var(--theme-color);
	transform: translateX(0px)
}

.range-slider-area .ui-slider-handle:focus {
	outline: none;
	box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, .15)
}

.range-slider-area .ui-slider-handle:last-child {
	transform: translateX(-12px)
}

.widget-info {
	margin-bottom: 36px
}

.widget-info__title {
	color: var(--white-color);
	font-size: 22px
}

.widget-info__text {
	color: var(--white-color);
	font-size: 16px;
	line-height: 28px;
	max-width: 300px;
	margin: 0 0 6px 0
}

.widget-info__text a {
	color: inherit
}

.sidebar-area ul.wp-block-latest-posts {
	margin-bottom: 0
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
	margin-bottom: 0
}

.sidebar-area .widget .wp-block-search {
	margin-bottom: 0
}

.sidebar-area .wp-block-group__inner-container h2 {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 20px;
	margin-top: -0.07em
}

.sidebar-area ol.wp-block-latest-comments {
	padding: 0;
	margin: 0
}

.sidebar-area ol.wp-block-latest-comments li {
	line-height: 1.5;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 20px
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.inner-sidebar .widget {
	background-color: var(--smoke-color);
	padding: 35px;
	box-shadow: none;
	margin-bottom: 30px
}

.inner-sidebar .search-form input {
	background-color: var(--white-color);
	box-shadow: 0px 2px 4px rgba(2, 29, 53, .1);
	border-radius: 6px;
	padding-left: 30px
}

.inner-sidebar .search-form button {
	right: 30px
}

@media(max-width: 1199px) {
	.widget_title {
		font-size: 20px;
		margin: -0.2em 0 15px 0
	}
}

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

	.wp-block-tag-cloud a,
	.tagcloud a {
		padding: 10.5px 18px
	}
}

@media(max-width: 767px) {
	.inner-sidebar .widget {
		padding: 35px 20px
	}
}

@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 {
	font-size: 20px;
	margin: 10px 0 38px 0
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
	margin-bottom: 11px;
	display: inline-block;
	font-size: 15px;
	color: var(--body-color);
	font-weight: 500
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
	background-color: transparent;
	color: var(--theme-color)
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
	content: "";
	font-family: var(--icon-font);
	margin-right: 10px;
	width: auto;
	height: auto;
	background-color: transparent;
	top: 8px;
	border-radius: 0;
	font-size: .8em
}

.footer-widget.widget_meta li > span,
.footer-widget.widget_pages li > span,
.footer-widget.widget_archive li > span,
.footer-widget.widget_categories li > span,
.footer-widget.widget_nav_menu li > span {
	width: auto;
	height: auto;
	position: relative;
	background-color: transparent;
	color: var(--body-color);
	line-height: 1
}

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

.footer-widget .recent-post .post-title {
	max-width: 180px
}

.footer-info {
	padding: 0 0 0 25px;
	position: relative;
	line-height: 1;
	margin-bottom: 20px
}

.footer-info:last-child {
	margin-bottom: 0
}

.footer-info > i {
	position: absolute;
	left: 0;
	top: 0px
}

.footer-info a {
	color: inherit
}

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

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

.vs-widget-about .footer-info,
.vs-widget-about .about-text {
	font-size: 15px;
	font-weight: 500
}

.vs-widget-about .about-text {
	margin-bottom: 18px;
	max-width: 250px;
	line-height: 32px
}

.seo {
	height: 120px;
	list-style: none;
	font-size: medium;
	
}

.enlaces-interes {
	font-family: sans-serif;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.enlaces-interes:hover {
	color: blue;
}

@media(max-width: 991px) {
	.footer-widget {
		margin-bottom: 60px
	}

	.footer-widget .widget_title {
		margin-bottom: 28px;
		margin-top: 0
	}

	.footer-widget.widget_nav_menu ul,
	.footer-widget.widget_meta ul,
	.footer-widget.widget_pages ul,
	.footer-widget.widget_archive ul,
	.footer-widget.widget_categories ul {
		margin: -0.3em 0 -14px 0
	}

	.footer-widget .footer-info:last-child {
		margin-bottom: -0.4em
	}
}

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

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

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

.main-menu a {
	display: block;
	position: relative;
	font-family: var(--body-font);
	font-weight: 500;
	font-size: 15px;
	color: var(--title-color)
}

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

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

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

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

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

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

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

.main-menu ul li:hover .menu-pages,
.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);
	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, .09), 0px 3px 0px 0px rgba(231, 13, 60, .004);
	transform-origin: top center;
	transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .4s ease-in-out 0s, z-index 0s
}

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

.main-menu ul.sub-menu:before {
	content: "";
	position: absolute;
	left: 34.5px;
	top: 30px;
	width: 1px;
	background-color: #ededed;
	height: calc(100% - 60px)
}

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

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

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

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

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

.main-menu ul.sub-menu li ul.sub-menu {
	left: 100%;
	right: auto;
	top: 0;
	margin: 0 0;
	margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
	left: 100%;
	right: auto
}

.main-menu .mega-menu-wrap {
	position: static
}

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

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

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

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

.main-menu ul.mega-menu > li > a {
	display: block;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 700;
	color: var(--title-color);
	border-color: var(--theme-color)
}

.main-menu ul.mega-menu > li > a::after,
.main-menu ul.mega-menu > li > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: var(--theme-color)
}

.main-menu ul.mega-menu > li > a::after {
	width: calc(100% - 20px);
	left: 20px
}

.main-menu ul.mega-menu > li > a:hover {
	padding-left: 0
}

.main-menu .menu-pages {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 50%;
	width: 100%;
	max-width: var(--main-container);
	background-color: var(--white-color);
	padding: 30px 20px 10px 20px;
	margin-top: 70px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
	transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .4s ease-in-out 0s, z-index 0s;
	display: grid;
	grid-template-columns: repeat(4, 1fr)
}

.main-menu .menu-pages > li {
	width: 100%;
	padding: 0 10px 20px 10px
}

.main-menu .menu-pages img {
	width: 100%
}

.main-menu .menu-pages a {
	text-align: center;
	display: block;
	border: 1px solid rgba(0, 0, 0, .05);
	color: var(--title-color);
	padding: 0 0 10px 0;
	background-color: transparent;
	transition: all ease .4s
}

.main-menu .menu-pages a img {
	display: block;
	margin: 0 0 8px 0
}

.main-menu .menu-pages a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

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

.header-info-list li {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 20px 0 0;
	color: rgba(255, 255, 255, .7)
}

.header-info-list li:last-child {
	margin-right: 0
}

.header-info-list li i {
	margin-right: 10px;
	color: var(--white-color)
}

.header-info-list li a {
	color: inherit
}

.header-info-list li a:hover {
	color: var(--white-color)
}

.header-social a {
	display: inline-block;
	color: rgba(255, 255, 255, .4);
	margin: 0 17px 0 0
}

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

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

.header-social.style2 a {
	width: 44px;
	height: 44px;
	line-height: 42px;
	border: 2px solid rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .7);
	text-align: center;
	font-size: 14px;
	margin: 0 7px 0 0;
	border-radius: 100px
}

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

.header-social.style2 a:hover {
	color: var(--white-color);
	border-color: transparent;
	background-color: var(--theme-color)
}

.header-search {
	display: flex;
	width: 100%;
	min-width: 170px;
	height: 46px;
	position: relative;
	z-index: 2
}

.header-search:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 26px;
	margin: -13px 0 0 0;
	border-left: 1px solid rgba(196, 196, 196, .7)
}

.header-search input {
	border: none;
	background-color: transparent;
	width: 100%;
	height: 46px;
	color: rgba(255, 255, 255, .6);
	font-weight: 500;
	padding: 0 50px 0 30px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 6px;
	transition: all ease .3s
}

.header-search input::-moz-placeholder {
	color: rgba(255, 255, 255, .6)
}

.header-search input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6)
}

.header-search input::placeholder {
	color: rgba(255, 255, 255, .6)
}

.header-search button {
	border: none;
	background-color: transparent;
	padding: 0;
	line-height: 1;
	color: var(--white-color);
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all ease .4s
}

.header-search.active input {
	background-color: var(--white-color);
	color: var(--title-color)
}

.header-search.active input::-moz-placeholder {
	color: var(--title-color)
}

.header-search.active input:-ms-input-placeholder {
	color: var(--title-color)
}

.header-search.active input::placeholder {
	color: var(--title-color)
}

.header-search.active button {
	color: var(--title-color);
	right: 30px
}

.sidemenu-btn {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	padding: 0;
	background-color: transparent;
	color: var(--title-color);
	border: none
}

.sidemenu-btn i,
.sidemenu-btn img {
	vertical-align: middle;
	margin-right: 10px
}

.sidemenu-btn img {
	position: relative;
	top: -2px
}

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

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

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

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

.menu-style4 > ul > li > a {
	padding: 36px 0;
	color: var(--white-color);
	position: relative
}

.menu-style4 > ul > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background-color: var(--white-color);
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden;
	transform: scale(0)
}

.menu-style4 > ul > li > a:hover {
	color: var(--theme-color)
}

.menu-style4 > ul > li > a:hover:before {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.header-buttons > button,
.header-buttons > a {
	margin-right: 24px
}

.header-buttons > button:last-child,
.header-buttons > a:last-child {
	margin-right: 0
}

.header-icons > a,
.header-icons > button,
.header-icons .header-cart {
	display: inline-block;
	position: relative;
	margin-right: 20px
}

.header-icons > a:last-child,
.header-icons > button:last-child,
.header-icons .header-cart:last-child {
	margin-right: 0
}

.header-icons > button,
.header-icons > a,
.header-icons .header-cart > a {
	color: var(--title-color);
	font-size: 24px;
	background-color: transparent;
	border: none;
	text-align: center;
	display: inline-block;
	border-radius: 50%
}

.header-icons > button:hover,
.header-icons > a:hover,
.header-icons .header-cart > a:hover {
	color: var(--theme-color)
}

.header-icons.style2 > button,
.header-icons.style2 > a,
.header-icons.style2 .header-cart > a {
	color: var(--white-color)
}

.header-icons.style2 > button:hover,
.header-icons.style2 > a:hover,
.header-icons.style2 .header-cart > a:hover {
	color: var(--theme-color)
}

.header-cart .widget_shopping_cart {
	position: absolute;
	right: 0;
	top: 100%;
	width: 400px;
	background-color: var(--white-color);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05);
	padding: 30px;
	z-index: 3;
	margin: 25px -30px 0 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all ease .4s
}

.header-cart:hover .widget_shopping_cart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.header-info {
	display: flex;
	align-items: center
}

.header-info_icon {
	width: var(--icon-size, 60px);
	height: var(--icon-size, 60px);
	line-height: var(--icon-size, 60px);
	font-size: var(--icon-font-size, 20px);
	color: var(--theme-color);
	border: 2px solid rgba(2, 29, 53, .1);
	text-align: center;
	margin-right: 15px;
	border-radius: 50%
}

.header-info_label {
	font-weight: 500;
	font-size: 18px;
	color: var(--black-color);
	line-height: 1;
	margin: 0 0 8px 0;
	display: block
}

.header-info_link {
	color: var(--title-color);
	font-weight: 500;
	font-size: 13px;
	line-height: 1
}

.header-info_link a {
	color: inherit
}

.header-layout1 {
	box-shadow: 0px 10px 20px rgba(2, 29, 53, .06)
}

.header-layout1 .header-top {
	background-color: #0c216a;
	padding: 2px 0
}

.header-layout1 .header-buttons {
	border-left: 1px solid rgba(1, 15, 28, .1);
	padding: 3px 0 3px 30px
}

.header-layout1 .header-buttons > button,
.header-layout1 .header-buttons > a {
	margin-right: 24px
}

.header-layout1 .header-buttons > button:last-child,
.header-layout1 .header-buttons > a:last-child {
	margin-right: 0
}

.header-layout2 .header-top {
	padding: 3px 0;
	background-color: var(--theme-color)
}

.header-layout2 .menu-area {
	position: relative
}

.header-layout2 .menu-area .sticky-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0
}

.header-layout2 .menu-area .will-sticky .sticky-active {
	background-color: var(--title-color)
}

.header-layout2 .header-cart .widget_shopping_cart {
	margin-top: 34px
}

.header-layout2 .header-social.style2 a {
	border-color: transparent;
	margin: 0
}

.header-layout2 .header-social.style2 a:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.header-layout3 .header-top .header-social {
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding: 12px 0 12px 30px
}

.header-layout3 .menu-area {
	background-color: var(--title-color);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 0 30px
}

.header-layout3 .will-sticky .sticky-active {
	background-color: var(--title-color)
}

.header-layout3 .header-icons > .header-cart > a,
.header-layout3 .header-icons > a:not(.vs-btn),
.header-layout3 .header-icons > button:not(.vs-btn) {
	color: var(--white-color)
}

.header-layout3 .header-icons > .header-cart > a:hover,
.header-layout3 .header-icons > a:not(.vs-btn):hover,
.header-layout3 .header-icons > button:not(.vs-btn):hover {
	color: var(--theme-color)
}

.header-layout3 .header-cart .widget_shopping_cart {
	margin: 14.5px -30px 0 0
}

.header-layout3 .menu-top {
	padding: 20px 0
}

.header-layout4 {
	position: absolute;
	left: 0;
	right: 0;
	background-color: rgba(3, 13, 49, .3)
}

.header-layout4 .header-top {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header-layout4 .header-top .header-social {
	border-left: 1px solid rgba(255, 255, 255, .1);
	padding: 12px 0 12px 30px
}

.header-layout4 .menu-area {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header-layout4 .will-sticky .sticky-active {
	background-color: var(--title-color)
}

@media(max-width: 1199px) {
	.main-menu > ul > li {
		margin: 0 14px
	}

	.header-layout2 {
		position: relative;
		background-color: var(--title-color)
	}

	.header-layout2 .menu-area .sticky-wrapper {
		position: relative;
		background-color: var(--title-color)
	}

	.header-layout2 .sticky-wrapper {
		background-color: var(--white-color)
	}

	.header-layout3 .sticky-wrapper {
		background-color: var(--title-color)
	}

	.header-layout3 .menu-area {
		position: relative;
		margin-bottom: 0;
		padding: 0;
		background-color: transparent
	}

	.header-layout4 {
		position: relative;
		background-color: #030d31
	}
}

@media(max-width: 991px) {
	.header-logo {
		padding: 15px 0
	}

	.header-info-list li {
		font-size: 12px
	}

	.header-layout3 .menu-area {
		padding: 15px 0
	}

	.header-layout3 .menu-top {
		padding: 2px 0
	}
}

@media(max-width: 767px) {
	.header-layout2 .menu-area {
		padding: 0 15px
	}
}

@media(max-width: 575px) {
	.header-search {
		max-width: 100%
	}

	.header-search:before {
		display: none
	}

	.header-search input {
		width: 100%;
		border: 1px solid rgba(255, 255, 255, .5)
	}

	.header-search button {
		right: 25px
	}

	.header-info_icon {
		--icon-size: auto;
		font-size: 20px;
		border: none
	}

	.header-info_link {
		font-size: 11px
	}

	.header-info_label {
		font-size: 16px
	}

	.header-layout4 .header-info-list,
	.header-layout3 .header-info-list {
		padding: 10px 0;
		text-align: center
	}

	.header-layout4 .header-cart,
	.header-layout3 .header-cart {
		margin-right: 0
	}
}

.widget-area {
	padding-top: 100px;
	padding-bottom: 65px
}

.footer-layout1 {
	background-color: #081a55;
	--body-color: #ccc;
	--title-color: #fff
}

.footer-layout1 .vs-btn {
	--title-color: #021D35
}

.footer-layout1 .footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 80px 0
}

.footer-layout1 .widget_title {
	color: var(--white-color)
}

.footer-layout1 .copyright-wrap {
	background-color: #031039;
	padding: 19px 0
}

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

	.footer-layout1 .footer-top {
		padding: 40px 0
	}
}

.breadcumb-menu {
	max-width: 100%;
	margin: 10px 0 -0.4em 0;
	padding: 0;
	list-style-type: none
}

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

.breadcumb-menu li:after {
	content: ".";
	font-size: 3em;
	top: -2.5px;
	position: relative;
	margin: 0 5px 0 8px;
	color: var(--white-color)
}

.breadcumb-menu li:first-child:before {
	content: "";
	font-family: var(--icon-font);
	color: var(--white-color);
	font-size: 18px;
	display: inline-block;
	margin-right: 10px
}

.breadcumb-menu li:last-child {
	padding-right: 0;
	margin-right: 0
}

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

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	white-space: normal;
	word-break: break-word;
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, .7)
}

.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
	margin-right: 10px;
	font-size: .8rem;
	position: relative;
	top: -1px
}

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

.breadcumb-title {
	font-size: 64px;
	color: var(--white-color);
	margin: -0.3em 0
}

.breadcumb-wrapper {
	background-color: var(--title-color);
	padding: 130px 0
}

@media(max-width: 1500px) {
	.breadcumb-title {
		font-size: 48px
	}
}

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

	.breadcumb-wrapper {
		padding: 60px 0
	}
}

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

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

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

	.breadcumb-menu li:first-child:before {
		font-size: 16px
	}
}

@media(max-width: 767px) {
	.breadcumb-title {
		font-size: 26px
	}

	.breadcumb-menu {
		margin-top: 5px
	}
}

.vs-pagination {
	text-align: center;
	margin-bottom: 30px
}

.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;
	position: relative;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 48px;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid rgba(2, 29, 53, .1);
	color: #6e7984;
	z-index: 1;
	border-radius: 6px
}

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

@media(max-width: 991px) {

	.vs-pagination span,
	.vs-pagination a {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 14px
	}
}

blockquote {
	font-size: 18px;
	line-height: 30px;
	padding: 32px 45px 32px 45px;
	font-weight: 400;
	background-color: var(--white-color);
	display: block;
	position: relative;
	overflow: hidden;
	margin: 35px 0;
	box-shadow: inset 3px 0px 0px #3d66f5;
	border-radius: 6px
}

blockquote p {
	color: inherit;
	line-height: 1.7;
	width: 100%;
	z-index: 3;
	margin-bottom: 8px
}

blockquote:before {
	content: "";
	font-family: var(--icon-font);
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 3em;
	font-weight: 300;
	opacity: .1;
	line-height: 1;
	color: var(--theme-color)
}

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

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

.blog-meta span,
.blog-meta a {
	display: inline-block;
	margin-right: 23px;
	font-size: 14px;
	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 a:hover {
	color: var(--theme-color)
}

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

.blog-category a {
	display: inline-block;
	color: var(--white-color);
	padding: 4.5px 24.5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid 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 {
	background-color: var(--white-color);
	margin-top: 50px;
	padding: 30px 30px;
	position: relative;
	border-radius: 6px;
	box-shadow: 0px 20px 100px rgba(2, 29, 53, .1), 0px -3px 0px #3d66f5
}

.blog-author .author-degi {
	margin-bottom: 5px;
	color: var(--theme-color);
	font-weight: 600;
	font-size: 14px
}

.blog-author .media-img {
	display: inline-block;
	margin-right: 20px;
	overflow: hidden;
	align-self: flex-start;
	border-radius: 50%
}

.blog-author .media-img img {
	border-radius: inherit
}

.blog-author .author-name {
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	margin-right: 5px
}

.blog-author .author-post-time {
	display: inline-block;
	font-weight: 500;
	color: var(--body-color);
	font-size: 14px
}

.blog-author .author-rating {
	margin: -0.2em 0 3px 0
}

.blog-author .author-rating i {
	color: var(--yellow-color);
	font-size: 14px;
	margin-right: 5px
}

.blog-author .author-text {
	margin-bottom: 0;
	font-size: 14px
}

.page-bg {
	background-color: var(--smoke-color)
}

.blog-inner-list {
	margin: 30px 0
}

.blog-inner-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.blog-inner-list li {
	color: var(--title-color);
	padding-left: 45px;
	margin-bottom: 15px;
	position: relative
}

.blog-inner-list li:before {
	content: "";
	font-family: var(--icon-font);
	position: absolute;
	left: 0;
	top: -3px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: var(--theme-color);
	background-color: rgba(61, 102, 245, .1);
	text-align: center;
	border-radius: 50%;
	font-size: 14px
}

.blog-inner-title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 40px
}

.blog-single {
	position: relative;
	background-color: var(--white-color);
	box-shadow: 0px 2px 4px rgba(2, 29, 53, .1);
	border-radius: 6px;
	margin-bottom: 40px
}

.blog-single .blog-content {
	position: relative;
	overflow: hidden;
	padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px)
}

.blog-single .share-links-title {
	font-size: 22px;
	color: var(--title-color);
	display: block;
	margin-bottom: 15px;
	font-family: var(--title-font);
	font-weight: 500;
	margin-top: -0.45em
}

.blog-single .blog-meta {
	margin-bottom: 15px;
	margin-top: -0.45em
}

.blog-single .blog-title {
	margin: -0.3em 0 10px 0;
	font-size: 40px;
	line-height: 52px
}

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

.blog-single .vs-btn {
	margin-top: 8px
}

.blog-single .blog-inner-img {
	border-radius: 6px;
	overflow: hidden
}

.blog-single .blog-inner-img img {
	width: 100%
}

.blog-single .blog-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 0
}

.blog-single .blog-img .slick-arrow {
	position: absolute;
	left: 40px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	background-color: var(--white-color);
	border-color: transparent;
	color: var(--title-color);
	font-size: 22px
}

.blog-single .blog-img .slick-arrow.slick-next {
	left: auto;
	right: 40px
}

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

.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-single {
	background-color: transparent;
	border: none;
	box-shadow: none
}

.blog-details .blog-img {
	margin-bottom: 25px
}

.blog-details .blog-content .blog-meta {
	padding-top: 2px;
	padding-left: 1px
}

.blog-details .share-links {
	margin-top: 30px
}

.blog-details .share-links .tagcloud a {
	background-color: var(--white-color) !important;
	color: var(--title-color) !important
}

.blog-details .share-links .tagcloud a:hover {
	background-color: var(--theme-color) !important;
	color: var(--white-color) !important
}

.blog-card .blog-img {
	overflow: hidden;
	border-radius: 6px
}

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

.blog-card .blog-content {
	box-shadow: 10px 10px 40px rgba(2, 29, 53, .05);
	max-width: 500px;
	background-color: var(--white-color);
	padding: 35px 40px 40px 40px;
	border-radius: 0px 6px 6px 6px;
	margin: -120px 0 0 0;
	position: relative;
	z-index: 1
}

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

.blog-card .blog-title {
	font-size: 22px;
	line-height: 1.4;
	margin: 0 0 27px 0
}

.blog-card .post-author {
	display: flex;
	align-items: center
}

.blog-card .author-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 20px 0 0
}

.blog-card .author-img img {
	width: 100%
}

.blog-card .author-name {
	color: var(--title-color);
	font-weight: 700
}

.blog-card .post-author-text {
	font-size: 15px;
	line-height: 24px;
	margin: 0
}

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

.blog-card.style2 {
	box-shadow: 0px 10px 40px rgba(2, 29, 53, .015)
}

.blog-card.style2 .blog-img {
	border-radius: 6px 6px 0 0
}

.blog-card.style2 .blog-content {
	margin-top: 0;
	max-width: 100%;
	box-shadow: none;
	border-radius: 0 0 6px 6px
}

.blog-card.style2 .blog-title {
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 25px 0
}

.blog-box {
	transition: all ease .4s
}

.blog-box .blog-title {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 23px 0
}

.blog-box .blog-meta {
	margin: 0 0 8px 0
}

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

.blog-box .blog-meta a i {
	color: inherit
}

.blog-box .blog-content {
	padding: 25px 30px 38px 30px;
	border: 2px solid rgba(2, 29, 53, .1);
	border-top: none;
	border-radius: 0 0 6px 6px;
	transition: all ease .4s
}

.blog-box .blog-img {
	overflow: hidden;
	border-radius: 6px 6px 0 0
}

.blog-box:hover {
	box-shadow: 0px 60px 100px rgba(2, 29, 53, .12)
}

.slick-slide .blog-box:hover,
.slick-center .blog-box {
	box-shadow: 0px 30px 40px rgba(2, 29, 53, .05)
}

.blog-box:hover .blog-content,
.slick-center .blog-box .blog-content {
	border-color: transparent
}

@media(max-width: 1199px) {
	.blog-single .blog-title {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 20px
	}

	.blog-card .blog-img {
		border-radius: 0
	}

	.blog-card .blog-content {
		margin: 0;
		border-radius: 0;
		padding: 30px 30px 35px 30px
	}

	.blog-card.style2 .blog-title {
		font-size: 18px;
		line-height: 1.5;
		margin: 0 0 25px 0
	}
}

@media(max-width: 991px) {
	blockquote {
		font-size: 20px;
		line-height: 34px;
		padding: 30px 40px 30px 40px
	}

	blockquote cite {
		font-size: 16px;
		margin-top: 10px
	}

	blockquote:before {
		right: 20px;
		bottom: 20px;
		font-size: 4rem
	}

	.blog-author {
		padding: 30px 30px
	}

	.blog-inner-title {
		font-size: 24px;
		margin-bottom: 20px
	}

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

	.blog-single .blog-title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 15px
	}

	.blog-single .blog-img .play-btn {
		--icon-size: 60px;
		--icon-font-size: 18px
	}
}

@media(max-width: 767px) {
	.blog-single {
		--blog-space-x: 20px;
		--blog-space-y: 40px
	}

	.blog-single .blog-title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px
	}

	.blog-single .blog-meta {
		margin-bottom: 15px;
		margin-top: -0.45em
	}

	.blog-single .share-links .mt-20 {
		margin-top: 40px
	}

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

	blockquote {
		padding: 30px 20px 30px 20px
	}

	.blog-card .blog-content {
		padding: 30px 20px 35px 20px
	}

	.blog-box .blog-content {
		padding: 25px 20px 38px 20px
	}
}

.comment-respond {
	margin-bottom: 30px
}

.comment-respond .form-title {
	margin-top: -0.35em
}

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

.comment-respond .form-control {
	background-color: var(--white-color)
}

.comment-respond .form-group {
	margin-bottom: 20px
}

.comment-respond .form-group > label {
	font-size: 16px;
	font-weight: 500;
	color: var(--title-color)
}

.comment-respond .vs-btn {
	border-radius: 10px
}

.comment-respond .blog-inner-title {
	margin-bottom: 0px
}

.comment-respond .form-text {
	margin-bottom: 25px
}

.vs-comments-wrap {
	margin: 60px 0 60px 0
}

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

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

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

.vs-comments-wrap .vs-post-comment {
	position: relative;
	display: flex;
	position: relative;
	border-bottom: 1px solid rgba(2, 29, 53, .1);
	margin: 30px 0 40px 0;
	padding: 0 0 32px 0
}

.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: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden
}

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

.vs-comments-wrap .comment-content {
	flex: 1;
	margin-top: -5px;
	position: relative
}

.vs-comments-wrap .commented-on {
	font-size: 14px;
	display: inline-block;
	font-weight: 500;
	color: var(--body-color);
	font-family: var(--title-font)
}

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

.vs-comments-wrap .name {
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size: 20px;
	font-weight: 500
}

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

.vs-comments-wrap .text {
	margin-bottom: 7px
}

.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: 500;
	font-family: var(--title-font);
	font-size: 14px;
	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: 3px 0 5px 0;
	width: 80px
}

.woocommerce-Reviews .vs-comments-wrap {
	margin: 0 0 0 0
}

.woocommerce-Reviews .inner-title-style3 {
	margin-bottom: 33px
}

.woocommerce-Reviews .name {
	font-size: 18px;
	font-weight: 500
}

.woocommerce-Reviews .commented-on {
	font-size: 12px;
	font-weight: 500
}

.woocommerce-Reviews .vs-post-comment {
	margin: 30px 0 30px 0;
	padding: 0 0 23px 0
}

.woocommerce-Reviews .vs-comment-item:last-child .vs-post-comment {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.woocommerce-Reviews .vs-comment-form {
	margin: 35px 0 30px 0
}

.woocommerce-Reviews .vs-comment-form h3,
.woocommerce-Reviews .vs-comment-form .inner-title-style3 {
	font-size: 22px;
	margin-bottom: 5px
}

.woocommerce-Reviews .vs-comment-form .form-text {
	border-bottom: 1px solid rgba(2, 29, 53, .1);
	padding-bottom: 2px;
	margin: 0 0 20px 0
}

.woocommerce-Reviews .vs-comment-form .stars {
	margin-bottom: 15px
}

.woocommerce-Reviews .vs-comment-form label {
	font-size: 16px;
	font-weight: 500;
	color: var(--title-color);
	margin-bottom: 5px
}

.woocommerce-Reviews .vs-comment-form input ~ label {
	font-weight: 400;
	color: #727476;
	margin-bottom: 0
}

.woocommerce-Reviews .vs-comment-form .form-group {
	margin-bottom: 15px
}

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

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

@media(max-width: 991px) {
	.vs-comments-wrap .vs-post-comment {
		display: block
	}

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

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

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

	.vs-comments-wrap .star-rating {
		font-size: 12px;
		margin: 3px 0 9px 0;
		width: 80px
	}

	.woocommerce-Reviews .vs-comment-form input ~ label:before {
		top: 5.5px
	}
}

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

.ls-v6 .ls-bottom-nav-wrapper {
	position: absolute;
	left: 100px;
	top: 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;
	transform: translateX(-50%);
	transition: all ease .4s
}

.ls-gui-element.ls-bottom-nav-wrapper a:first-child {
	margin-top: 0
}

.ls-gui-element.ls-bottom-nav-wrapper a:last-child {
	margin-bottom: 0
}

.ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active:hover,
.ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active {
	background-color: var(--theme-color) !important
}

a.ls-gui-element.ls-nav-prev,
a.ls-gui-element.ls-nav-next {
	width: var(--icon-size, 60px);
	height: var(--icon-size, 60px);
	border: 2px solid var(--white-color) !important;
	border-radius: 50%;
	left: var(--space-x, 130px)
}

a.ls-gui-element.ls-nav-prev:after,
a.ls-gui-element.ls-nav-next:after {
	transform: none;
	width: auto;
	height: auto;
	margin: -7px 0 0 -4.5px;
	left: 50%;
	top: 50%;
	border: none;
	border-right: 7px solid var(--white-color);
	border-top: 7px solid 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);
	transition: all ease .4s
}

a.ls-gui-element.ls-nav-prev:hover,
a.ls-gui-element.ls-nav-next:hover {
	transform: none
}

a.ls-gui-element.ls-nav-prev:hover:after,
a.ls-gui-element.ls-nav-next:hover:after {
	border-top-color: 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-media__title {
	font-size: 18px;
	font-weight: 500;
	color: #c97b01;
	margin: 0 0 3px 0
}

.hero-media__text {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	color: var(--title-color)
}

.hero-media:nth-child(2) .hero-media__title {
	color: #079c06
}

.hero-media:nth-child(3) .hero-media__title {
	color: #c90005
}

.hero-style1 {
	position: relative
}

@media(min-width: 1500px) {
	.hero-style1 {
		--main-container: 1400px
	}
}

.hero-style1 .hero-title {
	font-size: 90px;
	line-height: 100px;
	font-weight: 900;
	margin: -0.18em 0 10px 0;
	max-width: 620px
}

.hero-style1 .hero-text {
	max-width: 580px;
	color: var(--title-color);
	margin: 0 0 30px 0
}

.hero-style1 .hero-imgSlide {
	max-width: 606px;
	text-align: center
}

.hero-style1 .vs-btn {
	margin: 0 0 75px 0
}

.hero-style1 .hero-content {
	padding: 160px 0 150px 0
}

.hero-style1 .shape-1 {
	position: absolute;
	right: 6%;
	top: 23.5%
}

.hero-style1 .shape-2 {
	position: absolute;
	right: 28%;
	top: 9%
}

.hero-style1 .shape-3 {
	position: absolute;
	top: 13%;
	left: 6%
}

.hero-overlay-1 {
	height: 350px;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	background-image: linear-gradient(180deg, rgba(6, 19, 65, 0.9) 0.17%, rgba(255, 255, 255, 0) 100%)
}

.vs-hero-wrapper {
	z-index: 1;
	position: relative
}

@media(max-width: 1500px) {
	.hero-style1 .hero-title {
		font-size: 72px;
		line-height: 1.2;
		margin: -0.18em 0 20px 0;
		max-width: 535px
	}

	.hero-style1 .vs-btn {
		margin: 0 0 55px 0
	}

	.hero-style1 .hero-imgSlide {
		max-width: 550px
	}
}

@media(max-width: 1399px) {
	.hero-style1 .hero-imgSlide {
		max-width: 500px
	}

	.hero-style1 .shape-1 {
		right: 1%;
		top: 4%;
		max-width: 100px
	}

	.hero-style1 .shape-2 {
		right: 40%;
		top: 9%
	}

	.hero-style1 .shape-3 {
		top: 7%;
		left: 3%
	}
}

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

	.hero-style1 .hero-title {
		font-size: 50px
	}

	.hero-style1 .hero-content {
		padding: 120px 0 110px 0
	}

	.hero-style1 .vs-btn {
		margin: 0 0 45px 0
	}
}

@media(max-width: 991px) {
	.hero-style1 {
		text-align: center
	}

	.hero-style1 .hero-content {
		padding: 60px 0 70px 0
	}

	.hero-style1 .hero-imgSlide {
		max-width: 100%;
		padding-top: 80px
	}

	.hero-style1 .hero-title {
		font-size: 42px;
		max-width: 100%;
		margin-bottom: 15px
	}

	.hero-style1 .hero-text {
		max-width: 100%
	}

	.hero-style1 .vs-btn {
		margin: 0 0 30px
	}
}

@media(max-width: 767px) {
	.hero-style1 .shape-3 {
		top: 3%;
		left: 2%;
		max-width: 50px
	}

	.hero-style1 .shape-2 {
		right: 41%;
		top: 4%;
		max-width: 35px
	}

	.hero-style1 .shape-1 {
		right: 1%;
		top: 12%;
		max-width: 50px
	}

	.hero-style1 .hero-content {
		padding: 40px 0 70px 0
	}

	.hero-style1 .hero-title {
		font-size: 30px
	}

	.vs-btn.style9.ls-hero-btn {
		padding: 12px 26px;
		font-size: 13px
	}

	.vs-btn.style9.ls-hero-btn i {
		display: none
	}
}

@media(max-width: 1199px) {
	.vs-btn.ls-hero-btn {
		padding: 11px 23px;
		font-size: 14px
	}
}

@media(max-width: 767px) {
	.vs-btn.ls-hero-btn {
		padding: 6px 17px;
		font-size: 12px
	}

	.ls-play-btn.play-btn {
		--icon-size: 45px;
		--icon-font-size: 14px
	}
}

.error-title {
	font-size: 40px;
	line-height: 1.3;
	margin: 37px 0 37px 0
}

@media(max-width: 991px) {
	.error-title {
		font-size: 34px;
		margin: 27px 0 27px 0
	}
}

@media(max-width: 767px) {
	.error-title {
		font-size: 28px
	}
}

.newsletter-style1 {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.newsletter-style1 .form-title {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: var(--white-color);
	margin: 0
}

.newsletter-style1 .form-group {
	display: flex;
	flex: 1;
	background-color: rgba(255, 255, 255, .1);
	margin: 0;
	padding: 35px;
	width: 100%;
	max-width: 750px;
	border-radius: 6px
}

.newsletter-style1 input {
	background: #051343;
	border-radius: inherit;
	margin: 0 10px 0 0;
	font-weight: 400;
	color: var(--white-color);
	flex: 1
}

.newsletter-style1 input::-moz-placeholder {
	color: rgba(255, 255, 255, .5)
}

.newsletter-style1 input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5)
}

.newsletter-style1 input::placeholder {
	color: rgba(255, 255, 255, .5)
}

@media(max-width: 1199px) {
	.newsletter-style1 {
		display: block;
		text-align: center
	}

	.newsletter-style1 .form-title {
		margin-bottom: 40px
	}

	.newsletter-style1 .form-group {
		margin: 0 auto
	}
}

@media(max-width: 991px) {
	.newsletter-style1 .form-group {
		padding: 25px
	}
}

@media(max-width: 767px) {
	.newsletter-style1 input {
		margin-bottom: 20px
	}

	.newsletter-style1 .form-group {
		display: block
	}

	.newsletter-style1 .form-title {
		font-size: 20px;
		margin-bottom: 25px
	}
}

.vs-service {
	margin-bottom: 30px;
	transition: all ease .4s
}

.vs-service__icon,
.vs-service__icon--style2 {
	width: var(--icon-size, 90px);
	height: var(--icon-size, 90px);
	line-height: calc(var(--icon-size, 90px) - 2px);
	text-align: center;
	display: inline-block;
	margin: 0 0 15px 0;
	border: 2px solid rgba(2, 29, 53, .1);
	border-radius: 100px
}

.vs-service__icon--style2 {
	--icon-size: 80px;
	margin: 0 20px 0 0
}

.vs-service__title {
	font-size: 22px;
	margin: 0 0 6px 0
}

.vs-service__title--style2 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 0 0;
	flex: 1
}

.vs-service__text {
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 24px
}

.vs-service__text--style2 {
	margin: 0 0 22px 0
}

.vs-service__text + .vs-btn {
	margin: 42px 0 0 0
}

.vs-service__list ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.vs-service__list li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 12px 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--title-color)
}

.vs-service__list li > i {
	color: var(--theme-color);
	position: absolute;
	left: 0;
	top: 4px
}

.vs-service__list li:last-child {
	margin-bottom: 0
}

.vs-service__shape {
	position: absolute;
	width: 215px;
	height: 215px;
	background-color: #9db3ff;
	right: -25px;
	bottom: -160px;
	border-radius: 400px 130px 200px 200px;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	transform: translateY(50px)
}

.vs-service__wrap2 {
	background-color: var(--smoke-color);
	height: 499px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1
}

.vs-service__head {
	display: flex;
	align-items: center;
	margin: 0 0 25px 0
}

.vs-service__wrap1 {
	margin-top: -99px;
	position: relative;
	z-index: 3
}

.vs-service--style3,
.vs-service--style1 {
	background-color: var(--white-color);
	text-align: center;
	padding: 50px 40px 60px 40px;
	border-radius: 6px;
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, .1)
}

.vs-service--style2 {
	background-color: var(--white-color);
	padding: 40px 40px 52px 40px;
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, .1);
	border-radius: 6px;
	position: relative;
	overflow: hidden
}

.vs-service--style2 .vs-service__list li {
	color: var(--body-color);
	font-weight: 400
}

.vs-service--style2 .vs-service__text--style2 {
	color: var(--title-color)
}

.vs-service--style3 {
	position: relative;
	background-color: transparent;
	box-shadow: none;
	--icon-size: 100px
}

.vs-service--style3:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100% - (var(--icon-size, 90px)/2 + var(--gap-top, 50px)));
	background-color: var(--white-color);
	z-index: -1;
	border-radius: 6px;
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, .1);
	transition: all ease .4s
}

.vs-service--style3:hover:before {
	height: 100%
}

.vs-service--style3 .vs-service__icon {
	background-color: var(--white-color)
}

.vs-service--style3.active,
.vs-service--style3:hover,
.slick-center .vs-service--style1 {
	box-shadow: inset 0px -3px 0px var(--theme-color)
}

.vs-service--style1.active,
.vs-service--style1:hover,
.slick-center .vs-service--style1 {
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, .1), inset 0px 3px 0px var(--theme-color)
}

.vs-service--style1.active .vs-btn,
.vs-service--style1:hover .vs-btn,
.slick-center .vs-service--style1 .vs-btn {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.vs-service--style2.active .vs-service__shape,
.vs-service--style2:hover .vs-service__shape,
.slick-center .vs-service--style2 .vs-service__shape {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.slick-slider .vs-service--style2 {
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, .1)
}

.block-big-img {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
	border-radius: 6px
}

.block-big-img img {
	width: 100%
}

.block-seo {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
	border-radius: 6px;
	height: 500px
}


@media(max-width: 1199px) {
	.vs-service--style1 {
		padding: 50px 30px 50px 30px
	}

	.vs-service__text + .vs-btn {
		margin: 32px 0 0 0
	}

	.vs-service__title {
		font-size: 20px;
		margin: 0 0 12px 0
	}

	.vs-service__wrap1 {
		margin-top: 120px
	}

	.vs-service--style3:before {
		height: 100%
	}
}

@media(max-width: 991px) {
	.vs-service--style1 {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto
	}

	.vs-service__wrap1 {
		margin-top: 80px
	}

	.vs-service__title--style2 {
		font-size: 18px
	}

	.vs-service__text--style2 {
		margin: 0 0 22px 0;
		font-size: 14px
	}
}

@media(max-width: 767px) {
	.vs-service__head {
		display: block;
		margin: 0 0 10px 0
	}

	.vs-service__icon--style2 {
		margin: 0 0 20px 0
	}

	.vs-service__list li {
		font-size: 14px;
		margin: 0 0 6px 0
	}

	.vs-service__shape {
		bottom: -180px
	}

	.vs-service--style2 {
		padding: 30px 30px 42px 30px
	}
}

.about-block {
	display: flex;
	align-items: center;
	margin: 30px 0 30px 0
}

.about-block__img {
	position: relative;
	overflow: hidden;
	margin: 0 20px 0 0;
	display: inline-block
}

.about-block__img img {
	border-radius: 6px
}

.about-block__text:last-child {
	margin-bottom: 0
}

.about-block .play-btn {
	--icon-size: 50px;
	--icon-font-size: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.info-block {
	display: flex;
	margin: 40px 0 45px 0
}

.info-block__text {
	display: block;
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 10px 0
}

.info-block__link {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	color: #031d36;
	font-weight: 500
}

.info-block__link i {
	margin-right: 10px
}

.info-block__link:hover {
	color: var(--theme-color)
}

.info-block__item:not(:last-child) {
	border-right: 2px solid rgba(196, 196, 196, .6);
	padding: 0 35px 0 0;
	margin: 0 35px 0 0
}

.block-pill {
	text-align: center;
	margin: 0 0 22px 0
}

.block-pill__icon {
	width: var(--icon-size, 100px);
	height: var(--icon-size, 100px);
	line-height: var(--icon-size, 100px);
	background-color: var(--white-color);
	text-align: center;
	display: inline-block;
	margin: 0 0 10px 0;
	border-radius: 50%
}

.block-pill__name {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color: var(--white-color)
}

.block-media {
	display: flex;
	align-items: center;
	margin: 0 0 34px 0
}

.block-media:last-child {
	margin-bottom: 28px
}

.block-media__icon {
	border: 2px solid rgba(61, 102, 245, .1);
	width: var(--icon-size, 100px);
	height: var(--icon-size, 100px);
	line-height: calc(var(--icon-size, 100px) - 2px);
	text-align: center;
	margin: 0 20px 0 0;
	border-radius: 50%
}

.block-media__title {
	font-size: 18px;
	margin: 0 0 8px 0
}

.block-media__text {
	line-height: 1.5;
	margin: 0
}

.sing-block {
	display: flex;
	align-items: center;
	margin: 40px 0 50px 0
}

.sing-block__img {
	margin: 0 30px 0 0
}

.sing-block__name {
	font-weight: 500;
	margin: 0 0 0 0
}

.sing-block__degi {
	font-size: 14px;
	margin: 0
}

.img-box-style1 {
	text-align: right;
	line-height: 1
}

.img-box-style1 .img-1 {
	display: block;
	margin: 0 -170px 0 0
}

.img-box-style1 .img-1 img {
	border-radius: 10px
}

.img-box-style2 {
	border-radius: 50%;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative;
	margin: 40px 0 0 -105px
}

.img-box-style2 .shape-1 {
	position: absolute;
	left: -40px;
	top: -40px;
	right: 10px;
	bottom: 10px;
	background-color: #e8edff;
	border-radius: inherit;
	z-index: 1
}

.img-box-style2 .img-1 {
	position: relative;
	z-index: 2
}

.img-box-style3 {
	padding: 20px 0 30px 0
}

.img-box-style4 {
	position: relative;
	padding: 55px 0;
	margin: 0 0 30px 0
}

.img-box-style4 .img-1 {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 4
}

.img-box-style4 .shape-1 {
	position: absolute;
	left: -43px;
	top: 32px;
	z-index: 2
}

.img-box-style4 .shape-2 {
	position: absolute;
	left: -70px;
	top: 0;
	bottom: 0;
	width: 290px;
	background-color: var(--white-color);
	box-shadow: 0px 2px 4px rgba(2, 29, 53, .1);
	border-radius: 10px;
	z-index: 1
}

.img-box-style5 {
	position: relative;
	margin: 0 0 30px 0
}

.img-box-style5 .img-1 {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 3
}

.img-box-style5 .img-1 img {
	width: 100%
}

.img-box-style5 .img-2 {
	border-radius: 6px;
	overflow: hidden;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: -235px -115px 0 auto;
	position: relative;
	z-index: 2
}

.img-box-style5 .shape-1 {
	width: var(--shape-size, 370px);
	height: var(--shape-size, 370px);
	background-color: #ffc9cd;
	position: absolute;
	right: -215px;
	bottom: 143px;
	z-index: 1;
	border-radius: 50%
}

.img-box-style6 {
	margin: 0 0 30px -173px
}

.img-box-style7 {
	padding: 0 60px 0 0;
	margin: 0 0 0 -70px;
	position: relative
}

.img-box-style7 .play-btn {
	position: absolute;
	--icon-size: 50px;
	--icon-font-size: 0.9em;
	right: 19%;
	top: 8%
}

.img-box-style7 .play-btn:after {
	transform: scale(1.75);
	border: none;
	opacity: 1;
	background-color: var(--white-color);
	box-shadow: 0px 10px 100px rgba(2, 29, 53, .3);
	-webkit-animation: none;
	animation: none
}

.img-box-style7 .play-btn:before {
	-webkit-animation: none;
	animation: none;
	background-color: var(--title-color);
	opacity: .06;
	transform: scale(2.8);
	border: none
}

.img-box-style8 {
	position: relative;
	padding: 50px 0 0 0;
	margin: 0 0 30px 0
}

.img-box-style8 .img-1 img {
	position: relative;
	z-index: 3;
	width: 100%;
	border-radius: 10px
}

.img-box-style8 .img-2 {
	position: absolute;
	left: -20px;
	top: 22px;
	z-index: 2
}

.img-box-style8 .shape-1 {
	position: absolute;
	left: -50px;
	top: 0;
	width: 100%;
	height: calc(100% - 30px);
	background-color: #b5dafd;
	border-radius: 10px
}

.video-box-style1 .video-caption {
	font-size: 26px;
	line-height: 36px;
	max-width: 300px;
	margin: -0.3em 0 20px 0
}

.video-box-style1 .img-1 {
	border-radius: 6px;
	overflow: hidden;
	position: relative
}

.schedule-box {
	background-color: var(--theme-color);
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 370px;
	padding: 43px 30px 20px 30px;
	margin: -330px 0 0 0;
	box-shadow: 0px 60px 100px rgba(2, 29, 53, .1);
	border-radius: 6px
}

.schedule-box__title {
	color: var(--white-color);
	font-size: 22px;
	margin: 0 0 5px 0
}

.schedule-box__text {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, .9)
}

.schedule-box__table {
	color: var(--white-color);
	border: none
}

.schedule-box__table td {
	border: none;
	padding: 18px 0 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.schedule-box__table td:last-child {
	text-align: right
}

.schedule-box__table tr:last-child td {
	border-bottom: none;
	padding-bottom: 0
}

.check-list ul {
	margin: 35px 0 35px 0;
	padding: 0;
	list-style-type: none
}

.check-list li {
	color: var(--white-color);
	position: relative;
	line-height: 24px;
	font-size: 16px;
	margin: 0 0 20px 0;
	padding: 0 0 0 40px
}

.check-list li:before {
	content: "";
	font-family: var(--icon-font);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: var(--icon-size, 26px);
	height: var(--icon-size, 26px);
	line-height: var(--icon-size, 27px);
	font-size: var(--icon-font-size, 14px);
	background-color: var(--theme-color);
	color: var(--white-color);
	text-align: center;
	border-radius: 100px
}

.check-list.style4 li,
.check-list.style3 li,
.check-list.style2 li {
	color: var(--title-color)
}

.check-list.style4 li::before,
.check-list.style3 li::before,
.check-list.style2 li::before {
	background-color: rgba(61, 102, 245, .1);
	color: var(--theme-color)
}

.check-list.style3 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0 32px 0
}

.check-list.style3 li {
	flex: 0 0 50%;
	width: 50%
}

.check-list.style4 ul {
	margin: 0 0 0 0
}

.check-list.style4 li:last-child {
	margin-bottom: 0
}

.check-list.style4 li:before {
	top: -2px
}

.check-list.style5 ul {
	margin-top: 20px
}

.about-style1 {
	width: 100%;
	max-width: 768px;
	padding: 100px 115px 100px 115px
}

@media(max-width: 1500px) {
	.img-box-style1 .img-1 {
		margin: 0 -70px 0 0
	}

	.img-box-style2 {
		max-width: 95%;
		margin: 40px 0 0 0
	}

	.about-style1 {
		max-width: 100%;
		padding: 60px 40px 60px 70px
	}

	.img-box-style5 .shape-1 {
		right: -90px
	}

	.img-box-style5 .img-2 {
		margin: -230px -70px 0 auto;
		z-index: 3
	}

	.img-box-style6 {
		margin: 0 0 30px -50px;
		padding-right: 40px
	}

	.img-box-style7 {
		padding: 0;
		margin: 0 0 0 -40px
	}
}

@media(max-width: 1399px) {
	.img-box-style1 .img-1 {
		margin: 0 0 0 0
	}

	.img-box-style2 {
		max-width: calc(100% - 30px);
		margin: 20px 0 0 20px
	}

	.img-box-style2 .shape-1 {
		top: -20px;
		left: -20px
	}

	.img-box-style6 {
		margin: 0 0 30px 0;
		padding-right: 0
	}

	.img-box-style8 {
		padding: 15px 0 0 15px
	}

	.img-box-style8 .img-2 {
		left: 0;
		top: 0
	}

	.img-box-style8 .shape-1 {
		left: 0;
		width: calc(100% - 15px);
		height: calc(100% - 15px)
	}

	.check-list.style3 ul {
		margin: 25px 0 22px 0;
		max-width: 700px
	}

	.schedule-box {
		padding: 33px 30px 10px 30px;
		margin: -300px auto 0 auto
	}

	.video-box {
		padding: 120px 0
	}
}

@media(max-width: 1199px) {
	.img-box-style1 {
		text-align: left
	}

	.img-box-style1 .img-1 img {
		width: 80%
	}

	.img-box-style3 {
		padding: 0 0 0 0
	}

	.about-style2 {
		padding-bottom: 40px
	}

	.img-box-style4 {
		padding: 32px 0
	}

	.img-box-style4 .shape-2 {
		left: 20px;
		width: calc(100% - 40px)
	}

	.img-box-style4 .shape-1 {
		left: -10px;
		top: 12px
	}

	.img-box-style5 .img-2 {
		margin: -230px 0 0 auto
	}

	.img-box-style5 .shape-1 {
		right: 10%;
		bottom: 0
	}

	.img-box-style7 {
		padding: 0;
		margin: 0 0 0 0
	}

	.img-box-style7 .play-btn {
		right: 13%;
		top: 3%
	}

	.video-box-style1 .video-caption {
		font-size: 22px;
		line-height: 25px
	}

	.schedule-box {
		margin: -300px 0 20px auto
	}

	.block-pill {
		--icon-size: 80px
	}

	.info-block {
		margin: 30px 0 35px 0
	}

	.sing-block {
		margin: 0 0 40px 0
	}

	.video-box {
		padding: 80px 12px 0 12px;
		max-width: 960px;
		margin: 0 auto
	}

	.about-style1 {
		padding: 40px 12px 80px 12px;
		max-width: 960px;
		margin: 0 auto
	}
}

@media(max-width: 991px) {

	.about-style1,
	.video-box {
		max-width: 720px
	}

	.img-box-style3 {
		padding: 0 0 0 0
	}

	.img-box-style4 .img-1 img {
		width: 100%
	}

	.img-box-style7 .play-btn {
		right: 24%;
		top: 7%
	}

	.video-box-style1 .img-1 img {
		width: 100%
	}

	.sing-block {
		margin: 0 0 30px 0
	}
}

@media(max-width: 767px) {
	.img-box-style1 .img-1 img {
		width: auto;
		max-width: 100%
	}

	.img-box-style2 {
		max-width: 90%;
		margin: 20px 0 10px 20px
	}

	.img-box-style2 .shape-1 {
		top: -20px;
		left: -20px
	}

	.img-box-style5 .img-2 {
		width: 100%;
		margin: 30px 0 0 0
	}

	.img-box-style5 .shape-1 {
		display: none
	}

	.img-box-style7 .play-btn {
		right: 11%;
		top: 2%
	}

	.img-box-style7 .play-btn::before {
		display: none
	}

	.schedule-box {
		max-width: 100%;
		margin: 30px 0 10px auto
	}

	.schedule-box__table td {
		padding: 12px 0 12px 0;
		font-size: 14px
	}

	.schedule-box__text {
		font-size: 14px;
		line-height: 24px
	}

	.about-block {
		display: block
	}

	.about-block__img {
		margin: 0 0 10px 0;
		display: block
	}

	.about-block__img img {
		width: 100%
	}

	.info-block {
		display: block
	}

	.info-block__item:not(:last-child) {
		border-right: none;
		padding: 0 0 0 0;
		margin: 0 0 20px 0
	}

	.block-media {
		display: block;
		text-align: center
	}

	.block-media__icon {
		margin: 0 auto 20px auto
	}

	.sing-block__img {
		margin: 0 20px 0 0
	}

	.check-list.style3 ul {
		display: block;
		margin: 25px 0 35px 0
	}

	.check-list.style3 li {
		width: 100%
	}
}

.treatment-tab-menu {
	margin: 0 0 30px 0
}

.treatment-tab-menu a,
.treatment-tab-menu button {
	display: block;
	text-align: left;
	border: none;
	background-color: #f6f6f6;
	color: var(--title-color);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	width: 100%;
	padding: 26px 40px;
	margin-bottom: 20px;
	border-radius: 6px;
	transition: all ease .4s;
	position: relative
}

.treatment-tab-menu a i,
.treatment-tab-menu button i {
	margin-left: 10px;
	opacity: 0;
	right: 20px;
	color: var(--title-color);
	visibility: hidden;
	position: relative;
	transition: all ease .4s
}

.treatment-tab-menu a:hover,
.treatment-tab-menu a.active,
.treatment-tab-menu button:hover,
.treatment-tab-menu button.active {
	box-shadow: inset 4px 0px 0px var(--theme-color);
	background: rgba(61, 102, 245, .06);
	color: var(--theme-color)
}

.treatment-tab-menu a:hover i,
.treatment-tab-menu a.active i,
.treatment-tab-menu button:hover i,
.treatment-tab-menu button.active i {
	right: 0;
	opacity: 1;
	visibility: visible;
	color: var(--theme-color)
}

.treatment-tab-menu.style2 {
	padding: 35px;
	background-color: var(--smoke-color);
	border-radius: 6px
}

.treatment-tab-menu.style2 a,
.treatment-tab-menu.style2 button {
	background-color: var(--white-color)
}

.treatment-tab-menu.style2 a:last-child,
.treatment-tab-menu.style2 button:last-child {
	margin-bottom: 0
}

.treatment-tab-menu.style2 a:hover,
.treatment-tab-menu.style2 button:hover {
	background-color: rgba(61, 102, 245, .06)
}

.treatment-box {
	display: flex;
	align-items: center;
	border: 2px solid rgba(2, 29, 53, .1);
	border-radius: 20px;
	padding: 56px 50px;
	margin: 0 0 30px 0
}

.treatment-box__img {
	margin: 0 50px 0 0;
	overflow: hidden;
	border-radius: 10px
}

.treatment-box__content {
	flex: 1
}

.treatment-box__name {
	font-size: 40px;
	font-weight: 900;
	margin: -0.3em 0 10px 0
}

.treatment-box .check-list {
	margin: 0 0 40px 0
}

@media(max-width: 1399px) {
	.treatment-box {
		padding: 40px 40px
	}

	.treatment-tab-menu button {
		padding: 23.5px 40px
	}
}

@media(max-width: 1199px) {
	.treatment-tab-menu {
		text-align: center
	}

	.treatment-tab-menu button {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		display: inline-block;
		margin: 0 4px 12px 4px
	}

	.treatment-tab-menu button i {
		display: none
	}

	.treatment-tab-menu.style2 a,
	.treatment-tab-menu.style2 button {
		font-size: 16px;
		padding: 20px 20px
	}

	.treatment-box__name {
		font-size: 36px
	}

	.treatment-box .check-list ul {
		margin: 20px 0 20px 0
	}
}

@media(max-width: 991px) {
	.treatment-box {
		display: block
	}

	.treatment-box__img {
		margin: 0 0 30px 0
	}

	.treatment-box__img img {
		width: 100%
	}

	.treatment-box__name {
		font-size: 30px
	}
}

@media(max-width: 767px) {
	.treatment-tab-menu button {
		padding: 16px 20px;
		font-size: 14px
	}

	.treatment-tab-menu.style2 {
		padding: 35px 20px
	}

	.treatment-box {
		padding: 45px 20px
	}

	.treatment-box .check-list li:before {
		left: 0;
		top: -2px
	}
}

.team-social a {
	display: inline-block;
	width: var(--icon-size, 44px);
	height: var(--icon-size, 44px);
	line-height: var(--icon-size, 44px);
	margin: 0 8px 0 0;
	color: var(--title-color);
	background: var(--white-color);
	border-radius: 100px;
	box-shadow: 0px 20px 40px rgba(2, 29, 53, .2)
}

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

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

.team-filter-menu {
	text-align: center;
	margin: 0 0 25px 0
}

.team-filter-menu button {
	border: none;
	background-color: transparent;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: var(--title-color);
	margin: 0 27px 15px 27px;
	transition: all ease .4s
}

.team-filter-menu button:first-child {
	margin-left: 0
}

.team-filter-menu button:last-child {
	margin-right: 0
}

.team-filter-menu button:hover,
.team-filter-menu button.active {
	color: var(--theme-color)
}

.team-style1 {
	text-align: center;
	margin: 0 0 30px 0
}

.team-style1 .team-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 23px;
	border-radius: 6px
}

.team-style1 .team-img img {
	width: 100%;
	transition: all ease .4s
}

.team-style1 .team-name {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 2px 0
}

.team-style1 .team-social {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.team-style1 .team-social a {
	display: inline-block;
	width: var(--icon-size, 44px);
	height: var(--icon-size, 44px);
	line-height: var(--icon-size, 44px);
	margin: 0 8px 0 0;
	color: var(--title-color);
	background: var(--white-color);
	border-radius: 100px;
	box-shadow: 0px 20px 40px rgba(2, 29, 53, .2)
}

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

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

.team-style1:hover .team-img img {
	transform: scale(1.05)
}

.team-style1:hover .team-social {
	opacity: 1;
	visibility: visible
}

.slick-slide .team-style1 {
	margin: 0 0 20px 0
}

.team-style2 {
	text-align: center;
	background-color: var(--white-color);
	padding: 50px 30px 50px 30px;
	margin: 0 0 30px 0;
	box-shadow: 0px 4px 100px rgba(2, 29, 53, .14);
	border-radius: 10px
}

.team-style2 .team-img {
	width: 270px;
	max-width: 100%;
	margin: 0 auto 25px auto;
	position: relative;
	border-radius: 50%
}

.team-style2 .team-img img {
	border-radius: 50%;
	width: 100%
}

.team-style2 .team-call-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--theme-color);
	color: var(--white-color);
	position: absolute;
	top: 45px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	margin-right: 30px;
	border-radius: 50%;
	transition: all ease .4s
}

.team-style2 .team-call-icon:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.team-style2 .team-name {
	font-weight: 500;
	margin: 0 0 3px 0
}

.team-style2 .vs-social {
	margin-top: 22px
}

.team-style2 .vs-social a {
	border-color: rgba(2, 29, 53, .1);
	color: #555e66;
	margin-right: 5px
}

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

.team-style2 .vs-social a:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: transparent
}

.team-style2:hover .team-call-icon {
	opacity: 1;
	visibility: visible;
	margin-right: 0
}

.vs-tag-block {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 0 50px 0
}

.vs-tag-block a {
	display: inline-block;
	color: var(--title-color);
	line-height: 1;
	padding: 7px 17.1px;
	border: 2px solid rgba(2, 29, 53, .1);
	background-color: transparent;
	border-radius: 6px
}

.vs-tag-block a:hover {
	border-color: transparent;
	background-color: var(--theme-color);
	color: var(--white-color)
}

.team-info {
	padding: 35px 30px 30px 30px;
	margin: 0 0 20px 0;
	border-radius: 6px;
	background-color: var(--smoke-color)
}

.team-info__title {
	font-size: 18px;
	margin: 0 0 10px 0
}

.team-info__text {
	margin: 0 0 5px 0;
	padding-left: 15px;
	position: relative
}

.team-info__text:last-child {
	margin-bottom: 0
}

.team-info__text:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: var(--body-color);
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 50%
}

.skill-bar {
	position: relative;
	margin-bottom: 25px
}

.skill-bar:last-child {
	margin-bottom: 30px
}

.skill-bar__title {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px 0
}

.skill-bar__number {
	font-size: 14px;
	font-weight: 700;
	color: var(--title-color);
	position: absolute;
	right: 0;
	top: 0
}

.skill-bar .progress {
	height: 8px;
	border-radius: 4px
}

.skill-bar .progress-bar {
	background-color: var(--theme-color);
	border-radius: inherit
}

.team-box {
	margin: 0 0 8px 0
}

.team-box__name {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 3px 0
}

.team-box__degi {
	font-size: 16px;
	color: var(--theme-color);
	display: block;
	margin: 0 0 27px 0
}

.team-box__text {
	margin-bottom: 27px;
	max-width: 520px
}

.team-box__img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 0 0 30px 0
}

.team-box__img img {
	width: 100%
}

.team-box__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 210px;
	background: linear-gradient(0deg, #010311 0%, rgba(11, 19, 75, 0) 80.99%)
}

.team-box__social {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center
}

.team-box__social a {
	border-color: rgba(255, 255, 255, .3);
	color: var(--white-color);
	margin: 0 7px 0 0
}

.team-box__social a:hover {
	color: var(--title-color);
	background-color: var(--white-color);
	border-color: transparent
}

.team-box__arrow {
	border: 2px solid rgba(2, 29, 53, .1);
	border-radius: 6px;
	color: var(--title-color);
	background-color: transparent;
	width: 100%;
	height: 50px;
	font-size: 24px;
	margin: 0 0 15px 0
}

.team-box__arrow[data-slick-next] {
	margin: 10px 0 0 0
}

.team-box__arrow:hover {
	color: var(--theme-color)
}

.team-box__thumb {
	text-align: center;
	margin: 15px 0 15px 0
}

.team-box__thumb .thumb-img {
	overflow: hidden;
	margin: 0 0 12px 0;
	border-radius: 6px;
	transition: all ease .4s;
	border: 2px solid transparent
}

.team-box__thumb .thumb-img img {
	transition: all ease .4s;
	transform: scale(1);
	width: 100%
}

.team-box__thumb .thumb-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px 0
}

.team-box__thumb .thumb-degi {
	font-size: 14px;
	line-height: 1;
	display: block
}

.team-box .skill-bar {
	max-width: 500px
}

.slick-current .team-box__thumb .thumb-img {
	border-color: var(--theme-color)
}

@media(max-width: 1199px) {
	.team-box__text {
		max-width: 100%
	}

	.team-box .skill-bar {
		max-width: 100%
	}

	.team-box__arrow {
		display: none
	}

	.team-box__degi {
		margin: 0 0 17px 0
	}

	.team-style2 {
		padding: 40px 15px 40px 15px
	}
}

@media(max-width: 991px) {
	.team-style2 {
		padding: 35px 15px 35px 15px
	}

	.team-style2 .team-name {
		font-size: 16px
	}

	.team-style2 .team-degi {
		font-size: 14px
	}

	.team-filter-menu button {
		font-size: 16px;
		margin: 0 17px 15px 17px
	}
}

@media(max-width: 767px) {
	.team-box__thumbSlide {
		margin: 0 -15px 0 -15px
	}

	.team-box__thumb {
		margin: 0 15px 0 15px
	}

	.team-filter-menu button {
		font-size: 16px;
		margin: 0 10px 15px 10px
	}
}

@media(max-width: 575px) {
	.team-box__thumbSlide {
		margin: 0 -10px 0 -10px
	}

	.team-box__thumb {
		margin: 0 10px 0 10px
	}
}

.banner_btn {
	display: inline-block;
	background-color: var(--white-color);
	color: var(--title-color);
	line-height: 1;
	padding: 17px 24px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 500
}

.banner_btn i {
	margin-left: 10px
}

.banner_btn.style2 {
	background-color: var(--title-color);
	color: var(--white-color)
}

.banner_btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.banner_style1 {
	padding: 60px 40px 60px 40px;
	border-radius: 6px
}

.banner_style1 .banner_label {
	font-size: 13px;
	line-height: 1;
	color: var(--title-color);
	margin: 0 0 8px 0;
	display: block
}

.banner_style1 .banner_title {
	margin: 0 0 5px 0
}

.banner_style1 .banner_text {
	color: var(--black-color);
	margin: 0 0 33px 0
}

@media(max-width: 767px) {
	.banner_style1 {
		padding: 50px 20px 50px 20px
	}
}

.testi-card {
	position: relative;
	background-color: var(--smoke-color);
	padding: 50px 40px;
	margin: 0 0 30px 0;
	border-radius: 6px
}

.testi-card__quote {
	position: absolute;
	right: 40px;
	bottom: 60px
}

.testi-card__rating {
	margin: 0 0 20px 0
}

.testi-card__rating .star-rating {
	width: 100px;
	font-size: 14px
}

.testi-card__author {
	margin: 30px 0 0 0;
	display: flex;
	align-items: center
}

.testi-card__avater {
	width: 56px;
	height: 56px;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden
}

.testi-card__avater img {
	width: 100%
}

.testi-card__name {
	font-weight: 500;
	font-size: 18px;
	margin: 5px 0 3px 0;
	line-height: 1
}

.testi-card__degi {
	font-size: 14px;
	line-height: 1
}

.testi-media__text {
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	color: var(--white-color);
	margin-top: -0.3em
}

.testi-media__avater {
	width: 76px;
	height: 76px;
	margin: 0 auto;
	padding: 3px;
	overflow: hidden;
	background-color: var(--white-color);
	border-radius: 50%;
	transition: all ease .4s;
	transform: scale(0.8);
	cursor: pointer
}

.testi-media__avater img {
	width: 100%
}

.testi-media__avaterSlide {
	max-width: 300px;
	margin: 20px auto 25px auto
}

.testi-media__name {
	font-size: 18px;
	line-height: 1;
	color: var(--white-color);
	margin: 0 0 10px 0
}

.testi-media__degi {
	font-size: 14px;
	color: var(--white-color);
	line-height: 1;
	display: block
}

.testi-media__arrow .slick-arrow {
	border: 2px solid rgba(255, 255, 255, .2);
	background-color: transparent;
	color: var(--white-color);
	--pos-x: 15px
}

.testi-media__arrow .slick-arrow:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

.slick-center .testi-media__avater {
	transform: scale(1)
}

@media(max-width: 991px) {
	.testi-card {
		padding: 50px 30px
	}

	.testi-media__text {
		font-size: 20px;
		line-height: 34px
	}

	.testi-media__avaterSlide {
		max-width: 300px;
		margin: 15px auto 20px auto
	}
}

.cta-note-text {
	margin-bottom: 0;
	background-color: var(--title-color);
	color: var(--white-color);
	text-align: center;
	padding: 32px 0;
	font-size: 22px
}

.cta-style1 {
	padding: 120px 70px;
	border-radius: 20px;
	background-position: left center
}

.cta-style1 .sec-title {
	color: var(--white-color);
	max-width: 500px;
	margin-bottom: 18px
}

.cta-title {
	font-size: 40px;
	line-height: 50px;
	margin-top: -0.2em
}

.cta-style2 {
	padding: 100px 70px 70px 70px;
	border-radius: 6px
}

.cta-style2 .cta-subtitle {
	font-size: 17px;
	font-weight: 500;
	color: var(--theme-color);
	display: block;
	margin: -0.3em 0 7px 0
}

.cta-style2 .cta-title {
	font-size: 60px;
	line-height: 70px;
	max-width: 600px;
	margin: 0 0 13px 0
}

.cta-style2 .cta-text {
	max-width: 550px;
	margin: 0 0 43px 0;
	color: var(--title-color)
}

.cta-wrap1 {
	padding-top: 70px
}

.counter-box {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none
}

.counter-box li {
	background-color: var(--white-color);
	text-align: center;
	width: var(--box-size, 90px);
	height: var(--box-size, 90px);
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 6px;
	box-shadow: 0px 2px 4px rgba(2, 29, 53, .1);
	margin: 0 7px 0 0
}

.counter-box li:last-child {
	margin-right: 0
}

.counter-box li:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 3px;
	width: 50px;
	margin: 0 0 0 -25px;
	background-color: var(--theme-color)
}

.counter-box li:nth-child(1) {
	--theme-color: #FF732B
}

.counter-box li:nth-child(2) {
	--theme-color: #0084FF
}

.counter-box li:nth-child(3) {
	--theme-color: #0DBA64
}

.counter-box li:nth-child(4) {
	--theme-color: #F83479
}

.counter-box .count-number {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: var(--title-color)
}

.counter-box .count-name {
	font-size: 13px;
	line-height: 1;
	display: block;
	margin: 5px 0 0 0
}

@media(max-width: 1199px) {
	.cta-title {
		font-size: 30px;
		line-height: 1.3
	}

	.cta-style2 {
		padding: 80px 40px 50px 40px;
		background-position: left center
	}

	.cta-style2 .cta-title {
		font-size: 50px;
		line-height: 64px;
		max-width: 500px;
		margin: 0 0 13px 0
	}

	.cta-style2 .cta-text {
		max-width: 470px;
		margin: 0 0 30px 0
	}
}

@media(max-width: 991px) {
	.cta-style1 {
		padding: 80px 50px
	}

	.cta-style1 .sec-title {
		max-width: 400px
	}

	.cta-style2 {
		padding: 60px 40px 30px 40px
	}

	.cta-style2 .cta-title {
		font-size: 40px;
		line-height: 50px;
		max-width: 400px;
		margin: 0 0 10px 0
	}

	.cta-wrap1 {
		padding-top: 50px
	}
}

@media(max-width: 767px) {
	.cta-style1 {
		padding: 40px 20px
	}

	.cta-note-text {
		padding: 25px 15px;
		font-size: 18px
	}

	.cta-style2 {
		padding: 40px 15px 10px 15px
	}

	.cta-style2 .cta-title {
		font-size: 30px;
		line-height: 42px;
		max-width: 400px;
		margin: 0 0 10px 0
	}

	.cta-style2 .cta-text {
		margin: 0 0 25px 0
	}

	.counter-box li {
		--box-size: 58px
	}

	.counter-box li:before {
		width: 30px;
		margin: 0 0 0 -15px
	}

	.counter-box .count-number {
		font-size: 18px
	}

	.counter-box .count-name {
		font-size: 12px
	}
}

.vs-brand-box {
	width: 100%;
	height: var(--box-size, 170px);
	line-height: var(--box-size, 170px);
	text-align: center;
	border: 2px solid rgba(2, 29, 53, .1);
	border-radius: 6px;
	margin-bottom: 30px;
	transition: all ease .4s
}

.vs-brand-box:hover {
	border-color: transparent;
	box-shadow: 0px 20px 100px rgba(2, 29, 53, .2)
}

.brand-wrap1 {
	padding-bottom: 80px
}

.form-style1 {
	--btn-size: 60px;
	--btn-font-size: 24px;
	--bs-gutter-x: 10px
}

.form-style1 .form-title {
	font-size: 26px;
	margin: 0 0 25px 0
}

.form-style1 .form-title i {
	margin-right: 10px
}

.form-style1 .form-btn {
	text-align: center
}

.form-style2 {
	--bs-gutter-x: 10px;
	margin-bottom: 30px
}

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

.form-style2 textarea {
	min-height: 120px
}

.form-style3 {
	--bs-gutter-x: 20px;
	margin-bottom: 30px
}

.form-style3 .form-title {
	font-size: 40px;
	margin: 0 0 10px 0;
	line-height: 1
}

.form-style3 .form-text {
	max-width: 400px;
	margin: 0 0 35px 0
}

.xdsoft_datetimepicker {
	z-index: 55
}

.form-style4 {
	--bs-gutter-x: 20px;
	margin-bottom: 40px;
	box-shadow: 0px 2px 4px rgba(2, 29, 53, .1);
	border-radius: 10px;
	padding: 40px 30px;
	background-color: var(--white-color)
}

.form-style4 .form-title {
	font-size: 20px;
	margin: -0.3em 0 28px 0
}

.form-style4 .vs-btn {
	width: 100%
}

.info-box {
	padding: 50px 40px 40px 40px;
	border-right: 1px solid rgba(255, 255, 255, .2)
}

.info-box:last-child {
	border-right: none
}

.info-box__wrap {
	background-color: #061d6f;
	border-radius: 10px;
	margin: -165px 0 0 0;
	position: relative;
	z-index: 1
}

.info-box__wrap2 {
	border-radius: 6px
}

.info-box__icon {
	width: var(--icon-size, 60px);
	height: var(--icon-size, 60px);
	line-height: calc(var(--icon-size, 60px) - 2px);
	font-size: var(--icon-font-size, 20px);
	border: 2px solid rgba(255, 255, 255, .1);
	color: var(--white-color);
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin: 0 0 25px 0
}

.info-box__title {
	font-size: 20px;
	font-weight: 500;
	color: var(--white-color);
	margin: 0 0 10px 0
}

.info-box__text {
	font-size: 15px;
	line-height: 24px;
	color: var(--white-color);
	margin: 0 0 33px 0
}

.info-box__btn.style4 {
	border-color: rgba(255, 255, 255, .3);
	color: #3c66f4;
}

.info-box__schedule {
	font-size: 14px;
	border: none;
	margin: 0
}

.info-box__schedule td {
	padding: 8px 0 8px 0;
	color: var(--white-color);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.info-box__schedule td:last-child {
	text-align: right
}

.info-box__schedule tr:first-child td {
	padding-top: 0
}

.info-box__schedule tr:last-child td {
	padding-bottom: 0;
	border-bottom: none
}

.info-box__map {
	margin-top: 20px
}

.info-box__info {
	padding: 0 0 0 25px;
	position: relative;
	font-weight: 500;
	color: rgba(255, 255, 255, .7);
	margin: 0 0 8px 0
}

.info-box__info i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--theme-color)
}

.info-box__info a {
	color: inherit
}

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

.info-box--style2 {
	padding: 0;
	margin: 0 0 33px 0
}

.info-box--style2:last-child {
	margin-bottom: 0
}

.info-box--style2 .info-box__title {
	color: var(--title-color);
	font-size: 16px;
	font-weight: 700
}

.info-box--style2 .info-box__schedule td,
.info-box--style2 .info-box__info {
	color: var(--body-color)
}

.info-box--style2 .info-box__schedule td {
	font-weight: 500;
	color: var(--body-color);
	border-color: rgba(2, 29, 53, .1)
}

.info-box--style2 .info-box__schedule tr:last-child td {
	border-bottom: none;
	padding-bottom: 0
}

.info-card {
	text-align: center;
	box-shadow: 0px 6px 50px rgba(2, 29, 53, .1);
	border-radius: 6px;
	padding: 30px 15px 40px 15px;
	margin: 0 0 30px 0
}

.info-card__icon {
	display: inline-block;
	width: var(--icon-size, 80px);
	height: var(--icon-size, 80px);
	line-height: var(--icon-size, 80px);
	border: 2px solid rgba(2, 29, 53, .1);
	text-align: center;
	font-size: 26px;
	color: var(--theme-color);
	border-radius: 50%;
	margin: 0 0 12px 0
}

.info-card__text {
	font-size: 22px;
	color: var(--title-color);
	margin: 0
}

.info-card__text a {
	color: inherit
}

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

@media(max-width: 1199px) {
	.info-box {
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	.info-box:nth-child(even) {
		border-right: none
	}

	.info-box:nth-last-child(1),
	.info-box:nth-last-child(2) {
		border-bottom: none
	}

	.info-box__wrap {
		margin: var(--section-space) 0 0 0
	}

	.info-card__text {
		font-size: 18px
	}

	.info-card__icon {
		--icon-size: 60px;
		font-size: 22px
	}

	.form-style1 {
		--btn-size: 40px;
		--btn-font-size: 16px
	}

	.form-style1 .form-title {
		font-size: 18px;
		margin: 0 0 20px 0
	}

	.form-style3 .form-title {
		font-size: 34px
	}
}

@media(max-width: 991px) {
	.info-box__wrap {
		margin-top: var(--section-space-mobile)
	}

	.contact-map iframe {
		height: 400px
	}
}

@media(max-width: 767px) {
	.info-box {
		padding: 40px 30px
	}

	.info-box,
	.info-box:nth-last-child(2) {
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	.info-box--style2 {
		padding: 0
	}

	.form-style3 .form-title {
		font-size: 28px
	}
}

.vs-accordion .accordion-button {
	border: none;
	background-color: transparent
}

.vs-accordion .accordion-button:focus {
	border-color: transparent;
	background-color: transparent;
	box-shadow: none
}

.vs-accordion .accordion-collapse {
	border: none
}

.accordion-style1 .accordion-item {
	background-color: var(--smoke-color);
	margin: 0 0 30px 0;
	border: none
}

.accordion-style1 .accordion-button {
	font-size: 18px;
	font-weight: 500;
	color: var(--title-color);
	padding: 23px 30px 23px 30px;
	text-align: left;
	box-shadow: none
}

.accordion-style1 .accordion-button:after {
	content: "";
	font-family: var(--icon-font);
	border: none;
	width: auto;
	height: auto;
	background-image: none;
	font-size: 22px;
	font-weight: 300;
	color: var(--theme-color);
	padding-left: 10px;
	transform: none !important;
	text-align: center
}

.accordion-style1 .accordion-button:not(.collapsed):after {
	content: ""
}

.accordion-style1 .accordion-body {
	padding: 0 40px 8px 30px
}

.accordion-style1 .accordion-body p {
	color: var(--title-color)
}

.accordion-style1 .accordion-body p:first-child {
	margin-top: -0.3em
}

.accordion-style2 .accordion-item {
	background-color: var(--smoke-color);
	margin-bottom: 30px;
	padding-bottom: 17px;
	border: none;
	border-radius: 6px;
	transition: all ease .3s
}

.accordion-style2 .accordion-item.active {
	background-color: var(--white-color);
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, .1)
}

.accordion-style2 .accordion-button {
	padding: 27px 30px 10px 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: var(--title-color);
	box-shadow: none
}

.accordion-style2 .accordion-button:after {
	content: "";
	font-family: var(--icon-font);
	font-size: 18px;
	background-image: none;
	font-size: 16px;
	font-weight: 300;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: var(--white-color);
	color: var(--theme-color);
	transform: none;
	transition: all ease .4s;
	text-align: center
}

.accordion-style2 .accordion-button:not(.collapsed) {
	color: var(--theme-color)
}

.accordion-style2 .accordion-button:not(.collapsed):after {
	content: "";
	background-color: #eaeeff
}

.accordion-style2 .accordion-body {
	padding: 0 60px 0 30px
}

.accordion-style2.white-style .accordion-item {
	background-color: var(--white-color)
}

.accordion-style2.white-style .accordion-button:after {
	background-color: #eaeeff
}

.accordion-menu {
	background-color: var(--smoke-color);
	padding: 30px 0 45px 0;
	border-radius: 6px;
	display: block;
	position: relative
}

.accordion-menu button {
	display: block;
	border: none;
	border-left: 3px solid transparent;
	background-color: transparent;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 7px 20px 7px 20px;
	font-size: 16px;
	font-weight: 500;
	color: var(--body-color);
	transition: all ease .4s
}

.accordion-menu button.active,
.accordion-menu button:hover {
	color: var(--theme-color);
	border-left-color: var(--theme-color)
}

@media(max-width: 767px) {
	.accordion-style1 .accordion-button {
		font-size: 16px;
		padding: 23px 20px 23px 20px
	}

	.accordion-style1 .accordion-body {
		padding: 0 20px 8px 20px
	}

	.accordion-style2 .accordion-button {
		padding: 24px 30px 7px 30px;
		line-height: 1.6
	}
}

.notice-box {
	display: flex;
	background-color: var(--white-color);
	align-items: center;
	padding: 45px 50px;
	border-radius: 10px;
	box-shadow: 0px 4px 100px rgba(2, 29, 53, .14)
}

.notice-box__icon {
	margin: 0 30px 0 0
}

.notice-box__text {
	flex: 1;
	margin: 0;
	padding: 0 115px 0 0;
	line-height: 1.5
}

.inner-style1 {
	padding: 40px;
	margin: 0 0 30px 0;
	background-color: var(--white-color);
	box-shadow: 0px 2px 4px rgba(2, 29, 53, .1);
	border-radius: 10px;
	position: relative
}

.inner-style1 .inner-shape-1 {
	position: absolute;
	right: -65px;
	top: 50%;
	margin-top: calc(var(--shape-size, 370px)/-2);
	width: var(--shape-size, 370px);
	height: var(--shape-size, 370px);
	border-radius: 50%;
	background: linear-gradient(180deg, var(--theme-color) 0%, rgba(61, 102, 245, 0) 100%);
	z-index: -1
}

.inner-style2 {
	background-color: var(--white-color);
	padding: 60px 60px 30px 60px;
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, .1);
	border-radius: 10px;
	z-index: 1;
	position: relative
}

@media(max-width: 1199px) {
	.inner-style1 .inner-shape-1 {
		display: none
	}

	.notice-box {
		padding: 40px 30px
	}

	.notice-box__text {
		padding: 0 30px 0 0
	}

	.inner-style2 {
		padding: 40px 20px 10px 20px
	}
}

@media(max-width: 767px) {
	.inner-style1 {
		padding: 40px 20px
	}

	.notice-box {
		display: block
	}

	.notice-box__icon {
		margin: 0 0 15px 0
	}

	.notice-box__text {
		margin: 0 0 25px 0;
		padding: 0
	}
}

.rule-box {
	display: flex;
	align-items: center;
	position: relative;
	background-color: var(--white-color);
	margin: 12px 0 30px 0;
	padding: 25px 30px 25px 30px;
	box-shadow: 0px 4px 100px rgba(2, 29, 53, .1);
	border-radius: 6px
}

.rule-box__marker {
	position: absolute;
	left: 50%;
	top: 0;
	margin: -12px 0 0 -12px
}

.rule-box__marker i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	background-color: #3dca93;
	color: var(--white-color);
	display: inline-block;
	text-align: center;
	border-radius: 50%
}

.rule-box__marker i.fa-times {
	background-color: #f06367
}

.rule-box__icon {
	border: 2px solid rgba(61, 102, 245, .1);
	width: var(--icon-size, 70px);
	height: var(--icon-size, 70px);
	line-height: calc(var(--icon-size, 70px) - 2px);
	text-align: center;
	margin: 0 15px 0 0;
	border-radius: 50%
}

.rule-box__title {
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
	flex: 1
}

@media(max-width: 991px) {
	.rule-box__title {
		line-height: 1.5
	}
}

.process-box {
	position: relative;
	margin: 20px 0 30px 0
}

.process-box__number {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid rgba(2, 29, 53, .1);
	text-align: center;
	font-size: 16px;
	color: var(--title-color);
	margin: 0 auto 30px auto;
	border-radius: 50%
}

.process-box__line2,
.process-box__line {
	background: rgba(2, 29, 53, .1)
}

.process-box__line:after,
.process-box__line:before {
	content: "";
	height: 2px;
	width: calc(50% - 20px);
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 0 0 0;
	display: inline-block;
	background-color: inherit
}

.process-box__line:after {
	left: auto;
	right: 0
}

.process-box__line2::after,
.process-box__line2::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 20px;
	background-color: inherit;
	margin: -20px 0 0 -1px
}

.process-box__line2:before {
	margin: 40px 0 0 -1px;
	height: 40px
}

.process-box__body {
	background-color: var(--white-color);
	padding: 50px 30px 40px 30px;
	border-radius: 8px;
	transition: all ease .4s;
	position: relative;
	z-index: 3
}

.process-box__icon {
	margin: 0 0 25px 0
}

.process-box__title {
	margin: 0 0 7px 0
}

.process-box.active .process-box__body,
.process-box:hover .process-box__body {
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, .1), inset 0px 3px 0px var(--theme-color);
	border-radius: 6px
}

.process-box.active .link-btn,
.process-box:hover .link-btn {
	color: var(--theme-color)
}

.process-box:first-child .process-box__line:before {
	width: calc(30% - 20px);
	margin-left: 20%
}

.process-box:last-child .process-box__line:after {
	width: calc(30% - 20px);
	margin-right: 20%
}

@media(max-width: 1199px) {
	.process-box {
		margin: 0 0 30px 0
	}

	.process-box__line,
	.process-box__line2 {
		display: none
	}

	.process-box__number {
		margin: 0 auto 0 auto;
		position: absolute;
		right: 32px;
		top: 20px;
		z-index: 4;
		background-color: var(--smoke-color);
		border-color: var(--smoke-color)
	}
}

.feature-box {
	text-align: center;
	border: 2px solid rgba(2, 29, 53, .1);
	border-radius: 6px;
	padding: 38px 20px 33px 20px;
	margin: 0 0 30px 0
}

.feature-box__icon {
	margin: 0 0 20px 0
}

.feature-box__title {
	font-weight: 500;
	margin: 0 0 5px 0
}

.feature-box__text {
	margin: 0 0 0 0;
	font-size: 15px
}

.gallery_card {
	position: relative
}

.gallery_card_img {
	overflow: hidden;
	border-radius: 6px;
	position: relative
}

.gallery_card_img img {
	width: 100%
}

.gallery_card_img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color);
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	transform: scale(0.5);
	z-index: 1
}

.gallery_card_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--white-color);
	font-size: 3em;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	transform: translate(-50%, -50%)
}

.gallery_card:hover .gallery_card_icon {
	opacity: 1;
	visibility: visible
}

.gallery_card:hover .gallery_card_img:before {
	opacity: .8;
	visibility: visible;
	transform: scale(1)
}

.gallery-box {
	position: relative;
	margin-bottom: 30px
}

.gallery-box__img {
	border-radius: 6px;
	overflow: hidden;
	position: relative
}

.gallery-box__img img {
	width: 100%
}

.gallery-box__img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color);
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.gallery-box__label {
	font-size: 14px;
	font-weight: 500;
	color: var(--white-color);
	margin: 0 0 10px 0;
	line-height: 1;
	display: block
}

.gallery-box__title {
	font-size: 24px;
	color: var(--white-color);
	margin: 0 0 3px 0;
	line-height: 1
}

.gallery-box__title,
.gallery-box__label {
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	transform: translateY(-50px)
}

.gallery-box__content {
	position: absolute;
	left: 30px;
	bottom: 25px
}

.gallery-box .icon-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	--btn-font-size: 20px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(100px)
}

.gallery-box:hover .gallery-box__img:before {
	opacity: .8;
	visibility: visible
}

.gallery-box:hover .gallery-box__title,
.gallery-box:hover .gallery-box__label {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: .1s
}

.gallery-box:hover .gallery-box__label {
	transition-delay: .18s
}

.gallery-box:hover .icon-btn {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition-delay: .1s
}

.gallery-wrap1 {
	position: relative;
	padding-bottom: 80px
}

.gallery-shape1 {
	position: absolute;
	background-color: var(--smoke-color);
	width: 100%;
	height: 343px;
	z-index: -1;
	top: 0;
	left: 0
}

.filter-menu {
	margin: 0 0 50px 0;
	text-align: center
}

.filter-menu button {
	border: none;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	background-color: transparent;
	padding: 17.5px 22.5px;
	color: var(--white-color);
	transition: all ease .4s
}

.filter-menu button.active,
.filter-menu button:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.filter-shape1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 570px;
	width: 100%;
	background-color: #061d6f;
	z-index: -1
}

@media(max-width: 991px) {
	.gallery-box .icon-btn {
		--btn-size: 30px;
		--btn-font-size: 16px;
		right: 20px;
		top: 20px
	}

	.gallery-box__title {
		font-size: 20px;
		margin: 0 0 3px 0
	}
}

.department-box {
	margin-bottom: 30px
}

.department-box__img {
	overflow: hidden;
	border-radius: 6px
}

.department-box__img img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1)
}

.department-box__content {
	background-color: var(--white-color);
	padding: 30px 35px 28px 35px;
	margin: -50px 20px 0 20px;
	position: relative;
	z-index: 3;
	border-radius: 6px;
	transition: all ease .4s;
	box-shadow: 0px 10px 100px rgba(2, 29, 53, .1)
}

.department-box__title {
	font-size: 20px;
	margin: 0 0 7px 0
}

.department-box__text {
	margin: 0 0 15px 0
}

.department-box .link-btn {
	font-weight: 400;
	color: var(--title-color)
}

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

.department-box:hover .department-box__img img {
	transform: scale(1.1)
}

.department-box:hover .department-box__content {
	box-shadow: 0px 10px 100px rgba(2, 29, 53, .1), inset 0px -3px 0px var(--theme-color)
}

.department-media {
	display: flex;
	align-items: center;
	padding: 40px;
	border-bottom: 1px solid rgba(2, 29, 53, .1);
	background-color: var(--white-color);
	transition: all ease .4s
}

.department-media:last-child {
	border-bottom: none
}

.department-media__wrap {
	box-shadow: 0px 2px 4px rgba(2, 29, 53, .1);
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px
}

.department-media__icon {
	width: var(--icon-size, 80px);
	height: var(--icon-size, 80px);
	line-height: calc(var(--icon-size, 80px) - 2px);
	text-align: center;
	border: 2px solid rgba(2, 29, 53, .1);
	margin: 0 20px 0 0;
	border-radius: 50%;
	transition: all ease .4s
}

.department-media__icon img {
	transition: all ease .4s
}

.department-media__title {
	font-size: 18px;
	margin: -0.2em 0 8px 0;
	transition: all ease .4s
}

.department-media__text {
	margin: 0 0 0 0;
	transition: all ease .4s
}

.department-media:hover {
	background-color: var(--theme-color);
	border-color: transparent
}

.department-media:hover .department-media__text {
	color: rgba(255, 255, 255, .7)
}

.department-media:hover .department-media__title {
	color: var(--white-color)
}

.department-media:hover .department-media__icon {
	border-color: rgba(255, 255, 255, .1)
}

.department-media:hover .department-media__icon img {
	filter: brightness(0) invert(1)
}

@media(max-width: 1199px) {
	.department-box__content {
		margin: -40px 15px 0 15px;
		padding: 25px 20px 23px 20px
	}

	.department-media {
		padding: 30px 20px
	}

	.department-media__icon {
		--icon-size: 70px;
		margin-right: 15px
	}
}

.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, .95);
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	transform: translateX(-50%);
	transition: all ease .4s
}

.popup-search-box button.searchClose {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--theme-color);
	background-color: transparent;
	font-size: 22px;
	border-radius: 50%;
	transform: rotate(0);
	transition: all ease .4s
}

.popup-search-box button.searchClose:hover {
	color: var(--body-color);
	background-color: var(--white-color);
	border-color: transparent;
	border-color: transparent;
	transform: rotate(90deg)
}

.popup-search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	padding-bottom: 40px;
	cursor: auto;
	width: 100%;
	max-width: 700px;
	transform: translate(-50%, -50%) scale(0);
	transition: transform ease .4s
}

@media(max-width: 1199px) {
	.popup-search-box form {
		max-width: 600px
	}
}

.popup-search-box form input {
	font-size: 18px;
	height: 70px;
	width: 100%;
	border-width: 0;
	border: 2px solid var(--theme-color);
	background-color: transparent;
	padding-left: 30px;
	color: var(--white-color);
	border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
	color: var(--white-color)
}

.popup-search-box form input:-ms-input-placeholder {
	color: var(--white-color)
}

.popup-search-box form input::placeholder {
	color: var(--white-color)
}

.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: transparent;
	border: none;
	color: var(--white-color);
	font-size: 24px;
	right: 12px;
	color: var(--white-color);
	cursor: pointer;
	width: 70px;
	height: 70px;
	transition: all ease .4s;
	transform: scale(1.001)
}

.popup-search-box form button:hover {
	transform: scale(1.1)
}

.popup-search-box.show {
	opacity: 1;
	visibility: visible;
	width: 100.1%;
	height: 100%;
	transition: all ease .4s;
	border-radius: 0
}

.popup-search-box.show form {
	transition-delay: .5s;
	transform: translate(-50%, -50%) scale(1)
}

.sidemenu-wrapper {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, .75);
	opacity: 0;
	visibility: hidden;
	transition: all ease .8s
}

.sidemenu-wrapper .closeButton {
	display: inline-block;
	font-size: 24px;
	border: none;
	background-color: transparent;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 40px;
	color: var(--white-color);
	transition: all ease .4s
}

.sidemenu-wrapper .closeButton:hover {
	color: var(--white-color);
	border-color: transparent;
	transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
	background-color: #000644;
	width: 375px;
	margin-left: auto;
	padding: 50px 40px;
	height: 100%;
	overflow: scroll;
	position: relative;
	right: -500px;
	cursor: auto;
	transition-delay: 1s;
	transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
	width: 2px;
	background-color: #f5f5f5
}

.sidemenu-wrapper .widget {
	padding: 0;
	border: none;
	background-color: transparent;
	box-shadow: none
}

.sidemenu-wrapper .footer-logo {
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	padding: 0 0 30px 0;
	margin: 0 0 35px 0
}

.sidemenu-wrapper .vs-social .social-title {
	color: var(--white-color);
	font-size: 22px
}

.sidemenu-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	transition: all ease .8s
}

.sidemenu-wrapper.show .sidemenu-content {
	right: 0;
	opacity: 1;
	visibility: visible
}

@media(max-width: 575px) {
	.sidemenu-wrapper .sidemenu-content {
		width: 300px
	}
}

.woocommerce-message,
.woocommerce-info {
	position: relative;
	border: 1px solid #d8d8d8;
	padding: 11px 20px;
	background-color: var(--body-color);
	color: var(--white-color);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 5px
}

.woocommerce-message a,
.woocommerce-info a {
	color: inherit;
	text-decoration: underline
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
	text-decoration: underline
}

.woocommerce-message:before,
.woocommerce-info:before {
	content: "";
	font-family: var(--icon-font);
	font-weight: 900;
	margin-right: 10px
}

.woocommerce-notices-wrapper .woocommerce-message {
	background-color: var(--theme-color)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
	content: "";
	font-weight: 300
}

.woocommerce-form-login-toggle .woocommerce-info {
	background-color: var(--theme-color)
}

.woocommerce-form-coupon,
.woocommerce-form-login {
	background-color: var(--white-color);
	box-shadow: 0 0 40px rgba(0, 0, 0, .07);
	padding: 40px 40px 40px 40px;
	margin: 0 0 50px 0
}

.woocommerce-form-coupon .fs-xs.mt-2.mb-0,
.woocommerce-form-login .fs-xs.mt-2.mb-0 {
	color: var(--theme-color)
}

.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
	margin-bottom: 30px
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
	margin-bottom: 0
}

.woocommerce-error {
	background-color: var(--error-color);
	color: var(--white-color);
	list-style: none;
	padding: 10px 26px;
	margin: 0 0 30px 0;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px
}

.shipping_address {
	display: none
}

nav.woocommerce-MyAccount-navigation li {
	border: 1px solid #ddd;
	margin: 0;
	border-top: none
}

nav.woocommerce-MyAccount-navigation li:first-child {
	border-top: 1px solid #ddd
}

nav.woocommerce-MyAccount-navigation li a {
	color: var(--title-color);
	font-weight: 700;
	padding: 7px 17px;
	display: block
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
	color: var(--white-color);
	background-color: var(--theme-color)
}

.woocommerce-MyAccount-content h3 {
	margin-top: -0.3em
}

.woocommerce-MyAccount-content .btn {
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 700
}

.woocommerce-MyAccount-content .btn:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

table.variations,
.woocommerce-grouped-product-list-item {
	border-collapse: separate;
	border-spacing: 0 15px;
	margin-bottom: 5px;
	align-items: center
}

table.variations td,
.woocommerce-grouped-product-list-item td {
	border: none;
	vertical-align: middle;
	padding: 0 5px
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
	padding: 0
}

table.variations label,
.woocommerce-grouped-product-list-item label {
	margin: 0;
	font-size: 14px;
	text-transform: capitalize
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
	color: var(--title-color)
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
	color: var(--theme-color)
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	border: 1px solid var(--border-color)
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
	margin-bottom: 0
}

.woocommerce-grouped-product-list.group_table {
	border-collapse: collapse;
	margin-bottom: 15px
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
	font-size: 16px;
	color: var(--title-color)
}

.woocommerce-grouped-product-list.group_table label {
	margin: 0 0 0 10px;
	margin: 0 0 0 10px;
	font-family: var(--title-font);
	font-size: 18px
}

.woocommerce-grouped-product-list.group_table .qty-input {
	border-color: #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr {
	border-bottom: 1px solid #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr:last-child {
	border-bottom: none
}

.woocommerce-grouped-product-list.group_table td {
	padding: 30px 5px
}

table.variations {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative
}

table.variations td {
	padding: 0
}

table.variations td.label {
	padding-right: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

table.variations select {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: middle;
	margin: 0;
	padding-right: 54px;
	padding-left: 20px;
	height: 50px
}

table.variations .reset_variations {
	margin-left: 16px;
	display: inline-block;
	position: absolute;
	left: 100%;
	bottom: 25px
}

.woocommerce-variation.single_variation {
	margin-bottom: 30px
}

.woocommerce-variation.single_variation .price {
	color: var(--title-color);
	font-weight: 700
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
	padding-left: 15px !important
}

.wooscp-table-items a.added_to_cart.wc-forward {
	margin-left: 15px;
	text-decoration: underline
}

#woosq-popup .product_meta {
	margin-top: 20px
}

#woosq-popup .product_title {
	font-size: 24px;
	margin-bottom: 5px
}

#woosq-popup .single-product .product .actions {
	align-items: center;
	display: flex;
	gap: 20px
}

#woosq-popup .single-product .product .actions .vs-btn {
	padding: 17px 30px
}

#woosq-popup .single-product .product .actions > div {
	height: auto;
	overflow: visible;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.login-tab {
	margin-bottom: 30px;
	justify-content: center
}

.login-tab button.nav-link {
	background-color: var(--smoke-color);
	color: var(--title-color);
	padding: 11px 39px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 15px ​15px 0
}

.login-tab button.nav-link.active {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.star-rating {
	overflow: hidden;
	position: relative;
	width: 81px;
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	font-family: var(--icon-font);
	font-weight: 700;
	font-size: 11px
}

.star-rating:before {
	content: "";
	color: #e1e1e1;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 3px
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.star-rating span:before {
	content: "";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--yellow-color);
	letter-spacing: 3px
}

.rating-select label {
	margin: 0;
	margin-right: 10px
}

.rating-select p.stars {
	margin-bottom: 0;
	line-height: 1
}

.rating-select p.stars a {
	position: relative;
	height: 14px;
	width: 18px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}

.rating-select p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 14px;
	line-height: 1;
	font-family: var(--icon-font);
	content: "";
	font-weight: 400;
	text-indent: 0;
	color: var(--yellow-color)
}

.rating-select p.stars a:hover ~ a::before {
	content: "";
	font-weight: 400
}

.rating-select p.stars:hover a::before {
	content: "";
	font-weight: 700
}

.rating-select p.stars.selected a.active::before {
	content: "";
	font-weight: 700
}

.rating-select p.stars.selected a.active ~ a::before {
	content: "";
	font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
	content: "";
	font-weight: 700
}

@media(max-width: 767px) {

	.woocommerce-message,
	.woocommerce-info {
		font-size: 12px;
		padding: 5px 10px
	}

	.woocommerce-form-coupon,
	.woocommerce-form-login {
		padding: 40px 20px 40px 20px
	}
}

.product-price {
	font-size: 18px;
	color: var(--theme-color);
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: center
}

.product-price del {
	color: var(--title-color);
	margin-right: 7px
}

.product-rating {
	font-size: 12px;
	font-weight: 500
}

.product-rating .star-rating {
	display: inline-block;
	vertical-align: middle;
	top: -2px
}

.product-tagged a {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 6px 12px;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-weight: 400;
	margin-right: 10px;
	border-radius: 6px
}

.product-tagged a.hot {
	background-color: #ff296a
}

.product-tagged a.trending {
	background-color: #31b757
}

.product-tagged a.discount {
	background-color: #ff5d29
}

.product-tagged a.sale {
	background-color: #0989ff
}

.product-tagged a:last-child {
	margin-right: 0
}

.vs-sort-bar {
	background-color: var(--white-color);
	box-shadow: 0px 2px 4px rgba(2, 29, 53, .1);
	border-radius: 6px;
	padding: 20px 30px;
	margin: 0 0 30px 0
}

.vs-sort-bar .woocommerce-result-count {
	margin-bottom: 0;
	font-size: 14px;
	color: #6e7984
}

.vs-sort-bar select {
	padding: 0 30px 0 30px;
	border: 1px solid rgba(2, 29, 53, .1);
	background-color: transparent;
	background-position: right 25px center
}

.quantity {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.quantity:before {
	content: "";
	position: absolute;
	right: 39px;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: rgba(2, 29, 53, .1)
}

.quantity .screen-reader-text {
	display: none
}

.quantity input {
	width: 91px;
	height: 50px;
	text-align: center;
	border: 2px solid rgba(2, 29, 53, .1);
	background-color: transparent;
	color: var(--title-color);
	font-weight: 500;
	font-size: 14px;
	padding-left: 0;
	padding-right: 40px;
	border-radius: 6px
}

.quantity .qut-btn {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background-color: transparent;
	padding: 10px 15px 3px 15px;
	line-height: 1;
	color: var(--title-color);
	font-size: 12px;
	border-radius: 6px
}

.quantity .qut-btn.quantity-minus {
	top: auto;
	bottom: 0;
	padding: 3px 15px 10px 15px
}

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

.product_meta {
	font-weight: 400;
	font-size: 16px;
	font-family: var(--body-font)
}

.product_meta > span {
	display: block;
	margin-bottom: 6px;
	color: var(--title-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: 1px
}

.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: 2px solid #e4e4e4;
	margin: 70px 0 30px 0
}

.product-tab-style1 a {
	color: var(--title-color);
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	position: relative;
	line-height: 1;
	padding: 0 50px 22px 0;
	font-family: var(--title-font)
}

.product-tab-style1 a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 4px;
	width: 0;
	background-color: var(--theme-color);
	transition: all ease .4s
}

.product-tab-style1 a.active:before {
	width: 100%
}

.product-tab-style1 li {
	margin-right: 50px
}

.product-tab-style1 li:first-child a {
	padding-left: 0
}

.product-inner-list > ul {
	margin: 0 0 30px 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
}

.vs-product-box {
	background-color: var(--white-color);
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0px 10px 30px rgba(2, 29, 53, .05);
	border-radius: 6px;
	overflow: hidden
}

.vs-product-box .product-img {
	position: relative
}

.vs-product-box .product-img img {
	transition: all ease .4s;
	transform: scale(1)
}

.vs-product-box .product-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	z-index: 1
}

.vs-product-box .product-content {
	padding: 25px 20px 32px 20px
}

.vs-product-box .product-title {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 9px 0
}

.vs-product-box .product-tagged {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 3
}

.vs-product-box .actions {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	--btn-size: 40px;
	--btn-font-size: 14px;
	width: var(--btn-size);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	margin-left: calc(var(--btn-size)/-1);
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.vs-product-box .actions .icon-btn {
	border-radius: 0 6px 6px 0
}

.vs-product-box:hover .product-img img {
	transform: scale(1.1)
}

.vs-product-box:hover .product-img:before {
	opacity: 1;
	visibility: visible
}

.vs-product-box:hover .actions {
	margin-left: 0;
	opacity: 1;
	visibility: visible
}

.product-big-img {
	background-color: var(--smoke-color);
	margin: 0 0 30px 0
}

.product-big-img img {
	width: 100%
}

.product-about {
	margin: 0 0 30px 0
}

.product-about .actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 0 25px 0
}

.product-about .product-rating {
	font-size: 16px;
	margin: 0 0 8px 0
}

.product-about .product-rating .star-rating {
	font-size: 14px;
	width: 100px
}

.product-about .product-title {
	font-size: 50px;
	line-height: 1;
	margin: 0 0 13px 0
}

.product-about .price {
	font-size: 22px;
	font-weight: 500;
	color: var(--theme-color);
	margin: 0 0 25px 0
}

.product-about .text {
	margin-bottom: 33px
}

@media(max-width: 1199px) {
	.product-about .product-title {
		font-size: 36px;
		margin: 0 0 13px 0
	}
}

@media(max-width: 991px) {
	.product-about .product-title {
		font-size: 30px
	}

	.product-about .price {
		font-size: 20px;
		margin: 0 0 15px 0
	}

	.product-about .text {
		margin-bottom: 28px
	}

	.product-about .actions {
		margin: 0 0 15px 0
	}

	.product-tab-style1 {
		margin: 20px 0 30px 0
	}

	.product-tab-style1 a {
		font-size: 18px;
		padding: 0 15px 18px 0
	}

	.product-tab-style1 li {
		margin-right: 20px
	}
}

@media(max-width: 767px) {
	.vs-sort-bar .woocommerce-result-count {
		text-align: center;
		margin: 0 0 10px 0
	}

	.product-about .product-title {
		font-size: 26px
	}
}

.woocommerce-cart-form {
	text-align: center
}

.cart_table {
	border: 1px solid #eaf0f2;
	margin-bottom: 45px
}

.cart_table thead {
	background-color: #ecf0f1
}

.cart_table thead th {
	border: none !important
}

.cart_table td:before,
.cart_table th {
	font-family: var(--title-font);
	color: var(--title-color);
	font-weight: 600;
	border: none;
	padding: 27px 15px
}

.cart_table td:before {
	content: attr(data-title);
	position: absolute;
	left: 15px;
	top: 50%;
	vertical-align: top;
	padding: 0;
	transform: translateY(-50%);
	display: none
}

.cart_table td {
	border: none;
	border-bottom: 1px solid #f3f3f3;
	color: #8b8b8b;
	padding: 20px 10px;
	position: relative;
	vertical-align: middle
}

.cart_table .product-quantity {
	color: var(--title-color)
}

.cart_table .product-quantity input {
	position: relative;
	top: -2px
}

.cart_table .cart-productname {
	font-weight: 400;
	font-family: var(--body-font);
	color: var(--body-color)
}

.cart_table .cart-productimage {
	display: inline-block;
	border: 2px solid var(--smoke-color)
}

.cart_table .remove {
	color: #29af8a;
	font-size: 18px
}

.cart_table .quantity {
	display: inline-flex;
	align-items: center
}

.cart_table .quantity::before {
	display: none
}

.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;
	position: relative;
	text-align: center;
	padding: 0
}

.cart_table .qut-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: transparent
}

.cart_table .qut-btn.quantity-minus {
	padding: 0
}

.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;
	padding-right: 0
}

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

.cart_table .actions > .vs-btn:last-child {
	margin-right: 0
}

.cart_table .vs-cart-coupon {
	float: left;
	margin: 0;
	width: 455px;
	max-width: 100%;
	display: flex
}

.cart_table .vs-cart-coupon input {
	height: 50px;
	width: calc(100% - 200px);
	margin-right: 10px
}

.cart_table .vs-cart-coupon .vs-btn {
	font-size: 16px;
	padding: 17px 22px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.cart_totals {
	border: 1px solid #ecf0f1
}

.cart_totals th,
.cart_totals td {
	vertical-align: top;
	padding: 20px 20px;
	border: none;
	border-bottom: 1px solid #ecf0f1;
	font-size: 14px;
	color: var(--title-color);
	width: 55%
}

.cart_totals th:first-child,
.cart_totals td:first-child {
	width: 45%;
	background-color: #f9fbfb;
	font-weight: 700;
	font-size: 14px;
	color: #333
}

.cart_totals .shipping-calculator-button {
	display: inline-block;
	border-bottom: 1px solid;
	color: var(--title-color);
	font-weight: 700
}

.cart_totals .shipping-calculator-button:hover {
	color: var(--theme-color)
}

.cart_totals .woocommerce-shipping-destination {
	margin-bottom: 10px
}

.cart_totals .woocommerce-shipping-methods {
	margin-bottom: 0
}

.cart_totals .woocommerce-shipping-methods input[type=radio] ~ label::before {
	padding-right: 1.2px;
	padding-top: .3px
}

.cart_totals .shipping-calculator-form {
	display: none
}

.cart_totals .shipping-calculator-form p:first-child {
	margin-top: 20px
}

.cart_totals .shipping-calculator-form p:last-child {
	margin-bottom: 0
}

.cart_totals .shipping-calculator-form .vs-btn {
	padding: 5px 30px
}

.cart_totals .amount {
	font-weight: 700
}

.cart_totals .order-total .amount {
	color: #1abc9c
}

@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;
		justify-content: center;
		display: block;
		padding-bottom: 10px
	}

	.cart_table .vs-cart-coupon input {
		width: 100%;
		margin-bottom: 10px
	}

	.cart_totals th,
	.cart_totals td {
		padding: 15px 10px
	}

	.cart_totals th:first-child,
	.cart_totals td:first-child {
		width: 17%;
		line-height: 1.4
	}
}

.woocommerce-checkout .form-group,
.woocommerce-checkout .select2-container {
	margin-bottom: var(--bs-gutter-x)
}

.woocommerce-checkout .form-group input:not(:last-child) {
	margin-bottom: 1.5rem
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
	margin-top: 30px
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
	position: relative;
	bottom: -30px
}

.woocommerce-checkout .select2-dropdown {
	border: 1px solid #e3e6e9;
	border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
	color: var(--body-color)
}

.select2-container--default .select2-selection--single {
	height: 60px;
	border: 1px solid #e3e6e9
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
	padding-left: 30px;
	padding-right: 25px
}

.woocommerce-billing-fields .form-row {
	margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content: "";
	font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin: 0;
	border: none;
	top: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px;
	line-height: 60px;
	margin-right: 18px
}

span.select2-selection.select2-selection--single:focus {
	outline: none
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
	height: 40px;
	padding-left: 15px;
	font-size: 16px;
	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
}

.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 {
	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
}

.vs-checkout-wrapper form.woocommerce-form {
	margin-bottom: 25px
}

@media(max-width: 767px) {
	tfoot.checkout-ordertable th {
		display: none
	}

	.woocommerce-checkout-payment ul input[type=radio] ~ label img {
		max-width: 150px
	}
}

.tinv-wishlist input[type=checkbox] {
	display: inline-block;
	opacity: 1;
	visibility: visible;
	width: auto;
	height: auto
}

.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: var(--white-color);
	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: var(--white-color);
	padding: 0
}

.tinv-wishlist button.button i {
	font-size: 1rem !important;
	margin-right: 3px !important
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--title-font)
}

.tinv-wishlist td.product-name a {
	color: var(--title-color)
}

.tinv-wishlist td.product-name a:hover {
	color: var(--theme-color)
}

.tinv-wishlist td.product-price del {
	font-size: .9em
}

.tinv-wishlist .social-buttons > span {
	font-weight: 700;
	margin-right: 10px;
	font-family: var(--title-font);
	color: var(--title-color)
}

.tinv-wishlist .social-buttons li a.social {
	background-color: var(--theme-color);
	color: var(--white-color);
	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)
}

@media(max-width: 767px) {
	.tinv-wishlist table {
		table-layout: fixed
	}
}

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

.py-5 {
	padding-top: 5px;
	padding-bottom: 5px
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px
}

.py-25 {
	padding-top: 25px;
	padding-bottom: 25px
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

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

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

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

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

.pt-1px {
	padding-top: 1px
}

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

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

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

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

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

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

.mt-n1 {
	margin-top: -0.25rem
}

.mt-n2 {
	margin-top: -0.5rem
}

.mt-n3 {
	margin-top: -1rem
}

.mt-n4 {
	margin-top: -1.5rem
}

.mt-n5 {
	margin-top: -3rem
}

.mb-n1 {
	margin-bottom: -0.25rem
}

.mb-n2 {
	margin-bottom: -0.5rem
}

.mb-n3 {
	margin-bottom: -1rem
}

.mb-n4 {
	margin-bottom: -1.5rem
}

.mb-n5 {
	margin-bottom: -3rem
}

.space,
.space-top {
	padding-top: var(--section-space)
}

.space,
.space-bottom {
	padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
	padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
	padding-bottom: calc(var(--section-space) - 30px)
}

@media(max-width: 991px) {

	.space,
	.space-top {
		padding-top: var(--section-space-mobile)
	}

	.space,
	.space-bottom {
		padding-bottom: var(--section-space-mobile)
	}

	.space-extra,
	.space-extra-top {
		padding-top: calc(var(--section-space-mobile) - 30px)
	}

	.space-extra,
	.space-extra-bottom {
		padding-bottom: calc(var(--section-space-mobile) - 30px)
	}

	.space-top-md-none {
		padding-top: 0
	}
}
