:root {
	--theme-color: #F58800;
	--title-color: #051821;
	--body-color: #666666;
	--body-bg: #ffffff;
	--secondary-color: #266867;
	--smoke-color: #F5F5F5;
	--light-color: #f8f9fa;
	--black-color: #000000;
	--white-color: #ffffff;
	--yellow-color: #fec624;
	--success-color: #28a745;
	--error-color: #dc3545;
	--border-color: #D9D9D9;
	--title-font: "Barlow Condensed", sans-serif;
	--body-font: "Barlow", sans-serif;
	--icon-font: "Font Awesome 5 Pro";
	--main-container: 1170px;
	--container-gutters: 30px;
	--section-space: 120px;
	--section-space-mobile: 60px;
	--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);
	background-color: var(--body-bg);
	line-height: 30px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}

iframe {
	border: none;
	width: 100%
}

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

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

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

ul {
	list-style-type: disc
}

ol {
	list-style-type: decimal
}

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

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

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

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

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

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

button {
	transition: all ease .4s
}

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

ins {
	text-decoration: none
}

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

span.ajax-loader:empty,
p:empty {
	display: none
}

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

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

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

.h1,
h1 {
	    font-size: 37px;
}

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

.h3,
h3 {
	    font-size: 25px;
}

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

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

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

@media(max-width: 1199px) {

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

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

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

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

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

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

@media(max-width: 767px) {

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

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

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

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

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

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

@media only screen and (min-width: 1300px) {

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: calc(var(--main-container) + var(--container-gutters));
		padding-left: calc(var(--container-gutters)/2);
		padding-right: calc(var(--container-gutters)/2)
	}
}

@media only screen and (max-width: 1600px) {
	.container-fluid.px-0 {
		padding-left: 15px !important;
		padding-right: 15px !important
	}

	.container-fluid.px-0 .row {
		margin-left: -15px !important;
		margin-right: -15px !important
	}
}

.container-style2 {
	--main-container: 1650px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type=number] {
	-moz-appearance: textfield
}
.fou8s{
	margin-top: 0px !important;
    margin-bottom: 0;
    padding: 0px 20px !important;
}

textarea.form-control,
textarea {
	min-height: 150px;
	padding-top: 16px;
	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: 3.5px;
	background-color: var(--body-bg);
	border: 1px solid var(--border-color);
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%
}

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

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

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

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

label {
	margin-bottom: .5em;
	margin-top: -0.3em;
	display: block;
	color: var(--title-color);
	font-family: var(--body-font);
	font-size: 16px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dots button:hover,
.slick-dots .slick-active button {
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

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

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

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

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

.arrow-margin .slick-arrow {
	top: calc(50% - 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: 0;
	padding-top: 40px;
	display: block;
	text-align: center;
	background-color: var(--body-bg)
}

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

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

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

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

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

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

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

.vs-mobile-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, .2);
	background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar {
	width: 6px;
	background-color: #000
}

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

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

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

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

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

.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(242, 0, 58, .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: 50px;
	height: 50px;
	padding: 0;
	font-size: 24px;
	border: none;
	background-color: var(--theme-color);
	color: var(--white-color);
	display: inline-block;
	border-radius: 10px
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	color: var(--title-color);
	font-size: 20px
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
	margin-right: 10px
}

.vs-menu-toggle.style-text-white {
	color: var(--white-color)
}

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

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

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

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

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

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

.loader {
	width: 8px;
	height: 40px;
	border-radius: 4px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
	background: currentColor;
	color: var(--theme-color);
	box-sizing: border-box;
	animation: animloader .3s .3s linear infinite alternate
}

.loader::after,
.loader::before {
	content: "";
	box-sizing: border-box;
	width: 8px;
	height: 40px;
	border-radius: 4px;
	background: currentColor;
	position: absolute;
	bottom: 0;
	left: 20px;
	animation: animloader1 .3s .45s linear infinite alternate
}

.loader::before {
	left: -20px;
	animation-delay: 0s
}

@keyframes animloader {
	0% {
		height: 40px;
		transform: translateY(0)
	}

	100% {
		height: 10px;
		transform: translateY(10px)
	}
}

@keyframes animloader1 {
	0% {
		height: 48px
	}

	100% {
		height: 4.8px
	}
}

.vs-btn {
	position: relative;
	border: none;
	display: inline-block;
	line-height: 1;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 600;
	color: var(--white-color);
	background-color: var(--title-color);
	text-transform: uppercase;
	font-family: var(--title-font);
	border-radius: 9999px;
	letter-spacing: .02em;
	z-index: 1
}

.vs-btn:before {
	content: "";
	position: absolute;
	left: var(--btn-shape-gap, 3px);
	right: var(--btn-shape-gap, 3px);
	bottom: var(--btn-shape-gap, 3px);
	top: var(--btn-shape-gap, 3px);
	background-color: var(--bg-hover, var(--secondary-color));
	z-index: -1;
	transform: scale(0.7);
	transition: all ease .4s;
	border-radius: inherit;
	opacity: 0;
	visibility: hidden
}

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

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

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

.vs-btn.style2 {
	background-color: var(--theme-color);
	text-transform: capitalize;
	padding: 18px 43px;
	font-size: 16px
}

.vs-btn.style3 {
	font-size: 16px;
	color: var(--title-color);
	background-color: var(--white-color);
	padding: 22.2px 40px
}

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

.vs-btn.style6,
.vs-btn.style4 {
	background-color: var(--secondary-color);
	padding: 18px 32px;
	font-size: 14px;
	letter-spacing: .03em
}

.vs-btn.style6:hover,
.vs-btn.style4:hover {
	--bg-hover: var(--title-color);
	color: var(--white-color)
}

.vs-btn.style5 {
	padding: 22px 35px;
	font-size: 16px
}

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

.vs-btn.style6:hover {
	color: var(--white-color);
	--bg-hover: var(--title-color)
}

.vs-btn.style7 {
	background-color: var(--title-color);
	color: var(--white-color);
	padding: 17px 43px
}

.vs-btn.style7:hover {
	--bg-hover: var(--theme-color);
	color: var(--white-color)
}

.icon-btn {
	    display: inline-block;
    border: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 26px;
    color: #ffffff;
}

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

.bar-btn {
	border: none;
	display: inline-block;
	padding: 0;
	line-height: 1;
	font-size: 25px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0);
	width: 25px;
	height: 23px;
	position: relative;
	overflow: hidden
}

.bar-btn .bar:after,
.bar-btn .bar:before {
	content: "";
	width: 100%;
	height: 3px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	transition: all ease .4s;
	background-color: var(--title-color)
}

.bar-btn .bar:after {
	left: -140%;
	right: auto;
	background-color: var(--secondary-color)
}

.bar-btn .bar:nth-child(2):before,
.bar-btn .bar:nth-child(2):after {
	top: 50%;
	margin-top: -1.5px;
	width: 17px
}

.bar-btn .bar:nth-child(2):after {
	left: auto;
	right: -120%
}

.bar-btn .bar:nth-child(3):after,
.bar-btn .bar:nth-child(3):before {
	top: auto;
	bottom: 0
}

.bar-btn:hover .bar:before {
	right: -120%
}

.bar-btn:hover .bar:after {
	left: 0
}

.bar-btn:hover .bar:nth-child(2):before {
	right: 120%
}

.bar-btn:hover .bar:nth-child(2):after {
	left: auto;
	right: 0
}

.bar-btn.style2 .bar:before {
	background-color: var(--white-color)
}

.bar-btn.style2 .bar:after {
	background-color: var(--theme-color)
}

.play-btn {
	display: inline-block;
	position: relative;
	z-index: 2;
	border: none;
	padding: 0;
	background-color: rgba(0, 0, 0, 0)
}

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

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

.watch-btn {
	font-size: 18px;
	font-family: var(--title-font);
	color: var(--secondary-color);
	vertical-align: middle
}

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

.watch-btn i {
	--icon-font-size: 18px;
	--icon-size: 60px;
	padding-left: 5px;
	margin-right: 10px
}

.watch-btn.style2 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: var(--theme-color);
	letter-spacing: .02em
}

.watch-btn.style2 i {
	background-color: var(--secondary-color);
	color: var(--white-color);
	transition: all ease .4s
}

.watch-btn.style2:hover {
	color: var(--secondary-color)
}

.watch-btn.style2:hover i {
	background-color: var(--title-color);
	color: var(--white-color)
}

.arrow-btn {
	display: inline-block;
	background-color: #0c282d;
	width: 31px;
	height: 34px;
	padding: 0;
	border: none;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	display: block;
	margin: 0 0 -10px -13px;
	transition: all ease .4s
}

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

.arrow-btn[data-slick-next] {
	margin: 0;
	transform: rotateY(180deg)
}

.arrow-btn i {
	display: inline-block;
	width: 10px;
	height: 11px;
	background-color: var(--white-color);
	-webkit-clip-path: inherit;
	clip-path: inherit;
	margin-right: 5px
}

.arrow-btn.style2:not(:hover) {
	background-color: #266867
}

.link-btn {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	line-height: .8;
	color: var(--title-color)
}

.link-btn i {
	margin-right: 10px;
	color: var(--theme-color)
}

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

.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: #7d750a;
	color: var(--white-color);
	text-align: center;
	font-size: 16px;
	width: var(--btn-size, 50px);
	height: var(--btn-size, 50px);
	line-height: var(--btn-size, 50px);
	z-index: 2;
	border-radius: inherit;
	position: relative;
	transition: all ease .8s
}

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

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

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

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

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

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

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

@media(max-width: 1199px) {
	.watch-btn i {
		--icon-size: 40px;
		--icon-font-size: 14px
	}

	.watch-btn .btn-text {
		font-size: 14px
	}
}

@media(max-width: 991px) {
	.link-btn {
		font-size: 14px
	}
}

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

	.scrollToTop {
		right: 20px
	}

	.scrollToTop.show {
		bottom: 20px
	}
}

@media(max-width: 1199px) {
	.icon-btn {
		font-size: 20px
	}

	.hambarger-btn {
		font-size: 20px
	}

	.vs-btn {
		padding: 12px 26px;
		font-size: 12px
	}

	.vs-btn.style6,
	.vs-btn.style4 {
		padding: 12px 26px;
		font-size: 12px
	}

	.vs-btn.style5,
	.vs-btn.style3 {
		font-size: 12px;
		padding: 14px 23px
	}
}

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

.sec-btns {
	margin-bottom: 60px
}

.sec-subtitle2,
.sec-subtitle {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	display: block;
	color: var(--theme-color);
	margin-bottom: 10px;
	margin-top: -0.15em
}

.sec-subtitle2 .icon:nth-child(1),
.sec-subtitle .icon:nth-child(1) {
	margin-right: 10px
}

.sec-subtitle2 .icon:nth-child(2),
.sec-subtitle .icon:nth-child(2) {
	margin-left: 10px
}

.sec-subtitle2 {
	font-size: 24px
}

.sec-subtitle3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	display: block;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: -0.12em
}

.sec-title {
	font-size: 60px;
	letter-spacing: -0.02em
}

.sec-title2 {
	    font-size: 65px;
    letter-spacing: -0.02em;
}

.sec-title3 {
	font-size: 72px;
	letter-spacing: -0.02em;
	text-transform: capitalize
}

.sec-text {
	margin-bottom: 10px
}

@media(max-width: 1500px) {
	.sec-title3 {
		font-size: 60px
	}

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

@media(max-width: 1199px) {
	.sec-title {
		font-size: 42px;
		letter-spacing: 0
	}

	.sec-title3 {
		font-size: 46px
	}

	.sec-subtitle3,
	.sec-subtitle2 {
		font-size: 20px
	}

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

	.sec-title2 {
		font-size: 48px;
		letter-spacing: 0
	}
}

@media(max-width: 991px) {

	.sec-title,
	.sec-title2,
	.sec-title3 {
		font-size: 36px
	}
}

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

	.sec-subtitle3,
	.sec-subtitle2 {
		font-size: 16px
	}

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

	.sec-subtitle,
	.sec-subtitle2 {
		margin-bottom: 5px
	}
}

.image-scale-hover {
	overflow: hidden
}

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

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

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

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

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

.media-body {
	flex: 1
}

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

@media(min-width: 1921px) {
	.d-hd-none {
		display: none !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
}

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

@media(max-width: 767px) {

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

.bg-theme {
	background-color: #7d750a !important;
}

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

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

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

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

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

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

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

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

.bg-top-center {
	background-position: center top
}

.gradient-style1 {
	background-color: var(--secondary-color);
	background-image: linear-gradient(to top, var(--title-color) 0%, var(--secondary-color) 100%)
}

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

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

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

[data-overlay] {
	position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeInUp {
	animation-name: fadeInUp
}

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

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

.slideinup {
	--animation-name: slideinup
}

.slideindown {
	--animation-name: slideindown
}

.slideinleft {
	--animation-name: slideinleft
}

.slideinright {
	--animation-name: slideinright
}

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

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

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

	30% {
		opacity: .4
	}

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

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

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

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

	100% {
		transform: translateY(0)
	}
}

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

	100% {
		transform: translateY(0)
	}
}

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

	100% {
		transform: translateX(0)
	}
}

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

	100% {
		transform: translateX(0)
	}
}

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

	100% {
		opacity: 1
	}
}

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

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

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

@keyframes jumpping {

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

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

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

.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
	display: block;
	background-color: #eee;
	color: var(--body-color);
	padding: 17px 60px 17px 30px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	border-radius: 9999px
}

.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

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

.widget_nav_menu li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	color: var(--body-color);
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
	display: inline-block;
	text-align: center;
	transition: all ease .4s;
	position: absolute;
	right: 30px;
	top: 17px
}

.widget_nav_menu li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
	color: var(--white-color)
}

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

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

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

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

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

@media(max-width: 1399px) {

	.widget_nav_menu a,
	.widget_pages a,
	.widget_archive a,
	.widget_categories a {
		padding: 13px 50px 13px 20px;
		font-size: 14px
	}

	.widget_nav_menu li>span,
	.widget_pages li>span,
	.widget_archive li>span,
	.widget_categories li>span {
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		line-height: 41px;
		font-size: 14px
	}
}

.widget {
	position: relative;
	margin-bottom: 60px
}

.widget select,
.widget input {
	height: 60px;
	border: 1px solid #d9d9d9;
	background-color: var(--input-bg, #fff);
	border-radius: 40px
}

.widget_title {
	position: relative;
	font-weight: 600;
	font-size: 30px;
	line-height: 1em;
	margin: -0.2em 0 40px 0;
	padding: 0 0 25px 0;
	font-family: var(--title-font)
}

.widget_title:after,
.widget_title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 140px;
	background-color: #e4e4e4
}

.widget_title:before {
	width: 40px;
	height: 5px;
	background-color: var(--theme-color);
	z-index: 1
}

.widget .search-form {
	position: relative
}

.widget .search-form input {
	padding-right: 70px
}

.widget .search-form button {
	border: none;
	background-color: var(--theme-color);
	color: var(--white-color);
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

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

.wp-block-tag-cloud a,
.tagcloud a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid var(--border-color);
	background-color: var(--white-color);
	color: var(--body-color);
	font-family: var(--title-font);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .02em;
	padding: 12px 22px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 9999px;
	z-index: 1
}

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

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

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

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

.recent-post .media-img {
	margin-right: 20px;
	width: 140px
}

.recent-post .media-img img {
	width: 100%;
	border-radius: 5px
}

.recent-post .post-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin: 0 0 8px 0
}

.recent-post .recent-post-meta {
	margin-bottom: 2px
}

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

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

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

.sidebar-gallery .gallery-thumb {
	overflow: hidden;
	position: relative
}

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

.sidebar-gallery .gallery-thumb:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.sidebar-gallery .gallery-thumb .gal-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	color: var(--white-color);
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden;
	z-index: 3
}

.sidebar-gallery .gallery-thumb:hover:before {
	opacity: .8;
	visibility: visible
}

.sidebar-gallery .gallery-thumb:hover .gal-btn {
	opacity: 1;
	visibility: visible;
	transition-delay: .1s
}

.sidebar-gallery .gallery-thumb:hover img {
	transform: scale(1.12)
}

.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 .qut-btn {
	border: 1px solid var(--border-color);
	background-color: rgba(0, 0, 0, 0);
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	width: 25px;
	height: 25px;
	padding: 0;
	font-size: 12px;
	z-index: 1;
	position: relative
}

.widget_shopping_cart .qut-btn:hover {
	background-color: var(--title-color);
	border-color: rgba(0, 0, 0, 0);
	color: var(--white-color)
}

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

