
/*------------------- Mixin -------------------*/

/*------------------- Function -------------------*/
/*------------------- Variables -------------------*/
:root {
	--theme-color: #02CE80;
	--theme-color2: #7BD706;
	--title-color: #ffffff;
	--grey-text-1: #737887;
	--grey-text-2: #A1A6B0;
	--smoke-color: #F5F5F5;
	--smoke-color2: #E2E8FA;
	--black-color: #000000;
	--white-color: #ffffff;
	--th-border-color: #E0E0E0;
	--title-font: 'Barlow', sans-serif;
	--body-font: 'Roboto', sans-serif;
	--icon-font: "Font Awesome 6 Pro";
	--main-container: 1220px;
	--container-gutters: 24px;
	--section-space: 150px;
	--section-space-small: 100px;
	--section-space-large: 200px;
	--mobile-section-space: 70px;
	--mobile-section-space-small: 60px;
	--mobile-section-space-large: 75px;
	--section-title-space: 60px;
	--ripple-ani-duration: 5s;
	
	--kimber-light-blue:#2267AC;
	--kimber-dark-blue: #112842;
	--menu-black: #16181D;
	--body-background-color: #0E0E0E;
}

/*------------------- Typography -------------------*/
html,
body {
	scroll-behavior: auto !important;
}

body {
	font-family: var(--title-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--grey-text-1);
	line-height: 26px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	background-color: var(--body-background-color) !important;
}

iframe {
	border: none;
	width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
	outline: none;
}

input:focus {
	outline: none;
	box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
	max-width: 100%;
	height: auto;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid var(--th-border-color);
}

th {
	font-weight: 700;
	color: var(--title-color);
}

td,
th {
	border: 1px solid var(--th-border-color);
	padding: 9px 12px;
}

