@use "sass:math";

:root {
	--theme-color: #001D3D;
	--theme-color2: #F5D04C;
	--theme-color3: #EBEBEB;
	--title-color: #ffffff;
	--body-color: #A9A9A9;
	--smoke-color: #00172F;
	--smoke-color2: #FFF7ED;
	--smoke-color3: #DFF8F6;
	--smoke-color4: #FFF9EF;
	--black-color: #000000;
	--black-color2: #080E1C;
	--gray-color: #f2f2f6;
	--white-color: #ffffff;
	--light-color: #8D96AD;
	--yellow-color: #FC800A;
	--success-color: #069845;
	--error-color: #dc3545;
	--ot-border-color: rgba(227, 227, 227, 0.24);
	--ot-border-color2: #E3E3E3;
	--title-font: "Open Sans", serif;
	--body-font: "Open Sans", serif;
	--icon-font: "Font Awesome 6 Pro";
	--main-container: 1170px;
	--container-gutters: 30px;
	--section-space: 120px;
	--section-space-mobile: 70px;
	--section-title-space: 50px;
	--ripple-ani-duration: 5s;
	--ot-body-background: #001D3D
}

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

body {
	font-family: var(--title-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--body-color);
	line-height: 28px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	background: var(--ot-body-background);
    letter-spacing: -.64px
}

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

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

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

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

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

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

button {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

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

ins {
	text-decoration: none
}

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

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: 700;
	line-height: 1.4;
	margin: 0 0 15px 0
}

.h1,
h1 {
	font-size: 60px;
	line-height: 1.18
}

.h2,
h2 {
	font-size: 40px;
	line-height: 1.208
}

.h3,
h3 {
	font-size: 36px;
	line-height: 1.278
}

.h4,
h4 {
	font-size: 30px;
	line-height: 1.333
}

.h5,
h5 {
	font-size: 24px;
	line-height: 1.417
}

.h6,
h6 {
	font-size: 20px;
	line-height: 1.5
}

@media (max-width: 1199px) {

	.h1,
	h1 {
		font-size: 44px;
		line-height: 1.3
	}

	.h2,
	h2 {
		font-size: 40px;
		line-height: 1.3
	}

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

	.h2,
	h2 {
		font-size: 34px;
		line-height: 1.3
	}

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

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

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

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

@media (max-width: 575px) {

	.h1,
	h1 {
		font-size: 34px;
		line-height: 1.35
	}

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

@media (max-width: 375px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-button .wp-block-button__link {
	color: #fff
}

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

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

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

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

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

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

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

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

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

.wp-block-search__inside-wrapper {
	position: relative
}

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

.wp-block-search .wp-block-search__input {
	width: 100%;
	max-width: 100%;
	border: 1px solid transparent;
	padding-left: 25px;
	border: 1px solid transparent;
	box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.04);
	border-radius: 20px
}

.wp-block-search .wp-block-search__input:focus {
	border-color: var(--theme-color)
}

.wp-block-search .wp-block-search__button {
	margin: 0;
	min-width: 110px;
	height: 100%;
	border: none;
	color: #fff;
	background-color: var(--theme-color);
	border-radius: 20px;
	position: absolute;
	top: 0;
	right: 0
}

.wp-block-search .wp-block-search__button.has-icon {
	min-width: 56px
}

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

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 0 8px 0 25px
}

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

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

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

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

.wp-block-table.is-style-stripes {
	border: 0;
	margin-bottom: 30px;
	border-bottom: 0
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
	border-color: var(--ot-border-color)
}

.logged-in .sticky-wrapper.sticky,
.logged-in .preloader .ot-btn {
	top: 32px
}

@media (max-width: 782px) {

	.logged-in .sticky-wrapper.sticky,
	.logged-in .preloader .ot-btn {
		top: 46px
	}
}

@media (max-width: 600px) {

	.logged-in .sticky-wrapper.sticky,
	.logged-in .preloader .ot-btn {
		top: 0
	}
}

.post-password-form {
	margin-bottom: 30px;
	margin-top: 20px
}

.post-password-form p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	gap: 15px
}

@media (max-width: 575px) {
	.post-password-form p {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.post-password-form label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 0;
	gap: 15px
}

@media (max-width: 575px) {
	.post-password-form label {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.post-password-form input {
	width: 100%;
	border: none;
	height: 55px;
	padding-left: 25px;
	color: var(--body-color);
	border: 1px solid var(--ot-border-color)
}

.post-password-form input[type="submit"] {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	width: 140px;
	border: none;
	color: #fff;
	background-color: var(--theme-color);
	text-align: center
}

.post-password-form input[type="submit"]:hover {
	background-color: var(--title-color)
}

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

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

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

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

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

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

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

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

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

.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
	content: "\f0c1";
	position: absolute;
	font-family: var(--icon-font);
	font-size: 16px;
	font-weight: 500;
	opacity: 1;
	right: 0;
	top: 0;
	color: var(--white-color);
	background-color: var(--theme-color);
	z-index: 1;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 0 20px 0 20px
}

@media (max-width: 767px) {

	.blog-single.format-quote:before,
	.blog-single.format-link:before,
	.blog-single.tag-sticky-2:before,
	.blog-single.sticky:before {
		border-radius: 0 10px 0 10px
	}
}

.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
	content: "\f08d"
}

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

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

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

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

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

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

.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
	background-color: transparent
}

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

.nof-title {
	margin-top: -0.24em
}

.ot-search {
	background-color: var(--smoke-color2);
	margin-bottom: 30px;
	border-radius: 15px;
	overflow: hidden
}

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

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

.ot-search .search-grid-title {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0
}

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

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

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

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

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

@media (max-width: 767px) {

	.blog-single.format-quote:before,
	.blog-single.format-link:before,
	.blog-single.tag-sticky-2:before,
	.blog-single.sticky:before {
		font-size: 14px;
		width: 40px;
		height: 40px;
		line-height: 40px
	}
}

@media (max-width: 768px) {
	.wp-block-latest-comments {
		padding-left: 10px
	}

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

@media (min-width: 1560px) {
	.ot-container2 {
		width: 100%;
		max-width: 1560px;
		margin-left: auto;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0
	}

	.ot-container2 .container {
		--main-container: 1220px
	}

	.ot-container3 {
		width: 100%;
		max-width: 1560px;
		margin-left: 0;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0
	}

	.ot-container3 .container {
		--main-container: 1220px
	}
}

@media (min-width: 1922px) {

	.ot-container3,
	.ot-container2 {
		margin-right: auto
	}
}

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

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

	.container-xxl.px-0,
	.container-xl.px-0,
	.container-lg.px-0,
	.container-md.px-0,
	.container-sm.px-0,
	.container.px-0 {
		max-width: var(--main-container)
	}
}

@media only screen and (min-width: 1300px) {
	.ot-container {
		--main-container: 1720px
	}
}

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

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

.container-gallery {
	max-width: 1840px
}

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

@media (min-width: 1300px) {
	.row {
		--bs-gutter-x: 30px
	}

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

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

.g-0 {
	--bs-gutter-y: 0;
	--bs-gutter-x: 0
}

.gx-0 {
	--bs-gutter-x: 0
}

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

.g-40 {
	--bs-gutter-y: 40px;
	--bs-gutter-x: 40px
}

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

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

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

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

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

@media (max-width: 1299px) {
	.g-40 {
		--bs-gutter-x: 24px
	}
}

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

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

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

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

@media (max-width: 991px) {
	.gy-50 {
		--bs-gutter-y: 40px
	}
}

select,
.form-control,
.form-select,
textarea,
input {
	height: 56px;
	padding: 0 24px;
	padding-right: 40px;
	border: 1px solid var(--ot-border-color);
	color: var(--body-color);
	background-color: transparent;
	border-radius: 30px;
	font-size: 16px;
	width: 100%;
	font-family: var(--body-font);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
	outline: 0;
	box-shadow: none;
	border-color: var(--theme-color);
	background: transparent;
	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::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: var(--body-color)
}

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

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

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

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

select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
	background-color: var(--smoke-color);
	border-color: var(--smoke-color)
}

select.style2:focus,
.form-control.style2:focus,
.form-select.style2:focus,
textarea.style2:focus,
input.style2:focus {
	border-color: var(--theme-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;
	color: var(--body-color)
}

.form-select.style2,
select.style2 {
	background-color: var(--smoke-color);
	border: 0
}

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

textarea.form-control.style2,
textarea.style2 {
	min-height: 200px
}

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

.form-group>i {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 19px;
	font-size: 16px;
	color: var(--body-color)
}

.form-group>i.fa-envelope {
	padding-top: 1px
}

.form-group>i.fa-comment {
	margin-top: -2px
}

.form-group>i.fa-chevron-down {
	width: 17px;
	background-color: var(--white-color)
}

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

[class*="col-"].form-group>i {
	right: calc((var(--bs-gutter-x) / 2) + 24px)
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
	border-radius: 10px !important
}

.form-rounded-10 .ot-btn {
	border-radius: 10px
}

option:checked,
option:focus,
option:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

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

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

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

input[type="checkbox"]:checked~label:before {
	content: "\f00c";
	color: var(--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(--white-color);
	border: 1px solid var(--ot-border-color);
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px
}

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

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

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

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

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

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
	border: 1px solid var(--error-color) !important;
	background-position: right calc(0.375em + 0.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(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem)
}

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

.form-messages {
	display: none
}

.form-messages.mb-0 * {
	margin-bottom: 0
}

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

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

.form-messages pre {
	padding: 0;
	background-color: transparent;
	color: inherit
}

.line-input {
	position: relative;
	margin-bottom: 0
}

.line-input label {
	color: var(--body-color);
	position: absolute;
	top: 20px;
	left: 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	pointer-events: none
}

.line-input input,
.line-input textarea {
	color: var(--light-color);
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #1B2F5F;
	padding: 8px 0;
	width: 100%;
	background-color: transparent;
	margin-bottom: 18px
}

.line-input input::-moz-placeholder,
.line-input textarea::-moz-placeholder {
	color: var(--light-color)
}

.line-input input::-webkit-input-placeholder,
.line-input textarea::-webkit-input-placeholder {
	color: var(--light-color)
}

.line-input input:-ms-input-placeholder,
.line-input textarea:-ms-input-placeholder {
	color: var(--light-color)
}

.line-input input::-webkit-input-placeholder,
.line-input textarea::-webkit-input-placeholder {
	color: var(--light-color)
}

.line-input input::-moz-placeholder,
.line-input textarea::-moz-placeholder {
	color: var(--light-color)
}

.line-input input:-ms-input-placeholder,
.line-input textarea:-ms-input-placeholder {
	color: var(--light-color)
}

.line-input input::-ms-input-placeholder,
.line-input textarea::-ms-input-placeholder {
	color: var(--light-color)
}

.line-input input::placeholder,
.line-input textarea::placeholder {
	color: var(--light-color)
}

.line-input input:focus,
.line-input textarea:focus {
	border-bottom: 1px solid var(--theme-color);
	background-color: transparent;
	color: var(--light-color)
}

.line-input input:valid,
.line-input textarea:valid {
	border-bottom: 1px solid var(--theme-color);
	background-color: transparent;
	color: var(--light-color)
}

.line-input input:focus~label,
.line-input input:valid~label,
.line-input textarea:focus~label,
.line-input textarea:valid~label {
	top: -6px
}

[class*="col-"].line-input label {
	left: calc((var(--bs-gutter-x) / 2) + 0)
}

.swiper-wrapper.row {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.ot-slider.has-shadow {
	padding-left: 12px;
	padding-right: 12px;
	margin: -25px -12px
}

.ot-slider.has-shadow .swiper-wrapper {
	padding: 25px 0
}

.swiper-fade .swiper-slide {
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out
}

.swiper-fade .swiper-slide-prev {
	opacity: 0
}

.swiper-fade:after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #615AEA;
	z-index: 3;
	pointer-events: none
}

.swiper-fade.fade-ani:after {
	-webkit-animation: swiperFade 0.6s linear 0.2s forwards;
	animation: swiperFade 0.6s linear 0.2s forwards
}

@-webkit-keyframes swiperFade {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes swiperFade {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.swiper-pagination-bullets {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: 40px 0 16px 0;
	bottom: 0 !important;
	line-height: 1
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	--swiper-pagination-bullet-horizontal-gap: 6px;
	width: 60px;
	height: 3px;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.24);
	position: relative;
	border-radius: 24px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	inset: 3px;
	border-radius: inherit;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	background-color: var(--theme-color);
	opacity: 0
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--theme-color)
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	opacity: 1;
	inset: 4px
}

@media (max-width: 575px) {
	.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 20px
	}
}

.swiper-fade .swiper-slide {
	opacity: 0 !important
}

.swiper-fade .swiper-slide-active {
	opacity: 1 !important
}

.slider-area {
	position: relative
}

.slider-arrow {
	display: inline-block;
	padding: 0;
	background-color: transparent;
	color: var(--white-color);
	position: absolute;
	top: 50%;
	border: 1px solid transparent;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
	left: var(--pos-x, -30px);
	width: var(--icon-size, 56px);
	height: var(--icon-size, 56px);
	line-height: var(--icon-size, 54px);
	font-size: var(--icon-font-size, 24px);
	margin-top: calc(var(--icon-size, 56px) / -2);
	z-index: 3;
	border-radius: 30px
}

.slider-arrow>i {
	background: -webkit-linear-gradient(bottom, var(--theme-color2), var(--theme-color));
	background: linear-gradient(0deg, var(--theme-color2), var(--theme-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.slider-arrow:before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: 50%;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude
}

.slider-arrow:after {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

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

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

.slider-arrow.style2 {
	border-radius: 22px
}

.slider-arrow.style2:hover {
	background: var(--theme-color2)
}

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

.slider-arrow:hover>i {
	background: -webkit-linear-gradient(bottom, var(--white-color), var(--white-color));
	background: linear-gradient(0deg, var(--white-color), var(--white-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.slider-arrow:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

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

.arrow-wrap {
	position: relative
}

.arrow-wrap .slider-arrow {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4)
}

@media (max-width: 1299px) {
	.arrow-wrap .slider-arrow {
		display: none
	}
}

.arrow-wrap:hover .slider-arrow {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

@media (max-width: 1500px) {
	.slider-arrow {
		--arrow-horizontal: -20px;
		--pos-x: 20px
	}
}

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

.icon-box .slider-arrow:not(:last-child) {
	margin-right: 8px
}

@media (max-width: 991px) {
	.slider-arrow {
		--icon-size: 40px;
		line-height: 38px;
		margin-right: 10px;
		font-size: 14px
	}

	.slider-arrow.slider-next {
		margin-right: 0
	}

	.slick-dots {
		margin: 40px 0 0 0
	}

	.icon-box .slider-arrow {
		margin-right: 0
	}
}

.slider-drag-cursor {
	pointer-events: none;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: -2px;
	height: 36px;
	width: 36px;
	-webkit-transition: width .1s ease-in-out;
	transition: width .1s ease-in-out;
	background: var(--theme-color);
	opacity: 1;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 100%;
	color: var(--white-color);
	display: none;
	cursor: none
}

.slider-drag-cursor.active {
	display: block
}

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

.ot-menu-wrapper .mobile-logo {
	padding: 40px 30px 50px;
	display: block;
	text-align: center;
	background-color: var(--smoke-color);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
	clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%)
}

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

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

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

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

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

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

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

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

.ot-mobile-menu ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	list-style-type: none
}

.ot-mobile-menu ul li li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.2)
}

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

.ot-mobile-menu ul li a:before {
	content: "\f105";
	font-family: var(--icon-font);
	position: absolute;
	left: 0;
	top: 12px;
	margin-right: 10px;
	display: inline-block
}

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

.ot-mobile-menu ul li.ot-active>a:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

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

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

.ot-mobile-menu ul .ot-item-has-children>a {
	position: relative
}

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

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

.ot-mobile-menu ul .ot-item-has-children>a:after {
	content: "\f067";
	font-family: var(--icon-font);
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	border-radius: 50px;
	background-color: var(--smoke-color);
	float: right;
	margin-top: 1px
}

.ot-mobile-menu ul .ot-item-has-children.ot-active>a .ot-mean-expand:before {
	content: "\f068"
}

.ot-mobile-menu ul .ot-item-has-children.ot-active>a:after {
	content: "\f068"
}

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

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

.ot-menu-toggle {
	width: 50px;
	height: 50px;
	line-height: 49px;
	padding: 0;
	font-size: 18px;
	border: none;
	background-color: transparent;
	color: var(--title-color);
	border: 1px solid var(--ot-border-color);
	display: inline-block;
	border-radius: 30px
}

.ot-menu-toggle:hover {
	background-color: var(--theme-color)
}

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

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

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

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

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

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

.loader {
	width: 48px;
	height: 48px;
	border: 3px dotted #fff;
	border-style: solid solid dotted dotted;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	-webkit-animation: rotation 2s linear infinite;
	animation: rotation 2s linear infinite
}

.loader::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 3px dotted var(--theme-color);
	border-style: solid solid dotted;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	-webkit-animation: rotationBack 1s linear infinite;
	animation: rotationBack 1s linear infinite;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotationBack {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes rotationBack {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

.ot-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	border: none;
	text-align: center;
	color: var(--theme-color);
	font-family: var(--title-font);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 13px 40px;
	min-width: 170px;
	border-radius: 50px;
	min-height: 56px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
    background: var(--theme-color2);
	/*background: -webkit-linear-gradient(120deg, var(--theme-color), var(--theme-color2), var(--theme-color)) no-repeat;
	background: linear-gradient(-30deg, var(--theme-color), var(--theme-color2), var(--theme-color)) no-repeat;
	background-size: 300%;
	background-position: left center*/
}

.ot-btn i {
	font-size: 0.94em
}

.ot-btn:hover,
.ot-btn.active {
	color: var(--white-color);
	box-shadow: none;
	background-size: 320%;
	background-position: right center
}

.ot-btn:hover::before,
.ot-btn.active::before {
	width: 100%
}

.ot-btn.style-border {
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color));
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 1
}

.ot-btn.style-border:after {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude
}

.ot-btn.style-border:before {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	border-radius: inherit;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: inherit;
	transition: inherit;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}

.ot-btn.style-border:hover {
	-webkit-text-fill-color: var(--white-color)
}

.ot-btn.style-border:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.ot-btn.btn-fw {
	width: 100%
}

.ot-btn.btn-fw:before,
.ot-btn.btn-fw:after {
	display: none
}

.ot-btn.btn-fw:hover {
	background-color: var(--title-color)
}

.ot-btn.btn-sm {
	padding: 14.5px 25px;
	min-width: 145px
}

.icon-btn {
	display: inline-block;
	width: var(--btn-size, 56px);
	height: var(--btn-size, 56px);
	line-height: var(--btn-size, 54px);
	font-size: var(--btn-font-size, 18px);
	background-color: var(--icon-bg, #f8f8f8);
	color: var(--title-color);
	text-align: center;
	border-radius: 99px;
	border: none;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative
}

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

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

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

.play-btn>i.fa-play:before {
	margin-left: -0.1em
}

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

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

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

.play-btn:hover:after,
.play-btn:hover::before {
	border-color: var(--title-color)
}

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

.play-btn.style2>i {
	border: 1px solid var(--white-color);
	background-color: transparent
}

.play-btn.style3>i {
	--icon-size: 40px;
	font-size: 14px;
	border: 1px solid;
	background-color: var(--theme-color);
	color: var(--white-color)
}

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

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

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

.play-btn.style4:after,
.play-btn.style4:before {
	background: rgba(255, 255, 255, 0.5);
	border: 0
}

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

.link-btn {
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	line-height: 0.8;
	position: relative;
	padding: 0;
	padding-bottom: 2px;
	margin-bottom: -2px;
	text-transform: capitalize;
	color: var(--title-color);
	background: transparent;
	border: 0
}

.link-btn i {
	margin-left: 5px;
	font-size: 0.9rem;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

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

.link-btn.style-gradient {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: -0.45em;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color));
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.link-btn.style-gradient:before {
	background: -webkit-linear-gradient(bottom, var(--theme-color2), var(--theme-color));
	background: linear-gradient(0deg, var(--theme-color2), var(--theme-color));
	width: calc(100% - 23px);
	height: 1px
}

.link-btn.style-gradient i {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-size: 16px
}

.link-btn.style-gradient i:hover {
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg)
}

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

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

.link-btn:hover .fa-arrow-up-right {
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg)
}

.line-btn {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	line-height: 0.8;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: -1px;
	text-transform: uppercase;
	color: var(--title-color)
}

.line-btn i {
	margin-left: 5px;
	font-size: 0.9rem
}

.line-btn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--title-color);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}

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

.line-btn:hover::before {
	background-color: var(--theme-color);
	width: 45px
}

.filter-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.filter-menu .tab-btn {
	color: var(--body-color)
}

.filter-menu .tab-btn:before {
	bottom: -3px
}

.filter-menu .tab-btn:hover,
.filter-menu .tab-btn.active {
	color: var(--theme-color)
}

.filter-menu .tab-btn:hover:before,
.filter-menu .tab-btn.active:before {
	width: 100%
}

.scroll-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: translateY(45px);
	-ms-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear
}

.scroll-top:after {
	content: "\f062";
	font-family: var(--icon-font);
	position: absolute;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: var(--theme-color);
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 1;
	border: 3px solid rgba(60, 114, 252, 0.3);
	box-shadow: none;
	border-radius: 50%
}

.scroll-top svg {
	color: var(--theme-color);
	border-radius: 50%;
	background: var(--white-color)
}

.scroll-top svg path {
	fill: none
}

.scroll-top .progress-circle path {
	stroke: var(--theme-color);
	stroke-width: 8px;
	box-sizing: border-box;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.scroll-top.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.sec-title {
	margin-bottom: calc(var(--section-title-space) - 8px);
	margin-top: -0.26em
}

.sub-title {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color);
	margin-bottom: 24px;
	padding: 4px 16px 8px;
	position: relative
}

.sub-title:after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	opacity: 0.1;
	border-radius: 50px
}

.sub-title .text {
	position: relative;
	padding: 0 0 0 23px
}

.sub-title .text:before,
.sub-title .text:after {
	content: '';
	height: 8px;
	width: 8px;
	position: absolute;
	top: 5px;
	background-color: var(--theme-color);
	box-shadow: 0px 3px 11px rgba(14, 89, 242, 0.4);
	border-radius: 1px
}

.sub-title .text:before {
	left: 0
}

.sub-title .text:after {
	right: 0;
	display: none
}

.sub-title.icon-white .text:before,
.sub-title.icon-white .text:after {
	background-color: var(--white-color);
	box-shadow: none
}

@media (max-width: 375px) {
	.sub-title {
		font-size: 16px
	}
}

.sub-title.style2 {
	padding: 0;
	margin-top: -0.2em;
	display: block;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	margin-bottom: 32px
}

.sub-title.style2:after {
	display: none
}

.title-area.text-center .sub-title .text {
	padding-right: 23px
}

.title-area.text-center .sub-title .text:after {
	display: block
}

.title-area[class*="-start"] .sub-title .text {
	padding-right: 0
}

.title-area[class*="-start"] .sub-title .text:after {
	display: none
}

.box-title {
	font-size: 24px;
	line-height: 1.333;
	margin-top: -0.28em
}

.box-title a {
	color: inherit
}

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

.box-subtitle {
	margin-bottom: 8px
}

.box-title2 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin-top: -0.35em
}

.box-title2 a {
	color: inherit
}

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

.title-area {
	margin-bottom: calc(var(--section-title-space) - 8px);
	position: relative;
	z-index: 2
}

.title-area .sec-title {
	margin-bottom: 22px;
    color: var(--theme-color)
}

.title-area.mb-0 .sec-title {
	margin-bottom: -0.24em
}

.title-area .ot-btn {
	margin-top: 20px;
	margin-bottom: 10px
}

.mb-37 {
	margin-bottom: 37px
}

hr.title-line {
	margin-top: 0;
	background-color: var(--ot-border-color);
	opacity: 1
}

.sec-btn {
	text-align: center
}

.sec-btn,
.title-line {
	margin-bottom: var(--section-title-space)
}

.shadow-title {
	font-family: var(--title-font);
	font-size: 74px;
	font-weight: 900;
	line-height: 1;
	background-image: -webkit-linear-gradient(top, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
	background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin: -0.55em 0 -0.45em -0.25em
}

.shadow-title.color2 {
	background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
	background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%)
}

.shadow-title.color3 {
	background-image: -webkit-linear-gradient(top, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
	background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%)
}

.title-area2 {
	padding: 50px 100px
}

.title-area2 .subtitle {
	color: var(--white-color);
	text-transform: uppercase;
	margin-top: -0.4em;
	margin-bottom: 5px;
	display: block
}

.title-area2 .title {
	color: var(--white-color);
	max-width: 430px;
	margin-bottom: -0.26em
}

@media (max-width: 1700px) {
	.title-area2 {
		padding: 50px 50px
	}
}

@media (max-width: 1199px) {
	.sub-title {
		margin-bottom: 20px
	}

	.shadow-title {
		font-size: 64px
	}

	.title-area.mb-45,
	.sec-title.mb-45 {
		margin-bottom: 36px
	}

	.title-area.mb-50,
	.sec-title.mb-50 {
		margin-bottom: 40px
	}

	.sec-btn,
	.title-line {
		--section-title-space: 55px
	}

	.title-area2 .title {
		max-width: 300px
	}
}

@media (max-width: 991px) {
	.shadow-title {
		font-size: 60px
	}

	.title-area,
	.sec-title {
		--section-title-space: 40px
	}

	.title-area.mb-45,
	.sec-title.mb-45 {
		margin-bottom: 35px
	}

	.sec-btn,
	.title-line {
		--section-title-space: 50px
	}

	.sub-title.h4 {
		font-size: 22px
	}
}

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

	.title-area2 .title {
		max-width: 100%
	}
}

@media (max-width: 575px) {
	.shadow-title {
		font-size: 52px
	}
}

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

	.title-area2 {
		padding: 40px 20px
	}
}

.shape-mockup-wrap {
	z-index: 2;
	position: relative
}

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

.shape-mockup.z-index-3 {
	z-index: 3;
	pointer-events: none
}

.shape-mockup.z-index-1 {
	z-index: 1;
	pointer-events: none
}

.shape-mockup .svg-img {
	height: 110px;
	width: 110px
}

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

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

.z-index-3 {
	z-index: 3
}

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

.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.badge {
	position: absolute;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	padding: 0.25em 0.45em;
	font-size: 0.7em;
	border-radius: 50%;
	top: 8px;
	right: 8px;
	font-weight: 400;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.ot-social a {
	display: inline-block;
	width: var(--icon-size, 45px);
	height: var(--icon-size, 45px);
	line-height: var(--icon-size, 45px);
	background-color: var(--smoke-color);
	color: var(--body-color);
	font-size: 16px;
	text-align: center;
	margin-right: 5px;
	border-radius: 99px
}

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

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

.ot-social.style2 a {
	background: var(--ot-body-background);
	--icon-size: 40px;
	color: var(--theme-color)
}

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

.ot-social.style3 a {
	background: transparent;
	--icon-size: 32px;
	font-size: 14px;
	color: var(--white-color);
	border: 1px solid var(--theme-color);
	margin-right: 8px
}

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

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

.bg-mask {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat
}

.box-icon img {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.box-text {
	line-height: 24px;
	margin-bottom: -0.45em
}

.btn-group {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px
}

.btn-group.style2 {
	gap: 20px 70px
}

@media (max-width: 767px) {
	.btn-group.style2 {
		gap: 20px 30px
	}
}

@media (max-width: 767px) {
	.btn-group {
		gap: 20px
	}
}

.ot-bg-img {
	position: absolute;
	inset: 0
}

.ot-bg-img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.mfp-zoom-in .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.7
}

.mfp-zoom-in.mfp-removing .mfp-content {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

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

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

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

.fw-extralight {
	font-weight: 100
}

.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-16 {
	font-size: 16px !important
}

.fs-xs {
	font-size: 14px
}

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

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

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

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

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

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

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

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

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

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

.gradient-body {
	background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
	background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%)
}

.gr-bg1 {
	background-image: -webkit-linear-gradient(10deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%);
	background-image: linear-gradient(80deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%)
}

.gr-bg2 {
	background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
	background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%)
}

.gr-bg3 {
	background-image: -webkit-linear-gradient(339.41deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
	background-image: linear-gradient(110.59deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}

.gr-bg4 {
	background-image: -webkit-linear-gradient(344.56deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
	background-image: linear-gradient(105.44deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px)
}

.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-size: auto;
	background-position: top center
}

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

.bg-bottom-right {
	background-size: auto;
	background-position: bottom right
}

.bg-top-right {
	background-size: auto;
	background-position: top right
}

.bg-top-left {
	background-size: auto;
	background-position: top left
}

.cloud-bg-top-shape1 {
	background-size: auto;
	background-repeat: repeat-x;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	-webkit-animation: headerShapeAnim 80s linear infinite;
	animation: headerShapeAnim 80s linear infinite
}

.cloud-bg-bottom-shape1 {
	background-size: auto;
	background-repeat: repeat-x;
	background-position: top left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: headerShapeAnim 80s linear infinite;
	animation: headerShapeAnim 80s linear infinite
}

@-webkit-keyframes headerShapeAnim {
	0% {
		background-position: top left
	}

	100% {
		background-position: top left 2000px
	}
}

@keyframes headerShapeAnim {
	0% {
		background-position: top left
	}

	100% {
		background-position: top left 2000px
	}
}

.bg-gradient-shape1 {
	position: absolute;
	width: 306.86px;
	height: 315.5px;
	left: 37.91px;
	top: -57px;
	background: var(--theme-color2);
	border-radius: 50%;
	opacity: 0.15;
	-webkit-filter: blur(121.55px);
	filter: blur(121.55px);
	z-index: -1
}

.bg-gradient-shape1:before,
.bg-gradient-shape1:after {
	content: '';
	position: absolute;
	width: 306.86px;
	height: 315.5px;
	border-radius: 50%;
	display: inline-block
}

.bg-gradient-shape1:after {
	bottom: 0;
	right: 0;
	background: var(--theme-color);
	-webkit-transform: translate(30%, 100%);
	-ms-transform: translate(30%, 100%);
	transform: translate(30%, 100%)
}

.bg-gradient-shape1:before {
	background: var(--success-color);
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-50%, 80%);
	-ms-transform: translate(-50%, 80%);
	transform: translate(-50%, 80%)
}

.bg-gradient-shape1.bg-gradient-shape2 {
	bottom: 400px;
	right: -22px;
	left: auto;
	top: auto
}

.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-light {
	color: var(--light-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%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

[data-overlay] {
	position: relative;
	z-index: 2
}

[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="smoke"]:before {
	background-color: var(--smoke-color)
}

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

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

[data-overlay="overlay1"]:before {
	background-color: #080E1C
}

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

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

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

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

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

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

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

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

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

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

.ripple-animation,
.play-btn:after,
.play-btn:before {
	-webkit-animation-duration: var(--ripple-ani-duration);
	animation-duration: var(--ripple-ani-duration);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: ripple;
	animation-name: ripple
}

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

	30% {
		opacity: 0.4
	}

	100% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0
	}
}

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

	30% {
		opacity: 0.4
	}

	100% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0
	}
}

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

	30% {
		opacity: 0.4
	}

	100% {
		-webkit-transform: scale(2.8);
		transform: scale(2.8);
		opacity: 0
	}
}

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

	30% {
		opacity: 0.4
	}

	100% {
		-webkit-transform: scale(2.8);
		transform: scale(2.8);
		opacity: 0
	}
}

