:root {
	--theme-color: #fd5115;
	--secondary-color: #001a71;
	--title-color: #000000;
	--body-color: #555555;
	--smoke-color: #f3f5fc;
	--light-color: #d3d3d3;
	--black-color: #000000;
	--white-color: #ffffff;
	--yellow-color: #fec624;
	--success-color: #28a745;
	--error-color: #dc3545;
	--border-color: #f1f2f7;
	--title-font: "Sora", sans-serif;
	--body-font: "Sora", sans-serif;
	--icon-font: "Font Awesome 5 Pro";
	--main-container: 1290px;
	--container-gutters: 30px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 80px;
	--ripple-ani-duration: 5s
}

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

body {
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--body-color);
	line-height: 26px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}

iframe {
	border: none;
	width: 100%
}

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

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

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

ul {
	list-style-type: disc
}

ol {
	list-style-type: decimal
}

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

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

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

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

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

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

button {
	transition: all ease .4s
}

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

ins {
	text-decoration: none
}

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

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

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

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: 48px
}

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

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

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

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

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

@media(max-width: 991px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-button .wp-block-button__link {
	color: #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: rgba(0, 0, 0, 0);
	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 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px
}

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

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

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

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

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

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

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

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

@media(max-width: 782px) {

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

@media(max-width: 600px) {

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

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

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

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

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

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

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

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

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

.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: rgba(0, 0, 0, 0)
}

.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: rgba(0, 0, 0, 0);
	position: relative
}

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

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

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

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

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

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

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

.blog-details .blog-single .blog-content {
	background-color: rgba(0, 0, 0, 0);
	overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 1199px) {

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

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

@media(max-width: 767px) {

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

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

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

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

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

@media only screen and (min-width: 1300px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: calc(var(--main-container) + var(--container-gutters));
		padding-left: calc(var(--container-gutters)/2);
		padding-right: calc(var(--container-gutters)/2)
	}
}

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

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

@media(min-width: 1500px)and (max-width: 1921px) {
	.container-style1 {
		--main-container: 1578px;
		margin-right: 0;
		padding-right: 0;
		overflow: hidden
	}

	.container-style2 {
		padding-left: 0;
		margin-left: 0;
		overflow: hidden;
		--main-container: 1578px
	}
}

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

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

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

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

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

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

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

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

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

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

select,
.form-control,
.form-select,
textarea,
input {
	height: 50px;
	padding: 0 30px 0 28px;
	padding-right: 45px;
	border: 1px solid #e0e0e0;
	color: var(--body-color);
	background-color: var(--white-color);
	border-radius: 9999px;
	border-radius: 0;
	font-size: 14px;
	width: 100%
}

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

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::-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::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 {
	color: #777;
	font-size: 16px;
	border-radius: 12px;
	height: 62px;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, .05)
}

select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
	color: #777
}

select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
	color: #777
}

select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
	color: #777
}

select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
	color: #777
}

select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
	color: #777
}

select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
	background-color: var(--white-color);
	color: var(--title-color);
	height: 60px;
	border: none;
	border-radius: 12px
}

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

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

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

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

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

select.style3 option,
.form-control.style3 option,
.form-select.style3 option,
textarea.style3 option,
input.style3 option {
	color: var(--title-color)
}

select.style3:focus,
.form-control.style3:focus,
.form-select.style3:focus,
textarea.style3:focus,
input.style3:focus {
	background-color: var(--white-color);
	color: var(--title-color);
	border-color: rgba(0, 0, 0, 0)
}

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

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

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

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

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

select.style4,
.form-control.style4,
.form-select.style4,
textarea.style4,
input.style4 {
	height: 60px;
	border-radius: 9999px
}

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

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

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

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

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

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

.form-select.style3,
select.style3 {
	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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E")
}

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

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

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

textarea.form-control.style4,
textarea.form-control.style3,
textarea.style4,
textarea.style3 {
	border-radius: 12px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control.is-invalid:focus,
select.form-control.is-invalid:focus,
input.form-control.is-invalid:focus,
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,
textarea.is-invalid.style3 {
	background-position: top calc(.375em + .5875rem) right calc(.375em + .8875rem)
}

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

.form-messages {
	display: none
}

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

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

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

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

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

[data-variable-width] .col-auto {
	flex: 0 0 auto;
	width: auto
}

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

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

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

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

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

.slick-dots button {
	font-size: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	line-height: 0;
	border-radius: 100%;
	border: 2px solid #c3c3c3;
	background-color: rgba(0, 0, 0, 0);
	transition: all ease .4s;
	position: relative
}

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

.slick-dots .slick-active button {
	background-color: var(--theme-color);
	border-color: rgba(0, 0, 0, 0);
	transform: scale(1.15)
}

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

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

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

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

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

[data-slick-prev].icon-btn.style6:not(:last-child),
[data-slick-next].icon-btn.style6:not(:last-child) {
	margin-right: -15px
}

@media(max-width: 767px) {

	[data-slick-prev].icon-btn.style6:not(:last-child),
	[data-slick-next].icon-btn.style6:not(:last-child) {
		margin-right: 5px
	}
}

.arrow-wrap .slick-arrow {
	opacity: 0;
	visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
	opacity: 1;
	visibility: visible
}

@media(max-width: 1500px) {
	.slick-arrow {
		--arrow-horizontal: -20px
	}
}

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

@media(max-width: 991px) {
	.slick-arrow {
		--icon-size: 40px;
		margin-right: 40px
	}

	.slick-arrow.slick-next {
		margin-right: 0;
		margin-left: 40px
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loader {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
	border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
	color: var(--theme-color);
	-webkit-animation: loaderfill 1s ease-in infinite alternate;
	animation: loaderfill 1s ease-in infinite alternate
}

.loader::before,
.loader::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
	left: 48px;
	top: 0;
	-webkit-animation: loaderfill .9s ease-in infinite alternate;
	animation: loaderfill .9s ease-in infinite alternate;
	transform: rotate(45deg)
}

.loader::after {
	left: auto;
	right: 48px;
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s
}

@-webkit-keyframes loaderfill {
	0% {
		box-shadow: 0 0 0 2px inset
	}

	100% {
		box-shadow: 0 0 0 10px inset
	}
}

@keyframes loaderfill {
	0% {
		box-shadow: 0 0 0 2px inset
	}

	100% {
		box-shadow: 0 0 0 10px inset
	}
}

.vs-btn {
	position: relative;
	display: inline-block;
	border: none;
	text-transform: capitalize;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-family: var(--title-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 22px 40px;
	border-radius: 9999px;
	z-index: 1
}

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

.vs-btn>i {
	margin-left: 8px
}

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

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

.vs-btn.style2 {
	border: 2px solid var(--white-color);
	background-color: rgba(0, 0, 0, 0);
	color: var(--white-color)
}

.vs-btn.style2 i {
	margin: 0 10px 0 0;
	font-size: 18px
}

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

.vs-btn.style3 {
	border: 2px solid var(--theme-color);
	background-color: rgba(0, 0, 0, 0);
	color: var(--theme-color);
	padding: 18px 27px
}

.vs-btn.style3 i {
	margin: 0 10px 0 0;
	font-size: 18px
}

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

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

.vs-btn.style4 {
	padding: 0 35px 0 0;
	background-color: rgba(0, 0, 0, 0);
	color: var(--title-color)
}

.vs-btn.style4:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	background-color: var(--white-color);
	z-index: -2;
	border-radius: inherit;
	border: 2px solid var(--theme-color)
}

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

.vs-btn.style4 i {
	width: 64px;
	height: 64px;
	line-height: 60px;
	font-size: 22px;
	display: inline-block;
	margin: 0 20px 0 0;
	border-radius: 50%;
	background-color: var(--theme-color);
	color: var(--white-color);
	transition: all ease .4s
}

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

.vs-btn.style4:hover i {
	background-color: var(--secondary-color)
}

.vs-btn.style4:hover:before {
	transform: scale(1)
}

.vs-btn.style5 {
	background-color: var(--secondary-color);
	font-weight: 500
}

.icon-btn {
	display: inline-block;
	border: none;
	padding: 0;
	width: var(--btn-size, 50px);
	height: var(--btn-size, 50px);
	line-height: var(--btn-size, 50px);
	font-size: var(--btn-font-size, 18px);
	background-color: var(--icon-bg, #ffffff);
	color: var(--title-color);
	text-align: center;
	border-radius: 50%;
	transition: all ease .4s
}

.icon-btn.style2 {
	border: 1px solid #e0e0e0;
	background-color: rgba(0, 0, 0, 0)
}

.icon-btn.style3 {
	--btn-size: 85px;
	--btn-font-size: 30px;
	line-height: calc(var(--btn-size) - 1px);
	border: 1px solid #e0e0e0;
	box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, .05)
}

.icon-btn.style4 {
	background-color: #213ea1;
	color: var(--white-color)
}

.icon-btn.style5 {
	--btn-size: 85px;
	--btn-font-size: 24px
}

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

.icon-btn.style6 {
	--btn-size: 70px;
	--btn-font-size: 26px;
	border: 2px solid var(--theme-color);
	color: var(--theme-color)
}

.icon-btn:hover {
	border-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	background-color: var(--theme-color);
	color: var(--white-color)
}

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

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

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

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

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

.play-btn.style2 {
	--icon-size: 130px;
	--icon-font-size: 2em
}

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

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

.play-btn.style3 {
	border-radius: 50%
}

.play-btn.style3>i {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	--icon-size: 65px;
	--icon-font-size: 18px;
	color: var(--white-color)
}

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

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

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

.link-btn {
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	line-height: .8;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: -2px;
	text-transform: capitalize
}

.link-btn i {
	margin-left: 7px;
	font-size: .9rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.view-big-btn {
	text-align: center;
	display: inline-block
}

.view-big-btn i {
	display: inline-block;
	text-align: center;
	width: var(--icon-size, 130px);
	height: var(--icon-size, 130px);
	line-height: var(--icon-size, 130px);
	font-size: var(--icon-font-size, 36px);
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 50%;
	transition: all ease .4s
}

.view-big-btn .btn-text {
	display: block;
	color: var(--title-color);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 15px 0 0 0
}

.view-big-btn:hover i {
	background-color: var(--secondary-color)
}

@media(max-width: 1500px) {

	.icon-btn.style3,
	.icon-btn.style5 {
		--btn-size: 55px;
		--btn-font-size: 16px
	}
}

@media(max-width: 1199px) {
	.play-btn.style3>i {
		--icon-size: 50px;
		--icon-font-size: 14px
	}

	.play-btn.style2 {
		--icon-size: 80px;
		--icon-font-size: 1.5em
	}

	.icon-btn.style6 {
		--btn-size: 50px;
		--btn-font-size: 20px
	}

	.view-big-btn i {
		--icon-size: 80px;
		--icon-font-size: 24px
	}
}

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

	.scrollToTop {
		right: 20px
	}

	.scrollToTop.show {
		bottom: 20px
	}
}

.sec-title {
	font-size: 48px;
	line-height: 1.3;
	margin: -0.2em 0 26px 0;
	display: inline-block
}

.sec-subtitle2,
.sec-subtitle {
	font-size: 16px;
	font-weight: 700;
	color: var(--theme-color);
	display: block;
	text-transform: uppercase;
	margin: -0.2em 0 10px 0
}

.sec-subtitle2 {
	font-size: 20px;
	margin-bottom: 15px
}

.sec-line {
	height: 1px;
	width: 60px;
	background-color: var(--theme-color);
	display: block;
	margin: 0 0 15px 0
}

.sec-pills {
	display: inline-block;
	margin: 8px 0 11px 0
}

.sec-pills .pill {
	display: inline-block;
	width: 5px;
	height: 16px;
	background-color: var(--theme-color);
	border-radius: 9999px;
	position: relative
}

.sec-pills .pill:nth-child(even) {
	top: -8px
}

.sec-innertitle {
	font-size: 40px;
	margin: 0 0 25px 0
}

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

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

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

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

	.sec-innertitle {
		font-size: 30px
	}
}

@media(max-width: 991px) {

	.sec-btn,
	.title-area {
		margin-bottom: 20px
	}
}

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

	.sec-innertitle {
		font-size: 26px
	}

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

.image-scale-hover {
	overflow: hidden
}

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

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

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

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

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

.media-body {
	flex: 1
}

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

.vs-shape1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color);
	border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
	transform: rotate(45deg);
	z-index: -1
}

.info-ruler {
	border: 1px solid #e0e0e0;
	box-shadow: 10.5px 18.187px 10px 0px rgba(4, 4, 4, .05);
	background-color: var(--white-color);
	padding: 24px 70px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: -40px 0 0 auto;
	position: relative;
	z-index: 3;
	border-radius: 9999px
}

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

.info-ruler li {
	display: inline-block;
	color: var(--title-color);
	font-size: 18px;
	margin-right: 45px
}

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

.info-ruler li img {
	margin-right: 10px
}

.info-ruler a {
	color: inherit
}

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

@media(min-width: 1922px) {
	.body-shape1.background-image {
		background-size: 100% 100%
	}
}

@media(max-width: 991px) {
	.body-shape1.background-image {
		padding-bottom: 50px
	}

	.info-ruler {
		margin: 40px 0 0 0;
		width: 100%;
		text-align: center
	}
}

@media(max-width: 767px) {
	.info-ruler {
		padding: 25px 30px;
		border-radius: 12px
	}

	.info-ruler li {
		display: block;
		margin: 0 0 20px 0
	}

	.info-ruler li:last-child {
		margin-bottom: 0
	}
}

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

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

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

.fw-light {
	font-weight: 300
}

.fw-normal {
	font-weight: 400
}

.fw-medium {
	font-weight: 500
}

.fw-semibold {
	font-weight: 600
}

.fw-bold {
	font-weight: 700
}

.fw-extrabold {
	font-weight: 800
}

.fs-md {
	font-size: 18px
}

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

@media(max-width: 767px) {
	p.fs-md {
		font-size: 16px
	}
}

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

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

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

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

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

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

.bg-light2 {
	background-color: #f6f7fb
}

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

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