a {
	color: var(--theme-color2);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

a:hover {
	color: var(--title-color);
}

a:active, a:focus, a:hover, a:visited {
	text-decoration: none;
	outline: 0;
}

button {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

img {
	border: none;
	max-width: 100%;
}

ins {
	text-decoration: none;
}

span.ajax-loader:empty,
p:empty {
	display: none;
}

p {
	font-family: var(--body-font);
	margin: 0 0 18px 0;
	color: var(--grey-text-1);
	line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	font-family: var(--title-font);
	color: var(--title-color);
	text-transform: none;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

.h1,
h1 {
	font-size: 48px;
	line-height: 1.208;
}

.h2,
h2 {
	font-size: 40px;
	line-height: 1.25;
}

.h3,
h3 {
	font-size: 36px;
	line-height: 1.278;
}

.h4,
h4 {
	font-size: 30px;
	line-height: 1.333;
}

.h5,
h5 {
	font-size: 24px;
	line-height: 1.417;
}

.h6,
h6 {
	font-size: 20px;
	line-height: 1.5;
}

/* Large devices */
@media (max-width: 1199px) {
.h1,
h1 {
	font-size: 44px;
	line-height: 1.3;
}
.h2,
h2 {
	font-size: 36px;
	line-height: 1.3;
}
.h3,
h3 {
	font-size: 30px;
}
.h4,
h4 {
	font-size: 24px;
}
.h5,
h5 {
	font-size: 20px;
}
.h6,
h6 {
	font-size: 16px;
}
}

/* Small devices */
@media (max-width: 767px) {
.h1,
h1 {
	font-size: 40px;
}
.h2,
h2 {
	font-size: 34px;
	line-height: 1.3;
}
.h3,
h3 {
	font-size: 26px;
}
.h4,
h4 {
	font-size: 22px;
}
.h5,
h5 {
	font-size: 18px;
}
.h6,
h6 {
	font-size: 16px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.h1,
h1 {
	font-size: 34px;
	line-height: 1.35;
}
.h2,
h2 {
	font-size: 28px;
}
}

/* Extra small devices */
@media (max-width: 375px) {
.h1,
h1 {
	font-size: 32px;
}
}

/*=================================
    RESETS
==================================*/
/*------------------- Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
:root {
	--main-container: 1250px;
}
}

@media (min-width: 1370px) {
.th-container2 {
	--main-container: 1470px;
}
.th-container2 .container {
	--main-container: 1220px;
}
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
.th-container2 {
	margin-left: auto;
	margin-right: auto;
}
}

@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);
}
.container-xxl.px-0,
.container-xl.px-0,
.container-lg.px-0,
.container-md.px-0,
.container-sm.px-0,
.container.px-0 {
	max-width: var(--main-container);
}
.th-container4 {
	--main-container: 1380px;
}
.th-container5 {
	--main-container: 1320px;
}
}

@media only screen and (min-width: 1300px) {
.th-container {
	--main-container: 1720px;
}
}

@media only screen and (max-width: 1600px) {
.container-fluid.px-0 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.container-fluid.px-0 .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}

.th-container3 {
	max-width: 1520px;
}

.round-container {
	max-width: 1620px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

/* Large devices */
@media (max-width: 1199px) {
.round-container {
	border-radius: 0;
}
}

/*------------------- Grid -------------------*/
.slick-track > [class*=col] {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y);
}

.gy-30 {
	--bs-gutter-y: 30px;
}

.gy-40 {
	--bs-gutter-y: 40px;
}

.gy-50 {
	--bs-gutter-y: 50px;
}

.gx-10 {
	--bs-gutter-x: 10px;
}

.gy-80 {
	--bs-gutter-y: 80px;
/* Large devices */
/* Medium devices */
}

@media (max-width: 1199px) {
.gy-80 {
	--bs-gutter-y: 60px;
}
}

@media (max-width: 991px) {
.gy-80 {
	--bs-gutter-y: 40px;
}
}

@media (min-width: 1299px) {
.gx-60 {
	--bs-gutter-x: 60px;
}
}

@media (min-width: 1399px) {
.gx-30 {
	--bs-gutter-x: 30px;
}
.gx-25 {
	--bs-gutter-x: 25px;
}
.gx-40 {
	--bs-gutter-x: 40px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.gy-50 {
	--bs-gutter-y: 40px;
}
}

/*------------------- Forms / Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
	height: 56px;
	padding: 0 25px 0 25px;
	padding-right: 45px;
	border: 1px solid transparent;
	color: var(--grey-text-1);
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
	font-family: var(--body-font);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
	outline: 0;
	box-shadow: none;
	border-color: var(--theme-color2);
	color: var(--grey-text-1);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: var(--grey-text-1);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: var(--grey-text-1);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: var(--grey-text-1);
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	color: var(--grey-text-1);
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
	color: var(--grey-text-1);
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
	color: var(--grey-text-1);
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
	color: var(--grey-text-1);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
	color: var(--grey-text-1);
}

.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;
}

textarea.form-control,
textarea {
	min-height: 154px;
	padding-top: 16px;
	padding-bottom: 17px;
}

.form-group {
	margin-bottom: var(--bs-gutter-x);
	position: relative;
}

.form-group > i {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 19px;
	font-size: 16px;
	color: var(--grey-text-1);
}

.form-group > i.fa-envelope {
	padding-top: 1px;
}

.form-group > i.fa-comment {
	margin-top: -2px;
}

.form-group > i.fa-chevron-down {
	width: 17px;
	background-color: var(--smoke-color);
}

.form-group.has-label > i {
	top: 50px;
}

[class*="col-"].form-group > i {
	right: calc((var(--bs-gutter-x) / 2) + 25px);
}

option:checked, option:focus, option:hover {
	background-color: var(--theme-color2);
	color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

input[type="checkbox"] {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	display: none;
}

input[type="checkbox"]:checked ~ label:before {
	content: "\f00c";
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color2);
}

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(--th-border-color);
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}

input[type="checkbox"].style2 ~ label {
	color: #8B929C;
	padding-left: 23px;
	margin-bottom: -0.5em;
}

input[type="checkbox"].style2 ~ label:before {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid #8B929C;
	height: 14px;
	width: 14px;
	line-height: 14px;
	border-radius: 3px;
	top: 6px;
}

input[type="checkbox"].style2:checked ~ label:before {
	color: var(--theme-color2);
}

input[type="radio"] {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	display: none;
}

input[type="radio"] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 1;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
}

input[type="radio"] ~ label::before {
	content: "\f111";
	position: absolute;
	font-family: var(--icon-font);
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	padding-left: 0;
	font-size: 0.6em;
	line-height: 19px;
	text-align: center;
	border: 1px solid var(--theme-color2);
	border-radius: 100%;
	font-weight: 700;
	background: var(--white-color);
	color: transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
	border-color: var(--theme-color2);
	background-color: var(--theme-color);
	color: var(--white-color);
}

label {
	margin-bottom: 0.5em;
	margin-top: -0.3em;
	padding: 8px 0px 0px 5px;
	display: block;
	color: #6c757d;
	font-family: var(--body-font);
	font-size: 14px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
	border: 1px solid var(--error-color) !important;
	background-position: right calc(0.375em + 0.8875rem) center;
	background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
	outline: 0;
	box-shadow: none;
}

textarea.is-invalid {
	background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
	margin-bottom: 0;
}

/*------------------- Slider -------------------*/
.swiper-wrapper.row {
	-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
}

.th-slider.has-shadow {
	padding-left: 12px;
	padding-right: 12px;
	margin: -25px -12px;
}

.th-slider.has-shadow .swiper-wrapper {
	padding: 25px 0;
}

.swiper-fade .swiper-slide {
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.swiper-fade .swiper-slide-prev {
	opacity: 0;
}

.swiper-pagination-bullets {
	position: relative;
	z-index: 3;
	margin: 50px 0 10px 0;
	line-height: 12px;
	height: 12px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	--swiper-pagination-bullet-size: 12px;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	margin: 5px 7px;
	opacity: 1;
	background-color: var(--th-border-color);
	position: relative;
	cursor: pointer;
}

.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
	margin-left: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	inset: -5px;
	border: 1px solid var(--theme-color2);
	background: var(--theme-color);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	  transform: scale(0);
	border-radius: inherit;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
}

.slider-area {
	position: relative;
}

.slider-arrow {
	display: inline-block;
	padding: 0;
	background-color: var(--white-color);
	border: 1px solid #EBEDF1;
	-webkit-filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
	filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
	color: var(--theme-color2);
	position: absolute;
	top: 50%;
	left: var(--pos-x, -120px);
	width: var(--icon-size, 55px);
	height: var(--icon-size, 55px);
	line-height: var(--icon-size, 55px);
	font-size: var(--icon-font-size, 18px);
	margin-top: calc(var(--icon-size, 55px) / -2);
	z-index: 3;
	border-radius: 50%;
}

@media (max-width: 1500px) {
.slider-arrow {
	display: none !important;
}
}

.slider-arrow.default {
	position: relative;
	--pos-x: 0;
	margin-top: 0;
}

.slider-arrow.slider-next {
	right: var(--pos-x, -120px);
	left: auto;
}

.slider-arrow:hover {
	background-color: var(--theme-color2);
	color: var(--white-color);
	border-color: var(--theme-color2);
}

.arrow-margin .slider-arrow {
	top: calc(50% - 30px);
}

.arrow-wrap {
	position: relative;
}

.arrow-wrap .slider-arrow {
	opacity: 0;
	visibility: hidden;
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
	transform: scale(0.4);
}

@media (max-width: 1299px) {
.arrow-wrap .slider-arrow {
	display: none;
}
}

.arrow-wrap:hover .slider-arrow {
	opacity: 1;
	visibility: visible;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
	transform: scale(1);
}

/* Extra large devices */
@media (max-width: 1500px) {
.slider-arrow {
	--arrow-horizontal: -20px;
	--pos-x: -70px;
}
}

/* Medium Large devices */
@media (max-width: 1399px) {
.slider-arrow {
	--arrow-horizontal: 40px;
	--pos-x: -17px;
}
}

.icon-box .slider-arrow {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		visibility: visible;
}

.icon-box .slider-arrow:not(:last-child) {
	margin-right: 8px;
}

/* Medium devices */
@media (max-width: 991px) {
.slider-arrow {
	--icon-size: 40px;
	line-height: 38px;
	margin-right: 40px;
	font-size: 14px;
}
.slider-arrow.slider-next {
	margin-right: 0;
	margin-left: 40px;
}

.icon-box .slider-arrow {
	margin-right: 0;
}
}

/*=========== Preloader ===========*/
.preloader {
	position: fixed;
	inset: 0;
	z-index: 999;
	background-color: var(--white-color);
}

.th-preloader {
	-webkit-box-align: center;
		-webkit-align-items: center;
			-ms-flex-align: center;
	align-items: center;
	cursor: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.th-preloader .animation-preloader {
	position: absolute;
	z-index: 100;
}

.th-preloader .animation-preloader .txt-loading {
	font-family: var(--title-font);
	font-size: 72px;
	line-height: 82px;
	font-weight: 700;
	text-align: center;
		-webkit-user-select: none;
			-moz-user-select: none;
				-ms-user-select: none;
	user-select: none;
}

.th-preloader .animation-preloader .txt-loading .characters {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.th-preloader .animation-preloader .txt-loading .characters:before {
	-webkit-animation: characters 4s infinite;
		animation: characters 4s infinite;
		color: var(--theme-color2);
		content: attr(preloader-text);
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
	-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
		animation-delay: 0.8s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
	-webkit-animation-delay: 1s;
		animation-delay: 1s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
		animation-delay: 1.2s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
		animation-delay: 1.4s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(9):before {
	-webkit-animation-delay: 1.6s;
		animation-delay: 1.6s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(10):before {
	-webkit-animation-delay: 1.8s;
		animation-delay: 1.8s;
}

@media (max-width: 575px) {
.th-preloader .animation-preloader .txt-loading {
	font-size: 30px;
	line-height: 30px;
}
}

/* Animation of letters loading from the preloader */
@-webkit-keyframes characters {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes characters {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

/*------------------- Buttons -------------------*/
.th-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	border: none;
	text-align: center;
	background-color: transparent;
	background: var(--Theme-color, linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%));
	color: var(--white-color);
	font-family: var(--body-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 20.5px 20px;
	min-width: 144px;
	border-radius: 4px;
}

.hero-button .th-btn {
	min-width: 210px;
}

.th-btn:before, .th-btn:after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--white-color);
	z-index: -1;
		-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border-radius: 99px;
		-webkit-transform: scaleY(1.1);
			-ms-transform: scaleY(1.1);
	transform: scaleY(1.1);
}

.th-btn:before {
	-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
			transform: scaleY(0);
}

.th-btn:after {
	-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
			transform: scaleY(0);
}

.th-btn:hover, .th-btn.active {
	color: var(--theme-color2);
	box-shadow: none;
}

.th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
	border-radius: 0;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
	transform: scale(1);
}

.th-btn.style2 {
	background: transparent;
	color: var(--white-color);
	border: 1px solid var(--white-color);
	padding: 20px 40px;
	box-shadow: none;
}

.th-btn.style2:hover, .th-btn.style2.active {
	color: var(--theme-color2);
	background: var(--white-color);
}

.th-btn.style3:hover {
	color: var(--theme-color2);
	background: var(--white-color);
}

.th-btn.style3:hover:before, .th-btn.style3:hover:after {
	color: var(--theme-color2);
	background: var(--white-color);
}

.th-btn.style-radius {
	border-radius: 100px;
	padding: 18px 40px;
}

@media (max-width: 375px) {
.th-btn.style-radius {
	padding: 18px 25px;
}
}

.icon-btn {
	display: inline-block;
	width: var(--btn-size, 56px);
	height: var(--btn-size, 56px);
	line-height: var(--btn-size, 56px);
	font-size: var(--btn-font-size, 16px);
	background-color: var(--icon-bg, transparent);
	color: var(--title-color);
	text-align: center;
	border-radius: 4px;
	border: 1px solid #232C47;
		-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.icon-btn:hover {
	background-color: var(--white-color);
	color: var(--theme-color2);
	border-color: var(--white-color);
}

.play-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.play-btn > i {
	display: inline-block;
	width: var(--icon-size, 60px);
	height: var(--icon-size, 60px);
	line-height: var(--icon-size, 60px);
	text-align: center;
	background-color: var(--white-color);
	color: var(--theme-color2);
	font-size: var(--icon-font-size, 1.1em);
	border-radius: 50%;
	z-index: 1;
		-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.play-btn:after, .play-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--white-color);
	z-index: -1;
	border-radius: 50%;
		-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.play-btn:after {
	-webkit-animation-delay: 2s;
		animation-delay: 2s;
}

.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
	background-color: var(--theme-color2);
	color: var(--white-color);
}

.line-btn {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	line-height: 0.8;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: -1px;
	text-transform: uppercase;
	color: var(--theme-color2);
}

.line-btn i {
	margin-left: 5px;
	font-size: 0.9rem;
}

.line-btn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--theme-color2);
		-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.line-btn:hover {
	color: var(--title-color);
}

.line-btn:hover::before {
	background-color: var(--title-color);
	width: 45px;
}

.scroll-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
		-webkit-transform: translateY(45px);
			-ms-transform: translateY(45px);
				transform: translateY(45px);
		-webkit-transition: all 300ms linear;
				transition: all 300ms linear;
}

.scroll-top:after {
	content: "\f062";
	font-family: var(--icon-font);
	position: absolute;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: var(--theme-color2);
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	z-index: 1;
	border: 2px solid var(--theme-color2);
	box-shadow: none;
	border-radius: 50%;
}

.scroll-top svg {
	color: var(--theme-color2);
	border-radius: 50%;
	background: var(--white-color);
}

.scroll-top svg path {
	fill: none;
}

.scroll-top .progress-circle path {
	stroke: var(--theme-color2);
	stroke-width: 20px;
	box-sizing: border-box;
		-webkit-transition: all 400ms linear;
			transition: all 400ms linear;
}

.scroll-top.show {
	opacity: 1;
	visibility: visible;
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
}

/*------------------- Titles -------------------*/
.sec-title {
	margin-bottom: calc(var(--section-title-space) - 10px);
	margin-top: -0.32em;
}

.sub-title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: var(--theme-color2);
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 24px;
	margin-top: -0.34em;
}

.sub-title:has(img) {
	margin-top: 0;
}

.sub-title.sub-title2 {
	position: relative;
	font-family: var(--body-font);
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
		-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 25px;
}

.sub-title.sub-title2.style1::before {
	margin-left: -4.5rem;
	display: none;
}

@media (max-width: 575px) {
.sub-title.sub-title2.style1::before {
	margin-left: -4.5rem;
}
}

@media (max-width: 375px) {
.sub-title.sub-title2.style1::before {
	display: none;
}
}

.sub-title.sub-title2::before, .sub-title.sub-title2:after {
	content: "";
	position: absolute;
	top: 48%;
	height: 2px;
	width: 40px;
}

@media (max-width: 575px) {
.sub-title.sub-title2::before, .sub-title.sub-title2:after {
	width: 30px;
}
}

@media (max-width: 450px) {
.sub-title.sub-title2::before, .sub-title.sub-title2:after {
	display: none;
}
}

.sub-title.sub-title2::before {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	margin-left: -3.2rem;
	opacity: 0.5;
}

@media (max-width: 575px) {
.sub-title.sub-title2::before {
	margin-left: -2.6rem;
}
}

.sub-title.sub-title2::after {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	margin-left: 10px;
	opacity: 0.5;
}

.box-title {
	font-size: 24px;
	line-height: 1.417;
	font-weight: 700;
	margin-top: -0.32em;
}

.box-title a {
	color: inherit;
}

.box-title a:hover {
	color: var(--theme-color2);
}

.title-area {
	margin-bottom: calc(var(--section-title-space) - 10px);
	position: relative;
	z-index: 2;
}

.title-area.style2 {
	margin-top: -8px;
}

.title-area .sec-title {
	margin-bottom: 15px;
}

.title-area.mb-0 .sec-title {
	margin-bottom: -0.41em;
}

.title-area .th-btn {
	margin-top: 20px;
	margin-bottom: 10px;
}

hr.title-line {
	margin-top: 0;
	background-color: var(--th-border-color);
	opacity: 1;
}

.sec-btn,
.title-line {
	margin-bottom: var(--section-title-space);
}

@media (max-width: 1199px) {
.sub-title {
	margin-bottom: 20px;
}
.title-area,
.sec-title {
	--section-title-space: 60px;
}
.title-area.mb-45,
.sec-title.mb-45 {
	margin-bottom: 36px;
}
.title-area.mb-50,
.sec-title.mb-50 {
	margin-bottom: 40px;
}
.sec-btn,
.title-line {
	--section-title-space: 55px;
}
}

@media (max-width: 991px) {
.title-area,
.sec-title {
	--section-title-space: 50px;
}
.title-area.mb-45,
.sec-title.mb-45 {
	margin-bottom: 35px;
}
.sec-btn,
.title-line {
	--section-title-space: 50px;
}
}

/*------------------- Common -------------------*/
.shape-mockup-wrap {
	z-index: 2;
	position: relative;
}

.shape-mockup {
	position: absolute;
	z-index: -1;
}

.shape-mockup.z-index-3 {
	z-index: 3;
}

.z-index-step1 {
	position: relative;
	z-index: 4 !important;
}

.z-index-common {
	position: relative;
	z-index: 3;
}

.z-index-3 {
	z-index: 3;
}

.z-index-n1 {
	z-index: -1;
}

.th-radius5 {
  border-radius: 50px;
}

.media-body {
	-webkit-box-flex: 1;
		-webkit-flex: 1;
			-ms-flex: 1;
				flex: 1;
}

.th-social a {
	display: inline-block;
	width: var(--icon-size, 46px);
	height: var(--icon-size, 46px);
	line-height: var(--icon-size, 46px);
	background-color: var(--white-color);
	color: var(--grey-text-1);
	font-size: 16px;
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
}

.th-social a:last-child {
	margin-right: 0;
}

.th-social a:hover {
	background-color: var(--theme-color2);
	color: var(--white-color);
}

.btn-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

/*Icon Masking********/
.icon-masking {
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
}

.icon-masking .mask-icon {
	position: absolute;
	height: 100%;
	width: 100%;
	mix-blend-mode: hue;
	background: var(--theme-color2);
	top: 0;
}

/*------------------- Background Images -------------------*/
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*------------------- Text Color -------------------*/
.text-theme {
	background: -webkit-linear-gradient(top, var(--theme-color2) 40%, var(--theme-color) 100%);
	background: linear-gradient(180deg, var(--theme-color2) 40%, var(--theme-color) 100%);
	background-clip: text;
		-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;

}

.text-title {
	color: var(--title-color) !important;
}

.text-body {
	color: var(--grey-text-1) !important;
}

.text-white {
	color: var(--white-color) !important;
}

.text-inherit {
	color: inherit;
}

.text-inherit:hover {
	color: var(--theme-color2);
}

a.text-theme:hover,
.text-reset:hover {
	text-decoration: underline;
}

/*------------------- Widgets  -------------------*/
.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

.widget_nav_menu > ul,
.widget_nav_menu .menu {
	margin: 0 0 -10px 0;
}

.widget_nav_menu a {
	display: block;
	background-color: var(--white-color);
	margin: 0 0 10px 0;
	padding: 16px 45px 19px 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.313;
	color: var(--grey-text-1);
	border-radius: 4px;
}

.widget_nav_menu a::before {
	content: "\f061";
	position: absolute;
	right: 25px;
	top: 17px;
	font-family: var(--icon-font);
	font-weight: 600;
	color: var(--theme-color2);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.widget_nav_menu li {
	display: block;
	position: relative;
}

.widget_nav_menu li:last-child a {
	border-bottom: none;
}

.widget_nav_menu li > span {
	color: var(--white-color);
	font-weight: 600;
	text-align: center;
	position: absolute;
	right: 24px;
	top: 15px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	pointer-events: none;
	min-width: 20px;
	text-align: right;
}

.widget_nav_menu a:hover {
	color: var(--white-color);
	background-color: var(--theme-color2);
}

.widget_nav_menu a:hover:before {
	color: var(--white-color);
}

.widget_nav_menu a:hover ~ span {
	color: var(--white-color);
	background-color: var(--theme-color2);
}

.widget_nav_menu .children {
	margin-left: 10px;
}

.widget_nav_menu a {
	padding-right: 20px;
}

.widget_nav_menu .sub-menu {
	margin-left: 10px;
}

.widget {
	padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
	background-color: var(--smoke-color);
	margin-bottom: 40px;
	position: relative;
	border-radius: 5px;
}

.widget[data-overlay]:before {
	z-index: -1;
}

.widget .th-social a {
	box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget_title {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	line-height: 1em;
	margin: -0.12em 0 28px 0;
}

@media (max-width: 1199px) {
.widget {
	--widget-padding-y: 30px;
	--widget-padding-x: 30px;
}
.widget_title {
	font-size: 22px;
	margin: -0.12em 0 24px 0;
}
}

@media (max-width: 991px) {
.widget {
	--widget-padding-y: 40px;
	--widget-padding-x: 40px;
}
}

@media (max-width: 767px) {
.widget {
	padding: 35px 20px;
}
}

.footer-widget {
	margin-bottom: 50px;
}

.footer-widget,
.footer-widget .widget {
	padding: 0;
	border: none;
	padding-bottom: 0;
	background-color: transparent;
	box-shadow: none;
}

.footer-widget .widget_title.style2 {
	color: var(--white-color);
}

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 600;
  text-transform: uppercase;
  margin: -0.12em 0 35px 0;
  padding: 0 0 17px 0;
}

.footer-widget .widget_title.style2:before, .footer-widget .widget_title.style2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 61px;
	height: 2px;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.footer-widget .widget_title.style2:after {
	width: 16px;
	border: 2px solid var(--black-color);
	height: 10px;
	background: transparent;
	bottom: -3px;
	left: 40px;
		-webkit-animation: footerLine 7s linear infinite;
	animation: footerLine 7s linear infinite;
}

@-webkit-keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}

@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}

.footer-widget.widget_nav_menu ul {
	margin-top: -5px;
}

.footer-widget.widget_nav_menu > ul {
	margin-bottom: -5px;
}

.footer-widget.widget_nav_menu a {
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 20px;
	margin-bottom: 21px;
	font-family: var(--body-font);
	display: block;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-right: 0;
	background-color: transparent;
	border-bottom: none;
	position: relative;
}

.footer-widget.widget_nav_menu a:before {
	content: "\f054";
	font-weight: 600;
	left: 0;
	top: 2px;
	-webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
		  transform: translateY(0);
	font-size: 0.9em;
	background-color: transparent;
	border: none;
	color: inherit;
}

.footer-widget.widget_nav_menu a:hover {
	background-color: transparent;
	color: var(--theme-color2);
}

.footer-widget.widget_nav_menu a:hover:before {
	color: var(--theme-color2);
}

.footer-widget.widget_nav_menu li > span {
	width: auto;
	height: auto;
	position: relative;
	background-color: transparent;
	color: var(--grey-text-1);
	line-height: 1;
}

.footer-widget.widget_nav_menu li:last-child a {
	margin-bottom: 0;
}

.th-widget-about .about-logo {
	margin-bottom: 35px;
	margin-top: -8px;
}

.th-widget-about .about-text {
	margin-bottom: 25px;
	margin-top: -0.5em;
}

.footer-text {
	margin-top: -0.46em;
	margin-bottom: 25px;
}

.newsletter-form {
	position: relative;
	max-width: 465px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.newsletter-form .th-btn {
	min-width: 145px;
	padding: 21px 20px;
}

@media (max-width: 1199px) {
.footer-widget.widget_nav_menu a {
	margin-bottom: 16px;
}
}

@media (max-width: 767px) {
.footer-widget .widget_title {
	margin-bottom: 35px;
}
.th-widget-about .about-text {
	margin-bottom: 20px;
}
}

/*------------------- Header / Menu  -------------------*/
.th-header {
	position: relative;
	z-index: 41;
}

.header-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sticky-wrapper {
	-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: var(--white-color);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
		-webkit-animation: stickyAni 0.4s ease-in-out;
			animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu {
	margin-right: 80px;
}

.sticky-wrapper.sticky .main-menu {
	margin-right: 300px;
}

@media (max-width: 1500px) {
.sticky-wrapper.sticky .main-menu {
	margin-right: 200px;
}
}

@media (max-width: 1380px) {
.sticky-wrapper.sticky .main-menu {
	margin-right: 100px;
}
}

@media (max-width: 1300px) {
.main-menu {
	margin-right: 0px;
}

.sticky-wrapper.sticky .main-menu {
	margin-right: 0px;
}
}

.main-menu a {
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	color: var(--white-color);
	font-family: var(--title-font);
	text-transform: uppercase;
}

.main-menu a:hover {
	color: var(--theme-color2);
}

.main-menu > ul > li {
	margin: 0 14px;
}

.main-menu > ul > li > a {
	padding: 47px 0;
}

.main-menu > ul > li > a:hover {
	color: var(--theme-color2);
}

.main-menu ul {
	margin: 0;
	padding: 0;
}

.main-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
	content: "\f078";
	position: relative;
	font-family: var(--icon-font);
	margin-left: 4px;
	font-weight: 600;
	top: 0;
	font-size: 1em;
}

.main-menu ul li:last-child {
	margin-right: 0 !important;
}

.main-menu ul li:first-child {
	margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
		-webkit-transform: scaleY(1);
			-ms-transform: scaleY(1);
				transform: scaleY(1);
	z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
	visibility: visible;
	opacity: 1;
	z-index: 9;
		-webkit-transform: scaleY(1) translateX(-50%);
			-ms-transform: scaleY(1) translateX(-50%);
				transform: scaleY(1) translateX(-50%);
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	background-color: var(--menu-black);
	visibility: hidden;
	min-width: 190px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 7px;
	left: -14px;
	opacity: 0;
	z-index: -1;
	border: 0;
	box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
	border-radius: 0;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
				transform: scaleY(0);
		-webkit-transform-origin: top center;
			-ms-transform-origin: top center;
				transform-origin: top center;
		-webkit-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
	font-size: 16px;
	line-height: 30px;
}

.main-menu ul.sub-menu {
	padding: 18px 20px 18px 18px;
	left: -27px;
}

.main-menu ul.sub-menu li {
	display: block;
	margin: 0 0;
	padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f105";
	float: right;
	top: 1px;
}

.main-menu ul.sub-menu li a {
	position: relative;
	padding-left: 23px;
	text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
	content: "\f054";
	position: absolute;
	top: 8px;
	left: 0;
	font-family: var(--icon-font);
	width: 11px;
	height: 11px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-size: 0.9em;
	line-height: 1;
	color: var(--theme-color2);
	font-weight: 500;
}

.main-menu ul.sub-menu li ul.sub-menu {
	left: 100%;
	right: auto;
	top: 0;
	margin: 0 0;
	margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
	left: 100%;
	right: auto;
}

.main-menu .mega-menu-wrap {
	position: static;
}

.main-menu ul.mega-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	width: 100%;
	max-width: var(--main-container);
	padding: 20px 15px 23px 15px;
	left: 50%;
		-webkit-transform: scaleY(0) translateX(-50%);
			-ms-transform: scaleY(0) translateX(-50%);
				transform: scaleY(0) translateX(-50%);
}

.main-menu ul.mega-menu li {
	display: block;
	width: 100%;
	padding: 0 15px;
}

.main-menu ul.mega-menu li li {
	padding: 2px 0;
}

.main-menu ul.mega-menu li a {
	display: inline-block;
	text-transform: capitalize;
}

.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-color2);
}