.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 {
	border: 1px solid var(--title-color);
	color: var(--title-color);
	margin-right: 10px;
	text-transform: capitalize;
	height: 50px;
	line-height: 47px;
	padding: 0 35px;
	background-color: var(--title-color);
	color: var(--white-color);
	font-weight: 400
}

.widget_shopping_cart .vs-btn:hover {
	background-color: rgba(0, 0, 0, 0);
	color: var(--title-color)
}

.widget_shopping_cart .buttons {
	margin: 0
}

.sidebar-area {
	margin-bottom: -10px
}

.sidebar-area .comment-list ul {
	padding: 0;
	margin: -0.4em 0 0 0;
	list-style-type: none
}

.sidebar-area .comment-list li {
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 18px;
	padding-bottom: 17px
}

.sidebar-area .comment-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: -0.2em
}

.sidebar-area .comment-list .comment-author {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: var(--title-color)
}

.sidebar-area .comment-list .comment-text {
	color: var(--body-color);
	font-size: 18px
}

.sidebar-area .comment-list .comment-text:hover {
	color: var(--theme-color)
}

.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 .newsletter-form button {
	width: 100%;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	height: 60px;
	margin-top: 10px
}

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

.recent-product {
	display: flex
}

.recent-product .product-title {
	font-size: 16px
}

.range-slider-area .price-amount {
	display: block;
	color: var(--body-color);
	font-size: 16px;
	font-weight: 600;
	margin: -0.4em 0 0 0;
	line-height: 1.4
}

.range-slider-area .price-amount .title {
	color: var(--title-color);
	margin-right: 10px
}

.range-slider-area .ui-slider {
	height: 2px;
	position: relative;
	width: 100%;
	background-color: var(--smoke-color);
	border: none;
	margin-top: 20px;
	margin-bottom: 29px;
	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(--title-color)
}

.range-slider-area .ui-slider-handle {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	z-index: 2;
	background-color: var(--theme-color);
	transform: translateX(0px);
	border-radius: 3px
}

.range-slider-area .ui-slider-handle:focus {
	outline: none;
	box-shadow: none
}

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

.range-slider-area .filter-btn {
	background-color: var(--theme-color);
	color: var(--white-color);
	border: none;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	padding: 12px 39px 14px 39px;
	line-height: 1;
	border-radius: 9999px
}

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

.range-slider-area .reset-btn {
	float: right;
	border: none;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--title-color);
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	top: 8px
}

.range-slider-area .reset-btn i {
	margin-right: 7px
}

.range-slider-area .reset-btn:hover {
	color: var(--theme-color)
}

.latest-product {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.latest-product:last-child {
	margin-bottom: 0
}

.latest-product .media-img {
	margin-right: 15px
}

.latest-product .product-title {
	font-size: 18px;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px
}

.latest-product .star-rating {
	width: 70px;
	font-size: 10px;
	margin-bottom: 4px
}

.latest-product .product-price {
	font-size: 14px;
	font-weight: 600;
	color: var(--body-color);
	margin-bottom: 0
}

@media(max-width: 1399px) {
	.widget {
		margin-bottom: 30px
	}

	.widget select,
	.widget input {
		height: 40px;
		padding-left: 20px
	}

	.widget .search-form button {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}

	.widget_title {
		font-size: 24px;
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	.recent-post {
		margin-bottom: 10px
	}

	.recent-post .media-img {
		margin-right: 15px;
		width: 110px
	}

	.recent-post .post-title {
		font-size: 18px;
		margin-bottom: 0;
		line-height: 24px
	}

	.recent-post .recent-post-meta a {
		font-size: 14px
	}

	.wp-block-tag-cloud a,
	.tagcloud a {
		font-size: 12px;
		letter-spacing: 0;
		padding: 8px 16px;
		margin-right: 3px;
		margin-bottom: 7px
	}
}

@media(max-width: 991px) {

	.shop-sidebar,
	.sidebar-area {
		margin-top: 20px;
		margin-bottom: 30px
	}
}

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

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

.footer-widget .widget_title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border: none;
	text-transform: uppercase;
	margin-top: -0.1em
}

.footer-widget .widget_title:after {
	height: 2px;
	width: 65px;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(to right, var(--theme-color) 0%, var(--secondary-color) 50%, var(--title-color) 100%)
}

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

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

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

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
	width: -moz-max-content;
	width: max-content;
	display: block;
	border: none;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 18px;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	padding-left: 25px
}

.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);
	position: absolute;
	left: 0;
	top: .5px;
	font-weight: 700;
	color: var(--theme-color)
}

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

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

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

.footer-widget .recent-post {
	margin-bottom: 20px
}

.footer-widget .recent-post .media-img {
	width: 70px
}

.footer-widget .recent-post .post-title {
	color: var(--white-color);
	margin: 0 0 8px 0;
	font-size: 17px;
	line-height: 1.2
}

.footer-widget .recent-post .recent-post-meta {
	line-height: 1;
	margin-top: 4px
}

.footer-logo {
	    margin-bottom: 23px;
    width: 247px;
}
.aalpading{
	padding: 33px 0px !important;
    /*background-color: var(--secondary-color);
    background-image: linear-gradient(to top, var(--title-color) 0%, var(--secondary-color) 100%);*/
}
.mmhsy{
	padding-bottom: 20px !important;
}
.msius{
	margin-bottom: 0px !important;
}
.mains9s{
	    background: white;
    padding: 7px 5px;
    border-radius: 32px;
}

.footer-text {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 25px
}

.footer-address {
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px
}

.footer-address img,
.footer-address i {
	position: absolute;
	left: 0;
	top: 6px
}

.footer-info {
	position: relative;
	padding-left: 30px;
	line-height: 1;
	margin-bottom: 15px
}

.footer-info a {
	color: inherit
}

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

.footer-info i {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color)
}

.footer-social a {
	display: inline-block;
	text-align: center;
	color: var(--white-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-right: 7px;
	border-radius: 50%;
	background-color: #1a4645
}

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

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

.footer-social.style2 a {
	background-color: var(--theme-color);
	color: var(--white-color)
}

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

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

	.footer-widget .widget_title {
		font-size: 20px;
		margin-bottom: 20px
	}

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

	.footer-logo {
		margin-bottom: 13px
	}

	.footer-text {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 18px
	}

	.footer-widget .recent-post .post-title {
		font-size: 16px;
		line-height: 20px
	}

	.footer-widget .recent-post .media-img {
		width: 65px;
		margin-right: 15px
	}

	.footer-widget .recent-post .recent-post-meta a {
		font-size: 12px
	}

	.footer-widget.widget_meta a,
	.footer-widget.widget_pages a,
	.footer-widget.widget_archive a,
	.footer-widget.widget_categories a,
	.footer-widget.widget_nav_menu a {
		font-size: 14px;
		margin-bottom: 15px
	}
}

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

	.footer-widget .widget_title {
		font-size: 20px
	}
}

@media(max-width: 767px) {
	.footer-text {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px
	}
}

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

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

.header-logo {
	max-width: 270px;
	padding: 15px 0
}

.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 ul.sub-menu li a{
	color: #000 !important;
}

.main-menu a {
	display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-social li {
	display: inline-block;
	margin-right: 20px
}

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

.header-social a {
	color: var(--white-color);
	font-size: 18px;
	display: block
}

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

.header-social.style2 li {
	margin-right: 7px
}

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

.header-social.style2 a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: var(--white-color);
	background-color: var(--title-color);
	text-align: center;
	border-radius: 50%
}

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

.header-links li,
.header-info li {
	display: inline-block;
	font-size: 16px;
	color: var(--white-color);
	margin-right: 18px
}

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

.header-links i,
.header-info i {
	color: var(--title-color);
	margin-right: 10px
}

.header-links a,
.header-info a {
	color: inherit;
	font-size: 16px
}

.header-links a:hover,
.header-info a:hover {
	color: var(--title-color)
}

.header-links li {
	position: relative;
	padding-right: 20px
}

.header-links li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 14px;
	margin-top: -7px;
	width: 1px;
	background-color: var(--white-color)
}

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

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

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

.header-btn a,
.header-btn button {
	display: inline-block;
	margin-right: var(--btn-gap, 35px)
}

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

.header-layout1 .container-xxl {
	--main-container: 100%;
	padding-left: 45px;
	padding-right: 45px
}

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

.header-layout2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 2;
	background-color: rgba(26, 70, 69, .4);
	max-width: calc(var(--main-container) - var(--container-gutters));
	margin: 0 auto;
	border-radius: 0 0 36px 36px
}

.header-layout2 .header-top {
	background-color: #1a4645;
	padding: 5px 15px;
	border-radius: 0 0 25px 25px
}

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

.header-layout2 .header-links a:hover {
	color: var(--theme-color)
}

.header-layout2 .header-btn {
	--btn-gap: 30px
}

.header-layout2 .vs-btn {
	padding: 14px 26px;
	font-size: 14px
}

.header-layout3 {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 31
}

.header-layout3 .header-inner {
	position: relative;
	max-width: calc(var(--main-container) + var(--container-gutters));
	margin-left: auto;
	margin-right: auto
}

.header-layout3 .menu-bottom {
	position: absolute;
	right: calc(var(--container-gutters)/2);
	left: auto;
	top: 100%;
	max-width: var(--main-container)
}

.header-layout3 .menu-area {
/*	    background-color: #6b0f0f;*/
    background-image: linear-gradient(to top, var(--title-color) 0%, var(--secondary-color) 100%);
    padding: 0 18px;
}

.header-layout3 .menu-bottom {
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: auto;
	background-color: #266867;
	padding: 9px 30px;
	border-radius: 0 0 7px 7px
}

.header-layout3 .header-info {
	background-color: var(--theme-color);
	border-radius: 7px 7px 0 0;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	padding: 9px 20px
}

.header-layout3 .header-social a {
	font-size: 16px
}

.header-layout3 .header-links a {
	font-size: 14px
}

.header-layout3 .header-links a:hover,
.header-layout3 .header-social a:hover {
	color: var(--theme-color)
}

@media(max-width: 1500px) {
	.header-layout1 .container-xxl {
		padding-left: 15px;
		padding-right: 15px
	}

	.header-layout3 {
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		--main-container: 100%
	}

	.header-layout3 .menu-area {
		padding-left: 0;
		padding-right: 0
	}

	.header-layout3 .menu-bottom {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
		border-radius: 0;
		padding: 8.5px 30px
	}

	.header-layout3 .header-info {
		width: 100%;
		border-radius: 0
	}

	.header-layout2 {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		border-radius: 0;
		background-color: var(--secondary-color);
		max-width: 100%
	}

	.header-layout2 .menu-area,
	.header-layout2 .header-top {
		border-radius: 0;
		padding-left: 0;
		padding-right: 0
	}

	.header-layout2 .header-btn {
		--btn-gap: 20px
	}

	.header-info a,
	.header-links a {
		color: inherit;
		font-size: 14px
	}
}

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

	.header-btn {
		--btn-gap: 15px
	}
}

@media(max-width: 767px) {

	.header-info,
	.header-links {
		text-align: center;
		line-height: 1
	}

	.header-info li,
	.header-links li {
		font-size: 12px;
		margin-right: 8px
	}

	.header-info li i,
	.header-links li i {
		margin-right: 3px
	}

	.header-info li a,
	.header-links li a {
		font-size: inherit
	}

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

	.header-layout1 .header-top {
		padding: 15px 0
	}

	.header-social.style2 a {
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px
	}

	.header-social.style2 li {
		margin-right: 2px
	}

	.header-layout2 .header-top {
		padding: 8px 0
	}
}

@media(max-width: 575px) {
	.header-logo {
		max-width: 145px
	}
}

.widget-area {
	padding-top: 120px;
	padding-bottom: 33px
}

.copyright-wrap {
	text-align: center;
	padding: 29px 0
}

.copyright-text {
	margin: 0;
	font-size: 16px
}

.copyright-text a {
	color: inherit;
	text-transform: uppercase
}

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

.copyright-wrap {
	border-top: 1px solid #1a4645
}

.footer-layout1 {
	--body-color: #AAAAAA;
	position: relative
}

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

.footer-layout1 .shape-1 {
	position: absolute;
	left: 6%;
	bottom: 0
}

@media(max-width: 1500px) {
	.footer-layout1 .shape-1 {
		left: 0;
		max-width: 200px
	}
}

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

	.footer-layout1 .shape-1 {
		display: none
	}
}

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

	.copyright-wrap {
		padding: 20px 0
	}
}

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

.breadcumb-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
	padding-right: 23px;
	margin-right: 16px
}

.breadcumb-menu li:after {
	content: "";
	width: 3px;
	height: 18px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
	background-color: var(--white-color);
	display: inline-block
}

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

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

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	word-break: break-word;
	white-space: normal;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	color: var(--theme-color);
	font-family: var(--title-font);
	letter-spacing: -0.02em
}

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

.breadcumb-title {
	color: var(--white-color);
	margin: -0.3em 0 -0.2em 0;
	font-size: 90px;
	font-weight: 600;
	text-transform: capitalize
}

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

.breadcumb-wrapper {
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-color: var(--secondary-color)
}

.breadcumb-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	background-color: var(--title-color)
}

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

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

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

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

	.breadcumb-menu li {
		padding-right: 13px;
		margin-right: 6px
	}

	.breadcumb-menu li:after {
		height: 14px;
		margin-top: -6px
	}
}

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

@media(max-width: 991px) {
	.breadcumb-content {
		text-align: center
	}

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

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

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

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

	.breadcumb-menu li:after {
		height: 12px
	}
}

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

.vs-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.vs-pagination span,
.vs-pagination a {
	position: relative;
	display: inline-block;
	text-align: center;
	border: none;
	text-transform: capitalize;
	color: var(--title-color);
	background-color: var(--smoke-color);
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 600;
	width: var(--icon-size, 50px);
	height: var(--icon-size, 50px);
	line-height: var(--icon-size, 50px);
	border-radius: 50%;
	z-index: 1
}

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

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

@media(max-width: 767px) {
	.vs-pagination {
		text-align: center
	}

	.vs-pagination span,
	.vs-pagination a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		padding: 0 10px
	}

	.vs-pagination li:first-child a,
	.vs-pagination li:last-child a {
		padding: 0 10px
	}
}

blockquote.vs-quote {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	color: var(--title-color);
	background-color: rgba(245, 245, 245, .37);
	border: 1px solid #cfa9a9;
	padding: 30px 40px 30px 115px;
	margin: 35px 0;
	border-radius: 7px;
	font-family: var(--title-font)
}

blockquote.vs-quote p {
	font-family: inherit;
	margin-bottom: 0 !important;
	line-height: 1.25;
	color: inherit;
	width: 100%;
	position: relative;
	z-index: 3
}

blockquote.vs-quote p a {
	color: inherit
}

blockquote.vs-quote:before {
	content: "";
	font-family: var(--icon-font);
	color: var(--theme-color);
	position: absolute;
	left: 35px;
	top: 50%;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%)
}

blockquote.vs-quote cite {
	font-family: var(--body-font);
	display: inline-block;
	font-size: 18px;
	position: relative;
	padding-left: 45px;
	line-height: 1;
	font-weight: 600;
	margin-top: 22px;
	font-style: normal;
	color: var(--theme-color)
}

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

.blog-meta span,
.blog-meta a {
	display: inline-block;
	font-weight: 600;
	margin-right: 15px;
	font-size: 16px;
	color: #266867;
	line-height: 1
}

.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(--theme-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 rgba(0, 0, 0, 0);
	background-color: var(--theme-color)
}

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

.blog-title a {
	color: inherit
}

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

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

.share-links-title {
	font-size: 16px;
	color: var(--title-color);
	font-family: var(--title-font);
	font-weight: 700;
	margin: 0 20px 0 0;
	display: inline-block
}

.share-links {
	margin: 10px 0 50px 0;
	padding: 15px 0;
	border-top: 1px dashed #b3b3b3;
	border-bottom: 1px dashed #b3b3b3
}

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

.share-links .tagcloud {
	display: inline-block
}

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

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

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

.share-links .social-links a {
	line-height: 1;
	font-size: 16px;
	color: #666;
	text-align: center;
	display: block
}

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

.blog-inner-img {
	border-radius: 10px;
	display: block;
	margin-bottom: 30px
}

.blog-inner-title {
	margin-top: -0.3em;
	margin-bottom: 32px
}