.text-secondary {
	color: var(--secondary-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-light-inner {
	color: #888
}

.text-inherit,
.contact-box__text a {
	color: inherit
}

.text-inherit:hover,
.contact-box__text a: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,
.cta-video .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

[data-overlay] {
	position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ripple-animation2,
.testi-style1 .testi-shape:after,
.testi-style1 .testi-shape:before,
.service-shape1:after,
.service-shape1:before {
	-webkit-animation-name: ripple2;
	animation-name: ripple2
}

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

	30% {
		opacity: .4
	}

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

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

	30% {
		opacity: .4
	}

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

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

	30% {
		opacity: .8
	}

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

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

	30% {
		opacity: .8
	}

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

@-webkit-keyframes ripple3 {
	0% {
		transform: rotate(45deg) scale(0.88);
		opacity: 0
	}

	30% {
		opacity: .8
	}

	100% {
		transform: rotate(45deg) scale(1.15);
		opacity: 0
	}
}

@keyframes ripple3 {
	0% {
		transform: rotate(45deg) scale(0.88);
		opacity: 0
	}

	30% {
		opacity: .8
	}

	100% {
		transform: rotate(45deg) scale(1.15);
		opacity: 0
	}
}

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

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	padding: 21px 60px 21px 30px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	border: 1px solid #e0e0e0;
	color: var(--title-color);
	border-radius: 9999px
}

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

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

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #f4f7ff;
	font-size: 12px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: var(--title-color);
	position: absolute;
	right: 10px;
	top: 11px;
	z-index: 1;
	transition: all ease .4s
}

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

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

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

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

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

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

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

.widget {
	padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
	border: 2px solid var(--border-color);
	background-color: var(--white-color);
	position: relative;
	margin-bottom: 40px;
	border-radius: 7px
}

.widget select,
.widget input {
	height: 60px;
	border: none;
	background-color: var(--input-bg, #ecf0fb);
	border-radius: 9999px
}

.widget_title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	font-family: var(--title-font);
	line-height: 1em;
	margin: -0.07em 0 26px 0;
	text-transform: uppercase
}

.widget .search-form {
	position: relative
}

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

.widget .search-form button {
	width: 40px;
	height: 40px;
	text-align: center;
	border: none;
	background-color: var(--white-color);
	color: var(--theme-color);
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 50%
}

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

.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 14px 19px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-color: var(--white-color);
	color: var(--body-color);
	border: 1px solid #e0e0e0;
	border-radius: 9999px
}

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

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

.recent-post {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ecedf0;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0
}

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

.recent-post .media-img {
	margin-right: 25px;
	width: 90px
}

.recent-post .media-img img {
	width: 100%
}

.recent-post .post-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin: -0.1em 0 8px 0
}

.recent-post .recent-post-meta a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 10px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--white-color);
	background-color: var(--theme-color);
	border-radius: 9999px
}

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

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

.wp-block-calendar,
.calendar_wrap {
	position: relative;
	background-color: #fff;
	padding-bottom: 0;
	border: none
}

.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
	position: absolute;
	top: 8px;
	left: 20px;
	font-size: 14px;
	color: var(--title-color);
	font-weight: 500;
	z-index: 1
}

.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
	color: inherit
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
	left: auto;
	right: 20px
}

.wp-block-calendar caption,
.calendar_wrap caption {
	caption-side: top;
	text-align: center;
	color: var(--title-color);
	background-color: #f1dbbe
}

.wp-block-calendar th,
.calendar_wrap th {
	font-size: 14px;
	padding: 5px 5px;
	border: none;
	text-align: center;
	border-right: 1px solid #fff;
	color: #01133c;
	font-weight: 500
}

.wp-block-calendar th a,
.calendar_wrap th a {
	color: inherit
}

.wp-block-calendar td,
.calendar_wrap td {
	font-size: 14px;
	padding: 5px;
	color: #01133c;
	border: 1px solid #ededed;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	transition: all ease .4s
}

.wp-block-calendar #today,
.calendar_wrap #today {
	color: var(--theme-color);
	background-color: var(--white-color);
	border-color: #ededed
}

.wp-block-calendar thead,
.calendar_wrap thead {
	background-color: #f6f6f6
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
	margin-bottom: 0
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
	display: none
}

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

.sidebar-gallery .gallery-thumb {
	overflow: hidden;
	border-radius: 5px
}

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

.sidebar-gallery .gallery-thumb:hover img {
	transform: scale(1.3) rotate(15deg)
}

.newsletter-form {
	--body-color: #555555
}

.newsletter-form .form-title {
	color: var(--light-color);
	margin: -0.35em 0 17px 0
}

.newsletter-form input {
	color: var(--body-color);
	font-weight: 500;
	border-radius: 7px;
	margin: 0 0 15px 0;
	padding: 0 30px
}

.newsletter-form input::-moz-placeholder {
	color: var(--body-color)
}

.newsletter-form input:-ms-input-placeholder {
	color: var(--body-color)
}

.newsletter-form input::placeholder {
	color: var(--body-color)
}

.newsletter-form .vs-btn {
	border-radius: 7px
}

.widget_shopping_cart {
	text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_shopping_cart .vs-btn {
	border: 1px solid var(--title-color);
	color: var(--title-color);
	margin-right: 10px;
	text-transform: capitalize;
	height: 50px;
	line-height: 47px;
	padding: 0 35px;
	background-color: var(--title-color);
	color: var(--white-color);
	font-weight: 400
}

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

.widget_shopping_cart .buttons {
	margin: 0
}

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

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

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

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

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

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

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

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

.recent-product {
	display: flex
}

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

.vs-widget-about .footer-logo {
	margin: 0 0 30px 0
}

.vs-widget-about .footer-text {
	margin: 0 0 20px 0;
	max-width: 490px;
	color: var(--title-color)
}

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

	.widget_title {
		font-size: 20px
	}

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

	.sidebar-gallery {
		max-width: 300px
	}

	.vs-widget-about .footer-text {
		max-width: 100%;
		margin: 0 0 20px 0
	}

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

	.recent-post .recent-post-meta a {
		font-size: 12px;
		padding: 4px 7px
	}

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

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

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

	.sidebar-gallery {
		max-width: 100%
	}
}

@media(max-width: 767px) {
	.contact-widget .icon {
		--icon-size: 30px;
		--icon-font-size: 12px;
		top: 5px
	}

	.contact-widget .contact {
		padding: 0 0 0 45px;
		margin: 0 0 20px 0;
		border-bottom: none
	}
}

@media(max-width: 575px) {
	.widget {
		padding: 30px 20px
	}
}

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

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

.footer-widget .widget_title {
	font-size: 24px;
	text-transform: capitalize;
	margin: -0.2em 0 36px 0
}

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

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

.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 {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border: none;
	max-width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	margin: 0 0 26px 0;
	color: var(--title-color)
}

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

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
	content: "";
	font-family: var(--icon-font);
	color: var(--theme-color);
	margin-right: 15px
}

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

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

.footer-text {
	margin-bottom: 25px
}

.footer-info {
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
	margin: 0 0 23px 0;
	padding: 0 0 0 65px;
	height: 44px;
	max-width: 330px
}

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

.footer-info a {
	color: inherit
}

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

.footer-info i {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%)
}

.footer-number2,
.footer-number {
	font-size: 30px;
	font-weight: 500;
	display: inline-block;
	margin: 15px 0 0 0
}

.footer-number2 i,
.footer-number i {
	margin-right: 10px
}

.footer-number2 {
	margin: 5px 0 1px 0
}

.footer-address {
	max-width: 300px;
	position: relative;
	padding: 0 0 0 34px;
	margin-top: 0;
	margin-bottom: 8px;
	color: var(--title-color)
}

.footer-address i {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 18px;
	width: 23px;
	text-align: center;
	display: inline-block
}

.footer-location,
.footer-mail {
	font-size: 16px;
	color: var(--body-color);
	display: block;
	margin-bottom: 14px;
	color: var(--title-color);
	position: relative;
	padding-left: 35px
}

.footer-location i,
.footer-mail i {
	position: absolute;
	left: 0;
	top: 3px;
	width: 23px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	margin-right: 10px
}

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

.footer-social a {
	display: inline-block;
	/*background-color: var(--theme-color);*/
	color: var(--white-color);
	width: var(--icon-size, 50px);
	height: var(--icon-size, 50px);
	line-height: var(--icon-size, 40px);
	margin-right: 5px;
	text-align: center;
	border-radius: 50%
}

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

.footer-social a:hover {
	/*background-color: var(--secondary-color);*/
	color: var(--white-color);
	width: var(--icon-size, 40px);
	height: var(--icon-size, 40px);
}

.footer-about .footer-social {
	margin-top: 20px
}

.footer-layout2 .footer-widget .widget_title {
	margin: -0.2em 0 26px 0
}

.footer-layout3 .footer-widget .widget_title {
	margin-bottom: 46px
}

.footer-layout3 .widget_nav_menu {
	padding-top: 37px
}

@media(max-width: 1199px) {
	.footer-widget .widget_title {
		font-size: 24px;
		margin-bottom: 30px
	}

	.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 {
		margin-right: 10px
	}

	.footer-widget .newsletter-form {
		max-width: 300px
	}

	.footer-number {
		font-size: 20px
	}

	.footer-info {
		max-width: 250px
	}

	.footer-address {
		max-width: 270px
	}

	.footer-layout3 .footer-widget .widget_title {
		margin-bottom: 30px
	}

	.footer-layout3 .footer-widget.widget_meta,
	.footer-layout3 .footer-widget.widget_pages,
	.footer-layout3 .footer-widget.widget_archive,
	.footer-layout3 .footer-widget.widget_categories,
	.footer-layout3 .footer-widget.widget_nav_menu {
		padding-top: 0;
		margin-bottom: 65px
	}

	.footer-layout3 .footer-widget.widget_meta a,
	.footer-layout3 .footer-widget.widget_pages a,
	.footer-layout3 .footer-widget.widget_archive a,
	.footer-layout3 .footer-widget.widget_categories a,
	.footer-layout3 .footer-widget.widget_nav_menu a {
		margin: 0 0 20px 0
	}
}

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

	.footer-widget .newsletter-form {
		max-width: 100%
	}
}

@media(max-width: 767px) {
	.footer-info {
		max-width: 100%
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-style2>ul>li>a {
	padding: 49px 0
}

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

.header-number {
	color: var(--title-color);
	font-size: 18px;
	display: inline-block
}

.header-number:hover {
	color: var(--theme-color)
}

.header-number img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	display: inline-block
}

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

.header-links li {
	color: var(--title-color);
	display: inline-block;
	margin: 0 25px 0 0
}

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

.header-links li>i {
	color: var(--theme-color);
	margin: 0 10px 0 0
}

.header-links li a {
	color: inherit
}

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

.header-dropdown>.dropdown-toggle {
	color: var(--title-color)
}

.header-dropdown>.dropdown-toggle i {
	margin: 0 5px 0 0
}

.header-dropdown>.dropdown-toggle:after {
	content: "";
	font-family: var(--icon-font);
	border: none;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 5px
}

.header-dropdown>.dropdown-toggle:hover {
	color: var(--theme-color)
}

.header-dropdown ul.dropdown-menu {
	padding: 10px 15px;
	border: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
	margin: 0;
	margin-left: -15px !important;
	margin-top: 15px !important;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: auto;
	position: relative;
	z-index: 1;
	border: none
}

.header-dropdown ul.dropdown-menu li {
	margin-bottom: 10px
}

.header-dropdown ul.dropdown-menu li:last-child {
	margin-bottom: 0
}

.header-dropdown ul.dropdown-menu a {
	display: block;
	margin: 0 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 2px 10px;
	color: var(--title-color);
	font-weight: 400;
	font-size: 14px
}

.header-dropdown ul.dropdown-menu a:hover {
	color: var(--theme-color)
}

.header-dropdown ul.dropdown-menu a:first-child {
	margin-top: 0;
	padding-top: 0
}

.header-dropdown ul.dropdown-menu a:last-of-type,
.header-dropdown ul.dropdown-menu a:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

.header-dropdown ul.dropdown-menu:before {
	content: "";
	position: absolute;
	left: 47px;
	top: -7px;
	width: 14px;
	height: 14px;
	background-color: var(--white-color);
	z-index: -1;
	transform: rotate(45deg);
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed
}

.header-social .social-label {
	color: var(--title-color);
	margin: 0 10px 0 0;
	display: inline-block
}

.header-social a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 37px;
	font-size: 12px;
	/*border: 1px solid gray;*/
	color: var(--title-color);
	text-align: center;
	border-radius: 50%;
	margin: 0 5px 0 0
}

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

.header-social a:hover {
	/*background-color: var(--theme-color);*/
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.header-layout2 .header-top,
.header-layout1 .header-top {
	padding: 9px 0
}

.header-layout2 .will-sticky .sticky-active,
.header-layout1 .will-sticky .sticky-active {
	background-color: var(--secondary-color)
}

.header-layout2 .header-social .social-label,
.header-layout2 .header-dropdown>.dropdown-toggle,
.header-layout2 .header-links li,
.header-layout1 .header-social .social-label,
.header-layout1 .header-dropdown>.dropdown-toggle,
.header-layout1 .header-links li {
	color: var(--light-color)
}

.header-layout2 .header-social a,
.header-layout2 .header-number,
.header-layout2 .header-links li a:hover,
.header-layout2 .header-dropdown>.dropdown-toggle:hover,
.header-layout1 .header-social a,
.header-layout1 .header-number,
.header-layout1 .header-links li a:hover,
.header-layout1 .header-dropdown>.dropdown-toggle:hover {
	color: var(--white-color)
}

.header-layout2 .header-number,
.header-layout2 .header-links li a:hover,
.header-layout2 .header-dropdown>.dropdown-toggle:hover,
.header-layout1 .header-number,
.header-layout1 .header-links li a:hover,
.header-layout1 .header-dropdown>.dropdown-toggle:hover {
	color: var(--white-color)
}

.header-layout2 .header-number:hover,
.header-layout2 .header-links li a:hover:hover,
.header-layout2 .header-dropdown>.dropdown-toggle:hover:hover,
.header-layout1 .header-number:hover,
.header-layout1 .header-links li a:hover:hover,
.header-layout1 .header-dropdown>.dropdown-toggle:hover:hover {
	color: var(--theme-color)
}

.header-layout4,
.header-layout2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0
}

.header-layout4 .header-top,
.header-layout3 .header-top {
	padding: 11px 0
}

.header-layout3 .menu-area {
	background-color: var(--white-color);
	max-width: 1380px;
	margin: 0 auto
}

.header-layout4 .menu-area {
	background-color: var(--white-color)
}