@-webkit-keyframes repeatAnim {
	0% {
		background-position: top left
	}

	100% {
		background-position: top left 2000px
	}
}

@keyframes repeatAnim {
	0% {
		background-position: top left
	}

	100% {
		background-position: top left 2000px
	}
}

.fancy-animation {
	-webkit-animation: morph 8s ease-in-out infinite;
	animation: morph 8s ease-in-out infinite
}

@-webkit-keyframes morph {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
	}
}

@keyframes morph {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
	}
}

.movingX {
	-webkit-animation: movingX 8s linear infinite;
	animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes movingX {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.moving {
	-webkit-animation: moving 8s linear infinite;
	animation: moving 8s linear infinite
}

@-webkit-keyframes moving {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes moving {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.jump {
	-webkit-animation: jumpAni 7s linear infinite;
	animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes jumpAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.jump-reverse {
	-webkit-animation: jumpReverseAni 7s linear infinite;
	animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes jumpReverseAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.spin {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.pulse {
	-webkit-animation: pulse 8s linear infinite;
	animation: pulse 8s linear infinite
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

.bg-color-ani,
.color-animate {
	-webkit-animation: bgColor 6s linear infinite;
	animation: bgColor 6s linear infinite
}

@-webkit-keyframes bgColor {
	0% {
		background-color: #F2BA4C
	}

	25% {
		background-color: #81F24C
	}

	50% {
		background-color: #41F27D
	}

	75% {
		background-color: #0500FF
	}

	100% {
		background-color: #F2BA4C
	}
}

@keyframes bgColor {
	0% {
		background-color: #F2BA4C
	}

	25% {
		background-color: #81F24C
	}

	50% {
		background-color: #41F27D
	}

	75% {
		background-color: #0500FF
	}

	100% {
		background-color: #F2BA4C
	}
}

@-webkit-keyframes animate-positive {
	0% {
		width: 0
	}
}

@keyframes animate-positive {
	0% {
		width: 0
	}
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: var(--animation-name);
	animation-name: var(--animation-name)
}

.swiper-slide-active .fadein {
	--animation-name: fadein
}

.swiper-slide-active .scalein {
	--animation-name: scalein
}

.swiper-slide-active .slidetopleft {
	--animation-name: slidetopleft
}

.swiper-slide-active .slidebottomright {
	--animation-name: slidebottomright
}

.swiper-slide-active .slideinleft {
	--animation-name: slideinleft
}

.swiper-slide-active .slideinright {
	--animation-name: slideinright
}

.swiper-slide-active .slideinup {
	--animation-name: slideinup
}

.swiper-slide-active .slideindown {
	--animation-name: slideindown
}

.swiper-slide-active .rollinleft {
	--animation-name: rollinleft
}

.swiper-slide-active .rollinright {
	--animation-name: rollinright
}

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

	100% {
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes slideinup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

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

@keyframes slideinup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

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

@-webkit-keyframes slideinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(180px);
		transform: translateX(180px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(180px);
		transform: translateX(180px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

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

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

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

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

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

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes slidebottomright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(120px) translateY(120px);
		transform: translateX(120px) translateY(120px)
	}

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

@keyframes slidebottomright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(120px) translateY(120px);
		transform: translateX(120px) translateY(120px)
	}

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

@-webkit-keyframes slidetopleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px) translateY(-100px);
		transform: translateX(-100px) translateY(-100px)
	}

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

@keyframes slidetopleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px) translateY(-100px);
		transform: translateX(-100px) translateY(-100px)
	}

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

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_categories2 ul,
.wp-block-categories ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_categories2 a,
.wp-block-categories a {
	font-size: 14px;
	display: block;
	background-color: var(--ot-body-background);
	margin-bottom: 16px;
	padding: 15.5px 40px 15.5px 24px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--body-color);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-radius: 30px;
	border: 0
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.widget_categories2 a::before,
.wp-block-categories a::before {
	content: '\f061';
	position: absolute;
	right: 24px;
	top: 18px;
	font-family: var(--icon-font);
	font-weight: 400;
	color: var(--theme-color);
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.widget_categories2 li,
.wp-block-categories li {
	display: block;
	position: relative
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span,
.widget_categories2 li>span,
.wp-block-categories li>span {
	color: var(--body-color);
	text-align: center;
	font-weight: 400;
	position: absolute;
	right: 30px;
	top: 11px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	pointer-events: none;
	min-width: 20px;
	text-align: right;
	background-color: transparent
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_categories2 a:hover,
.wp-block-categories a:hover {
	color: var(--title-color);
	background: var(--theme-color);
	box-shadow: none;
	border-color: var(--theme-color)
}

.widget_nav_menu a:hover:before,
.widget_nav_menu a:hover~span,
.widget_meta a:hover:before,
.widget_meta a:hover~span,
.widget_pages a:hover:before,
.widget_pages a:hover~span,
.widget_archive a:hover:before,
.widget_archive a:hover~span,
.widget_categories a:hover:before,
.widget_categories a:hover~span,
.widget_categories2 a:hover:before,
.widget_categories2 a:hover~span,
.wp-block-categories a:hover:before,
.wp-block-categories a:hover~span {
	color: var(--title-color)
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.widget_categories2 .sub-menu,
.widget_categories2 .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
	margin-left: 10px
}

.wp-block-categories {
	list-style: none;
	padding: 0
}

.wp-block-categories>li:last-child>a {
	border-bottom: none
}

.widget_categories2 ul {
	margin-bottom: -0.3em
}

.widget_categories2 li:not(:last-child) {
	margin-bottom: 10px
}

.widget_categories2 li .category-number {
	top: -2px;
	right: 0
}

.widget_categories2 li label {
	font-size: 15px;
	font-weight: 500;
	font-family: var(--title-font);
	margin-bottom: 0
}

.widget_categories2 li label:before {
	top: 6.5px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	border-radius: 2px
}

.widget_categories2 li.product-rating .rating {
	color: var(--yellow-color);
	font-size: 14px
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
	padding-right: 20px
}

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

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

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

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

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

.widget[data-overlay]:before {
	z-index: -1
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
	background-color: var(--white-color);
	border-radius: 6px
}

.widget textarea {
	min-height: 120px
}

.widget .form-group>i {
	background-color: var(--white-color)
}

.widget.bg-smoke {
	border: none
}

.widget_title {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	font-family: var(--title-font);
	line-height: 1em;
	margin: -0.12em 0 32px 0
}

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

.widget-form {
	--bs-gutter-x: 20px
}

.widget .search-form {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.widget .search-form input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 30px;
	padding-right: 55px;
	border: 0;
	height: 50px
}

.widget .search-form input:focus {
	border-color: var(--theme-color)
}

.widget .search-form button {
	border: none;
	font-size: 16px;
	font-size: 500;
	background-color: transparent;
	color: var(--theme-color);
	display: inline-block;
	padding: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	border-radius: 40px;
	position: absolute;
	top: 0;
	right: 5px
}

.widget .search-form button:hover {
	color: var(--theme-color2)
}

.widget-availability .info {
	background-color: var(--white-color);
	border-radius: 15px;
	padding: 14px 20px;
	margin-bottom: 15px
}

.widget-availability .info:last-child {
	margin-bottom: 0
}

.widget-availability .info i {
	margin-right: 4px
}

.widget-availability .info.closed {
	color: var(--theme-color)
}

.wp-block-tag-cloud,
.tagcloud {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 12px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1;
	padding: 10px 16px;
	color: var(--body-color);
	background-color: var(--ot-body-background);
	border-radius: 40px;
	border: 0
}

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

.sidebar-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	max-width: 320px
}

.sidebar-gallery .gallery-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--white-color);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px)
}

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

.sidebar-gallery .gallery-thumb {
	overflow: hidden;
	position: relative;
	border-radius: 10px
}

.sidebar-gallery .gallery-thumb:before {
	content: '';
	height: calc(100% - 14px);
	width: calc(100% - 14px);
	background-color: var(--title-color);
	opacity: 0.6;
	position: absolute;
	top: 7px;
	left: 7px;
	border: 1px solid var(--white-color);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	border-radius: inherit;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.sidebar-gallery .gallery-thumb img {
	width: 100%
}

.sidebar-gallery .gallery-thumb:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.sidebar-gallery .wp-block-image {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	width: 100% !important
}

.sidebar-gallery .wp-block-image img {
	width: 100%
}

.recent-post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px
}

.recent-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.recent-post .media-img {
	margin-right: 20px;
	width: 80px;
	overflow: hidden;
	border-radius: 8px;
	position: relative
}

.recent-post .media-img img {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.recent-post .media-img:after {
	content: '\f0c1';
	font-family: var(--icon-font);
	position: absolute;
	inset: 0;
	text-align: center;
	line-height: 85px;
	font-size: 24px;
	background-color: rgba(0, 0, 0, 0.7);
	color: var(--theme-color);
	border-radius: inherit;
	pointer-events: none;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.recent-post .post-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin: 8px 0 0 0;
	font-family: var(--title-font)
}

.recent-post .recent-post-meta svg {
	margin-top: -3px;
	margin-right: 2px
}

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

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

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

.recent-post:hover .media-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.recent-post:hover .media-img:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.widget_download .download-widget-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	border-radius: 16px;
	padding: 20px 24px;
	background: var(--ot-body-background);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.widget_download .download-widget-wrap .icon-btn {
	background: var(--theme-color);
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.widget_download .download-widget-wrap .box-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px
}

.widget_contact_info {
	background: var(--theme-color)
}

.widget_contact_info .ot-widget-contact {
	max-width: none;
	margin-bottom: -0.4em
}

.widget_contact_info .ot-widget-contact .info-box .box-icon {
	border-color: var(--white-color);
	color: var(--white-color)
}

.widget_contact_info .ot-widget-contact .info-box .box-title {
	color: var(--white-color)
}

.widget_contact_info .ot-widget-contact .info-box .box-text {
	color: var(--white-color)
}

.widget_contact_info .ot-widget-contact .info-box .box-link {
	color: var(--white-color)
}

.sidebar-area {
	position: relative
}

.sidebar-area select,
.sidebar-area input {
	background-color: var(--ot-body-background)
}

.sidebar-area .widget_nav_menu>ul,
.sidebar-area .widget_nav_menu .menu,
.sidebar-area .widget_meta>ul,
.sidebar-area .widget_meta .menu,
.sidebar-area .widget_pages>ul,
.sidebar-area .widget_pages .menu,
.sidebar-area .widget_archive>ul,
.sidebar-area .widget_archive .menu,
.sidebar-area .widget_categories>ul,
.sidebar-area .widget_categories .menu,
.sidebar-area .wp-block-categories>ul,
.sidebar-area .wp-block-categories .menu {
	margin: 0 0 -10px 0
}

.sidebar-area .wp-block-categories {
	margin: 0 0 -10px 0
}

.sidebar-area .sidebar-gallery {
	margin-bottom: 0 !important
}

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

.widget_shopping_cart .widget_title {
	margin-bottom: 35px;
	border-bottom: none
}

.widget_shopping_cart ul {
	margin: 0;
	padding: 0
}

.widget_shopping_cart ul li {
	list-style-type: none
}

.widget_shopping_cart .mini_cart_item {
	position: relative;
	padding: 30px 30px 30px 90px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
	text-align: left
}

.widget_shopping_cart .mini_cart_item:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.widget_shopping_cart .cart_list a:not(.remove) {
	display: block;
	color: var(--body-color);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--title-font);
	font-weight: 600;
	color: var(--title-color)
}

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

.widget_shopping_cart .cart_list a.remove {
	position: absolute;
	top: 50%;
	left: 95%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--body-color)
}

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

.widget_shopping_cart .cart_list img {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 0;
	top: 18px
}

.widget_shopping_cart .quantity {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	vertical-align: top;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 500
}

.widget_shopping_cart .total {
	margin-top: 20px;
	font-size: 18px;
	color: var(--title-color);
	font-family: var(--body-font)
}

.widget_shopping_cart .total strong {
	font-family: var(--title-font)
}

.widget_shopping_cart .amount {
	padding-left: 5px
}

.widget_shopping_cart .ot-btn {
	margin-right: 15px
}

.widget_shopping_cart .ot-btn:last-child {
	margin-right: 0
}

.project-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	right: 0
}

.project_info .project_info_list {
	list-style: none;
	padding: 0;
	margin: 0
}

.project_info .project_info_list .single-project-info {
	background: var(--ot-body-background);
	border-radius: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	padding: 16px
}

.project_info .project_info_list .single-project-info:not(:last-child) {
	margin-bottom: 16px
}

.project_info .project_info_list .single-project-info .box-icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: var(--theme-color);
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.project_info .project_info_list .single-project-info .box-icon:after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	opacity: 0.24;
	border-radius: 50%
}

.project_info .project_info_list .single-project-info .box-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px
}

.project_info .project_info_list .single-project-info .box-text {
	font-size: 14px
}

.brochure_list {
	list-style: none;
	padding: 0;
	margin: 0
}

.brochure_list .single-brochure {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: var(--ot-body-background);
	border-radius: 16px;
	padding: 22px 24px;
	gap: 16px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer
}

.brochure_list .single-brochure:not(:last-child) {
	margin-bottom: 20px
}

.brochure_list .single-brochure .box-icon {
	font-size: 24px;
	color: var(--theme-color);
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.brochure_list .single-brochure .box-title {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px
}

.brochure_list .single-brochure .meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	gap: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.brochure_list .single-brochure .meta span {
	position: relative;
	display: inline-block;
	line-height: 1;
	color: var(--white-color)
}

.brochure_list .single-brochure .meta span:after {
	content: '';
	position: relative;
	height: 9px;
	width: 1px;
	left: 10px;
	background: var(--white-color);
	display: inline-block
}

.brochure_list .single-brochure .meta span:last-child:after {
	display: none
}

.brochure_list .single-brochure .download-btn {
	margin-left: auto;
	font-size: 20px
}

.brochure_list .single-brochure:hover {
	background: var(--theme-color)
}

.brochure_list .single-brochure:hover .box-icon {
	color: var(--white-color)
}

.brochure_list .single-brochure:hover .download-btn {
	color: var(--white-color)
}

@media (min-width: 1200px) {
	.sidebar-shop .widget {
		padding: 30px
	}
}

@media (min-width: 992px) {
	.sidebar-shop .widget {
		margin-bottom: 24px
	}
}

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

	.project_info {
		--widget-padding-x: 20px
	}

	.widget_title {
		font-size: 22px;
		margin: -0.12em 0 28px 0
	}
}

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

	.widget {
		--widget-padding-y: 30px;
		--widget-padding-x: 30px
	}
}

@media (max-width: 767px) {
	.widget {
		padding: 20px;
		border-radius: 10px
	}
}

@media (max-width: 330px) {
	.recent-post .post-title {
		font-size: 14px;
		line-height: 24px
	}

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

.price_slider_wrapper .price_label {
	margin-bottom: 0px;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.price_slider_wrapper .price_label span {
	display: inline-block;
	color: var(--body-color);
	font-weight: 700
}

@media (max-width: 1299px) {
	.price_slider_wrapper .price_label .button {
		margin-left: 0;
		margin-top: 5px;
		width: 100%
	}
}

.price_slider_wrapper .ui-slider {
	height: 10px;
	position: relative;
	width: 100%;
	background-color: var(--body-color);
	border: none;
	margin-top: 25px;
	margin-bottom: 23px;
	cursor: pointer;
	border-radius: 30px
}

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

.price_slider_wrapper .ui-slider-handle {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	cursor: pointer;
	position: absolute;
	margin-top: -3px;
	z-index: 2;
	background-color: var(--theme-color);
	border: 2px solid var(--white-color);
	-webkit-transform: translateX(-1px);
	-ms-transform: translateX(-1px);
	transform: translateX(-1px);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2)
}

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

.price_slider_wrapper .ui-slider-handle:last-child {
	-webkit-transform: translateX(-9px);
	-ms-transform: translateX(-9px);
	transform: translateX(-9px)
}

.price_slider_wrapper button,
.price_slider_wrapper .button {
	margin-left: auto;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-weight: 400;
	line-height: 1.6;
	text-transform: capitalize;
	text-align: center;
	border: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 5px 20px;
	min-width: 100px;
	font-size: 16px;
	border-radius: 8px;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in
}

.widget-size-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.widget-size-wrap a {
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid rgba(92, 112, 126, 0.3);
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px
}

.widget-size-wrap a:before {
	display: none
}

.widget-size-wrap a.active,
.widget-size-wrap a:hover {
	background: transparent;
	border-color: var(--theme-color);
	color: var(--theme-color)
}

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

.footer-widget,
.footer-widget .widget {
	padding: 0;
	border: none;
	padding-bottom: 0;
	background-color: transparent;
	box-shadow: none
}

.footer-widget .form-group>i {
	color: var(--theme-color);
	top: 18px
}

.footer-widget .sidebar-gallery {
	max-width: 287px;
	gap: 11px
}

.footer-widget .sidebar-gallery .gallery-thumb {
	border-radius: 5px
}

.footer-widget .widget_title {
	max-width: 270px;
	color: var(--white-color);
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 36px
}

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

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
	margin-bottom: -4px
}

.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: 16px;
	font-weight: 500;
	padding: 0;
	margin-bottom: 18px;
	font-family: var(--body-font);
	color: var(--body-color);
	display: block;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-right: 0;
	padding-left: 21px;
	border: none;
	background-color: transparent;
	border-bottom: none;
	position: relative
}

.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: '\f324';
	top: 1px;
	left: 0;
	font-weight: 400;
	font-size: 0.92em
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
	background-color: transparent;
	color: var(--title-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: transparent;
	color: var(--body-color);
	line-height: 1
}

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

.footer-widget .recent-post {
	max-width: 300px;
	margin-bottom: 20px
}

.footer-widget .recent-post .media-img {
	max-width: 65px;
	border-radius: 12px
}

.footer-widget .recent-post .media-img:after {
	line-height: 74px
}

.footer-widget .recent-post .post-title {
	font-size: 18px;
	color: var(--white-color);
	font-weight: 500
}

.footer-widget .recent-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta a {
	color: var(--white-color);
	font-weight: 400;
	line-height: 1.2
}

.footer-widget .recent-post .recent-post-meta i {
	margin-right: 8px;
	color: var(--white-color)
}

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

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

.footer-widget .sidebar-gallery {
	max-width: 250px
}

.about-logo {
	margin-bottom: 15px
}

.ot-widget-about {
	max-width: 268px
}

.ot-widget-about .about-logo {
	margin-bottom: 38px
}

.ot-widget-about .about-text {
	margin-bottom: 32px;
	margin-top: -0.5em
}

.footer-text {
	margin-top: -0.45em;
	margin-bottom: 25px
}

.social-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.social-box .social-title {
	font-size: 20px;
	color: var(--white-color);
	font-weight: 600;
	margin-right: 20px;
	margin-bottom: 0
}

.icon-group a {
	color: var(--white-color);
	font-size: 18px;
	margin-right: 17px
}

.icon-group a:last-child {
	margin-right: 0
}

.ot-widget-contact {
	max-width: 317px
}

.ot-widget-contact .info-box {
	gap: 16px
}

.ot-widget-contact .info-box .box-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.24);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	color: var(--theme-color);
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 20px
}

.ot-widget-contact .info-box .box-subtitle {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--title-font)
}

.ot-widget-contact .info-box .box-title {
	color: var(--theme-color);
	font-size: 18px;
	font-weight: 600;
	word-break: break-all;
	margin-bottom: 5px
}

.ot-widget-contact .info-box .box-text {
	color: var(--body-color);
	line-height: 1.625
}

.ot-widget-contact .info-box .box-link {
	color: var(--body-color);
	line-height: 1.625
}

.ot-widget-contact .info-box .box-link:hover {
	color: var(--title-color)
}

@media (max-width: 767px) {
	.footer-widget .widget_title {
		margin-bottom: 35px
	}

	.ot-widget-about .about-text {
		margin-bottom: 20px
	}

	.social-box.mb-30 {
		margin-bottom: 25px
	}
}