.blog-date {
	display: inline-block;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-family: var(--title-font);
	font-weight: 600;
	text-align: center;
	line-height: 1;
	font-size: 32px;
	padding: 14px 15px;
	border-radius: 30px 0 30px 30px
}

.blog-date .month {
	font-size: 20px;
	display: block
}

.blog-date i {
	margin-right: 7px
}

.blog-date:hover {
	background-color: var(--secondary-color);
	color: var(--white-color)
}

.blog-style1 {
	position: relative;
	margin-bottom: 30px
}

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

.blog-style1 .blog-img a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 48%;
	background-image: linear-gradient(to top, var(--title-color) 0%, transparent 100%);
	z-index: 1
}

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

.blog-style1 .blog-date {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.blog-style1 .blog-content {
	    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 12px 21px 15px;
}

.blog-style1 .blog-title {
	color: var(--white-color)
}

.blog-style1 .blog-meta a {
	color: var(--white-color)
}

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

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

.blog-style2 {
	border: 2px solid #d9d9d9;
	background-color: var(--white-color);
	transition: all ease .4s;
	border-radius: 20px;
	margin-bottom: 30px
}

.blog-style2:hover {
	background-color: #f1f1f1;
	border-color: rgba(0, 0, 0, 0)
}

.blog-style2 .blog-img {
	border-radius: 20px;
	overflow: hidden;
	margin: -2px -2px 0 -2px;
	position: relative
}

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

.blog-style2 .blog-date {
	position: absolute;
	right: 20px;
	bottom: 20px
}

.blog-style2 .blog-title {
	margin-top: 10px;
	margin-bottom: 0
}

.blog-style2 .blog-content {
	padding: 18px 8px 18px 8px;
}

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

.blog-style3 {
	margin-bottom: 0
}

.blog-style3 .blog-inner {
	display: flex;
	align-items: center;
	border: 1px solid #d9d9d9;
	margin-bottom: 60px;
	border-radius: 20px
}

.blog-style3:nth-child(even) .blog-inner {
	flex-direction: row-reverse
}

.blog-style3:last-child .blog-inner {
	margin-bottom: 30px
}

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

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

.blog-style3 .blog-content {
	flex: 1;
	padding: 40px 70px
}

.blog-style3 .blog-title {
	font-size: 48px;
	margin-bottom: 35px
}

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

.blog-style3 .blog-meta a {
	font-weight: 400
}

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

.blog-style3:hover .blog-img img {
	transform: scale(1.1) rotate(3deg)
}

.blog-single {
	position: relative;
	margin-bottom: 60px
}

.blog-single .blog-date {
	position: absolute;
	right: 20px;
	bottom: 20px
}

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

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

.blog-single .blog-audio,
.blog-single .blog-img {
	position: relative;
	background-color: var(--smoke-color);
	margin-bottom: 22px
}

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

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

.blog-single .blog-img .slick-arrow {
	--pos-x: 30px;
	border: none;
	--icon-size: 40px;
	font-size: 16px;
	padding: 0;
	background-color: var(--secondary-color);
	color: var(--white-color);
	border-radius: 50%
}

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

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

.blog-single .blog-content {
	overflow: hidden
}

.blog-single .blog-btn {
	display: inline-block;
	padding: 8px 20px 11px 20px;
	background-color: var(--theme-color);
	color: var(--white-color);
	line-height: 1;
	font-family: var(--title-font);
	font-weight: 600;
	border-radius: 30px 0 30px 30px
}

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

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

@media(max-width: 1399px) {
	.blog-style3 .blog-inner {
		margin-bottom: 30px
	}

	.blog-style3 .blog-content {
		padding: 20px 30px
	}

	.blog-single .blog-img {
		margin-bottom: 15px
	}

	.blog-single .blog-meta a {
		font-size: 14px
	}

	.blog-single .blog-meta i {
		margin-right: 5px
	}

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

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

@media(max-width: 1199px) {

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

	.blog-style3 .blog-title {
		font-size: 40px;
		margin-bottom: 25px
	}

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

	.blog-style3 .blog-img {
		width: 500px
	}

	.blog-style2 .blog-content {
		padding: 17px 25px 25px 25px
	}

	.blog-style2 .blog-title {
		margin-top: 3px;
		font-size: 24px
	}

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

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

	.blog-style1 .blog-title {
		font-size: 24px;
		margin-bottom: 10px
	}

	.blog-style1 .blog-meta a {
		font-size: 12px
	}
}

@media(max-width: 991px) {
	.blog-style3 .blog-inner {
		display: block
	}

	.blog-style3 .blog-img {
		max-width: 100%
	}

	.blog-style3 .blog-title {
		font-size: 30px;
		margin-bottom: 20px
	}

	.blog-style3 .blog-content {
		padding: 15px 20px 20px 20px
	}
}

@media(max-width: 767px) {
	.blog-meta a {
		margin-right: 10px
	}

	.blog-date {
		font-size: 24px
	}

	.blog-date .month {
		font-size: 16px
	}

	.blog-style3 .vs-btn {
		padding: 10px 20px;
		font-size: 14px
	}

	.blog-style3 .blog-title {
		font-size: 26px;
		margin-bottom: 20px
	}

	.blog-style2 .blog-title {
		font-size: 22px
	}

	.blog-style2 .blog-content {
		padding: 12px 15px 20px 15px
	}

	.share-links-title {
		margin: 0 5px 0 0
	}

	.blog-single {
		margin-bottom: 35px;
		font-size: 14px
	}

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

	.blog-single .blog-meta a {
		font-size: 12px
	}

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

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

	.blog-single p {
		font-size: 14px
	}

	.blog-single .blog-date {
		font-size: 20px;
		padding: 12px 10px;
		right: 5px;
		bottom: 5px
	}

	.blog-single .blog-date .month {
		font-size: 14px
	}

	.blog-inner-img {
		margin-bottom: 20px
	}

	blockquote.vs-quote {
		font-size: 36px;
		line-height: 40px;
		padding: 15px 20px 15px 20px;
		margin: 15px 0 30px 0
	}

	blockquote.vs-quote:before {
		position: absolute;
		left: auto;
		top: auto;
		bottom: 15px;
		right: 15px;
		font-size: 40px;
		font-weight: 300;
		opacity: .3;
		transform: rotateX(-180deg) rotateY(180deg)
	}

	blockquote.vs-quote cite {
		font-size: 14px;
		padding-left: 25px;
		margin-top: 10px;
		display: block
	}

	blockquote.vs-quote cite:before {
		width: 20px
	}
}

.vs-comment-form {
	margin: 50px 0
}

.comment-respond {
	position: relative
}

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

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

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

.comment-respond .form-control {
	border: 1px solid var(--border-color);
	font-size: 16px;
	color: var(--title-color);
	background-color: rgba(0, 0, 0, 0)
}

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

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

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

.comment-respond input[type=checkbox]~label:before {
	background-color: var(--body-bg);
	top: 4px
}

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

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

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

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

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

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

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

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

.vs-comments-wrap .vs-post-comment {
	position: relative;
	display: flex;
	margin: 40px 0 40px 0;
	position: relative
}

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

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

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

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

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

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

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

.vs-comments-wrap .name {
	margin: -0.25em 7px 2px 0;
	font-size: 22px;
	display: inline-block
}

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

.vs-comments-wrap .text {
	line-height: 1.7;
	margin-bottom: 0
}

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

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

.vs-comments-wrap .reply_and_edit {
	line-height: 1;
	margin-top: 16px
}

.vs-comments-wrap .replay-btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

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

.vs-comments-wrap .star-rating {
	font-size: 10px;
	width: 70px;
	margin-bottom: 10px
}

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

.vs-comments-wrap .review .comment-avater {
	width: 120px;
	height: 120px
}

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

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

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

@media(max-width: 1199px) {
	.woocommerce-Reviews .vs-comments-wrap {
		margin-top: 30px
	}
}

@media(max-width: 991px) {
	.vs-comments-wrap .comment-avater {
		width: 90px;
		height: 90px;
		margin-right: 15px
	}

	.vs-comments-wrap .commented-on {
		line-height: 1;
		font-size: 12px
	}

	.vs-comments-wrap p {
		font-size: 14px;
		margin-bottom: 15px
	}

	.vs-comments-wrap .reply_and_edit {
		margin-top: 15px
	}

	.vs-comments-wrap .vs-post-comment {
		margin: 25px 0
	}
}

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

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

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

	.comment-respond .form-control {
		font-size: 16px;
		padding-left: 20px;
		font-size: 14px
	}
}

.hero-btn-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px
}

.hero-layout1 {
	    text-align: center;
    padding-top: 97px;
    padding-bottom: 162px;
    position: relative;
    z-index: 1;
}

.hero-layout1 .hero-shape1:after,
.hero-layout1 .hero-shape1:before,
.hero-layout1 .hero-shape2:after,
.hero-layout1 .hero-shape2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 712px;
	height: 185px;
	background-color: rgba(12, 40, 47, .7);
	z-index: 2;
	-webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
	clip-path: polygon(100% 100%, 0 0, 0 100%)
}

.hero-layout1 .hero-shape1:after,
.hero-layout1 .hero-shape2:after {
	height: 269px;
	background-color: rgba(38, 104, 103, .7);
	z-index: 1
}

.hero-layout1 .hero-shape2 {
	left: auto;
	right: 0
}

.hero-layout1 .hero-shape2:before,
.hero-layout1 .hero-shape2:after {
	left: auto;
	right: 0;
	-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
	clip-path: polygon(100% 0, 0 100%, 100% 100%)
}

.hero-layout1 .hero-content {
	position: relative;
	z-index: 3
}

.hero-layout1 .hero-text {
	font-size: 20px;
	line-height: 30px;
	color: var(--white-color);
	max-width: 790px;
	margin-left: auto;
	margin-right: auto
}

.hero-layout1 .hero-title {
	color: var(--theme-color);
	font-size: 100px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -0.02em
}

.hero-layout1 .hero-title2 {
	color: var(--white-color);
	font-size: 82px;
	margin-bottom: 33px
}

.hero-layout1 .hero-video {
	position: relative
}

.hero-layout1 .video-shape {
	position: absolute;
	right: -58%;
	top: -25%
}

.hero-layout1 .video-inner {
	overflow: hidden;
	border: 3px solid var(--white-color);
	border-radius: 99999px;
	position: relative
}

.hero-layout1 .video-inner img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1)
}

.hero-layout1 .video-inner:hover img {
	transform: scale(1.1)
}

.hero-layout1 .play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	color: var(--white-color);
	background-color: rgba(0, 0, 0, 0);
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	transition: all ease .4s
}

.hero-layout1 .play-icon:hover {
	background-color: rgba(255, 255, 255, .5);
	color: var(--theme-color)
}

.hero-layout2 {
	    padding: 304px 0 64px 0;
}

.hero-layout2 .hero-subtitle {
	color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 9px;
     
}

.hero-layout2 .hero-title {
	font-size: 75px;
    color: var(--white-color);
    letter-spacing: -0.02em;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.hero-layout2 .hero-text {
	color: var(--white-color);
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 43px
}

.hero-layout2 .hero-img {
	position: relative;
	margin-right: -15px
}

.hero-layout2 .hero-img img {
	transform: rotate(9.09deg)
}

.hero-layout2 .img-shape {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--theme-color)
}

.hero-layout3 {
	padding: 168px 0 180px
}

.hero-layout3 .hero-content {
	position: relative;
	z-index: 1
}

.hero-layout3 .hero-subtitle {
	color: var(--theme-color);
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 12px
}

.hero-layout3 .hero-title {
	color: var(--white-color);
	font-size: 110px;
	letter-spacing: -0.02em;
	margin-bottom: 25px
}

.hero-layout3 .hero-text {
	font-size: 24px;
	color: var(--white-color);
	line-height: 1;
	margin-bottom: 59px
}

.hero-layout3 .hero-shape {
	position: absolute;
	right: 19%;
	bottom: 7%
}

.hero-layout4 .hero-content {
	padding: 220px 0;
	max-width: 1000px
}

.hero-layout4 .hero-subtitle {
	font-size: 30px;
	color: var(--theme-color);
	text-transform: uppercase;
	letter-spacing: -0.02em;
	font-family: var(--title-font);
	display: block;
	line-height: 1;
	margin-top: -0.2em;
	margin-bottom: 24px
}

.hero-layout4 .hero-title {
	font-size: 96px;
	line-height: 1;
	margin-bottom: 80px;
	color: var(--white-color);
	text-transform: capitalize
}

@media(max-width: 1500px) {
	.hero-layout4 .hero-subtitle {
		font-size: 26px;
		margin-bottom: 15px
	}

	.hero-layout4 .hero-title {
		font-size: 72px;
		margin-bottom: 35px
	}

	.hero-layout3 {
		padding: 120px 0
	}

	.hero-layout3 .hero-subtitle {
		font-size: 36px
	}

	.hero-layout3 .hero-title {
		margin-bottom: 20px;
		font-size: 72px
	}

	.hero-layout3 .hero-text {
		font-size: 16px;
		margin-bottom: 40px
	}

	.hero-layout2 {
		padding: 100px 0 100px 0
	}

	.hero-layout2 .hero-img {
		margin-right: 0;
		padding: 10px
	}

	.hero-layout2 .hero-img img {
		transform: rotate(0)
	}

	.hero-layout2 .hero-title {
		font-size: 80px;
		letter-spacing: 0;
		margin-bottom: 17px
	}

	.hero-layout2 .hero-subtitle {
		letter-spacing: 0;
		margin-bottom: 5px
	}

	.hero-layout1 {
		padding-top: 120px;
		padding-bottom: 120px
	}

	.hero-layout1 .hero-title {
		font-size: 70px;
		letter-spacing: 0;
		margin-bottom: 0
	}

	.hero-layout1 .hero-title2 {
		font-size: 60px
	}

	.hero-layout1 .video-shape {
		right: -50%;
		top: -20%;
		max-width: 100px
	}

	.hero-layout1 .hero-shape2:before,
	.hero-layout1 .hero-shape1:before {
		width: 300px;
		height: 70px
	}

	.hero-layout1 .hero-shape2:after,
	.hero-layout1 .hero-shape1:after {
		height: 100px;
		width: 300px
	}
}

@media(max-width: 1399px) {
	.hero-layout4 .hero-content {
		padding: 120px 0
	}
}

@media(max-width: 1199px) {
	.hero-layout4 .hero-content {
		margin-left: auto;
		margin-right: auto
	}

	.hero-layout4 .hero-subtitle {
		font-size: 24px;
		margin-bottom: 15px
	}

	.hero-layout4 .hero-title {
		font-size: 60px;
		margin-bottom: 35px;
		max-width: 800px
	}

	.hero-layout2 .hero-subtitle {
		font-size: 30px
	}

	.hero-layout2 .hero-title {
		font-size: 60px;
		margin-bottom: 12px;
		line-height: 1.1
	}

	.hero-layout2 .hero-text {
		font-size: 16px;
		line-height: 1;
		letter-spacing: 0;
		margin-bottom: 33px
	}

	.hero-layout3 .hero-shape {
		display: none
	}

	.hero-layout3 .hero-subtitle {
		font-size: 30px
	}

	.hero-layout3 .hero-title {
		font-size: 48px;
		margin-bottom: 15px
	}

	.hero-layout3 .hero-text {
		margin-bottom: 30px
	}

	.hero-layout3 .hero-img {
		max-width: 400px
	}

	.hero-btn-group .vs-btn {
		padding: 14px 25px;
		font-size: 12px
	}

	.hero-layout1 {
		padding-top: 100px;
		padding-bottom: 110px
	}

	.hero-layout1 .video-shape {
		right: -30%;
		top: -20%;
		max-width: 75px
	}

	.hero-layout1 .video-inner {
		max-width: 210px
	}

	.hero-layout1 .video-shape {
		right: -50%
	}

	.hero-layout1 .hero-title2 {
		font-size: 60px;
		margin-bottom: 15px
	}

	.hero-layout1 .hero-text {
		font-size: 18px;
		line-height: 30px
	}
}