.header-layout4 .header-social .social-label,
.header-layout4 .header-dropdown>.dropdown-toggle,
.header-layout4 .header-links li,
.header-layout4 .header-social a {
	color: var(--white-color)
}

.header-layout4 .header-links li a:hover,
.header-layout4 .header-dropdown>.dropdown-toggle:hover {
	color: var(--theme-color)
}

@media(max-width: 1199px) {

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

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

	.header-layout3 {
		margin-bottom: 30px
	}
}

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

@media(max-width: 767px) {
	.vs-header .header-social .social-label {
		display: none
	}
}

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

.copyright-wrap {
	text-align: center;
	padding: 40px 0;
	background-color: #001458
}

.copyright-text {
	margin: 0;
	font-size: 14px;
	color: var(--white-color)
}

.copyright-text a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline
}

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

.footer-layout1 {
	background-color: var(--secondary-color);
	--body-color: #fff;
	--title-color: #fff
}

.footer-layout1 .vs-btn:hover {
	color: #000
}

.footer-layout2 {
	margin-top: 50px
}

.footer-layout2 .widget-area {
	max-width: 1450px;
	margin: 0 auto 0 auto;
	padding: 70px 0 30px 0;
	background-color: var(--white-color);
	position: relative;
	z-index: 1
}

.footer-layout2 .footer-top {
	padding-bottom: 390px;
	margin-bottom: -290px
}

.footer-layout2 .copyright-wrap {
	margin-top: -138px;
	padding-top: 181px;
	background-color: var(--theme-color)
}

.footer-layout2 .copyright-text a:hover {
	color: var(--secondary-color)
}

.footer-layout3 .widget-area {
	padding-bottom: 65px
}

.footer-layout3 .copyright-wrap {
	padding: 36px 0;
	background-color: var(--smoke-color)
}

.footer-layout3 .copyright-text {
	color: var(--title-color)
}

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

.footer-layout3 .copyright-text a:hover {
	color: var(--secondary-color)
}

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

	.footer-layout2 .footer-top {
		padding-bottom: 80px;
		margin-bottom: 0
	}
}

.breadcumb-menu {
	max-width: 100%;
	padding: 0;
	margin: 0;
	min-width: 275px;
	list-style-type: none;
	background-color: var(--secondary-color);
	padding: 27px 0 27px 30px;
	position: relative;
	border-radius: 7px 0 0 7px
}

.breadcumb-menu:after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	top: 0;
	width: 99999px;
	background-color: inherit
}

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

.breadcumb-menu li:after {
	content: "|";
	position: relative;
	margin-left: 28px;
	font-weight: 400;
	font-size: 12px;
	opacity: .7;
	top: -2px
}

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

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

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	word-break: break-word;
	white-space: normal;
	font-weight: 500;
	font-size: 16px;
	color: var(--white-color);
	font-family: var(--title-font)
}

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

.breadcumb-menu-wrap {
	min-height: 81px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	margin: 20px 0 0 0
}

.breadcumb-title {
	color: var(--white-color);
	margin: -0.1em 0 -0.1em 0;
	font-size: 80px;
	font-weight: 700
}

.breadcumb-wrapper {
	padding-top: 115px;
	padding-bottom: 30px;
	overflow: hidden
}

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

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

@media(max-width: 991px) {
	.breadcumb-wrapper {
		padding-top: 55px;
		padding-bottom: 0px;
		text-align: center
	}

	.breadcumb-menu-wrap {
		justify-content: center;
		text-align: center;
		margin-top: 40px
	}

	.breadcumb-menu {
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 7px 7px 0 0
	}

	.breadcumb-menu:after {
		display: none
	}

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

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

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

.vs-pagination li {
	display: inline-block;
	margin: 0 3px;
	list-style-type: none
}

.vs-pagination li:last-child {
	margin-right: 0
}

.vs-pagination li:first-child {
	margin-left: 0
}

.vs-pagination span,
.vs-pagination a {
	display: inline-block;
	position: relative;
	text-align: center;
	border: 2px solid #eceef4;
	color: var(--body-color);
	font-family: var(--body-font);
	width: 50px;
	height: 50px;
	line-height: 48px;
	font-weight: 500;
	font-size: 14px;
	z-index: 1;
	border-radius: 50%
}

.vs-pagination span i,
.vs-pagination a i {
	font-size: 1.2em
}

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

.vs-pagination span.active,
.vs-pagination a.active {
	background-color: var(--secondary-color)
}

@media(max-width: 767px) {

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

blockquote {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: var(--title-color);
	background-color: var(--quote-bg, #F0F4F5);
	border-left: 4px solid var(--theme-color);
	padding: 43px 50px 42px 35px;
	margin: 35px 0
}

blockquote p {
	font-family: inherit;
	margin-bottom: 0 !important;
	line-height: 1.5;
	color: inherit;
	width: 100%;
	position: relative;
	z-index: 3;
	font-style: italic
}

blockquote:before {
	content: "";
	font-family: var(--icon-font);
	position: absolute;
	right: 70px;
	bottom: 27px;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1;
	color: var(--theme-color)
}

blockquote p {
	margin-bottom: 0
}

blockquote p a {
	color: inherit
}

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

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

.vs-quote {
	background-color: var(--secondary-color);
	color: var(--white-color);
	border: none;
	font-size: 24px;
	font-weight: 100;
	font-style: normal;
	padding: 53px 70px
}

.vs-quote p {
	font-style: inherit
}

.vs-quote:before {
	display: none
}

.vs-quote .quote {
	position: absolute;
	right: 0;
	bottom: 0
}

.vs-quote .label {
	color: var(--theme-color);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	display: block
}

.vs-quote p {
	margin: 0 0 18px 0 !important
}

.vs-quote cite {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	color: var(--white-color)
}

.vs-quote cite:before {
	display: none
}

.blog-meta span,
.blog-meta a {
	display: inline-block;
	margin-right: 23px;
	font-size: 18px;
	color: var(--body-color)
}

.blog-meta span:last-child,
.blog-meta a:last-child {
	margin-right: 0
}

.blog-meta span i,
.blog-meta a i {
	margin-right: 10px;
	color: var(--body-color)
}

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

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

.blog-category a {
	display: inline-block;
	color: var(--white-color);
	padding: 4.5px 24.5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: var(--theme-color)
}

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

.blog-title a {
	color: inherit
}

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

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

.blog-inner-title {
	font-size: 36px;
	margin-top: -0.3em;
	margin-bottom: 8px
}

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

.blog-inner-list li {
	position: relative;
	padding: 0 0 0 55px;
	margin: 0 0 17px 0
}

.blog-inner-list li:before {
	content: "";
	position: absolute;
	font-weight: 400;
	font-family: var(--icon-font);
	left: 0;
	top: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: var(--white-color);
	background-color: var(--theme-color);
	border-radius: 50%
}

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

.blog-single .blog-meta {
	margin-bottom: 12px;
	margin-top: -0.45em;
	padding-top: 0
}

.blog-single .blog-meta>span,
.blog-single .blog-meta a {
	font-size: 14px;
	margin: 0 17px 0 0;
	padding: 0;
	color: #555
}

.blog-single .blog-meta>span i,
.blog-single .blog-meta a i {
	color: var(--theme-color)
}

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

.blog-single .blog-title {
	line-height: 1.35;
	margin-bottom: 23px;
	font-size: 30px
}

.blog-single .link-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block
}

.blog-single .blog-author {
	display: flex;
	align-items: center;
	padding: 40px;
	margin: 60px 0;
	background-color: #f4f6ff
}

.blog-single .blog-author .media-img {
	width: 180px;
	margin-right: 25px
}

.blog-single .blog-author .author-degi {
	color: var(--theme-color);
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px 0
}

.blog-single .blog-author .author-name {
	margin: 0 0 7px 0
}

.blog-single .blog-author .author-text {
	margin: 0
}

.blog-single .blog-date {
	background-color: var(--theme-color);
	color: var(--white-color);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 4.5px 20px;
	margin: -17.5px 0 26px 0;
	border-radius: 10px
}

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

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

.blog-single .share-links {
	margin: 35px 0 55px 0;
	padding: 40px 40px;
	background-color: #f4f6ff
}

.blog-single .share-links .row {
	align-items: center
}

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

.blog-single .share-links .tagcloud a {
	border: none;
	box-shadow: 0px 7px 15px 0px rgba(0, 19, 87, .02)
}

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

.blog-single .social-links li {
	display: inline-block;
	margin-right: 5px
}

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

.blog-single .social-links a i {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	background-color: var(--white-color);
	color: var(--title-color);
	text-align: center;
	display: block;
	transition: all ease .4s;
	border-radius: 50%
}

.blog-single .social-links a:hover i {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.blog-single .blog-content {
	margin: 0 80px 0 80px;
	padding: .1px var(--blog-space-x, 50px) 24px var(--blog-space-x, 50px);
	position: relative;
	border: 1px solid #e0e0e0;
	background-color: var(--white-color);
	border-radius: 15px
}

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

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

.blog-single .blog-img {
	border-radius: 15px;
	margin-bottom: -80px
}

.blog-single .blog-img img {
	border-radius: 15px
}

.blog-single .blog-img .slick-arrow {
	--pos-x: 30px;
	border: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 5px
}

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

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

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

.blog-details .blog-img {
	margin: 0 0 40px 0
}

.blog-details .blog-date {
	margin-top: 0
}

.blog-details .blog-content {
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0
}

.blog-details .blog-title {
	font-size: 45px;
	margin-bottom: 40px
}

.blog-style1 {
	background-color: var(--white-color);
	border-radius: 12px;
	transition: all ease .4s
}

.blog-style1 .blog-img img {
	width: 100%;
	border-radius: 12px
}

.blog-style1 .blog-category {
	margin-bottom: -8px
}

.blog-style1 .blog-category a {
	padding: 0;
	font-size: 14px;
	color: var(--title-color);
	background-color: rgba(0, 0, 0, 0);
	text-decoration: underline;
	text-transform: uppercase
}

.blog-style1 .blog-title {
	font-weight: 600;
	margin: 0 0 20px 0
}

.blog-style1 .blog-avater {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 10px 0 0
}

.blog-style1 .blog-avater img {
	width: 100%
}

.blog-style1 .blog-date {
	background-color: var(--theme-color);
	color: var(--white-color);
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	padding: 2.5px 10px;
	border-radius: 9999px
}

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

.blog-style1 .blog-bottom {
	display: flex;
	align-items: center
}

.blog-style1 .blog-writter {
	color: #74777c;
	font-size: 14px;
	font-weight: 500;
	margin: 2px 0 0 0
}

.blog-style1 .blog-content {
	padding: 30px 40px 40px 40px
}

.blog-style1:hover {
	box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, .05)
}

.blog-style2 .blog-img {
	overflow: hidden;
	border-radius: 12px
}

.blog-style2 .blog-img img {
	width: 100%
}

.blog-style2 .blog-date {
	margin: -17.5px 0 24px 0
}

.blog-style2 .blog-date a {
	display: inline-block;
	font-size: 14px;
	padding: 10.5px 20px;
	font-weight: 700;
	line-height: 1;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 7px;
	text-transform: uppercase
}

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

.blog-style2 .blog-meta {
	margin: 0 0 12px 0
}

.blog-style2 .blog-meta a {
	color: #555;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px
}

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

.blog-style2 .blog-title {
	font-weight: 500;
	font-size: 22px;
	margin: 0
}

.blog-style2 .icon-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateX(60px);
	opacity: 0;
	visibility: hidden
}

.blog-style2 .blog-body {
	background-color: var(--white-color);
	padding: .1px 35px 30px 35px;
	margin: -35px 20px 0 20px;
	position: relative;
	z-index: 1;
	border-radius: 12px;
	transition: all ease .4s
}

.blog-style2 .blog-content {
	overflow: hidden;
	position: relative;
	transition: all ease .4s;
	padding-bottom: 0
}

.blog-style2.layout2 .blog-body {
	border: 1px solid #e0e0e0
}

.blog-style2:hover .icon-btn {
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.blog-style2:hover .blog-body {
	margin-top: -104px;
	background-color: var(--secondary-color);
	border-color: rgba(0, 0, 0, 0)
}

.blog-style2:hover .blog-content {
	padding-bottom: 70px
}

.blog-style2:hover .blog-meta a {
	color: #e3e3e3
}

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

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

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

@media(max-width: 1399px) {
	.blog-style1 .blog-content {
		padding: 30px 25px 40px 25px
	}

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

	.blog-single .blog-content {
		margin: 0 50px 0 50px
	}
}

@media(max-width: 1199px) {
	blockquote {
		font-size: 18px;
		padding: 23px 30px 26px 30px
	}

	.vs-quote {
		font-size: 20px;
		line-height: 26px;
		padding: 40px 25px
	}

	.vs-quote cite {
		font-size: 20px
	}

	.vs-quote .label {
		font-size: 14px;
		margin: 0 0 8px 0
	}

	.blog-single {
		--blog-space-y: 40px;
		--blog-space-x: 30px
	}

	.blog-single .blog-author {
		padding: 25px
	}

	.blog-single .blog-author .author-name {
		font-size: 18px
	}

	.blog-single .blog-author .author-degi {
		font-size: 14px
	}

	.blog-single .author-degi {
		font-size: 14px
	}

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

	.blog-single .blog-inner-title {
		font-size: 24px
	}

	.blog-single .blog-content {
		margin: 0 30px 0 30px
	}

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

	.blog-single .share-links {
		padding: 25px 30px
	}

	.blog-inner-list li {
		padding: 0 0 0 45px
	}

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

@media(max-width: 991px) {
	.blog-style2 .blog-body {
		padding: .1px 20px 30px 20px;
		margin: -35px 15px 0 15px
	}

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

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

	.blog-style2 .blog-date {
		margin: -17.5px 0 15px 0
	}
}

@media(max-width: 767px) {
	blockquote {
		font-size: 16px;
		padding: 23px 15px 26px 15px
	}

	blockquote:before {
		right: 30px;
		bottom: 30px;
		font-size: 2rem
	}

	blockquote cite {
		margin-top: 17px;
		font-size: 14px
	}

	blockquote cite::before {
		bottom: 6px
	}

	.blog-single {
		--blog-space-y: 40px;
		--blog-space-x: 20px
	}

	.blog-single .blog-title {
		font-size: 24px;
		line-height: 1.4
	}

	.blog-single .share-links-title {
		font-size: 18px;
		display: block;
		margin: 0 0 10px 0
	}

	.blog-single .blog-meta>span:not(:last-child):after,
	.blog-single .blog-meta a:not(:last-child):after {
		content: "";
		margin: 0 10px 0 14px
	}

	.blog-single .blog-content {
		margin: 0 10px 0 10px
	}

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

	.blog-single .blog-img .play-btn {
		--icon-size: 40px;
		--icon-font-size: 14px;
		top: calc(50% - 10px)
	}

	.blog-single .blog-author {
		display: block
	}

	.blog-single .blog-author .media-img {
		margin-right: 0;
		margin-bottom: 20px
	}

	.blog-style1 .blog-title {
		font-size: 18px
	}

	.blog-style1 .blog-category {
		margin-bottom: 0px
	}

	.blog-style2 .blog-body {
		margin: -20px 10px 0 10px
	}
}

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

.blog-details .blog-content {
	margin: 0;
	padding: 0
}

.comment-respond {
	margin: 0;
	position: relative
}

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

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

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

.comment-respond .row {
	--bs-gutter-x: 20px
}

.comment-respond .form-control {
	height: 60px;
	font-size: 16px;
	border: 1px solid #e0e0e0;
	padding: 0 30px;
	border-radius: 9999px
}

.comment-respond textarea.form-control {
	border-radius: 30px;
	padding-top: 20px
}

.comment-respond input[type=checkbox]~label:before {
	border: 1px solid #bdbdbd;
	border-radius: 3px
}

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

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

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

.question-form .comment-respond,
.review-form .comment-respond {
	margin: 0 0 20px 0
}

.question-form .form-control,
.review-form .form-control {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #e4e4e4
}

.question-form .rating-select,
.review-form .rating-select {
	display: flex;
	align-items: center
}

.question-form .rating-select label,
.review-form .rating-select label {
	font-weight: 500;
	color: var(--title-color)
}

.review-form {
	display: none
}

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

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

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

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

.vs-comments-wrap blockquote {
	background-color: #eaf8f9
}

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

.vs-comments-wrap .vs-post-comment {
	padding: 0 0 33px 0;
	border-bottom: 1px solid #e4e8f6;
	position: relative;
	display: flex;
	margin: 40px 0 40px 0;
	position: relative
}

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

.vs-comments-wrap ul.comment-list>.vs-comment-item:last-child>.vs-post-comment {
	border-bottom: none;
	padding-bottom: 0
}

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

.vs-comments-wrap .comment-avater {
	width: 100px;
	height: 100px;
	margin-right: 30px;
	overflow: hidden;
	background-color: var(--white-color);
	border-radius: 100%
}

.vs-comments-wrap .comment-avater img {
	border-radius: 10px;
	width: 100%
}

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

.vs-comments-wrap .commented-on {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	color: var(--theme-color);
	text-transform: uppercase;
	display: inline-block;
	line-height: 1
}

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

.vs-comments-wrap .name {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: -0.1em
}

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

.vs-comments-wrap .text {
	color: #6b6b6b;
	margin-bottom: 0
}

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

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

.vs-comments-wrap .replay-btn {
	display: inline-block;
	background-color: var(--secondary-color);
	color: var(--white-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 5px;
	padding: 13px 24px;
	border-radius: 9999px
}

.vs-comments-wrap .replay-btn i {
	margin-right: 7px;
	font-size: .8em
}

.vs-comments-wrap .replay-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.vs-comments-wrap .star-rating {
	font-size: 12px;
	margin-bottom: 10px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 80px
}

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

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

	.vs-comments-wrap .star-rating {
		position: relative;
		top: 0;
		right: 0
	}

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

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

	.vs-comments-wrap .name {
		font-size: 18px
	}

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

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

	.vs-comments-wrap .name {
		font-size: 18px
	}
}

.vs-hero-wrapper {
	position: relative;
	z-index: 1
}

.ls-custom-dot {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid gray;
	border-radius: 50%;
	margin: 0 11px 0 0
}

.ls-custom-dot:last-child {
	margin-right: 0
}

.ls-custom-dot:hover,
.ls-custom-dot.active {
	background-color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.ls-custom-dot.style2 {
	display: block;
	margin: 10px 0
}

.ls-custom-dot.style2:hover,
.ls-custom-dot.style2.active {
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

.hero-ripple-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform: rotate(45deg) scale(0.94);
	border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
	z-index: 2
}

.hero-ripple-img img {
	transform: rotate(-45deg) scale(1.09);
	width: 100%
}

.hero-ripple-border .ripple-border {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(45deg) scale(0.94);
	border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
	border: 1px solid #bcbcbc;
	-webkit-animation: ripple3 10s ease-in-out infinite;
	animation: ripple3 10s ease-in-out infinite;
	opacity: 0;
	z-index: 1
}

.hero-ripple-border .ripple-border:nth-child(2) {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s
}

.hero-ripple-border .ripple-border:nth-child(3) {
	-webkit-animation-delay: 5.2s;
	animation-delay: 5.2s
}

.hero-ripple-border .ripple-border:nth-child(4) {
	-webkit-animation-delay: 7.8s;
	animation-delay: 7.8s
}

.hero-ripple-border .ripple-border:nth-child(5) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s
}

.vs-btn.ls-vs-btn {
	margin-right: 40px
}

.ls-custom-arrow:not(:last-child) {
	margin-right: 10px
}

.ls-arrow2,
.ls-custom-arrow.ls-arrow2 {
	display: block;
	margin-right: 0;
	margin-bottom: 10px
}

.ls-arrow2:last-child,
.ls-custom-arrow.ls-arrow2:last-child {
	margin-bottom: 0
}

@media(min-width: 1922px) {
	.ls-wrapper>.ls-layer.ls-hd-none {
		display: none !important
	}
}

@media(max-width: 1399px) {
	.ls-wrapper>.ls-layer.ls-ml-none {
		display: none !important
	}
}

@media(max-width: 1500px) {
	.ls-layer .ls-vs-btn {
		padding: 18px 25px;
		margin-right: 20px
	}
}

@media(max-width: 1024px) {
	.ls-layer .ls-vs-btn {
		padding: 14px 26px;
		margin-right: 20px;
		font-size: 14px
	}
}

@media(max-width: 767px) {
	.ls-layer .ls-vs-btn {
		padding: 9px 19px;
		margin-right: 10px;
		font-size: 11px
	}
}

.error-number {
	font-size: 200px;
	font-weight: 700;
	line-height: 1;
	color: var(--theme-color);
	margin: 0 0 10px 0
}

.error-title {
	color: var(--white-color);
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.25;
	margin: 0 0 5px 0
}

.error-text {
	font-size: 18px;
	color: var(--white-color);
	margin: 0 0 40px 0
}

.search-inline {
	position: relative;
	margin: 0 0 30px 0
}

.search-inline input {
	height: 75px;
	border: none;
	color: var(--title-color);
	border-radius: 9999px;
	padding: 0 40px;
	font-size: 16px
}

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

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

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

.search-inline button {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	font-size: 26px;
	color: var(--secondary-color)
}

.search-inline button:hover {
	color: var(--theme-color)
}

.error-content {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
	padding: 240px 0 280px 0;
	position: relative;
	z-index: 1
}

.error-content .vs-btn {
	min-width: 220px
}

.error-shape1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: var(--secondary-color);
	opacity: .6;
	width: 910px;
	height: 910px;
	border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
	z-index: -1
}

@media(max-width: 991px) {
	.error-number {
		font-size: 120px
	}

	.error-title {
		margin-bottom: 15px;
		font-size: 28px
	}

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

	.error-content {
		padding: 100px 0 100px 0
	}
}

.about-shape1 {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: var(--theme-color);
	z-index: -1;
	width: 100%;
	max-width: 510px
}

.img-box1 {
	position: relative
}

.img-box1 .img-1 {
	position: absolute;
	left: 0;
	top: 120px;
	overflow: hidden;
	border-radius: 10px
}

.img-box1 .img-2 {
	text-align: right
}

.img-box1 .img-2 img {
	border-radius: 10px
}

.img-box2 {
	position: relative;
	z-index: 1;
	margin-bottom: -1px
}

.img-box2 .img-2 {
	position: absolute;
	right: -25%;
	top: 30%;
	z-index: -1
}

.img-box3 {
	display: flex;
	gap: 30px;
	padding-right: 55px
}

.img-box3 .img-2 {
	position: relative
}

.img-box4 {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	margin: 23px auto 43px auto;
	padding-bottom: 137px
}

.img-box4 .img-2 {
	position: absolute;
	left: 0;
	bottom: 0;
	--thumb-size: 332px
}

.ripple-thumb {
	width: var(--thumb-size, 556px);
	height: var(--thumb-size, 556px);
	border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
	position: relative;
	z-index: 1
}

.ripple-thumb .ripple-img {
	transform: rotate(45deg);
	overflow: hidden;
	border-radius: inherit;
	z-index: 2;
	position: relative
}

.ripple-thumb .ripple-img img {
	transform: rotate(-45deg) scale(1.1)
}

.ripple-thumb .ripple {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(45deg) scale(0.94);
	border-radius: inherit;
	border: 1px solid var(--ripple-border-color, #bcbcbc);
	-webkit-animation: ripple3 10s ease-in-out infinite;
	animation: ripple3 10s ease-in-out infinite;
	opacity: 0;
	z-index: 1
}

.ripple-thumb .ripple:nth-child(2) {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s
}

.ripple-thumb .ripple:nth-child(3) {
	-webkit-animation-delay: 5.2s;
	animation-delay: 5.2s
}

.ripple-thumb .ripple:nth-child(4) {
	-webkit-animation-delay: 7.8s;
	animation-delay: 7.8s
}

.ripple-thumb .ripple:nth-child(5) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s
}

.exp-pill {
	position: absolute;
	top: 15px;
	right: -43px;
	z-index: 3;
	width: 204px;
	height: 204px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column
}

.exp-pill:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	background-color: var(--secondary-color);
	border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
	z-index: -1
}

.exp-pill__years {
	color: var(--theme-color);
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px
}

.exp-pill__text {
	font-size: 16px;
	font-weight: 400;
	color: var(--white-color);
	margin: 0
}

.list-box1 ul {
	margin: -60px -60px 0 auto;
	padding: 37px 35px 15px 35px;
	min-width: 470px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	border: 1px solid #e0e0e0;
	background-color: var(--white-color);
	z-index: 3;
	list-style-type: none;
	position: relative;
	border-radius: 12px;
	box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, .05)
}