[data-cue="fadeIn"],
[data-cues="fadeIn"]>* {
	opacity: 0
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

[data-cue="slideInLeft"],
[data-cues="slideInLeft"]>* {
	opacity: 0
}

@-webkit-keyframes slideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-60px);
		transform: translateX(-60px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-60px);
		transform: translateX(-60px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

[data-cue="slideInRight"],
[data-cues="slideInRight"]>* {
	opacity: 0
}

@-webkit-keyframes slideInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(60px);
		transform: translateX(60px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(60px);
		transform: translateX(60px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

[data-cue="slideInDown"],
[data-cues="slideInDown"]>* {
	opacity: 0
}

@-webkit-keyframes slideInDown {
	from {
		opacity: 0;
		-webkit-transform: translateY(-60px);
		transform: translateY(-60px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInDown {
	from {
		opacity: 0;
		-webkit-transform: translateY(-60px);
		transform: translateY(-60px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

[data-cue="slideInUp"],
[data-cues="slideInUp"]>* {
	opacity: 0
}

@-webkit-keyframes slideInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

[data-cue="zoomIn"],
[data-cues="zoomIn"]>* {
	opacity: 0
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

[data-cue="zoomOut"],
[data-cues="zoomOut"]>* {
	opacity: 0
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes zoomOut {
	from {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

[data-cue="rotateIn"],
[data-cues="rotateIn"]>* {
	opacity: 0
}

@-webkit-keyframes rotateIn {
	from {
		opacity: 0;
		-webkit-transform: rotateZ(-15deg);
		transform: rotateZ(-15deg)
	}

	to {
		opacity: 1;
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
}

@keyframes rotateIn {
	from {
		opacity: 0;
		-webkit-transform: rotateZ(-15deg);
		transform: rotateZ(-15deg)
	}

	to {
		opacity: 1;
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
}

[data-cue="bounceIn"],
[data-cues="bounceIn"]>* {
	opacity: 0
}

@-webkit-keyframes bounceIn {
	0% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	0% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

[data-cue="bounceInLeft"],
[data-cues="bounceInLeft"]>* {
	opacity: 0
}

@-webkit-keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

[data-cue="bounceInRight"],
[data-cues="bounceInRight"]>* {
	opacity: 0
}

@-webkit-keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

[data-cue="bounceInDown"],
[data-cues="bounceInDown"]>* {
	opacity: 0
}

@-webkit-keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

[data-cue="bounceInUp"],
[data-cues="bounceInUp"]>* {
	opacity: 0
}

@-webkit-keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

[data-cue="flipInX"],
[data-cues="flipInX"]>* {
	opacity: 0;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

[data-cue="flipInY"],
[data-cues="flipInY"]>* {
	opacity: 0;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.ot-header {
	position: relative;
	z-index: 999
}

.ot-header .icon-btn {
	--btn-size: 56px;
	min-width: 54px;
	line-height: 53px;
	background-color: transparent;
	border: 1px solid var(--ot-border-color);
	color: var(--title-color)
}

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

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

.ot-header .row {
	--bs-gutter-x: 8px
}

.sticky-wrapper {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: var(--ot-body-background);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-animation: stickyAni 0.4s ease-in-out;
	animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
	0% {
		-webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
		transform: translate3d(0, -40px, 0) scaleY(0.8);
		opacity: 0.7
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleY(1);
		transform: translate3d(0, 0, 0) scaleY(1);
		opacity: 1
	}
}

@keyframes stickyAni {
	0% {
		-webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
		transform: translate3d(0, -40px, 0) scaleY(0.8);
		opacity: 0.7
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleY(1);
		transform: translate3d(0, 0, 0) scaleY(1);
		opacity: 1
	}
}

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

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

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

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

.main-menu>ul>li>a {
	padding: 2px 12px;
	border-radius: 24px;
	position: relative
}

.main-menu>ul>li>a:before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	opacity: 0;
	border-radius: 24px;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

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

.main-menu>ul>li>a:hover:before {
	opacity: 0.24
}

.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: "\f078";
	display: inline-block;
	position: relative;
	font-family: var(--icon-font);
	margin-left: 6px;
	font-weight: 600;
	top: 0;
	font-size: 14px;
	color: inherit;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.main-menu ul li.menu-item-has-children>a:hover:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

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

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

.main-menu ul li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9
}

.main-menu ul.sub-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	background-color: var(--black-color2);
	visibility: hidden;
	min-width: 230px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 7px;
	left: -14px;
	opacity: 0;
	z-index: -1;
	box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
	border-radius: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

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

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

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

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
	content: "\f054";
	float: right;
	top: 1px;
	display: inline-block
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.main-menu ul.sub-menu li a {
	position: relative;
	padding-left: 0;
	text-transform: capitalize
}

.main-menu ul.sub-menu li a:before {
	content: '\e06c';
	position: absolute;
	top: 6px;
	left: 10px;
	font-family: var(--icon-font);
	max-width: 14px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	color: var(--theme-color);
	font-weight: 400;
	opacity: 0;
	visibility: visible;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.main-menu ul.sub-menu li a:hover {
	padding-left: 21px
}

.main-menu ul.sub-menu li a:hover:before {
	visibility: visible;
	opacity: 1;
	left: 0
}

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

.simple-icon {
	border: none;
	background-color: transparent;
	padding: 0;
	font-size: 16px;
	position: relative;
	color: var(--title-color)
}

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

.simple-icon:has(.badge) {
	padding-right: 8px
}

.simple-icon .badge {
	top: -8px;
	right: 0;
	font-size: 12px
}

.header-button {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px
}

.header-button .header-form {
	margin-right: 30px
}

@media (max-width: 1500px) {
	.header-button .header-form {
		margin-right: 0
	}
}

@media (max-width: 1299px) {
	.header-button .header-form {
		display: none
	}
}

.header-button .icon-btn .badge {
	font-size: 12px;
	top: 0;
	left: 0
}

.header-button .icon-btn:hover .badge {
	background-color: var(--title-color)
}

.social-links .social-title {
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	margin: 0 10px 0 0;
	color: var(--body-color)
}

.social-links a {
	font-size: 16px;
	display: inline-block;
	color: var(--body-color);
	margin: 0 15px 0 0
}

.social-links a:last-child {
	margin-right: 0 !important
}

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

.header-logo {
	padding-top: 15px;
	padding-bottom: 15px
}

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

.header-links li {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 400
}

.header-links li:not(:last-child) {
	margin: 0 32px 0 0
}

.header-links li:not(:last-child):after {
	content: '';
	height: 18px;
	width: 1px;
	background-color: var(--body-color);
	position: absolute;
	top: 50%;
	right: -16px;
	margin-top: -9px;
	opacity: 0.5
}

.header-links li>i {
	margin-right: 6px
}

@media (max-width: 575px) {
	.header-links li {
		font-size: 14px
	}
}

@media (max-width: 375px) {
	.header-links li {
		font-size: 12px
	}
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
	color: var(--body-color)
}

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

.header-links b,
.header-links strong {
	font-weight: 600;
	margin-right: 6px
}

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

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

.links-menu li {
	display: inline-block;
	margin-right: 25px;
	color: var(--body-color)
}

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

.links-menu li a {
	color: inherit
}

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

.header-notice {
	margin: 0;
	text-align: center
}

.header-notice a {
	color: inherit
}

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

@media (max-width: 375px) {
	.header-notice {
		font-size: 14px
	}
}

.header-top {
	padding: 11px 0;
	background-color: var(--theme-color);
	--body-color: #fff
}

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

.header-top .line-btn {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize
}

@media (max-width: 575px) {
	.header-top .line-btn {
		font-size: 14px
	}
}

@media (max-width: 375px) {
	.header-top .line-btn {
		font-size: 12px
	}
}

@media (max-width: 575px) {
	.header-top {
		padding: 10.5px 0
	}
}

@media (max-width: 375px) {
	.header-top {
		padding: 10px 0
	}
}

.header-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 500px;
	border: 1px solid var(--ot-border-color);
	border-radius: 25px;
	padding-right: 20px
}

.header-form .form-group {
	margin-bottom: 0
}

.header-form .form-group i {
	font-size: 14px;
	top: 18px;
	left: 20px;
	right: unset;
	color: var(--theme-color)
}

.header-form .form-control,
.header-form .form-select {
	height: 50px;
	border: none;
	font-size: 14px;
	padding: 0 20px;
	border-radius: 0;
	color: var(--title-color)
}

.header-form .form-control::-moz-placeholder,
.header-form .form-select::-moz-placeholder {
	color: var(--title-color)
}

.header-form .form-control::-webkit-input-placeholder,
.header-form .form-select::-webkit-input-placeholder {
	color: var(--title-color)
}

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

.header-form .form-control::-webkit-input-placeholder,
.header-form .form-select::-webkit-input-placeholder {
	color: var(--title-color)
}

.header-form .form-control::-moz-placeholder,
.header-form .form-select::-moz-placeholder {
	color: var(--title-color)
}

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

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

.header-form .form-control::placeholder,
.header-form .form-select::placeholder {
	color: var(--title-color)
}

.header-form .form-select {
	padding-left: 40px;
	width: 160px;
	background-position: right 20px center;
	border-radius: 25px;
	background-color: transparent
}

.header-form .form-control {
	border-left: 1px solid var(--ot-border-color);
	background-color: transparent
}

.header-form .submit-btn {
	margin-left: auto
}

.header-default {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	--main-container: 1520px
}

.header-default .menu-area {
	background: transparent;
	padding: 13px 0
}

.header-default .icon-btn {
	border: 1px solid rgba(227, 227, 227, 0.2)
}

.header-default .header-button {
	gap: 14px
}

.header-default .header-button .ot-btn {
	margin-left: 14px
}

@media (max-width: 1299px) {
	.header-default .header-button .ot-btn {
		display: none !important
	}
}

.header-layout1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	--main-container: 1520px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16)
}

.header-layout1 .menu-area {
	padding: 13px 0
}

.header-layout1 .header-logo {
	position: relative;
	z-index: 2
}

.header-layout1 .ot-menu-toggle {
	margin-left: auto
}

.header-layout1 .header-button {
	gap: 14px
}

.header-layout1 .header-button .ot-btn {
	margin-left: 14px
}

@media (max-width: 1299px) {
	.header-layout1 .header-button .ot-btn {
		display: none !important
	}
}

@media (max-width: 1399px) {
	.header-layout1 .header-button .ot-btn {
		margin-left: 0
	}
}

@media (max-width: 575px) {
	.header-layout1 .header-logo h2 {
		font-size: 36px
	}

	.header-layout1 .header-logo img {
		max-width: 160px
	}
}

.dropdown-link {
	position: relative
}

.dropdown-link>a {
	color: var(--body-color)
}

.dropdown-toggle.icon-btn:after {
	display: none
}

.dropdown-toggle:after {
	content: "\f078";
	border: none;
	font-family: var(--icon-font);
	vertical-align: middle;
	font-weight: 400;
	margin-left: 6px;
	margin-top: -1px
}

.dropdown-menu {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: auto;
	top: calc(100% + 6px) !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	padding: 8px 20px 10px !important;
	text-align: center;
	border-color: var(--ot-border-color);
	background: var(--smoke-color)
}

.dropdown-menu li {
	padding-right: 0;
	margin-right: 0
}

.dropdown-menu li:after {
	display: none
}

.dropdown-menu li a {
	display: block
}

.dropdown-menu a {
	color: var(--title-color) !important;
	font-size: 14px
}

.dropdown-menu a:hover {
	color: var(--theme-color) !important
}

.dropdown-menu:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -7px;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	background-color: var(--smoke-color);
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid var(--ot-border-color);
	border-left: 1px solid var(--ot-border-color)
}

.category-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	background-color: var(--white-color);
	min-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	left: 0;
	z-index: -1;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.category-menu ul {
	padding: 0;
	margin-bottom: 0;
	border-left: 1px solid rgba(92, 112, 126, 0.15);
	border-right: 1px solid rgba(92, 112, 126, 0.15);
	border-bottom: 1px solid rgba(92, 112, 126, 0.15);
	border-radius: 0 0 20px 20px
}

.category-menu li {
	list-style: none;
	border-bottom: 1px solid rgba(92, 112, 126, 0.15)
}

.category-menu li:last-child {
	border-bottom: none
}

.category-menu li.menu-item-has-children {
	position: relative
}

.category-menu li.menu-item-has-children>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}

.category-menu li.menu-item-has-children>a .category-number {
	margin-left: auto
}

.category-menu li.menu-item-has-children>a:hover:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.category-menu li ul.sub-menu {
	position: absolute;
	text-align: left;
	top: 0;
	left: 100%;
	background-color: var(--white-color);
	visibility: hidden;
	min-width: 230px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	opacity: 0;
	z-index: -1;
	box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
	border-radius: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.category-menu li ul.sub-menu a {
	font-size: 16px;
	line-height: 30px
}

.category-menu li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9
}

.category-menu a {
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--title-color);
	position: relative;
	padding: 10.5px 25px
}

.category-menu a img {
	margin-right: 8px
}

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

.category-menu.close-category {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.category-menu.open-category {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.category-menu-wrap {
	position: relative;
	height: 100%;
	min-width: 312px
}

.category-menu-wrap:hover .category-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	z-index: 9
}

.menu-expand {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: var(--white-color);
	background-color: var(--theme-color);
	padding: 11px 25px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.menu-expand span {
	margin-left: auto
}

.menu-expand span i {
	margin-right: 0
}

@media (max-width: 1299px) {
	.menu-expand {
		font-size: 15px
	}
}

.menu-expand i {
	margin-right: 15px
}

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

.call-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	position: relative;
	padding-right: 24px;
	margin-right: 14px
}

.call-btn:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	height: 30px;
	width: 1px;
	background: var(--ot-border-color);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

@media (max-width: 575px) {
	.call-btn {
		padding: 0 15px
	}
}

.call-btn .box-icon {
	color: var(--white-color);
	font-size: 26px;
	background: var(--theme-color);
	height: 50px;
	width: 50px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid var(--white-color);
	position: relative
}

.call-btn .box-icon:after {
	content: '';
	position: absolute;
	border-radius: 50%;
	border: 1px solid var(--theme-color);
	inset: -4px
}

.call-btn .box-icon i {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg)
}

.call-btn .box-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	color: var(--title-color)
}

@media (max-width: 575px) {
	.call-btn .box-title {
		font-size: 16px
	}
}

.call-btn .box-subtitle {
	color: var(--title-color);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
	opacity: 0.8
}

.header-layout2 {
	--main-container: 1520px
}

.header-layout2 .menu-area {
	background: transparent;
	padding: 13px 0
}

.header-layout2 .icon-btn {
	border: 1px solid rgba(227, 227, 227, 0.2)
}

.header-layout2 .header-button {
	gap: 14px
}

.header-layout2 .header-button .ot-btn {
	margin-left: 14px
}

@media (max-width: 1299px) {
	.header-layout2 .header-button .ot-btn {
		display: none !important
	}
}

.footer-wrapper {
	--ot-border-color: rgba(255, 255, 255, 0.24);
	position: relative;
	z-index: 2;
	background-color: var(--smoke-color);
	overflow: hidden
}

.footer-wrapper .ot-social a {
	--icon-size: 40px;
	font-size: 14px;
	background-color: var(--ot-body-background);
	color: var(--theme-color);
	border: 0;
	border-radius: 8px;
	margin-right: 10px
}

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

.footer-wrapper .social-links a {
	margin: 0 30px 0 0
}

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

.footer-bottom {
	border-top: 1px solid var(--ot-border-color)
}

.footer-layout1 {
	z-index: 1
}

.footer-layout1 .footer-shape1 {
	position: absolute;
	z-index: -1;
	background-size: auto;
	background-repeat: repeat-x;
	background-position: top left;
	top: 30px;
	left: 0;
	width: 100%;
	height: 105px;
	-webkit-animation: repeatAnim 80s linear infinite;
	animation: repeatAnim 80s linear infinite
}

.footer-layout1 .footer-shape2 {
	display: inline-block;
	position: absolute;
	left: -150px;
	bottom: 120px
}

.footer-layout1 .footer-shape3 {
	display: inline-block;
	position: absolute;
	right: -180px;
	bottom: 120px
}

.footer-layout1 .footer-top .cta-content {
	background-color: var(--ot-body-background);
	border-radius: 24px;
	padding: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px 150px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.footer-layout1 .footer-top .cta-content:after {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: 24px;
	background: -webkit-linear-gradient(var(--theme-color), transparent);
	background: linear-gradient(var(--theme-color), transparent);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude
}

.footer-layout1 .footer-top .cta-content .ot-btn {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.footer-layout1 .footer-top .cta-content h2 {
	line-height: 1.2em
}

@media (max-width: 1199px) {
	.footer-layout1 .footer-top .cta-content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}
}

@media (max-width: 991px) {
	.footer-layout1 .footer-top .cta-content {
		padding: 60px 50px
	}
}

@media (max-width: 575px) {
	.footer-layout1 .footer-top .cta-content {
		padding: 50px 30px
	}
}

.footer-contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px
}

.footer-contact-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 80px;
	border-bottom: 1px solid var(--ot-border-color)
}

@media (max-width: 1299px) {
	.footer-contact-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px
	}
}

@media (max-width: 1299px) {
	.footer-contact {
		-webkit-box-flex: calc(50% - 10px);
		-webkit-flex: calc(50% - 10px);
		-ms-flex: calc(50% - 10px);
		flex: calc(50% - 10px)
	}
}

@media (max-width: 767px) {
	.footer-contact {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%
	}
}

.footer-contact .box-icon {
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	position: relative
}

.footer-contact .box-icon:before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 99px;
	border: 2px solid var(--white-color);
	background: var(--theme-color);
	z-index: -1;
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite
}

.footer-contact .box-title {
	color: var(--white-color);
	margin-bottom: 0;
	font-weight: 600
}

@media (max-width: 991px) {
	.footer-contact .box-title {
		font-size: 20px
	}
}

.footer-contact .box-label {
	margin-bottom: 10px
}

.sticky-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%
}

.footer-links ul {
	padding: 0;
	margin: 0
}

.footer-links li {
	font-family: var(--body-font);
	display: inline-block;
	margin-right: 20px;
	position: relative
}

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

.footer-links li:last-child:after {
	display: none
}

.footer-links a {
	font-family: inherit;
	color: var(--body-color)
}

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

.copyright-wrap {
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.24)
}

.copyright-wrap .copyright-text {
	color: var(--body-color)
}

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

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

.copyright-text {
	margin: 0
}

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

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

.footer-newsletter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 25px;
	padding-left: 60px
}

.footer-newsletter .newsletter-title {
	max-width: 425px;
	margin-bottom: 0
}

.schedule-info {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	margin-bottom: 15px;
	padding-bottom: 15px
}

.schedule-info:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.ot-widget-schedule {
	width: 280px;
	max-width: 100%
}

.ot-widget-schedule .title {
	color: var(--white-color);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 16px
}

.newsletter-form {
	position: relative;
	max-width: 450px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.newsletter-form input {
	height: 60px;
	border-radius: 8px
}

.newsletter-form .ot-btn {
	min-width: 145px;
	padding: 21px 20px
}

.newsletter-widget {
	max-width: 355px
}

.newsletter-widget .newsletter-form {
	display: block
}

.newsletter-widget .newsletter-form input {
	background-color: transparent;
	border: 1px solid var(--ot-border-color);
	width: 100%;
	border-radius: 30px;
	color: var(--white-color);
	padding: 0 70px 0 25px
}

.newsletter-widget .form-group {
	margin-bottom: 0
}

.newsletter-widget .icon-btn {
	--btn-size: 50px;
	border: none;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 50%;
	min-width: 50px;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 5px
}

.newsletter-widget .icon-btn:hover {
	background-color: var(--theme-color2)
}

.newsletter-widget .footer-text {
	margin-bottom: 25px;
	font-weight: 500
}

@media (max-width: 991px) {
	.footer-wrapper .widget-area {
		padding-top: var(--section-space-mobile);
		padding-bottom: 30px
	}

	.copyright-text {
		text-align: center
	}
}

.footer-layout2 {
	background: var(--ot-body-background);
	position: relative
}

.footer-layout2 .copyright-wrap {
	background: var(--smoke-color);
	border: 0
}

.footer-layout2 .footer-shape1 {
	position: absolute;
	right: -10%;
	bottom: 12%
}

@media (max-width: 991px) {
	.footer-layout2 .footer-shape1 {
		display: none
	}
}

.footer-layout2 .footer-shape2 {
	position: absolute;
	left: -6%;
	bottom: 20%
}

@media (max-width: 991px) {
	.footer-layout2 .footer-shape2 {
		display: none
	}
}

.footer-layout2 .widget-area {
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	margin-top: 80px
}

.footer-layout2 .ot-social a {
	border: 1px solid rgba(255, 255, 255, 0.24);
	line-height: 38px;
	border-radius: 50%
}

.info-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}

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

.info-box_icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.24);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	color: var(--theme-color);
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 20px
}

.info-box_text {
	display: block;
	color: var(--body-color);
	margin-top: -0.45em;
	margin-bottom: -0.45em;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.info-box_link {
	display: inline-block;
	color: var(--body-color)
}

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

.breadcumb-menu {
	max-width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	margin-top: 17px;
	margin-bottom: -0.4em
}

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

.breadcumb-menu li:after {
	content: "\f054";
	position: relative;
	margin-left: 7px;
	font-weight: 500;
	font-size: 14px;
	color: inherit;
	font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
	padding-right: 0;
	margin-right: 0;
	color: var(--theme-color)
}

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

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	white-space: normal;
	color: inherit;
	word-break: break-word;
	font-weight: 600;
	font-size: 18px;
	color: var(--title-color)
}

.breadcumb-title {
	margin: -0.18em 0 -0.18em 0;
	line-height: 1.1;
	font-weight: 500;
	font-size: 40px;
	font-weight: 700
}

.breadcumb-wrapper {
	background-color: #F0F0F0;
	overflow: hidden;
	text-align: center
}

.breadcumb-wrapper .breadcumb-content {
	--space: 150px;
	padding: var(--space) 0;
	position: relative;
	z-index: 1
}

@media (max-width: 991px) {
	.breadcumb-wrapper .breadcumb-content {
		--space: 120px
	}
}

@media (max-width: 767px) {
	.breadcumb-wrapper .breadcumb-content {
		--space: 100px
	}
}

@media (max-width: 1199px) {

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

body .ot-header.header-default~.breadcumb-wrapper .breadcumb-content {
	padding: calc(var(--space) + 80px) 0 var(--space)
}

@media (max-width: 991px) {
	body .ot-header.header-default~.breadcumb-wrapper .breadcumb-content {
		padding: calc(var(--space) + 80px) 0 var(--space)
	}
}

@media (max-width: 575px) {
	body .ot-header.header-default~.breadcumb-wrapper .breadcumb-content {
		padding: calc(var(--space) + 80px) 0 var(--space)
	}
}

body .ot-header.header-default:has(.header-top)~.breadcumb-wrapper .breadcumb-content {
	padding: calc(var(--space) + 130px) 0 var(--space)
}

@media (max-width: 991px) {
	body .ot-header.header-default:has(.header-top)~.breadcumb-wrapper .breadcumb-content {
		padding: calc(var(--space) + 130px) 0 var(--space)
	}
}

@media (max-width: 575px) {
	body .ot-header.header-default:has(.header-top)~.breadcumb-wrapper .breadcumb-content {
		padding: calc(var(--space) + 130px) 0 var(--space)
	}
}

.wp-block-query-pagination-numbers,
.ot-pagination {
	margin-bottom: 30px
}

.wp-block-query-pagination-numbers ul,
.ot-pagination ul {
	margin: 0;
	padding: 0
}

.wp-block-query-pagination-numbers li,
.ot-pagination li {
	display: inline-block;
	margin: 0 3px;
	list-style-type: none
}

.wp-block-query-pagination-numbers li:last-child,
.ot-pagination li:last-child {
	margin-right: 0
}

.wp-block-query-pagination-numbers li:first-child,
.ot-pagination li:first-child {
	margin-left: 0
}

.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a,
.ot-pagination span,
.ot-pagination a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	border: 0;
	color: var(--body-color);
	background-color: var(--smoke-color);
	line-height: 50px;
	width: 50px;
	height: 50px;
	z-index: 1;
	font-size: 18px;
	font-weight: 400;
	border-radius: 30px;
	padding: 0
}

.wp-block-query-pagination-numbers span:after,
.wp-block-query-pagination-numbers a:after,
.ot-pagination span:after,
.ot-pagination a:after {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-linear-gradient(105deg, var(--theme-color2), var(--theme-color));
	background: linear-gradient(-15deg, var(--theme-color2), var(--theme-color));
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.wp-block-query-pagination-numbers span.active,
.wp-block-query-pagination-numbers span:hover,
.wp-block-query-pagination-numbers a.active,
.wp-block-query-pagination-numbers a:hover,
.ot-pagination span.active,
.ot-pagination span:hover,
.ot-pagination a.active,
.ot-pagination a:hover {
	color: var(--white-color);
	background-color: var(--smoke-color);
	border-color: var(--theme-color)
}

.wp-block-query-pagination-numbers span.active:after,
.wp-block-query-pagination-numbers span:hover:after,
.wp-block-query-pagination-numbers a.active:after,
.wp-block-query-pagination-numbers a:hover:after,
.ot-pagination span.active:after,
.ot-pagination span:hover:after,
.ot-pagination a.active:after,
.ot-pagination a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.wp-block-query-pagination-next {
	display: inline-block;
	text-align: center;
	position: relative;
	border: none;
	color: var(--title-color);
	background-color: var(--smoke-color2);
	min-width: 56px;
	height: 56px;
	line-height: 56px;
	z-index: 1;
	font-size: 16px;
	padding: 0 20px;
	font-weight: 500;
	border-radius: 12px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.wp-block-query-pagination-next.active,
.wp-block-query-pagination-next:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

@media (max-width: 767px) {

	.wp-block-query-pagination-numbers span,
	.wp-block-query-pagination-numbers a,
	.ot-pagination span,
	.ot-pagination a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}
}

.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: var(--ot-body-background);
	width: 100.1%;
	height: 0px;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.popup-search-box button.searchClose {
	width: 60px;
	height: 60px;
	line-height: 54px;
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: transparent;
	font-size: 22px;
	border-radius: 50%;
	border: 2px solid var(--ot-border-color);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	color: var(--white-color);
	z-index: 99
}

.popup-search-box button.searchClose:hover {
	color: var(--white-color);
	background-color: var(--smoke-color);
	border-color: transparent;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.popup-search-box .sidemenu-content {
	position: absolute;
	inset: 0
}

.popup-search-box form {
	position: relative;
	top: 50%;
	left: 50%;
	display: inline-block;
	cursor: auto;
	width: 100%;
	max-width: 900px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform ease 0.4s;
	transition: -webkit-transform ease 0.4s;
	transition: transform ease 0.4s;
	transition: transform ease 0.4s, -webkit-transform ease 0.4s
}

.popup-search-box form input {
	font-size: 24px;
	font-weight: 400;
	height: 70px;
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid var(--body-color);
	padding: 0 80px 0 0px;
	color: var(--white-color);
	border-radius: 0px
}

.popup-search-box form input::-webkit-input-placeholder {
	color: rgba(246, 245, 243, 0.5)
}

.popup-search-box form input::-moz-placeholder {
	color: rgba(246, 245, 243, 0.5)
}

.popup-search-box form input:-ms-input-placeholder {
	color: rgba(246, 245, 243, 0.5)
}

.popup-search-box form input::-ms-input-placeholder {
	color: rgba(246, 245, 243, 0.5)
}

.popup-search-box form input::placeholder {
	color: rgba(246, 245, 243, 0.5)
}

.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: transparent;
	border: none;
	color: var(--theme-color);
	font-size: 24px;
	right: 0px;
	cursor: pointer;
	width: auto;
	height: 70px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	transform: scale(1.001);
	-webkit-filter: brightness(99999);
	filter: brightness(99999)
}

.popup-search-box form button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.popup-search-box.show {
	opacity: 1;
	visibility: visible;
	width: 100.1%;
	height: 350px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 0
}

.popup-search-box.show form {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}

@media (max-width: 1199px) {
	.popup-search-box form {
		max-width: 600px
	}
}

@media (max-width: 767px) {
	.popup-search-box form {
		width: 80%
	}

	.popup-search-box form input {
		height: 60px
	}

	.popup-search-box form button {
		width: 60px;
		line-height: 62px;
		height: 60px
	}
}

blockquote,
.wp-block-quote {
	font-size: 16px;
	line-height: 1.56;
	padding: 32px;
	font-weight: 500;
	display: block;
	position: relative;
	background-color: var(--ot-body-background);
	margin: 35px 0 45px 0;
	color: var(--title-color);
	font-family: var(--body-font);
	border: 0 !important;
	border-radius: 24px
}

blockquote p,
.wp-block-quote p {
	font-size: inherit;
	font-family: inherit;
	margin-top: -0.3em;
	margin-bottom: 28px;
	line-height: inherit;
	color: inherit;
	width: 100%;
	position: relative;
	z-index: 3
}

blockquote p a,
.wp-block-quote p a {
	color: inherit
}

blockquote:before,
.wp-block-quote:before {
	content: "";
	position: absolute;
	bottom: 32px;
	right: 32px;
	height: 50px;
	width: 33px;
	background-color: transparent
}

blockquote:after,
.wp-block-quote:after {
	content: "";
	position: absolute;
	bottom: 32px;
	right: 32px;
	height: 31px;
	width: 38px;
	background: -webkit-linear-gradient(300deg, var(--theme-color), var(--theme-color2));
	background: linear-gradient(150deg, var(--theme-color), var(--theme-color2));
	-webkit-clip-path: path("M15.2 0H1.68889C0.757636 0 0 0.69533 0 1.55V14.3375C0 15.1922 0.757636 15.8875 1.68889 15.8875H7.6V17.4375C7.6 20.2152 5.13768 22.475 2.11111 22.475C1.602 22.475 0.844444 22.7846 0.844444 23.6375V29.8375C0.844444 30.6904 1.602 31 2.11111 31C10.2596 31 16.8889 24.9159 16.8889 17.4375V1.55C16.8889 0.69533 16.1313 0 15.2 0ZM16.0444 17.4375C16.0444 24.4885 9.79395 30.225 2.11111 30.225C1.98419 30.225 1.68889 30.1873 1.68889 29.8375V23.6375C1.68889 23.3254 1.9212 23.2545 2.11111 23.25C5.60331 23.25 8.44444 20.6425 8.44444 17.4375V15.5C8.44444 15.286 8.25537 15.1125 8.02222 15.1125H1.68889C1.22326 15.1125 0.844444 14.7648 0.844444 14.3375V1.55C0.844444 1.12267 1.22326 0.775 1.68889 0.775H15.2C15.6656 0.775 16.0444 1.12267 16.0444 1.55V17.4375ZM36.3111 0H22.8C21.8687 0 21.1111 0.69533 21.1111 1.55V14.3375C21.1111 15.1922 21.8687 15.8875 22.8 15.8875H28.7111V17.4375C28.7111 20.2152 26.2488 22.475 23.2222 22.475C22.7131 22.475 21.9556 22.7846 21.9556 23.6375V29.8375C21.9556 30.6904 22.7131 31 23.2222 31C31.3707 31 38 24.9159 38 17.4375V1.55C38 0.69533 37.2424 0 36.3111 0ZM37.1556 17.4375C37.1556 24.4885 30.9051 30.225 23.2222 30.225C23.0953 30.225 22.8 30.1873 22.8 29.8375V23.6375C22.8 23.3254 23.0323 23.2545 23.2222 23.25C26.7144 23.25 29.5556 20.6425 29.5556 17.4375V15.5C29.5556 15.286 29.3666 15.1125 29.1333 15.1125H22.8C22.3344 15.1125 21.9556 14.7648 21.9556 14.3375V1.55C21.9556 1.12267 22.3344 0.775 22.8 0.775H36.3111C36.7767 0.775 37.1556 1.12267 37.1556 1.55V17.4375Z");
	clip-path: path("M15.2 0H1.68889C0.757636 0 0 0.69533 0 1.55V14.3375C0 15.1922 0.757636 15.8875 1.68889 15.8875H7.6V17.4375C7.6 20.2152 5.13768 22.475 2.11111 22.475C1.602 22.475 0.844444 22.7846 0.844444 23.6375V29.8375C0.844444 30.6904 1.602 31 2.11111 31C10.2596 31 16.8889 24.9159 16.8889 17.4375V1.55C16.8889 0.69533 16.1313 0 15.2 0ZM16.0444 17.4375C16.0444 24.4885 9.79395 30.225 2.11111 30.225C1.98419 30.225 1.68889 30.1873 1.68889 29.8375V23.6375C1.68889 23.3254 1.9212 23.2545 2.11111 23.25C5.60331 23.25 8.44444 20.6425 8.44444 17.4375V15.5C8.44444 15.286 8.25537 15.1125 8.02222 15.1125H1.68889C1.22326 15.1125 0.844444 14.7648 0.844444 14.3375V1.55C0.844444 1.12267 1.22326 0.775 1.68889 0.775H15.2C15.6656 0.775 16.0444 1.12267 16.0444 1.55V17.4375ZM36.3111 0H22.8C21.8687 0 21.1111 0.69533 21.1111 1.55V14.3375C21.1111 15.1922 21.8687 15.8875 22.8 15.8875H28.7111V17.4375C28.7111 20.2152 26.2488 22.475 23.2222 22.475C22.7131 22.475 21.9556 22.7846 21.9556 23.6375V29.8375C21.9556 30.6904 22.7131 31 23.2222 31C31.3707 31 38 24.9159 38 17.4375V1.55C38 0.69533 37.2424 0 36.3111 0ZM37.1556 17.4375C37.1556 24.4885 30.9051 30.225 23.2222 30.225C23.0953 30.225 22.8 30.1873 22.8 29.8375V23.6375C22.8 23.3254 23.0323 23.2545 23.2222 23.25C26.7144 23.25 29.5556 20.6425 29.5556 17.4375V15.5C29.5556 15.286 29.3666 15.1125 29.1333 15.1125H22.8C22.3344 15.1125 21.9556 14.7648 21.9556 14.3375V1.55C21.9556 1.12267 22.3344 0.775 22.8 0.775H36.3111C36.7767 0.775 37.1556 1.12267 37.1556 1.55V17.4375Z")
}

blockquote cite,
.wp-block-quote cite {
	font-style: normal;
	font-size: 18px;
	font-weight: 600;
	color: var(--theme-color);
	display: block
}

blockquote cite br,
.wp-block-quote cite br {
	display: none
}

blockquote .desig,
.wp-block-quote .desig {
	font-size: 12px;
	font-weight: 400;
	color: var(--body-color);
	display: block;
	margin-bottom: -0.3em
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
	padding: 40px;
	margin-bottom: 30px
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
	font-size: 18px;
	color: var(--body-color);
	font-weight: 400;
	line-height: 1.556;
	background-color: var(--smoke-color);
	padding-left: 160px
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
	right: unset;
	left: 56px;
	top: 60px;
	font-size: 6rem;
	font-weight: 400;
	line-height: 4rem;
	color: var(--theme-color);
	text-shadow: none
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
	color: var(--title-color)
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
	background-color: var(--title-color);
	top: 8px
}

blockquote:not(:has(>cite)) p:last-child,
.wp-block-quote:not(:has(>cite)) p:last-child {
	margin-bottom: -0.3em
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
	padding-bottom: 10px
}

blockquote p cite,
.wp-block-quote p cite {
	margin-top: 20px;
	margin-bottom: -0.5em;
	bottom: -32px
}

.wp-block-pullquote {
	color: var(--white-color);
	padding: 0
}

blockquote.has-very-dark-gray-color {
	color: var(--title-color) !important
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p {
	color: var(--title-color)
}

.wp-block-pullquote cite {
	position: absolute;
	color: var(--white-color) !important
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
	padding: 40px 15px 40px 15px
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
	width: 100%;
	height: 60px;
	font-size: 30px
}

.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
	padding: 40px 15px 40px 15px
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
	font-size: 14px;
	left: 20px
}

.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
	bottom: 6px
}

.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
	bottom: 7px
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
	background-color: var(--white-color)
}

@media (max-width: 767px) {
	.wp-block-pullquote.is-style-solid-color blockquote {
		max-width: 90%
	}

	blockquote cite,
	.wp-block-quote cite {
		font-size: 18px;
		left: 30px
	}
}

@media (max-width: 575px) {

	.wp-block-quote.is-large:not(.is-style-plain) p,
	.wp-block-quote.is-style-large:not(.is-style-plain) p {
		font-size: 1.2em
	}
}

@media (max-width: 375px) {

	blockquote cite,
	.wp-block-quote cite {
		font-size: 18px;
		padding-left: 22px
	}

	blockquote cite:before,
	.wp-block-quote cite:before {
		width: 20px
	}
}

.blog-meta {
	display: block
}

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

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

.blog-meta span svg,
.blog-meta a svg {
	margin-right: 6px;
	margin-top: -4px
}

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

.blog-meta .author img {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-right: 6px
}

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

@media (max-width: 1199px) {

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

@media (max-width: 575px) {

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

	.blog-meta span:not(:last-child),
	.blog-meta a:not(:last-child) {
		padding-right: 0
	}

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

.blog-audio,
.blog-img,
.blog-video {
	line-height: 1px
}

.blog-audio img,
.blog-img img,
.blog-video img {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.blog-title a {
	color: inherit
}

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

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

.blog-inner-title {
	margin-top: -0.25em;
	margin-bottom: 25px
}

.blog-inner-title i {
	color: var(--theme-color);
	margin-right: 4px
}

.blog-single {
	position: relative;
	margin-bottom: 30px;
	border-radius: 24px;
	background: var(--smoke-color)
}

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

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

.blog-single .blog-meta {
	margin: -0.25em 0 10px 0
}

.blog-single .blog-content {
	margin: 0 0 0 0;
	padding: 32px;
	position: relative;
	z-index: 2
}

@media (max-width: 575px) {
	.blog-single .blog-content {
		padding: 24px
	}
}

.blog-single .blog-content .ot-btn {
	--body-bg: #f8f8f8
}

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

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
	position: relative;
	overflow: hidden;
	background-color: var(--smoke-color);
	border-radius: 24px
}

@media (max-width: 767px) {

	.blog-single .blog-audio img,
	.blog-single .blog-img img,
	.blog-single .blog-video img {
		min-height: 240px;
		object-fit: cover
	}
}

.blog-single .blog-audio:hover img,
.blog-single .blog-img:hover img,
.blog-single .blog-video:hover img {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07)
}

.blog-single .blog-audio .blog-cat,
.blog-single .blog-img .blog-cat,
.blog-single .blog-video .blog-cat {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
	display: inline-block;
	background-color: var(--theme-color);
	color: var(--white-color);
	line-height: 30px;
	padding: 0 12px;
	border-radius: 8px;
	font-size: 14px
}

.blog-single .blog-audio .blog-cat:hover,
.blog-single .blog-img .blog-cat:hover,
.blog-single .blog-video .blog-cat:hover {
	background-color: var(--title-color)
}

.blog-single .blog-img .slider-arrow {
	--pos-x: 30px
}

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

.blog-single .line-btn {
	display: block;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-bottom: -1px
}

.blog-single .ot-btn {
	padding: 17px 25px;
	min-width: 165px
}

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

.share-links {
	margin: 40px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.24)
}

.share-links>.row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	--bs-gutter-y: 15px
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
	gap: 16px
}

.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
	background: transparent;
	border: 1px solid var(--theme-color);
	padding: 9px 16px
}

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

.share-links .ot-social {
	display: inline-block
}

.blog-author {
	margin-top: 40px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--smoke-color);
	border-radius: 20px;
	overflow: hidden
}

.blog-author .auhtor-img {
	width: 212px;
	min-height: 100%;
	background-color: #00ffff;
	text-align: center;
	display: grid;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width: 767px) {
	.blog-author .auhtor-img {
		width: 100%;
		min-height: 200px
	}
}

.blog-author .auhtor-img img {
	width: 96px;
	height: auto;
	object-fit: cover;
	object-position: center center
}

.blog-author .author-name {
	font-size: 24px;
	margin-top: -0.2em;
	margin-bottom: 16px
}

.blog-author .author-text {
	margin-bottom: 0
}