@media(max-width: 991px) {
	.hero-layout4 .hero-content {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: center;
		width: 100%
	}

	.hero-layout4 .hero-title {
		font-size: 36px
	}

	.hero-layout1 .video-shape {
		display: none
	}

	.hero-layout1 .video-inner {
		margin: 0 auto
	}

	.hero-layout1 .hero-text {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 12px
	}

	.hero-layout1 .hero-title {
		font-size: 48px;
		letter-spacing: 0;
		margin-bottom: 0
	}

	.hero-layout1 .hero-title2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.hero-layout1 .hero-btn-group {
		justify-content: center
	}

	.hero-layout1 .hero-video {
		margin-bottom: 20px
	}

	.hero-layout2 .hero-title {
		font-size: 46px
	}

	.hero-layout2 .hero-img {
		margin-bottom: 30px
	}

	.hero-layout2 .hero-btn-group {
		justify-content: center
	}

	.hero-layout3 {
		text-align: center;
		padding: 20px 0 60px 0
	}

	.hero-layout3 .hero-btn-group {
		justify-content: center
	}

	.hero-layout3 .hero-img {
		max-width: 120px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto
	}

	.hero-layout3 .hero-subtitle {
		font-size: 26px
	}

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

	.hero-layout3 .hero-text {
		font-size: 16px
	}
}

@media(max-width: 767px) {
	.hero-layout3 .hero-subtitle {
		font-size: 18px
	}

	.hero-layout3 .hero-title {
		font-size: 30px
	}

	.hero-layout2 {
		padding: 60px 0 60px 0
	}

	.hero-layout2 .hero-subtitle {
		font-size: 26px;
		margin-bottom: 10px
	}

	.hero-layout2 .hero-title {
		font-size: 36px
	}

	.hero-layout2 .hero-text {
		font-size: 16px
	}

	.hero-btn-group .vs-btn {
		padding: 12px 19px;
		font-size: 12px
	}

	.hero-layout1 {
		padding: 70px 0
	}

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

	.hero-layout1 .hero-title2 {
		font-size: 28px
	}

	.hero-layout1 .hero-text {
		font-size: 14px;
		line-height: 1.5
	}

	.hero-layout1 .hero-shape2:before,
	.hero-layout1 .hero-shape1:before {
		width: 90px;
		height: 25px
	}

	.hero-layout1 .hero-shape2:after,
	.hero-layout1 .hero-shape1:after {
		width: 90px;
		height: 35px
	}

	.hero-layout4 .hero-title {
		font-size: 30px;
		margin-bottom: 25px
	}

	.hero-layout4 .hero-subtitle {
		font-size: 20px
	}
}

.error-title {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
	border: 3.5px solid var(--title-color);
	padding: 15px 0 20px 0;
	width: 550px;
	max-width: 100%;
	margin: -130px auto 17px auto
}

.error-text {
	font-size: 20px;
	color: var(--title-color);
	margin-bottom: 48px
}

.error-content {
	text-align: center
}

.error-content .vs-btn {
	padding: 23px 72px 28px 72px;
	font-size: 24px;
	text-transform: capitalize
}

@media(max-width: 1500px) {
	.error-text {
		font-size: 20px;
		margin-bottom: 25px
	}

	.error-title {
		font-size: 46px;
		padding: 5px 0 10px 0;
		width: 550px;
		margin: -110px auto 20px auto
	}

	.error-content .vs-btn {
		padding: 14px 35px 20px 35px;
		font-size: 18px
	}
}

@media(max-width: 991px) {
	.error-title {
		font-size: 36px;
		padding: 0px 0 7px 0;
		width: 100%;
		margin: 20px auto 15px auto
	}
}

@media(max-width: 767px) {
	.error-content .vs-btn {
		padding: 12px 30px 14px 30px;
		font-size: 16px
	}

	.error-text {
		font-size: 14px;
		margin-bottom: 15px
	}

	.error-title {
		font-size: 24px;
		padding: 5px 5px 6px 5px
	}
}

.about-shape1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-size: auto 100%;
	background-position: left center;
	z-index: -1
}

.list-style1 ul {
	margin: 0 0 30px 0;
	padding-left: 20px;
	list-style-type: disc
}

.img-box1 {
	position: relative;
	transform: rotate(-4.86deg);
	margin-top: -20px;
	margin-bottom: 54px;
	margin-left: 28px
}

.img-box1 img {
	border-radius: 10px
}

.img-box1:before {
	content: "";
	position: absolute;
	left: -16px;
	top: 20px;
	bottom: 20px;
	width: 32px;
	background-color: var(--theme-color)
}

.img-box2 {
	margin-bottom: 30px;
	position: relative
}

.img-box2 .img-1 {
	position: relative;
	padding: 0 25px 50px 0
}

.img-box2 .img-1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	
}

.img-box2 .img-1 img {
	overflow: hidden;
}

.img-box2 .img-2 {
	position: absolute;
	left: -22%;
	top: 60px;
	z-index: 2
}

.img-box2 .audio-style3 {
	position: absolute;
	right: -50px;
	bottom: 40px;
	width: 255px;
	max-width: 100%
}

.img-box3 {
	position: relative
}

.img-box3 [class*=img-]:not(.img-1) {
	position: absolute
}

.img-box3 .img-2 {
	left: -38%;
	bottom: 19%
}

.img-box3 .img-3 {
	right: 7%;
	top: 13%;
	z-index: -1
}

.img-box3 .img-4 {
	right: 8%;
	top: 38%
}

.img-box3 .img-5 {
	top: 23%;
	left: -15%
}

.img-box3 .img-6 {
	left: -8%;
	bottom: 1%
}

.img-box4 {
	padding: 70px 75px 50px 75px;
	border-radius: 10px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
	background-color: var(--white-color)
}

.img-box4 .title-area {
	margin-bottom: 36px
}

.img-box4 .img-1 {
	overflow: hidden;
	border-radius: 10px
}

.img-box4 .img-1 img {
	width: 100%
}

.img-box5 {
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden
}

.img-box5 img {
	width: 100%
}

.about-box1 {
	margin-bottom: 25px;
	padding-right: 70px
}

.about-box1 .about-title {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 14px
}

.about-box1 .about-label {
	display: block;
	text-transform: uppercase;
	color: #1a4645;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 17px
}

.about-box1 .social-style1 {
	margin-bottom: 42px
}

.about-box1 .about-title2 {
	font-family: var(--body-font);
	padding-right: 40px
}

.social-style1 {
	display: inline-flex;
	background-color: var(--theme-color);
	padding: 5px 15px 5px 5px;
	border-radius: 9999px
}

.social-style1 .share,
.social-style1 a {
	color: var(--title-color);
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	transition: all ease .4s
}

.social-style1 .share:hover,
.social-style1 a:hover {
	background-color: var(--theme-color);
	color: var(--title-color);
	border-color: var(--title-color)
}

.social-style1 .share {
	background-color: var(--title-color);
	color: var(--white-color);
	border-color: var(--title-color)
}

.about-wrap1 {
	margin-bottom: 50px
}

.media-wrap1 {
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, .35);
	border-radius: 20px;
	background-color: var(--white-color);
	padding: 50px
}

.media-style1 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 44px;
	margin-bottom: 42px
}

.media-style1:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.media-style1 .play-btn {
	margin-right: 35px
}

.media-style1 .media-meta a {
	font-size: 16px;
	color: var(--body-color);
	line-height: 1
}

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

.media-style1 .media-meta a:not(:last-child)::after {
	margin: 0 3px 0 5px;
	content: "."
}

.media-style1 .media-title {
	margin-bottom: 0
}

.media-style2 {
	display: flex;
	align-items: center;
	margin-top: 33px
}

.media-style2 .media-avater {
	margin-right: 20px
}

.media-style2 .media-avater img {
	width: 70px;
	height: 70px;
	border: 3px solid var(--white-color);
	margin-left: -20px;
	border-radius: 50%
}

.media-style2 .media-avater img:first-child {
	margin-left: 0
}

.media-style2 .media-title {
	display: block;
	color: var(--title-color);
	font-family: var(--title-font);
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 13px
}

.media-style2 .media-text {
	font-size: 18px;
	margin: 0;
	line-height: 1
}

.media-style3 {
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: var(--smoke-color);
	margin-bottom: 30px;
	text-align: left
}

.media-style3 .media-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--theme-color);
	background-color: var(--white-color);
	font-size: 20px;
	box-shadow: 6px 6px 4px rgba(0, 0, 0, .07);
	margin-right: 30px
}

.media-style3 .media-title {
	line-height: 1;
	margin-bottom: 9px
}

.media-style3 .media-text {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0
}

.list-style2 ul {
	margin: -7px 0 42px 0
}

.list-style2 li {
	position: relative;
	color: var(--title-color);
	font-size: 24px;
	padding-left: 43px;
	font-weight: 600;
	margin-bottom: 18px
}

.list-style2 li:before {
	content: "";
	font-family: var(--icon-font);
	color: var(--theme-color);
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0
}

.table-style1 {
	margin-top: 30px
}

.table-style1 .tr {
	display: flex;
	align-items: center;
	margin-bottom: 32px
}

.table-style1 .play-btn {
	--icon-size: 30px;
	--icon-font-size: 10px;
	margin-right: 25px
}

.table-style1 .th {
	font-size: 20px;
	font-weight: 600;
	color: var(--title-color);
	font-family: var(--title-font);
	margin-right: 20px;
	min-width: 32px;
	display: inline-block
}

.table-style1 .td {
	font-size: 16px
}

.table-style1 .td:last-child {
	flex: 1
}

.table-style1 {
	margin-top: 30px
}

.price-style2 {
	margin-bottom: 20px
}

.price-style2 .price-item {
	background-color: var(--smoke-color);
	color: var(--title-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	padding: 13px 28px;
	display: inline-block;
	border-radius: 9999px;
	margin-right: 4px;
	margin-bottom: 10px
}

.price-style2 .price-item:last-child {
	margin-right: 0
}

.price-style1 {
	display: flex;
	margin-bottom: 20px
}

.price-style1 .total,
.price-style1 .currency {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: var(--border-color);
	border-radius: 100%;
	font-size: 24px;
	font-weight: 600;
	color: var(--title-color);
	margin-right: 10px
}

.price-style1 .total {
	width: 270px;
	max-width: 100%;
	border-radius: 9999px;
	text-align: left;
	padding: 0 36px
}

.tabnav-style1 {
	margin-bottom: 50px;
	justify-content: center;
	border-bottom: none;
	gap: 20px
}

.tabnav-style1 .nav-link {
	border: none;
	background-color: var(--title-color);
	color: var(--white-color);
	padding: 17px 43px;
	font-size: 16px;
	font-weight: 600;
	background-color: var(--title-color);
	text-transform: uppercase;
	font-family: var(--title-font);
	border-radius: 9999px;
	letter-spacing: .02em;
	line-height: 1
}

.tabnav-style1 .nav-link.active,
.tabnav-style1 .nav-link:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

@media(max-width: 1500px) {
	.img-box3 .img-2 {
		left: 0;
		bottom: 25%
	}

	.img-box2 .img-2 {
		left: 0;
		max-width: 200px
	}

	.img-box2 .audio-style3 {
		right: 0
	}

	.about-shape1 {
		background-size: cover
	}

	.img-box1 {
		margin: 0 0 30px 0;
		transform: rotate(0)
	}
}

@media(max-width: 1399px) {

	.img-box3 .img-6,
	.img-box3 .img-5 {
		left: 0
	}

	.list-style2 li {
		font-size: 20px;
		padding-left: 35px;
		margin-bottom: 10px
	}
}

@media(max-width: 1199px) {
	.img-box3 .img-4 {
		right: 0;
		max-width: 40px
	}

	.img-box3 .img-2,
	.img-box3 .img-3 {
		max-width: 300px
	}

	.img-box3 .img-5,
	.img-box3 .img-6 {
		left: 0;
		max-width: 45px
	}

	.media-wrap1 {
		padding: 40px 30px
	}

	.media-style1 {
		margin-bottom: 20px;
		padding-bottom: 20px
	}

	.media-style1 .play-btn {
		margin-right: 15px;
		--icon-size: 50px;
		--icon-font-size: 17px
	}

	.media-style1 .media-meta {
		line-height: 1;
		margin-bottom: 10px
	}

	.media-style1 .media-meta a {
		font-size: 14px
	}

	.img-box4 {
		padding: 40px 30px 40px 30px
	}

	.about-box1 {
		padding-right: 0
	}

	.about-box1 .about-title {
		font-size: 36px;
		margin-bottom: 5px
	}

	.about-box1 .about-label {
		font-size: 16px
	}

	.about-box1 .social-style1 {
		margin-bottom: 20px
	}

	.about-box1 .about-title2 {
		padding-right: 0
	}

	.social-style1 a,
	.social-style1 .share {
		width: 40px;
		height: 40px;
		line-height: 40px
	}
}

@media(max-width: 991px) {
	.about-wrap1 {
		margin-bottom: 30px
	}

	.img-box2 {
		max-width: 100%;
		width: -moz-max-content;
		width: max-content;
		margin: 0 auto
	}

	.media-wrap1 {
		padding: 30px 15px
	}

	.media-style1 .media-title {
		font-size: 18px
	}

	.media-style3 {
		display: block;
		text-align: center;
		padding: 10px 5px 20px 5px
	}

	.media-style3 .media-icon {
		margin-right: 0;
		margin-bottom: 15px;
		display: inline-block
	}

	.media-style3 .media-text {
		font-size: 14px
	}

	.table-style1 {
		margin-bottom: 25px
	}

	.table-style1 .play-btn {
		margin-right: 10px
	}

	.table-style1 .tr {
		margin-bottom: 15px
	}

	.table-style1 .th {
		font-size: 16px;
		margin-right: 10px
	}

	.table-style1 .td {
		font-size: 16px
	}

	.price-style1 .total,
	.price-style1 .currency {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		margin-right: 5px
	}

	.price-style1 .total {
		padding: 0 10px;
		width: 120px
	}

	.price-style2 .price-item {
		font-size: 12px;
		padding: 9px 16px
	}
}

@media(max-width: 767px) {
	.media-style1 .media-meta a {
		font-size: 12px
	}

	.about-box1 .about-title {
		font-size: 30px
	}

	.list-style1 ul {
		margin: 0 0 15px 0
	}

	.img-box2 .img-1 {
		padding: 0 20px 20px 0
	}

	.img-box4 {
		padding: 30px 15px 30px 15px;
		text-align: center
	}

	.img-box4 .title-area {
		margin-bottom: 20px
	}

	.media-style2 {
		margin-top: 15px;
		text-align: left
	}

	.media-style2 .media-avater {
		margin-right: 10px
	}

	.media-style2 .media-avater img {
		width: 50px;
		height: 50px
	}

	.media-style2 .media-title {
		font-size: 36px;
		margin-bottom: 7px
	}

	.media-style2 .media-text {
		font-size: 14px
	}

	.list-style2 ul {
		margin: -7px 0 25px 0
	}

	.list-style2 li {
		font-size: 16px;
		padding-left: 20px;
		margin-bottom: 2px
	}

	.img-box1:before {
		left: 0;
		border-radius: 0 10px 10px 0;
		width: 10px
	}
}

.cta-box1 {
	padding: 40px;
	border-radius: 10px
}

.cta-box1 .box-title {
	color: var(--white-color);
	font-size: 36px;
	font-weight: 700;
	margin-top: -0.2em;
	margin-bottom: 26px
}

.cta-box1 .box-text {
	color: var(--white-color);
	font-size: 14px;
	margin-bottom: 30px
}

.cta-box1 .box-mail,
.cta-box1 .box-number {
	font-size: 36px;
	font-weight: 700;
	color: var(--white-color);
	display: block;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%
}

.cta-box1 .box-mail:hover,
.cta-box1 .box-number:hover {
	color: var(--theme-color)
}

.cta-box1 .box-mail {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 33px
}

.map-v1 {
	line-height: 0
}

.map-v1 iframe {
	width: 100%;
	height: 470px
}

.hightlight-style1 {
	margin: calc(var(--extra-gap, 70px)*-1) 0;
	overflow: hidden;
	width: 100%
}

.hightlight-style1 .hightlight-inner {
	position: relative;
	background-color: var(--secondary-color);
	margin: var(--extra-gap, 70px) -5px
}

.hightlight-style1 .hightlight-row {
	background-color: var(--white-color);
	border-top: 1px dashed var(--title-color);
	border-bottom: 1px dashed var(--title-color);
	padding: 57px 40px;
	text-align: center;
	transform: rotate(-3.42deg)
}

.hightlight-style1 .hightlight-text {
	font-size: 2.4vw;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--title-color);
	text-transform: uppercase;
	display: inline-block;
	line-height: 1
}

.hightlight-style1 .hightlight-text:nth-child(even) {
	color: var(--secondary-color)
}

.hightlight-style1 .hightlight-text img {
	position: relative;
	top: -6px;
	margin-left: .8vw;
	margin-right: .9vw
}

.hightlight-style1 .hightlight-text:last-child img {
	display: none
}