.list-box1 li {
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 20px 0
}

.list-box1 li:before {
	content: "";
	font-family: var(--icon-font);
	font-weight: 300;
	position: absolute;
	left: 0;
	top: -2px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 50%
}

.list-style2 ul,
.list-style1 ul {
	margin: 0 0 43px 0;
	padding: 0;
	list-style: none
}

.list-style2 li,
.list-style1 li {
	position: relative;
	padding-left: 45px;
	margin: 0 0 20px 0
}

.list-style2 li>i:first-child,
.list-style1 li>i:first-child {
	position: absolute;
	top: -2px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 50%
}

.list-style2 li {
	font-weight: 500;
	padding-left: 60px
}

.list-style2 li>i:first-child {
	top: 5px;
	width: 35px;
	height: 35px;
	line-height: 36px
}

.about-box2 {
	padding-left: 70px;
	padding-right: 70px
}

.about-tab {
	margin: 0 auto 50px auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	border: 1px solid #e0e0e0;
	padding: 20px;
	border-radius: 9999px
}

.about-tab button {
	padding: 24px 39px;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	text-transform: capitalize;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	border-radius: 9999px;
	transition: all ease .4s
}

.about-tab button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 28px;
	margin-top: -14px;
	background-color: #d8d8d8;
	transition: all ease .4s
}

.about-tab button:hover {
	color: var(--theme-color)
}

.about-tab button.active {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.about-tab button.active::before,
.about-tab button.active+button::before,
.about-tab button:first-child::before {
	opacity: 0;
	visibility: hidden
}

.progress-style1 {
	display: flex;
	align-items: center;
	margin: 0 0 25px 0
}

.progress-style1 .progress-amount,
.progress-style1 .progress-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--title-color);
	margin: 0 25px 0 0
}

.progress-style1 .progress-title {
	min-width: 110px
}

.progress-style1 .progress-amount {
	font-weight: 600;
	margin: 0 0 0 25px
}

.progress-style1 .progress {
	flex: 1;
	height: 50px;
	background-color: #f5f5f5;
	border-radius: 9999px
}

.progress-style1 .progress-bar {
	background-color: var(--theme-color)
}

.progress-multi {
	margin-bottom: 30px
}

.progress-multi .progress-style1:nth-child(1) {
	--theme-color: #ff468c
}

.progress-multi .progress-style1:nth-child(2) {
	--theme-color: #5ac8ff
}

.progress-multi .progress-style1:nth-child(3) {
	--theme-color: #85ef51
}

.about-quote {
	display: flex;
	align-items: center;
	border-top: 1px solid #e9ebf3;
	padding: 30px 0 0 0;
	margin: 0 0 13px 0
}

.about-quote__icon {
	font-size: 50px;
	color: var(--title-color);
	margin-right: 25px
}

.about-quote__text {
	flex: 1;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0 30px 0 0
}

.middle-box {
	background-color: var(--smoke-color);
	text-align: center;
	padding: 30px 30px 22px 30px
}

.middle-box__icon {
	margin: 0 0 20px 0
}

.middle-box__title {
	font-size: 18px;
	font-weight: 700;
	margin: 0
}

@media(max-width: 1500px) {
	.img-box3 {
		padding-right: 0
	}

	.img-box2 .img-2 {
		right: 0
	}
}

@media(max-width: 1199px) {
	.img-box1 .img-1 {
		top: 0;
		max-width: 150px
	}

	.img-box1 .img-2 img {
		width: 100%
	}

	.about-box2 {
		padding-left: 20px;
		padding-right: 0
	}

	.about-shape1 {
		max-width: 250px
	}

	.middle-box {
		padding: 30px 20px 22px 20px
	}

	.about-quote {
		padding: 20px 0 0 0;
		margin: 0 0 35px 0
	}

	.about-quote__text {
		font-size: 16px
	}

	.list-box1 ul {
		margin: -80px auto 0 auto;
		min-width: auto;
		padding: 20px 20px 5px 20px
	}

	.progress-style1 .progress-title {
		margin-right: 10px
	}

	.progress-style1 .progress {
		height: 30px
	}
}