.blog-author .media-body {
	padding: 40px 40px 40px 40px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

@media (max-width: 767px) {
	.blog-author {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

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

@media (max-width: 575px) {
	.blog-author .media-body {
		padding: 35px 20px 30px 20px
	}
}

.blog-details .blog-content>p:last-child {
	margin-bottom: 0
}

.blog-content .wp-block-search .wp-block-search__input {
	box-shadow: none
}

@media (max-width: 1399px) {
	.blog-single .blog-title {
		font-size: 28px;
		line-height: 1.4
	}

	.share-links {
		--blog-space-x: 20px
	}
}

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

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

	.share-links {
		--blog-space-x: 40px
	}
}

@media (max-width: 767px) {
	.share-links {
		--blog-space-x: 20px
	}

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

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

	.blog-single .blog-title {
		font-size: 24px;
		line-height: 1.3
	}

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

	.blog-single .blog-bottom {
		padding-top: 15px
	}
}

@media (max-width: 575px) {
	.share-links-title {
		margin: 0 15px 5px 0
	}
}

.ot-comment-form {
	margin-top: var(--blog-space-y, 40px);
	margin-bottom: 30px;
	padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
	position: relative
}

.ot-comment-form .row {
	--bs-gutter-x: 24px
}

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

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

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

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

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

.blog-comment-area {
	margin-bottom: 25px
}

.ot-comment-form,
.ot-comments-wrap {
	padding: 32px;
	border: 0;
	border-radius: 24px;
	background: var(--smoke-color)
}

.ot-comment-form:has(#wp-temp-form-div),
.ot-comments-wrap:has(#wp-temp-form-div) {
	padding: 0;
	box-shadow: none;
	display: none;
	border: none
}

.ot-comments-wrap {
	margin-top: 30px;
	margin-bottom: 30px
}

.ot-comments-wrap .description p:last-child {
	margin-bottom: -0.5em
}

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

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

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

.ot-comments-wrap .ot-post-comment {
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
	padding: 24px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 24px
}

.ot-comments-wrap .ot-post-comment ol,
.ot-comments-wrap .ot-post-comment ul,
.ot-comments-wrap .ot-post-comment dl {
	margin-bottom: 1rem
}

.ot-comments-wrap .ot-post-comment ol ol,
.ot-comments-wrap .ot-post-comment ol ul,
.ot-comments-wrap .ot-post-comment ul ol,
.ot-comments-wrap .ot-post-comment ul ul {
	margin-bottom: 0
}

.ot-comments-wrap ul.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: -24px
}

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

.ot-comments-wrap .comment-avater {
	width: 80px;
	height: 80px;
	margin-right: 16px;
	overflow: hidden;
	border-radius: 16px
}

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

.ot-comments-wrap .comment-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: -6px;
	position: relative
}

.ot-comments-wrap .commented-on {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 400;
	color: var(--body-color)
}

.ot-comments-wrap .commented-on i {
	color: var(--theme-color);
	margin-right: 7px;
	font-size: 0.9rem
}

.ot-comments-wrap .name {
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: 500
}

.ot-comments-wrap .comment-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ot-comments-wrap .text {
	margin-bottom: -0.45em
}

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

.ot-comments-wrap .reply_and_edit {
	position: absolute;
	right: 0;
	top: 0;
	margin-bottom: -0.46em
}

.ot-comments-wrap .reply_and_edit a {
	margin-right: 15px
}

.ot-comments-wrap .reply_and_edit a:last-child {
	margin-right: 0
}

.ot-comments-wrap .reply-btn {
	font-weight: 700;
	font-size: 14px;
	color: var(--theme-color);
	display: inline-block;
	text-transform: uppercase
}

.ot-comments-wrap .reply-btn i {
	color: var(--theme-color);
	margin-right: 6px
}

.ot-comments-wrap .reply-btn:hover {
	color: var(--title-color)
}

.ot-comments-wrap .star-rating {
	font-size: 12px;
	margin-bottom: 10px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 80px
}

.form-submit input[type="submit"] {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.form-submit input[type="submit"]:hover {
	background-color: var(--title-color)
}

.wp-block-post-comments-form textarea,
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {
	border: 1px solid var(--ot-border-color)
}

.wp-block-comment-author-name {
	font-weight: 600
}

ul.comment-list .children .ot-comment-item>.ot-post-comment {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24)
}

ul.comment-list:has(>.ot-comment-item ~ .ot-comment-item):first-child>.ot-post-comment {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24)
}

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

.comment-respond .must-log-in {
	margin-bottom: 0;
	margin-top: 8px
}

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

@media (max-width: 991px) {

	.ot-comment-form,
	.ot-comments-wrap {
		padding: 30px
	}
}

@media (max-width: 767px) {

	.ot-comment-form,
	.ot-comments-wrap {
		padding: 20px
	}

	.ot-comments-wrap .ot-post-comment {
		display: block
	}

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

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

	.ot-comments-wrap .comment-avater {
		margin-right: 0;
		margin-bottom: 25px
	}

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

	.ot-comments-wrap .children {
		margin-left: 30px
	}
}

@media (max-width: 767px) {
	.ot-comment-form {
		--blog-space-x: 20px
	}
}

.ot-hero-wrapper {
	position: relative;
	z-index: 2
}

.ot-hero-bg {
	position: absolute;
	inset: 0
}

.ot-hero-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.hero-1 {
	--main-container: 1520px;
	padding-top: 100px;
	overflow: hidden;
	position: relative
}

.hero-1 .hero-thumb1-1 {
	position: relative;
	z-index: 7;
	margin-right: -300px;
	margin-bottom: -260px
}

@media (max-width: 1500px) {
	.hero-1 .hero-thumb1-1 {
		margin-right: -150px
	}
}

@media (max-width: 1199px) {
	.hero-1 .hero-thumb1-1 {
		margin: 120px 100px 40px
	}
}

@media (max-width: 991px) {
	.hero-1 .hero-thumb1-1 {
		margin: 120px 0 40px
	}
}

@media (max-width: 575px) {
	.hero-1 .hero-thumb1-1 {
		margin: 100px 0 40px
	}
}

.hero-1 .hero-shadow-text {
	position: absolute;
	line-height: 0.8;
	top: 140px;
	z-index: -2;
	left: 180px
}

.hero-1 .hero-shadow-text .shadow-text {
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 220px;
	color: transparent;
	-webkit-text-stroke-color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-fill-color: var(--ot-body-background);
	background-image: -webkit-linear-gradient(var(--theme-color), transparent 80%);
	background-image: linear-gradient(var(--theme-color), transparent 80%);
	-webkit-background-clip: text;
	background-clip: text;
	opacity: 0.3
}

@media (min-width: 1922px) {
	.hero-1 .hero-shadow-text {
		left: 490px
	}
}

@media (max-width: 1500px) {
	.hero-1 .hero-shadow-text {
		left: 10px
	}

	.hero-1 .hero-shadow-text .shadow-text {
		font-size: 180px
	}
}

@media (max-width: 1199px) {
	.hero-1 .hero-shadow-text {
		left: 0;
		right: 0;
		display: block;
		text-align: center
	}

	.hero-1 .hero-shadow-text .shadow-text {
		letter-spacing: 0.1em;
		font-size: 150px
	}
}

@media (max-width: 991px) {
	.hero-1 .hero-shadow-text .shadow-text {
		font-size: 120px
	}
}

@media (max-width: 767px) {
	.hero-1 .hero-shadow-text .shadow-text {
		font-size: 100px
	}
}

@media (max-width: 575px) {
	.hero-1 .hero-shadow-text .shadow-text {
		font-size: 60px
	}
}

.hero-1 .bg-gradient-shape1 {
	width: 266px;
	height: 266px;
	background: var(--theme-color);
	opacity: 0.5;
	-webkit-filter: blur(175px);
	filter: blur(175px);
	top: 288px;
	left: 136px
}

.hero-1 .bg-gradient-shape1:before {
	width: 231px;
	height: 231px
}

.hero-1 .bg-gradient-shape1:after {
	width: 231px;
	height: 231px;
	background: var(--theme-color)
}

.hero-1 .bg-gradient-shape2 {
	position: absolute;
	width: 1041.85px;
	height: 1003px;
	background: conic-gradient(from 196.2deg at 50% 50%, #3C72FC 0deg, #E0009B 201.14deg, #3F063B 228.25deg, #000916 313.17deg, #069845 360deg);
	opacity: 0.3;
	-webkit-filter: blur(175px);
	filter: blur(175px);
	-webkit-backdrop-filter: blur(50.1px);
	backdrop-filter: blur(50.1px);
	-webkit-transform: matrix(-0.5, -0.87, -0.87, 0.5, 0, 0);
	-ms-transform: matrix(-0.5, -0.87, -0.87, 0.5, 0, 0);
	transform: matrix(-0.5, -0.87, -0.87, 0.5, 0, 0);
	right: 250px;
	z-index: -1
}

.hero-title {
	font-size: 58px;
	font-weight: 700;
	line-height: 1.3333;
	margin-bottom: 31px;
	margin-top: -0.25em;
    color: var(--theme-color);
}

.hero-title .title1,
.hero-title .title2 {
	display: block;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	position: relative
}

.hero-title .title1 span,
.hero-title .title2 span {
	color: var(--theme-color)
}

.hero-text {
	margin-bottom: 42px
}

.watch-btn .text {
	font-weight: 500;
	color: var(--title-color);
	margin-left: 20px
}

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

.hero-style1 {
	position: relative;
	z-index: 9;
	padding: 240px 0
}

.hero-style1 .hero-title {
	margin-bottom: 18px
}

.hero-style1 .hero-text {
	max-width: 678px
}

.hero-style1 .newsletter-form {
	background: var(--ot-body-background);
	position: relative;
	border-radius: 30px;
	z-index: 1;
	max-width: 635px
}

.hero-style1 .newsletter-form:after {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1
}

.hero-style1 .newsletter-form .form-group {
	margin-bottom: 0;
	width: 100%
}

.hero-style1 .newsletter-form .form-group input {
	border: 0
}

.hero-style1 .newsletter-form .ot-btn {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	padding: 18px 20px;
	margin-right: 4px;
	min-height: 54px
}

@media (max-width: 575px) {
	.hero-style1 .newsletter-form {
		background: transparent;
		display: block
	}

	.hero-style1 .newsletter-form:after {
		display: none
	}

	.hero-style1 .newsletter-form .form-group {
		background: var(--ot-body-background);
		border-radius: 30px;
		z-index: 1;
		margin-bottom: 20px
	}

	.hero-style1 .newsletter-form .form-group:after {
		content: "";
		position: absolute;
		inset: 0;
		padding: 1px;
		border-radius: inherit;
		background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
		background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
		-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		z-index: -1
	}
}

.hero-style1 .btn-wrap .video-arrow {
	color: var(--white-color);
	position: absolute;
	right: 0;
	margin-top: -50px;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg)
}

@media (max-width: 1500px) {
	.hero-style1 .btn-wrap .video-arrow {
		display: none
	}
}

.hero-style1 .btn-wrap .play-btn {
	position: absolute;
	right: -80px;
	margin-bottom: -140px
}

@media (max-width: 1299px) {
	.hero-style1 .btn-wrap .play-btn {
		margin-bottom: 0;
		margin-top: -310px
	}
}

@media (max-width: 1199px) {
	.hero-style1 .btn-wrap .play-btn {
		right: 50%;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
		top: -105px
	}
}

@media (max-width: 767px) {
	.hero-style1 .btn-wrap .play-btn {
		top: -120px
	}
}

@media (max-width: 575px) {
	.hero-style1 .btn-wrap .play-btn {
		top: -245px
	}
}

@media (max-width: 375px) {
	.hero-style1 .btn-wrap .play-btn {
		top: -265px
	}
}

@media (max-width: 320px) {
	.hero-style1 .btn-wrap .play-btn {
		top: -280px
	}
}

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

	.hero-style1 {
		padding: 155px 0
	}
}

@media (max-width: 1399px) {
	.hero-style1 {
		padding: 155px 0 155px 80px
	}

	.hero-title {
		font-size: 60px
	}
}

@media (max-width: 1299px) {
	.hero-style1 {
		padding: 120px 0 120px 80px
	}

	.hero-title {
		font-size: 50px
	}
}

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

	.hero-style1 {
		padding: 0px 0 100px;
		text-align: center
	}

	.hero-style1 .hero-title .title1,
	.hero-style1 .hero-title .title2 {
		max-width: none
	}

	.hero-style1 .hero-text {
		margin-left: auto;
		margin-right: auto
	}

	.hero-style1 .newsletter-form {
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width: 991px) {
	.hero-style1 {
		text-align: center;
		max-width: 100%
	}

	.hero-style1 .title1,
	.hero-style1 .title2 {
		margin-left: auto;
		margin-right: auto
	}

	.hero-style1 .hero-text {
		margin-left: auto;
		margin-right: auto
	}

	.hero-style1 .btn-group {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width: 575px) {
	.hero-title {
		font-size: 40px;
		line-height: 1.24;
		margin-bottom: 35px
	}

	.hero-style1 .hero-title {
		margin-bottom: 35px
	}
}

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

@media (max-width: 330px) {
	.hero-title {
		font-size: 32px
	}
}

.hero-2 {
	overflow: hidden;
	position: relative;
	/*background: -webkit-linear-gradient(262.48deg, #00237D -.43%, #08044E 52.34%);
	background: linear-gradient(187.52deg, #00237D -.43%, #08044E 52.34%)*/
    background: var(--white-color);
}

.hero-2 .waves {
	position: absolute;
	inset: 0;
	pointer-events: none;
	line-height: 1
}

.hero-2 .hero-bg-line1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.hero-2 .hero-bg-line1 .line {
	position: relative;
	width: 1px;
	height: 100%;
	display: block;
	--anim-time: 10s;
	opacity: 0.4
}

.hero-2 .hero-bg-line1 .line:before {
	content: '';
	position: absolute;
	top: -300px;
	left: 0;
	width: 2px;
	height: 300px;
	background: -webkit-linear-gradient(bottom, var(--theme-color) 0%, rgba(86, 50, 153, 0) 100%);
	background: linear-gradient(0deg, var(--theme-color) 0%, rgba(86, 50, 153, 0) 100%);
	-webkit-animation: gridanim var(--anim-time) linear infinite;
	animation: gridanim var(--anim-time) linear infinite
}

.hero-2 .hero-bg-line1 .line:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	background: -webkit-linear-gradient(345.67deg, var(--theme-color) 15.64%, var(--theme-color2) 139.11%);
	background: linear-gradient(104.33deg, var(--theme-color) 15.64%, var(--theme-color2) 139.11%);
	-webkit-animation: gridanim var(--anim-time) linear infinite;
	animation: gridanim var(--anim-time) linear infinite;
	margin-left: -5px;
	margin-top: 300px;
	opacity: 0
}

.hero-2 .hero-bg-line1 .line~.line:before {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line1 .line~.line:after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line1 .line~.line~.line:before {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero-2 .hero-bg-line1 .line~.line~.line:after {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line:before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line:after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line~.line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero-2 .hero-bg-line1 .line~.line~.line~.line~.line~.line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero-2 .hero-bg-line2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 94%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 991px) {
	.hero-2 .hero-bg-line2 {
		display: none
	}
}

.hero-2 .hero-bg-line2 .line {
	position: relative;
	width: 1px;
	height: 100%;
	display: block;
	--anim-time: 10s;
	--theme-color: #03E2E6;
	opacity: 0.7
}

.hero-2 .hero-bg-line2 .line:before {
	content: '';
	position: absolute;
	bottom: -300px;
	left: 0;
	width: 2px;
	height: 300px;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, rgba(86, 50, 153, 0) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, rgba(86, 50, 153, 0) 100%);
	-webkit-animation: gridanim2 var(--anim-time) linear infinite;
	animation: gridanim2 var(--anim-time) linear infinite
}

.hero-2 .hero-bg-line2 .line:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	background: var(--theme-color);
	-webkit-animation: gridanim2 var(--anim-time) linear infinite;
	animation: gridanim2 var(--anim-time) linear infinite;
	margin-left: -5px;
	margin-bottom: 300px;
	opacity: 0
}

.hero-2 .hero-bg-line2 .line~.line:before {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line2 .line~.line:after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line2 .line~.line~.line:before {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero-2 .hero-bg-line2 .line~.line~.line:after {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line:before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line:after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line~.line~.line~.line~.line~.line:before {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero-2 .hero-bg-line2 .line~.line~.line~.line~.line~.line~.line~.line~.line~.line:after {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

@-webkit-keyframes gridanim {
	0% {
		top: -300px;
		opacity: 1
	}

	100% {
		top: 100%;
		opacity: 1
	}
}

@keyframes gridanim {
	0% {
		top: -300px;
		opacity: 1
	}

	100% {
		top: 100%;
		opacity: 1
	}
}

@-webkit-keyframes gridanim2 {
	0% {
		bottom: -300px;
		opacity: 1
	}

	100% {
		bottom: 100%;
		opacity: 1
	}
}

@keyframes gridanim2 {
	0% {
		bottom: -300px;
		opacity: 1
	}

	100% {
		bottom: 100%;
		opacity: 1
	}
}

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

@media (max-width: 1399px) {
	.hero-style2 {
		padding: 170px 0 400px
	}
}

@media (max-width: 1199px) {
	.hero-style2 {
		padding: 150px 0 300px
	}
}

@media (max-width: 991px) {
	.hero-style2 {
		padding: 130px 0
	}
}

@media (max-width: 575px) {
	.hero-style2 {
		padding: 100px 0
	}
}

.hero-style2 .hero-title {
	margin-bottom: 14px
}

.hero-style2 .hero-title span {
	max-width: none
}

@media (max-width: 767px) {
	.hero-style2 .hero-title span {
		display: inline-block !important;
		max-width: none !important
	}
}

.hero-style2 .hero-text {
	max-width: 921px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: 500;
	color: var(--theme-color)
}

@media (max-width: 991px) {
	.hero-style2 .hero-text {
		font-size: 16px
	}
}

.hero-style2 .video-btn-wrap {
	font-size: 16px;
	font-weight: 700;
	color: var(--title-color)
}

.hero-style2 .video-btn-wrap .play-btn {
	margin-right: 15px
}

.hero-style2 .video-btn-wrap .play-btn:after,
.hero-style2 .video-btn-wrap .play-btn:before {
	display: none
}

.hero-style2 .video-btn-wrap:hover {
	color: var(--theme-color)
}

.error-content {
	text-align: center
}

.error-img {
	text-align: center;
	margin-bottom: 40px
}

.error-title {
	margin-bottom: 45px;
	font-weight: 700
}

.error-text {
	margin-bottom: 35px;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 991px) {
	.error-title {
		margin-bottom: 15px
	}

	.error-img {
		margin-bottom: 30px
	}

	.error-text {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	.error-title {
		margin-bottom: 10px
	}
}

.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: var(--ot-body-background);
	width: 100.1%;
	height: 0px;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.popup-search-box button.searchClose {
	width: 60px;
	height: 60px;
	line-height: 54px;
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: transparent;
	font-size: 22px;
	border-radius: 50%;
	border: 2px solid var(--ot-border-color);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	color: var(--white-color);
	z-index: 99
}

.popup-search-box button.searchClose:hover {
	color: var(--white-color);
	background-color: var(--smoke-color);
	border-color: transparent;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.popup-search-box .sidemenu-content {
	position: absolute;
	inset: 0
}

.popup-search-box form {
	position: relative;
	top: 50%;
	left: 50%;
	display: inline-block;
	cursor: auto;
	width: 100%;
	max-width: 900px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform ease 0.4s;
	transition: -webkit-transform ease 0.4s;
	transition: transform ease 0.4s;
	transition: transform ease 0.4s, -webkit-transform ease 0.4s
}

.popup-search-box form input {
	font-size: 24px;
	font-weight: 400;
	height: 70px;
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid var(--body-color);
	padding: 0 80px 0 0px;
	color: var(--white-color);
	border-radius: 0px
}

.popup-search-box form input::-webkit-input-placeholder {
	color: rgba(246, 245, 243, 0.5)
}

.popup-search-box form input::-moz-placeholder {
	color: rgba(246, 245, 243, 0.5)
}

.popup-search-box form input:-ms-input-placeholder {
	color: rgba(246, 245, 243, 0.5)
}

.popup-search-box form input::-ms-input-placeholder {
	color: rgba(246, 245, 243, 0.5)
}

.popup-search-box form input::placeholder {
	color: rgba(246, 245, 243, 0.5)
}

.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: transparent;
	border: none;
	color: var(--theme-color);
	font-size: 24px;
	right: 0px;
	cursor: pointer;
	width: auto;
	height: 70px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	transform: scale(1.001);
	-webkit-filter: brightness(99999);
	filter: brightness(99999)
}

.popup-search-box form button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.popup-search-box.show {
	opacity: 1;
	visibility: visible;
	width: 100.1%;
	height: 350px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 0
}

.popup-search-box.show form {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}

@media (max-width: 1199px) {
	.popup-search-box form {
		max-width: 600px
	}
}

@media (max-width: 767px) {
	.popup-search-box form {
		width: 80%
	}

	.popup-search-box form input {
		height: 60px
	}

	.popup-search-box form button {
		width: 60px;
		line-height: 62px;
		height: 60px
	}
}

.sidemenu-wrapper {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s
}

.sidemenu-wrapper .closeButton {
	display: inline-block;
	border: 2px solid;
	width: 50px;
	height: 50px;
	line-height: 48px;
	font-size: 20px;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: var(--white-color);
	border-radius: 50%;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	z-index: 1
}

.sidemenu-wrapper .closeButton:hover {
	color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
	background-color: var(--ot-body-background);
	width: 650px;
	margin-left: auto;
	padding: 80px 60px 40px 130px;
	height: 100%;
	overflow-y: scroll;
	position: relative;
	right: -500px;
	cursor: auto;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition: right ease 1s;
	transition: right ease 1s;
	-webkit-clip-path: ellipse(100% 100% at 100% 50%);
	clip-path: ellipse(100% 100% at 100% 50%)
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
	background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
	width: 2px;
	background-color: #f5f5f5
}

.sidemenu-wrapper .widget {
	padding: 0;
	border: none;
	background-color: transparent;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.sidemenu-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s
}

.sidemenu-wrapper.show .sidemenu-content {
	right: 0;
	opacity: 1;
	visibility: visible
}

.sidemenu-wrapper.show .sidemenu-content .widget {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s
}

.sidemenu-wrapper.show .sidemenu-content .widget:nth-child(2) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s
}

.sidemenu-wrapper.show .sidemenu-content .widget:nth-child(2) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}

@media (max-width: 767px) {
	.sidemenu-wrapper .sidemenu-content {
		max-width: 450px;
		padding: 40px 20px 40px 30px;
		-webkit-clip-path: none;
		clip-path: none
	}
}

@media (max-width: 575px) {
	.sidemenu-wrapper .sidemenu-content {
		width: 100%
	}

	.sidemenu-wrapper .sidemenu-content .widget_shopping_cart .ot-btn {
		margin-bottom: 10px
	}
}

.contact-bg-gradient1 {
	width: 182px;
	height: 182px;
	-webkit-filter: blur(70px);
	filter: blur(70px)
}

.contact-bg-gradient1:after,
.contact-bg-gradient1:before {
	width: inherit;
	height: inherit
}

.contact-form1 {
	background: var(--smoke-color);
	border-radius: 24px;
	padding: 45px
}

.contact-form1 .form-group {
	--bs-gutter-x: 24px
}

.contact-form1 .contact-form-title {
	margin-top: -0.2em
}

.contact-form1 .box-title {
	margin-bottom: 10px
}

.contact-form1 .box-text {
	margin-bottom: 15px
}

.contact-form1 textarea.form-control,
.contact-form1 textarea {
	min-height: 168px
}

@media (max-width: 575px) {
	.contact-form1 {
		padding: 32px
	}
}

.contact-feature {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	border-radius: 24px;
	background: var(--smoke-color);
	padding: 24px
}

.contact-feature:not(:last-child) {
	margin-bottom: 30px
}

.contact-feature .box-icon {
	width: 70px;
	height: 70px;
	border-radius: 16px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	color: var(--theme-color);
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	background: var(--theme-color3)
}

.contact-feature .box-title {
	font-size: 24px;
	font-weight: 500;
	color: var(--title-color);
	margin-bottom: 12px
}

.contact-feature .box-text {
	word-break: break-word;
	line-height: 1.625em;
	margin-bottom: 0
}

.contact-feature .box-text a {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	color: inherit
}

.contact-feature .box-text a:hover {
	color: var(--theme-color)
}

@media (max-width: 1199px) {
	.contact-feature {
		display: block
	}

	.contact-feature .box-icon {
		margin-bottom: 25px
	}
}

@media (max-width: 767px) {
	.contact-feature {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.contact-feature .box-icon {
		margin-bottom: 0
	}
}

@media (max-width: 375px) {
	.contact-feature {
		display: block
	}

	.contact-feature .box-icon {
		margin-bottom: 25px
	}
}

.contact-feature.style2 {
	background: transparent;
	border-radius: 0;
	padding: 0;
	gap: 16px
}

.contact-feature.style2 .box-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	position: relative;
	z-index: 1
}

.contact-feature.style2 .box-icon:after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	border-radius: 50%;
	opacity: 0.2;
	z-index: -1
}

.contact-feature.style2 .box-title {
	font-size: 20px;
	font-weight: 600
}

.contact-map {
	line-height: 0px;
	margin: 0 auto
}

.contact-map iframe {
	width: 100%;
	height: 580px;
	border-radius: 24px;
	mix-blend-mode: luminosity
}

@media (max-width: 1199px) {
	.contact-map iframe {
		height: 500px
	}
}

@media (max-width: 991px) {
	.contact-map iframe {
		height: 350px
	}
}

.newsletter-area {
	padding: 46px 0
}

.newsletter-area .newsletter-form {
	max-width: none;
	position: relative
}

.newsletter-area .newsletter-form input {
	background-color: var(--white-color);
	height: 64px;
	padding-right: 160px;
	border-radius: 40px;
	border: none;
	padding-left: 25px
}

.newsletter-area .newsletter-form .ot-btn {
	position: absolute;
	right: 8px;
	top: 8px;
	bottom: 8px;
	border-radius: 40px;
	padding: 10px;
	background-color: var(--title-color)
}

.newsletter-area .newsletter-form .ot-btn:hover,
.newsletter-area .newsletter-form .ot-btn:before {
	background-color: var(--theme-color)
}

@media (max-width: 375px) {
	.newsletter-area .newsletter-form {
		display: block
	}

	.newsletter-area .newsletter-form input {
		padding-right: 20px
	}

	.newsletter-area .newsletter-form .ot-btn {
		position: initial;
		margin-top: 20px;
		width: 100%;
		background: var(--title-color);
		padding: 15px 20px
	}
}

.img-box1 {
	position: relative;
	z-index: 2;
	display: inline-block
}

.img-box1-shape1 {
	position: absolute;
	inset: 13px 40px 13px 40px;
	display: inline-block;
	background: var(--ot-body-background);
	-webkit-transform: skewX(-9deg);
	-ms-transform: skewX(-9deg);
	transform: skewX(-9deg);
	border-radius: 24px 70px;
	z-index: -1
}

.img-box1:after {
	content: '';
	position: absolute;
	padding: 5px;
	background: -webkit-linear-gradient(bottom, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(0deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-webkit-transform: skewX(-9deg);
	-ms-transform: skewX(-9deg);
	transform: skewX(-9deg);
	border-radius: 24px 70px;
	inset: 10px 35px 10px 35px;
	z-index: -1;
	opacity: 0.5
}

.img-box1:before {
	content: '';
	position: absolute;
	padding: 5px;
	background: -webkit-linear-gradient(bottom, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(0deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-webkit-transform: skewX(-9deg);
	-ms-transform: skewX(-9deg);
	transform: skewX(-9deg);
	border-radius: 24px 70px;
	inset: 10px 35px 10px 35px;
	z-index: -2;
	-webkit-filter: blur(8px);
	filter: blur(8px);
	opacity: 0.5
}

.img-box1 .img1 {
	display: inline-block
}

.img-box1 .img1 img {
	object-fit: cover
}

.img-box1 .about-experience-wrap {
	background: var(--white-color);
	padding: 24px;
	border-radius: 16px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	right: 0;
	top: 48px;
	gap: 11px;
	font-size: 20px;
	font-weight: 700;
	color: var(--ot-body-background);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 575px) {
	.img-box1 .about-experience-wrap {
		font-size: 18px
	}
}

@media (max-width: 375px) {
	.img-box1 .about-experience-wrap {
		font-size: 16px
	}
}

.img-box1 .about-experience-wrap .about-counter-wrap {
	font-size: 74px;
	font-weight: 700;
	color: var(--theme-color);
	line-height: 0.8
}

@media (max-width: 1199px) {
	.img-box1 .about-experience-wrap .about-counter-wrap {
		font-size: 64px
	}
}

@media (max-width: 991px) {
	.img-box1 .about-experience-wrap .about-counter-wrap {
		font-size: 60px
	}
}

@media (max-width: 767px) {
	.img-box1 .about-experience-wrap .about-counter-wrap {
		font-size: 56px
	}
}

@media (max-width: 575px) {
	.img-box1 .about-experience-wrap .about-counter-wrap {
		font-size: 40px
	}
}

@media (max-width: 375px) {
	.img-box1 .about-experience-wrap .about-counter-wrap {
		font-size: 36px
	}
}

.about-grid .box-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px
}

.about-grid .box-icon i,
.about-grid .box-icon img,
.about-grid .box-icon svg {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	color: var(--theme-color)
}

.about-grid .box-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: -0.3em
}

.about-profile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.about-profile .avater {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	overflow: hidden
}

.about-profile .about-profile-name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 2px
}

.about-profile .desig {
	font-size: 14px;
	margin-bottom: -0.3em
}

.about-wrap1 .title-area {
	border-bottom: 1px solid var(--ot-border-color);
	padding-bottom: 15px
}

.about-wrap1 .btn-wrap {
	margin-top: 50px
}

.about-wrap1 .call-btn {
	padding: 0;
	margin-right: 0
}

.about-wrap1 .call-btn .box-subtitle {
	font-size: 16px;
	font-weight: 500
}

.about-wrap1 .call-btn:after {
	display: none
}

.img-box2 {
	position: relative;
	margin-right: 50px
}

.img-box2 .img-box2-shape1 {
	position: absolute;
	inset: 12px 24px -12px -24px;
	background: -webkit-linear-gradient(345.67deg, var(--theme-color) 15.64%, var(--theme-color2) 139.11%);
	background: linear-gradient(104.33deg, var(--theme-color) 15.64%, var(--theme-color2) 139.11%);
	border-radius: 24px;
	z-index: -1
}

.img-box2 .img1 {
	position: relative;
	border-radius: 24px
}

.img-box2 .img1:after {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1
}

.img-box2 .img1 img {
	width: 100%;
	border-radius: inherit;
	object-fit: cover
}

.img-box2 .about-experience-wrap {
	background: rgba(60, 114, 252, 0.6);
	border: 1px dashed var(--title-color);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-radius: 16px;
	padding: 24px;
	max-width: 201px;
	position: absolute;
	bottom: 40px;
	left: -60px;
	text-align: center
}

.img-box2 .about-experience-wrap .box-icon {
	margin-bottom: 24px
}

.img-box2 .about-experience-wrap .about-counter-wrap {
	margin-top: 24px;
	color: var(--title-color);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: -0.3em;
	margin-top: -0.3em
}

@media (max-width: 1299px) {
	.img-box2 {
		margin-left: 24px;
		margin-right: 26px
	}

	.img-box2 .about-experience-wrap {
		left: 30px
	}
}

@media (max-width: 1199px) {
	.img-box2 {
		margin-bottom: 12px;
		margin-right: 0
	}
}

@media (max-width: 575px) {
	.img-box2 {
		margin-left: 0;
		margin-bottom: 0
	}

	.img-box2 .img1 {
		margin-left: 12px;
		margin-bottom: 12px
	}

	.img-box2 .img1 .img-box2-shape1 {
		inset: 12px 12px -12px -12px
	}

	.img-box2 .about-experience-wrap {
		position: relative;
		-webkit-animation: none !important;
		animation: none !important;
		bottom: 0;
		left: 0;
		margin-top: 30px;
		max-width: none
	}
}

.ot-team {
	position: relative
}

.ot-team .box-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

.ot-team .box-img img {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.ot-team .box-desig {
	font-size: 14px;
	display: block;
	color: var(--theme-color)
}

.ot-team .box-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 2px
}

.team-card {
	text-align: center;
	background: var(--ot-body-background);
	border-radius: 24px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.16)
}

.team-card .box-img {
	width: 179px;
	height: 179px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	z-index: 1
}

.team-card .box-img img {
	width: 175px;
	height: 175px;
	border-radius: 50%;
	position: relative;
	top: 2px
}

.team-card .box-img:after {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color2));
	background: linear-gradient(90deg, var(--theme-color), var(--theme-color2));
	border-radius: 50%;
	z-index: -1
}

.team-card .box-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px
}