.hightlight-style1.layout2 .hightlight-row {
	transform: rotate(3.42deg);
    border: none;
    background: var(--secondary-color);
    background-image: linear-gradient(to top, var(--title-color) 0%, var(--secondary-color) 100%);
}

.hightlight-style1.layout2 .hightlight-inner {
	background-color: var(--title-color)
}

.hightlight-style1.layout2 .hightlight-text:nth-child(even) {
	color: var(--white-color)
}

.countdown-style1 {
	text-align: center
}

.countdown-style1 .countdown-title {
	font-size: 128px;
	line-height: 1;
	margin: -0.2em 0 43px 0
}

.countdown-style1 .countdown-text {
	line-height: 1;
	font-size: 48px;
	font-weight: 600;
	margin: 0 0 65px 0
}

.countdown-style1 .countdown-area {
	display: flex;
	gap: 30px
}

.countdown-style1 .countdown-item {
	padding: 60px 15px 60px 15px;
	border: 3px dashed var(--theme-color);
	border-radius: 40px;
	text-align: center;
	flex: 1
}

.countdown-style1 .countdown-number {
	font-size: 128px;
	line-height: 1;
	color: var(--title-color);
	font-weight: 600;
	margin: -0.2em 0 7px 0
}

.countdown-style1 .countdown-label {
	display: block;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 -0.1em 0
}

.countdown-style1 .countdown-note {
	font-size: 24px;
	line-height: 1;
	margin: 65px 0 0 0
}

@media(max-width: 1500px) {
	.hightlight-style1 .hightlight-text {
		font-size: 2.2vw
	}
}

@media(max-width: 1199px) {
	.countdown-style1 .countdown-title {
		font-size: 82px;
		margin: -0.2em 0 15px 0
	}

	.countdown-style1 .countdown-area {
		gap: 16px
	}

	.countdown-style1 .countdown-text {
		font-size: 36px;
		margin-bottom: 35px
	}

	.countdown-style1 .countdown-number {
		font-size: 60px;
		margin-bottom: 3px
	}

	.countdown-style1 .countdown-label {
		font-size: 26px
	}

	.countdown-style1 .countdown-item {
		padding: 20px 10px;
		border-radius: 12px
	}

	.countdown-style1 .countdown-note {
		margin-top: 25px;
		font-size: 18px
	}
}

@media(max-width: 1399px) {
	.hightlight-style1 .hightlight-text {
		font-size: 2vw
	}

	.hightlight-style1 .hightlight-text img {
		top: -2px;
		margin-left: .6vw;
		margin-right: .6vw;
		width: 3vw
	}

	.cta-box1 {
		padding: 30px 15px
	}

	.cta-box1 .box-title {
		font-size: 30px;
		margin-top: -0.2em;
		margin-bottom: 10px
	}

	.cta-box1 .box-text {
		font-size: 14px;
		margin-bottom: 10px
	}

	.cta-box1 .box-mail,
	.cta-box1 .box-number {
		font-size: 20px
	}

	.cta-box1 .box-mail {
		margin: 0 0 20px 0
	}

	.cta-box1 .vs-btn {
		padding: 12px 26px;
		font-size: 14px
	}
}

@media(max-width: 1199px) {
	.hightlight-style1 {
		margin: 0
	}

	.hightlight-style1 .hightlight-inner {
		margin: 0;
		padding: 40px 0
	}

	.hightlight-style1 .hightlight-row {
		padding: 30px 0;
		transform: rotate(0)
	}

	.hightlight-style1 .hightlight-text {
		font-size: 2vw
	}

	.hightlight-style1 .hightlight-text img {
		top: -2px;
		margin-left: .6vw;
		margin-right: .6vw;
		width: 3vw
	}

	.countdown-style1 .countdown-number {
		font-size: 40px
	}

	.countdown-style1 .countdown-title {
		font-size: 48px;
		margin-bottom: 20px
	}

	.countdown-style1 .countdown-text {
		font-size: 20px;
		margin-bottom: 25px
	}

	.countdown-style1 .countdown-label {
		font-size: 14px
	}

	.countdown-style1 .countdown-note {
		font-size: 14px
	}
}

@media(max-width: 991px) {
	.hightlight-style1 .hightlight-inner {
		padding: 15px 0
	}

	.hightlight-style1 .hightlight-row {
		padding: 5px 0
	}
}

@media(max-width: 767px) {
	.map-v1 iframe {
		height: 300px
	}

	.countdown-style1 .countdown-number {
		font-size: 18px
	}

	.countdown-style1 .countdown-title {
		font-size: 34px;
		margin-bottom: 13px
	}

	.countdown-style1 .countdown-text {
		font-size: 14px;
		margin-bottom: 20px
	}

	.countdown-style1 .countdown-label {
		font-size: 10px
	}

	.countdown-style1 .countdown-area {
		gap: 8px
	}

	.countdown-style1 .countdown-note {
		font-size: 10px;
		margin-top: 15px
	}

	.countdown-style1 .countdown-item {
		border-width: 1px
	}
}

.sidemenu-wrapper {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, .75);
	opacity: 0;
	visibility: hidden;
	transition: all ease .8s
}

.sidemenu-wrapper .closeButton {
	display: inline-block;
	border: 1px solid;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: var(--black-color);
	color: var(--white-color);
	border-radius: 50%;
	transform: rotate(0);
	transition: all ease .4s;
	z-index: 2
}

.sidemenu-wrapper .closeButton:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: rgba(0, 0, 0, 0);
	transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
	background-color: var(--body-bg);
	width: 450px;
	margin-left: auto;
	padding: 40px 30px 80px 30px;
	height: 100%;
	overflow: scroll;
	position: relative;
	right: -500px;
	cursor: auto;
	transition-delay: 1s;
	transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
	width: 2px;
	background-color: #f5f5f5
}

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

.sidemenu-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	transition: all ease .8s
}

.sidemenu-wrapper.show .sidemenu-content {
	right: 0;
	opacity: 1;
	visibility: visible
}

.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, .95);
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	transform: translateX(-50%);
	transition: all ease .4s
}

.popup-search-box button.searchClose {
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 40px;
	right: 40px;
	border: none;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 30px;
	border-radius: 50%;
	transition: all ease .4s
}

.popup-search-box button.searchClose i {
	line-height: inherit
}

.popup-search-box button.searchClose:hover {
	color: var(--white-color);
	background-color: var(--secondary-color)
}

.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: 14px;
	height: 70px;
	width: 100%;
	border: 2px solid var(--theme-color);
	background-color: rgba(0, 0, 0, 0);
	padding-left: 30px;
	color: #fff;
	border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
	color: #fff
}

.popup-search-box form input::placeholder {
	color: #fff
}

.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #fff;
	font-size: 20px;
	right: 13px;
	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)
}

.form-style1 .form-group {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 10px 10px 10px 40px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 9999px;
	max-width: 670px;
	margin-left: auto
}

.form-style1 input {
	flex: 1;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	font-size: 16px;
	color: var(--white-color);
	padding: 0
}

.form-style1 input::-moz-placeholder {
	color: var(--white-color)
}

.form-style1 input::placeholder {
	color: var(--white-color)
}

.form-style2 .form-title {
	margin-top: -0.3em;
	margin-bottom: 30px
}

.form-style2 .row {
	--bs-gutter-x: 20px
}

.form-style2 select,
.form-style2 input {
	height: 50px;
	font-size: 14px;
	margin-bottom: 0
}

.form-style2 textarea {
	min-height: 177px
}

@media(max-width: 1199px) {
	.form-style1 .form-group {
		padding: 7px 7px 7px 30px;
		max-width: 500px
	}

	.form-style1 input {
		font-size: 14px
	}
}

@media(max-width: 991px) {
	.form-style1 .form-group {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

@media(max-width: 767px) {
	.form-style1 .form-group {
		display: block
	}

	.form-style1 .form-group {
		background-color: rgba(0, 0, 0, 0);
		text-align: center;
		display: block;
		padding: 0
	}

	.form-style1 .form-group input {
		padding: 0 20px;
		margin-bottom: 20px;
		border-radius: 10px;
		background-color: rgba(255, 255, 255, .1)
	}
}

.filter-menu-style1 {
	margin-bottom: 50px;
	text-align: center
}

.filter-menu-style1 button {
	border: none;
	padding: 0;
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--title-font);
	color: var(--title-color);
	background-color: var(--smoke-color);
	border-radius: 9999px;
	padding: 12px 30.5px;
	margin: 0 3px 5px 3px
}

.filter-menu-style1 button.active,
.filter-menu-style1 button:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.podcast-style1 .author,
.podcast-style3 .author {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--white-color);
	padding: 3px;
	position: absolute;
	right: 20px;
	top: 20px
}

.podcast-style1 {
	margin-bottom: 30px
}

.podcast-style1 .podcast-img {
	overflow: hidden;
	border-radius: 10px;
	position: relative
}

.podcast-style1 .podcast-img a>img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1)
}

.podcast-style1 .podcast-title {
	margin-bottom: 28px
}

.podcast-style1 .podcast-img {
	margin-bottom: 30px
}

.podcast-style1 .podcast-btn {
	--icon-size: 70px;
	--icon-font-size: 20px;
	display: flex;
	align-items: center
}

.podcast-style1 .podcast-btn .btn-text {
	display: block;
	flex: 1;
	background-color: #f5f5f5;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--title-font);
	padding: 14px 0 14px 54px;
	line-height: 1;
	margin-left: calc(var(--icon-size)/-2);
	border-radius: 9999px;
	color: #fff;
	position: relative;
	z-index: 1
}

.podcast-style1 .podcast-btn .btn-text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	border-radius: 9999px;
	background-color: #0c282d;
	transition: all ease .4s;
	z-index: -1
}

.podcast-style1 .podcast-btn:hover .btn-text:before {
	width: 100%
}

.podcast-style1:hover .podcast-img a>img {
	transform: scale(1.1)
}

.podcast-style2 {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	background-color: var(--white-color);
	padding: 60px 50px;
	border-radius: 20px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .25);
	margin-top: -130px;
	z-index: 3
}

.podcast-style2 .podcast-shape {
	position: absolute;
	left: 0;
	width: -moz-max-content;
	width: max-content
}

.podcast-style2 .podcast-img {
	overflow: hidden;
	border-radius: 20px
}

.podcast-style2 .podcast-img img {
	transition: all ease .4s;
	transform: scale(1) rotate(0)
}

.podcast-style2 .podcast-content {
	flex: 1;
	position: relative
}

.podcast-style2 .podcast-title {
	font-size: 60px;
	letter-spacing: -0.02em
}

.podcast-style2 .podcast-label {
	color: var(--theme-color);
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 19px
}

.podcast-style2 .podcast-meta {
	margin-bottom: 17px
}

.podcast-style2 .podcast-meta a {
	display: inline-block;
	margin-right: 26px;
	color: #23605e;
	font-size: 14px;
	line-height: 1
}

.podcast-style2 .podcast-meta a i {
	color: var(--theme-color);
	margin-right: 7px
}

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

.podcast-style2:hover .podcast-img img {
	transform: scale(1.1) rotate(3deg)
}

.podcast-style3 {
	text-align: center;
	position: relative;
	padding: 0 25px 30px 25px;
	margin-bottom: 30px
}

.podcast-style3:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 46px;
	border: 3px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	transition: all ease .4s
}

.podcast-style3 .podcast-img {
	overflow: hidden;
	position: relative
}

.podcast-style3 .podcast-img>a>img {
	width: 100%;
	border-radius: 10px;
	border: 4px solid rgba(0, 0, 0, 0);
	transition: all ease .4s
}

.podcast-style3 .podcast-title {
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 34px
}

.podcast-style3 .play-btn {
	margin-bottom: 16px
}

.podcast-style3 .podcast-content {
	--icon-size: 70px;
	margin-top: calc(var(--icon-size)/-2);
	position: relative;
	z-index: 1
}

.podcast-style3:hover .podcast-img img {
	border-color: var(--white-color)
}

.slick-current .podcast-style3:before,
.podcast-style3:hover:before {
	bottom: 0
}

.podcast-style4 {
	position: relative;
	background-color: var(--smoke-color);
	border: 1px solid #9c9c9c;
	margin-bottom: 30px;
	padding: 33px 40px;
	margin-bottom: 30px;
	border-radius: 20px
}

.podcast-style4 .podcast-episode {
	font-size: 13px;
	font-family: var(--title-font);
	background-color: var(--secondary-color);
	color: var(--white-color);
	font-weight: 500;
	display: inline-block;
	padding: 8px 14px;
	margin-right: 20px;
	line-height: 1;
	border-radius: 9999px;
	transition: all ease .4s
}

.podcast-style4 .podcast-episode:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.podcast-style4 .podcast-meta {
	display: inline-block;
	vertical-align: middle
}

.podcast-style4 .podcast-meta a {
	color: var(--body-color);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--title-font);
	transition: all ease .4s;
	display: inline-block;
	margin-right: 15px
}

.podcast-style4 .podcast-meta a:last-child {
	margin-right: 0
}

.podcast-style4 .podcast-meta a i {
	margin-right: 7px;
	color: var(--theme-color)
}

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

.podcast-style4 .podcast-title {
	margin-top: 15px
}

.podcast-style4 .play-btn {
	--icon-size: 60px;
	--icon-font-size: 18px
}

.podcast-style4 .vs-btn {
	margin-left: -20px
}

.podcast-style4 .podcast-shape {
	position: absolute;
	right: -37px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1
}

.podcast-style4 .podcast-bottom {
	position: relative;
	z-index: 1
}

.podcast-style4 .podcast-img {
	border-radius: 20px;
	overflow: hidden;
	position: relative
}

.podcast-style4 .podcast-img>a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(to top, var(--title-color) 0%, transparent 100%)
}

.podcast-style4.layout2 {
	position: relative;
	padding: 0;
	border: none;
	background-color: rgba(0, 0, 0, 0)
}

.podcast-style4.layout2 .podcast-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px
}

.podcast-style4.layout2 .podcast-title {
	color: var(--white-color);
	font-size: 40px;
	margin-bottom: 32px
}

.podcast-style4.layout2 .podcast-meta a {
	color: var(--white-color)
}

.podcast-style4.layout2 .podcast-meta a:hover {
	color: var(--theme-color)
}

.podcast-style4.layout2 .vs-btn {
	color: var(--title-color);
	background-color: var(--white-color);
	padding: 16px 31.5px
}

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

.podcast-style4.layout2 .podcast-shape {
	opacity: .1;
	right: 0
}

.podcast-style4.layout2 .podcast-img img {
	width: 100%
}

.podcast-style5 {
	padding: 15px 15px 40px 15px;
	border-radius: 20px;
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
	margin-bottom: 30px
}

.podcast-style5 .podcast-img {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 28px;
	position: relative
}

.podcast-style5 .podcast-img img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1) rotate(0)
}

.podcast-style5 .podcast-category {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1
}

.podcast-style5 .podcast-category a {
	line-height: 1;
	display: inline-block;
	position: relative;
	color: var(--white-color);
	font-size: 16px;
	font-family: var(--title-font);
	text-transform: uppercase;
	font-weight: 600;
	padding: 12.5px 25.41px;
	border-radius: 9999px;
	margin-right: 20px
}

.podcast-style5 .podcast-category a:last-child {
	margin-right: 0
}

.podcast-style5 .podcast-category a:after,
.podcast-style5 .podcast-category a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--theme-color);
	z-index: -2;
	border-radius: 9999px;
	transition: all ease .4s
}

.podcast-style5 .podcast-category a:after {
	z-index: -1;
	right: 4px;
	left: 4px;
	background-color: var(--title-color)
}

.podcast-style5 .podcast-content {
	padding: 0 35px
}

.podcast-style5 .podcast-title {
	margin-bottom: 31px;
	margin-top: -0.3em;
	text-transform: capitalize
}

.podcast-style5 .podcast-title a:hover {
	color: var(--secondary-color)
}