@media(max-width: 1399px) {
	.ripple-thumb {
		--thumb-size: 470px
	}

	.exp-pill {
		top: -20px;
		right: -15px
	}

	.img-box4 {
		padding-bottom: 80px
	}

	.img-box4 .img-2 {
		--thumb-size: 240px
	}
}

@media(max-width: 1199px) {
	.ripple-thumb {
		--thumb-size: 400px
	}

	.exp-pill {
		width: 140px;
		height: 140px
	}

	.exp-pill__years {
		font-size: 36px
	}

	.exp-pill__text {
		font-size: 12px
	}

	.img-box4 .img-2 {
		--thumb-size: 200px
	}
}

@media(max-width: 991px) {
	.about-box2 {
		padding-left: 0;
		padding-right: 0;
		margin-top: 40px
	}

	.about-tab {
		padding: 8px
	}

	.about-tab button {
		padding: 16px 27px;
		font-size: 14px
	}
}

@media(max-width: 767px) {
	.list-box1 ul {
		margin: 30px 0 0 0
	}

	.img-box3 {
		display: block
	}

	.img-box3 .img-1 {
		margin-bottom: 30px
	}

	.about-quote__icon {
		font-size: 40px;
		margin-right: 15px
	}

	.list-style1 ul,
	.list-style2 ul {
		margin: 0 0 28px 0
	}

	.about-tab {
		border: none;
		justify-content: center;
		gap: 10px
	}

	.about-tab button {
		background-color: var(--smoke-color)
	}

	.about-tab button:before {
		display: none
	}

	.progress-style1 {
		display: block;
		position: relative
	}

	.progress-style1 .progress {
		margin: 15px 0 0 0
	}

	.progress-style1 .progress-amount {
		position: absolute;
		top: 0;
		right: 0
	}

	.img-box4 {
		padding-bottom: 0;
		margin-bottom: 40px
	}

	.img-box4 .ripple-thumb {
		--thumb-size: 100%
	}

	.img-box4 .ripple-thumb .ripple {
		display: none
	}

	.img-box4 .ripple-thumb .ripple-img {
		transform: rotate(0)
	}

	.img-box4 .ripple-thumb .ripple-img img {
		transform: rotate(0) scale(1)
	}

	.img-box4 .img-2 {
		position: relative;
		--thumb-size: 100%;
		margin-top: 30px
	}

	.exp-pill {
		position: relative;
		right: 0;
		top: 0;
		margin: -120px 0 0 10px
	}

	.list-style2 li {
		padding-left: 50px
	}
}

.feature-style1 {
	background-color: var(--white-color);
	border: 2px solid rgba(0, 0, 0, 0);
	transition: all ease .4s;
	margin: 0 0 30px 0;
	border-radius: 12px;
	box-shadow: none
}

.feature-style1 .feature-icon {
	width: var(--icon-size, 110px);
	height: var(--icon-size, 110px);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 10px solid var(--white-color);
	background-color: var(--theme-color);
	border-radius: 30% 30% 30% 30%/30% 30% 30% 30%;
	transform: rotate(45deg);
	margin: calc(var(--icon-size, 110px)/-2 - 15px) 0 25px 0
}

.feature-style1 .feature-icon img {
	transform: rotate(-45deg)
}

.feature-style1 .feature-title {
	font-weight: 600
}

.feature-style1 .feature-text {
	margin: 0 0 27px 0
}

.feature-style1 .feature-content {
	padding: 0 35px 40px 35px
}

.feature-style1 .feature-img {
	padding: 15px;
	border-radius: 12px
}

.feature-style1 .feature-img img {
	border-radius: inherit;
	width: 100%
}

.slick-center .feature-style1,
.feature-style1:hover {
	border-color: var(--theme-color);
	box-shadow: 0px 18px 10px 0px rgba(4, 4, 4, .05)
}

.feature-multi:nth-child(2n+2) {
	--theme-color: #f42121
}

.feature-multi:nth-child(3n+3) {
	--theme-color: #f9b401
}

.feature-multi:nth-child(4n+4) {
	--theme-color: #435cc8
}

.feature-multi:nth-child(5n+5) {
	--theme-color: #43c84f
}

.feature-style2 {
	width: var(--box-size, 320px);
	height: var(--box-size, 320px);
	text-align: center;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	background-color: var(--theme-color);
	border-radius: 50%;
	padding: 5px 0 0 0
}

@media(min-width: 1399px) {

	.feature-style2:nth-child(3),
	.feature-style2:nth-child(2) {
		--box-size: 220px
	}

	.feature-style2:nth-child(3) .feature-title,
	.feature-style2:nth-child(2) .feature-title {
		font-size: 36px
	}
}

.feature-style2 .feature-title {
	font-size: 48px;
	color: var(--white-color);
	margin: 0 0 5px 0;
	line-height: 1
}

.feature-style2 .feature-icon {
	margin: 0 0 13px 0
}

.feature-style2 .feature-text {
	margin: 0;
	font-weight: 300;
	color: var(--white-color)
}

.feature-multi2 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 25px;
	align-items: center
}

.feature-multi2 .feature-style2 {
	--theme-color: #f53030
}

.feature-multi2 .feature-style2:nth-child(2n+2) {
	--theme-color: #4fc52b
}

.feature-multi2 .feature-style2:nth-child(3n+3) {
	--theme-color: #f58830
}

.feature-multi2 .feature-style2:nth-child(4n+4) {
	--theme-color: #305af5
}

@media(min-width: 1399px) {
	.feature-multi2 .feature-style2:nth-child(4n+4) {
		margin-top: -25px
	}
}

@media(max-width: 1399px) {
	.feature-style2 {
		--box-size: 200px;
		margin-bottom: 20px
	}

	.feature-style2 .feature-title {
		font-size: 26px
	}
}

@media(max-width: 991px) {
	.feature-style1 {
		border-color: var(--theme-color);
		box-shadow: 0px 18px 10px 0px rgba(4, 4, 4, .05)
	}

	.feature-style1 .feature-icon {
		--icon-size: 80px;
		border-width: 5px;
		margin-bottom: 20px
	}

	.feature-style1 .feature-icon img {
		max-width: 40px
	}

	.feature-style1 .feature-content {
		padding: 0 20px 40px 20px
	}

	.feature-style1 .feature-text {
		margin: 0 0 27px 0;
		font-size: 14px
	}

	.feature-multi2 {
		justify-content: center
	}

	.feature-style2 {
		--box-size: 250px
	}
}

@media(max-width: 767px) {
	.feature-style2 {
		--box-size: 200px
	}
}

.event-style1 {
	margin: 0 0 80px 0
}

.event-style1 .event-wrap {
	display: flex;
	flex-direction: row-reverse
}

.event-style1 .event-img {
	margin: 0 0 70px 0;
	overflow: hidden;
	border-radius: 12px
}

.event-style1 .event-content {
	flex: 1;
	align-self: flex-end;
	background-color: var(--white-color);
	border: 1px solid #e0e0e0;
	margin: 0 -195px 0 0;
	padding: 50px 80px 50px 80px;
	border-radius: 10px
}

.event-style1 .event-label {
	font-size: 18px;
	color: #74787c;
	display: block;
	margin: -0.2em 0 3px 0
}

.event-style1 .event-title {
	font-weight: 600
}

.event-style1 .event-text {
	margin: 0 0 27px 0
}

.event-style1 .event-date {
	color: var(--white-color);
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
	width: 119px;
	height: 119px;
	position: relative;
	z-index: 1;
	padding: 28px 0;
	margin: 0 0 5px 5px;
	display: inline-block;
	vertical-align: middle
}

.event-style1 .event-date:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-color: var(--theme-color);
	z-index: -1;
	transform: rotate(45deg)
}

.event-style1 .event-date .day {
	font-size: 45px;
	display: block
}

.event-style1 .event-author {
	display: inline-flex;
	align-items: center;
	min-width: 280px;
	background-color: var(--smoke-color);
	padding: 15px;
	border-radius: 9999px;
	position: relative;
	z-index: 2;
	margin: 0 0 0 -5px
}

.event-style1 .event-avater {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0 15px 0 0;
	border-radius: 50%
}

.event-style1 .event-avater img {
	width: 100%
}

.event-style1 .event-organizer {
	font-weight: 600;
	margin: 0
}

.event-style1 .event-nominee {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	color: #74787c
}

@media(min-width: 991px) {
	.event-style1:nth-child(even) .event-wrap {
		flex-direction: row
	}

	.event-style1:nth-child(even) .event-content {
		margin-right: 0;
		margin-left: -195px;
		align-self: flex-start
	}

	.event-style1:nth-child(even) .event-img {
		margin-bottom: 0;
		margin-top: 70px
	}
}

@media(max-width: 1399px) {
	.event-style1 .event-content {
		padding: 40px 40px 40px 40px
	}
}

@media(max-width: 1199px) {
	.event-style1 .event-date {
		font-size: 12px;
		width: 105px;
		height: 105px;
		padding: 22px 0
	}

	.event-style1 .event-date .day {
		font-size: 36px;
		display: block;
		margin: 0 0 5px 0
	}
}

@media(max-width: 991px) {
	.event-style1 {
		margin: 0 0 30px 0
	}

	.event-style1 .event-wrap {
		display: block
	}

	.event-style1 .event-img {
		margin: 0
	}

	.event-style1 .event-img img {
		width: 100%
	}

	.event-style1 .event-content {
		margin: -60px 30px 0 30px;
		position: relative;
		z-index: 1
	}
}

@media(max-width: 767px) {
	.event-style1 {
		position: relative
	}

	.event-style1 .event-img {
		margin: 0 15px -40px 15px;
		position: relative;
		z-index: 2
	}

	.event-style1 .event-content {
		margin: 0;
		padding: 70px 15px 30px 15px;
		position: static
	}

	.event-style1 .event-author {
		min-width: auto
	}

	.event-style1 .event-date {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		height: auto;
		padding: 10px 15px;
		position: absolute;
		top: 10px;
		left: 30px;
		z-index: 4;
		border-radius: 10px;
		font-size: 14px
	}

	.event-style1 .event-date:before {
		transform: none
	}

	.event-style1 .event-date .day {
		font-size: inherit;
		display: inline-block;
		margin: 0
	}

	.event-style1 .event-label {
		font-size: 16px;
		margin: -0.2em 0 10px 0
	}

	.event-style1 .event-author {
		padding: 10px 30px 10px 10px
	}
}

.service-style1 {
	text-align: center;
	background-color: var(--white-color);
	padding: 57px 50px 40px 50px;
	transition: all ease .4s;
	border-radius: 12px
}

.service-style1 .service-icon {
	width: 130px;
	height: 130px;
	z-index: 1;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 42px 0
}

.service-style1 .service-title {
	font-weight: 600
}

.service-style1 .service-text {
	margin: 0;
	transition: all ease .4s
}

.service-style1:hover {
	background-color: var(--secondary-color)
}

.service-style1:hover .service-text,
.service-style1:hover .service-title a {
	color: var(--white-color)
}

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

.service-style2 {
	padding: 60px 60px 55px 60px;
	background-color: var(--white-color);
	border: 1px solid #cacaca;
	margin: -1px
}

.service-style2 .service-icon {
	margin: 0 0 45px 0
}

.service-style2 .service-title {
	font-weight: 600
}

.service-style2 .service-text {
	font-weight: 300;
	color: var(--title-color);
	margin: 0
}

.service-style2,
.service-style2 .service-title a,
.service-style2 .service-text,
.service-style2 .service-icon img {
	transition: all ease .4s
}

.service-style2:hover {
	background-color: var(--secondary-color);
	border-color: rgba(0, 0, 0, 0)
}

.service-style2:hover .service-title a,
.service-style2:hover .service-text {
	color: var(--white-color)
}

.service-style2:hover .service-icon img {
	filter: brightness(0) invert(1)
}

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

.service-style3 {
	text-align: center;
	max-width: 320px;
	margin: 0 auto 30px auto
}

.service-style3 .service-icon {
	width: var(--icon-size, 135px);
	height: var(--icon-size, 135px);
	line-height: var(--icon-size, 135px);
	margin: 23px auto 53px auto;
	text-align: center;
	border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
	transform: rotate(45deg);
	position: relative
}

.service-style3 .service-icon img {
	transform: rotate(-45deg)
}

.service-style3 .icon-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--white-color);
	border-radius: inherit
}

.service-style3 .icon-shape {
	position: absolute;
	top: var(--shape-extra, -15px);
	right: var(--shape-extra, -15px);
	bottom: var(--shape-extra, -15px);
	left: var(--shape-extra, -15px);
	background-image: repeating-linear-gradient(90deg, var(--theme-color), var(--theme-color) 6px, #ffe2d8 6px, #ffe2d8 12px);
	z-index: -1;
	border-radius: inherit
}

.service-style3 .service-title {
	margin: 0 0 10px 0
}

.service-style3 .service-text {
	margin: 0 0 30px 0;
	color: #74787c
}

.service-wrap1 {
	position: relative;
	z-index: 1
}

.service-wrap1 .row {
	--bs-gutter-y: 50px
}

.service-wrap1 .clearfix {
	margin: 0
}

.service-shape1 {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) rotate(45deg);
	border-radius: 35% 35% 35% 35%/35% 35% 35% 35%
}

.service-shape1 .shape-img {
	overflow: hidden;
	border-radius: inherit
}

.service-shape1:after,
.service-shape1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #bcbcbc;
	border-radius: inherit;
	z-index: -1
}

.service-shape1:after {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s
}

.service-shape1 img {
	transform: rotate(-45deg) scale(1.16)
}

.service-box-list {
	background-color: #f5f6f9;
	padding: 50px 60px 60px 60px;
	max-width: 555px;
	margin: 0 0 30px auto
}

.service-box-list .service-box-title {
	margin: 0 0 30px 0
}

.service-box-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.service-box-list li {
	border-bottom: 1px solid #d1d1d1;
	font-size: 18px;
	padding: 0 0 23px 45px;
	margin: 0 0 25px 0;
	position: relative
}

.service-box-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.service-box-list li i:first-child {
	color: var(--theme-color);
	font-size: 24px;
	position: absolute;
	left: 5px;
	top: 1px
}

.service-middle-img {
	margin: 30px 0 80px 0
}

.service-counter {
	border: 1px solid #ddd;
	padding: 50px 60px 40px 60px;
	transition: all ease .4s
}

.service-counter__icon {
	margin: 0 0 30px 0
}