.team-card .box-text {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 8px
}

.team-card .hover-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	inset: 0;
	background-color: var(--ot-body-background);
	border-radius: 24px;
	padding: 15px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index: 1;
	visibility: hidden;
	opacity: 0
}

.team-card .hover-wrap:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 2px;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1
}

.team-card .ot-social {
	padding-top: 14px;
	display: inline-block
}

.team-card .ot-social a {
	background: transparent;
	width: auto;
	height: auto;
	line-height: normal;
	margin-right: 14px;
	color: var(--white-color)
}

.team-card .ot-social a:last-child {
	margin-right: 0
}

.team-card .ot-social a:hover {
	background: transparent;
	color: var(--theme-color)
}

.team-card:hover .hover-wrap {
	visibility: visible;
	opacity: 1
}

.team-slider2 {
	margin-right: -430px
}

@media (min-width: 1922px) {
	.team-slider2 {
		margin-right: -300px
	}
}

@media (max-width: 1500px) {
	.team-slider2 {
		margin-right: -300px
	}
}

@media (max-width: 1399px) {
	.team-slider2 {
		margin-right: -280px
	}
}

@media (max-width: 575px) {
	.team-slider2 {
		margin-right: 0
	}
}

.team-card2 {
	border-radius: 24px;
	z-index: 1;
	text-align: center;
	overflow: hidden
}

.team-card2:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 2px;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	opacity: 0;
	visibility: visible;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.team-card2:before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 1
}

.team-card2 .box-img {
	position: relative
}

.team-card2 .box-img:after {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-linear-gradient(top, rgba(0, 9, 22, 0) 41.69%, #000916 100%);
	background: linear-gradient(180deg, rgba(0, 9, 22, 0) 41.69%, #000916 100%)
}

.team-card2 .box-desig {
	font-size: 14px;
	margin-bottom: 16px;
	color: var(--theme-color)
}

.team-card2 .box-title {
	font-size: 24px;
	font-weight: 600;
	color: var(--white-color)
}

.team-card2 .box-title a:hover {
	color: var(--theme-color)
}

.team-card2 .box-content {
	padding: 32px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-transition-delay: 0.2s bottom;
	transition-delay: 0.2s bottom;
	z-index: 2
}

.team-card2:hover:after {
	opacity: 1;
	visibility: visible
}

.team-details-wrap {
	background: var(--smoke-color);
	border-radius: 24px;
	padding: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px
}

.team-details-wrap .box-img {
	border-radius: 16px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.team-details-wrap .box-img img {
	height: 100%;
	object-fit: cover
}

.team-details-wrap .page-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0
}

@media (max-width: 767px) {
	.team-details-wrap .page-title {
		font-size: 24px
	}
}

.team-details-wrap .page-desig {
	font-size: 14px;
	color: var(--theme-color);
	margin-top: 12px
}

.team-details-wrap .ot-social span {
	color: var(--white-color);
	margin-right: 16px
}

.team-details-wrap .ot-social a {
	width: auto;
	height: auto;
	line-height: normal;
	font-size: 16px;
	background-color: transparent;
	border-radius: 0;
	margin-right: 15px;
	color: var(--white-color)
}

.team-details-wrap .ot-social a:hover {
	color: var(--theme-color)
}

@media (max-width: 991px) {
	.team-details-wrap {
		display: block
	}

	.team-details-wrap .box-img {
		margin-bottom: 40px
	}

	.team-details-wrap .box-img img {
		width: 100%
	}
}

@media (max-width: 575px) {
	.team-details-wrap {
		padding: 30px
	}

	.team-details-wrap .box-img {
		margin-bottom: 30px
	}
}

.team-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}

.team-info-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 80px;
	padding-top: 32px;
	padding-bottom: 32px;
	margin-top: 25px;
	margin-bottom: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative
}

.team-info-wrap:before,
.team-info-wrap:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.1)
}

.team-info-wrap:before {
	height: 100%;
	width: 1px;
	top: 0;
	bottom: 0;
	left: 50%;
	right: auto
}

@media (max-width: 1199px) {
	.team-info-wrap {
		gap: 60px 60px
	}
}

@media (max-width: 767px) {
	.team-info-wrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px
	}

	.team-info-wrap:after,
	.team-info-wrap:before {
		display: none
	}
}

.team-info .icon-btn {
	--btn-size: 50px;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 18px;
	-webkit-align-self: self-start;
	-ms-flex-item-align: self-start;
	align-self: self-start
}

.team-info .box-text {
	margin-top: 8px
}

.team-info .box-text a {
	color: var(--body-color)
}

.team-info .box-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0
}

@media (max-width: 575px) {
	.team-info ul li b {
		max-width: 140px
	}
}

.team-contact-form {
	padding: 50px;
	background-color: var(--smoke-color)
}

.team-contact-form textarea {
	height: 120px
}

.team-contact-form .form-title {
	margin-top: -0.3em;
	margin-bottom: 25px
}

@media (max-width: 575px) {
	.team-contact-form {
		padding: 40px 20px
	}
}

@media (max-width: 991px) {

	.testi-quote-icon2,
	.testi-quote-icon {
		width: 169px
	}
}

.testi-thumb-slider1 .swiper-slide {
	text-align: center;
	margin-top: 71px;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.testi-thumb-slider1 .swiper-slide.swiper-slide-active {
	margin-top: 0
}

.testi-thumb-slider1 .swiper-slide.swiper-slide-active .testi-card-thumb {
	width: 80px;
	height: 80px
}

.testi-thumb-slider1 .swiper-slide.swiper-slide-active .testi-card-thumb:after {
	opacity: 1
}

.testi-thumb-slider1 .testi-card-thumb {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.testi-thumb-slider1 .testi-card-thumb:after {
	content: '';
	position: absolute;
	inset: 0;
	padding: 3px;
	border-radius: 50%;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.testi-slider1 {
	margin-top: -27px
}

.testi-slider1 .slider-arrow {
	display: block;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

@media (max-width: 991px) {
	.testi-slider1 .slider-arrow {
		position: relative;
		top: auto;
		left: 50%;
		margin-top: 20px;
		-webkit-transform: translate(-50%, 0) scale(1) !important;
		-ms-transform: translate(-50%, 0) scale(1) !important;
		transform: translate(-50%, 0) scale(1) !important;
		margin-left: 0
	}

	.testi-slider1 .slider-arrow.slider-next {
		margin-top: -40px;
		margin-left: 25px
	}

	.testi-slider1 .slider-arrow.slider-prev {
		margin-left: -25px
	}
}

.testi-card {
	position: relative;
	overflow: hidden;
	background: transparent;
	text-align: center
}

.testi-card .box-title {
	margin-bottom: -0.3em;
	font-size: 24px;
	font-weight: 600
}

.testi-card .box-subtitle {
	display: block;
	font-size: 14px;
	margin-top: 10px
}

.testi-card .star-rating {
	margin-left: auto;
	margin-right: auto;
	width: 114px;
	margin-bottom: 40px
}

.testi-card .star-rating:before {
	letter-spacing: 9px
}

.testi-card .star-rating span:before {
	letter-spacing: 9px
}

@media (max-width: 575px) {
	.testi-card .star-rating {
		margin-bottom: 30px
	}
}

.testi-card .box-text {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.416em;
	margin: 0;
	margin-top: -0.4em;
	margin-bottom: -0.1em;
	max-width: 754px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 767px) {
	.testi-card .box-text {
		font-size: 20px
	}
}

@media (max-width: 575px) {
	.testi-card .box-text {
		font-size: 18px
	}
}

@media (max-width: 375px) {
	.testi-card .box-text {
		font-size: 16px
	}
}

.testi-slider2 .slider-pagination {
	margin-bottom: 0;
	margin-top: 55px
}

@media (max-width: 991px) {
	.testi-slider2 .slider-pagination {
		margin-top: 35px
	}
}

.testi-card.style2 {
	background: var(--smoke-color);
	border-radius: 24px;
	padding: 24px;
	border: 2px solid var(--smoke-color);
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.testi-card.style2 .box-thumb {
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.3);
	display: inline-block;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden
}

.testi-card.style2 .box-thumb:after {
	content: '';
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	padding: 2px;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0
}

.testi-card.style2 .box-subtitle {
	color: var(--theme-color);
	margin-bottom: 24px
}

.testi-card.style2 .box-text {
	font-size: 16px;
	line-height: 1.625em
}

.testi-card.style2 .star-rating {
	margin-top: 28px;
	margin-bottom: 0
}

.testi-card.style2:hover {
	border: 2px solid var(--theme-color)
}

.testi-card.style2:hover .box-thumb:after {
	opacity: 1
}

.counter-card {
	background: var(--smoke-color);
	border-radius: 24px;
	padding: 24px;
	text-align: center
}

.counter-card .box-number {
	font-size: 40px;
	font-weight: 700;
	color: var(--title-color);
	margin-bottom: 8px;
	margin-top: -0.15em
}

.counter-card .box-text {
	font-size: 16px;
	font-weight: 400;
	color: var(--theme-color);
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	padding: 4px 16px;
	line-height: normal
}

.counter-card .box-text:after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	opacity: 0.16;
	border-radius: 24px
}

.counter-card.style2 {
	background: transparent;
	padding: 50px 30px;
	border-radius: 0
}

.counter-card.style2 .box-number {
	font-size: 74px;
	font-weight: 700;
	margin-bottom: 15px
}

@media (max-width: 1199px) {
	.counter-card.style2 .box-number {
		font-size: 50px
	}
}

@media (max-width: 767px) {
	.counter-card.style2 .box-number {
		font-size: 40px
	}
}

@media (max-width: 991px) {
	.counter-card.style2 {
		padding: 0
	}

	.counter-card.style2:not(:last-child) {
		margin-bottom: 30px
	}
}

.counter-sec-border {
	border-top: 1px solid var(--ot-border-color);
	border-bottom: 1px solid var(--ot-border-color);
	padding: 100px 0
}

@media (max-width: 991px) {
	.counter-sec-border {
		padding: 80px 0
	}
}

.blog-bg-gradient1 {
	width: 155px;
	height: 155px;
	-webkit-filter: blur(70px);
	filter: blur(70px)
}

.blog-bg-gradient1:after,
.blog-bg-gradient1:before {
	width: inherit;
	height: inherit
}

.blog-card {
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 24px;
	padding: 0;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.blog-card:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 2px;
	background: -webkit-linear-gradient(160deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-70deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.blog-card .blog-img {
	border-radius: 24px;
	overflow: hidden;
	margin: -1px -1px 0 -1px
}

.blog-card .blog-img img {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.blog-card .blog-content {
	padding: 24px
}

.blog-card .blog-meta {
	margin: -0.4em 0 5px 0
}

.blog-card .box-title {
	line-height: 1.5833;
	margin-bottom: 13px
}

.blog-card .box-title a {
	background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
	background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 1px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out
}

.blog-card .box-title a:hover {
	background-size: 100% 2px
}

.blog-card:hover {
	border-color: transparent
}

.blog-card:hover:after {
	opacity: 1
}

.blog-card:hover .blog-img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08)
}

@media (max-width: 991px) {
	.blog-card .box-title {
		font-size: 22px
	}
}

@media (max-width: 767px) {
	.blog-card .box-title {
		font-size: 24px
	}
}

@media (max-width: 575px) {
	.blog-card {
		border-radius: 10px
	}

	.blog-card .blog-img {
		border-radius: 10px
	}
}

@media (max-width: 360px) {
	.blog-card .box-title {
		font-size: 21px
	}
}

.blog-card.style2 .blog-img {
	position: relative;
	margin-bottom: 28px
}

.blog-card.style2 .blog-img .blog-tag {
	position: absolute;
	left: 16px;
	top: 16px;
	background: var(--theme-color);
	border-radius: 10px;
	font-size: 14px;
	color: var(--white-color);
	display: inline-block;
	line-height: 1;
	padding: 10px
}

.blog-card.style2 .blog-content {
	padding: 0 10px 10px
}

.blog-card.style2 .blog-meta {
	margin: -0.4em 0 13px 0
}

.blog-card.style2 .box-title {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.4545em
}

.blog-card.style2 .link-btn {
	font-weight: 500
}

@media (max-width: 1500px) {
	.blog-card.style2 .box-title {
		font-size: 18px
	}
}

@media (max-width: 1399px) {
	.blog-card.style2 .box-title {
		font-size: 22px
	}
}

@media (max-width: 991px) {
	.blog-card.style2 .box-title {
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.blog-card.style2 .box-title {
		font-size: 22px
	}
}

@media (max-width: 375px) {
	.blog-card.style2 .box-title {
		font-size: 20px
	}
}

.blog-box {
	border-radius: 20px;
	background-color: var(--white-color);
	border: 1px solid #E3E8F4
}

.blog-box .blog-img {
	border-radius: 20px;
	margin: -1px;
	overflow: hidden
}

.blog-box .blog-img img {
	border-radius: inherit;
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.blog-box .blog-content {
	padding: 40px
}

.blog-box .box-title {
	font-size: 30px;
	margin-bottom: 16px
}

.blog-box .box-title a {
	background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
	background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 2px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out
}

.blog-box .box-title a:hover {
	background-size: 100% 2px
}

.blog-box .blog-meta {
	margin: -0.3em 0 22px 0
}

.blog-box .blog-meta span>i,
.blog-box .blog-meta a>i {
	color: var(--theme-color)
}

.blog-box .ot-btn {
	margin-top: 35px;
	background-color: var(--smoke-color2);
	color: var(--theme-color)
}

.blog-box .ot-btn::before {
	background-color: var(--theme-color)
}

.blog-box .ot-btn:hover {
	color: var(--white-color)
}

.blog-box:hover .blog-img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08)
}

@media (max-width: 575px) {
	.blog-box {
		border-radius: 10px
	}

	.blog-box .blog-img {
		border-radius: 10px
	}

	.blog-box .blog-content {
		padding: 30px
	}

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

@media (max-width: 375px) {
	.blog-box .blog-content {
		padding: 30px 20px 20px 20px
	}
}

.brand-card {
	display: grid;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.brand-card2 {
	text-align: center;
	display: block;
	background: var(--theme-color);
	border-radius: 30px;
	padding: 45px 15px 15px
}

.brand-card2 img {
	min-height: 70px
}

.brand-card2 .box-title {
	color: var(--theme-color);
	border-radius: 16px;
	font-size: 16px;
	font-weight: 700;
	padding: 30px 20px;
	position: relative;
	margin-bottom: 0;
	z-index: 1;
	margin-top: 40px;
	border: 1px dashed var(--theme-color);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: var(--white-color)
}

.brand-card2:hover .box-title {
	color: var(--title-color)
}

.brand-card2:hover .box-title:after {
	opacity: 1
}

.check-list ul {
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin-bottom: 0
}

.check-list li {
	font-family: var(--body-font);
	margin-bottom: 11px
}

.check-list li:last-child {
	margin-bottom: 0
}

.check-list li>i {
	color: var(--theme-color);
	margin-right: 5px
}

.check-list.style-grid ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr)
}

@media (max-width: 767px) {
	.check-list.style-grid ul {
		grid-template-columns: repeat(1, 1fr)
	}
}

.social-card {
	padding: 40px;
	border: 1px solid var(--ot-border-color);
	border-radius: 15px
}

@media (max-width: 767px) {
	.social-card {
		border-radius: 10px
	}
}

@media (max-width: 575px) {
	.social-card {
		padding: 40px 10px
	}
}

.social-card .box-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px
}

.social-card .ot-social {
	margin-bottom: 22px
}

.social-card .ot-social a {
	--icon-size: 40px;
	border-radius: 99px;
	color: var(--theme-color)
}

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

.social-card .box-link {
	color: var(--body-color);
	text-decoration: underline;
	display: block;
	margin-bottom: -0.25em
}

.bg-img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%
}

.bg-img img {
	width: 100%;
	height: 100%
}

.ot-video {
	position: relative;
	border-radius: 10px
}

.ot-video img {
	border-radius: inherit
}

.ot-video .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

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

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

@media (max-width: 767px) {
	.rounded-15 {
		border-radius: 10px
	}
}

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

@media (max-width: 767px) {
	.rounded-20 {
		border-radius: 10px
	}
}

.cta-sec2 {
	max-width: 1680px;
	border-radius: 30px 30px 0 30px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative
}

@media (max-width: 991px) {
	.cta-sec2 {
		border-radius: 20px 20px 0 0;
		padding-top: 80px
	}
}

.cta-texts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
	background-color: var(--theme-color);
	padding: 22px 60px;
	position: absolute;
	bottom: 0;
	right: 0
}

@media (max-width: 991px) {
	.cta-texts {
		left: 0
	}
}

.cta-texts .line {
	width: 132px;
	height: 1px;
	background-color: var(--white-color)
}

.cta-texts .text {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--white-color)
}

@media (max-width: 767px) {
	.cta-texts {
		padding: 18px 30px;
		gap: 10px 20px
	}

	.cta-texts .line {
		width: 80px
	}
}

@media (max-width: 575px) {
	.cta-texts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.newsticker-area {
	background-color: var(--title-color);
	padding: 37px 0;
	text-align: center
}

.newsticker-area .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important
}

.newsticker-area .swiper-slide {
	width: auto
}

.newsticker-title {
	display: block;
	font-size: 30px;
	font-weight: 500;
	color: var(--white-color);
	text-transform: uppercase
}

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

.shape-circle {
	--circle-size: 90px;
	background-color: #B6DCFD;
	width: var(--circle-size);
	height: var(--circle-size);
	border-radius: 999px
}

.shape-circle.circle2 {
	--circle-size: 110px;
	background-color: #DFDDFF;
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 30px
}

@media (max-width: 1199px) {
	p.mb-40 {
		margin-bottom: 35px
	}

	p.mb-45 {
		margin-bottom: 38px
	}
}

.mega-hover {
	position: relative;
	overflow: hidden;
	z-index: 2
}

.mega-hover:after,
.mega-hover:before {
	content: "";
	position: absolute;
	pointer-events: none;
	opacity: 1;
	z-index: -1
}

.mega-hover:before {
	top: 0;
	right: 51%;
	bottom: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.2)
}

.mega-hover:after {
	top: 50%;
	right: 0;
	bottom: 50%;
	left: 0;
	background: rgba(255, 255, 255, 0.3)
}

.mega-hover:hover:before {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear
}

.mega-hover:hover:after {
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear
}

.why-bg-gradient1 {
	width: 228px;
	height: 228px
}

.why-bg-gradient1:after,
.why-bg-gradient1:before {
	width: inherit;
	height: inherit
}

.why-bg-gradient2 {
	width: 182px;
	height: 182px;
	-webkit-filter: blur(70px);
	filter: blur(70px)
}

.why-bg-gradient2:after,
.why-bg-gradient2:before {
	width: inherit;
	height: inherit
}

.why-img-box1 {
	position: relative;
	z-index: 2
}

.why-img-box1-shape1 {
	position: absolute;
	inset: 13px 40px 13px 40px;
	display: inline-block;
	background: var(--ot-body-background);
	-webkit-transform: skewX(9deg);
	-ms-transform: skewX(9deg);
	transform: skewX(9deg);
	border-radius: 70px 24px;
	z-index: -1
}

.why-img-box1:after {
	content: '';
	position: absolute;
	padding: 5px;
	background: -webkit-linear-gradient(bottom, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(0deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-webkit-transform: skewX(9deg);
	-ms-transform: skewX(9deg);
	transform: skewX(9deg);
	border-radius: 70px 24px;
	inset: 10px 35px 10px 35px;
	z-index: -1;
	opacity: 0.5
}

.why-img-box1:before {
	content: '';
	position: absolute;
	padding: 5px;
	background: -webkit-linear-gradient(bottom, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(0deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-webkit-transform: skewX(9deg);
	-ms-transform: skewX(9deg);
	transform: skewX(9deg);
	border-radius: 70px 24px;
	inset: 10px 35px 10px 35px;
	z-index: -2;
	-webkit-filter: blur(8px);
	filter: blur(8px);
	opacity: 0.5
}

.why-img-box1 .img1 img {
	width: 100%
}

.why-img-box1 .about-experience-wrap {
	background: var(--white-color);
	padding: 24px;
	border-radius: 16px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	left: 0;
	bottom: 0;
	gap: 11px;
	font-size: 20px;
	font-weight: 700;
	color: var(--ot-body-background);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 575px) {
	.why-img-box1 .about-experience-wrap {
		font-size: 18px
	}
}

@media (max-width: 375px) {
	.why-img-box1 .about-experience-wrap {
		font-size: 16px
	}
}

.why-img-box1 .about-experience-wrap .box-icon {
	color: var(--theme-color)
}

.why-img-box1 .about-experience-wrap .about-counter-wrap {
	font-size: 74px;
	font-weight: 700;
	color: var(--theme-color);
	line-height: 0.8
}

@media (max-width: 1199px) {
	.why-img-box1 .about-experience-wrap .about-counter-wrap {
		font-size: 64px
	}
}

@media (max-width: 991px) {
	.why-img-box1 .about-experience-wrap .about-counter-wrap {
		font-size: 60px
	}
}

@media (max-width: 767px) {
	.why-img-box1 .about-experience-wrap .about-counter-wrap {
		font-size: 56px
	}
}

@media (max-width: 575px) {
	.why-img-box1 .about-experience-wrap .about-counter-wrap {
		font-size: 40px
	}
}

@media (max-width: 375px) {
	.why-img-box1 .about-experience-wrap .about-counter-wrap {
		font-size: 36px
	}
}

@media (max-width: 1199px) {
	.why-img-box1 {
		display: inline-block
	}
}

.why-feature-wrap .box-icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 12px;
	background: var(--theme-color);
	border-right: 3px solid var(--white-color);
	border-bottom: 3px solid var(--white-color);
	width: 60px;
	height: 60px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 24px
}

.why-feature-wrap .box-icon img,
.why-feature-wrap .box-icon svg,
.why-feature-wrap .box-icon i {
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.why-feature-wrap .box-title {
	font-size: 18px;
	font-weight: 600
}

.why-feature-wrap .box-text {
	font-size: 14px
}

.why-feature-wrap:hover .box-icon img,
.why-feature-wrap:hover .box-icon svg,
.why-feature-wrap:hover .box-icon i {
	-webkit-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.why-img-box2 {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	z-index: 1;
	display: inline-block
}

.why-img-box2:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 2px;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1
}

.accordion-card {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	overflow: hidden;
	background-color: var(--theme-color);
	text-align: left;
	position: relative;
	z-index: 3;
	padding-bottom: 12px;
	border: 0;
	border-radius: 16px
}

.accordion-card:not(:last-child) {
	margin-bottom: 24px
}

.accordion-card .accordion-button {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	border: 0;
	border-color: var(--ot-border-color);
	color: var(--title-color);
	background-color: transparent;
	border-radius: 0;
	padding: 17px 45px 6px 24px;
	min-height: auto;
	gap: 10px;
	margin-bottom: 0;
	text-align: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative
}

.accordion-card .accordion-button:after {
	content: "\2b";
	height: 100%;
	width: auto;
	line-height: 1;
	background-color: transparent;
	background-image: none;
	font-family: var(--icon-font);
	color: var(--theme-color);
	font-weight: 500;
	font-size: 1em;
	display: grid;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 24px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.accordion-card .accordion-button:focus {
	outline: none;
	box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed):after {
	content: "\f068";
	color: var(--title-color)
}

.accordion-card .accordion-collapse {
	border: none
}

.accordion-card .accordion-body {
	border-radius: 0;
	border: none;
	padding: 2px 24px 14px 24px
}

.accordion-card:has(.accordion-button.collapsed) {
	border-radius: 50px;
	background-color: var(--ot-body-background)
}

@media (max-width: 575px) {
	.accordion-card:has(.accordion-button.collapsed) {
		border-radius: 16px
	}
}

.accordion-card .faq-text {
	margin-bottom: -0.48em;
	color: var(--white-color)
}

.accordion-card.style2:has(.accordion-button.collapsed) {
	background: var(--smoke-color)
}

.faq-thumb1 {
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	overflow: hidden
}

.faq-thumb1 img {
	width: 100%
}

.service-card {
	background-color: var(--smoke-color);
	position: relative;
	z-index: 2;
	padding: 24px;
	border-radius: 24px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	overflow: hidden
}

.service-card:after,
.service-card:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--theme-color);
	opacity: 0.05;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.service-card:after {
	right: -6px;
	top: -36px
}

.service-card:before {
	top: -6px;
	right: -36px
}

.service-card .box-icon {
	margin-bottom: 32px;
	color: var(--theme-color);
	height: 60px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: inline-block
}

.service-card .box-title {
	margin-bottom: 13px;
	font-size: 20px;
	font-weight: 700
}

.service-card .box-title a {
	background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
	background-image: linear-gradient(to left, var(--white-color), var(--white-color));
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 2px
}

.service-card .box-title a:hover {
	color: var(--white-color);
	background-size: 100% 2px
}

.service-card .box-text {
	margin-bottom: 20px;
	line-height: 1.625em;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.service-card .link-btn {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: -0.45em;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color));
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.service-card .link-btn:before {
	background: -webkit-linear-gradient(bottom, var(--theme-color2), var(--theme-color));
	background: linear-gradient(0deg, var(--theme-color2), var(--theme-color));
	width: calc(100% - 23px);
	height: 1px
}

.service-card .link-btn i {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-size: 16px
}

.service-card .link-btn i:hover {
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg)
}

.service-card:hover {
	background: var(--theme-color)
}

.service-card:hover:after,
.service-card:hover:before {
	background: var(--white-color);
	opacity: 0.1
}

.service-card:hover .box-icon {
	color: var(--white-color);
	-webkit-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.service-card:hover .box-text {
	color: var(--white-color)
}

.service-card:hover .link-btn {
	color: var(--white-color);
	-webkit-text-fill-color: var(--white-color)
}

.service-card:hover .link-btn:before {
	background: var(--white-color)
}

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

.service-sec1 {
	position: relative;
	z-index: 3;
	background-position: top center;
	background-size: auto;
	padding-top: 340px
}

@media (min-width: 1922px) {
	.service-sec1 {
		background-size: 100% 748px
	}
}

@media (max-width: 1299px) {
	.service-sec1 {
		padding-top: 300px
	}
}

.service-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
	padding: 40px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24)
}

.service-list .box-number {
	font-size: 24px;
	font-weight: 600;
	color: var(--white-color);
	margin-top: -0.2em
}

.service-list .box-content {
	max-width: 521px;
	margin-right: auto
}

.service-list .box-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 8px
}

@media (max-width: 1199px) {
	.service-list .box-title {
		font-size: 24px
	}
}

@media (max-width: 575px) {
	.service-list .box-title {
		font-size: 20px
	}
}

.service-list .box-text {
	line-height: 1.625em
}

.service-list .box-img {
	margin: -59px 0;
	margin-right: auto;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	-webkit-transform: rotate(28deg) scale(0);
	-ms-transform: rotate(28deg) scale(0);
	transform: rotate(28deg) scale(0);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.service-list .box-img img {
	width: 175px;
	height: 203px;
	object-fit: cover;
	border-radius: 24px
}

.service-list .btn-wrap {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.service-list.item-active .box-img,
.service-list:hover .box-img {
	-webkit-transform: rotate(28deg) scale(1);
	-ms-transform: rotate(28deg) scale(1);
	transform: rotate(28deg) scale(1)
}

.service-list-wrap:first-child .service-list {
	border-top: 1px solid rgba(255, 255, 255, 0.24)
}

@media (max-width: 991px) {
	.service-list-wrap:first-child .service-list {
		border: 0;
		padding-top: 0
	}
}

@media (max-width: 991px) {
	.service-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: 0;
		padding-bottom: 0;
		padding-top: 50px;
		gap: 30px
	}

	.service-list .box-img {
		margin: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%
	}

	.service-list .box-img img {
		width: 100%;
		min-height: 500px;
		border-radius: 16px
	}

	.service-list .box-number {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.service-list .box-content {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		max-width: 442px
	}

	.service-list .btn-wrap {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.service-list.item-active .box-img,
	.service-list:hover .box-img {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@media (max-width: 767px) {
	.service-list .box-img img {
		min-height: 400px
	}

	.service-list .box-content {
		max-width: none
	}
}

@media (max-width: 575px) {
	.service-list .box-img img {
		min-height: 300px
	}
}

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

.page-img {
	overflow: hidden;
	border-radius: 24px
}

.page-img img {
	width: 100%
}

@media (max-width: 767px) {
	.page-img {
		border-radius: 10px
	}
}

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

.service-info-card {
	background: var(--smoke-color);
	border-radius: 16px;
	padding: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 16px
}

.service-info-card .box-icon {
	color: var(--theme-color);
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.service-info-card .box-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px
}

.service-info-card .box-text {
	line-height: 1.625em
}

.work-process-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 971px;
	position: relative
}

.work-process-list:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	/*border: 1px dashed rgba(255, 255, 255, 0.24);*/
    border: 1px dashed var(--theme-color);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1
}

@media (max-width: 991px) {
	.work-process-list:after {
		left: 20px
	}
}

.work-process-list .work-process-single-list.dot-active .single-work-process:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.work-process-list .work-process-single-list:first-child .single-work-process {
	padding-top: 40px
}

.work-process-list .work-process-single-list:last-child .single-work-process {
	padding-bottom: 40px
}

@media (max-width: 991px) {
	.work-process-list .work-process-single-list:last-child .single-work-process {
		padding-bottom: 0
	}
}

.work-process-list .work-process-single-list:nth-child(odd) .single-work-process {
	margin-left: auto
}

@media (max-width: 991px) {
	.work-process-list .work-process-single-list:nth-child(odd) .single-work-process {
		margin-left: 0
	}
}

.work-process-list .work-process-single-list:nth-child(even) .single-work-process {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right
}

.work-process-list .work-process-single-list:nth-child(even) .single-work-process:before {
	left: auto;
	right: 19px
}

@media (max-width: 991px) {
	.work-process-list .work-process-single-list:nth-child(even) .single-work-process {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: start
	}

	.work-process-list .work-process-single-list:nth-child(even) .single-work-process:before {
		left: 19px;
		right: auto
	}
}

.single-work-process {
	max-width: 506px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	padding: 0 0 64px;
	position: relative
}

.single-work-process:before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 1px;
	height: 100%;
	border: 1px solid var(--theme-color);
	z-index: -1;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top
}

.single-work-process .box-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	border: 1px solid var(--theme-color);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--theme-color);
	position: relative;
	z-index: 1
}

.single-work-process .box-number .box-number-bg {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--theme-color);
	z-index: -1
}