.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-color2);
}

.main-menu ul.mega-menu > li > a::after {
	width: calc(100% - 20px);
	left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
	padding-left: 0;
}

.main-menu.style2 > ul > li {
	margin: 0 6px;
}

.main-menu.style2 > ul > li > a {
	padding: 2px 21px;
	border-radius: 100px;
	background-color: transparent;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
.main-menu.style2 > ul > li > a {
	padding: 2px 10px;
}
}

@media (max-width: 1199px) {
.main-menu.style2 > ul > li > a {
	padding: 2px 6px;
}
}

.main-menu.style2 > ul > li > a:hover {
	background-color: rgba(64, 102, 242, 0.1);
}

.main-menu.style2 ul.sub-menu {
	padding: 18px 20px 18px 18px;
	left: -27px;
	margin-top: 15px;
}

.header-button {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.header-button .icon-btn {
	position: relative;
}

.header-button .icon-btn:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.header-button .icon-btn:hover .badge {
	background-color: var(--white-color);
	color: var(--theme-color);
}

.header-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header-links li {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
}

.header-links li:not(:last-child) {
	margin: 0 26px 0 0;
}

.header-links li > i {
	margin-right: 6px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
	color: var(--grey-text-1);
}

.header-links a:hover {
	color: var(--theme-color2);
}

.header-links i {
	color: var(--grey-text-1);
}

.header-links b,
.header-links strong {
	font-weight: 600;
}

.header-social .social-title {
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	margin: 0 15px 0 0;
	color: var(--grey-text-1);
}

.header-social a {
	font-size: 16px;
	display: inline-block;
	color: var(--grey-text-1);
	margin: 0 15px 0 0;
}

.header-social a:last-child {
	margin-right: 0;
}

.header-social a:hover {
	color: var(--theme-color2);
}

.header-logo {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 575px) {
.header-logo {
	max-width: 150px;
}
.header-logo .icon-masking .mask-icon {
	-webkit-mask-size: cover;
	mask-size: cover;
}
}

@media (max-width: 1199px) {
	.main-menu > ul > li > a {
	padding: 37px 0;
}
}

.header-layout1 .menu-area {
	padding: 16.5px 0;
	background: #161616;
		-webkit-backdrop-filter: blur(10px);
			backdrop-filter: blur(10px);
}

.header-layout1 .main-menu.style2 > ul > li > a {
	color: var(--white-color);
	text-transform: capitalize;
	font-size: 16px;
}

.header-layout1 .main-menu.style2 > ul > li > a:hover {
	background-color: #161616;
	color: var(--theme-color2);
}

/*------------------- Footer  -------------------*/
.footer-wrapper {
	margin-top: 100px;
		--border-color: rgba(255, 255, 255, 0.3);
	position: relative;
	z-index: 2;
}

.footer-wrapper .th-social a {
	background-color: transparent;
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

.footer-wrapper .th-social a:hover {
	background-color: var(--theme-color2);
	border-color: var(--theme-color2);
}

.widget-area {
	padding-top: var(--section-space);
	padding-bottom: 66px;
}

.footer-menu {
	margin: 0;
	padding: 0;
}

@media (max-width: 991px) {
.footer-menu {
	text-align: center;
}
}

.footer-menu li {
	display: inline-block;
	margin-right: 30px;
}

@media (max-width: 575px) {
.footer-menu li {
	margin-right: 5px;
}
}

.footer-menu li a {
	position: relative;
	font-weight: 400;
	font-family: var(--body-font);
	font-size: 16px;
	line-height: 24px;
	color: var(--white-color);
	text-transform: capitalize;
}

@media (max-width: 575px) {
.footer-menu li a {
	font-size: 14px;
}
}

.footer-menu li a:hover {
	color: var(--theme-color2);
}

.footer-links ul {
	padding: 0;
	margin: 0;
}

.footer-links li {
	font-family: var(--body-font);
	display: inline-block;
	padding-right: 15px;
	margin-right: 10px;
	position: relative;
}

.footer-links li:after {
	content: "";
	height: 20px;
	width: 1px;
	background-color: var(--grey-text-1);
	position: absolute;
	top: 50%;
	right: 0;
	margin: -10px 0;
}

.footer-links li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.footer-links li:last-child:after {
	display: none;
}

.footer-links a {
	font-family: inherit;
	color: var(--grey-text-1);
}

.footer-links a:hover {
	color: var(--theme-color2);
}

.footer-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: 170px;
	margin-top: -0.4rem;
	margin-bottom: 0;
}

.footer-info:not(:last-child) {
	margin-top: 0;
	margin-bottom: 10px;
}

.footer-info_title {
	font-size: 18px;
	color: var(--white-color);
	display: block;
	margin-bottom: 7px;
}

.footer-info_icon {
	width: 26px;
	height: 26px;
	min-width: 26px;
	line-height: 26px;
	font-size: 14px;
	background-color: var(--theme-color2);
	color: var(--white-color);
	text-align: center;
	border-radius: 5px;
	gap: 8px;
	margin-right: 10px;
}

.footer-info_text {
	display: block;
	color: var(--grey-text-1);
	margin-top: -0.45em;
	margin-bottom: -0.45em;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	  align-self: center;
}

.footer-info_link {
	display: inline-block;
	color: var(--grey-text-1);
}

.footer-info_link:hover {
	color: var(--theme-color2);
}

.copyright-wrap {
	padding: 22px 0;
	background-size: 100% auto;
}

.copyright-text {
	margin: 0;
}

.copyright-text a {
	color: var(--theme-color2);
}

.copyright-text a:hover {
	color: var(--white-color);
}

.th-widget-contact {
	max-width: 265px;
}

.footer-contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.footer-contact-wrap {
	display: grid;
	grid-template-columns: auto auto auto;
		-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-contact_icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	min-width: 70px;
	font-size: 30px;
	background-color: var(--white-color);
	color: var(--theme-color2);
	border-radius: 5px;
	text-align: center;
	position: relative;
}

.footer-contact_icon:before {
	content: "";
	height: 100%;
	width: 100%;
	background-color: var(--title-color);
	border-radius: inherit;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
		-webkit-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.footer-contact_icon:hover:before {
	top: 0;
	left: 0;
}

.footer-contact_text {
	display: block;
	color: var(--grey-text-1);
	margin-bottom: 5px;
}

.footer-contact_link {
	display: inline-block;
	color: var(--grey-text-1);
	font-size: 20px;
	font-weight: 600;
}

.footer-contact_link:hover {
	color: var(--title-color);
}

.info-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 21px;
}

.info-box:last-child {
	margin-bottom: -5px;
}

.info-box_icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	line-height: 29px;
	font-size: 14px;
	background-color: transparent;
	color: var(--theme-color2);
	border: 1px solid var(--theme-color);
	border-radius: 999px;
	text-align: center;
	margin-right: 10px;
}

.info-box_text {
	display: block;
	color: var(--grey-text-1);
	margin-top: -0.45em;
	margin-bottom: 0;
}

.info-box_link {
	display: inline-block;
	color: var(--grey-text-1);
}

.info-box_link:hover {
	color: var(--theme-color2);
}

.footer-newsletter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 25px;
	padding-left: 60px;
}

.footer-newsletter .newsletter-title {
	margin-bottom: 0;
}

@media (max-width: 991px) {
.copyright-text {
	text-align: center;
}
}

@media (max-width: 575px) {
.copyright-wrap {
	background-size: cover;
}
}
}

.newsletter-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 465px;
	gap: 15px;
}

.newsletter-form .form-group {
	margin-bottom: 0;
	width: 100%;
}

.newsletter-form .form-group > i {
	color: var(--theme-color2);
}

.newsletter-form input {
	background-color: transparent;
	border: 1px solid #323232;
	width: 100%;
}

.newsletter-form input:focus {
	background-color: transparent;
	color: var(--grey-text-1);
}

.newsletter-form .th-btn {
	min-width: 150px;
}

.newsletter-form .newsletter-btn {
	display: inline-block;
	border: none;
	background-color: var(--theme-color2);
	color: var(--title-color);
	width: 55px;
	height: 55px;
	line-height: 55px;
	min-width: 55px;
}

@media (max-width: 991px) {
.footer-wrapper .newsletter-form {
	max-width: 400px;
}
}

@media (max-width: 767px) {
.footer-wrapper .newsletter-form {
	max-width: 550px;
	gap: 15px;
		-webkit-box-pack: center;
			-webkit-justify-content: center;
				-ms-flex-pack: center;
	justify-content: center;
}
}

@media (max-width: 575px) {
.footer-wrapper .newsletter-form {
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	flex-wrap: wrap;
		-webkit-box-pack: center;
			-webkit-justify-content: center;
				-ms-flex-pack: center;
	justify-content: center;
  }
}

.footer-layout1 {
	background-color: #F7F8FB;
}

.footer-layout1 .footer-newsletter {
	padding-left: 0;
}

.footer-layout1 .footer-newsletter .newsletter-title {
	color: var(--title-color);
}

.footer-layout1 .footer-newsletter .newsletter-form {
	position: relative;
	max-width: 560px;
}

.footer-layout1 .footer-newsletter .newsletter-form i {
	position: absolute;
	top: 22px;
	left: 30px;
	color: var(--theme-color2);
}

.footer-layout1 .footer-newsletter .newsletter-form .form-control {
	border-radius: 100px;
	min-height: 60px;
	padding-left: 55px;
	padding-right: 200px;
	background-color: var(--white-color);
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
.footer-layout1 .footer-newsletter .newsletter-form .form-control {
	min-width: 100%;
}
}

.footer-layout1 .footer-newsletter .newsletter-form .form-control:hover {
	border: 1px solid var(--theme-color2);
}

.footer-layout1 .footer-newsletter .newsletter-form .th-btn {
	min-width: 188px;
	padding: 22px 40px;
	text-transform: capitalize;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 100px;
}

@media (max-width: 575px) {
.footer-layout1 .footer-newsletter .newsletter-form .th-btn {
	max-width: 100%;
	padding: 16px 20px;
	position: relative;
	margin-top: 10px;
	display: block;
	width: 100%;
}
}

.footer-layout1 .footer-top {
	padding: 105px 0 75px 0;
	border-bottom: 1px solid #E4E7EE;
}

@media (max-width: 991px) {
.footer-layout1 .footer-top {
	padding: 80px 0 75px 0;
}
}

.footer-layout1 .widget-area {
	padding-top: 80px;
	padding-bottom: 30px;
}

.footer-layout1 .widget_title {
	font-weight: 600;
	color: var(--title-color);
}

.footer-layout1 .footer-widget .recent-post .post-title {
	color: var(--title-color);
}

.footer-layout1 .th-social a {
	--icon-size: 40px;
}

.footer-layout1 .th-social a:not(:hover) {
	background: var(--white-color);
	color: var(--title-color);
	box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.06);
}

.footer-layout1 .copyright-wrap {
	padding: 18px 0;
	background-size: 100% auto;
	background-color: transparent;
	border-top: 1px solid rgba(121, 129, 150, 0.35);
}

.footer-layout1 .copyright-wrap .copyright-text {
	color: var(--title-color);
}

.footer-layout1 .copyright-wrap .copyright-text a {
	color: var(--theme-color2);
}

@media (max-width: 1199px) {
.footer-newsletter {
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
		-webkit-justify-content: center;
			-ms-flex-pack: center;
	justify-content: center;
}
.footer-layout1 .footer-newsletter .newsletter-title {
	margin-top: -0.3em;
	margin-bottom: 0.8em;
}
}

.footer-layout2 {
	background-color: #000C2C;
	border-radius: 30px 30px 0 0;
}

.footer-layout2 .footer-top {
	border-bottom: 1px solid #2C3248;
}

.footer-layout2 .footer-newsletter .newsletter-title {
	color: var(--white-color);
}

.footer-layout2 .footer-newsletter .newsletter-form .th-btn {
	padding: 23px 40px;
}

.footer-layout2 .footer-newsletter .newsletter-form .th-btn:hover {
	color: var(--white-color);
}

.footer-layout2 .footer-newsletter .newsletter-form .th-btn:hover:before, .footer-layout12 .footer-newsletter .newsletter-form .th-btn:hover:after {
	background-color: var(--title-color);
}

.footer-layout2 .footer-widget .widget_title {
	text-transform: none;
}

.footer-layout2 .footer-widget.widget_nav_menu a {
	margin-bottom: 14px;
}

.footer-layout2 .copyright-wrap {
	background-color: transparent;
}

.footer-layout2 .copyright-wrap .copyright-text {
	color: var(--white-color);
	font-size: 12px;
}

.footer-layout2 .th-widget-about.style2 {
	max-width: 290px;
}

.footer-layout2 .th-social a {
	border: none;
}

.footer-layout2 .th-social a:not(:hover) {
	background: var(--white-color);
	box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06);
	border-radius: 100px;
	color: var(--title-color);
}

.footer-layout3 {
	background-color: var(--menu-black);
	border-radius: 0;
}

.footer-layout3 .footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout3 .footer-widget .widget_title.style2:after {
	border: 2px solid var(--menu-black);
}

.footer-layout3 .footer-newsletter .newsletter-form {
	max-width: 423px;
}