.service-counter__icon img {
	transition: all ease .4s
}

.service-counter__number {
	font-size: 90px;
	font-weight: 700;
	line-height: 1;
	color: var(--theme-color);
	line-height: 1;
	transition: all ease .4s
}

.service-counter__text {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	transition: all ease .4s
}

.service-counter.active,
.service-counter:hover {
	background-color: var(--secondary-color);
	border-color: rgba(0, 0, 0, 0)
}

.service-counter.active .service-counter__icon img,
.service-counter:hover .service-counter__icon img {
	filter: brightness(0) invert(1)
}

.service-counter.active .service-counter__text,
.service-counter:hover .service-counter__text {
	color: var(--white-color)
}

.service-counter-area {
	margin: 50px 0 63px 0
}

@media(max-width: 1399px) {
	.service-style1 {
		padding: 57px 35px 40px 35px
	}
}

@media(max-width: 1199px) {
	.service-style1 {
		padding: 42px 25px 30px 25px
	}

	.service-style1 .service-icon {
		width: 110px;
		height: 110px;
		margin: 0 0 22px 0
	}

	.service-box-list {
		padding: 40px 35px 50px 35px;
		max-width: 100%
	}

	.service-middle-img {
		margin: 20px 0 60px 0
	}

	.service-counter {
		padding: 25px 35px 25px 35px
	}

	.service-counter__number {
		font-size: 48px;
		display: block;
		margin-bottom: 5px
	}

	.service-counter-area {
		margin: 40px 0 40px 0
	}

	.service-middle-img {
		margin: 20px 0 35px 0
	}

	.service-style2 {
		padding: 45px 30px 40px 30px
	}

	.service-style2 .service-title {
		font-size: 20px
	}

	.service-style2 .service-icon {
		margin: 0px 0 20px 0
	}
}

@media(max-width: 991px) {
	.service-wrap1 .row {
		--bs-gutter-y: 1.5rem
	}

	.service-shape1 {
		position: relative;
		left: 0;
		top: 0;
		transform: rotate(45deg);
		margin: 80px auto 80px auto;
		max-width: 80%
	}

	.service-style3 {
		--shape-extra: -10px;
		--icon-size: 100px
	}

	.service-style3 .service-icon {
		margin: 23px auto 40px auto
	}

	.service-style3 .service-icon img {
		max-width: 50px
	}

	.service-counter {
		padding: 25px 20px 25px 20px
	}

	.service-box-list {
		padding: 40px 20px 50px 20px
	}
}

@media(max-width: 767px) {
	.service-shape1 {
		margin: 0 auto 40px auto;
		max-width: 80%;
		transform: rotate(0)
	}

	.service-shape1 img {
		transform: none
	}
}

.team-style1 {
	position: relative;
	z-index: 1;
	padding-top: 13px;
	margin-bottom: 30px
}

.team-style1 .team-img {
	width: 225px;
	height: 225px;
	border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
	overflow: hidden;
	transform: rotate(45deg);
	margin: 0 auto -113.5px auto
}

.team-style1 .team-img img {
	transform: rotate(-45deg) scale(1.1)
}

.team-style1 .team-name {
	margin: 0 0 2px 0;
	font-weight: 600
}

.team-style1 .team-degi {
	color: var(--theme-color)
}

.team-style1 .team-number {
	font-size: 18px;
	color: var(--title-color)
}

.team-style1 .team-number img {
	margin-right: 10px
}

.team-style1 .team-number:hover {
	color: var(--theme-color)
}

.team-style1 .team-content {
	padding: 148px 45px 50px 45px;
	border-radius: 12px;
	border: 1px solid #e0e0e0;
	background-color: var(--white-color)
}

.team-style1 .team-social {
	background-color: var(--theme-color);
	margin: 0 20px 0 20px;
	text-align: center;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
	position: relative;
	z-index: -1;
	transform: translateY(-50px);
	transition: all ease .4s
}

.team-style1 .team-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: var(--white-color);
	color: var(--title-color);
	margin: 0 3px 0 0;
	border-radius: 50%;
	transform: rotate(45deg)
}

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

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

.team-style1:hover .team-social {
	transform: translateY(0)
}

.team-style1:hover .team-social a {
	transform: rotate(0);
	transition-delay: .1s
}

.team-wrap1 {
	margin-bottom: -50px
}

@media(min-width: 991px) {
	.team-zigzag:nth-child(odd) {
		margin-top: 45px
	}
}

.team-style2 {
	text-align: center;
	margin: 16px 0 30px 0
}

.team-style2 .team-img {
	width: 327px;
	height: 327px;
	border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
	overflow: hidden;
	transform: rotate(45deg);
	margin: 0 auto -190px auto
}

.team-style2 .team-img img {
	transform: rotate(-45deg) scale(1.1)
}

.team-style2 .team-content {
	padding: 230px 0 30px 0;
	background-color: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 12px;
	transition: all ease .4s
}

.team-style2 .team-degi {
	color: #055555;
	font-weight: 300;
	margin: 0 0 0 0
}

.team-style2 .team-name {
	font-size: 28px;
	margin: 0 0 15px 0
}

.team-style2 .team-number {
	display: inline-block;
	border-top: 1px solid #eaeaea;
	padding: 20px 0 0 0;
	color: var(--title-color)
}

.team-style2 .team-number img {
	margin-right: 10px
}

.team-style2 .team-number a {
	margin-left: 5px;
	color: inherit
}

.team-style2 .team-number a:hover {
	color: var(--theme-color)
}

.team-style2:hover .team-content {
	border-color: #e0e0e0;
	box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, .05)
}

.team-style2.layout2 .team-content {
	border-color: #e0e0e0
}

.team-cover-image {
	margin-bottom: -210px
}

.team-box {
	display: flex;
	position: relative;
	padding: 110px 80px 110px 110px;
	gap: 60px;
	background-color: var(--white-color);
	z-index: 1;
	margin: 0 0 65px 0
}

.team-box__shape {
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: 20px;
	width: 100%;
	max-width: 320px;
	background-color: var(--theme-color);
	z-index: -1
}

.team-box__img {
	width: 475px;
	height: 475px;
	overflow: hidden;
	border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
	transform: rotate(45deg)
}

.team-box__img img {
	transform: rotate(-45deg) scale(1.1)
}

.team-box__degi {
	color: var(--theme-color);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: block;
	line-height: 1;
	margin: 0 0 3px 0
}

.team-box__name {
	font-size: 40px
}

.team-box__text {
	font-weight: 500;
	color: #74787c;
	line-height: 28px;
	margin: 0 0 45px 0
}

.team-box__number {
	font-size: 40px;
	font-weight: 500;
	color: var(--theme-color);
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	margin: 0 0 15px 0
}

.team-box__number:hover {
	color: var(--secondary-color)
}

.team-box__mail {
	color: #555;
	text-decoration: underline;
	font-size: 18px
}

.team-box__mail:hover {
	color: var(--theme-color);
	text-decoration: underline
}

.team-box .social-title {
	font-size: 15px;
	font-weight: 600;
	color: #212121;
	margin-right: 10px
}

.team-box__social {
	margin: 55px 0 0 0
}

.team-box__social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid gray;
	color: #212121;
	border-radius: 50%;
	margin: 0 3px 0 0
}

.team-box__social a:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.team-skill-area {
	margin-top: 77px;
	margin-bottom: 78px
}

.team-counter {
	text-align: center;
	padding: 50px 20px 53px 20px;
	border: 1px solid #e0e0e0
}

.team-counter__number {
	color: var(--title-color);
	font-weight: 700;
	line-height: 1
}

.team-counter__number .amount {
	font-size: 80px
}

.team-counter__number .quora {
	font-size: 40px;
	vertical-align: top;
	position: relative;
	top: 2px
}

.team-counter__text {
	color: var(--theme-color);
	font-weight: 500;
	margin: 0
}

@media(max-width: 1399px) {
	.team-style2 .team-img {
		width: 210px;
		height: 210px;
		margin: 0 auto -105px auto
	}

	.team-style2 .team-content {
		padding: 140px 0 30px 0
	}

	.team-style2 .team-name {
		font-size: 24px;
		margin: 5px 0 15px 0
	}

	.team-box {
		padding: 80px 60px 80px 60px
	}

	.team-box__img {
		width: 350px;
		height: 350px
	}

	.team-box__name {
		font-size: 36px
	}

	.team-box__number {
		font-size: 30px;
		margin: 0 0 10px 0
	}

	.team-box__mail {
		font-size: 16px
	}

	.team-box__text {
		line-height: 28px;
		margin: 0 0 25px 0
	}

	.team-box__social {
		margin: 30px 0 0 0
	}

	.team-counter__number {
		margin-bottom: 10px
	}

	.team-counter__number .amount {
		font-size: 50px
	}
}

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

	.team-style1 .team-content {
		padding: 148px 25px 35px 25px
	}

	.team-box {
		display: block;
		background-color: rgba(0, 0, 0, 0);
		padding: 0
	}

	.team-box__shape {
		display: none
	}

	.team-box__img {
		margin-left: 50px;
		margin-bottom: 45px
	}

	.team-counter {
		padding: 50px 20px 43px 20px
	}

	.team-counter__number .quora {
		font-size: 26px
	}

	.contact-shape2 img {
		position: relative;
		width: 100%
	}
}

@media(max-width: 767px) {
	.team-cover-image {
		margin-bottom: -60px
	}

	.team-box__img {
		width: 200px;
		height: 200px;
		margin-left: 30px
	}

	.team-box__degi {
		margin-bottom: 8px
	}

	.team-box__name {
		font-size: 30px
	}

	.team-skill-area {
		margin-top: 50px;
		margin-bottom: 60px
	}
}

.testi-style1 {
	text-align: center;
	width: 676px;
	height: 676px;
	max-width: 100%;
	max-height: 100%;
	padding: 0 100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	position: relative
}

.testi-style1 .testi-avater .tab-btn {
	position: absolute;
	padding: 0;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	max-width: 132px;
	max-height: 132px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
	border: 2px solid rgba(0, 0, 0, 0)
}

.testi-style1 .testi-avater .tab-btn img {
	width: 100%
}

.testi-style1 .testi-avater .tab-btn:nth-child(1) {
	top: 10%;
	left: 5%
}

.testi-style1 .testi-avater .tab-btn:nth-child(2) {
	bottom: 16%;
	right: 0%
}

.testi-style1 .testi-avater .tab-btn:nth-child(3) {
	top: 1.5%;
	right: 6%
}

.testi-style1 .testi-avater .tab-btn:nth-child(4) {
	bottom: 10%;
	left: 5%
}

.testi-style1 .testi-avater .tab-btn:nth-child(5) {
	top: 26%;
	right: -14%
}

.testi-style1 .testi-avater .tab-btn.active {
	border-color: var(--theme-color)
}

.testi-style1 .testi-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color);
	border-radius: 37% 37% 37% 37%/37% 37% 37% 37%;
	transform: rotate(45deg) scale(0.91)
}

.testi-style1 .testi-shape:after,
.testi-style1 .testi-shape:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #bcbcbc;
	border-radius: inherit;
	z-index: -1
}

.testi-style1 .testi-shape:after {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s
}

.testi-style1 .testi-quote {
	margin: 0 0 50px 0
}

.testi-style1 .testi-text {
	font-size: 24px;
	line-height: 44px;
	color: #d8d8d8
}

.testi-style1 .testi-author {
	color: var(--white-color);
	font-weight: 600;
	margin: 0 0 2px 0
}

.testi-style1 .testi-degi {
	color: var(--white-color);
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 17px 0;
	display: block
}

.testi-style1 .testi-rating {
	color: var(--yellow-color);
	font-size: 14px
}

@media(max-width: 1500px) {
	.testi-style1 {
		width: 600px;
		height: 600px
	}
}

@media(max-width: 1399px) {
	.testi-style1 .testi-avater .tab-btn {
		max-width: 90px;
		max-height: 90px
	}

	.testi-style1 .testi-avater .tab-btn:nth-child(3) {
		top: .5%;
		right: 14%
	}

	.testi-style1 .testi-avater .tab-btn:nth-child(5) {
		top: 30%;
		right: -7%
	}

	.testi-style1 .testi-text {
		font-size: 18px;
		line-height: 34px
	}

	.testi-style1 .testi-quote {
		margin: 0 0 30px 0
	}

	.testi-style1 .testi-author {
		font-size: 26px
	}

	.testi-style1 .testi-degi {
		margin: 0 0 10px 0
	}

	.testi-style1 .testi-shape:after,
	.testi-style1 .testi-shape::before {
		display: none
	}
}

@media(max-width: 767px) {
	.testi-style1 {
		width: 100%;
		height: 100%;
		padding: 40px 15px 40px 15px
	}

	.testi-style1 .testi-shape {
		transform: none;
		border-radius: 12px
	}

	.testi-style1 .testi-quote {
		margin: 0 0 15px 0
	}

	.testi-style1 .testi-quote img {
		max-width: 50px
	}

	.testi-style1 .testi-text {
		font-size: 16px;
		line-height: 29px
	}

	.testi-style1 .testi-author {
		font-size: 22px
	}

	.testi-style1 .testi-avater .tab-btn {
		max-width: 40px;
		max-height: 40px
	}

	.testi-style1 .testi-avater .tab-btn:nth-child(5) {
		top: 13%;
		right: 2%
	}

	.testi-style1 .testi-avater .tab-btn:nth-child(2) {
		bottom: 5%;
		right: 3%
	}
}

.newsletter-style1 .newsletter-icon {
	width: 190px;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -40px auto 12px auto;
	background-color: var(--secondary-color);
	color: var(--white-color);
	font-size: 60px;
	border-radius: 37% 37% 37% 37%/37% 37% 37% 37%;
	transform: rotate(45deg)
}

.newsletter-style1 .newsletter-icon i {
	transform: rotate(-45deg)
}

.newsletter-style1 .newsletter-title {
	color: var(--white-color);
	margin: 0 0 5px 0
}

.newsletter-style1 .newsletter-text {
	color: var(--white-color);
	font-size: 18px;
	margin: 0 0 36px 0
}

.newsletter-style1 .form-group {
	margin: 0
}

.newsletter-style1 input {
	border: 2px solid var(--white-color);
	background-color: rgba(0, 0, 0, 0);
	color: var(--white-color);
	height: 86px;
	padding: 0 50px 0 40px;
	border-radius: 9999px
}