.single-work-process .box-title {
	font-size: 18px;
	font-weight: 600;
    color: var(--theme-color)
}

.single-work-process .box-text {
	line-height: 1.625em;
    color: var(--theme-color)
}

.single-work-process:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

@media (max-width: 991px) {
	.single-work-process {
		max-width: none
	}
}

/*.feature-area-1 {
	margin-top: calc(-124px - 30px)
}*/

@media (max-width: 991px) {
	.feature-area-1 {
		margin-top: 0;
		padding-top: 70px
	}
}

.feature-card {
	position: relative;
	padding: 24px;
	border-radius: 24px;
	background: var(--smoke-color)
}

.feature-card .box-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px
}

.feature-card .box-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	line-height: 58px;
	text-align: center;
	background-color: var(--theme-color);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	margin-bottom: 32px
}

.feature-card .box-icon img {
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.feature-card .box-text {
	font-size: 16px;
	margin-bottom: -0.2em;
	line-height: 26px
}

.feature-card:hover .box-icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

@media (max-width: 767px) {
	.gallery-card {
		margin-left: 12px;
		margin-right: 12px
	}
}

.gallery-card .box-img {
	position: relative;
	z-index: 2;
	border-radius: 15px;
	overflow: hidden
}

.gallery-card .box-img img {
	width: 100%
}

.gallery-card .box-img:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 15px;
	background-color: var(--theme-color);
	opacity: 0;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease
}

.gallery-card .icon-btn {
	font-size: 18px;
	position: absolute;
	top: calc(50% - 27.5px);
	left: calc(50% - 27.5px);
	z-index: 3;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background-color: var(--white-color);
	color: var(--theme-color)
}

.gallery-card .icon-btn:hover {
	background-color: var(--title-color)
}

.gallery-card .box-content {
	padding: 70px 50px 70px 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px)
}

@media (max-width: 1500px) {
	.gallery-card .box-content {
		padding: 60px 50px 60px 60px
	}
}

@media (max-width: 575px) {
	.gallery-card .box-content {
		padding: 60px 50px 50px 60px
	}
}

.gallery-card .box-title {
	margin-bottom: 0;
	color: var(--white-color);
	margin-bottom: -0.34em
}

.gallery-card .box-title a:hover {
	color: var(--title-color)
}

.gallery-card .box-subtitle {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white-color)
}

.gallery-card:hover .box-img:after {
	opacity: 0.85;
	inset: 30px
}

@media (max-width: 575px) {
	.gallery-card:hover .box-img:after {
		inset: 20px
	}
}

.gallery-card:hover .box-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}

.gallery-card:hover .icon-btn {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.gallery-card.style2 .box-img img {
	min-height: 250px;
	object-fit: cover
}

.gallery-card.style2 .box-content {
	padding: 40px 20px 32px 40px
}

.gallery-card.style2:hover .box-img:after {
	inset: 0
}

@media (max-width: 575px) {
	.gallery-card.style2:hover .box-img:after {
		inset: 0
	}
}

#gallerySlider1 .swiper-slide-active .gallery-card .box-img:after {
	opacity: 0.85;
	inset: 30px
}

@media (max-width: 575px) {
	#gallerySlider1 .swiper-slide-active .gallery-card .box-img:after {
		inset: 20px
	}
}

#gallerySlider1 .swiper-slide-active .gallery-card .box-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}

#gallerySlider1 .swiper-slide-active .gallery-card .icon-btn {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.project-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px
}

.project-meta-wrap {
	margin-top: 43px;
	margin-bottom: 60px;
	padding: 40px 0;
	border-top: 1px solid var(--ot-border-color);
	border-bottom: 1px solid var(--ot-border-color)
}

@media (max-width: 1199px) {
	.project-meta-wrap {
		margin-top: 28px;
		margin-bottom: 45px
	}
}

.project-meta .icon-btn {
	--btn-size: 70px;
	font-size: 22px
}

.project-meta .box-text {
	margin-bottom: 10px;
	margin-top: -0.4em
}

.project-meta .box-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: -0.34em;
	max-width: 210px
}

.project-details .page-tags {
	margin-top: -0.5em;
	margin-bottom: 4px
}

.project-details .page-tags a {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--body-color)
}

.project-details .page-tags a:hover {
	color: var(--theme-color)
}

.project-details .page-img {
	border-radius: 30px;
	margin-bottom: 60px
}

@media (max-width: 1199px) {
	.project-details .page-img {
		border-radius: 15px;
		margin-bottom: 45px
	}
}

@media (max-width: 767px) {
	.project-details .page-img {
		border-radius: 10px
	}
}

.project-details .page-title {
	font-size: 60px
}

@media (max-width: 1199px) {
	.project-details .page-title {
		font-size: 48px
	}
}

@media (max-width: 991px) {
	.project-details .page-title {
		font-size: 40px
	}
}

@media (max-width: 767px) {
	.project-details .page-title {
		font-size: 34px
	}
}

@media (max-width: 575px) {
	.project-details .page-title {
		font-size: 30px
	}
}

.skill-feature {
	text-align: left
}

.skill-feature:not(:last-child) {
	margin-bottom: 30px
}

.skill-feature .box-title,
.skill-feature .progress-value {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: -0.5em;
	font-family: var(--title-font);
	color: var(--title-color);
	text-transform: uppercase
}

.skill-feature .progress {
	position: relative;
	height: 16px;
	background-color: var(--white-color);
	box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
	border: 1px solid #D5E0F5;
	overflow: visible;
	border-radius: 99px
}

.skill-feature .progress-bar {
	background-color: var(--theme-color);
	height: 5px;
	margin: 5px;
	border-radius: inherit;
	overflow: visible;
	position: relative
}

.skill-feature .progress-value {
	position: absolute;
	top: -30px;
	right: -8px
}

.video-btn {
	width: 50px;
	width: 50px;
	line-height: 50px;
	background-color: rgba(14, 89, 242, 0.7);
	color: var(--white-color);
	text-align: center;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-radius: 5px
}

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

.ot-video .video-btn {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px)
}

.skill-img {
	-webkit-filter: drop-shadow(0px 4px 28px rgba(0, 0, 0, 0.22));
	filter: drop-shadow(0px 4px 28px rgba(0, 0, 0, 0.22))
}

.skill-img>img {
	border-radius: 15px
}

@media (max-width: 767px) {
	.skill-img>img {
		border-radius: 10px
	}
}

.skill-img .ot-video {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 10px 0 10px 0;
	padding: 8px 0 0 8px;
	background-color: var(--white-color)
}

@media (max-width: 575px) {
	.skill-img .ot-video {
		max-width: 55%
	}
}

.bg-lines {
	background-image: -webkit-repeating-linear-gradient(right, transparent 256px, transparent 726px, var(--ot-border-color) 726px, var(--ot-border-color) 727px);
	background-image: repeating-linear-gradient(to left, transparent 256px, transparent 726px, var(--ot-border-color) 726px, var(--ot-border-color) 727px);
	background-position: center center
}

.price-card {
	padding: 32px;
	border-radius: 24px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: -webkit-linear-gradient(240.04deg, rgba(255, 255, 255, 0.06) 1.2%, rgba(255, 255, 255, 0) 98.97%);
	background: linear-gradient(209.96deg, rgba(255, 255, 255, 0.06) 1.2%, rgba(255, 255, 255, 0) 98.97%);
	box-shadow: inset 0px 15px 24px rgba(60, 114, 252, 0.24);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	position: relative;
	border: 1px solid rgba(60, 114, 252, 0.3);
	overflow: hidden
}

.price-card .price-tag {
	position: absolute;
	right: 0;
	top: 0;
	color: var(--theme-color);
	padding: 2px 12px;
	display: inline-block;
	border-radius: 0 0 0 16px
}

.price-card .price-tag:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 0 0 0 16px;
	background: var(--theme-color);
	opacity: 0.24
}

.price-card .box-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: -0.3em
}

.price-card .box-text {
	margin-top: 26px
}

.price-card .box-price {
	font-size: 48px;
	font-weight: 700;
	margin-top: 32px;
	line-height: 1;
	color: var(--title-color);
	margin-bottom: 30px
}

.price-card .box-price .duration {
	font-size: 16px;
	font-weight: 400;
	color: var(--body-color);
	margin-left: 10px
}

.price-card .check-list {
	margin-top: 32px
}

.price-card .check-list .unavailable i {
	color: var(--body-color)
}

.price-card.active {
	background: -webkit-linear-gradient(240.04deg, rgba(255, 255, 255, 0.06) 1.2%, rgba(255, 255, 255, 0) 98.97%);
	background: linear-gradient(209.96deg, rgba(255, 255, 255, 0.06) 1.2%, rgba(255, 255, 255, 0) 98.97%);
	border: 1px solid var(--theme-color);
	box-shadow: inset 0px 15px 24px rgba(60, 114, 252, 0.24);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px)
}

.price-card:hover {
	border: 1px solid var(--theme-color)
}

.case-img-group {
	max-width: 230px
}

@media (max-width: 991px) {
	.case-img-group {
		max-width: 100%
	}
}

.case-card {
	background-color: #EFF3FB;
	border-radius: 20px;
	padding: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px
}

.case-card .box-content {
	max-width: 370px
}

.case-card .box-title {
	font-size: 30px;
	margin-bottom: 30px
}

@media (max-width: 1199px) {
	.case-card .box-title {
		font-size: 26px
	}
}

.case-card .ot-btn {
	margin-top: 40px
}

@media (max-width: 1199px) {
	.case-card .box-content {
		max-width: 270px
	}
}

@media (max-width: 767px) {
	.case-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		border-radius: 10px;
		gap: 35px
	}

	.case-card .box-img {
		width: 100%
	}

	.case-card .box-img img {
		width: 100%
	}

	.case-card .box-content {
		max-width: 100%
	}

	.case-card .box-title {
		margin-bottom: 25px
	}

	.case-card .ot-btn {
		margin-top: 35px
	}
}

@media (max-width: 375px) {
	.case-card {
		padding: 25px
	}
}

.ad-card {
	border-radius: 30px;
	overflow: hidden;
	display: block
}

.ad-card2 {
	border-radius: 30px;
	overflow: hidden;
	position: relative
}

.ad-card2 .card-content {
	position: absolute;
	inset: 0;
	text-align: center;
	padding-top: 70px
}

.ad-card2 .card-content .box-title {
	font-size: 28px;
	font-weight: 700;
	color: var(--white-color);
	margin-bottom: 5px
}

.ad-card2 .card-content .card-price {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--title-color)
}

.ad-card2 .card-content .card-price del {
	color: var(--white-color);
	font-weight: 500
}

.ad-card2 .card-content .btn-wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 70px
}

.product-list-wrap1 {
	padding: 36px;
	border-radius: 30px;
	border: 1px solid var(--ot-border-color)
}

@media (max-width: 575px) {
	.product-list-wrap1 {
		padding: 36px 20px
	}
}

.ot-product {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	background-color: var(--white-color);
	border: 1px solid var(--ot-border-color);
	border-radius: 20px;
	padding: 24px;
	max-width: 300px;
	position: relative;
	overflow: hidden
}

.ot-product .box-title {
	font-size: 18px;
	margin: -0.2em 0 6px 0;
	font-weight: 700
}

.ot-product .box-title a {
	color: inherit
}

.ot-product .box-title a:hover {
	color: var(--theme-color)
}

.ot-product .product-category {
	color: var(--body-color);
	margin-bottom: 0px;
	display: block
}

.ot-product .product-category:hover {
	color: var(--theme-color)
}

.ot-product .category,
.ot-product .product-tag {
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: var(--theme-color);
	color: var(--white-color);
	padding: 0 12px;
	min-width: 58px;
	z-index: 3;
	border-radius: 30px;
	line-height: 24px
}

.ot-product .category span,
.ot-product .product-tag span {
	font-size: 15px;
	font-weight: 600;
	background-color: var(--theme-color);
	color: var(--white-color);
	padding: 0 12px;
	min-width: 58px;
	z-index: 3;
	border-radius: 30px;
	line-height: 24px;
	display: block
}

.ot-product .category span.offer,
.ot-product .product-tag span.offer {
	background: var(--yellow-color);
	margin-top: 6px
}

.ot-product .category:has(span),
.ot-product .product-tag:has(span) {
	background: transparent;
	padding: 0
}

.ot-product .woocommerce-product-rating {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin-top: 18px;
	margin-bottom: 0px
}

.ot-product .star-rating {
	margin: 0 auto 0 auto;
	width: 93px
}

.ot-product .price {
	display: block;
	color: var(--theme-color);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: -0.4em;
	font-family: var(--title-font)
}

.ot-product .price del {
	margin-left: 5px;
	font-weight: 500;
	color: var(--body-color);
	opacity: 0.8
}

.ot-product .product-img {
	--space: 0px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
	text-align: center;
	background-color: transparent;
	z-index: 2;
	border-radius: 0px
}

.ot-product .product-img img {
	width: 100%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.ot-product .actions {
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: grid;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	width: 40px
}

.ot-product .actions .icon-btn {
	--btn-size: 40px;
	font-size: 14px;
	border: 1px solid rgba(92, 112, 126, 0.3);
	color: var(--title-color);
	border-radius: 99px;
	margin-bottom: 10px
}

.ot-product .actions .icon-btn:hover {
	color: var(--white-color);
	border-color: var(--theme-color)
}

.ot-product .actions>* {
	margin: 0 0
}

.ot-product .actions>*>a {
	margin: 0
}

.ot-product .icon-btn {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block
}

.ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	position: relative;
	top: 0;
	left: 0;
	line-height: inherit;
	margin: 0;
	font-size: 24px
}

.ot-product .tinv-wishlist a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--white-color);
	color: var(--title-color);
	border-radius: 50%
}

.ot-product .tinv-wishlist a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.ot-product .add_to_cart_button.added {
	display: none
}

.ot-product .added_to_cart {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	background-color: var(--title-color);
	color: var(--white-color);
	font-size: 0;
	text-align: center;
	border-radius: 99px;
	border: none;
	margin-bottom: 10px
}

.ot-product .added_to_cart:after {
	content: "\f07a";
	position: relative;
	font-family: var(--icon-font);
	font-size: 16px;
	font-weight: 700
}

.ot-product .added_to_cart:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.ot-product .action-btn {
	background-color: var(--white-color);
	font-size: 14px;
	font-family: var(--title-font);
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding: 13px 25px
}

.ot-product .product-content {
	margin-bottom: -0.5em
}

.ot-product .product-hover-content {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	background: var(--smoke-color3);
	border-radius: 20px;
	padding: 24px;
	z-index: 3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden
}

.ot-product .product-hover-content .woocommerce-product-rating {
	margin-bottom: 22px
}

.ot-product .product-hover-content .ot-btn {
	width: 100%;
	border-radius: 99px;
	font-weight: 700;
	padding: 12px 30px
}

.ot-product:hover .product-img img {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9)
}

.ot-product:hover .product-img:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	visibility: visible;
	opacity: 0.25
}

.ot-product:hover .actions {
	margin-top: 0;
	opacity: 1;
	visibility: visible
}

.ot-product:hover .icon-btn {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.ot-product:hover .product-hover-content {
	opacity: 1;
	visibility: visible;
	bottom: 0
}

.ot-product.style2 {
	background: var(--white-color);
	padding: 10px
}

.ot-product.style2 .product-img {
	background: var(--smoke-color);
	border-radius: 10px;
	height: 236px;
	margin-bottom: 24px
}

.ot-product.style2 .product-img img {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	height: 100%;
	width: auto
}

.ot-product.style2 .category,
.ot-product.style2 .product-tag {
	top: 16px;
	left: 16px
}

.ot-product.style2 .actions {
	top: 16px;
	right: 16px
}

.ot-product.style2 .product-content {
	padding: 0 14px 14px 14px;
	margin-bottom: 0
}

.ot-product.style2 .product-content .ot-btn {
	margin-top: 14px;
	width: 100%;
	padding: 12px 30px;
	background: transparent;
	color: var(--theme-color);
	border: 1px solid var(--ot-border-color)
}

.ot-product.style2 .product-content .ot-btn:before {
	background: var(--theme-color)
}

.ot-product.style2 .product-content .ot-btn:hover {
	color: var(--white-color)
}

.ot-product.style2:hover .product-img img {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7)
}

.ot-product.style3 {
	border: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	min-width: 300px
}

.ot-product.style3 .product-img {
	background: var(--smoke-color);
	border-radius: 20px;
	height: 236px;
	margin-bottom: 24px
}

.ot-product.style3 .product-img img {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	height: 100%;
	width: auto
}

.ot-product.style3 .category,
.ot-product.style3 .product-tag {
	top: 24px;
	left: 24px
}

.ot-product.style3 .category span.offer,
.ot-product.style3 .product-tag span.offer {
	background: var(--theme-color2)
}

.ot-product.style3 .actions {
	top: 24px;
	right: 24px
}

.ot-product.style3 .box-title {
	margin: -0.2em 0 8px 0
}

.ot-product.style3 .product-content {
	margin-bottom: 0
}

.ot-product.style3 .product-content .ot-btn {
	margin-top: 24px;
	width: 100%;
	padding: 12px 30px
}

.ot-product.style3 .product-content .ot-btn:before {
	background: var(--theme-color)
}

.ot-product.style3 .product-content .ot-btn:hover {
	color: var(--white-color)
}

.ot-product.style3 .product-content-meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ot-product.style3 .product-rating {
	font-size: 16px;
	font-weight: 600;
	text-align: right
}

.ot-product.style3 .product-rating i {
	color: var(--yellow-color)
}

.ot-product.style3 .product-size {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 6px
}

.ot-product.style3 .product-size a {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(92, 112, 126, 0.3);
	width: 24px;
	height: 20px;
	font-size: 12px;
	color: var(--title-color);
	line-height: 20px;
	text-align: center
}

.ot-product.style3 .product-size a.active,
.ot-product.style3 .product-size a:active,
.ot-product.style3 .product-size a:focus,
.ot-product.style3 .product-size a:hover {
	background: var(--title-color);
	color: var(--white-color)
}

.ot-product.style3 .product-color {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.ot-product.style3 .product-color a {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: inline-block;
	background: var(--theme-color);
	position: relative
}

.ot-product.style3 .product-color a:after {
	content: '';
	position: absolute;
	inset: -2px;
	border: 1px solid rgba(152, 188, 181, 0.5);
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0
}

.ot-product.style3 .product-color a.active:after,
.ot-product.style3 .product-color a:hover:after {
	opacity: 1
}

.ot-product.style4 {
	border: 0;
	padding: 0;
	background: transparent;
	border-radius: 0
}

.ot-product.style4 .product-img {
	background: var(--smoke-color);
	border-radius: 10px;
	height: 290px;
	margin-bottom: 24px
}

.ot-product.style4 .product-img img {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	height: 100%;
	width: auto
}

.ot-product.style4 .category,
.ot-product.style4 .product-tag {
	top: 24px;
	left: 24px
}

.ot-product.style4 .actions {
	top: 24px;
	right: 24px
}

.ot-product.style4 .box-title {
	margin: -0.2em 0 8px 0
}

.ot-product.style4 .product-content {
	margin-bottom: 0
}

.ot-product.style4 .product-content .ot-btn {
	margin-top: 24px;
	width: 100%;
	padding: 12px 30px
}

.ot-product.style4 .product-content .ot-btn:before {
	background: var(--theme-color)
}

.ot-product.style4 .product-content .ot-btn:hover {
	color: var(--white-color)
}

.ot-product.style4 .product-content-meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ot-product.style4 .product-rating {
	font-size: 16px;
	font-weight: 600;
	text-align: right
}

.ot-product.style4 .product-rating i {
	color: var(--yellow-color)
}

.ot-product.style4 .product-size {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 6px
}

.ot-product.style4 .product-size a {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(92, 112, 126, 0.3);
	width: 24px;
	height: 20px;
	font-size: 12px;
	color: var(--title-color);
	line-height: 20px;
	text-align: center
}

.ot-product.style4 .product-size a.active,
.ot-product.style4 .product-size a:active,
.ot-product.style4 .product-size a:focus,
.ot-product.style4 .product-size a:hover {
	background: var(--title-color);
	color: var(--white-color)
}

.ot-product.style4 .product-color {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.ot-product.style4 .product-color a {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: inline-block;
	background: var(--theme-color);
	position: relative
}

.ot-product.style4 .product-color a:after {
	content: '';
	position: absolute;
	inset: -2px;
	border: 1px solid rgba(152, 188, 181, 0.5);
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0
}

.ot-product.style4 .product-color a.active:after,
.ot-product.style4 .product-color a:hover:after {
	opacity: 1
}

.ot-product.bg-white {
	--icon-bg: #ffffff
}

.ot-product.list-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	height: 100%;
	padding: 0px;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	border: 0;
	max-width: none;
	gap: 18px
}

.ot-product.list-view:not(:last-child) {
	margin-bottom: 24px
}

.ot-product.list-view .product-img {
	--space: 0px;
	width: 94px;
	margin: 0;
	border-radius: 8px;
	padding: 10px;
	background: var(--smoke-color4)
}

.ot-product.list-view .product-img:before {
	--space: 0px
}

.ot-product.list-view .product-category {
	font-size: 13px;
	line-height: 23px;
	margin-top: -3px
}

.ot-product.list-view .star-rating {
	margin: 5px 0 0 0;
	width: 93px;
	font-size: 12px
}

.ot-product.list-view .product-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
	margin: 0
}

.ot-product.list-view .actions {
	--icon-gap-x: 2px;
	width: 100%;
	right: 0;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	width: 35px;
	height: 35px;
	line-height: 35px
}

.ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	font-size: 20px
}

.ot-product.list-view .tinv-wishlist a {
	width: 35px;
	height: 35px;
	line-height: 35px
}

.ot-product.list-view .added_to_cart {
	width: 35px;
	height: 35px;
	line-height: 35px
}

.ot-product.list-view .added_to_cart:after {
	font-size: 16px
}

.ot-product.list-view .tag {
	top: 8px;
	right: 8px;
	padding: 0px 15px
}

.ot-product.list-view .box-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 6px
}

.ot-product.list-view .price {
	font-weight: 700;
	font-size: 16px;
	font-family: var(--title-font);
	line-height: 23px;
	color: var(--theme-color);
	margin-bottom: 8px
}

.ot-product.list-view.style-border {
	border: 1px solid rgba(92, 112, 126, 0.15);
	border-radius: 20px;
	padding: 24px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ot-product.list-view.style-border .product-img {
	width: 104px
}

.ot-product.list-view.style-border .box-title {
	font-size: 18px
}

.ot-product.list-view.style-border .actions {
	position: initial;
	opacity: 1;
	visibility: visible;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 8px
}

.ot-product.list-view.style-border .actions .icon-btn {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-bottom: 0;
	--icon-bg: #ffffff
}

.ot-product.list-view.style-border .ot-btn {
	margin-top: 24px
}

@media (max-width: 1199px) {
	.ot-product.list-view.style-border .product-action-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px
	}

	.ot-product.list-view.style-border .product-action-wrap .actions {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: auto
	}

	.ot-product.list-view.style-border .product-action-wrap .ot-btn {
		margin-top: 0px;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none
	}
}

@media (max-width: 767px) {
	.ot-product.list-view.style-border .product-action-wrap {
		width: 100%
	}

	.ot-product.list-view.style-border .product-action-wrap .actions {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.ot-product.product-list {
	max-width: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	height: 100%;
	background: transparent;
	gap: 46px;
	padding: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.ot-product.product-list .product-img {
	background: var(--smoke-color);
	border-radius: 10px;
	margin-bottom: 0;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 362px;
	height: 321px
}

.ot-product.product-list .product-img img {
	height: 100%;
	width: auto
}

.ot-product.product-list .product-category,
.ot-product.product-list .product-tag {
	top: 14px;
	left: 14px
}

.ot-product.product-list .product-content {
	padding: 40px 30px 40px 0;
	margin-bottom: 0
}

.ot-product.product-list .box-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 9px
}

.ot-product.product-list .price {
	font-size: 18px
}

.ot-product.product-list .woocommerce-product-rating {
	margin-top: 16px
}

.ot-product.product-list .content {
	font-size: 15px;
	font-weight: 500;
	font-family: var(--title-font);
	margin-top: 7px;
	margin-bottom: 23px
}

.ot-product.product-list .actions {
	position: initial;
	opacity: 1;
	visibility: visible;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	gap: 8px
}

.ot-product.product-list .actions .icon-btn {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin: 0
}

.ot-product.product-list .btn-wrap {
	gap: 16px
}

.ot-product.product-list .ot-btn {
	min-width: 250px
}

.product-list-area {
	margin-bottom: -24px
}

#productCarousel .slick-arrow {
	top: 37.5%
}

.mfp-content {
	margin: 1.5rem auto
}

.mfp-content .product-details-img {
	padding-top: 15px
}

.mfp-content .product-about {
	padding-top: 20px;
	padding-bottom: 20px
}

.mfp-content .container {
	position: relative
}

.mfp-content .product-big-img {
	margin-top: 12px;
	margin-bottom: 12px
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.woosq-popup {
	border-radius: 10px
}

.woosq-popup .product_meta>span>a:after,
.woosq-popup .product_meta>span>span:after {
	display: none
}

.woosq-product>.product .summary {
	display: grid;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.woosq-product .thumbnails .slick-list {
	display: block
}

.woosq-product .thumbnails .slick-dots li button {
	width: 12px;
	height: 12px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-color: var(--theme-color);
	opacity: 0.4
}

.woosq-product .thumbnails .slick-dots li button:before {
	display: none
}

.woosq-product .thumbnails .slick-dots li.slick-active button {
	opacity: 1
}

.woosq-product .tinv-wraper {
	display: none
}

.ot-sort-bar {
	padding: 10px;
	margin: 0 0 24px 0;
	background-color: transparent;
	border-radius: 10px;
	border: 1px solid rgba(92, 112, 126, 0.3)
}

.ot-sort-bar .row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 15px
}

.ot-sort-bar select {
	height: 46px;
	border: 0;
	background-color: transparent;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 220px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--title-font);
	margin: 0;
	color: var(--body-color);
	padding: 0;
	background-position: right 0px center
}

.ot-sort-bar .woocommerce-result-count {
	padding-left: 15px;
	margin-bottom: 0;
	color: var(--body-color);
	font-weight: 500;
	font-family: var(--title-font)
}

.ot-sort-bar .sort-bar-ordering-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 14px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width: 575px) {
	.ot-sort-bar .sort-bar-ordering-wrap {
		margin-right: 0
	}
}

.ot-sort-bar .nav {
	gap: 12px
}

.ot-sort-bar .nav a {
	display: inline-block;
	height: auto;
	width: auto;
	line-height: normal;
	border: 0;
	background-color: transparent;
	text-align: center;
	position: relative;
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	color: var(--body-color);
	border-radius: 5px
}

.ot-sort-bar .nav a.active,
.ot-sort-bar .nav a:hover {
	color: var(--theme-color)
}

.product-thumb-area {
	position: relative;
	margin-right: 10px
}

.product-thumb-area .product-thumb-tab {
	position: absolute;
	top: 0;
	left: 0
}

.product-thumb-tab {
	--thumb: 120px;
	--gap: 10px;
	max-width: var(--thumb);
	margin-left: calc(0px - var(--thumb)/2);
	position: relative;
	z-index: 3;
	display: grid;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 100%
}

.product-thumb-tab .tab-btn {
	background-color: var(--white-color);
	cursor: pointer;
	height: var(--thumb);
	width: var(--thumb);
	padding: var(--gap)
}

.product-thumb-tab .tab-btn img {
	max-width: 100%
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
	margin-bottom: 20px
}

.product-thumb-tab .indicator {
	position: absolute;
	top: calc(var(--pos-y) + var(--gap));
	left: calc(var(--pos-x) + var(--gap));
	width: calc(var(--width-set) - var(--gap)*2);
	height: calc(var(--height-set) - var(--gap)*2);
	border: 2px solid var(--theme-color);
	pointer-events: none;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.product-big-img {
	background-color: var(--smoke-color);
	text-align: center;
	overflow: hidden;
	border-radius: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.product-big-img .img {
	width: 100%;
	height: 100%
}

.product-big-img .img img {
	width: 100%;
	height: 100%;
	max-height: 650px;
	object-fit: contain;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.product-big-img .slider-pagination {
	position: absolute;
	bottom: 40px;
	left: 0
}

.product-big-img .slick-dots {
	margin: -11px 0 0 0 !important;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	--border-color: #c0c0c0
}

.product-thumb-slider2 {
	margin-top: 20px
}

.product-thumb-slider2 .product-big-img {
	border-radius: 8px
}

.product-thumb-slider2 .swiper-slide.swiper-slide-thumb-active .product-big-img {
	border-color: var(--theme-color)
}

.img-magnifier-container {
	position: relative
}

.img-magnifier-glass {
	position: absolute;
	box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	cursor: none;
	width: 200px;
	height: 200px
}

.magnify {
	position: relative;
	cursor: none
}

.magnify .magnifier {
	height: 180px;
	width: 180px;
	position: absolute;
	z-index: 20;
	box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	background-size: 700%;
	background-repeat: no-repeat;
	margin-left: -90px !important;
	margin-top: -90px !important;
	pointer-events: none;
	display: none
}

.magnify .magnified {
	display: block;
	z-index: 10;
	margin: auto;
	width: 100%;
	height: 100%
}

.magnify img {
	width: 100%;
	height: 100%
}

.quantity {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.quantity>.screen-reader-text {
	display: inline-block;
	font-weight: 600;
	color: var(--title-color);
	font-family: var(--title-font);
	margin: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 10px
}

.quantity .qty-btn,
.quantity .qty-input {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: none;
	border-right: none;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	text-align: center;
	color: var(--body-color);
	font-size: 18px;
	font-weight: 600
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
	border-right: none
}

.quantity .qty-btn {
	font-size: 16px
}

.product_meta {
	font-weight: 700;
	font-size: 16px;
	font-family: var(--title-font);
	margin: 35px 0 0 0
}

.product_meta>span {
	display: block;
	margin-bottom: 5px;
	color: var(--title-color);
	font-weight: 600
}

.product_meta>span:last-child {
	margin-bottom: 0
}

.product_meta>span a {
	color: inherit
}

.product_meta>span a:hover {
	color: var(--theme-color)
}

.product_meta>span>a,
.product_meta>span>span {
	position: relative;
	color: var(--body-color);
	font-weight: 400;
	font-size: 14px
}

.product_meta>span>a:after,
.product_meta>span>span:after {
	content: ",";
	margin-right: 5px
}

.product_meta>span>a:last-child:after,
.product_meta>span>span:last-child:after {
	display: none
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
	margin-left: 7px
}

.product-tab-style1 {
	border-bottom: 1px solid var(--ot-border-color);
	margin: 95px auto 50px auto;
	padding-bottom: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px
}

.product-tab-style1 .nav-link {
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--title-color);
	padding: 0 0 30px;
	position: relative
}

.product-tab-style1 .nav-link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
	background: var(--theme-color);
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.product-tab-style1 .nav-link.active {
	color: var(--theme-color)
}

.product-tab-style1 .nav-link.active:after {
	width: 100%
}

#productTabContent p {
	font-weight: 500
}

#additional_information {
	margin-bottom: 40px
}

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

.product-inner-list li {
	position: relative;
	padding-left: 15px
}

.product-inner-list li:before {
	content: "-";
	position: absolute;
	left: 0
}

.share-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--title-color);
	margin-bottom: 8px
}