.podcast-style5 .media-style1 {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.podcast-style5 .media-style1:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.podcast-style5 .play-btn {
	--icon-size: 60px;
	--icon-font-size: 18px;
	margin-right: 15px
}

.podcast-style5 .media-meta {
	line-height: 1;
	margin-bottom: 8px
}

.podcast-style5 .podcast-btn {
	display: block;
	padding: 0;
	background-color: #ddd;
	margin-top: 40px
}

.podcast-style5 .podcast-btn:before {
	display: none
}

.podcast-style5 .podcast-btn .btn-text {
	display: inline-block;
	padding: 18px 38px;
	position: relative;
	text-align: left;
	border-radius: 9999px;
	z-index: 1;
	transition: all ease .4s;
	width: 190px
}

.podcast-style5 .podcast-btn .btn-text:after,
.podcast-style5 .podcast-btn .btn-text:before {
	content: "";
	position: absolute;
	left: 0;
	width: calc(100% - 10px);
	bottom: 0;
	top: 0;
	background-color: var(--title-color);
	display: inline-block;
	transition: all ease .4s;
	border-radius: 9999px;
	z-index: -1
}

.podcast-style5 .podcast-btn .btn-text:after {
	width: 100%;
	right: 0;
	background-color: var(--theme-color);
	z-index: -2;
	opacity: 0;
	visibility: hidden
}

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

.podcast-style5 .podcast-btn:hover .btn-text {
	width: 100%
}

.podcast-style5 .podcast-btn:hover .btn-text:before {
	width: 60%
}

.podcast-style5 .podcast-btn:hover .btn-text:after {
	opacity: 1;
	visibility: visible
}

.podcast-style5:hover .podcast-img img {
	transform: scale(1.1) rotate(4deg)
}

.podcast-style6 {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 30px;
	background-color: var(--white-color);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .07);
	border-radius: 20px
}

.podcast-style6 .podcast-img {
	overflow: hidden;
	border-radius: 0 20px 20px 0
}

.podcast-style6 .podcast-content {
	flex: 1;
	padding: 30px 30px 30px 50px
}

.podcast-style6 .podcast-title {
	letter-spacing: -0.02em;
	text-transform: capitalize;
	margin-bottom: 19px
}

.podcast-style6 .podcast-meta {
	margin-bottom: 26px
}

.podcast-style6 .podcast-meta a {
	color: var(--body-color);
	display: inline-block
}

.podcast-style6 .podcast-meta a:after {
	content: ".";
	margin-right: 5px
}

.podcast-style6 .podcast-meta .category {
	font-weight: 700;
	color: var(--theme-color)
}

.podcast-style6 .podcast-meta .category:hover {
	color: var(--secondary-color)
}

.podcast-style6.layout2 .podcast-title {
	font-size: 32px
}

.podcast-style6.layout2 .podcast-img {
	max-width: 275px
}

.podcast-style7 .podcast-inner {
	background-color: var(--smoke-color);
	border: 1px solid #9c9c9c;
	padding: 30px 40px;
	border-radius: 20px;
	transition: all ease .4s;
	margin-bottom: 20px;
	position: relative
}

.podcast-style7:last-child {
	margin-bottom: 30px
}

.podcast-style7:hover {
	border-color: var(--theme-color)
}

.podcast-style7 .podcast-img {
	position: absolute;
	top: 66px;
	right: 22%;
	border-radius: 10px;
	overflow: hidden;
	transition: all ease .4s;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
	transform: rotate(0);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	border: 2px solid var(--white-color)
}

.podcast-style7:hover .podcast-img {
	opacity: 1;
	visibility: visible;
	transform: rotate(-13deg)
}

.podcast-style7 .podcast-content {
	display: flex;
	align-items: center
}

.podcast-style7 .play-btn {
	--icon-size: 60px;
	--icon-font-size: 17px;
	margin-right: 35px
}

.podcast-style7 .podcast-title {
	font-size: 20px;
	margin-bottom: 0;
	flex: 1
}

.podcast-style7 .podcast-episode,
.podcast-style7 .podcast-author {
	display: inline-block;
	color: var(--theme-color);
	font-family: var(--title-font);
	font-weight: 500;
	line-height: 1;
	text-align: center;
	width: 17%;
	flex: 0 0 17%
}

.podcast-style7 .podcast-episode {
	color: var(--body-color)
}

@media(max-width: 1500px) {
	.podcast-style5 .podcast-content {
		padding: 0 10px
	}

	.podcast-style4 .podcast-shape {
		right: 0
	}

	.podcast-style6 .podcast-content {
		padding: 20px 20px 20px 40px
	}

	.podcast-style6.layout2 .podcast-content {
		padding: 15px 15px 15px 30px
	}

	.podcast-style6.layout2 .podcast-img {
		max-width: 200px
	}

	.podcast-style6.layout2 .podcast-title {
		font-size: 26px
	}

	.podcast-style2 {
		padding: 30px;
		margin-top: 80px
	}

	.podcast-style2 .podcast-shape {
		display: none
	}

	.podcast-style2 .podcast-content {
		padding: 0 20px 0 10px
	}
}

@media(max-width: 1199px) {
	.podcast-style6 .podcast-content {
		padding: 10px 10px 10px 30px
	}

	.podcast-style6 .podcast-img {
		max-width: 210px;
		border-radius: 0 20px 20px 0
	}

	.podcast-style6 .podcast-title {
		margin-bottom: 5px
	}

	.podcast-style6 .podcast-meta {
		margin-bottom: 10px
	}

	.podcast-style6 .podcast-meta a {
		font-size: 14px
	}

	.podcast-style7 .podcast-inner {
		padding: 20px 20px
	}

	.podcast-style7 .play-btn {
		--icon-size: 40px;
		--icon-font-size: 13px;
		margin-right: 15px
	}

	.podcast-style7 .podcast-title {
		font-size: 18px
	}

	.podcast-style7 .podcast-episode,
	.podcast-style7 .podcast-author {
		width: 10%;
		flex: 0 0 10%
	}

	.podcast-style7 .podcast-img {
		top: 15%;
		right: 25%;
		max-width: 150px
	}

	.podcast-style4 {
		padding: 30px 20px;
		margin-bottom: 30px
	}

	.podcast-style4 .podcast-title {
		margin-bottom: 5px
	}

	.podcast-style4.layout2 .podcast-title {
		font-size: 30px;
		margin-bottom: 32px
	}

	.podcast-style4.layout2 .podcast-content {
		padding: 30px 20px
	}

	.podcast-style2 {
		padding: 20px;
		margin-top: 60px
	}

	.podcast-style2 .podcast-img {
		max-width: 500px
	}

	.podcast-style2 .podcast-title {
		font-size: 36px;
		margin-bottom: 10px
	}

	.podcast-style2 .podcast-label {
		font-size: 20px;
		margin-bottom: 0
	}

	.podcast-style2 .podcast-meta {
		margin-bottom: 10px
	}

	.podcast-style2 .watch-btn i {
		--icon-size: 40px;
		--icon-font-size: 14px
	}

	.podcast-style3 .author,
	.podcast-style1 .author {
		width: 40px;
		height: 40px;
		right: 10px;
		top: 10px
	}

	.podcast-style1 .podcast-img {
		margin-bottom: 15px
	}

	.podcast-style1 .podcast-title {
		margin-bottom: 15px
	}

	.podcast-style1 .podcast-btn {
		--icon-size: 50px;
		--icon-font-size: 16px
	}

	.podcast-style1 .podcast-btn .btn-text {
		font-size: 14px;
		padding: 10px 10px 10px 30px;
		margin-left: -20px
	}

	.podcast-style5 .podcast-category {
		right: 15px;
		bottom: 15px
	}

	.podcast-style5 .podcast-category a {
		font-size: 12px;
		padding: 10px 21px
	}
}

@media(max-width: 991px) {
	.podcast-style3 {
		padding: 0 10px 30px 10px
	}

	.podcast-style2 {
		padding: 20px
	}

	.podcast-style2 .podcast-label {
		font-size: 16px
	}

	.podcast-style2 .podcast-title {
		font-size: 28px
	}

	.podcast-style2 .podcast-img {
		max-width: 350px
	}

	.podcast-style2 .podcast-content {
		padding: 0
	}

	.podcast-style6 {
		display: block;
		text-align: center
	}

	.podcast-style6.layout2 .podcast-img {
		max-width: 100%
	}

	.podcast-style6.layout2 .podcast-content {
		padding: 15px 15px 30px 15px
	}

	.podcast-style6 .podcast-img {
		max-width: 100%;
		border-radius: 20px
	}

	.podcast-style6 .podcast-img img {
		width: 100%
	}

	.podcast-style6 .podcast-content {
		padding: 15px 15px 25px 15px
	}

	.podcast-style7 .podcast-inner {
		padding: 0 0 20px 0;
		text-align: center
	}

	.podcast-style7 .podcast-img {
		margin: -2px -2px -20px -2px;
		position: relative;
		top: 0;
		right: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
		max-width: initial;
		padding: 0;
		border: none;
		box-shadow: none;
		border-radius: 20px 20px 0 0
	}

	.podcast-style7 .podcast-img img {
		width: 100%
	}

	.podcast-style7 .podcast-content {
		display: block
	}

	.podcast-style7 .play-btn {
		margin-bottom: 15px
	}

	.podcast-style7 .podcast-episode,
	.podcast-style7 .podcast-author {
		width: auto;
		flex: 0 0 auto;
		margin-bottom: 20px
	}

	.podcast-style7 .podcast-author {
		margin-right: 7px
	}

	.podcast-style7 .vs-btn {
		display: block;
		width: -moz-max-content;
		width: max-content;
		margin: 0 auto
	}

	.podcast-style7:hover .podcast-img {
		transform: none
	}

	.podcast-style5 {
		padding: 10px 10px 20px 10px
	}

	.podcast-style5 .play-btn {
		--icon-size: 40px;
		--icon-font-size: 13px;
		margin-right: 10px
	}

	.podcast-style5 .podcast-content {
		padding: 0
	}

	.podcast-style5 .podcast-title {
		font-size: 24px;
		margin-bottom: 12px
	}

	.podcast-style5 .podcast-img {
		margin-bottom: 10px
	}

	.podcast-style5 .podcast-btn {
		margin-top: 25px
	}

	.podcast-style5 .podcast-btn .btn-text {
		padding: 11px 23px;
		width: 140px;
		font-size: 12px
	}
}

@media(max-width: 767px) {
	.podcast-style4 {
		--icon-size: 50px;
		--icon-font-size: 14px
	}

	.podcast-style4 .podcast-title {
		margin-top: 0
	}

	.podcast-style4.layout2 .vs-btn {
		margin-left: 0;
		padding: 12px 20px
	}

	.podcast-style4.layout2 .podcast-title {
		font-size: 24px;
		margin-bottom: 15px
	}

	.podcast-style4 .podcast-meta {
		display: block;
		margin-top: 4px
	}

	.podcast-style4 .podcast-meta a {
		font-size: 14px;
		margin-right: 10px
	}

	.podcast-style2 {
		padding: 15px;
		display: block
	}

	.podcast-style2 .podcast-content {
		padding: 10px 0 10px 0
	}

	.podcast-style2 .podcast-meta a {
		margin-right: 15px;
		font-size: 13px
	}

	.podcast-style6.layout2 .podcast-title {
		font-size: 24px
	}

	.podcast-style6.layout2 .podcast-content {
		padding: 15px 10px 25px 10px
	}
}

@media(max-width: 991px) {
	.filter-menu-style1 {
		margin-bottom: 30px
	}

	.filter-menu-style1 button {
		padding: 10px 20px;
		font-size: 14px
	}
}

@media(max-width: 767px) {
	.filter-menu-style1 {
		margin-bottom: 30px
	}

	.filter-menu-style1 button {
		padding: 8px 18px;
		font-size: 12px
	}
}

.testi-wrap1 {
	border-radius: 20px
}

.testi-style1 {
	padding: 50px 40px
}

.testi-style1 .testi-quote {
	color: var(--theme-color);
	font-size: 60px;
	margin-bottom: 25px
}

.testi-style1 .testi-text {
	font-size: 32px;
	line-height: 1.58;
	margin-bottom: 57px
}

.testi-style1 .testi-author {
	border-top: 1px solid var(--body-color);
	display: flex;
	align-items: center;
	padding-top: 45px
}

.testi-style1 .avater {
	width: 145px;
	height: 145px;
	border-radius: 50%;
	margin-right: 30px;
	overflow: hidden
}

.testi-style1 .avater img {
	width: 100%
}

.testi-style1 .auth-name {
	font-weight: 600;
	line-height: 1;
	margin-bottom: 13px
}

.testi-style1 .auth-degi {
	color: var(--theme-color);
	line-height: 1;
	margin-bottom: 0
}

.testi-style1 .slick-dots {
	margin: -20px 0 0 0;
	text-align: right
}

@media(max-width: 1500px) {
	.testi-style1 {
		padding: 30px 25px
	}

	.testi-style1 .testi-text {
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 40px
	}

	.testi-style1 .avater {
		width: 80px;
		height: 80px;
		margin-right: 20px
	}
}

@media(max-width: 767px) {
	.testi-style1 {
		padding: 30px 15px
	}

	.testi-style1 .testi-quote {
		font-size: 40px;
		margin-bottom: 10px
	}

	.testi-style1 .testi-text {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 20px
	}

	.testi-style1 .testi-author {
		padding-top: 25px
	}

	.testi-style1 .testi-author .avater {
		width: 50px;
		height: 50px;
		margin-right: 15px
	}

	.testi-style1 .testi-author .auth-name {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 0
	}

	.testi-style1 .testi-author .auth-degi {
		margin-bottom: 0;
		line-height: 1;
		font-size: 14px
	}
}

.team-style1 .team-body {
	background-color: var(--white-color);
	margin-bottom: 30px;
	border-radius: 20px
}

.team-style1 .team-img {
	overflow: hidden;
	border-radius: 20px 20px 0 0
}

.team-style1 .team-img img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1) rotate(0)
}

.team-style1 .team-content {
	position: relative;
	text-align: right;
	padding: 45px 50px 30px 40px
}

.team-style1 .social,
.team-style1 .team-share {
	position: relative;
	display: inline-block;
	width: var(--icon-size, 50px);
	height: var(--icon-size, 50px);
	line-height: calc(var(--icon-size, 50px) - 3px);
	font-size: var(--icon-font-size, 20px);
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	color: var(--white-color);
	border-radius: 50%;
	transition: all ease .4s;
	padding: 0;
	border: 2px solid rgba(0, 0, 0, 0)
}

.team-style1 .team-share {
	margin-right: 5px
}

.team-style1 .team-share {
	z-index: 1
}

.team-style1 .social {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-20px)
}

.team-style1 .social:hover {
	color: var(--title-color);
	border-color: var(--title-color)
}

.team-style1 .team-social {
	display: flex;
	align-items: center;
	width: 235px;
	padding: 5px;
	position: absolute;
	left: 30px;
	top: calc(var(--icon-size, 50px)/-2);
	transition: all ease .4s;
	border-radius: 9999px;
	z-index: 1
}

.team-style1 .team-social:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(var(--icon-size, 50px) + 10px);
	transition: all ease .4s;
	background-color: var(--theme-color);
	z-index: -1;
	border-radius: inherit
}

.team-style1 .team-social.active::before {
	width: 100%
}

.team-style1 .team-social.active .team-share {
	background-color: var(--title-color)
}

.team-style1 .team-social.active .social {
	opacity: 1;
	visibility: visible;
	transform: translateX(0)
}

.team-style1 .team-name {
	line-height: 1;
	margin-bottom: 4px;
	text-transform: uppercase
}

.team-style1 .team-degi {
	display: block;
	text-transform: uppercase
}

.team-style1:hover .team-img img {
	transform: scale(1.1) rotate(3deg)
}

@media(max-width: 1500px) {
	.team-style1 {
		--icon-size: 40px;
		--icon-font-size: 15px
	}

	.team-style1 .team-content {
		padding: 25px 25px 20px 25px
	}

	.team-style1 .team-social {
		width: 180px
	}
}

.accordion-item .accordion-button {
	padding: 0;
	border: none;
	border-radius: 0;
	line-height: 1.4;
	background-color: rgba(0, 0, 0, 0);
	text-align: left
}

.accordion-item .accordion-button:after {
	display: none
}

.accordion-item .accordion-button:focus {
	outline: none;
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0)
}

.accordion-collapse {
	border: none
}

.accordion-body {
	padding: 0
}

.accordion-body p:last-child {
	margin-bottom: 0
}

.accordion-style1 {
	margin-bottom: 25px
}

.accordion-style1 .accordion-item {
	padding: 23px 0 25px 0;
	border-bottom: 1px solid #aaa
}

.accordion-style1 .accordion-item:first-child {
	padding-top: 0
}

.accordion-style1 .accordion-item:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.accordion-style1 .accordion-item:last-child .accordion-button {
	padding-bottom: 0
}