.newsletter-style1 input::-moz-placeholder {
	color: var(--white-color);
	padding: 0
}

.newsletter-style1 input:-ms-input-placeholder {
	color: var(--white-color);
	padding: 0
}

.newsletter-style1 input::placeholder {
	color: var(--white-color);
	padding: 0
}

.newsletter-style1 .vs-btn {
	width: 190px;
	height: 60px;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 13px;
	text-transform: uppercase
}

.newsletter-bg1 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 1650px;
	height: 434px
}

.newsletter-style2 .form-group {
	display: flex;
	margin: 0
}

.newsletter-style2 .form-control {
	flex: 1;
	height: 80px;
	color: var(--title-color);
	font-size: 16px;
	color: #070707;
	border: none;
	padding: 0 40px 0 40px;
	border-radius: 9999px;
	margin-right: 15px
}

.newsletter-style2 .form-control::-moz-placeholder {
	color: var(--title-color)
}

.newsletter-style2 .form-control:-ms-input-placeholder {
	color: var(--title-color)
}

.newsletter-style2 .form-control::placeholder {
	color: var(--title-color)
}

.newsletter-inner1 {
	padding: 100px 0 0 43px
}

@media(min-width: 1922px) {
	.newsletter-bg1 {
		max-width: 90%
	}
}

@media(max-width: 1199px) {
	.newsletter-inner1 {
		padding: 100px 0 60px 0
	}

	.newsletter-inner1 .form-group {
		display: block
	}

	.newsletter-inner1 .form-group input {
		height: 67px;
		margin-bottom: 15px
	}

	.newsletter-bg1 {
		height: calc(100% - 40px)
	}
}

@media(max-width: 991px) {
	.newsletter-inner1 {
		padding: 40px 0 60px 0
	}
}

@media(max-width: 767px) {
	.newsletter-style1 input {
		height: 50px
	}

	.newsletter-style1 .vs-btn {
		position: relative;
		top: 0;
		right: 0;
		margin: 20px 0 0 0
	}

	.newsletter-style1 .newsletter-title {
		font-size: 30px
	}

	.newsletter-style1 .newsletter-icon {
		width: 140px;
		height: 140px;
		font-size: 50px
	}
}

.gallery-style1,
.gallery-style1 .gallery-img {
	margin: 0 0 25px 0
}

.gallery-style1 .gallery-title {
	font-weight: 600;
	margin: 0 0 5px 0
}

.gallery-style1 .gallery-category a {
	color: #888;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block
}

.gallery-style1 .gallery-category a:not(:last-child):after {
	content: ",";
	margin-right: 3px
}

.gallery-style1 .gallery-category a:hover {
	color: var(--theme-color)
}

.gallery-style3 .gallery-img,
.gallery-style2 .gallery-img {
	position: relative;
	overflow: hidden
}

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

.gallery-style3 .gallery-overlay,
.gallery-style2 .gallery-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color);
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	z-index: 1
}

.gallery-style3:hover .gallery-overlay,
.gallery-style2:hover .gallery-overlay {
	opacity: .8;
	visibility: visible
}

.gallery-style3:hover .gallery-img img,
.gallery-style2:hover .gallery-img img {
	transform: scale(1.1)
}

.gallery-style2 .gallery-icon {
	color: var(--white-color);
	font-size: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}

.gallery-style2 .gallery-icon {
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.gallery-style2:hover .gallery-icon {
	opacity: 1;
	visibility: visible
}

.gallery-style3 {
	position: relative;
	margin-bottom: 24px
}

.gallery-style3 .gallery-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	padding: 0 20px 22px 30px
}

.gallery-style3 .gallery-title {
	color: var(--white-color);
	font-weight: 600;
	margin: 0 0 6px 0
}

.gallery-style3 .gallery-title a {
	color: inherit
}

.gallery-style3 .gallery-title a:hover {
	color: var(--secondary-color)
}

.gallery-style3 .gallery-category {
	font-weight: 600;
	font-size: 16px;
	color: var(--white-color)
}

.gallery-style3 .icon-btn,
.gallery-style3 .gallery-category,
.gallery-style3 .gallery-title {
	transform: translateY(-20px);
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.gallery-style3 .icon-btn {
	transform: translateX(-30px)
}

.gallery-style3 .icon-btn:hover {
	background-color: var(--secondary-color)
}

.gallery-style3:hover .icon-btn,
.gallery-style3:hover .gallery-category,
.gallery-style3:hover .gallery-title {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: .1s
}

.gallery-style3:hover .icon-btn {
	transform: translateX(0)
}

.gallery-style3:hover .gallery-title {
	transition-delay: .2s
}

.filter-menu1 {
	background-color: var(--smoke-color);
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto 60px auto;
	max-width: 100%;
	border-radius: 9999px;
	text-align: center
}

.filter-menu1 button {
	border: none;
	background-color: rgba(0, 0, 0, 0);
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding: 31px 51px;
	border-radius: 9999px
}

.filter-menu1 button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 24px;
	margin-top: -12px;
	background-color: #929292;
	transition: all ease .4s
}

.filter-menu1 button:hover {
	color: var(--theme-color)
}

.filter-menu1 button.active::before,
.filter-menu1 button.active+button::before,
.filter-menu1 button:first-child::before {
	opacity: 0;
	visibility: hidden
}

.filter-menu1 button.active {
	background-color: var(--theme-color);
	color: var(--white-color)
}

@media(min-width: 1500px) {
	.gallery-zigzag .slick-slide:nth-child(even) {
		margin-top: 80px
	}
}

.gallery-details-degi {
	font-size: 18px;
	line-height: 1;
	color: var(--theme-color);
	text-transform: uppercase;
	margin: 0 0 47px 0
}

.gallery-details-title {
	margin: 68px 0 4px 0
}

.gallery-box {
	background-color: var(--white-color);
	border: 1px solid #e4e4e4;
	margin: -65px auto 60px auto;
	max-width: 410px;
	padding: 48px 50px 20px 50px;
	box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, .06)
}

.gallery-box__item {
	padding: 0 0 0 10px
}

.gallery-box__item:not(:last-child) {
	border-bottom: 1px solid #dedede;
	margin: 0 0 28px 0
}

.gallery-box__label {
	font-size: 16px;
	font-weight: 600;
	color: #74787c;
	line-height: 1;
	margin-bottom: 4px;
	display: block
}

.gallery-box__title {
	font-size: 24px;
	font-weight: 600;
	color: var(--theme-color)
}

.gallery-quote {
	text-align: center;
	padding: 80px 40px 70px 40px;
	margin: 50px 0 50px 0
}

.gallery-quote p {
	color: var(--white-color);
	font-size: 24px;
	line-height: 38px;
	margin: 27px auto 0 auto;
	max-width: 980px
}

@media(max-width: 1199px) {
	.gallery-style3 {
		--btn-size: 40px
	}

	.gallery-style3 .gallery-title {
		font-size: 20px;
		margin-bottom: 3px
	}

	.gallery-style3 .gallery-category {
		font-size: 14px
	}

	.gallery-style3 .gallery-bottom {
		padding: 0 15px 15px 20px
	}

	.gallery-box {
		padding: 29px 30px 5px 30px
	}

	.filter-menu1 button {
		font-size: 16px;
		padding: 20px 30px
	}

	.gallery-quote {
		padding: 55px 30px 50px 30px;
		margin: 50px 0 50px 0
	}

	.gallery-quote p {
		font-size: 22px;
		line-height: 34px
	}
}

@media(max-width: 991px) {
	.filter-menu1 {
		background-color: rgba(0, 0, 0, 0);
		margin-bottom: 25px
	}

	.filter-menu1:before {
		display: none
	}

	.filter-menu1 button {
		background-color: var(--smoke-color);
		margin: 0 3px 10px 3px
	}

	.filter-menu1 button::before {
		display: none
	}

	.gallery-details-title {
		margin: 0 0 4px 0
	}

	.gallery-box {
		padding: 35px 20px 8px 20px;
		margin: 30px auto 38px auto;
		max-width: 100%
	}
}

@media(max-width: 767px) {
	.gallery-quote p {
		font-size: 16px;
		line-height: 26px
	}

	.gallery-box__title {
		font-size: 20px
	}

	.gallery-box__label {
		font-size: 14px;
		margin-bottom: 6px
	}
}

@media(max-width: 575px) {
	.filter-menu1 button {
		font-size: 12px;
		padding: 15px 24px
	}
}

.cta-bg2,
.cta-bg1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -137px;
	left: 0;
	background-size: 100% 100%
}

.cta-bg2 {
	bottom: 0;
	display: none
}

.cta-video {
	position: relative;
	margin-top: 100px
}

.cta-video .play-btn {
	z-index: 5
}

.cta-shape1 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4
}

.cta-shape3,
.cta-shape2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 1596px;
	height: 815px;
	border-radius: 0 10px 10px 0
}

.cta-shape3 {
	height: 100%
}

@media(min-width: 1922px) {

	.cta-shape3,
	.cta-shape2 {
		max-width: 80%
	}
}

@media(max-width: 1500px) {

	.cta-shape3,
	.cta-shape2 {
		border-radius: 0;
		height: 100%
	}

	.cta-shape1 {
		max-width: 600px
	}

	.cta-bg2 {
		display: block
	}

	.cta-bg1 {
		display: none
	}
}

@media(max-width: 1199px) {
	.cta-video {
		margin-top: 70px
	}
}

.accordion-style1 {
	margin: 0 0 30px 0;
	text-align: left
}

.accordion-style1 .accordion-collapse {
	border: none
}

.accordion-style1 .accordion-item {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 12px;
	margin: 0 0 20px 0;
	box-shadow: none;
	transition: all ease .4s
}

.accordion-style1 .accordion-item:first-of-type .accordion-button {
	border-radius: 12px
}

.accordion-style1 .accordion-item.active {
	border-color: #e0e0e0;
	box-shadow: 10px 10px 10px 0px rgba(4, 4, 4, .05)
}

.accordion-style1 .accordion-button {
	border: none;
	background-color: var(--smoke-color);
	color: var(--title-color);
	font-size: 18px;
	font-weight: 700;
	padding: 19px 35px;
	text-align: left;
	border-radius: 12px;
	margin: -1px;
	width: calc(100% + 2px);
	transition: all ease .4s
}

.accordion-style1 .accordion-button:after {
	content: "";
	position: absolute;
	right: 20px;
	font-family: var(--icon-font);
	background-image: none;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background-color: var(--white-color);
	border: 2px solid #e0e0e0;
	border-radius: 50%
}

.accordion-style1 .accordion-button:hover,
.accordion-style1 .accordion-button:not(.collapsed) {
	background-color: var(--secondary-color);
	color: var(--white-color)
}

.accordion-style1 .accordion-button:hover:after,
.accordion-style1 .accordion-button:not(.collapsed):after {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: rgba(0, 0, 0, 0)
}

.accordion-style1 .accordion-button:focus {
	box-shadow: none
}

.accordion-style1 .accordion-item:last-of-type .accordion-button.collapsed,
.accordion-style1 .accordion-item:last-of-type .accordion-collapse {
	border-radius: 12px
}

.accordion-style1 .accordion-body {
	padding: 25px 35px 8px 35px
}

.accordion-style1 .accordion-body p {
	line-height: 28px
}

@media(max-width: 767px) {
	.accordion-style1 .accordion-button {
		font-size: 16px;
		padding: 15px 50px 15px 20px
	}

	.accordion-style1 .accordion-body {
		padding: 25px 20px 8px 20px
	}
}

.package-style1 {
	background-color: var(--white-color);
	display: flex;
	position: relative;
	padding: 12px;
	margin: 20px 0 50px 0;
	width: 100%;
	border-radius: 12px
}

.package-style1 .package-head {
	flex: 1;
	padding: 40px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start
}

.package-style1 .package-discount {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--white-color);
	background-color: #00c620;
	border: 5px solid var(--white-color);
	padding: 8px 13px;
	position: absolute;
	left: 40px;
	top: -20px;
	line-height: 1;
	border-radius: 9999px
}

.package-style1 .package-label {
	font-size: 18px;
	font-weight: 700;
	display: block;
	color: #74787c;
	color: var(--theme-color);
	margin: -0.2em 0 10px 0
}

.package-style1 .currency {
	font-size: 40px;
	font-weight: 500;
	color: var(--title-color);
	vertical-align: top;
	top: 3px;
	position: relative
}

.package-style1 .price {
	font-size: 70px;
	font-weight: 700;
	color: var(--title-color)
}

.package-style1 .duration {
	font-size: 18px;
	font-weight: 500;
	color: #74787c;
	margin-left: 5px
}

.package-style1 .package-amount {
	line-height: 1;
	margin: 0 0 40px 0
}

.package-style1 .package-body {
	background-color: var(--smoke-color);
	border-radius: 12px;
	padding: 25px 40px 23px 25px;
	display: flex;
	align-items: center;
	align-self: stretch
}

.package-style1 .package-list {
	flex: 1
}

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

.package-style1 .package-list li {
	font-size: 16px;
	color: #1a1a1a;
	padding: 0 0 14px 45px;
	margin: 0 0 15px 0;
	position: relative;
	border-bottom: 1px solid #cecece
}

.package-style1 .package-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.package-style1 .package-list i {
	color: var(--theme-color);
	font-size: 18px;
	position: absolute;
	left: 15px;
	top: 2.5px
}

.package-style1 .package-list i.fa-check-circle {
	color: var(--success-color)
}

.package-style1 .package-list i.fa-times-circle {
	color: var(--error-color)
}

@media(min-width: 1199px) {
	.package-style1:nth-child(even) {
		margin-left: -50px
	}
}

.package-style1:last-child {
	margin-bottom: 30px
}

.package-shape1 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 1623px;
	border-radius: 10px 0 0 10px
}

.package-tab {
	border: 2px solid var(--white-color);
	border-radius: 9999px;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-bottom: 30px
}

.package-tab button {
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	border: none;
	color: var(--white-color);
	font-size: 16px;
	font-weight: 700;
	padding: 19.5px 56px;
	margin: -2px;
	border-radius: 9999px
}

.package-tab button:hover {
	color: var(--theme-color)
}

.package-tab button.active {
	color: var(--white-color);
	background-color: var(--theme-color)
}

.package-box {
	background-color: #f6f7fb;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 12px
}

.package-box .box-inner {
	background-color: var(--white-color);
	padding: 37px 40px 48px 40px;
	border-radius: 12px
}