.share-title i {
	color: var(--theme-color)
}

.summary-content .product-title,
.product-about .product-title {
	margin: -0.2em 0 10px 0;
	font-size: 36px;
	font-weight: 600
}

.summary-content .product_title,
.product-about .product_title {
	margin-bottom: 20px !important
}

.summary-content .text,
.product-about .text {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--title-font);
	margin-bottom: 31px
}

.summary-content>.price,
.product-about>.price {
	font-family: var(--title-font);
	font-size: 30px;
	font-weight: 700;
	color: var(--theme-color);
	display: block;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-bottom: 30px;
	margin-top: -0.2em
}

.summary-content>.price del,
.product-about>.price del {
	color: var(--body-color);
	font-weight: 500;
	margin-left: 10px;
	opacity: 0.8
}

.summary-content>.price .stock-availability,
.product-about>.price .stock-availability {
	color: #57C600;
	font-size: 20px;
	font-weight: 600;
	margin-left: 100px
}

.summary-content .product-option,
.product-about .product-option {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 60px
}

.summary-content .product-option .product-option-title,
.product-about .product-option .product-option-title {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--title-font);
	display: inline-block;
	margin-right: 5px
}

.summary-content .product-size-wrap,
.product-about .product-size-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px
}

.summary-content .product-size-wrap a,
.product-about .product-size-wrap a {
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(92, 112, 126, 0.3);
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: var(--title-color)
}

.summary-content .product-size-wrap a.active,
.summary-content .product-size-wrap a:hover,
.product-about .product-size-wrap a.active,
.product-about .product-size-wrap a:hover {
	border-color: var(--theme-color);
	color: var(--theme-color)
}

.summary-content .product-color-wrap,
.product-about .product-color-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

.summary-content .product-color-wrap a,
.product-about .product-color-wrap a {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: inline-block;
	background: var(--theme-color);
	position: relative
}

.summary-content .product-color-wrap a:after,
.product-about .product-color-wrap a:after {
	content: '';
	position: absolute;
	inset: -2px;
	border: 1px solid rgba(152, 188, 181, 0.5);
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0
}

.summary-content .product-color-wrap a.active:after,
.summary-content .product-color-wrap a:hover:after,
.product-about .product-color-wrap a.active:after,
.product-about .product-color-wrap a:hover:after {
	opacity: 1;
	border: 1px solid var(--theme-color)
}

.summary-content .woocommerce-product-rating,
.summary-content .product-rating,
.product-about .woocommerce-product-rating,
.product-about .product-rating {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 5px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 2px;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-bottom: 22px
}

.summary-content .woocommerce-product-rating .star-rating,
.summary-content .product-rating .star-rating,
.product-about .woocommerce-product-rating .star-rating,
.product-about .product-rating .star-rating {
	width: 80px;
	font-size: 12px;
	margin-right: 8px
}

.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
	color: var(--body-color)
}

.summary-content .checklist,
.product-about .checklist {
	margin: 29px 0 29px 0
}

.summary-content .actions,
.product-about .actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	margin: 35px 0 27px 0
}

.summary-content .actions .ot-btn,
.product-about .actions .ot-btn {
	padding: 10px 30px
}

.summary-content .actions .ot-btn .btn-icon,
.product-about .actions .ot-btn .btn-icon {
	padding: 10.5px 15px 10.5px 15px
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
	--btn-size: 44px;
	border: 1px solid var(--ot-border-color);
	background-color: transparent;
	color: var(--title-color);
	border-radius: 50%
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: var(--white-color)
}

.summary-content .product_meta,
.product-about .product_meta {
	border-top: 1px solid var(--ot-border-color);
	padding-top: 35px;
	padding-bottom: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr)
}

.summary-content .checklist-wrap,
.product-about .checklist-wrap {
	background: var(--white-color);
	border-radius: 16px;
	padding: 35px;
	margin-top: 25px;
	position: relative;
	border: 1px solid rgba(92, 112, 126, 0.3);
	z-index: 1
}

.summary-content .checklist-wrap:after,
.product-about .checklist-wrap:after {
	content: '';
	position: absolute;
	inset: 10px;
	border-radius: 16px;
	background: var(--smoke-color);
	z-index: -1
}

.summary-content .share,
.product-about .share {
	margin-top: 25px
}

.summary-content .ot-social a,
.product-about .ot-social a {
	--icon-size: 40px;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid var(--ot-border-color);
	border-radius: 0
}

.summary-content .ot-social a:hover,
.product-about .ot-social a:hover {
	border-color: var(--theme-color)
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	width: 56px;
	height: 56px;
	line-height: 54px;
	display: inline-block;
	border-radius: 99px;
	background-color: var(--theme-color);
	color: var(--white-color);
	border: none
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
	position: relative;
	top: 0;
	left: 0;
	line-height: inherit;
	margin: 0;
	font-size: 24px
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
	background-color: var(--title-color)
}

.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 0
}

.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.summary-content .quantity,
.product-about .quantity {
	position: relative;
	border: 1px solid var(--ot-border-color);
	border-radius: 100px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
	min-height: 44px
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
	width: 41px;
	height: 20px;
	border: 0;
	border-left: 1px solid var(--ot-border-color);
	border-right: 1px solid var(--ot-border-color);
	background-color: transparent;
	color: var(--title-color);
	padding: 0 10px;
	text-align: left;
	font-weight: 500;
	text-align: center;
	margin: 0 16px
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
	color: var(--title-color);
	background-color: transparent;
	position: initial;
	right: 21px;
	height: auto;
	width: auto;
	border: none;
	line-height: 16px
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
	bottom: 7px
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
	top: 12px
}

.woocommerce-Reviews .ot-comments-wrap {
	padding: 0;
	margin-right: 0 !important;
	box-shadow: none;
	margin: 0;
	border: 0
}

.woocommerce-Reviews .ot-comment-form {
	padding: 0px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-right: 0 !important;
	margin-top: 45px;
	margin-bottom: 0px
}

.woocommerce-Reviews .ot-comment-form .row {
	--bs-gutter-x: 40px
}

.woocommerce-Reviews .ot-comment-form .form-group {
	margin-bottom: 0
}

.woocommerce-Reviews .ot-comment-form .rating-select label {
	font-family: var(--title-font);
	font-weight: 500
}

.woocommerce-Reviews .ot-comment-form label {
	font-family: var(--title-font);
	font-weight: 500
}

.woocommerce-Reviews .ot-comment-form input,
.woocommerce-Reviews .ot-comment-form .form-control {
	background-color: var(--white-color);
	font-family: var(--title-font)
}

.woocommerce-Reviews .ot-comment-form .blog-inner-title {
	margin-bottom: 10px
}

.woocommerce-Reviews .comment-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0 24px;
	margin: -12px !important;
	margin-bottom: 28px !important
}

.woocommerce-Reviews .comment-list li {
	width: 100%
}

@media (max-width: 991px) {
	.woocommerce-Reviews .comment-list li {
		width: 100%
	}
}

.woocommerce-Reviews .ot-post-comment {
	border: 0 !important;
	padding: 0px !important;
	border-bottom: 1px solid var(--ot-border-color) !important;
	padding-bottom: 28px !important;
	margin: 12px;
	background: transparent;
	border-radius: 0px
}

.woocommerce-Reviews .ot-post-comment .comment-avater {
	border-radius: 50%;
	width: 96px;
	height: 96px
}

.woocommerce-Reviews .ot-post-comment .name {
	margin-bottom: 1px;
	font-size: 20px;
	font-weight: 600
}

.woocommerce-Reviews .ot-post-comment .commented-on {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500
}

.woocommerce-Reviews .ot-post-comment .text {
	font-weight: 500;
	font-family: var(--title-font);
	max-width: 1100px;
	margin-top: 14px;
	margin-bottom: -0.5em
}

@media (max-width: 991px) {
	.woocommerce-Reviews .comment-list {
		grid-template-columns: repeat(1, 1fr)
	}

	.product-big-img .img img {
		width: auto;
		max-height: none
	}
}

@media (max-width: 767px) {

	.summary-content .product-title,
	.product-about .product-title {
		font-size: 32px
	}

	.woocommerce-Reviews .ot-post-comment .commented-on {
		margin-bottom: 12px;
		display: block
	}
}

@media (max-width: 575px) {

	.summary-content .product-title,
	.product-about .product-title {
		font-size: 28px
	}

	.summary-content>.price .stock-availability,
	.product-about>.price .stock-availability {
		margin-left: 0px;
		display: block;
		margin-top: 10px
	}

	.summary-content .product-option,
	.product-about .product-option {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px 60px
	}

	.summary-content>.price,
	.product-about>.price {
		font-size: 26px
	}

	.product-tab-style1 .nav-link {
		font-size: 20px
	}
}

#description {
	margin-bottom: 0px
}

.product-details .ot-comments-wrap {
	margin-top: 0
}

.product-details .border-title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px
}

.product-details .border-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 80px;
	background-color: var(--theme-color)
}

.product-inner-title {
	font-size: 32px;
	border-bottom: 1px solid var(--ot-border-color);
	padding: 0 0 7px 0;
	margin: 0 0 30px 0
}

.related-product-wrapper {
	padding-top: 115px
}

@media (max-width: 1500px) {
	.ot-product.product-grid {
		max-width: 258px;
		padding: 20px
	}

	.ot-product.product-grid .box-title {
		font-size: 17px
	}

	.ot-product.product-grid.style2 {
		padding: 10px
	}

	.ot-product.product-grid.style3 {
		padding: 0px;
		min-width: 258px
	}

	.ot-product.product-grid.style4 {
		padding: 0px
	}

	.ot-product.product-list .product-content {
		padding: 20px 20px 20px 0
	}
}

@media (max-width: 1399px) {
	.ot-product.product-grid {
		max-width: none;
		padding: 24px
	}

	.ot-product.list-view .product-img {
		max-width: 150px
	}
}

@media (max-width: 1299px) {
	.product-thumb-tab {
		--thumb: 100px;
		margin-left: -40px
	}

	.product-thumb-area {
		margin-right: 0
	}

	.ot-product.product-list {
		gap: 30px
	}
}

@media (max-width: 1199px) {
	.ot-sort-bar select {
		min-width: auto
	}

	.product-tab-style1 {
		margin: 55px 0 40px 0
	}

	.summary-content,
	.product-about {
		padding-left: 0
	}

	.ot-product.product-list .product-img {
		width: 250px;
		height: 100%
	}

	.ot-product.product-list .product-img img {
		object-fit: contain
	}

	.ot-product.product-list .ot-btn {
		min-width: 180px
	}
}

@media (max-width: 991px) {
	.product-thumb-tab {
		margin-left: -10px
	}

	.ot-product-box.list-view .product-img {
		max-width: 150px
	}

	.ot-sort-bar .row {
		--bs-gutter-x: 20px
	}

	.ot-sort-bar .nav a:last-child {
		margin-right: 0;
		padding-right: 0
	}

	.ot-sort-bar .nav a:last-child:before {
		display: none
	}

	.woosq-product>.product .thumbnails {
		max-height: 400px;
		min-height: 200px;
		padding: 10px
	}
}

@media (max-width: 767px) {
	.ot-sort-bar {
		text-align: center;
		padding: 10px 15px 15px 15px
	}

	.ot-sort-bar .nav {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ot-sort-bar select {
		margin: 0 auto
	}

	.ot-sort-bar .woocommerce-result-count {
		padding-left: 0
	}

	.ot-product-box.list-view .product-img {
		max-width: 130px
	}

	.ot-product-box.list-view .actions {
		--btn-size: 30px;
		--btn-font-size: 10px;
		--icon-gap-x: 2px
	}

	.ot-product.product-list {
		display: block
	}

	.ot-product.product-list .product-img {
		width: 100%;
		height: auto
	}

	.ot-product.product-list .product-content {
		padding: 20px 10px 20px 10px
	}

	.product-tab-style1 {
		padding-bottom: 30px;
		gap: 15px 30px
	}

	.product-tab-style1 .nav-link {
		padding-bottom: 0
	}

	.product-tab-style1 .nav-link:after {
		display: none
	}

	.ot-product.product-grid .box-title {
		font-size: 20px
	}
}

@media (max-width: 575px) {
	.product-about .actions {
		gap: 15px 15px
	}

	.product-thumb-tab {
		--thumb: 74px;
		--gap: 6px
	}

	.product-thumb-tab .tab-btn:not(:last-of-type) {
		margin-bottom: 10px
	}

	.product-grid {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width: 375px) {
	.ot-product.list-view {
		gap: 15px
	}

	.ot-product.list-view .product-img {
		max-width: 130px
	}

	.summary-content .product_meta,
	.product-about .product_meta {
		grid-template-columns: repeat(1, 1fr)
	}

	.summary-content .checklist-wrap,
	.product-about .checklist-wrap {
		padding: 25px
	}
}

.woocommerce-message,
.woocommerce-info {
	position: relative;
	padding: 11px 20px 11px 50px;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
	border-radius: 15px
}

.woocommerce-message a,
.woocommerce-info a {
	color: var(--white-color);
	text-decoration: underline
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
	color: var(--title-color)
}

.woocommerce-message:before,
.woocommerce-info:before {
	content: "\f06a";
	font-family: var(--icon-font);
	font-weight: 400;
	margin-right: 10px;
	font-size: 18px;
	position: absolute;
	left: 20px;
	top: 11px
}

.woocommerce-notices-wrapper .woocommerce-message {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
	content: "\f14a";
	font-weight: 300
}

.woocommerce-form-login-toggle .woocommerce-info {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.woocommerce-form-login-toggle .woocommerce-info a {
	color: inherit
}

.woocommerce-form-login-toggle .woocommerce-info a:hover {
	color: var(--title-color)
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
	padding: 35px 40px 35px 40px;
	background-color: var(--white-color);
	box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
	margin-bottom: 30px;
	border-radius: 15px
}

@media (max-width: 575px) {

	.woocommerce-form-register,
	.woocommerce-form-coupon,
	.woocommerce-form-login {
		padding: 40px 20px
	}
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
	margin-bottom: 20px
}

.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
	margin-bottom: 0
}

.woocommerce-error {
	background-color: var(--error-color);
	color: #fff;
	list-style: none;
	padding: 10px 26px;
	margin: 0 0 30px 0;
	border-radius: 0;
	font-weight: 500;
	font-size: 14px
}

nav.woocommerce-MyAccount-navigation li {
	border: 1px solid #ddd;
	margin: 0;
	border-top: none
}

nav.woocommerce-MyAccount-navigation li:first-child {
	border-top: 1px solid #ddd
}

nav.woocommerce-MyAccount-navigation li a {
	color: var(--title-color);
	font-weight: 700;
	padding: 7px 17px;
	display: block
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
	color: var(--white-color);
	background-color: var(--theme-color)
}

.woocommerce-MyAccount-content h3 {
	margin-top: -0.3em
}

.woocommerce-MyAccount-content .btn {
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 700
}

.woocommerce-MyAccount-content .btn:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

table.variations,
.woocommerce-grouped-product-list-item {
	border-collapse: separate;
	border-spacing: 0 15px;
	margin-bottom: 5px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: none
}

table.variations td,
.woocommerce-grouped-product-list-item td {
	border: none;
	vertical-align: middle;
	padding: 0 5px
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
	padding: 0
}

table.variations label,
.woocommerce-grouped-product-list-item label {
	margin: 0;
	font-size: 14px;
	text-transform: capitalize
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
	color: var(--title-color)
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
	color: var(--theme-color)
}

table.variations .label,
.woocommerce-grouped-product-list-item .label {
	border: none
}

table.variations__label,
.woocommerce-grouped-product-list-item__label {
	border: none !important;
	font-weight: 600
}

table.variations__price,
.woocommerce-grouped-product-list-item__price {
	border: none !important
}

table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
	font-size: 18px !important
}

table.variations del,
.woocommerce-grouped-product-list-item del {
	margin-left: 12px
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	border: 1px solid var(--ot-border-color)
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
	margin-bottom: 0
}

.woocommerce-grouped-product-list.group_table {
	border-collapse: collapse;
	margin-bottom: 15px
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
	font-size: 16px;
	color: var(--title-color)
}

.woocommerce-grouped-product-list.group_table label {
	margin: 0 0 0 10px;
	margin: 0 0 0 10px;
	font-family: var(--title-font);
	font-size: 18px
}

.woocommerce-grouped-product-list.group_table .qty-input {
	border-color: #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr {
	border-bottom: 1px solid #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr:last-child {
	border-bottom: none
}

.woocommerce-grouped-product-list.group_table td {
	padding: 30px 5px
}

table.variations {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative
}

table.variations td {
	padding: 0
}

table.variations td.label {
	padding-right: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

table.variations select {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: middle;
	margin: 0;
	padding-right: 54px;
	padding-left: 20px;
	height: 50px
}

table.variations .reset_variations {
	margin-left: 16px;
	display: inline-block;
	position: absolute;
	left: 100%;
	bottom: 25px
}

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
	width: auto !important
}

.woocommerce-grouped-product-list-item__label:after,
.woocommerce-grouped-product-list-item__price:after {
	display: none
}

.woocommerce-variation.single_variation {
	margin-bottom: 30px
}

.woocommerce-variation.single_variation .price {
	color: var(--title-color);
	font-weight: 700
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
	padding-left: 15px !important
}

.wooscp-table-items a.added_to_cart.wc-forward {
	margin-left: 15px;
	text-decoration: underline
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
	z-index: 1111
}

table.woocommerce-product-attributes {
	margin-bottom: 30px
}

#woosq-popup .product_meta {
	margin-top: 20px
}

#woosq-popup .product_title {
	font-size: 24px;
	margin-bottom: 5px
}

#woosq-popup .single-product .product .actions {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px
}

#woosq-popup .single-product .product .actions>div {
	height: auto;
	overflow: visible;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

#woosq-popup .single-product .product .actions>div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.login-tab {
	margin-bottom: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.login-tab button.nav-link {
	background-color: var(--smoke-color);
	color: var(--title-color);
	padding: 11px 39px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 15px ​15px 0
}

.login-tab button.nav-link.active {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.star-rating {
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	font-family: var(--icon-font);
	font-weight: 700;
	font-size: 14px
}

.star-rating:before {
	content: "\e28b\e28b\e28b\e28b\e28b";
	color: #e1e1e1;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 3px
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.star-rating span:before {
	content: "\e28b\e28b\e28b\e28b\e28b";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--yellow-color);
	letter-spacing: 3px
}

.rating-select label {
	margin: 0;
	margin-right: 10px
}

.rating-select p.stars {
	margin-bottom: 0;
	line-height: 1
}

.rating-select p.stars a {
	position: relative;
	height: 14px;
	width: 18px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}

.rating-select p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 14px;
	line-height: 1;
	font-family: var(--icon-font);
	content: "\e28b";
	font-weight: 400;
	text-indent: 0;
	color: var(--yellow-color)
}

.rating-select p.stars a:hover~a::before {
	content: "\e28b";
	font-weight: 400
}

.rating-select p.stars:hover a::before {
	content: "\e28b";
	font-weight: 700
}

.rating-select p.stars.selected a.active::before {
	content: "\e28b";
	font-weight: 700
}

.rating-select p.stars.selected a.active~a::before {
	content: "\e28b";
	font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
	content: "\e28b";
	font-weight: 700
}

@media (max-width: 767px) {

	.woocommerce-message,
	.woocommerce-info {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 15px 10px 37px
	}

	.woocommerce-message:before,
	.woocommerce-info:before {
		font-size: 16px;
		top: 10px;
		left: 15px
	}
}

.cart_table {
	border: 0;
	margin-bottom: 45px
}

.cart_table thead {
	background-color: transparent;
	border-bottom: 1px solid var(--ot-border-color)
}

.cart_table thead th {
	border: none !important
}

.cart_table td:before,
.cart_table th {
	font-family: var(--title-font);
	color: var(--title-color);
	font-weight: 600;
	font-size: 24px;
	border: none;
	padding: 27px 15px 18px;
	padding-left: 0
}

.cart_table td:before {
	content: attr(data-title);
	position: absolute;
	left: 15px;
	top: 50%;
	vertical-align: top;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
	font-size: 18px
}

.cart_table td {
	border: none;
	border-bottom: 1px solid var(--ot-border-color);
	color: var(--title-color);
	padding: 20px 10px;
	position: relative;
	vertical-align: middle
}

.cart_table td .amount {
	color: var(--theme-color);
	font-size: 16px;
	font-weight: 600
}

.cart_table td .amount del {
	color: var(--body-color)
}

.cart_table .product-quantity {
	color: var(--title-color)
}

.cart_table .product-quantity input {
	position: relative;
	top: -2px
}

.cart_table .cart-productname {
	font-weight: 700;
	font-size: 18px;
	font-family: var(--title-font);
	color: var(--title-color)
}

.cart_table .cart-productimage {
	display: inline-block;
	border: 0
}

.cart_table .remove {
	color: var(--theme-color);
	font-size: 20px
}

.cart_table td.product-quantity {
	min-width: 155px
}

.cart_table .quantity {
	position: relative;
	border: 1px solid var(--ot-border-color);
	border-radius: 100px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
	min-height: 44px
}

.cart_table .quantity .qty-input {
	width: 41px;
	height: 20px;
	border: 0;
	border-left: 1px solid var(--ot-border-color);
	border-right: 1px solid var(--ot-border-color);
	background-color: transparent;
	color: var(--title-color);
	padding: 0 10px;
	text-align: left;
	font-weight: 500;
	text-align: center;
	margin: 0 16px
}

.cart_table .quantity .qty-btn {
	color: var(--title-color);
	background-color: transparent;
	position: initial;
	right: 21px;
	height: auto;
	width: auto;
	border: none;
	line-height: 16px
}

.cart_table .quantity .quantity-minus {
	bottom: 7px
}

.cart_table .quantity .quantity-plus {
	top: 12px
}

.cart_table .actions {
	text-align: right;
	vertical-align: middle;
	padding-left: 20px
}

.cart_table .actions>.ot-btn {
	font-size: 16px;
	padding: 20px 28px;
	margin-right: 15px
}

.cart_table .actions>.ot-btn:last-child {
	margin-right: 0
}

.cart_table .ot-cart-coupon {
	float: left;
	margin: 0;
	width: 455px;
	max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.cart_table .ot-cart-coupon input {
	width: calc(100% - 200px);
	margin-right: 10px;
	border-radius: 22px
}

.cart_table .ot-cart-coupon .ot-btn {
	font-size: 16px;
	padding: 20px 25px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.cart_totals {
	border: 1px solid #ecf0f1
}

.cart_totals th,
.cart_totals td {
	vertical-align: top;
	padding: 20px 20px;
	border: none;
	border-bottom: 1px solid #ecf0f1;
	font-size: 14px;
	color: var(--title-color);
	width: 55%
}

.cart_totals th:first-child,
.cart_totals td:first-child {
	width: 45%;
	background-color: #f9fbfb;
	font-weight: 700;
	font-size: 14px;
	color: #333333
}

.cart_totals .shipping-calculator-button {
	display: inline-block;
	border-bottom: 1px solid;
	color: var(--title-color);
	font-weight: 700
}

.cart_totals .shipping-calculator-button:hover {
	color: var(--theme-color)
}

.cart_totals .woocommerce-shipping-destination {
	margin-bottom: 10px
}

.cart_totals .woocommerce-shipping-methods {
	margin-bottom: 0
}

.cart_totals .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 .amount {
	font-weight: 700
}

.cart_totals .order-total .amount {
	color: var(--theme-color)
}

.empty-notice {
	margin: 40px auto
}

@media (max-width: 991px) {
	.cart_table th {
		padding: 23px 8px;
		font-size: 14px
	}

	.cart_table .cart-productname {
		font-size: 14px
	}

	.cart_table .ot-cart-coupon {
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.cart_table .actions {
		text-align: center
	}

	.cart_table .cart-productimage {
		max-width: 100px
	}
}

@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(--ot-border-color);
		border-bottom: none
	}

	.cart_table td::before {
		display: block
	}

	.cart_table td:last-child {
		border-bottom: 1px solid var(--ot-border-color)
	}

	.cart_table td.actions {
		padding-left: 15px;
		text-align: center
	}

	.cart_table td.actions>.ot-btn {
		margin-top: 10px;
		margin-right: 0;
		display: block;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-left: auto;
		margin-right: auto
	}

	.cart_table td.actions>.ot-btn:last-child {
		margin-right: auto
	}

	.cart_table .ot-cart-coupon {
		width: 100%;
		text-align: center;
		float: none;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: block;
		padding-bottom: 10px
	}

	.cart_table .ot-cart-coupon input {
		width: 100%;
		margin-bottom: 10px
	}

	.cart_totals th,
	.cart_totals td {
		padding: 15px 10px
	}

	.cart_totals th:first-child,
	.cart_totals td:first-child {
		width: 17%;
		line-height: 1.4
	}
}

.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
	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: 0
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
	position: relative;
	bottom: 0
}

.woocommerce-checkout .select2-dropdown {
	border: none;
	border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
	border-radius: 4px
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
	color: var(--body-color)
}

.woocommerce-checkout .shipping_address {
	margin-top: -3px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #eee;
	padding: 0
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
	margin-bottom: var(--bs-gutter-x)
}

#ship-to-different-address {
	margin-top: 15px;
	margin-bottom: 22px
}

.select2-container--default .select2-selection--single {
	height: 56px;
	border: 1px solid transparent;
	background-color: var(--smoke-color2)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 56px;
	padding-left: 25px;
	padding-right: 25px
}

.woocommerce-billing-fields .form-row {
	margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content: "\f107";
	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: 56px;
	line-height: 56px;
	margin-right: 30px
}

span.select2-selection.select2-selection--single:focus {
	outline: none
}

.checkout-ordertable th,
.checkout-ordertable td {
	border: 1px solid #ededed;
	text-align: right;
	padding: 5px 20px;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
	color: #2c3e50
}

.checkout-ordertable th {
	font-weight: 800;
	text-align: left
}

.checkout-ordertable th,
.checkout-ordertable td {
	border-right: none !important;
	border-left: none !important
}

.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-input-wrapper #order_comments {
	margin-bottom: 0
}

.woocommerce-checkout .form-group input:not(:last-child) {
	margin-bottom: var(--bs-gutter-x)
}

.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: 12px;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 4px;
	font-size: 16px
}

.woocommerce-checkout-payment ul input[type="radio"]~label {
	margin-bottom: 17px;
	color: var(--body-color)
}

.woocommerce-checkout-payment ul input[type="radio"]~label img {
	margin-bottom: -2px;
	margin-left: 10px
}

.woocommerce-checkout-payment .place-order {
	padding-top: 30px
}

.woocommerce-checkout-payment .payment_box {
	color: #a1b1bc;
	background-color: #ecf0f1;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	display: none
}

.woocommerce-checkout-payment .payment_box p {
	margin: 0
}

.ot-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 65px
	}
}

.tinv-wishlist input[type="checkbox"] {
	display: inline-block;
	opacity: 1;
	visibility: visible;
	vertical-align: middle;
	width: auto;
	height: auto
}

.tinv-wishlist .tinv-header {
	margin-top: -0.6rem;
	text-transform: capitalize
}

.tinv-wishlist .return-to-shop {
	margin-top: 20px
}

.tinv-wishlist p.return-to-shop .button {
	display: inline-block;
	background-color: var(--theme-color);
	color: #fff;
	font-size: 14px;
	padding: 10px 25px;
	margin-top: 10px;
	font-weight: 700
}

.tinv-wishlist p.return-to-shop .button:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.tinv-wishlist table {
	border: none
}

.tinv-wishlist table th {
	color: var(--title-color)
}

.tinv-wishlist table td,
.tinv-wishlist table th {
	padding: 15.3px 10px;
	border-bottom: 1px solid var(--ot-border-color);
	text-align: center
}

.tinv-wishlist table thead {
	background-color: var(--smoke-color)
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
	width: 40px;
	text-align: center
}

.tinv-wishlist .product-thumbnail {
	width: 110px
}

.tinv-wishlist .stock.in-stock {
	margin-bottom: 0
}

.tinv-wishlist ins {
	text-decoration: none
}

.tinv-wishlist .product-remove button {
	border: none;
	height: 22px;
	width: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	border-radius: 5px;
	padding-top: 0
}

.tinv-wishlist .product-remove button i {
	line-height: 22px;
	font-size: 16px
}

.tinv-wishlist .tinvwl-mobile {
	display: none
}

.tinv-wishlist .social-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 295px;
	margin-left: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tinv-wishlist .social-buttons ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 6px
}

.tinv-wishlist table.tinvwl-table-manage-list {
	font-size: 16px
}

.tinv-wishlist .product-stock .stock {
	display: block
}

.tinv-wishlist .product-stock span {
	display: inline
}

.tinv-wishlist .product-stock i {
	margin-right: 5px
}

.tinv-wishlist .tinv-modal .icon_big_times {
	margin-bottom: 5px;
	color: var(--theme-color)
}

.tinv-wishlist button.button {
	border: none;
	height: 38px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 600;
	background-color: var(--theme-color);
	color: #fff;
	padding: 1px 15px 3px 15px;
	min-width: 140px;
	border-radius: 4px
}

.tinv-wishlist button.button i {
	font-size: 16px !important;
	margin-right: 4px !important
}

.tinv-wishlist button.button:hover {
	background-color: var(--title-color);
	color: #fff
}