.accordion-style1 .accordion-button {
	position: relative;
	padding: 0 20px 0 44px;
	font-weight: 600;
	font-size: 28px;
	font-family: var(--title-font);
	color: var(--title-color)
}

.accordion-style1 .accordion-button .arrow {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
	width: 30px;
	height: 30px;
	background-color: var(--theme-color);
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	transition: all ease .4s;
	transform: rotate(90deg)
}

.accordion-style1 .accordion-button .arrow:before {
	content: "";
	position: absolute;
	width: inherit;
	height: inherit;
	left: 41%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.3);
	background-color: var(--white-color);
	z-index: 1;
	-webkit-clip-path: inherit;
	clip-path: inherit
}

.accordion-style1 .accordion-button.collapsed .arrow {
	transform: none;
	background-color: var(--title-color)
}

.accordion-style1 .accordion-body {
	padding: 5px 20px 0 44px
}

@media(max-width: 1199px) {
	.accordion-style1 .accordion-button {
		font-size: 22px;
		padding-left: 26px
	}

	.accordion-style1 .accordion-button .arrow {
		margin-top: -9px;
		width: 18px;
		height: 18px
	}

	.accordion-style1 .accordion-item {
		padding: 13px 0 15px 0
	}

	.accordion-style1 .accordion-body {
		padding-left: 26px
	}

	.accordion-style1 .accordion-body p {
		line-height: 1.5
	}
}

@media(max-width: 767px) {
	.accordion-style1 .accordion-button {
		font-size: 17px;
		padding-left: 26px
	}

	.accordion-style1 .accordion-body p {
		font-size: 14px
	}
}

.woocommerce-message,
.woocommerce-info {
	position: relative;
	border: 1px solid var(--border-color);
	padding: 11px 20px;
	background-color: var(--smoke-color);
	color: var(--title-color);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
	border-radius: 10px
}

.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(--secondary-color);
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
	content: "";
	font-weight: 300
}

.quantity {
	position: relative;
	width: -moz-max-content;
	width: max-content;
	display: inline-flex;
	align-items: center;
	background-color: var(--smoke-color);
	border-radius: 7px
}

.quantity .screen-reader-text {
	display: none
}

.quantity input {
	padding: 0 5px 0 5px;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	--body-color: var(--title-color);
	background-color: var(--white-color);
	border: 2px solid var(--smoke-color);
	border-radius: 7px
}

.quantity .qty-btn {
	border: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--title-color);
	font-size: 16px;
	border-radius: 7px
}

.quantity .qty-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.quantity .quantity-plus {
	bottom: 30px
}

.star-rating {
	overflow: hidden;
	position: relative;
	width: 93px;
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	font-family: var(--icon-font);
	font-weight: 700;
	font-size: 14px
}

.star-rating:before {
	content: "";
	color: var(--theme-color);
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 3px;
	font-weight: 400
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.star-rating span:before {
	content: "";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--theme-color);
	letter-spacing: 3px;
	font-weight: 700
}

.rating-select {
	margin-top: -1em;
	margin-bottom: 15px
}

.rating-select label {
	font-size: 16px;
	color: var(--title-color);
	font-weight: 700;
	margin: 0 10px 0 0;
	display: inline-block
}

.rating-select .stars {
	margin-bottom: 0;
	line-height: 1;
	display: inline-block
}

.rating-select .stars a {
	position: relative;
	height: 14px;
	width: 18px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}

.rating-select .stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 14px;
	line-height: 1;
	font-family: var(--icon-font);
	content: "";
	font-weight: 400;
	text-indent: 0;
	color: var(--theme-color)
}

.rating-select .stars a:hover~a::before {
	content: "";
	font-weight: 400
}

.rating-select .stars:hover a::before {
	content: "";
	font-weight: 700
}

.rating-select .stars.selected a.active::before {
	content: "";
	font-weight: 700
}

.rating-select .stars.selected a.active~a::before {
	content: "";
	font-weight: 400
}

.rating-select .stars.selected a:not(.active)::before {
	content: "";
	font-weight: 700
}

.woocommerce-cart-form {
	text-align: center
}

.cart_table {
	border: 1px solid var(--border-color);
	margin-bottom: 45px
}

.cart_table thead {
	background-color: var(--smoke-color)
}

.cart_table thead th {
	border: none !important;
	color: var(--title-color);
	font-size: 18px
}

.cart_table td:before,
.cart_table th {
	font-family: var(--title-font);
	color: var(--title-color);
	font-weight: 600;
	border: none;
	padding: 27px 15px
}

.cart_table td:before {
	content: attr(data-title);
	position: absolute;
	left: 15px;
	top: 50%;
	vertical-align: top;
	padding: 0;
	transform: translateY(-50%);
	display: none
}

.cart_table td {
	border: none;
	border-bottom: 1px solid var(--border-color);
	color: var(--body-color);
	padding: 20px 10px;
	position: relative;
	vertical-align: middle;
	line-height: 1
}

.cart_table .product-quantity {
	color: var(--title-color)
}

.cart_table .product-quantity input {
	position: relative;
	top: -2px
}

.cart_table .cart-productname {
	font-weight: 400;
	font-family: var(--body-font);
	color: var(--body-color)
}

.cart_table .cart-productimage {
	display: inline-block;
	border: 2px solid var(--border-color);
	overflow: hidden
}

.cart_table .cart-productimage img {
	transform: scale(1);
	transition: all ease .4s
}

.cart_table .cart-productimage:hover img {
	transform: scale(1.1)
}

.cart_table .amount {
	font-size: 18px;
	font-weight: 500;
	color: var(--title-color)
}

.cart_table .cart-productname {
	font-size: 18px;
	font-weight: 500;
	color: var(--title-color)
}

.cart_table .cart-productname:hover {
	color: var(--theme-color)
}

.cart_table .remove {
	color: var(--theme-color);
	font-size: 18px
}

.cart_table .remove:hover {
	color: var(--title-color)
}

.cart_table .quantity {
	width: -moz-max-content;
	width: max-content;
	display: inline-block
}

.cart_table .qty-input {
	background-color: var(--white-color);
	--body-color: var(--title-color)
}

.cart_table .actions {
	text-align: right;
	vertical-align: middle
}

.cart_table .actions>.vs-btn {
	font-size: 16px;
	padding: 17px 28px;
	margin-right: 15px
}

.cart_table .actions>.vs-btn:last-child {
	margin-right: 0
}

.cart_table .vs-cart-coupon {
	float: left;
	margin: 0;
	width: 455px;
	max-width: 100%;
	display: flex
}

.cart_table .vs-cart-coupon input {
	height: 50px;
	width: calc(100% - 200px);
	margin-right: 10px;
	color: var(--title-color)
}

.cart_table .vs-cart-coupon .vs-btn {
	font-size: 16px;
	padding: 17px 22px;
	width: -moz-max-content;
	width: max-content
}

.cart_totals {
	border: 1px solid var(--border-color)
}

.cart_totals th,
.cart_totals td {
	vertical-align: top;
	padding: 20px 20px;
	border: none;
	border-bottom: 1px solid var(--border-color);
	font-size: 14px;
	color: var(--title-color);
	width: 55%
}

.cart_totals th:first-child,
.cart_totals td:first-child {
	width: 45%;
	background-color: var(--smoke-color);
	font-weight: 700;
	font-size: 14px;
	color: var(--title-color)
}

.cart_totals .shipping-calculator-button {
	display: inline-block;
	border-bottom: 1px solid;
	color: var(--title-color);
	font-weight: 700
}

.cart_totals .shipping-calculator-button:hover {
	color: var(--theme-color)
}

.cart_totals .woocommerce-shipping-destination {
	margin-bottom: 10px
}

.cart_totals .woocommerce-shipping-methods {
	margin-bottom: 0
}

.cart_totals .shipping-calculator-form {
	display: none
}

.cart_totals .shipping-calculator-form p:first-child {
	margin-top: 20px
}

.cart_totals .shipping-calculator-form p:last-child {
	margin-bottom: 0
}

.cart_totals .shipping-calculator-form .vs-btn {
	padding: 13px 30px
}

.cart_totals .amount {
	font-weight: 700;
	font-size: 18px
}

.cart_totals .order-total .amount {
	color: var(--theme-color)
}

.cart_totals input,
.cart_totals select {
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background-position: right 20px center;
	font-size: 14px
}

@media(max-width: 991px) {
	.cart_table th {
		padding: 23px 8px;
		font-size: 14px
	}

	.cart_table .cart-productname {
		font-size: 14px
	}

	.cart_table .vs-cart-coupon {
		width: 100%;
		margin-bottom: 20px
	}

	.cart_table .actions {
		text-align: center
	}
}

@media(max-width: 767px) {
	.cart_table {
		text-align: left;
		min-width: auto;
		border-collapse: separate;
		border-spacing: 0 20px;
		border: none
	}

	.cart_table thead {
		display: none
	}

	.cart_table td {
		padding: 15px;
		display: block;
		width: 100%;
		padding-left: 25%;
		text-align: right;
		border: 1px solid var(--border-color);
		border-bottom: none
	}

	.cart_table td::before {
		display: block
	}

	.cart_table td:last-child {
		border-bottom: 1px solid var(--border-color)
	}

	.cart_table td.actions {
		padding-left: 15px;
		text-align: center
	}

	.cart_table td.actions>.vs-btn {
		margin-top: 10px;
		margin-right: 0;
		display: block;
		width: -moz-max-content;
		width: max-content;
		margin-left: auto;
		margin-right: auto
	}

	.cart_table td.actions>.vs-btn:last-child {
		margin-right: auto
	}

	.cart_table .vs-cart-coupon {
		width: 100%;
		text-align: center;
		float: none;
		justify-content: center;
		display: block;
		padding-bottom: 10px
	}

	.cart_table .vs-cart-coupon input {
		width: 100%;
		margin-bottom: 10px
	}

	.cart_totals th,
	.cart_totals td {
		padding: 15px 10px
	}

	.cart_totals th:first-child,
	.cart_totals td:first-child {
		width: 17%;
		line-height: 1.4
	}
}

.woocommerce-form-coupon,
.woocommerce-form-login {
	padding: 20px;
	background-color: var(--smoke-color);
	--bs-gutter-x: 20px;
	margin-bottom: 40px;
	display: none
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
	margin-bottom: 0
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
	margin-bottom: 0
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
	margin-top: -35px
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
	position: relative;
	bottom: -30px
}

.woocommerce-checkout .select2-dropdown {
	border: 1px solid var(--border-color);
	border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
	color: var(--body-color)
}

.select2-container--default .select2-selection--single {
	height: 60px;
	border: 1px solid var(--border-color)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
	padding-left: 30px;
	padding-right: 25px
}

.woocommerce-billing-fields .form-row {
	margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content: "";
	font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin: 0;
	border: none;
	top: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px;
	line-height: 60px;
	margin-right: 18px
}

span.select2-selection.select2-selection--single:focus {
	outline: none
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
	height: 40px;
	padding-left: 15px;
	font-size: 16px;
	border-radius: 0;
	background-position: right 13px center
}

.shipping-calculator-form .vs-btn {
	font-size: 14px;
	padding: 0 20px;
	width: -moz-max-content;
	width: max-content;
	height: 40px
}

.checkout-ordertable .woocommerce-Price-amount {
	font-size: 15px
}

.checkout-ordertable th,
.checkout-ordertable td {
	border: none;
	vertical-align: middle;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--title-color)
}

.checkout-ordertable ul {
	margin: 0;
	padding: 0
}

.checkout-ordertable .order-total .amount {
	color: var(--theme-color)
}

.checkout-ordertable input[type=hidden]~label {
	color: var(--theme-color)
}

.woocommerce-checkout .form-group input:not(:last-child) {
	margin-bottom: var(--bs-gutter-x)
}

.checkout-ordertable th,
.checkout-ordertable td {
	border: 1px solid var(--border-color);
	text-align: right;
	padding: 5px 20px
}

.checkout-ordertable th {
	text-align: left
}

.woocommerce-checkout-payment {
	text-align: left
}

.woocommerce-checkout-payment ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.woocommerce-checkout-payment ul li {
	padding-top: 10px;
	border-bottom: 1px solid var(--border-color);
	border-radius: 4px;
	font-size: 16px
}

.woocommerce-checkout-payment ul input[type=radio]~label {
	margin-bottom: 19px;
	color: var(--body-color)
}

.woocommerce-checkout-payment ul input[type=radio]~label img {
	margin-bottom: -2px;
	margin-left: 10px
}

.woocommerce-checkout-payment .place-order {
	padding-top: 30px
}

.woocommerce-checkout-payment .payment_box {
	color: var(--title-color);
	background-color: var(--light-color);
	border: 1px solid var(--border-color);
	border-bottom: none;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	display: none
}

.woocommerce-checkout-payment .payment_box p {
	margin: 0
}

.vs-checkout-wrapper form.woocommerce-form {
	margin-bottom: 25px
}

@media(max-width: 767px) {
	tfoot.checkout-ordertable th {
		display: none
	}

	.woocommerce-checkout-payment ul input[type=radio]~label img {
		max-width: 150px
	}

	.checkout-ordertable th,
	.checkout-ordertable td {
		padding: 5px 20px 5px 60px
	}

	.woocommerce-form-coupon,
	.woocommerce-form-login {
		padding: 40px 20px
	}
}

@media(max-width: 575px) {

	.woocommerce-message,
	.woocommerce-info {
		font-size: 12px;
		padding: 11px 15px
	}
}

.vs-product-box {
	margin-bottom: 50px
}

.vs-product-box .product-img {
	overflow: hidden;
	position: relative
}

.vs-product-box .product-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(5, 24, 33, .7);
	transition: all ease .4s;
	z-index: 1;
	transform: scale(0.7);
	opacity: 0;
	visibility: hidden
}

.vs-product-box .product-img img {
	transition: all ease .4s;
	transform: scale(1.001)
}

.vs-product-box .actions {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all ease .4s;
	z-index: 2;
	opacity: 0;
	visibility: hidden
}

.vs-product-box .vs-btn {
	background-color: rgba(0, 0, 0, 0);
	color: var(--title-color);
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px
}

.vs-product-box .vs-btn:after,
.vs-product-box .vs-btn:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: .5px;
	bottom: .5px;
	background-color: var(--theme-color);
	z-index: -2;
	transition: all ease .4s;
	border-radius: 9999px;
	transform: rotateX(0.0001deg)
}

.vs-product-box .vs-btn:after {
	z-index: -1;
	background-color: var(--white-color);
	right: 4px;
	left: 4px
}

.vs-product-box .vs-btn:hover {
	background-color: rgba(0, 0, 0, 0);
	color: var(--white-color)
}

.vs-product-box .vs-btn:hover:after {
	transform: rotateX(180deg);
	background-color: var(--title-color)
}

.vs-product-box .product-content {
	position: relative;
	padding-top: 11px
}

.vs-product-box .star-rating {
	display: block;
	float: right;
	position: relative;
	top: 7px
}

.vs-product-box .product-title {
	font-size: 24px;
	margin-bottom: 0
}

.vs-product-box .product-price {
	font-size: 18px;
	color: var(--theme-color);
	font-weight: 700;
	color: var(--theme-color)
}

.vs-product-box .product-price del {
	margin-right: 5px;
	color: var(--body-color)
}

.vs-product-box:hover .product-img:before {
	opacity: 1;
	visibility: visible;
	transform: scale(0.99)
}

.vs-product-box:hover .actions {
	opacity: 1;
	visibility: visible
}

.product-big-img {
	margin-bottom: 30px
}

.product-big-img .img {
	background-color: var(--smoke-color);
	border-radius: 10px;
	overflow: hidden
}

.product-about {
	margin-bottom: 30px
}

.product-about .product-rating {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	margin-top: -0.45em
}

.product-about .star-rating {
	margin-right: 10px
}

.product-about .product-title {
	margin-bottom: 12px
}

.product-about .price {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 22px;
	color: var(--theme-color)
}

.product-about .price del {
	font-size: .7em;
	margin-left: 10px;
	color: var(--body-color);
	font-weight: 400
}

.product-about .actions {
	margin-top: 30px
}

.product-about .actions .quantity {
	margin-right: 30px
}

.product-about .actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.product-about .actions .vs-btn {
	padding: 15px 25px 15px 25px;
	border-radius: 10px;
	background-color: var(--secondary-color)
}

.product-about .actions .vs-btn:before {
	background-color: var(--theme-color)
}

.product-description {
	margin-top: 50px
}

@media(max-width: 1199px) {
	.product-big-img img {
		width: 100%
	}

	.product-about .price {
		font-size: 20px;
		margin-bottom: 10px
	}

	.product-description {
		margin-top: 10px
	}
}