.footer-layout3 .footer-newsletter .newsletter-form .form-control {
	border-radius: 100px;
	min-height: 56px;
	padding-left: 55px;
	padding-right: 200px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout3 .footer-newsletter .newsletter-form i {
	top: 20px;
}

.footer-layout3 .footer-newsletter .newsletter-form .th-btn {
	min-width: 130px;
	padding: 16px 35px;
	top: 5px;
	right: 5px;
}

.footer-layout3 .footer-newsletter .newsletter-form .th-btn:hover {
	color: var(--title-color);
}

.footer-layout3 .footer-newsletter .newsletter-form .th-btn:hover:before, .footer-layout3 .footer-newsletter .newsletter-form .th-btn:hover:after {
	background-color: var(--white-color);
}

.footer-layout3 .copyright-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*------------------- Latest Blog Posts  -------------------*/
.blog-meta {
	display: block;
}

.blog-meta span,
.blog-meta a {
	display: inline-block;
	font-size: 16px;
	color: var(--grey-text-1);
	font-family: var(--body-font);
	position: relative;
	margin-right: 20px;
}

.blog-meta i,
.blog-meta a i {
	margin-right: 6px;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.blog-meta span:last-child,
.blog-meta a:last-child {
	margin-right: 0;
}

.blog-meta .author img {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-right: 6px;
}

.blog-meta a:hover {
	color: var(--theme-color2);
}

@media (max-width: 1199px) {
.blog-meta span,
.blog-meta a {
	margin-right: 6px;
	padding-right: 15px;
}
}

.blog-title a {
	color: inherit;
}

.blog-title a:hover {
	color: var(--theme-color2);
}

/*------------------- Hero Area  -------------------*/
.th-hero-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.th-hero-wrapper .slider-arrow {
	--pos-x: 100px;
	background-color: var(--white-color);
	box-shadow: none;
	color: var(--theme-color);
	border-color: var(--white-color);
}

.th-hero-wrapper .slider-arrow:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: var(--theme-color);
}

.th-hero-wrapper .slick-dots {
	position: absolute;
	top: 50%;
	left: 80px;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1500px) {
.th-hero-wrapper .slider-arrow {
	--pos-x: 40px;
}
}

@media (max-width: 1399px) {
.th-hero-wrapper .slider-arrow {
	left: auto;
	top: calc(50% - 35px);
	right: var(--pos-x, -120px);
	margin: 0;
}

.th-hero-wrapper .slider-arrow.slider-next {
	top: calc(50% + 35px);
}
}

@media (max-width: 991px) {
.th-hero-wrapper .slider-arrow {
	left: auto;
	top: calc(50% - 30px);
	right: var(--pos-x, -120px);
	margin: 0;
}

.th-hero-wrapper .slider-arrow.slider-next {
	top: calc(50% + 30px);
}
}

@media (max-width: 767px) {
.th-hero-wrapper .slider-arrow {
	display: none;
}
}

.th-hero-bg {
	position: absolute;
	inset: 0;
}

.th-hero-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.hero-subtitle {
	font-family: var(--title-font);
	color: var(--theme-color2);
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
	text-transform: uppercase;
	margin-top: -0.24em;
}

.hero-title {
	font-size: 74px;
	font-weight: bold;
	line-height: 1.135;
	margin-bottom: 0;
}

.hero-title:last-of-type {
	margin-bottom: 21px;
}

.hero-text {
	margin-bottom: 43px;
}

@media (max-width: 1400px) {
.hero-title {
	font-size: 68px;
  }
}

@media (max-width: 991px) {
.hero-title {
	font-size: 54px;
	line-height: 1.2;
}
}

@media (max-width: 767px) {
.hero-subtitle {
	font-size: 18px;
}

.hero-title {
	font-size: 48px;
}
}

@media (max-width: 575px) {
.hero-subtitle {
	font-size: 16px;
	margin-bottom: 12px;
}

.hero-title {
	font-size: 38px;
	line-height: 1.24;
}

.hero-title:last-of-type {
	margin-bottom: 16px;
}

.hero-text {
	margin-bottom: 28px;
}
}

@media (max-width: 390px) {
.hero-title {
	font-size: 34px;
	line-height: 1.3;
}
}

@media (max-width: 330px) {
.hero-title {
	font-size: 30px;
}
}

.hero-2 {
	background-image: url("../img/kimbermarket/diamond-background-flip.webp");
	background-position: left;
	background-repeat: no-repeat;
    background-size: cover;
	border-radius: 0 0 240px 240px;
}

@media (max-width: 767px) {
.hero-2 {
	border-radius: 0;
}
}

.hero-2 .th-hero-img {
	position: relative;
	margin-right: -10%;
	z-index: 2;
	text-align: center;
}

.hero-2 .social-links {
	position: absolute;
	z-index: 2;
	left: 2%;
	top: 50%;
		-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
	  transform: rotate(90deg);
}

@media (max-width: 1799px) {
.hero-2 .social-links {
	left: 0;
}
}

@media (max-width: 1699px) {
.hero-2 .social-links {
	display: none;
}
}

.hero-2 .social-links a {
	color: var(--white-color);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 0 10px;
	display: inline-block;
	font-size: 14px;
}

.hero-2 .social-links a:hover {
	color: var(--theme-color2);
}

.hero-style2 {
	position: relative;
	padding: 245px 0;
	max-width: 780px;
	z-index: 8;
}

@media (max-width: 1299px) {
.hero-style2 {
	padding: 180px 0;
}
}

@media (max-width: 1199px) {
.hero-style2 {
	padding: 120px 0;
}
}

@media (max-width: 991px) {
.hero-style2 {
	padding: 100px 0;
}
}

.hero-style2 .hero-title {
	display: block;
	color: var(--white-color);
	font-size: 64px;
}

.hero-style2 .hero-title .hero-title2 {
	font-size: 36px;
	display: block;
}

@media (max-width: 1299px) {
.hero-style2 .hero-title .hero-title2 {
	font-size: 30px;
}
}

@media (max-width: 991px) {
.hero-style2 .hero-title .hero-title2 {
	font-size: 22px;
}
}

.hero-style2 .hero-text {
	max-width: 720px;
	font-size: 18px;
	color: var(--grey-text-2);
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
.hero-style2 .hero-text {
	max-width: 500px;
	margin-bottom: 30px;
}
}

.hero-style2 .btn-group {
	gap: 24px;
}

/* About area -----------------------*/
.about-sec-20 {
	max-width: 1800px;
	display: block;
	margin: auto;
	border-radius: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
}

/*------------------- Team  -------------------*/
.th-team {
	position: relative;
}

.th-team .team-img {
	position: relative;
	overflow: hidden;
}

.th-team .team-img img {
	width: 100%;
		-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.th-team .team-desig {
	font-size: 14px;
	display: block;
	margin-bottom: -0.5em;
		-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	color: var(--theme-color2);
}

.th-team .team-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: center;
			-webkit-justify-content: center;
				-ms-flex-pack: center;
	justify-content: center;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
	align-items: center;
	width: 100%;
	gap: 20px;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
		-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index: 4;
}

.th-team .team-social a {
	color: var(--white-color);
}

.th-team .team-social a:hover {
	color: var(--theme-color2);
}

.th-team .th-social a {
	--icon-size: 36px;
	background-color: var(--white-color);
	color: var(--theme-color2);
}

.th-team .th-social a:hover {
	background-color: var(--theme-color2);
	color: var(--white-color);
}

.th-team .box-title {
	margin-bottom: 3px;
}

.th-team:hover .team-img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.th-team:hover .team-social {
	visibility: visible;
	opacity: 1;
}

/* Team Grid ---------------------------------- */
.team-grid {
	position: relative;
	z-index: 2;
	background-color: var(--white-color);
	box-shadow: 0px 4px 15px rgba(8, 14, 28, 0.1);
	border-radius: 10px;
	text-align: center;
	padding: 20px;
		-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.team-grid .team-img {
	border-radius: 10px;
	margin-bottom: 25px;
}

.team-grid .th-social {
	position: absolute;
	bottom: 42px;
	right: 0;
	max-width: 36px;
	opacity: 0;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
	transform: scaleY(0);
		-webkit-transform-origin: bottom;
			-ms-transform-origin: bottom;
	transform-origin: bottom;
		-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.team-grid .th-social a {
	margin-bottom: 6px;
}

.team-grid .team-social {
	display: block;
	top: unset;
	bottom: 82px;
	right: 48px;
	left: unset;
	visibility: visible;
	opacity: 1;
	width: 36px;
}

.team-grid .team-social .play-btn {
	cursor: pointer;
}

.team-grid .team-social .play-btn > i {
	--icon-size: 36px;
	background-color: var(--theme-color2);
	color: var(--white-color);
	font-size: 20px;
}

.team-grid .team-social .play-btn:before, .team-grid .team-social .play-btn:after {
	background-color: var(--theme-color2);
}

.team-grid .team-social .play-btn:hover > i {
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.team-grid .team-social:hover .th-social {
	visibility: visible;
	opacity: 1;
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.team-grid .team-desig {
	margin-bottom: 0;
}

.team-grid:hover {
	background-color: var(--theme-color2);
}

.team-grid:hover .box-title {
	color: var(--white-color);
}

.team-grid:hover .box-title a:hover {
	color: var(--white-color);
}

.team-grid:hover .team-desig {
	color: var(--white-color);
}

.team-grid:hover .play-btn > i {
	background-color: var(--white-color);
	color: var(--theme-color2);
}

.team-grid:hover .play-btn:before, .team-grid:hover .play-btn:after {
	background-color: var(--white-color);
}

.team-grid.style2 {
	background-color: var(--menu-black);
	padding: 0;
	border-radius: 12px 12px 30px 30px;
	border: 1px solid transparent;
		-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team-grid.style2 .team-img {
	position: relative;
	margin-bottom: 0;
	border-radius: 12px;
		-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
		-webkit-mask-size: cover;
	mask-size: cover;
	z-index: 2;
}

.team-grid.style2 .team-img:before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--theme-color2);
	border-radius: 12px;
		-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.team-grid.style2 .team-img img {
	border-radius: 12px;
}

.team-grid.style2 .box-content {
	text-align: left;
	padding: 30px;
}

.team-grid.style2 .box-title {
	color: var(--white-color);
	margin-bottom: 0px;
}

.team-grid.style2 .team-social {
	display: block;
	top: unset;
	bottom: 110px;
	right: 10px;
}

.team-grid.style2 .play-btn:before, .team-grid.style2 .play-btn:after {
	display: none;
}

.team-grid.style2 .play-btn > i {
	--icon-size: 36px;
	background-color: var(--white-color);
	color: var(--theme-color2);
	font-size: 18px;
}

.team-grid.style2 .play-btn > i:hover {
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.team-grid.style2:hover {
	background: -webkit-linear-gradient(269.37deg, rgba(22, 24, 29, 0) -5.59%, rgba(62, 102, 243, 0.2) 99.45%);
	background: linear-gradient(180.63deg, rgba(22, 24, 29, 0) -5.59%, rgba(62, 102, 243, 0.2) 99.45%);
	border: 1px solid var(--theme-color2);
}

.team-grid.style2:hover .team-img:before {
	opacity: 0.6;
	visibility: visible;
}

/*------------------- Counter  -------------------*/
.counter-card1 {
	position: relative;
		-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.counter-card1 .box-number {
	font-weight: 700;
	font-size: 82px;
	line-height: 82px;
	text-align: center;
	color: var(--white-color);
}

.counter-card1 .counter-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #A1A6B0;
	display: block;
}

@media (max-width: 1299px) {
.counter-card1 .counter-text {
	font-size: 18px;
	line-height: 28px;
}
}

.counter-card1 .counter-text span {
	display: block;
}

.counter-card1_wrapp:last-child .divider {
	display: none;
}

.counter-card1 .divider {
	background-color: rgba(255, 255, 255, 0.2);
	width: 1px;
	height: 65px;
	position: absolute;
	right: 0;
	top: 60px;
}

@media (max-width: 1299px) {
.counter-card1 .divider {
	display: none;
}
}

/*------------------- Blog  -------------------*/
.blog-box {
	position: relative;
}

.blog-box .blog-img {
	position: relative;
	border-radius: 20px;
	margin-bottom: 35px;
	overflow: hidden;
}

.blog-box .blog-img img {
	width: 100%;
	border-radius: 20px;
		-webkit-transform: 0.6s ease-in-out;
			-ms-transform: 0.6s ease-in-out;
	transform: 0.6s ease-in-out;
}

.blog-box .blog-meta {
	margin-bottom: 25px;
}

.blog-box .box-title {
	color: var(--white-color);
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.02em;
	margin-bottom: 25px;
}

.blog-box .line-btn {
	text-transform: capitalize;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
		-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.02em;
}

.blog-box .line-btn:before {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.blog-box:hover .blog-img img {
	-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.blog-box3 {
	position: relative;
	background: var(--menu-black);
	border-radius: 20px;
	padding: 40px;
	border: 1px solid transparent;
		-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

@media (max-width: 1299px) {
.blog-box3 {
	padding: 30px;
}
}

@media (max-width: 1199px) {
.blog-box3 {
	padding: 25px;
}
}

@media (max-width: 991px) {
.blog-box3 {
	min-height: 470px;
}
}

.blog-box3.style2 {
	background: var(--menu-black);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-box3.style2 .line-btn {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
		-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.blog-box3.style2 .line-btn:hover:before {
	background-color: var(--theme-color2);
}

.blog-box3.style2:hover {
	background: var(--menu-black);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-box3 .blog-img {
	border-radius: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.blog-box3 .blog-img img {
	width: 100%;
	border-radius: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog-box3 .box-title {
	color: var(--white-color);
	font-weight: 500;
}

.blog-box3 .blog-meta {
	margin-bottom: 25px;
}

.blog-box3 .blog-meta a i {
	color: var(--theme-color2);
}

.blog-box3:hover {
	background: -webkit-linear-gradient(269.37deg, rgba(22, 24, 29, 0) -5.59%, rgba(62, 102, 243, 0.2) 99.45%);
	background: linear-gradient(180.63deg, rgba(22, 24, 29, 0) -5.59%, rgba(62, 102, 243, 0.2) 99.45%);
	border: 1px solid var(--theme-color2);
}

.blog-box3:hover .blog-img img {
	-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
			transform: scale(1.08);
}

/*------------------- Brand Slider  -------------------*/
.brand-title {
  letter-spacing: -0.4px;
  font-weight: 600;
}

.brand-slider13 {
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*------------------- Checklist  -------------------*/
.checklist ul {
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin-bottom: 0;
}

.checklist li {
	color: var(--title-color);
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.checklist li > i {
	color: var(--theme-color2);
}

.checklist li:not(:last-child) {
	margin-bottom: 10px;
}

.checklist.style5 li {
	color: var(--grey-text-1);
	font-family: var(--body-font);
	font-weight: 400;
}

.checklist.style5 li:not(:last-child) {
	margin-bottom: 13px;
}

.checklist.style5 li > i {
	font-size: 22px;
}

.checklist.style13 li {
	font-size: 18px;
	font-weight: 600;
}

@media (max-width: 1299px) {
.checklist.style13 li {
	font-size: 16px;
}
}

.checklist.style13 li:not(:last-child) {
	margin-bottom: 35px;
}

/*------------------- Cursor  -------------------*/
.cursor2 {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: 1px solid var(--theme-color);
		-webkit-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	z-index: 999999;
		-webkit-transform: translate(calc(-50% + 15px), -50%);
			-ms-transform: translate(calc(-50% + 15px), -50%);
				transform: translate(calc(-50% + 15px), -50%);
}

.cursor2.hover {
	display: none;
}

.cursor {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: var(--theme-color);
	opacity: .3;
	position: fixed;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 999999;
		-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
			transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
			transition: 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
			transition: 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
}

.cursor.hover {
	display: none;
}

/*------------------- Video Tour Section  -------------------*/
.two-column {
	display: grid;
	grid-template-columns: auto auto;
	max-width: 700px;
}

@media (max-width: 450px) {
.two-column {
	grid-template-columns: auto;
	gap: 18px;
}
.two-column.list-center {
	max-width: 230px;
}
.checklist.style2 li:not(:last-child) {
	margin-bottom: 18px;
}
}

/*------------------- FAQ -------------------*/
.accordion-card {
	-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
	border-radius: 5px;
	overflow: hidden;
}

.accordion-card:not(:last-child) {
	margin-bottom: 24px;
}

.accordion-card .accordion-button {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--title-font);
	border: 0;
	color: var(--title-color);
	background-color: var(--white-color);
	border-radius: 0;
	padding: 12px 45px 12px 30px;
	min-height: 56px;
	gap: 10px;
	margin-bottom: 0;
	text-align: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.accordion-card .accordion-button:after {
	content: "\2b";
	height: 100%;
	width: auto;
	line-height: 1;
	background-color: transparent;
	font-family: var(--icon-font);
	color: var(--title-color);
	font-weight: 700;
	font-size: 1em;
	display: grid;
		-webkit-box-pack: center;
			-webkit-justify-content: center;
				-ms-flex-pack: center;
	justify-content: center;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: 30px;
		-webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
	padding-left: 10px;
		-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
	outline: none;
	box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
	color: var(--white-color);
	background-color: var(--theme-color);
	box-shadow: none;
	border-radius: 0;
}

.accordion-card .accordion-button:not(.collapsed):after {
	content: '\f068';
		-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
				transform: rotate(0);
	color: var(--white-color);
}

.accordion-card .accordion-collapse {
	border: none;
}

.accordion-card .accordion-body {
	border-radius: 0;
	background-color: var(--white-color);
	border: none;
	padding: 23px 30px 30px 30px;
}

.accordion-card .faq-text {
	margin-bottom: -0.48em;
}

.accordion-card .faq-img {
	height: 100%;
}

.accordion-card .faq-img img {
	height: 100%;
	object-fit: cover;
}

.accordion-card.style4 {
	position: relative;
	box-shadow: none;
	margin-bottom: 0;
	z-index: 2;
}

.accordion-card.style4 .accordion-button {
	background-color: transparent;
	padding: 40px 38px 40px 0px;
	font-size: 20px;
	font-weight: 500;
	color: var(--white-color);
}

.accordion-card.style4 .accordion-button.collapsed {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion-card.style4 .accordion-button:after {
	width: 36px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	top: 30px;
	right: 0px;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
		-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
				background-clip: text;
					text-fill-color: transparent;
		-webkit-clip-path: none;
			clip-path: none;
	padding: 0;
}

.accordion-card.style4 .accordion-button:before {
	content: url("data:image/svg+xml,%3Csvg width='36' height='40' viewBox='0 0 36 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='39' rx='9.5' stroke='url(%23paint0_linear_434_637)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_434_637' x1='18' y1='0' x2='18' y2='40' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	top: 30px;
	right: 0px;
	width: 36px;
	height: 40px;
	z-index: -2;
}

.accordion-card.style4 .accordion-body {
	background-color: transparent;
	padding: 0 0 40px 0;
}

.accordion-card.style4 .faq-text {
	color: var(grey-text-1);
}

.accordion-card.style4 .accordion-collapse {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 575px) {
.accordion-card .accordion-button {
	font-size: 16px;
}
}

/*------------------- KimberMarket Section -------------------*/
.service-card2 {
	border-radius: 20px;
	background: var(--menu-black);
	padding: 40px;
	min-width: 327px;
	text-align: center;
	background-position: bottom right;
	background-size: 85%;
	background-repeat: no-repeat;
}

@media (max-width: 1299px) {
.service-card2 {
	min-width: 300px;
	padding: 30px;
	background-size: contain;
}
}

@media (max-width: 767px) {
.service-card2 {
	padding: 30px 20px;
	min-width: 100%;
}
}

@media (max-width: 575px) {
.service-card2 {
	padding: 30px;
}
}

.service-card2.style1 {
	text-align: left;
	max-width: 678px;
}

.service-card2.style1 .service-card2_content {
	max-width: 400px;
}

.service-card2.style1 .service-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	color: var(--white-color);
	margin-bottom: 28px;
}

@media (max-width: 375px) {
.service-card2.style1 .service-title {
	font-size: 25px;
	line-height: 35px;
}
}

.service-card2.style1 .ser-shape {
	position: absolute;
	top: 110px;
	right: 60px;
}

.service-card2.style1 .cilent-box_counter {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: var(--white-color);
	max-width: 280px;
}

.service-card2.style1 .counter-number {
  font-weight: 500;
  background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.service-card2_wrap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

@media (max-width: 575px) {
.service-card2_wrap {
	grid-template-columns: repeat(1, 1fr);
}
}

@media (max-width: 1199px) {
.service-card2_wrap.style1 {
	grid-template-columns: repeat(1, 1fr);
}
}

@media (max-width: 1299px) {
.service-card2_wrap .service-shape {
	left: 26.5% !important;
	top: 49% !important;
}
}

@media (min-width: 1300px) and (max-width: 1339px) {
.service-card2_wrap .service-shape {
	left: 25.2% !important;
	top: 47.5% !important;
}
}

@media (min-width: 1340px) and (max-width: 1359px) {
.service-card2_wrap .service-shape {
	left: 24.4% !important;
	top: 47.5% !important;
}
}

@media (min-width: 1360px) and (max-width: 1399px) {
.service-card2_wrap .service-shape {
	left: 23.9% !important;
	top: 47.5% !important;
}
}

@media (max-width: 575px) {
.service-card2_wrap .service-shape {
	display: none;
}
}

.service-card2_img {
	min-width: 100%;
	border-radius: 26px;
}

.service-card2_img img {
	width: 100%;
	border-radius: 26px;
}

.service-card2_content {
	position: relative;
}

.service-card2_icon {
	position: relative;
	margin-bottom: 40px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.service-card2_icon:before {
	content: "";
	position: absolute;
	left: 25%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: rgba(97, 255, 24, 0.1);
}

@media (max-width: 1199px) {
.service-card2_icon:before {
	left: 30%;
}
}

@media (max-width: 575px) {
.service-card2_icon:before {
	left: 40%;
}
}

.service-card2_icon img {
	display: block;
	position: relative;
	z-index: 9;
	margin: auto;
		-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}

.service-card2 .box-title {
	color: var(--white-color);
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
.service-card2 .box-title {
	font-size: 22px;
	line-height: 34px;
}
}

.service-card2_text {
	line-height: 26px;
	margin-bottom: -0.4rem;
}

.service-card2 .th-btn {
	padding: 16px 35px;
	color: var(--title-color);
}

.service-card2:hover .service-card2_icon img {
	-webkit-transform: scale(-1) rotate(180deg);
		-ms-transform: scale(-1) rotate(180deg);
			transform: scale(-1) rotate(180deg);
}

.service-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	border: none;
	text-align: center;
	color: var(--white-color);
	font-family: var(--body-font);
	line-height: 1;
	padding: 20.5px 20px;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color2);
	border-radius: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: center;
			-webkit-justify-content: center;
				-ms-flex-pack: center;
	justify-content: center;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 20px;
}

.service-btn:before, .service-btn:after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--menu-black);
	z-index: -1;
		-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border-radius: 99px;
		-webkit-transform: scaleY(1.1);
			-ms-transform: scaleY(1.1);
	transform: scaleY(1.1);
}

.service-btn:before {
	-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
			transform: scaleY(0);
}

.service-btn:after {
	-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
			transform: scaleY(0);
}

.service-btn:hover, .service-btn.active {
	color: var(--white-color);
	box-shadow: none;
}

.service-btn:hover::before, .service-btn:hover:after, .service-btn.active::before, .service-btn.active:after {
	border-radius: 0;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
	transform: scale(1);
}

.service-btn-area {
	position: relative;
	z-index: 2;
}

.service-btn-area .ser-shape {
	position: absolute;
	top: -7%;
	left: -10%;
	z-index: 2;
		-webkit-transform: translate(50%, 50%);
			-ms-transform: translate(50%, 50%);
				transform: translate(50%, 50%);
	z-index: 0;
}

@media (max-width: 1299px) {
.service-btn-area .ser-shape {
	top: -7%;
	left: -20%;
}
}

@media (max-width: 1199px) {
.service-btn-area .ser-shape {
	left: 20px;
}
}

@media (max-width: 991px) {
.service-btn-area .ser-shape {
	left: -20px;
}
}

@media (max-width: 375px) {
.service-btn-area .ser-shape {
	left: -30px;
}
}

/*------------------- Ecosystem Features -------------------*/
.service-item2 {
	position: relative;
	padding: 50px 40px 60px 40px;
	background-color: var(--theme-color2);
	border-radius: 5px 5px 50px 5px;
	margin-bottom: 0;
		-webkit-transition: 0.4s ease-in-out;
			transition: 0.4s ease-in-out;
	z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1319px) {
.service-item2 {
	min-height: 280px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.service-item2 {
	min-height: 300px;
}
}

@media (max-width: 1399px) {
.service-item2 {
	padding: 40px 30px;
}
}

@media (max-width: 1299px) {
.service-item2 {
	padding: 50px 20px;
}
}

.service-item2:hover:before {
	height: 0;
}

.service-item2:before, .service-item2:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
		-webkit-transition: 0.4s ease-in-out;
			transition: 0.4s ease-in-out;
}

.service-item2:before {
	background-color: var(--white-color);
}

.service-item2:after {
	border-top: 6px solid var(--theme-color2);
}

.service-item2 .box-title {
	font-weight: 600;
	margin-right: 140px;
	color: var(--menu-black);
}

@media (max-width: 1399px) {
.service-item2 .box-title {
	margin-right: 20px;
}
}

@media (max-width: 1299px) {
.service-item2 .box-title {
	margin-right: 0;
}
}

.service-item2 .box-title a {
	color: inherit;
}

.service-item2_text {
	margin-bottom: 25px;
}

.service-item2:hover .service-item2_text {
	color: var(--white-color);
}

.service-item2:hover .box-title {
	color: var(--white-color);
}

.service-item2:hover .line-btn {
	color: var(--white-color);
}

.service-item2:hover .line-btn:before {
	background-color: var(--white-color);
}

.service-item2 .line-btn {
	font-size: 16px;
	color: var(--theme-color2);
	text-transform: capitalize;
}

.service-item2 .line-btn:before {
	background-color: var(--theme-color);
}

/*------------------- Tokenization Section -------------------*/
.tokenization-image {
	padding-left: 120px;
	padding-right: 120px;
}

@media (max-width: 1300px) {
.tokenization-image {
	padding-left: 60px;
	padding-right: 60px;
}
}

@media (max-width: 992px) {
.tokenization-image {
	padding-left: 0px;
	padding-right: 0px;
}
}

.checklist.style2 li {
	font-size: 18px;
	font-weight: 600;
	color: var(--grey-text-2);
	font-family: var(--title-font);
	gap: 15px;
}

.checklist.style2 li:not(:last-child) {
	margin-bottom: 26px;
}

.checklist.style2 li > i {
	font-size: 20px;
	border-radius: 50%;
	border: 1px dashed var(--theme-color);
	padding: 9px;
}

.tokenize-process-text {
	padding-left: 70px;
}

.why-diamonds-sec {
	padding-top: 90px;
}

.right-border {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: 60px;
}

.why-diamonds-image {
	padding-left: 90px;
}

/*------------------- Token Allocation -------------------*/
.skill-feature:not(:last-child) {
	margin-bottom: 25px;
}

.skill-feature_title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: -0.2em;
	font-family: var(--title-font);
	color: var(--white-color);
}

.skill-feature .progress-value {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: -0.2em;
	font-family: var(--title-font);
	color: var(--grey-text-2);
}

.skill-feature_title {
	padding-bottom: 26px;
}

.skill-feature .progress {
	position: relative;
	height: 20px;
	background-color: var(--menu-black);
	overflow: visible;
	border-radius: 100px;
}

.skill-feature .progress-bar {
	height: 10px;
	margin: 5px;
	border-radius: inherit;
	position: relative;
	overflow: visible;
}

.skill-feature .progress-value {
	position: absolute;
	top: -34px;
	right: 0;
}

@-webkit-keyframes animate-positive {
	0% {
	width: 0;
	}
}

@keyframes animate-positive {
	0% {
	width: 0;
	}
}

.skill-feature.style2:not(:last-child) {
	margin-bottom: 32px;
}

.skill-feature.style2 .progress {
	background-color: var(--smoke-color2);
}

.allocation-text {
	padding-top: 70px;
	max-width: 680px;
	margin:0 auto;
}

.allocation-wrap {
	padding-left: 30px;
	padding-right: 30px;
}

/*------------------- Newsletter Section -------------------*/
.newsletter-area {
	background: var(--menu-black);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 1199px) {
.newsletter-area {
	padding-top: 50px;
	padding-bottom: 50px;
}
}

.newsletter-form.style2 {
	position: relative;
	margin: auto;
}

.newsletter-form.style2 i {
	position: absolute;
	top: 22px;
	left: 30px;
	color: var(--theme-color2);
}

.newsletter-form.style2 .form-control {
	border-radius: 100px;
	min-height: 56px;
	padding-left: 55px;
	padding-right: 170px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-form.style2 .th-btn, 
.footer-layout8 .newsletter-widget .th-btn {
	background-color: transparent;
	background: var(--Theme-color, linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%));
	min-width: 115px;
	padding: 16px 25px;
	border-radius: 100px;
	position: absolute;
	top: 5px;
	right: 5px;
}

@media (max-width: 576px) {
.footer-layout8 .newsletter-widget .th-btn {
	top: 0px;
	right: 0px;
}
}

.newsletter-text {
	margin-bottom: 40px;
	padding-top: 30px;
}

/*------------------- Counter KimberLite -------------------*/
.counter-area-kimberlite {
	padding: 60px 0;
	background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 1199px) {
.counter-card-kimberlite {
	padding: 20px 0;
	text-align: center;
}
}

.counter-card-kimberlite .box-number {
	font-size: 64px;
	font-weight: 700;
	line-height: 64px;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 5px;
	margin-top: -0.4rem;
}

.counter-card-kimberlite .box-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--grey-text-2);
}

/*------------------- Key Partners -------------------*/
.choose-tabs-wrapper {
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #1E2127;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: start;
			-webkit-justify-content: flex-start;
				-ms-flex-pack: start;
	justify-content: flex-start;
	box-shadow: 0px 16px 48px 0px rgba(18, 20, 26, 0.64);
}

@media (max-width: 1199px) {
.choose-tabs-wrapper {
	gap: 30px;
}
}

@media (max-width: 991px) {
.choose-tabs-wrapper {
	display: block;
}
}

.choose-tabs-tabs.nav-tabs {
	border-bottom: none;
	padding: 60px;
	display: block;
}

@media (max-width: 1199px) {
.choose-tabs-tabs.nav-tabs {
	padding: 60px 40px;
}
}

@media (max-width: 991px) {
.choose-tabs-tabs.nav-tabs {
	padding: 60px 40px 40px 40px;
	margin-bottom: 0;
}
}

@media (max-width: 375px) {
.choose-tabs-tabs.nav-tabs {
	max-width: 100%;
	padding: 60px 20px 20px 20px;
}
}

.choose-tabs-tabs.nav-tabs .nav-link:focus,
.choose-tabs-tabs.nav-tabs .nav-link:hover {
	color: var(--white-color);
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	border-color: var(--theme-color2);
}

.choose-tabs-tabs.nav-tabs .nav-item.show .nav-link,
.choose-tabs-tabs.nav-tabs .nav-link.active {
	color: var(--white-color);
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	border-color: var(--theme-color2);
}

.choose-tabs-tabs .nav-link {
	position: relative;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #1D2128;
	padding: 18px 40px;
	font-family: var(--title-font);
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	min-width: 330px;
	color: var(--white-color);
	text-align: left;
	display: block;
	box-shadow: none;
}

@media (max-width: 991px) {
.choose-tabs-tabs .nav-link {
	min-width: 100%;
}
}

@media (max-width: 575px) {
.choose-tabs-tabs .nav-link {
	padding: 14px 20px;
}
}

@media (max-width: 375px) {
.choose-tabs-tabs .nav-link {
	font-size: 16px;
}
}

.choose-tabs-tabs .nav-link:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
.choose-tabs-tabs {
	margin-bottom: 30px;
}
}

.choose-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 60px;
	height: 430px;
}

@media (max-width: 1199px) {
.choose-wrapper {
	display: block;
	padding: 60px 40px 40px 0;
	margin: 0;
	border: none;
}
}

@media (max-width: 991px) {
.choose-wrapper {
	padding: 30px 40px 60px 40px;
}
}

@media (max-width: 375px) {
.choose-wrapper {
	padding: 30px 20px 60px 20px;
}
}

.choose-wrapper .choose-image {
	min-width: 276px;
}

@media (max-width: 1199px) {
.choose-wrapper .choose-image {
	margin-top: 50px;
}
}

.choose-content .sec-title {
	font-weight: 500;
	letter-spacing: normal;
}

/*------------------- Project -------------------*/
.project-card {
	--space: 30px;
	position: relative;
	overflow: hidden;
}

.project-card .project-img img {
	width: 100%;
		-webkit-transition: 0.4s ease-in-out;
			transition: 0.4s ease-in-out;
}

.project-card .project-img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 40, 0) 0%, rgba(0, 0, 40, 0.140476) 43.1%, #000028 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 40, 0) 0%, rgba(0, 0, 40, 0.140476) 43.1%, #000028 100%);
	opacity: 0;
		-webkit-transition: 0.4s ease-in-out;
			transition: 0.4s ease-in-out;
	z-index: 1;
	border-radius: inherit;
}

.project-card .project-content-wrap {
	position: absolute;
	left: var(--space);
	bottom: -30px;
	width: 100%;
	max-width: calc(100% - var(--space)*2 - 28px);
	z-index: 3;
	opacity: 0;
		-webkit-transition: 0.4s ease-in-out;
			transition: 0.4s ease-in-out;
}

.project-card .project-content {
	background-color: var(--theme-color);
	background-size: auto;
	background-position: right center;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	padding: 26px 30px;
}

.project-card .box-title {
	color: var(--white-color);
	margin-bottom: 2px;
}

.project-card .box-title a:hover {
	color: var(--smoke-color2);
}

.project-card .project-subtitle {
	margin-bottom: -0.5em;
	color: var(--white-color);
}

.project-card .icon-btn {
	position: absolute;
	right: -28px;
	top: calc(50% - 28px);
	background-color: var(--white-color);
	border: none;
	color: var(--theme-color);
	font-size: 24px;
}

.project-card .icon-btn:hover {
	background-color: var(--title-color);
}

.project-card:hover .project-img img {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}

.project-card:hover .project-img:before {
	height: 100%;
	opacity: 1;
}

.project-card:hover .project-content-wrap {
	bottom: var(--space);
	opacity: 1;
}

@media (max-width: 375px) {
.project-card {
	--space: 15px;
}
}

@media (max-width: 360px) {
.project-card .box-title {
	font-size: 22px;
}
.project-card .project-content {
	padding: 26px 20px;
}
}

.project-card.style3 {
	--space: 0px;
}

.project-card.style3 .project-img img {
	border: 2px solid #02CE80;
	border-radius: 30px;
}

.project-card.style3 .project-img:before {
	display: none;
}

.project-card.style3 .project-content {
	position: relative;
	background-color: transparent;
	border-radius: 0px;
	padding: 10px 40px;
	z-index: 2;
}

.project-card.style3 .project-content:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-linear-gradient(top, #7BD706 0%, #02CE80 100%);
	background: linear-gradient(180deg, #7BD706 0%, #02CE80 100%);
		-webkit-clip-path: path("M-13.0656 17.2667C-8.12633 6.72988 2.46095 0 14.098 0H222.716C236.147 0 247.941 8.92694 251.589 21.8532L267.253 77.3697C272.939 97.5197 256.758 117.149 235.893 115.413L-5.01712 95.3679C-25.8475 93.6347 -38.565 71.6641 -29.6932 52.7379L-13.0656 17.2667Z");
		clip-path: path("M-13.0656 17.2667C-8.12633 6.72988 2.46095 0 14.098 0H222.716C236.147 0 247.941 8.92694 251.589 21.8532L267.253 77.3697C272.939 97.5197 256.758 117.149 235.893 115.413L-5.01712 95.3679C-25.8475 93.6347 -38.565 71.6641 -29.6932 52.7379L-13.0656 17.2667Z");
	z-index: -1;
}

.project-card.style3 .project-subtitle {
	color: var(--white-color);
	margin-bottom: 3px;
}

.project-card.style3 .box-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--white-color);
}

.project-card.style3 .box-title a:hover {
	color: var(--title-color);
}

.project-card.style3 .icon-btn {
	--btn-size: 55px;
	background-color: var(--white-color);
	border-radius: 50%;
	color: var(--theme-color);
	top: 15px;
	right: 10px;
		-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.project-card.style3 .icon-btn:hover {
	background-color: var(--title-color);
	color: var(--white-color);
}

@media (max-width: 991px) {
.project-card.style3 .icon-btn {
	--btn-size: 50px;
	top: 20px;
}
}

.project-card.style3:hover .icon-btn {
	opacity: 1;
	visibility: visible;
}

/*------------------- Process Section -------------------*/
.process-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-align: start;
			-webkit-align-items: flex-start;
				-ms-flex-align: start;
		align-items: flex-start;
	gap: 60px;
	z-index: 2;
}

@media (max-width: 1299px) {
.process-item {
	gap: 20px;
}
}

.process-item:not(:last-child) {
	margin-bottom: 55px;
}

.process-item_number {
	position: relative;
	color: var(--white-color);
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	padding: 5px 15px;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
		-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		background-clip: text;
	text-fill-color: transparent;
	z-index: 2;
}

.process-item_number:after {
	content: url("data:image/svg+xml,%3Csvg width='36' height='40' viewBox='0 0 36 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='39' rx='12.5' stroke='url(%23paint0_linear_418_444)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_418_444' x1='18' y1='0' x2='18' y2='40' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	inset: 0px;
	z-index: -1;
}

.process-item_number:before {
	content: url("data:image/svg+xml,%3Csvg width='1' height='100' viewBox='0 0 1 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='2.18557e-08' x2='0.499996' y2='100' stroke='url(%23paint0_linear_418_455)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_418_455' x1='0' y1='0' x2='3.57637e-06' y2='100' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80' stop-opacity='0'/%3E%3Cstop offset='0.475' stop-color='%231BD067'/%3E%3Cstop offset='1' stop-color='%237BD706' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	width: 2px;
	height: 100px;
	top: 45%;
	left: 50%;
		-webkit-transform: translate(-50%, 50%);
			-ms-transform: translate(-50%, 50%);
				transform: translate(-50%, 50%);
}

.process-item_number:before:last-child {
	display: none;
}

.process-item .box-title {
	font-size: 22px;
	color: var(--white-color);
	font-weight: 500;
}

.process-item_content {
	max-width: 232px;
}

.process-item_text {
	color: vaR(--grey-text-1);
}

.process-item_text:last-child {
	margin-bottom: -0.3rem;
}

.process-item:last-child .process-item_number:before {
	display: none;
}

.process-image {
	border-radius: 20px;
}

.process-image img {
	border-radius: 20px;
}

.checklist-wrapper {
	position: relative;
	min-width: 645px;
	min-height: 300px;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
					align-items: center;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 25px;
}

@media (max-width: 1199px) {
.checklist-wrapper {
	margin: 0;
}
}

@media (max-width: 767px) {
.checklist-wrapper {
	background: none;
	min-width: 100%;
	min-height: 100%;
}
}

@media (max-width: 352px) {
.checklist-wrapper {
	background-image: none !important;
}
}

.checklist.style5 ul li {
	position: relative;
	font-family: var(--title-font);
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: var(--white-color);
	padding: 31px 35px 34px 75px;
	margin-bottom: 0px;
}

@media (max-width: 991px) {
.checklist.style5 ul li {
	padding: 33px 29px 40px 75px;
}
}

.checklist.style5 ul li:before, 
.checklist.style25 ul li:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_417_424)'%3E%3Cpath d='M6.75 9.00002L10.044 13.611C10.1796 13.8009 10.3569 13.9571 10.5623 14.0677C10.7677 14.1783 10.9958 14.2403 11.2289 14.249C11.462 14.2577 11.694 14.2128 11.9071 14.1178C12.1202 14.0228 12.3086 13.8802 12.458 13.701L23.25 0.749023' stroke='url(%23paint0_linear_417_424)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 10.5V20.25C21.75 21.0456 21.4339 21.8087 20.8713 22.3713C20.3087 22.9339 19.5456 23.25 18.75 23.25H3.75C2.95435 23.25 2.19129 22.9339 1.62868 22.3713C1.06607 21.8087 0.75 21.0456 0.75 20.25V5.25C0.75 4.45435 1.06607 3.69129 1.62868 3.12868C2.19129 2.56607 2.95435 2.25 3.75 2.25H16.5' stroke='url(%23paint1_linear_417_424)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_417_424' x1='15' y1='0.749023' x2='15' y2='14.2501' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_417_424' x1='11.25' y1='2.25' x2='11.25' y2='23.25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_417_424'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	top: 30px;
	left: 30px;
}

@media (max-width: 352px) {
.checklist.style5 ul li:before {
	top: 10px;
	left: 0;
}
}

.checklist.style5 ul li:not(:last-child) {
	margin-bottom: 22px;
}

@media (max-width: 352px) {
.checklist.style5 ul li:not(:last-child) {
	margin-bottom: 0;
}
}

/*------------------- Feature Card -------------------*/
.feature-card2 {
	position: relative;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: var(--menu-black);
	padding: 60px;
	z-index: 2;
}

@media (max-width: 1199px) {
.feature-card2 {
	padding: 30px;
}
}

.feature-card2 .box-img {
	margin-bottom: 60px;
}

.feature-card2 .box-title {
	color: var(--white-color);
}

.feature-card2 .offer-feature {
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	background: transparent;
	border-radius: 0;
	padding: 0;
	z-index: -1;
}

.feature-card2 .offer-feature .feature {
	text-align: center;
		-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -31px;
	top: 25px;
	width: 210px;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--body-font);
	letter-spacing: -0.408px;
	background: -webkit-linear-gradient(top, #02CE80 0%, #7BD706 100%);
	background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
	color: var(--white-color);
	display: inline-block;
}

.feature-card2 .th-btn {
	padding: 16px 30px;
}

/*-- Section Spacers --*/
.spacer-top {
  padding-top: var(--section-space);
}

.spacer-top-small {
  padding-top: var(--section-space-small);
}

.spacer-top-large {
  padding-top: var(--section-space-large);
}

/* KimberMarket Styling */
.explainer-video {
	border-radius: 25px; 
	overflow: hidden;
}

.image-space {
	padding-top: 25px;
}

.blog-title {
	font-size: 20px;
	line-height: 1.417;
	font-weight: 500;
	margin-top: -0.32em;
	color: var(--white-color);
	min-height: 100px;
}

.feature-card2 .box-title {
	margin-top: 30px;
}

.checklist.style13 ul li:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_417_424)'%3E%3Cpath d='M6.75 9.00002L10.044 13.611C10.1796 13.8009 10.3569 13.9571 10.5623 14.0677C10.7677 14.1783 10.9958 14.2403 11.2289 14.249C11.462 14.2577 11.694 14.2128 11.9071 14.1178C12.1202 14.0228 12.3086 13.8802 12.458 13.701L23.25 0.749023' stroke='url(%23paint0_linear_417_424)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 10.5V20.25C21.75 21.0456 21.4339 21.8087 20.8713 22.3713C20.3087 22.9339 19.5456 23.25 18.75 23.25H3.75C2.95435 23.25 2.19129 22.9339 1.62868 22.3713C1.06607 21.8087 0.75 21.0456 0.75 20.25V5.25C0.75 4.45435 1.06607 3.69129 1.62868 3.12868C2.19129 2.56607 2.95435 2.25 3.75 2.25H16.5' stroke='url(%23paint1_linear_417_424)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_417_424' x1='15' y1='0.749023' x2='15' y2='14.2501' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_417_424' x1='11.25' y1='2.25' x2='11.25' y2='23.25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_417_424'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.service-card-green-button a, .service-card-green-button a:hover {
	color: var(--white-color);
}

.launcher-button {
	position: relative;
	margin-top: 50px;
	display: flex;
}

.checklist.style25 ul li {
	position: relative;
	font-family: var(--title-font);
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: var(--white-color);
	padding: 31px 35px 34px 75px;
	margin-bottom: 0px;
}

.checklist.style25 li {
	color: var(--grey-text-1);
	font-family: var(--body-font);
	font-weight: 400;
}

.checklist.style25 li:not(:last-child) {
	margin-bottom: 25px;
}

.checklist.style25 li > i {
	font-size: 22px;
}

.two-column.style5 {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 30px;
	background-color: var(--menu-black);
}

.two-column.style5 .checklist li {
	color: var(--grey-text-2);
}

.subscribed-text, 
.contact-text {
	font-size: 21px;
	font-weight: 500;
	Color: var(--white-color);
	padding-top: 20px;
}

.process-sec {
	padding-top: 100px;
	padding-bottom: 100px;
}

.faq-area {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*-------- Mobile Menu --------*/
.th-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	width: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
	opacity: 0;
	visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
	padding-bottom: 30px;
	padding-top: 40px;
	display: block;
	text-align: center;
	background-color: var(--kimber-dark-blue);
}

.th-menu-wrapper .mobile-logo svg {
	max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
	border: none;
	font-size: 22px;
	position: absolute;
	right: -16.5px;
	top: 25px;
	padding: 0;
	line-height: 1;
	width: 33px;
	height: 33px;
	line-height: 35px;
	font-size: 18px;
	z-index: 1;
	color: var(--white-color);
	background-color: var(--theme-color2);
	border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
	background-color: var(--title-color);
	color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
	width: 100%;
	max-width: 310px;
	background-color: var(--white-color);
	border-right: 3px solid var(--theme-color2);
	height: 100%;
	position: relative;
	left: -110%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	z-index: 1;
}

.th-menu-wrapper.th-body-visible {
	opacity: 1;
	visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.th-mobile-menu {
	overflow-y: scroll;
	max-height: calc(100vh - 200px);
	padding-bottom: 40px;
	margin-top: 33px;
	text-align: left;
}

.th-mobile-menu ul {
	margin: 0;
	padding: 0 0;
}

.th-mobile-menu ul li {
	border-bottom: 1px solid #fdedf1;
	list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
	border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
	display: block;
	position: relative;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--menu-black);
	padding-left: 18px;
}

.th-mobile-menu ul li a:before {
	content: '\f105';
	font-family: var(--icon-font);
	color: var(--theme-color2);
	position: absolute;
	left: 0;
	top: 12px;
	margin-right: 10px;
	display: inline-block;
}

.th-mobile-menu ul li.th-active > a {
	color: var(--theme-color);
}

.th-mobile-menu ul li.th-active > a:before {
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
	padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
	border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: 400;
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-top: -12.5px;
	display: inline-block;
	text-align: center;
	background-color: var(--smoke-color);
	color: var(--title-color);
	box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
	border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
	content: '\f067';
	font-family: var(--icon-font);
}

.th-mobile-menu ul .th-item-has-children > a:after {
	content: "\f067";
	font-family: var(--icon-font);
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	border-radius: 50px;
	background-color: var(--smoke-color);
	float: right;
	margin-top: 1px;
}

.th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
	content: '\f068';
}

.th-mobile-menu ul .th-item-has-children.th-active > a:after {
	content: "\f068";
}

.th-mobile-menu > ul {
	padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
	border-bottom: none;
}

.th-menu-toggle {
	width: 56px;
	height: 56px;
	padding: 0;
	font-size: 20px;
	border: none;
	background-color: var(--theme-color2);
	color: var(--white-color);
	display: inline-block;
	border-radius: 4px;
}

.th-menu-toggle:hover {
	background-color: var(--title-color);
}

.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
	width: auto;
	height: auto;
	background-color: transparent;
	color: var(--title-color);
	font-size: 20px;
}

.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
	margin-right: 10px;
}

.th-menu-toggle.style-text-white {
	color: var(--white-color);
}

@media (max-width: 400px) {
.th-menu-wrapper .th-menu-area {
	width: 100%;
	max-width: 270px;
}
.th-mobile-menu > ul {
	padding: 0 20px;
}
}

/*-------- Header Layout 9 --------*/
.header-layout9.header-absolute {
	top: 120px;
}

@media (max-width: 1599px) {
.header-layout9.header-absolute {
	top: 50px;
}
}

.header-layout9 .sticky-wrapper.sticky {
	background-color: transparent;
}

.header-layout9 .sticky-wrapper.sticky .menu-area {
	max-width: 100%;
	border-radius: 0;
	background-color: var(--menu-black);
}

.header-layout9 .menu-area {
	max-width: 1500px;
	display: block;
	margin: auto;
	background: rgba(22, 24, 29, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 50px;
	padding: 16px 45px;
}

@media (max-width: 375px) {
.header-layout9 .menu-area {
	padding: 16px 15px;
}
}

.header-layout9 .main-menu.style2 > ul > li {
	margin: 0 4px;
}

.header-layout9 .main-menu > ul > li > a {
	color: var(--white-color) !important;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
}

.header-layout9 .main-menu > ul > li > a:before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	border-radius: 100px;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.header-layout9 .main-menu > ul > li > a:after {
	color: var(--white-color) !important;
}

.header-layout9 .main-menu > ul > li > a:hover {
	color: var(--theme-color) !important;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.header-layout9 .main-menu > ul > li > a:hover:before {
	opacity: 0.1;
}

.header-layout9 .main-menu > ul > li > a:hover:after {
	color: var(--theme-color) !important;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
		-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
}

.header-layout9 .main-menu ul li.menu-item-has-children > a:after {
	content: "\2b";
	font-size: 12px;
		-webkit-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
		-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.header-layout9 .main-menu ul li.menu-item-has-children > a:hover:after {
	content: "\f068";
		-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
				transform: rotate(180deg);
}

.header-layout9 .header-button .th-btn {
	padding: 17px 40px;
}

@media (max-width: 1199px) {
.header-layout9 .header-button .th-btn {
	display: none;
}
}

/*-------- Hero Section 11 --------*/
.hero-11 {
	margin: 60px 60px 0 60px;
	border-radius: 50px;
}

@media (max-width: 1699px) {
.hero-11 {
	margin: 0 50px;
}
}

@media (max-width: 1500px) {
.hero-11 {
	margin: 0;
}
}

.hero-11 .th-hero-wrapp {
	position: relative;
}

.hero-11 .th-hero-wrapp .hero11-shape {
	position: absolute;
	width: 4px;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, rgba(2, 206, 128, 0) 81.03%);
	background: linear-gradient(180deg, var(--theme-color) 0%, rgba(2, 206, 128, 0) 81.03%);
	border-radius: 50px;
		-webkit-animation: cloudAni 15s linear infinite;
	animation: cloudAni 15s linear infinite;
}

@-webkit-keyframes cloudAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes cloudAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.hero-11 .th-hero-wrapp .hero11-shape.style1 {
	top: 15%;
	right: -10%;
	height: 203px;
		-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.hero-11 .th-hero-wrapp .hero11-shape.style2 {
	top: -10%;
	right: 30%;
	height: 58px;
		-webkit-animation-delay: 2s;
			animation-delay: 2s;
}

.hero-11 .th-hero-wrapp .hero11-shape.style3 {
	top: -5%;
	left: -10%;
	width: 6px;
	height: 100px;
		-webkit-animation-delay: 3s;
			animation-delay: 3s;
}

.hero-11 .th-hero-wrapp .hero11-shape.style4 {
	bottom: 25%;
	left: -20%;
	height: 58px;
}

@media (max-width: 1400px) {
.hero-11 .th-hero-wrapp .hero11-shape.style1 {
	top: 15%;
	right: -10%;
	height: 203px;
}

.hero-11 .th-hero-wrapp .hero11-shape.style2 {
	top: -10%;
	right: 30%;
	height: 58px;
}

.hero-11 .th-hero-wrapp .hero11-shape.style3 {
	top: -5%;
	left: 5%;
	width: 6px;
	height: 100px;
}

.hero-11 .th-hero-wrapp .hero11-shape.style4 {
	bottom: 25%;
	left: 0%;
	height: 58px;
}
}

@media (max-width: 1199px) {
.hero-11 .th-hero-wrapp .hero11-shape.style1 {
	top: 35%;
	right: 5%;
	height: 203px;
}

.hero-11 .th-hero-wrapp .hero11-shape.style2 {
	top: 25%;
	right: 20%;
	height: 58px;
}

.hero-11 .th-hero-wrapp .hero11-shape.style3 {
	top: 15%;
	left: 10%;
	width: 6px;
	height: 100px;
}

.hero-11 .th-hero-wrapp .hero11-shape.style4 {
	bottom: 25%;
	left: 5%;
	height: 58px;
}
}

.hero-11 .th-hero-img {
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 80px auto auto auto;
}

@media (max-width: 575px) {
.hero-11 .th-hero-img {
	width: 100%;
	height: 100%;
}
}

.hero-11 .th-hero-img img {
	text-align: center;
}

.hero-style11 {
	padding: 310px 0 240px 60px;
	max-width: 725px;
}

@media (max-width: 1400px) {
.hero-style11 {
	padding: 330px 0 130px 0;
}

.hero-11 .th-hero-img {
	margin: 200px auto auto auto;
}
}

@media (max-width: 1199px) {
.hero-style11 {
	text-align: center;
	max-width: 725px;
	margin-left: auto;
	margin-right: auto;
	padding: 90px 0 80px 0;
}

.hero-11 .th-hero-img {
	margin: 230px auto auto auto;
}
}

.hero-style11 .sub-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--theme-color2);
	display: block;
	margin-bottom: 5px;
}

.hero-style11 .hero-title {
	font-weight: 700;
	font-size: 72px;
	line-height: 82px;
	color: var(--white-color);
	letter-spacing: -0.02em;
	margin-bottom: 18px;
}

@media (max-width: 1299px) {
.hero-style11 .hero-title {
	font-size: 68px;
	line-height: 80px;
}
}

@media (max-width: 1299px) {
.hero-style11 .hero-title {
	font-size: 64px;
	line-height: 84px;
}
}

@media (max-width: 991px) {
.hero-style11 .hero-title {
	font-size: 60px;
	line-height: 70px;
}
}

@media (max-width: 767px) {
.hero-style11 .hero-title {
	font-size: 54px;
	line-height: 64px;
}
}

@media (max-width: 575px) {
.hero-style11 .hero-title {
	font-size: 44px;
	line-height: 54px;
}

.hero-11 .th-hero-img {
	margin: 190px auto auto auto;
}

.hero-style11 {
	max-width: 480px;
}
}

@media (max-width: 480px) {
.hero-style11 {
	text-align: center;
	max-width: 100%;
	padding: 70px 0 60px 0;
}
}

@media (max-width: 375px) {
.hero-style11 .hero-title {
	font-size: 34px;
	line-height: 44px;
}
}

.hero-style11 .hero-text {
	color: var(--grey-text-2);
	max-width: 657px;
	margin-bottom: 40px;
	font-size: 18px;
}

@media (max-width: 1199px) {
.hero-style11 .hero-text {
	display: block;
	margin: auto auto 30px auto;
}
}

@media (max-width: 1199px) {
.hero-style11 .btn-group {
	-webkit-box-pack: center;
		-webkit-justify-content: center;
			-ms-flex-pack: center;
	justify-content: center;
}
}

@media (max-width: 575px) {
.hero-style11 .hero-text {
	font-size: 16px;
}
}

/*-------- Footer Layout 8 --------*/
.bg-black {
  background-color: var(--black-color) !important;
}

.footer-layout8 .footer-widget.style2 {
	max-width: 561px;
	background-color: var(--menu-black);
	padding: 40px;
	border-radius: 20px;
}

@media (max-width: 1199px) {
.footer-layout8 .footer-widget.style2 {
	max-width: 100%;
}
}

@media (max-width: 375px) {
.footer-layout8 .footer-widget.style2 {
	padding: 30px;
}
}

.footer-layout8 .footer-widget.style2 .widget_title {
	color: var(--white-color);
}

.footer-layout8 .footer-widget.style2 .widget_title:after {
	border: 2px solid var(--menu-black);
}

.footer-layout8 .newsletter-widget {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.footer-layout8 .newsletter-widget .newsletter-form {
	max-width: 481px;
}

@media (max-width: 1199px) {
.footer-layout8 .newsletter-widget .newsletter-form {
	max-width: 100%;
}
}

.footer-layout8 .newsletter-widget .footer-text {
	margin-bottom: 20px;
}

.footer-layout8 .newsletter-widget i {
	position: absolute;
	top: 18px;
	left: 30px;
	font-weight: 400;
	font-size: 18px;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
		-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.footer-layout8 .newsletter-widget .form-control {
	border-radius: 100px;
	min-height: 56px;
	padding-left: 55px;
	padding-right: 130px;
	background-color: var(--black-color) !important;
	border: 1px solid transparent;
		-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
.footer-layout8 .newsletter-widget .form-control {
	min-width: 100%;
	padding-right: 30px;
}
}

.footer-layout8 .newsletter-widget .form-control:hover {
	border: 1px solid var(--theme-color);
}

@media (max-width: 575px) {
.footer-layout8 .newsletter-widget .th-btn {
	max-width: 100%;
	padding: 16px 20px;
	position: relative;
	margin-top: 10px;
	display: block;
	width: 100%;
}
}

.footer-layout8 .widget-area {
	padding-top: 120px;
	padding-bottom: 60px;
}

.footer-layout8 .widget_title {
	font-weight: 600;
	color: var(--title-color);
	font-size: 20px;
	text-transform: none;
}

.footer-layout8 .footer-widget .recent-post .post-title {
	color: var(--title-color);
}

.footer-layout8 .th-social a {
	--icon-size: 40px;
	background-color: #292E38;
	border-color: #292E38;
	box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06);
}

.footer-layout8 .th-social a:hover {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	color: #292E38;
	border-color: var(--theme-color);
}

.footer-layout8 .copyright-wrap {
	background-color: var(--menu-black);
}

.footer-layout8 .copyright-wrap .copyright-text {
	font-size: 12px;
	color: var(--white-color);
}

@media (max-width: 991px) {
.footer-layout8 .copyright-wrap .copyright-text {
	margin-top: 20px;
	margin-bottom: 20px;
}
}

.footer-layout8 .copyright-wrap .copyright-text a {
	font-family: var(--body-font);
	background: -webkit-linear-gradient(top, #02CE80 0%, #7BD706 100%);
	background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%);
		-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

/*-------- About KimberLite --------*/
.img-box18 {
	padding: 10px 10px 10px 10px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2); 
}

.about17-counter-wrapp {
	background: var(--menu-black);
	border-radius: 30px;
	height: 100%;
}

.counter-card9 {
	padding: 40px;
}

.counter-card9-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid var(--white-color);
}

@media (max-width: 575px) {
.counter-card9-wrap {
	display: block;
}
}

.counter-card9:first-child {
	padding: 40px 40px 0 40px;
}

.counter-card9:not(:last-child) {
	border-right: 2px solid var(--white-color);
}

.counter-card9 .box-number {
	font-size: 54px;
	margin-top: -0.6rem;
	margin-bottom: 0;
}

.counter-card9 .counter-title {
	font-family: var(--body-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--grey-text-1);
}

.counter-card9 .counter-text {
	margin-bottom: -0.4rem;
}

@media (max-width: 575px) {
.counter-card9 .counter-text {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
}

.about17-client-wrapp {
	padding: 0 40px;
}

.about17-client-wrapp .client-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
.about17-client-wrapp .client-box {
	display: block;
}
}

.about-arrow {
	height: 40% !important
}

.mission-text {
	color: var(--grey-text-2);
	padding: 40px 0 40px 25px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
.mission-text {
	padding: 60px 30px 40px 30px;
}
}

@media (max-width: 1199px) {
.mission-text {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.about17-client-wrapp {
	margin-left: 150px;
}

.mission-text {
	padding: 60px 25px 40px 25px;
}
}

@media (max-width: 992px) {
.about17-client-wrapp {
	margin-left: 20px;
}
}

@media (max-width: 767px) {
.about-arrow {
	display: none;
}

.mission-text {
	padding: 40px 0 40px 0px;
}
}

.about17-client-wrapp .box-title {
	margin-bottom: 0;
}

.about17-client-wrapp .title {
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}

.token-image-wrap {
	padding-top: 80px;
}

.about-kimber-btn {
	padding-top: 20px;
}

/*-------- About BSR --------*/
.about-bsr-text {
	margin-left: 40px;
}

/*-------- Audited Box --------*/
.audited-title-wrap {
	padding-top: 80px;
}

.audited-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
	justify-content: space-between;
		-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: var(--menu-black);
	padding: 30px 40px;
	margin-bottom: 50px;
}

.audited-wrap .divided {
	width: 1px;
	height: 90%;
	background: rgba(255, 255, 255, 0.1);
	margin: auto;
}

.audit-details-wrap .audited-wrap-text {
	line-height: 24px;
	display: block;
	margin-bottom: 0;
}

@media (max-width: 480px) {
.audit-details-wrap .audited-wrap-text {
	min-height: 172px;
}
}

.report-btn .line-btn {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
		-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -0.02em;
	font-size: 14px;
	padding-top: 20px;
	text-transform: none;
}

.report-btn .line-btn:before {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.report-btn:hover .blog-img img {
	-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
			transform: scale(1.08);
}

@media (max-width: 767px) {
.audited-wrap {
	display: block;
}

.audited-wrap .divided {
	display: none;
}
}

/*-------- Buying Process --------*/
.process-card {
	position: relative;
	box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
	border-radius: 10px;
	background-color: var(--menu-black);
	text-align: center;
	padding: 30px 20px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}

.process-card-area {
	position: relative;
}

.process-card-area .process-line {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	padding-left: 0px;
}

.process-card-area .position-top {
	top: 42px;
	bottom: unset;
}

@media (min-width: 1199px) and (max-width: 1300px) {
.process-card-area .process-line {
	width: 90%;
	padding-left: 125px;
}

.process-card-area .position-top {
	top: 43px;
}
}

.process-card-wrap {
	padding: 30px 0 0 30px;
}

.process-card-wrap:has(.pulse) {
	padding: 0 12px;
}

.process-card-wrap:has(.pulse):nth-child(even) {
	padding-top: 60px;
}

.process-card:has(.pulse) {
	margin-top: 52px;
}

.process-card .box-title {
	margin-bottom: 14px;
	font-size: 18px;
	line-height: 1.417;
	font-weight: 600;
	color: var(--white-color);
	margin-top: -0.32em;
}

.process-card .pulse {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-color: var(--theme-color2);
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 2;
	font-size: 36px;
	font-weight: 700;
	color: var(--white-color);
}

.process-card .pulse:after,
.process-card .pulse:before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--theme-color2);
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.process-card .pulse:after {
	-webkit-animation-delay: 2s;
		animation-delay: 2s;
}

.process-card .pulse {
	width: 16px;
	height: 16px;
	position: absolute;
	top: -52px;
	left: calc(50% - 8px);
}

.process-card .pulse:after,
.process-card .pulse: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: pulsedot;
		animation-name: pulsedot;
}

@-webkit-keyframes pulsedot {
0% {
	-webkit-transform: scale(0.2);
		transform: scale(0.2);
	opacity: 1;
}
50% {
	opacity: 0.40;
}
100% {
	-webkit-transform: scale(2.4);
		transform: scale(2.4);
	opacity: 0;
}
}

@keyframes pulsedot {
0% {
	-webkit-transform: scale(0.2);
		transform: scale(0.2);
	opacity: 1;
}
50% {
	opacity: 0.40;
}
100% {
	-webkit-transform: scale(2.4);
		transform: scale(2.4);
	opacity: 0;
}
}

.process-card_icon {
	margin-bottom: 24px;
}

.process-card_text {
	margin-bottom: -0.53em;
	font-size: 16px;
}

@media (max-width: 1199px) {
.process-card-area .process-line {
	display: none;
}
.process-card-wrap:has(.pulse):nth-child(even) {
	padding-top: 0px;
}
.process-card:has(.pulse) {
	margin-top: 8px;
}
.process-card .pulse {
	top: -8px;
}

.process-card_text {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 575px) {
.process-card-wrap:has(.pulse):nth-child(even) {
	padding-top: 0;
}
}

/*-------- Road Map --------*/
.roadmap-area {
	overflow: hidden;
}
.roadmap-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 45px;
	margin-left: 14px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	color: var(--theme-color2);
}
.roadmap-content {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: var(--menu-black);
	border-radius: 15px;
	padding: 75px 50px 75px 50px;
	min-height: 330px;
}


@media (min-width: 1500px) and (max-width: 1599px) {
.roadmap-content {
	min-height: 360px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.roadmap-content {
	min-height: 345px;
}
}

@media (min-width: 576px) and (max-width: 767px) {
.roadmap-content {
	min-height: 425px;
}
}

@media (min-width: 480px) and (max-width: 575px) {
.roadmap-content {
	min-height: 260px;
}
}

.roadmap-content .title {
	display: flex;
	align-items: flex-start;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 32px;
	gap: 16px;
}

@media (max-width: 768px) {
.roadmap-content .title {
	font-size: 18px;
}
}

.roadmap-content .title .dot {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: block;
	position: relative;
	background: rgba(123, 215, 6, 0.3);
	flex: 0 0 auto;
	transform: translateY(3px);
}
.roadmap-content .title .dot::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: -webkit-linear-gradient(180deg, var(--theme-color) 10%, var(--theme-color2) 40%);
	background: linear-gradient(180deg, var(--theme-color) 10%, var(--theme-color2) 40%);
}
.roadmap-content .title .dot::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	width: 1px;
	height: 120px;
	background: var(--theme-color2);
}
.roadmap-content p {
	margin-bottom: 0;
}
.roadMap-active .col-lg-4 {
	padding: 0 15px;
}

.roadmap-slider1 {
	max-width: 1870px;
	margin-right: -255px;
	margin-left: auto;
}
.roadMap-active2 .col-lg-4 {
	padding: 0 15px;
}
@media (min-width: 1922px) {
.roadmap-slider1 {
	max-width: 2114px;
	margin-right: -180px;
}
}
@media (max-width: 1700px) {
.roadmap-slider1 {
	margin-right: -370px;
}
}
@media (max-width: 1500px) {
.roadmap-slider1 {
	margin-left: 55px;
	margin-right: -440px;
}
}
@media (max-width: 1399px) {
.roadmap-slider1 {
	max-width: 1388px;
	margin-left: 20px;
	margin-right: -180px;
}
}
@media (max-width: 1299px) {
.roadmap-slider1 {
	max-width: 1328px;
	margin-left: 35px;
}
}
@media (max-width: 1199px) {
.roadmap-slider1 {
	max-width: 1110px;
}
}
@media (max-width: 991px) {
.roadmap-slider1 {
	max-width: none;
	margin: 0;
}
}
@media (max-width: 767px) {
.roadmap-slider1 {
	max-width: 540px;
	margin: 0 auto;
}
}
@media (max-width: 575px) {
.roadmap-slider1 {
	margin: 40px -15px 0;
	max-width: none;
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
.roadmap-content {
	min-height: 360px;
}
.roadmap-content .title {
	height: 64px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.roadmap-content {
	min-height: 300px;
}
}

/*-------- Breadcrumb --------*/
.breadcumb-menu {
	max-width: 100%;
	padding: 0;
	margin: 30px 0 -0.5em 0;
	list-style-type: none;
	position: relative;
}

.breadcumb-menu li {
	display: inline-block;
	margin-right: 3px;
	padding-right: 5px;
	list-style: none;
	position: relative;
}

.breadcumb-menu li:after {
	content: "\f324";
	position: relative;
	margin-left: 10px;
	font-weight: 500;
	font-size: 15px;
	color: var(--white-color);
	font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.breadcumb-menu li:last-child:after {
	display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	white-space: normal;
	color: inherit;
	word-break: break-word;
	font-weight: 400;
	font-size: 18px;
	color: var(--white-color);
}

.breadcumb-title {
	color: var(--white-color);
	margin: -0.22em 0 -0.14em 0;
	line-height: 1.1;
}

.breadcumb-wrapper {
	padding: 220px 0 160px 0;
	overflow: hidden;
	text-align: center;
}

@media (max-width: 1199px) {
.breadcumb-wrapper {
	padding: 140px 0;
}
.breadcumb-menu {
	margin: 20px 0 -0.5em 0;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	font-size: 16px;
}
}

@media (max-width: 991px) {
.breadcumb-wrapper {
	padding: 120px 0;
}
}

@media (max-width: 767px) {
.breadcumb-wrapper {
	padding: 100px 0;
}
}

@media (max-width: 575px) {
.breadcumb-title {
	font-size: 34px;
}
}

/*-------- Contact Info --------*/
.contact-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px;
	box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
	border-radius: 5px;
	background-color: var(--white-color);
	padding: 40px;
	min-height: 165px;
}

@media (max-width: 1300px) {
.contact-info {
	min-height: 270px;
}
}

@media (max-width: 1199px) {
.contact-info {
	min-height: 165px;
}
}

@media (max-width: 992px) {
.contact-info {
	min-height: 270px;
}
}

@media (max-width: 768px) {
.contact-info {
	min-height: 165px;
}
}

.contact-info .box-title {
	color: var(--menu-black);
	margin-bottom: 10px;
}

.contact-info_icon {
	display: inline-block;
	width: 80px;
	min-width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: var(--theme-color2);
	color: var(--white-color);
	text-align: center;
	font-size: 40px;
	position: relative;
	box-shadow: 0px 6px 20px rgba(0, 96, 255, 0.6);
	border-radius: 5px;
}

.contact-info_text {
	min-width: 180px;
	display: block;
	margin-bottom: -0.5em;
	font-family: var(--body-font);
}

.contact-info_text span,
.contact-info_text a {
	display: block;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.contact-info_text a {
	color: var(--grey-text-1);
}

.contact-info_text a:hover {
	color: var(--theme-color2);
}

/*-------- Contact Form --------*/
.form-container-bg {
	background-color: var(--menu-black);
	padding-top: 60px;
	padding-bottom: 40px;
	border-radius: 20px;
}

.form-section {
	padding-left: 20px;
	padding-right: 20px;
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
  background-color: var(--black-color);
}

.contact-form .form-group > i {
  background-color: var(--black-color);
  color: var(--theme-color);
  width: 18px;
  text-align: right;
}

.form-text {
	padding-top: 30px;
}

@media (max-width: 1199px) {
.form-text {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.map-spacer {
	padding-top: 40px;
}
}


/*-------- Download Widget --------*/
.sidebar-area {
	margin-bottom: -10px;
}

.sidebar-area .widget {
	padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
	background-color: var(--menu-black);
	margin-bottom: 40px;
	position: relative;
	border-radius: 20px;
}

.widget[data-overlay]:before {
	z-index: -1;
}

.widget_title {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	line-height: 1em;
	margin: -0.12em 0 28px 0;
}


.download-widget-wrap .th-btn {
	width: 100%;
}

.download-widget-wrap .th-btn:nth-child(1), .download-widget-wrap .th-btn:nth-child(2), .download-widget-wrap .th-btn:nth-child(3), .download-widget-wrap .th-btn:nth-child(4), .download-widget-wrap .th-btn:nth-child(5) {
	margin-bottom: 20px;
}

.download-widget-wrap .th-btn.style2 {
	color: var(--grey-text-1);
}

.download-widget-wrap .th-btn.style2:before, .download-widget-wrap .th-btn.style2:after {
	background-color: var(--theme-color);
}

.download-widget-wrap .th-btn.style2:hover {
	color: var(--white-color);
	border-color: var(--theme-color);
}

/* Help Video Section */
.help-video .help-video-title {
	padding-bottom: 40px;
}

.help-video .video-wrap {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.help-video .video-subject {
	font-size: 21px;
	font-weight: 500;
	padding-top: 10px;
}

.form-container-bg {
	background-color: var(--menu-black);
	padding-top: 40px;
	padding-bottom: 40px;
}

.form-section {
	padding-left: 20px;
	padding-right: 20px;
}

/* FAQ Section */
.accordion-area.style5 {
	margin-right: 93px;
}

@media (max-width: 1299px) {
.accordion-area.style5 {
	margin-right: 0;
}
}

.accordion-area .faq-text {
	color: var(--grey-text-1);
}

.accordion-card {
	-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
	border-radius: 5px;
	overflow: hidden;
}

.accordion-card:not(:last-child) {
	margin-bottom: 24px;
}

.accordion-card .accordion-button {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--title-font);
	border: 0;
	color: var(--title-color);
	background-color: var(--white-color);
	border-radius: 0;
	padding: 12px 45px 12px 30px;
	min-height: 56px;
	gap: 10px;
	margin-bottom: 0;
	text-align: left;
		-webkit-transition: 0.3s;
			transition: 0.3s;
	position: relative;
}

@media (max-width: 575px) {
.accordion-card .accordion-button {
	font-size: 16px;
}
}

.accordion-card .accordion-collapse {
	border: none;
}

.accordion-card .accordion-body {
	border-radius: 0;
	background-color: var(--white-color);
	border: none;
	padding: 23px 30px 30px 30px;
}

.accordion-card .faq-text {
	margin-bottom: -0.48em;
}


.accordion-card.style12 {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: var(--menu-black);
	box-shadow: 0px 22px 38px 0px rgba(48, 59, 85, 0.1);
}

.accordion-card.style12 .accordion-button {
	border-radius: 10px;
	background: var(--menu-black);
	color: var(--white-color);
	font-size: 20px;
	font-weight: 500;
}

.accordion-card.style12 .accordion-button:after {
	content: "\f107";
	color: var(--theme-color);
	font-size: 14px;
}

.accordion-card.style12 .accordion-button:not(.collapsed) {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	border-radius: 10px 10px 0px 0px;
	color: var(--white-color);
	box-shadow: none;
}

.accordion-card.style12 .accordion-button:not(.collapsed):after {
	content: '\f106';
	color: var(--white-color);
}

.accordion-card.style12 .accordion-body {
	border-radius: 0;
	background-color: var(--menu-black);
	border: none;
	padding: 23px 30px 30px 30px;
	box-shadow: 0px 22px 38px 0px rgba(48, 59, 85, 0.1);
}

/* FAQ / Buyers Guide */
.buyers-guide-btn {
	padding-top: 25px;
}

/* Terms & Conditions + Privacy Policy */
.terms-description-item h6, 
.terms-description-item h5 {
	margin-bottom: 30px;
}

.terms-description-item ul {
	float: left;
	width: 100%;
	list-style: auto;
	padding-left: 40px;
}

.terms-description-item ul li {
	padding-right: 10px;
	padding-left: 3px;
	padding-bottom: 12px;
}

.terms-description-inside { 
	list-style: outside !important;
}

.terms-margin-left {
	margin-left: 20px;
}

.terms-description-item p {
	padding-left: 40px;
}

.terms-padding-top {
	padding-top:30px;
}

.terms-padding-bottom {
	padding-bottom:30px;
}

/* 404 Page */
.return-home-btn {
	padding-top: 90px;
}

@media (max-width: 1299px) {
.hero-style2 .hero-title {
	font-size: 60px;
}
}

@media (max-width: 1199px) {
.service-card2.style1 .service-card2_content {
	max-width: 350px;
	padding-left: 80px;
}

.service-card2.style1 {
	max-width: 100%;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: 47%;
}

.service-card2.style1 .ser-shape img {
	display: none;
}

.title-spacer {
	margin-top: 50px;
}

.counter-card1 .box-number {
    font-size: 78px;
    line-height: 78px;
}

.sidebar-area {
	padding-top:60px;
}

.token-image-wrap {
	padding-top: 60px;
}

.about-kimber-counter-sec {
	padding-top: 60px;
}

.process-card {
	max-width: 80%;
}

.tokenize-process-checklist {
	padding-top: 30px;
}

.why-diamonds-sec {
	padding-top: 75px;
}

.right-border {
	border-right: none;
}

.why-diamonds-image {
    padding-left: 0px;
	padding-top: 40px;
}

.allocation-list-spacer {
	padding-top: 25px;
}

.about-bsr-text {
	margin-left: 0px;
}

.why-diamonds-sec {
	padding-top: 60px;
}
}

@media (max-width: 991px) {
.service-card2.style1 {
	max-width: 100%;
	background-position: right center;
	padding-left: 50px;
	background-size: 52%;
}

.service-card2.style1 .service-card2_content {
	max-width: 350px;
	padding-left: 0px;
}

.process-item_number:before {
	display: none;
}

.feature-card2 .box-title {
	margin-top: 15px;
}

.hero-style2 .hero-title {
	max-width: 500px;
}

.hero-style2 .hero-title {
	font-size: 42px;
}

.checklist.style25 ul li {
	margin-left: 50px;
	padding: 33px 29px 40px 75px;
}
.two-column.style5 {
	max-width: 100%;
}
.counter-card1 .box-number {
    font-size: 72px;
    line-height: 72px;
}
.spacer-top {
  padding-top: var(--mobile-section-space);
}

.spacer-top-small {
  padding-top: var(--mobile-section-space-small);
}

.spacer-top-large {
  padding-top: var(--mobile-section-space-large);
}

.process-sec {
	padding-top: 50px;
	padding-bottom: 50px;
}

.faq-area {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about-sec-20 {
	padding-top: 80px;
	padding-bottom: 60px;
}

.hero-2 {
	background-image: url("../img/kimbermarket/diamond-background-flip-small.webp");
}
.tokenize-process-text {
	padding-left: 0px;
}

.accordion-spacer {
	padding-top: 24px;
}
}

@media (max-width: 767px) {
.image-space {
	padding-top: 0px;
}

.resp-image-space {
	padding-bottom: 20px;
}
.checklist-wrapper {
	display: none;
}
.two-column.style5 {
	display: block;
	max-width: 100% !important;
}
.two-column.style5 .checklist:not(:last-child) {
	margin-bottom: 35px;
}
.counter-card1 .box-number {
    font-size: 68px;
    line-height: 68px;
}
.counter-card1 .counter-text {
	font-size: 16px;
	line-height: 26px;
}

.process-sec {
	padding-top: 30px;
	padding-bottom: 30px;
}

.faq-area {
	padding-top: 30px;
	padding-bottom: 30px;
}

.about-sec-20 {
	padding-top: 60px;
	padding-bottom: 30px;
}
.hero-style2 {
	padding: 90px 0;
}
.tokenize-process-text {
	padding-left: 0px;
}

.why-diamonds-image {
    padding-left: 0px;
	padding-top: 20px;
}
.process-card {
	max-width: 100%;
}
}

@media (max-width: 576px) {
.service-card2.style1 {
	max-width: 100%;
	background-position: right bottom;
	background-size: 50%;
	padding-left: 10px;
}
.counter-card1 .box-number {
    font-size: 64px;
    line-height: 64px;
}
.hero-2 {
	background-image: url("../img/kimbermarket/diamond-background-flip-extra-small.webp");
}

.process-card {
	max-width: 80%;
}

.about-sec-20 {
	border-radius: 0px;
}
}

@media (max-width: 480px) {
.service-card2.style1 .service-card2_content {
	max-width: 300px;
	padding-left: 0px;
}

.hero-style2 .hero-title {
	font-size: 34px;
}

.service-card2.style1 .cilent-box_counter {
	max-width: 170px;
}
.counter-card1 .box-number {
    font-size: 60px;
    line-height: 60px;
}
.service-card2.style1 {
	max-width: 100%;
	background-position: right bottom;
	background-size: 60%;
	padding-left: 10px;
}
.process-card {
	max-width: 90%;
}
}


@media (max-width: 375px) {
.hero-style2 .hero-title {
	font-size: 32px;
}
}

@media (min-width: 992px) {
.sub-title.sub-title2.no-before-line::before {
	display: none;
}
.project-card.style3 .icon-btn {
	--btn-size: 45px;
	top: 10px;
	right: 10px;
}
}

@media (min-width: 1200px) {
.process-image img {
	position: relative;
	top: -200px;
}

.launcher-button {
	display: none;
}

.sub-title.sub-title2.no-before-line::before {
	display: none;
}
}