.tinv-wishlist .tinvwl-buttons-group button i {
	font-size: 14px
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--title-font)
}

.tinv-wishlist th {
	font-size: 16px
}

.tinv-wishlist td.product-name a {
	color: var(--body-color)
}

.tinv-wishlist td.product-name a:hover {
	color: var(--theme-color)
}

.tinv-wishlist td.product-price del {
	margin-left: 8px;
	font-size: 0.9em
}

.tinv-wishlist .social-buttons>span {
	font-size: 16px;
	font-weight: 700;
	margin-right: 10px;
	font-family: var(--title-font);
	color: var(--title-color)
}

.tinv-wishlist .social-buttons li {
	display: inline-block;
	margin-right: 0
}

.tinv-wishlist .social-buttons li a.social {
	background-color: var(--theme-color);
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	margin-left: 3px
}

.tinv-wishlist .social-buttons li a.social:first-child {
	margin-left: 0
}

.tinv-wishlist .social-buttons li a.social i {
	line-height: inherit
}

.tinv-wishlist .social-buttons li a.social:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

@media only screen and (min-width: 1024px) {
	.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
		float: left !important;
		width: 40% !important;
		margin-right: 4%
	}

	.tinv-wishlist tfoot .tinvwl-to-right {
		float: right;
		width: auto;
		text-align: left
	}

	.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
		margin-top: -10px
	}
}

@media (max-width: 991px) {
	.tinvwl-full {
		display: none
	}

	.tinv-wishlist .tinvwl-mobile {
		display: block
	}

	.tinvwl-txt {
		display: inline-block !important
	}

	.product-stock {
		width: 40px;
		text-align: center
	}
}

@media (max-width: 767px) {
	.tinv-wishlist table {
		table-layout: fixed;
		border-bottom: 1px solid var(--ot-border-color)
	}

	.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
	.tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
		display: none
	}

	.tinv-wishlist table td,
	.tinv-wishlist table th {
		border: 1px solid var(--ot-border-color)
	}

	.tinv-wishlist table.tinvwl-table-manage-list tbody td {
		display: block;
		width: 100% !important;
		text-align: center
	}

	.product-name {
		text-align: center
	}

	.tinv-wishlist table td,
	.tinv-wishlist table th {
		border-bottom: none
	}

	.tinv-wishlist table tfoot {
		border-bottom: 1px solid var(--ot-border-color)
	}

	.tinv-wishlist .social-buttons {
		max-width: 100%;
		margin-left: unset;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.tinv-wishlist .social-buttons ul {
		margin-left: unset;
		margin-top: 5px
	}

	.tinvwl-txt {
		display: inline-block !important
	}
}

.category-card {
	text-align: center
}

.category-card .box-img {
	position: relative;
	padding: 46px 0;
	margin-bottom: 24px;
	display: block
}

.category-card .box-img:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--theme-color);
	opacity: 0.15;
	border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
	will-change: border-radius, transform, opacity;
	-webkit-animation: heroMorph 5s linear infinite;
	animation: heroMorph 5s linear infinite;
	display: block;
	z-index: -1
}

.category-card .box-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: -0.15em
}

@-webkit-keyframes heroMorph {

	0%,
	100% {
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		-webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(0.01deg)
	}

	34% {
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		-webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg)
	}

	50% {
		-webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(0.01deg)
	}

	67% {
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
		-webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg)
	}
}

@keyframes heroMorph {

	0%,
	100% {
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		-webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(0.01deg)
	}

	34% {
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		-webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg)
	}

	50% {
		-webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(0.01deg)
	}

	67% {
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
		-webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg)
	}
}

.category-card2 {
	text-align: center;
	position: relative
}

.category-card2 .box-img-border {
	position: absolute;
	inset: 7px;
	background: var(--theme-color);
	-webkit-mask-image: url('data:image/svg+xml,<svg width="245" height="245" viewBox="0 0 245 245" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M55.4594 57.0913C-20.5395 31.4879 -2.42148 119.432 16.8536 171.884C7.76644 215.623 39.282 228.67 55.4594 230.448C75.2849 254.984 102.39 240.671 115.47 230.448C146.861 259.251 168.989 239.085 175.873 223.083C215.524 242.286 224.805 202.999 222.74 171.884C267.348 167.617 233.786 85.5357 217.785 63.9993C224.393 -6.41009 163.538 4.63992 129.807 22.4201C78.59 -30.9203 58.9015 23.3091 55.4594 57.0913Z" fill="%23D9D9D9"/></svg>');
	mask-image: url('data:image/svg+xml,<svg width="245" height="245" viewBox="0 0 245 245" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M55.4594 57.0913C-20.5395 31.4879 -2.42148 119.432 16.8536 171.884C7.76644 215.623 39.282 228.67 55.4594 230.448C75.2849 254.984 102.39 240.671 115.47 230.448C146.861 259.251 168.989 239.085 175.873 223.083C215.524 242.286 224.805 202.999 222.74 171.884C267.348 167.617 233.786 85.5357 217.785 63.9993C224.393 -6.41009 163.538 4.63992 129.807 22.4201C78.59 -30.9203 58.9015 23.3091 55.4594 57.0913Z" fill="%23D9D9D9"/></svg>');
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	z-index: -1
}

.category-card2 .box-img {
	position: relative;
	padding: 0 0 0;
	margin-bottom: 24px;
	display: inline-block;
	-webkit-mask-image: url('data:image/svg+xml,<svg width="245" height="245" viewBox="0 0 245 245" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M55.4594 57.0913C-20.5395 31.4879 -2.42148 119.432 16.8536 171.884C7.76644 215.623 39.282 228.67 55.4594 230.448C75.2849 254.984 102.39 240.671 115.47 230.448C146.861 259.251 168.989 239.085 175.873 223.083C215.524 242.286 224.805 202.999 222.74 171.884C267.348 167.617 233.786 85.5357 217.785 63.9993C224.393 -6.41009 163.538 4.63992 129.807 22.4201C78.59 -30.9203 58.9015 23.3091 55.4594 57.0913Z" fill="%23D9D9D9"/></svg>');
	mask-image: url('data:image/svg+xml,<svg width="245" height="245" viewBox="0 0 245 245" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M55.4594 57.0913C-20.5395 31.4879 -2.42148 119.432 16.8536 171.884C7.76644 215.623 39.282 228.67 55.4594 230.448C75.2849 254.984 102.39 240.671 115.47 230.448C146.861 259.251 168.989 239.085 175.873 223.083C215.524 242.286 224.805 202.999 222.74 171.884C267.348 167.617 233.786 85.5357 217.785 63.9993C224.393 -6.41009 163.538 4.63992 129.807 22.4201C78.59 -30.9203 58.9015 23.3091 55.4594 57.0913Z" fill="%23D9D9D9"/></svg>');
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	z-index: 1
}

.category-card2 .box-img img {
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.category-card2 .box-img:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--theme-color);
	display: block;
	z-index: -2
}

.category-card2 .box-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: -0.15em
}

.category-card2:hover .box-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.category-wrap3 {
	border: 2px dashed var(--theme-color);
	border-radius: 30px;
	margin-top: 15px;
	padding: 0 20px 50px
}

.category-wrap3 .title-area {
	margin-top: -15px
}

.category-wrap3 .sec-title {
	background: var(--white-color);
	display: inline-block;
	padding: 0px 16px;
	margin-bottom: 15px
}

.category-slider3 {
	--pos-x: -50px
}

.category-card3 {
	text-align: center
}

.category-card3 .box-img {
	position: relative;
	padding: 40px;
	margin-bottom: 30px;
	display: inline-block;
	max-width: 245px
}

.category-card3 .box-img img {
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.category-card3 .box-img .box-img-border {
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	border-radius: 50%;
	z-index: -2
}

.category-card3 .box-img:before {
	position: absolute;
	content: "";
	inset: 10px;
	background: var(--theme-color);
	display: block;
	z-index: -1;
	border-radius: 50%
}

.category-card3 .box-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: -0.15em
}

.category-card3:hover .box-img:before {
	-webkit-animation: spin 25s linear infinite;
	animation: spin 25s linear infinite
}

.category-slider4 {
	--pos-x: -50px
}

.category-card4 {
	text-align: center
}

.category-card4 .box-img {
	position: relative;
	padding: 0px;
	margin-bottom: 30px;
	display: inline-block;
	max-width: 245px
}

.category-card4 .box-img img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	z-index: 2
}

.category-card4 .box-img:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--theme-color);
	display: block;
	z-index: -1;
	border-radius: 50%
}

.category-card4 .box-img:before {
	position: absolute;
	content: "";
	inset: 10px;
	border: 1px dashed var(--white-color);
	background: transparent;
	display: block;
	z-index: 1;
	border-radius: 50%
}

.category-card4 .box-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: -0.15em
}

.category-card4:hover .box-img:before {
	-webkit-animation: spin 25s linear infinite;
	animation: spin 25s linear infinite
}

.category-wrap5 {
	border: 2px dashed var(--theme-color);
	border-radius: 30px;
	margin-top: 15px;
	padding: 0 20px 50px
}

.category-wrap5 .title-area {
	margin-top: -15px
}

.category-wrap5 .sec-title {
	display: inline-block;
	padding: 0px 16px;
	margin-bottom: 15px
}

.category-slider5 {
	--pos-x: -50px
}

.category-card3.style2 .box-img:after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	opacity: 0.15;
	border-radius: 50%
}

.category-card3.style2 .box-img:before {
	background: transparent;
	border: 1px dashed var(--theme-color)
}

.cta-thumb1-1 {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-right: -68px;
	margin-bottom: -120px;
	margin-top: -47px
}

@media (max-width: 1299px) {
	.cta-thumb1-1 {
		margin-right: 0
	}
}

@media (max-width: 1199px) {
	.cta-thumb1-1 {
		margin-top: 0
	}
}

@media (max-width: 991px) {
	.cta-thumb1-1 {
		margin-bottom: -80px
	}
}

.cta-thumb1-1 .ripple-1,
.cta-thumb1-1 .ripple-2,
.cta-thumb1-1 .ripple-3,
.cta-thumb1-1 .ripple-4,
.cta-thumb1-1 .ripple-5,
.cta-thumb1-1 .ripple-6,
.cta-thumb1-1 .ripple-7,
.cta-thumb1-1 .ripple-8,
.cta-thumb1-1 .ripple-9 {
	width: 400px;
	height: 400px;
	position: absolute;
	margin-left: -200px;
	left: 50%;
	bottom: -100px;
	background-color: transparent;
	border: 1px solid rgba(87, 88, 95, 0.3);
	border-radius: 50%;
	-webkit-animation: ripple2 8s linear infinite;
	animation: ripple2 8s linear infinite;
	opacity: 0;
	z-index: -1
}

.cta-thumb1-1 .ripple-1 {
	-webkit-animation-delay: 0;
	animation-delay: 0
}

.cta-thumb1-1 .ripple-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.cta-thumb1-1 .ripple-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.cta-thumb1-1 .ripple-4 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.cta-thumb1-1 .ripple-5 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.cta-thumb1-1 .ripple-6 {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.cta-thumb1-1 .ripple-7 {
	-webkit-animation-delay: 6s;
	animation-delay: 6s
}

.cta-thumb1-1 .ripple-8 {
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}

.cta-thumb1-1 .ripple-9 {
	-webkit-animation-delay: 8s;
	animation-delay: 8s
}

.video-area-1 {
	padding: 250px 0;
	background-attachment: fixed
}

.video-box1 {
	text-align: center;
	position: relative;
	z-index: 1;
	display: block;
	height: 152px
}

.video-box1 .about-video-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 32px;
	color: var(--white-color)
}

.about-video-tag {
	background: transparent;
	display: inline-block;
	height: 152px;
	width: 152px;
	border-radius: 50%;
	z-index: 1;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--title-font);
	color: var(--white-color);
	line-height: 12px;
	text-align: center;
	animation: spin 10s infinite alternate-reverse
}

.about-video-tag:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: transparent;
	border: 27px solid var(--theme-color);
	height: 100%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%
}

.about-video-tag span {
	--rotate-letter: 10deg;
	height: 68px;
	position: absolute;
	width: 10px;
	left: 45%;
	top: 3px;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: rotate(var(--rotate-letter));
	-ms-transform: rotate(var(--rotate-letter));
	transform: rotate(var(--rotate-letter));
	z-index: 1
}

.about-video-tag span.char2 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 2));
	-ms-transform: rotate(calc(var(--rotate-letter) * 2));
	transform: rotate(calc(var(--rotate-letter) * 2))
}

.about-video-tag span.char3 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 3));
	-ms-transform: rotate(calc(var(--rotate-letter) * 3));
	transform: rotate(calc(var(--rotate-letter) * 3))
}

.about-video-tag span.char4 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 4));
	-ms-transform: rotate(calc(var(--rotate-letter) * 4));
	transform: rotate(calc(var(--rotate-letter) * 4))
}

.about-video-tag span.char5 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 5));
	-ms-transform: rotate(calc(var(--rotate-letter) * 5));
	transform: rotate(calc(var(--rotate-letter) * 5))
}

.about-video-tag span.char6 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 6));
	-ms-transform: rotate(calc(var(--rotate-letter) * 6));
	transform: rotate(calc(var(--rotate-letter) * 6))
}

.about-video-tag span.char7 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 7));
	-ms-transform: rotate(calc(var(--rotate-letter) * 7));
	transform: rotate(calc(var(--rotate-letter) * 7))
}

.about-video-tag span.char8 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 8));
	-ms-transform: rotate(calc(var(--rotate-letter) * 8));
	transform: rotate(calc(var(--rotate-letter) * 8))
}

.about-video-tag span.char9 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 9));
	-ms-transform: rotate(calc(var(--rotate-letter) * 9));
	transform: rotate(calc(var(--rotate-letter) * 9))
}

.about-video-tag span.char10 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 10));
	-ms-transform: rotate(calc(var(--rotate-letter) * 10));
	transform: rotate(calc(var(--rotate-letter) * 10))
}

.about-video-tag span.char11 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 11));
	-ms-transform: rotate(calc(var(--rotate-letter) * 11));
	transform: rotate(calc(var(--rotate-letter) * 11))
}

.about-video-tag span.char12 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 12));
	-ms-transform: rotate(calc(var(--rotate-letter) * 12));
	transform: rotate(calc(var(--rotate-letter) * 12))
}

.about-video-tag span.char13 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 13));
	-ms-transform: rotate(calc(var(--rotate-letter) * 13));
	transform: rotate(calc(var(--rotate-letter) * 13))
}

.about-video-tag span.char14 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 14));
	-ms-transform: rotate(calc(var(--rotate-letter) * 14));
	transform: rotate(calc(var(--rotate-letter) * 14))
}

.about-video-tag span.char15 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 15));
	-ms-transform: rotate(calc(var(--rotate-letter) * 15));
	transform: rotate(calc(var(--rotate-letter) * 15))
}

.about-video-tag span.char16 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 16));
	-ms-transform: rotate(calc(var(--rotate-letter) * 16));
	transform: rotate(calc(var(--rotate-letter) * 16))
}

.about-video-tag span.char17 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 17));
	-ms-transform: rotate(calc(var(--rotate-letter) * 17));
	transform: rotate(calc(var(--rotate-letter) * 17))
}

.about-video-tag span.char18 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 18));
	-ms-transform: rotate(calc(var(--rotate-letter) * 18));
	transform: rotate(calc(var(--rotate-letter) * 18))
}

.about-video-tag span.char19 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 19));
	-ms-transform: rotate(calc(var(--rotate-letter) * 19));
	transform: rotate(calc(var(--rotate-letter) * 19))
}

.about-video-tag span.char20 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 20));
	-ms-transform: rotate(calc(var(--rotate-letter) * 20));
	transform: rotate(calc(var(--rotate-letter) * 20))
}

.about-video-tag span.char21 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 21));
	-ms-transform: rotate(calc(var(--rotate-letter) * 21));
	transform: rotate(calc(var(--rotate-letter) * 21))
}

.about-video-tag span.char22 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 22));
	-ms-transform: rotate(calc(var(--rotate-letter) * 22));
	transform: rotate(calc(var(--rotate-letter) * 22))
}

.about-video-tag span.char23 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 23));
	-ms-transform: rotate(calc(var(--rotate-letter) * 23));
	transform: rotate(calc(var(--rotate-letter) * 23))
}

.about-video-tag span.char24 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 24));
	-ms-transform: rotate(calc(var(--rotate-letter) * 24));
	transform: rotate(calc(var(--rotate-letter) * 24))
}

.about-video-tag span.char25 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 25));
	-ms-transform: rotate(calc(var(--rotate-letter) * 25));
	transform: rotate(calc(var(--rotate-letter) * 25))
}

.about-video-tag span.char26 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 26));
	-ms-transform: rotate(calc(var(--rotate-letter) * 26));
	transform: rotate(calc(var(--rotate-letter) * 26))
}

.about-video-tag span.char27 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 27));
	-ms-transform: rotate(calc(var(--rotate-letter) * 27));
	transform: rotate(calc(var(--rotate-letter) * 27))
}

.about-video-tag span.char28 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 28));
	-ms-transform: rotate(calc(var(--rotate-letter) * 28));
	transform: rotate(calc(var(--rotate-letter) * 28))
}

.about-video-tag span.char29 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 29));
	-ms-transform: rotate(calc(var(--rotate-letter) * 29));
	transform: rotate(calc(var(--rotate-letter) * 29))
}

.about-video-tag span.char30 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 30));
	-ms-transform: rotate(calc(var(--rotate-letter) * 30));
	transform: rotate(calc(var(--rotate-letter) * 30))
}

.about-video-tag span.char31 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 31));
	-ms-transform: rotate(calc(var(--rotate-letter) * 31));
	transform: rotate(calc(var(--rotate-letter) * 31))
}

.about-video-tag span.char32 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 32));
	-ms-transform: rotate(calc(var(--rotate-letter) * 32));
	transform: rotate(calc(var(--rotate-letter) * 32))
}

.about-video-tag span.char33 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 33));
	-ms-transform: rotate(calc(var(--rotate-letter) * 33));
	transform: rotate(calc(var(--rotate-letter) * 33))
}

.about-video-tag span.char34 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 34));
	-ms-transform: rotate(calc(var(--rotate-letter) * 34));
	transform: rotate(calc(var(--rotate-letter) * 34))
}

.about-video-tag span.char35 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 35));
	-ms-transform: rotate(calc(var(--rotate-letter) * 35));
	transform: rotate(calc(var(--rotate-letter) * 35))
}

.about-video-tag span.char36 {
	-webkit-transform: rotate(calc(var(--rotate-letter) * 36));
	-ms-transform: rotate(calc(var(--rotate-letter) * 36));
	transform: rotate(calc(var(--rotate-letter) * 36))
}

.video-box2 {
	text-align: center;
	padding: 85px 0
}

.video-wrap1 {
	position: relative;
	z-index: 1;
	display: block
}

.video-wrap1 .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}

.project-slider1 {
	margin-right: -374px
}

@media (max-width: 1399px) {
	.project-slider1 {
		margin-right: -100px
	}
}

@media (max-width: 1299px) {
	.project-slider1 {
		margin-right: 0
	}
}

.project-slider1 .swiper-slide.swiper-slide-active .project-card:after {
	opacity: 1
}

.project-slider1 .swiper-slide.swiper-slide-active .project-card .project-img img {
	scale: 1.05
}

.project-slider1 .swiper-slide.swiper-slide-active .project-card .project-content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px)
}

.project-card {
	border-radius: 24px;
	position: relative;
	overflow: hidden
}

.project-card:after {
	content: '';
	position: absolute;
	inset: 0;
	background: -webkit-linear-gradient(top, rgba(0, 9, 22, 0.2) 40.92%, rgba(0, 9, 22, 0.95) 89.44%);
	background: linear-gradient(180deg, rgba(0, 9, 22, 0.2) 40.92%, rgba(0, 9, 22, 0.95) 89.44%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0
}

.project-card .project-img img {
	width: 100%;
	border-radius: inherit;
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.project-card .project-content {
	position: absolute;
	inset: 0;
	top: auto;
	z-index: 1;
	padding: 24px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

.project-card .project-subtitle {
	font-size: 16px;
	font-weight: 400;
	color: var(--theme-color);
	margin-bottom: 8px
}

.project-card .box-title {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 8px;
	margin-bottom: 8px
}

.project-card .link-btn {
	font-weight: 400
}

.project-card .link-btn i {
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.project-card:hover:after {
	opacity: 1
}

.project-card:hover .project-img img {
	scale: 1.05
}

.project-card:hover .project-content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px)
}

@media (max-width: 575px) {
	.project-card:after {
		opacity: 1
	}

	.project-card .project-img img {
		scale: 1.05
	}

	.project-card .project-content {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px)
	}
}

.network-wrap {
	text-align: center;
	position: relative
}

.network-wrap .network-line {
	padding: 40px 0
}

.network-wrap .network-line[data-show="true"] svg path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	-webkit-animation: dash linear forwards;
	animation: dash linear forwards;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

@media (max-width: 991px) {
	.network-wrap .network-line {
		display: none
	}
}

@media (max-width: 991px) {
	.network-wrap {
		background-size: 100% 100% !important
	}
}

@media (max-width: 575px) {
	.network-wrap {
		background-size: cover !important
	}
}

.network-wrap .location-wrap {
	position: absolute;
	left: 50%;
	top: 4%;
	-webkit-transform: translate(-65%, 0);
	-ms-transform: translate(-65%, 0);
	transform: translate(-65%, 0)
}

@media (max-width: 991px) {
	.network-wrap .location-wrap {
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 60px;
		position: relative
	}

	.network-wrap .location-wrap:after {
		content: '';
		position: absolute;
		height: 60px;
		width: 2px;
		background: var(--theme-color);
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 100%);
		-ms-transform: translate(-50%, 100%);
		transform: translate(-50%, 100%)
	}

	.network-wrap .location-wrap:before {
		content: '';
		position: absolute;
		width: 50%;
		height: 2px;
		background: var(--theme-color);
		left: 50%;
		bottom: -60px;
		-webkit-transform: translate(-50%, 100%);
		-ms-transform: translate(-50%, 100%);
		transform: translate(-50%, 100%)
	}
}

@media (max-width: 575px) {
	.network-wrap .location-wrap {
		margin-bottom: 10px
	}

	.network-wrap .location-wrap:after {
		height: 10px
	}

	.network-wrap .location-wrap:before {
		display: none
	}
}

.network-wrap .location-wrap .location-name {
	font-size: 16px;
	font-weight: 400;
	background: var(--theme-color);
	padding: 4px 10px;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 0
}

.network-wrap .location-wrap .location-card {
	background: var(--smoke-color);
	border-radius: 16px;
	padding: 16px;
	position: relative;
	z-index: 1;
	max-width: 290px;
	text-align: start;
	margin-bottom: 17px
}

.network-wrap .location-wrap .location-card:after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 2px;
	background: -webkit-linear-gradient(120deg, var(--theme-color2), var(--theme-color) 80%);
	background: linear-gradient(-30deg, var(--theme-color2), var(--theme-color) 80%);
	-webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
	opacity: 0.5
}

.network-wrap .location-wrap .location-card .box-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.network-wrap .location-wrap .location-card .box-content .box-icon {
	color: var(--theme-color)
}

.network-wrap .location-wrap .location-card .box-content .box-title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0
}

.network-wrap .location-wrap .location-card .box-content .link-btn {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 14px;
	font-weight: 400;
	color: var(--body-color);
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.network-wrap .location-wrap .location-card .box-content .link-btn:before {
	background: var(--body-color);
	height: 1px
}

.network-wrap .location-wrap .location-card .location-growth-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.network-wrap .location-wrap .location-card .location-growth-wrap .box-number {
	color: var(--white-color)
}

@media (max-width: 991px) {
	.network-wrap .location-wrap .location-card {
		margin-left: auto;
		margin-right: auto
	}
}

.network-wrap .location-branch-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.network-wrap .location-branch-list .location-branch {
	position: absolute
}

.network-wrap .location-branch-list .location-branch a {
	font-size: 14px;
	font-weight: 400;
	color: var(--white-color);
	background: var(--smoke-color);
	border-radius: 6px;
	display: inline-block;
	padding: 2px 10px
}

.network-wrap .location-branch-list .location-branch a:hover {
	background: var(--theme-color2)
}

.network-wrap .location-branch-list .location-branch:nth-child(1) {
	left: 10%;
	bottom: 45%
}

.network-wrap .location-branch-list .location-branch:nth-child(2) {
	left: 18%;
	bottom: 20%
}

.network-wrap .location-branch-list .location-branch:nth-child(3) {
	left: 42%;
	bottom: 35%
}

.network-wrap .location-branch-list .location-branch:nth-child(4) {
	left: 53%;
	bottom: 50%
}

.network-wrap .location-branch-list .location-branch:nth-child(5) {
	right: 0;
	top: 25%
}

@media (max-width: 991px) {
	.network-wrap .location-branch-list .location-branch {
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		margin-top: 15px
	}
}

@media (max-width: 991px) {
	.network-wrap .location-branch-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr)
	}

	.network-wrap .location-branch-list .location-branch {
		margin-top: 30px;
		position: relative
	}

	.network-wrap .location-branch-list .location-branch:after {
		content: '';
		position: absolute;
		height: 30px;
		width: 2px;
		background: var(--theme-color);
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%)
	}
}

@media (max-width: 575px) {
	.network-wrap .location-branch-list {
		grid-template-columns: repeat(1, 1fr)
	}
}

@-webkit-keyframes dash {
	to {
		stroke-dashoffset: 0px;
		stroke-dasharray: 1000
	}
}

@keyframes dash {
	to {
		stroke-dashoffset: 0px;
		stroke-dasharray: 1000
	}
}

.px-5 {
	padding-right: 5px;
	padding-left: 5px
}

.px-10 {
	padding-right: 10px;
	padding-left: 10px
}

.px-15 {
	padding-right: 15px;
	padding-left: 15px
}

.px-20 {
	padding-right: 20px;
	padding-left: 20px
}

.px-25 {
	padding-right: 25px;
	padding-left: 25px
}

.px-30 {
	padding-right: 30px;
	padding-left: 30px
}

.px-35 {
	padding-right: 35px;
	padding-left: 35px
}

.px-40 {
	padding-right: 40px;
	padding-left: 40px
}

.px-45 {
	padding-right: 45px;
	padding-left: 45px
}

.px-50 {
	padding-right: 50px;
	padding-left: 50px
}

.py-5 {
	padding-top: 5px;
	padding-bottom: 5px
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px
}

.py-25 {
	padding-top: 25px;
	padding-bottom: 25px
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.py-35 {
	padding-top: 35px;
	padding-bottom: 35px
}

.py-40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.py-45 {
	padding-top: 45px;
	padding-bottom: 45px
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}

.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-25 {
	padding-left: 25px
}

.pl-30 {
	padding-left: 30px
}

.pl-35 {
	padding-left: 35px
}

.pl-40 {
	padding-left: 40px
}

.pl-45 {
	padding-left: 45px
}

.pl-50 {
	padding-left: 50px
}

.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-25 {
	padding-right: 25px
}

.pr-30 {
	padding-right: 30px
}

.pr-35 {
	padding-right: 35px
}

.pr-40 {
	padding-right: 40px
}

.pr-45 {
	padding-right: 45px
}

.pr-50 {
	padding-right: 50px
}

.pt-60 {
	padding-top: 60px
}

.pb-60 {
	padding-bottom: 60px
}

.mx-5 {
	margin-right: 5px;
	margin-left: 5px
}

.mx-10 {
	margin-right: 10px;
	margin-left: 10px
}

.mx-15 {
	margin-right: 15px;
	margin-left: 15px
}

.mx-20 {
	margin-right: 20px;
	margin-left: 20px
}

.mx-25 {
	margin-right: 25px;
	margin-left: 25px
}

.mx-30 {
	margin-right: 30px;
	margin-left: 30px
}

.mx-35 {
	margin-right: 35px;
	margin-left: 35px
}

.mx-40 {
	margin-right: 40px;
	margin-left: 40px
}

.mx-45 {
	margin-right: 45px;
	margin-left: 45px
}

.mx-50 {
	margin-right: 50px;
	margin-left: 50px
}

.my-5 {
	margin-top: 5px;
	margin-bottom: 5px
}

.my-10 {
	margin-top: 10px;
	margin-bottom: 10px
}

.my-15 {
	margin-top: 15px;
	margin-bottom: 15px
}

.my-20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.my-25 {
	margin-top: 25px;
	margin-bottom: 25px
}

.my-30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.my-35 {
	margin-top: 35px;
	margin-bottom: 35px
}

.my-40 {
	margin-top: 40px;
	margin-bottom: 40px
}

.my-45 {
	margin-top: 45px;
	margin-bottom: 45px
}

.my-50 {
	margin-top: 50px;
	margin-bottom: 50px
}

.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.ml-35 {
	margin-left: 35px
}

.ml-40 {
	margin-left: 40px
}

.ml-45 {
	margin-left: 45px
}

.ml-50 {
	margin-left: 50px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-25 {
	margin-right: 25px
}

.mr-30 {
	margin-right: 30px
}

.mr-35 {
	margin-right: 35px
}

.mr-40 {
	margin-right: 40px
}

.mr-45 {
	margin-right: 45px
}

.mr-50 {
	margin-right: 50px
}

.mt-60 {
	margin-top: 60px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-33 {
	margin-bottom: 33px
}

.mb-28 {
	margin-bottom: 28px
}

.mt-n1 {
	margin-top: -.25rem
}

.mt-n2 {
	margin-top: -.45rem
}

.mt-n3 {
	margin-top: -0.8rem
}

.mt-n4 {
	margin-top: -1.5rem
}

.mt-n5 {
	margin-top: -3rem
}

.mb-n1 {
	margin-bottom: -.25rem
}

.mb-n2 {
	margin-bottom: -.45rem
}

.mb-n3 {
	margin-bottom: -0.8rem
}

.mb-n4 {
	margin-bottom: -1.5rem
}

.mb-n5 {
	margin-bottom: -3rem
}

.space,
.space-top {
	padding-top: var(--section-space)
}

.space:has(.cloud-bg-top-shape1),
.space-top:has(.cloud-bg-top-shape1) {
	padding-top: calc(var(--section-space) + 42px)
}

.space,
.space-bottom {
	padding-bottom: var(--section-space)
}

.space:has(.cloud-bg-bottom-shape1),
.space-bottom:has(.cloud-bg-bottom-shape1) {
	padding-bottom: calc(var(--section-space) + 42px)
}

.space-extra,
.space-extra-top {
	padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
	padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2,
.space-extra2-top {
	padding-top: calc(var(--section-space) - 40px)
}

.space-extra2,
.space-extra2-bottom {
	padding-bottom: calc(var(--section-space) - 40px)
}

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

	.space-extra2,
	.space-extra2-top {
		padding-top: 70px
	}

	.space-extra2,
	.space-extra2-bottom {
		padding-bottom: 70px
	}
}