.package-box .package-box-title {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 17px
}

.package-box ul {
	margin: -6px 0 54px 0;
	padding: 0;
	list-style: none;
	text-align: left
}

.package-box li {
	font-size: 18px;
	font-weight: 600;
	color: var(--title-color);
	border-bottom: 1px solid #f1f2f7;
	position: relative;
	padding: 0 0 23px 0;
	margin: 0 0 23px 0
}

.package-box li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.package-box li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 21px;
	background-color: var(--theme-color);
	color: var(--white-color);
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 3px
}

.package-box li i.fa-check {
	background-color: #00c620
}

.package-box li i.fa-times {
	background-color: red
}

.package-nav button {
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 46px 56px;
	line-height: 1;
	border: 2px solid #eff2fb;
	margin-bottom: 40px;
	border-radius: 12px
}

.package-nav button:last-child {
	margin-bottom: 30px
}

.package-nav button .discount {
	background-color: #00c620;
	color: var(--white-color);
	font-size: 14px;
	line-height: 1;
	border-radius: 9999px;
	padding: 8.5px 13.5px;
	display: inline-block;
	position: absolute;
	top: -15.5px;
	left: 55px
}

.package-nav button .btn-text {
	font-size: 30px;
	font-weight: 600;
	color: var(--title-color)
}

.package-nav button .btn-text::before {
	content: "";
	font-family: var(--icon-font);
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: 2px solid #eff2fb;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 22px;
	color: rgba(0, 0, 0, 0)
}

.package-nav button .amount {
	font-size: 36px;
	font-weight: 600;
	color: var(--title-color)
}

.package-nav button .duration {
	font-weight: 600;
	font-size: 16px;
	vertical-align: top;
	position: relative;
	top: 2px;
	margin-left: 8px;
	color: var(--body-color)
}

.package-nav button,
.package-nav button .discount,
.package-nav button .amount,
.package-nav button .duration,
.package-nav button .btn-text,
.package-nav button .btn-text:before {
	transition: all ease .4s
}

.package-nav button.active,
.package-nav button:hover {
	background-color: var(--theme-color);
	border-color: rgba(0, 0, 0, 0);
	box-shadow: 4px 6.928px 24px 0px rgba(0, 55, 255, .2)
}

.package-nav button.active .duration,
.package-nav button.active .amount,
.package-nav button.active .btn-text,
.package-nav button:hover .duration,
.package-nav button:hover .amount,
.package-nav button:hover .btn-text {
	color: var(--white-color)
}

.package-nav button.active .btn-text:before,
.package-nav button:hover .btn-text:before {
	border-color: var(--white-color)
}

.package-nav button.active .btn-text:before {
	background-color: var(--white-color);
	color: var(--theme-color)
}

@media(min-width: 1922px) {
	.package-shape1 {
		max-width: 90%
	}
}

@media(max-width: 1500px) {
	.package-shape1 {
		border-radius: 0
	}
}

@media(max-width: 1199px) {
	.package-style1 .package-head {
		padding: 40px 15px 30px 15px
	}

	.package-style1 .price {
		font-size: 42px
	}

	.package-style1 .duration {
		font-size: 14px
	}

	.package-style1 .vs-btn.style3 {
		padding: 12px 13px;
		font-size: 14px
	}

	.package-style1 .currency {
		font-size: 18px
	}

	.package-style1 .package-label {
		font-size: 14px;
		margin: -0.2em 0 8px 0
	}

	.package-style1 .package-amount {
		margin: 0 0 20px 0
	}

	.package-style1 .package-body {
		padding: 20px 20px 18px 20px
	}

	.package-style1 .package-list li {
		padding-left: 30px
	}

	.package-style1 .package-list i {
		left: 0
	}

	.package-tab button {
		font-size: 14px;
		padding: 13px 28px
	}
}

@media(max-width: 1199px) {
	.package-nav button {
		padding: 42.5px 30px
	}

	.package-nav button .btn-text {
		font-size: 26px
	}

	.package-nav button .btn-text::before {
		font-size: 14px;
		width: 24px;
		height: 24px;
		line-height: 23px;
		margin-right: 10px
	}

	.package-nav button .amount {
		font-size: 24px
	}

	.package-nav button .duration {
		font-size: 14px
	}

	.package-box .box-inner {
		padding: 27px 25px 38px 25px
	}

	.package-box li {
		font-size: 16px;
		padding: 0 0 18px 0;
		margin: 0 0 18px 0
	}

	.package-box .package-box-title {
		margin-bottom: 23px;
		padding-bottom: 16px
	}
}

@media(max-width: 991px) {
	.package-style1 {
		max-width: 80%;
		margin-left: auto
	}

	.package-style1:nth-child(even) {
		margin-left: 0;
		margin-right: auto
	}

	.package-tab {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.package-nav {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 20px
	}

	.package-nav button {
		padding: 30px 15px
	}

	.package-nav button,
	.package-nav button:last-child {
		margin-bottom: 30px
	}

	.package-nav button .btn-text {
		font-size: 18px
	}

	.package-nav button .amount {
		font-size: 16px
	}

	.package-nav button .duration {
		font-size: 12px;
		top: 0;
		margin-left: 3px
	}

	.package-nav button .discount {
		font-size: 12px;
		padding: 7px 10px;
		top: -13px;
		left: 15px
	}
}

@media(max-width: 767px) {
	.package-style1 {
		display: block;
		max-width: 100%
	}

	.package-style1 .package-list li {
		font-size: 14px
	}

	.package-style1 .package-list i {
		top: 3px
	}

	.package-tab {
		border: none
	}

	.package-tab button {
		margin: 0 3px 5px 3px;
		color: var(--title-color);
		background-color: var(--smoke-color);
		padding: 10px 20px
	}

	.package-tab button.active {
		color: var(--white-color)
	}

	.package-nav button {
		display: block
	}

	.package-nav button .btn-text {
		display: block;
		margin: 0 0 10px
	}

	.package-nav button .btn-text::before {
		display: block;
		margin: 0 auto 10px auto
	}

	.package-nav button .discount {
		left: 50%;
		transform: translateX(-50%);
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}

	.package-box {
		padding: 10px
	}

	.package-box .box-inner {
		padding: 27px 15px 38px 15px
	}

	.package-box li {
		font-size: 14px;
		padding: 0 0 18px 0;
		margin: 0 0 18px 0
	}

	.package-box ul {
		margin: -6px 0 34px 0
	}
}

.vs-counter {
	text-align: center;
	padding: 93px 0
}

@media(min-width: 991px) {
	.vs-counter:nth-child(even) {
		background-color: rgba(255, 255, 255, .06)
	}
}

@media(min-width: 767px)and (max-width: 991px) {

	.vs-counter:nth-child(3),
	.vs-counter:nth-child(2) {
		background-color: rgba(255, 255, 255, .06)
	}
}

@media(max-width: 767px) {
	.vs-counter:nth-child(even) {
		background-color: rgba(255, 255, 255, .06)
	}
}

.vs-counter__number {
	color: var(--white-color);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 3px 0
}

.vs-counter__number .amount {
	font-size: 68.5px
}

.vs-counter__number .quora {
	font-size: 38px;
	vertical-align: top;
	text-transform: uppercase;
	position: relative;
	top: 1px
}

.vs-counter__text {
	color: #c3d0ff;
	margin: 0
}

@media(max-width: 1199px) {
	.vs-counter {
		padding: 60px 0
	}

	.vs-counter__number .amount {
		font-size: 40px
	}

	.vs-counter__number .quora {
		font-size: 24px
	}

	.vs-counter__text {
		font-size: 14px
	}
}

@media(max-width: 991px) {
	.vs-counter {
		padding: 40px 0
	}
}

.process-style1 {
	margin: 13px auto
}

@media(min-width: 991px) {
	.process-style1:nth-child(even) {
		margin-top: 63px
	}
}

.process-style1 .process-body {
	width: 240px;
	height: 240px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 21px 35px 10px 35px;
	transition: all ease .4s
}

.process-style1 .process-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	z-index: -1;
	background-color: var(--white-color);
	border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
	box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, .06);
	transition: all ease .4s
}

.process-style1 .process-number {
	position: absolute;
	left: 0;
	top: -20px;
	font-size: 20px;
	font-weight: 600;
	width: 84px;
	height: 84px;
	line-height: 65px;
	border: 10px solid var(--smoke-color);
	color: var(--white-color);
	background-color: var(--theme-color);
	border-radius: 50%;
	text-align: center;
	transition: all ease .4s
}

.process-style1 .process-text {
	color: var(--title-color);
	font-size: 20px;
	font-weight: 600;
	margin: 0
}

.process-style1 .process-icon {
	margin: 0 0 23px 0
}

.process-style1 .process-icon img {
	transition: all ease .4s
}

.process-style1:hover .process-icon img {
	filter: brightness(0) invert(1)
}

.process-style1:hover .process-number {
	background-color: var(--secondary-color)
}

.process-style1:hover .process-shape {
	background-color: var(--secondary-color)
}

.process-style1:hover .process-text {
	color: var(--white-color)
}

.process-style1.layout2 .process-shape {
	border: 1px solid #e4e4e4;
	box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, .06)
}

.process-style1.layout2 .process-number {
	border-color: var(--white-color)
}

.process-shape1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center
}

@media(max-width: 1199px) {
	.process-style1 {
		margin: 20px auto
	}

	.process-style1 .process-body {
		width: 200px;
		height: 200px;
		padding: 21px 20px 10px 20px;
		margin-left: auto;
		margin-right: auto
	}

	.process-style1 .process-number {
		top: -10px;
		font-size: 16px;
		width: 70px;
		height: 70px;
		line-height: 50px
	}

	.process-style1 .process-text {
		font-size: 16px;
		line-height: 24px
	}

	.process-style1 .process-icon {
		margin: 0 0 18px 0
	}
}

.form-style1 {
	background-color: var(--theme-color);
	padding: 80px 80px;
	max-width: 750px;
	margin: 50px 0;
	z-index: 2;
	position: relative
}

.form-style1 .form-subtitle {
	font-size: 20px;
	font-weight: 500;
	color: var(--white-color);
	text-align: center;
	display: block;
	margin: -0.2em 0 2px 0
}

.form-style1 .form-title {
	font-size: 40px;
	font-weight: 500;
	color: var(--white-color);
	text-align: center;
	margin: 0 0 30px 0
}

.form-style1 .vs-btn {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	border-radius: 12px
}

.form-style1 .vs-btn:before {
	border-radius: 12px
}

.form-style1 .vs-btn:hover::before {
	transform: scale(1)
}

.contact-shape1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 1170px
}

.contact-box {
	text-align: center;
	background-color: #f3f5fc;
	padding: 60px 60px 53px 60px
}

.contact-box__icon {
	background-color: var(--white-color);
	width: var(--icon-size, 130px);
	/*height: var(--icon-size, 130px);*/
	line-height: calc(var(--icon-size, 130px) - 3px);
	border-radius: 50%;
	border: 2px solid var(--theme-color);
	position: relative;
	display: inline-block;
	margin: 0 0 30px 0
}

.contact-box__icon:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: inherit;
	border-radius: inherit
}

.contact-box__title {
	font-weight: 600;
	margin: 0 0 10px 0
}

.contact-box__text {
	font-size: 18px;
	line-height: 28px;
	margin: 0
}

.contact-box__text a {
	display: inline-block
}

.contact-box:nth-child(even) {
	background-color: #e7ecff
}

.contact-map {
	line-height: 0;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto -80px auto
}

.contact-shape2 {
	width: 100%;
	height: 100%;
	position: relative
}

.contact-shape2 img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: initial;
	max-height: 100%
}

@media(max-width: 767px) {
	.form-style1 {
		padding: 60px 20px
	}

	.form-style1 .form-subtitle {
		font-size: 14px
	}

	.form-style1 .form-title {
		font-size: 30px
	}
}

@media(min-width: 1922px) {
	.contact-shape1 {
		max-width: 70%;
		background-position: top right
	}
}

@media(max-width: 1199px) {
	.contact-box {
		padding: 45px 25px 42px 25px
	}

	.contact-box__icon {
		--icon-size: 100px;
		border: 1px solid var(--theme-color)
	}

	.contact-box__icon img {
		max-width: 30px
	}

	.contact-box__text {
		font-size: 16px;
		line-height: 28px;
		margin: 0
	}

	.contact-box__title {
		font-size: 20px
	}
}

@media(max-width: 991px) {
	.contact-box__text {
		font-size: 14px;
		line-height: 24px;
		margin: 0
	}

	.contact-map iframe {
		height: 400px
	}
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-25 {
	padding-left: 25px
}

.pl-30 {
	padding-left: 30px
}

.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-25 {
	padding-right: 25px
}

.pr-30 {
	padding-right: 30px
}

.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

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

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

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

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

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

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

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-25 {
	margin-right: 25px
}

.mr-30 {
	margin-right: 30px
}

.mt-n1 {
	margin-top: -0.25rem
}

.mt-n2 {
	margin-top: -0.5rem
}

.mt-n3 {
	margin-top: -1rem
}

.mt-n4 {
	margin-top: -1.5rem
}

.mt-n5 {
	margin-top: -3rem
}

.mb-n1 {
	margin-bottom: -0.25rem
}

.mb-n2 {
	margin-bottom: -0.5rem
}

.mb-n3 {
	margin-bottom: -1rem
}

.mb-n4 {
	margin-bottom: -1.5rem
}

.mb-n5 {
	margin-bottom: -3rem
}

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

.space,
.space-top {
	padding-top: var(--section-space)
}

.space,
.space-bottom {
	padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
	padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
	padding-bottom: calc(var(--section-space) - 30px)
}

@media(max-width: 991px) {

	.space,
	.space-top {
		padding-top: var(--section-space-mobile)
	}

	.space,
	.space-bottom {
		padding-bottom: var(--section-space-mobile)
	}

	.space-extra,
	.space-extra-top {
		padding-top: calc(var(--section-space-mobile) - 30px)
	}

	.space-extra,
	.space-extra-bottom {
		padding-bottom: calc(var(--section-space-mobile) - 30px)
	}

	.space-top-md-none {
		padding-top: 0
	}
}

/*Other*/
.only-line-1{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.only-line-2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.only-line-3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.only-line-4{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.only-line-5{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.only-line-6{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.only-line-7{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.only-line-8{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.only-line-9{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.only-line-10{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
/*end*/