@media(max-width: 767px) {
	.vs-product-box {
		text-align: center;
		margin-bottom: 20px
	}

	.vs-product-box .product-title {
		font-size: 20px;
		margin-bottom: 5px
	}

	.vs-product-box .product-price {
		font-size: 14px;
		display: block
	}

	.vs-product-box .star-rating {
		position: relative;
		top: 0;
		float: none;
		display: inline-block;
		width: 70px;
		font-size: 10px;
		margin-bottom: 4px
	}

	.vs-product-box .vs-btn {
		font-size: 12px;
		padding: 7px 16px 10px 16px
	}

	.product-about .actions .quantity {
		margin-right: 10px
	}
}

.package-style1 {
	background-color: var(--white-color);
	padding: 45px var(--padding-x, 45px) 60px var(--padding-x, 45px);
	margin-bottom: 30px;
	border-radius: 30px;
	transition: all ease .4s
}

.package-style1 .package-body {
	display: flex;
	align-items: center;
	padding: 0 20px 39px 0
}

.package-style1 .package-icon {
	margin-right: 20px
}

.package-style1 .package-title {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 35px;
	transition: all ease .4s
}

.package-style1 .package-price {
	font-size: 66px;
	font-weight: 600;
	line-height: 1;
	font-family: var(--title-font);
	color: var(--theme-color);
	text-transform: uppercase;
	flex: 1
}

.package-style1 .currency {
	font-size: 24px
}

.package-style1 .duration {
	font-size: 30px
}

.package-style1 .package-label {
	background-color: var(--border-color);
	text-align: center;
	padding: 5px 0;
	margin: 0 calc(var(--padding-x, 45px)*-1);
	transition: all ease .4s
}

.package-style1 .package-list ul {
	padding: 35px 0 21px 0;
	margin: 0;
	list-style-type: none
}

.package-style1 .package-list li {
	position: relative;
	color: var(--title-color);
	font-family: var(--title-font);
	margin-bottom: 15px;
	padding-left: 35px;
	transition: all ease .4s
}

.package-style1 .package-list .close {
	color: var(--body-color)
}

.package-style1 .package-list i {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 1.2em
}

.package-style1 .package-list i.fa-times {
	color: var(--theme-color)
}

.package-style1:hover,
.package-style1.active {
	background-color: var(--title-color)
}

.package-style1:hover .package-label,
.package-style1.active .package-label {
	background-color: var(--white-color)
}

.package-style1:hover .package-title,
.package-style1:hover .package-list li,
.package-style1.active .package-title,
.package-style1.active .package-list li {
	color: var(--white-color)
}

.package-style1:hover .vs-btn,
.package-style1.active .vs-btn {
	background-color: var(--white-color);
	color: var(--theme-color)
}

.package-style1:hover .vs-btn:hover,
.package-style1.active .vs-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

@media(max-width: 1500px) {
	.package-style1 {
		padding-top: 40px;
		padding-bottom: 40px;
		--padding-x: 20px;
		border-radius: 15px
	}

	.package-style1 .package-title {
		margin-bottom: 20px
	}

	.package-style1 .package-list ul {
		padding: 20px 0 15px 0
	}

	.package-style1 .package-list li {
		padding-left: 30px;
		margin-bottom: 10px;
		line-height: 1.5
	}

	.package-style1 .package-list i {
		top: 4px
	}

	.package-style1 .package-price {
		font-size: 60px
	}
}

@media(max-width: 767px) {
	.package-style1 .package-body {
		display: flex;
		align-items: center;
		padding: 0 20px 25px 0
	}

	.package-style1 .package-title {
		font-size: 24px
	}

	.package-style1 .package-label {
		font-size: 14px
	}

	.package-style1 .package-icon {
		max-width: 50px;
		margin-right: 10px
	}

	.package-style1 .package-price {
		font-size: 50px
	}

	.package-style1 .duration {
		font-size: 18px
	}

	.package-style1 .currency {
		font-size: 16px
	}
}

.audio-waveform {
	cursor: pointer
}

.audio-mic.mute .fa-volume:before {
	content: ""
}

.audio-pause-play.pause .fa-play:before {
	content: ""
}

.audio-repeat.replay .fa-play:before {
	content: ""
}

.audio-style1,
.audio-style1 .audio-top,
.audio-style1 .audio-control,
.audio-style1 .audio-bottom {
	display: flex;
	align-items: center
}

.audio-style1 .audio-content,
.audio-style1 .audio-body {
	flex: 1
}

.audio-style1 .audio-top {
	margin-bottom: 40px
}

.audio-style1 .audio-content {
	padding: 0 20px 0 45px
}

.audio-style1 .audio-img {
	width: 200px;
	height: 200px;
	background-color: var(--white-color);
	padding: 3px;
	border-radius: 16px;
	overflow: hidden;
	margin-right: 35px
}

.audio-style1 .audio-img img {
	border-radius: inherit;
	width: 100%
}

.audio-style1 .audio-waveform {
	flex: 1;
	margin: 0 20px
}

.audio-style1 .audio-duration,
.audio-style1 .audio-time {
	font-size: 20px;
	line-height: 1;
	color: var(--white-color);
	display: inline-block;
	width: 40px
}

.audio-style1 .audio-mic {
	display: inline-block;
	border: none;
	padding: 0;
	background-color: #266867;
	color: var(--white-color);
	font-size: 30px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius: 50%;
	text-align: center;
	margin-left: 40px
}

.audio-style1 .audio-mic:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.audio-style1 .audio-pause-play {
	display: inline-block;
	padding: 0;
	border: 2px solid var(--theme-color);
	background-color: var(--theme-color);
	color: var(--white-color);
	line-height: 1;
	width: 70px;
	height: 70px;
	line-height: 64px;
	border-radius: 50%;
	font-size: 22px;
	margin: 0 20px
}

.audio-style1 .audio-pause-play:hover {
	background-color: rgba(0, 0, 0, 0);
	color: var(--theme-color)
}

.audio-style1 .audio-backward,
.audio-style1 .audio-forward {
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .4);
	background-color: rgba(0, 0, 0, 0);
	color: var(--white-color);
	font-size: 13px;
	border-radius: 50%
}

.audio-style1 .audio-backward:hover,
.audio-style1 .audio-forward:hover {
	border-color: var(--theme-color);
	color: var(--theme-color)
}

.audio-style1 .audio-title {
	color: var(--white-color);
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 8px
}

.audio-style1 .audio-meta {
	color: var(--theme-color);
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0
}

.audio-style1 .audio-btn {
	color: var(--white-color);
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	text-transform: capitalize
}

.audio-style1 .audio-btn i {
	margin-left: 10px
}

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

.audio-style2 {
	background-color: var(--smoke-color);
	border-radius: 9999px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 40px;
	margin-top: -60px;
	position: relative;
	z-index: 1
}

.audio-style2 .audio-left,
.audio-style2 .audio-right {
	flex: 1;
	display: flex;
	align-items: center
}

.audio-style2 .audio-right {
	justify-content: flex-end
}

.audio-style2 .audio-icon {
	margin-right: 25px
}

.audio-style2 .audio-title {
	font-size: 20px;
	margin: 0;
	font-family: var(--body-font)
}

.audio-style2 .audio-pause-play {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--white-color);
	background-color: var(--theme-color);
	transform: rotate(45deg);
	border: none;
	padding: 0;
	display: inline-block;
	border-radius: 15px;
	margin: 0 7px;
	font-size: 20px;
	transition: all ease .4s
}

.audio-style2 .audio-pause-play i {
	transform: rotate(-45deg)
}

.audio-style2 .audio-pause-play:hover {
	background-color: var(--secondary-color);
	color: var(--white-color)
}

.audio-style2 .audio-backward,
.audio-style2 .audio-forward {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 4px;
	border: none;
	position: relative;
	z-index: 1;
	background-color: var(--title-color);
	color: var(--white-color);
	transform: rotate(45deg);
	font-size: 16px;
	transition: all ease .4s
}

.audio-style2 .audio-backward i,
.audio-style2 .audio-forward i {
	transform: rotate(-45deg)
}

.audio-style2 .audio-backward:hover,
.audio-style2 .audio-forward:hover {
	background-color: var(--secondary-color);
	color: var(--white-color)
}

.audio-style2 .audio-body {
	display: flex;
	align-items: center;
	flex: 1
}

.audio-style2 .audio-waveform {
	flex: 1;
	margin: 0 4px
}

.audio-style2 .audio-duration,
.audio-style2 .audio-time {
	font-size: 16px;
	font-weight: 600;
	color: var(--secondary-color);
	width: 40px;
	text-align: center
}

.audio-style2 .audio-middle {
	padding: 0 40px
}

.audio-style2 .audio-repeat,
.audio-style2 .audio-mic {
	border: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0;
	border-radius: 50%;
	margin-left: 0;
	background-color: rgba(0, 0, 0, 0)
}

.audio-style2 .audio-repeat:first-child,
.audio-style2 .audio-mic:first-child {
	margin-left: 20px
}

.audio-style2 .audio-repeat:hover,
.audio-style2 .audio-mic:hover {
	background-color: var(--white-color)
}

.audio-style2 .audio-mic.mute,
.audio-style2 .audio-repeat[data-repeat=true] {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.audio-style3 {
	padding: 10px 10px 15px 10px;
	background-color: #0c282d;
	border-radius: 4px
}

.audio-style3 .audio-time,
.audio-style3 .audio-duration {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	font-family: var(--title-font);
	color: var(--white-color)
}

.audio-style3 .audio-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

.audio-style3 .audio-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 15px
}

.audio-style3 .audio-repeat,
.audio-style3 .audio-mic,
.audio-style3 .audio-forward,
.audio-style3 .audio-backward {
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0);
	color: var(--white-color);
	padding: 0;
	line-height: 1;
	border: none
}

.audio-style3 .audio-repeat:hover,
.audio-style3 .audio-mic:hover,
.audio-style3 .audio-forward:hover,
.audio-style3 .audio-backward:hover {
	color: var(--theme-color)
}

.audio-style3 .audio-mic.mute,
.audio-style3 .audio-repeat[data-repeat=true] {
	color: var(--theme-color)
}

.audio-style3 .audio-pause-play {
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: var(--white-color);
	color: var(--title-color);
	padding: 0;
	border: none;
	border-radius: 50%;
	margin: 0 18px
}

.audio-style3 .audio-pause-play:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

@media(max-width: 1199px) {
	.audio-style1 .audio-img {
		width: 150px;
		height: 150px;
		margin-right: 25px
	}

	.audio-style1 .audio-duration,
	.audio-style1 .audio-time {
		font-size: 16px;
		width: 35px
	}

	.audio-style1 .audio-pause-play {
		width: 60px;
		height: 60px;
		line-height: 54px;
		font-size: 20px;
		margin: 0 10px
	}

	.audio-style1 .audio-content {
		padding: 0 10px 0 25px
	}

	.audio-style1 .audio-title {
		font-size: 22px;
		margin-bottom: 6px
	}

	.audio-style1 .audio-meta {
		font-size: 12px;
		margin-bottom: 0
	}

	.audio-style1 .audio-mic {
		font-size: 22px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-left: 40px
	}

	.audio-style1 .audio-btn {
		font-size: 14px
	}

	.audio-style1 .audio-mic {
		font-size: 16px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-left: 20px
	}

	.audio-style1 .audio-waveform {
		margin: 0 10px
	}

	.audio-style1 .audio-top {
		margin-bottom: 30px
	}

	.audio-style2 .audio-icon {
		margin-right: 10px
	}

	.audio-style2 .audio-title {
		font-size: 15px
	}

	.audio-style2 .audio-middle {
		padding: 0 20px
	}

	.audio-style2 .audio-pause-play {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 16px
	}

	.audio-style2 .audio-backward,
	.audio-style2 .audio-forward {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px
	}

	.audio-style2 .audio-repeat,
	.audio-style2 .audio-mic {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px
	}

	.audio-style2 .audio-duration,
	.audio-style2 .audio-time {
		font-size: 13px;
		width: 35px
	}
}

@media(max-width: 991px) {
	.audio-style1 {
		--gap-left: 23%
	}

	.audio-style1 .audio-bottom {
		flex-wrap: wrap
	}

	.audio-style1 .audio-control {
		flex: 0 0 var(--gap-left);
		width: var(--gap-left)
	}

	.audio-style1 .audio-pause-play {
		width: 40px;
		height: 40px;
		line-height: 35px;
		font-size: 14px;
		margin: 0 5px
	}

	.audio-style1 .audio-forward,
	.audio-style1 .audio-backward {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 10px
	}

	.audio-style1 .audio-title {
		font-size: 20px
	}

	.audio-style1 .audio-content {
		padding: 0 0 0 10px
	}

	.audio-style1 .audio-btns {
		flex: 0 0 calc(100% - var(--gap-left));
		width: calc(100% - var(--gap-left));
		margin-left: auto;
		padding-left: 10px;
		margin-top: 5px
	}

	.audio-style2 {
		text-align: center;
		margin-top: 40px;
		border-radius: 10px
	}

	.audio-style2 .audio-backward,
	.audio-style2 .audio-forward,
	.audio-style2 .audio-pause-play {
		transform: rotate(0)
	}

	.audio-style2 .audio-backward i,
	.audio-style2 .audio-forward i,
	.audio-style2 .audio-pause-play i {
		transform: rotate(0)
	}

	.audio-style2 .audio-left {
		margin-bottom: 10px;
		text-align: left
	}

	.audio-style2 .audio-right {
		flex: 0 0 100%;
		margin-top: 20px
	}

	.audio-style2 .audio-middle {
		padding: 0
	}
}

@media(max-width: 767px) {
	.audio-style1 {
		display: block;
		text-align: center;
		--gap-left: 0
	}

	.audio-style1 .audio-img {
		margin: 0 auto 20px auto
	}

	.audio-style1 .audio-duration,
	.audio-style1 .audio-time {
		font-size: 12px;
		width: 25px
	}

	.audio-style1 .audio-waveform {
		margin: 0 10px
	}

	.audio-style1 .audio-mic {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-left: 5px
	}

	.audio-style1 .audio-bottom {
		display: block
	}

	.audio-style1 .audio-control {
		justify-content: center;
		width: 100%;
		margin: 0 auto 10px auto
	}

	.audio-style1 .audio-top {
		margin-bottom: 15px
	}

	.audio-style1 .audio-content {
		padding: 0
	}

	.audio-style1 .audio-btns {
		padding-left: 0;
		padding-top: 0px
	}

	.audio-style1 .audio-pause-play {
		width: 50px;
		height: 50px;
		line-height: 43px
	}

	.audio-style2 {
		display: block;
		padding: 20px 10px
	}

	.audio-style2 .audio-left {
		justify-content: center
	}

	.audio-style2 .audio-title {
		font-size: 13px
	}

	.audio-style2 .audio-repeat:first-child {
		margin-left: 10px
	}
}

.pb-30 {
	padding-bottom: 30px
}

.pb-1px {
	padding-bottom: 1px
}

.pt-30 {
	padding-top: 30px
}

.mt-n1 {
	margin-top: -0.25rem
}

.mt-n2 {
	margin-top: -0.5rem
}

.mt-n3 {
	margin-top: -1rem
}

.mt-n4 {
	margin-top: -1.5rem
}

.mt-n5 {
	margin-top: -3rem
}

.mb-n1 {
	margin-bottom: -0.25rem
}

.mb-n2 {
	margin-bottom: -0.5rem
}

.mb-n3 {
	margin-bottom: -1rem
}

.mb-n4 {
	margin-bottom: -1.5rem
}

.mb-n5 {
	margin-bottom: -3rem
}

.mb-30 {
	margin-bottom: 30px
}

.mt-30 {
	margin-top: 30px
}

.space,
.space-top {
	padding-top: var(--section-space)
}

.space,
.space-bottom {
	padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
	padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
	padding-bottom: calc(var(--section-space) - 30px)
}

@media(max-width: 991px) {

	.space,
	.space-top {
		padding-top: var(--section-space-mobile)
	}

	.space,
	.space-bottom {
		padding-bottom: var(--section-space-mobile)
	}

	.space-extra,
	.space-extra-top {
		padding-top: calc(var(--section-space-mobile) - 30px)
	}

	.space-extra,
	.space-extra-bottom {
		padding-bottom: calc(var(--section-space-mobile) - 30px)
	}

	.space-top-md-none {
		padding-top: 0
	}
}