/*
============================
Name:  PayCoin Crypto
Version: 1.0.0
Description: PayCoin Crypto
Author:  VikingLab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*

CSS LIST

=<::::::::::::::::::::::::::=>
  HEADER AREA CSS
=<::::::::::::::::::::::::::=>
  NAV MENU AREA CSS
=<::::::::::::::::::::::::::=>
  HERO AREA CSS
=<::::::::::::::::::::::::::=>
  ABOUT AREA CSS
=<::::::::::::::::::::::::::=>
  SERVICE AREA CSS
=<::::::::::::::::::::::::::=>
  ACCOUNT AREA CSS
=<::::::::::::::::::::::::::=>
  FEATURES AREA CSS
=<::::::::::::::::::::::::::=>
  BRAND AREA CSS
=<::::::::::::::::::::::::::=>
  CHOOSE AREA CSS
=<::::::::::::::::::::::::::=>
  PRRELOADER AREA CSS
=<::::::::::::::::::::::::::=>
  PRICING AREA CSS
=<::::::::::::::::::::::::::=>
  TEAM AREA CSS
=<::::::::::::::::::::::::::=>
  TESTIMONIAL AREA CSS
=<::::::::::::::::::::::::::=>
  WORK AREA CSS
=<::::::::::::::::::::::::::=>
  OTHERS AREA CSS
=<::::::::::::::::::::::::::=>
  CONMMON AREA CSS
=<::::::::::::::::::::::::::=>
  BLOG AREA CSS
=<::::::::::::::::::::::::::=>
  CTA AREA CSS
=<::::::::::::::::::::::::::=>
 ANIMATION AREA CSS
=<::::::::::::::::::::::::::=>
  BUTTONS AREA CSS
=<::::::::::::::::::::::::::=>
  TYPOGRAPHY AREA CSS
=<::::::::::::::::::::::::::=>
  FOOTER AREA CSS
=<::::::::::::::::::::::::::=>
*/
/*
::::::::::::::::::::::::::
 TYPOGRAPHY AREA CSS
::::::::::::::::::::::::::
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap');
/*
 ::::::::::::::::::::::::::
  ANIMATION AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes shape-animaiton1 {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100px);
	}
}
@keyframes shape-animaiton2 {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(30px);
	}
}
@keyframes shape-animaiton3 {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(10px);
	}
}
@keyframes shape-animaiton4 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1000deg);
	}
}
@keyframes animate1 {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-20px);
	}
}
@keyframes animate2 {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(20px);
	}
}
@keyframes animate3 {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(15px);
	}
}
@keyframes animate4 {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-25px);
	}
}
@keyframes animate5 {
	0% {
		transform: scale(0.5);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes animate6 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.shape-animaiton1 {
	position: relative;
	animation-name: shape-animaiton1;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.shape-animaiton2 {
	position: relative;
	animation-name: shape-animaiton2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.shape-animaiton3 {
	position: relative;
	animation-name: shape-animaiton3;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.shape-animaiton4 {
	position: relative;
	animation-name: shape-animaiton4;
	animation-duration: 62s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
}

.animate1 {
	position: relative;
	animation-name: animate1;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.animate2 {
	position: relative;
	animation-name: animate2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.animate3 {
	position: relative;
	animation-name: animate3;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.animate4 {
	position: relative;
	animation-name: animate4;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.animate5 {
	position: relative;
	animation-name: animate5;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.animate6 {
	position: relative;
	animation-name: animate6;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.image-anime {
	position: relative;
	overflow: hidden;
}

.image-anime:after {
	content: '';
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

/*
::::::::::::::::::::::::::
ANIMATION AREA CSS
::::::::::::::::::::::::::
*/
body.body,
html {
	overflow-x: hidden;
}

.img100 img {
	width: 100%;
}

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: var(--f-fs-font-fs16);
}

@media screen and (min-width: 769px) {
	body.body2.body.unic-body {
		overflow-x: initial !important;
	}
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input,
textarea,
select,
option {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

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

p {
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	max-height: 100%;
}

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

body.body {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	z-index: -33;
	position: relative;
}

body.body.unic {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: inherit !important;
	z-index: -33;
	position: relative;
}

.sp {
	padding: 100px 0px;
}

.sp2 {
	padding: 120px 0px;
}

.pt100 {
	padding-top: 100px;
}

.pt140 {
	padding-top: 140px;
}

.pb120 {
	padding-bottom: 120px;
}

.pl60 {
	padding-left: 60px;
}

.pb40 {
	padding-bottom: 40px;
}

.pr60 {
	padding-right: 60px;
}

@media (max-width: 768px) {
	.sp {
		padding: 50px 0px;
	}
	.pt100 {
		padding-top: 50px;
	}
	.pt140 {
		padding-top: 70px;
	}
	.pb120 {
		padding-bottom: 60px;
	}
	.sp2 {
		padding: 60px 0px;
	}
	.pl60 {
		padding-left: 0;
	}
	.pr60 {
		padding-right: 0;
	}
}
.space4 {
	height: 4px;
}

.space6 {
	height: 6px;
}

.space28 {
	height: 28px;
}

.space8 {
	height: 8px;
}

.space12 {
	height: 12px;
}

.space14 {
	height: 14px;
}

.space16 {
	height: 16px;
}

.space24 {
	height: 24px;
}

.space32 {
	height: 32px;
}

.space10 {
	height: 10px;
}

.space5 {
	height: 5px;
}

.space5 {
	height: 5px;
}

@media (max-width: 767px) {
	.space10 {
		height: 5px;
	}
	.sp5 {
		padding-bottom: 50px;
	}
}
.space20 {
	height: 20px;
}

@media (max-width: 767px) {
	.space20 {
		height: 10px;
	}
}
.space30 {
	height: 30px;
}

@media (max-width: 767px) {
	.space30 {
		height: 15px;
	}
}
.space40 {
	height: 40px;
}

@media (max-width: 767px) {
	.space40 {
		height: 20px;
	}
}
.space50 {
	height: 50px;
}

.space45 {
	height: 45px;
}

@media (max-width: 767px) {
	.space50 {
		height: 25px;
	}
}
.space60 {
	height: 60px;
}

.space55 {
	height: 55px;
}

.space70 {
	height: 70px;
}

.space80 {
	height: 80px;
}

.space90 {
	height: 90px;
}

.space100 {
	height: 100px;
}

.space120 {
	height: 120px;
}

.text-right {
	text-align: right;
}

.section-padding {
	padding: 120px 0;
}

@media (max-width: 991px) {
	.section-padding {
		padding: 60px 0;
	}
}
.section-padding2 {
	padding: 120px 0 90px;
}

@media (max-width: 991px) {
	.section-padding2 {
		padding: 60px 0 30px;
	}
}
.padding-bottom {
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.padding-bottom {
		padding-bottom: 60px;
	}
}
.padding-bottom2 {
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.padding-bottom2 {
		padding-bottom: 30px;
	}
}
.padding-top {
	padding-top: 120px;
}

@media (max-width: 991px) {
	.padding-top {
		padding-top: 60px;
	}
}
.padding-top2 {
	padding-top: 90px;
}

@media (max-width: 991px) {
	.padding-top2 {
		padding-top: 30px;
	}
}
.padding-90 {
	padding: 90px 0;
}

@media (max-width: 991px) {
	.padding-90 {
		padding: 50px 0;
	}
}
.w-full {
	width: 100%;
}

@media (min-width: 992px) {
	.w-lg-full {
		width: 100%;
	}
}
.text-center {
	text-align: center;
}

@media (min-width: 992px) {
	.text-lg-center {
		text-align: center;
	}
}
.text-left {
	text-align: left !important;
}

.weight-400 {
	font-weight: 400 !important;
}

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.weight-800 {
	font-weight: 800 !important;
}

.weight-900 {
	font-weight: 900 !important;
}

.font-f-1 {
	font-family: 'Hind', sans-serif !important;
}

.font-f-2 {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.font-f-3 {
	font-family: 'Spline Sans', sans-serif !important;
}

.font-f-4 {
	font-family: 'Catamaran', sans-serif !important;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

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

.font-22 {
	font-size: 22px;
}

.font-24 {
	font-size: 24px;
}

.font-26 {
	font-size: 26px;
}

.font-28 {
	font-size: 28px;
}

.font-30 {
	font-size: 30px;
}

.font-32 {
	font-size: 32px;
}

.font-34 {
	font-size: 34px;
}

.font-36 {
	font-size: 36px;
}

.font-40 {
	font-size: 40px;
}

.font-42 {
	font-size: 42px;
}

.font-44 {
	font-size: 44px;
}

.font-46 {
	font-size: 48px;
}

.font-48 {
	font-size: 48px;
}

.font-50 {
	font-size: 60px;
}

.font-52 {
	font-size: 52px;
}

.font-54 {
	font-size: 54px;
}

.font-56 {
	font-size: 56px;
}

.font-58 {
	font-size: 58px;
}

.font-60 {
	font-size: 60px;
}

.font-62 {
	font-size: 62px;
}

.font-70 {
	font-size: 70px;
}

.font-72 {
	font-size: 72px;
}

.font-74 {
	font-size: 74px;
}

.font-76 {
	font-size: 76px;
}

.font-78 {
	font-size: 78px;
}

.font-80 {
	font-size: 80px;
}

.font-82 {
	font-size: 82px;
}

.font-84 {
	font-size: 84px;
}

.font-86 {
	font-size: 86px;
}

.font-88 {
	font-size: 88px;
}

.font-90 {
	font-size: 90px;
}

.font-92 {
	font-size: 92px;
}

.font-94 {
	font-size: 94px;
}

.font-96 {
	font-size: 96px;
}

.font-98 {
	font-size: 98px;
}

.font-100 {
	font-size: 100px;
}

@media screen and (min-width: 1024px) {
	.text-md-right {
		text-align: right;
	}
	.text-md-center {
		text-align: center;
	}
	.text-md-left {
		text-align: left;
	}
	.font-lg-12 {
		font-size: 12px;
	}
	.font-lg-14 {
		font-size: 14px;
	}
	.font-lg-16 {
		font-size: 16px;
	}
	.font-lg-18 {
		font-size: 18px;
	}
	.font-lg-20 {
		font-size: 20px;
	}
	.font-lg-22 {
		font-size: 22px;
	}
	.font-lg-24 {
		font-size: 24px;
	}
	.font-lg-26 {
		font-size: 26px;
	}
	.font-lg-28 {
		font-size: 28px;
	}
	.font-lg-30 {
		font-size: 30px;
	}
	.font-lg-32 {
		font-size: 32px;
	}
	.font-lg-34 {
		font-size: 34px;
	}
	.font-lg-36 {
		font-size: 36px;
	}
	.font-lg-40 {
		font-size: 40px;
	}
	.font-lg-42 {
		font-size: 42px;
	}
	.font-lg-44 {
		font-size: 44px;
	}
	.font-lg-45 {
		font-size: 45px;
	}
	.font-lg-46 {
		font-size: 48px;
	}
	.font-lg-48 {
		font-size: 48px;
	}
	.font-lg-50 {
		font-size: 60px;
	}
	.font-lg-52 {
		font-size: 52px;
	}
	.font-lg-54 {
		font-size: 54px;
	}
	.font-lg-56 {
		font-size: 56px;
	}
	.font-lg-58 {
		font-size: 58px;
	}
	.font-lg-60 {
		font-size: 60px;
	}
	.font-lg-62 {
		font-size: 62px;
	}
	.font-lg-66 {
		font-size: 66px;
	}
	.font-lg-70 {
		font-size: 70px;
	}
	.font-lg-72 {
		font-size: 72px;
	}
	.font-lg-74 {
		font-size: 74px;
	}
	.font-lg-76 {
		font-size: 76px;
	}
	.font-lg-78 {
		font-size: 78px;
	}
	.font-lg-80 {
		font-size: 80px;
	}
	.font-lg-82 {
		font-size: 82px;
	}
	.font-lg-84 {
		font-size: 84px;
	}
	.font-lg-86 {
		font-size: 86px;
	}
	.font-lg-88 {
		font-size: 88px;
	}
	.font-lg-90 {
		font-size: 90px;
	}
	.font-lg-92 {
		font-size: 92px;
	}
	.font-lg-94 {
		font-size: 94px;
	}
	.font-lg-96 {
		font-size: 96px;
	}
	.font-lg-98 {
		font-size: 98px;
	}
	.font-lg-100 {
		font-size: 100px;
	}
	.line-height-lg-14 {
		line-height: 14px;
	}
	.line-height-lg-16 {
		line-height: 16px;
	}
	.line-height-lg-18 {
		line-height: 18px;
	}
	.line-height-lg-20 {
		line-height: 20px;
	}
	.line-height-lg-22 {
		line-height: 22px;
	}
	.line-height-lg-24 {
		line-height: 24px;
	}
	.line-height-lg-26 {
		line-height: 26px;
	}
	.line-height-lg-28 {
		line-height: 28px;
	}
	.line-height-lg-30 {
		line-height: 30px;
	}
	.line-height-lg-32 {
		line-height: 32px;
	}
	.line-height-lg-34 {
		line-height: 34px;
	}
	.line-height-lg-36 {
		line-height: 36px;
	}
	.line-height-lg-38 {
		line-height: 38px;
	}
	.line-height-lg-40 {
		line-height: 40px;
	}
	.line-height-lg-42 {
		line-height: 42px;
	}
	.line-height-lg-44 {
		line-height: 44px;
	}
	.line-height-lg-48 {
		line-height: 48px;
	}
	.line-height-lg-50 {
		line-height: 50px;
	}
	.line-height-lg-52 {
		line-height: 52px;
	}
	.line-height-lg-54 {
		line-height: 54px;
	}
	.line-height-lg-56 {
		line-height: 56px;
	}
	.line-height-lg-58 {
		line-height: 58px;
	}
	.line-height-lg-60 {
		line-height: 60px;
	}
	.line-height-lg-62 {
		line-height: 62px;
	}
	.line-height-lg-64 {
		line-height: 64px;
	}
	.line-height-lg-66 {
		line-height: 66px;
	}
	.line-height-lg-68 {
		line-height: 68px;
	}
	.line-height-lg-70 {
		line-height: 70px;
	}
	.line-height-lg-72 {
		line-height: 72px;
	}
	.line-height-lg-74 {
		line-height: 74px;
	}
	.line-height-lg-76 {
		line-height: 76px;
	}
	.line-height-lg-78 {
		line-height: 78px;
	}
	.line-height-lg-80 {
		line-height: 80px;
	}
	.line-height-lg-82 {
		line-height: 82px;
	}
	.line-height-lg-84 {
		line-height: 84px;
	}
	.line-height-lg-86 {
		line-height: 86px;
	}
	.line-height-lg-88 {
		line-height: 88px;
	}
	.line-height-lg-90 {
		line-height: 90px;
	}
	.line-height-lg-92 {
		line-height: 92px;
	}
	.line-height-lg-94 {
		line-height: 94px;
	}
	.line-height-lg-96 {
		line-height: 96px;
	}
	.line-height-lg-98 {
		line-height: 98px;
	}
	.line-height-lg-100 {
		line-height: 100px;
	}
}
@media screen and (min-width: 768px) {
	.font-md-12 {
		font-size: 12px;
	}
	.font-md-14 {
		font-size: 14px;
	}
	.font-md-16 {
		font-size: 16px;
	}
	.font-md-18 {
		font-size: 18px;
	}
	.font-md-20 {
		font-size: 20px;
	}
	.font-md-22 {
		font-size: 22px;
	}
	.font-md-24 {
		font-size: 24px;
	}
	.font-md-26 {
		font-size: 26px;
	}
	.font-md-28 {
		font-size: 28px;
	}
	.font-md-30 {
		font-size: 30px;
	}
	.font-md-32 {
		font-size: 32px;
	}
	.font-md-34 {
		font-size: 34px;
	}
	.font-md-36 {
		font-size: 36px;
	}
	.font-md-40 {
		font-size: 40px;
	}
	.font-md-42 {
		font-size: 42px;
	}
	.font-md-44 {
		font-size: 44px;
	}
	.font-md-46 {
		font-size: 48px;
	}
	.font-md-48 {
		font-size: 48px;
	}
	.font-md-50 {
		font-size: 60px;
	}
	.font-md-52 {
		font-size: 52px;
	}
	.font-md-54 {
		font-size: 54px;
	}
	.font-md-56 {
		font-size: 56px;
	}
	.font-md-58 {
		font-size: 58px;
	}
	.font-md-60 {
		font-size: 60px;
	}
	.font-md-62 {
		font-size: 62px;
	}
	.font-md-74 {
		font-size: 74px;
	}
	.font-md-76 {
		font-size: 76px;
	}
	.font-md-78 {
		font-size: 78px;
	}
	.font-md-80 {
		font-size: 80px;
	}
	.font-md-82 {
		font-size: 82px;
	}
	.font-md-84 {
		font-size: 84px;
	}
	.font-md-86 {
		font-size: 86px;
	}
	.font-md-88 {
		font-size: 88px;
	}
	.font-md-90 {
		font-size: 90px;
	}
	.font-md-92 {
		font-size: 92px;
	}
	.font-md-94 {
		font-size: 94px;
	}
	.font-md-96 {
		font-size: 96px;
	}
	.font-md-98 {
		font-size: 98px;
	}
	.font-md-100 {
		font-size: 100px;
	}
	.line-height-md-12 {
		line-height: 12px;
	}
	.line-height-md-14 {
		line-height: 14px;
	}
	.line-height-md-16 {
		line-height: 16px;
	}
	.line-height-md-18 {
		line-height: 18px;
	}
	.line-height-md-20 {
		line-height: 20px;
	}
	.line-height-md-22 {
		line-height: 22px;
	}
	.line-height-md-24 {
		line-height: 24px;
	}
	.line-height-md-26 {
		line-height: 26px;
	}
	.line-height-md-28 {
		line-height: 28px;
	}
	.line-height-md-30 {
		line-height: 30px;
	}
	.line-height-md-32 {
		line-height: 32px;
	}
	.line-height-md-34 {
		line-height: 34px;
	}
	.line-height-md-36 {
		line-height: 36px;
	}
	.line-height-md-38 {
		line-height: 38px;
	}
	.line-height-md-40 {
		line-height: 40px;
	}
	.line-height-md-42 {
		line-height: 42px;
	}
	.line-height-md-44 {
		line-height: 44px;
	}
	.line-height-md-48 {
		line-height: 48px;
	}
	.line-height-md-50 {
		line-height: 50px;
	}
	.line-height-md-52 {
		line-height: 52px;
	}
	.line-height-md-54 {
		line-height: 54px;
	}
	.line-height-md-56 {
		line-height: 56px;
	}
	.line-height-md-58 {
		line-height: 58px;
	}
	.line-height-md-60 {
		line-height: 60px;
	}
	.line-height-md-62 {
		line-height: 62px;
	}
	.line-height-md-64 {
		line-height: 64px;
	}
	.line-height-md-66 {
		line-height: 66px;
	}
	.line-height-md-68 {
		line-height: 68px;
	}
	.line-height-md-70 {
		line-height: 70px;
	}
	.line-height-md-72 {
		line-height: 72px;
	}
	.line-height-md-74 {
		line-height: 74px;
	}
	.line-height-md-76 {
		line-height: 76px;
	}
	.line-height-md-78 {
		line-height: 78px;
	}
	.line-height-md-80 {
		line-height: 80px;
	}
	.line-height-md-82 {
		line-height: 82px;
	}
	.line-height-md-84 {
		line-height: 84px;
	}
	.line-height-md-86 {
		line-height: 86px;
	}
	.line-height-md-88 {
		line-height: 88px;
	}
	.line-height-md-90 {
		line-height: 90px;
	}
	.line-height-md-92 {
		line-height: 92px;
	}
	.line-height-md-94 {
		line-height: 94px;
	}
	.line-height-md-96 {
		line-height: 96px;
	}
	.line-height-md-98 {
		line-height: 98px;
	}
	.line-height-md-100 {
		line-height: 100px;
	}
}
@media screen and (min-width: 576px) {
	.font-sm-12 {
		font-size: 12px;
	}
	.font-sm-14 {
		font-size: 14px;
	}
	.font-sm-16 {
		font-size: 16px;
	}
	.font-sm-18 {
		font-size: 18px;
	}
	.font-sm-20 {
		font-size: 20px;
	}
	.font-sm-22 {
		font-size: 22px;
	}
	.font-sm-24 {
		font-size: 24px;
	}
	.font-sm-26 {
		font-size: 26px;
	}
	.font-sm-28 {
		font-size: 28px;
	}
	.font-sm-30 {
		font-size: 30px;
	}
	.font-sm-32 {
		font-size: 32px;
	}
	.font-sm-34 {
		font-size: 34px;
	}
	.font-sm-36 {
		font-size: 36px;
	}
	.font-sm-40 {
		font-size: 40px;
	}
	.font-sm-42 {
		font-size: 42px;
	}
	.font-sm-44 {
		font-size: 44px;
	}
	.font-sm-46 {
		font-size: 48px;
	}
	.font-sm-48 {
		font-size: 48px;
	}
	.font-sm-50 {
		font-size: 60px;
	}
	.font-sm-52 {
		font-size: 52px;
	}
	.font-sm-54 {
		font-size: 54px;
	}
	.font-sm-56 {
		font-size: 56px;
	}
	.font-sm-58 {
		font-size: 58px;
	}
	.font-sm-60 {
		font-size: 60px;
	}
	.font-sm-62 {
		font-size: 62px;
	}
	.font-sm-74 {
		font-size: 74px;
	}
	.font-sm-76 {
		font-size: 76px;
	}
	.font-sm-78 {
		font-size: 78px;
	}
	.font-sm-80 {
		font-size: 80px;
	}
	.font-sm-82 {
		font-size: 82px;
	}
	.font-sm-84 {
		font-size: 84px;
	}
	.font-sm-86 {
		font-size: 86px;
	}
	.font-sm-88 {
		font-size: 88px;
	}
	.font-sm-90 {
		font-size: 90px;
	}
	.font-sm-92 {
		font-size: 92px;
	}
	.font-sm-94 {
		font-size: 94px;
	}
	.font-sm-96 {
		font-size: 96px;
	}
	.font-sm-98 {
		font-size: 98px;
	}
	.font-sm-100 {
		font-size: 100px;
	}
	.line-height-sm-12 {
		line-height: 12px;
	}
	.line-height-sm-14 {
		line-height: 14px;
	}
	.line-height-sm-16 {
		line-height: 16px;
	}
	.line-height-sm-18 {
		line-height: 18px;
	}
	.line-height-sm-20 {
		line-height: 20px;
	}
	.line-height-sm-22 {
		line-height: 22px;
	}
	.line-height-sm-24 {
		line-height: 24px;
	}
	.line-height-sm-26 {
		line-height: 26px;
	}
	.line-height-sm-28 {
		line-height: 28px;
	}
	.line-height-sm-30 {
		line-height: 30px;
	}
	.line-height-sm-32 {
		line-height: 32px;
	}
	.line-height-sm-34 {
		line-height: 34px;
	}
	.line-height-sm-36 {
		line-height: 36px;
	}
	.line-height-sm-38 {
		line-height: 38px;
	}
	.line-height-sm-40 {
		line-height: 40px;
	}
	.line-height-sm-42 {
		line-height: 42px;
	}
	.line-height-sm-44 {
		line-height: 44px;
	}
	.line-height-sm-48 {
		line-height: 48px;
	}
	.line-height-sm-50 {
		line-height: 50px;
	}
	.line-height-sm-52 {
		line-height: 52px;
	}
	.line-height-sm-54 {
		line-height: 54px;
	}
	.line-height-sm-56 {
		line-height: 56px;
	}
	.line-height-sm-58 {
		line-height: 58px;
	}
	.line-height-sm-60 {
		line-height: 60px;
	}
	.line-height-sm-62 {
		line-height: 62px;
	}
	.line-height-sm-64 {
		line-height: 64px;
	}
	.line-height-sm-66 {
		line-height: 66px;
	}
	.line-height-sm-68 {
		line-height: 68px;
	}
	.line-height-sm-70 {
		line-height: 70px;
	}
	.line-height-sm-72 {
		line-height: 72px;
	}
	.line-height-sm-74 {
		line-height: 74px;
	}
	.line-height-sm-76 {
		line-height: 76px;
	}
	.line-height-sm-78 {
		line-height: 78px;
	}
	.line-height-sm-80 {
		line-height: 80px;
	}
	.line-height-sm-82 {
		line-height: 82px;
	}
	.line-height-sm-84 {
		line-height: 84px;
	}
	.line-height-sm-86 {
		line-height: 86px;
	}
	.line-height-sm-88 {
		line-height: 88px;
	}
	.line-height-sm-90 {
		line-height: 90px;
	}
	.line-height-sm-92 {
		line-height: 92px;
	}
	.line-height-sm-94 {
		line-height: 94px;
	}
	.line-height-sm-96 {
		line-height: 96px;
	}
	.line-height-sm-98 {
		line-height: 98px;
	}
	.line-height-sm-100 {
		line-height: 100px;
	}
}
.mr-2 {
	margin-right: 8px;
}

@media (max-width: 767px) {
	.mobile-hidden {
		display: none;
	}
}
.mb-30 {
	margin-bottom: 30px;
}

.mobile-sidebar .single-footer h3 {
	color: #ffffff;
}

.mobile-sidebar .single-contact a {
	color: #ffffff;
}

.lg-ml-15 {
	margin-left: 15px;
}

@media (max-width: 767px) {
	.lg-ml-15 {
		margin-left: 0;
	}
}
.lg-mr-15 {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.lg-mr-15 {
		margin-right: 0;
	}
}
._relative {
	position: relative;
}

._absolute {
	position: absolute;
}

.bg-cover {
	background-size: cover;
	background-position: center center;
}

.bg-contain {
	background-size: contain;
	background-position: center center;
}

.img-cover img,
.img-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.width100 img {
	width: 100%;
}

/*
 ::::::::::::::::::::::::::
  fonts area css
 ::::::::::::::::::::::::::
 */
:root {
	--vtc-text-heading-1: #070811;
	--vtc-text-pera-1: #50515c;
	--vtc-text-pera-2: #ccccce;
	--vtc-text-white-1: #ffffff;
	--vtc-bg-main-bg-1: #5a65f5;
	--vtc-bg-main-bg-2: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #c0ff3a 17.46%, #00ffa3 93.13%)
	);
	--vtc-bg-main-bg-3: linear-gradient(90deg, #ee64fe 0%, #7000fd 100%);
	--vtc-bg-main-bg-4: #f69434;
	--vtc-bg-common-bg1: #f3f4ff;
	--vtc-bg-common-bg2: #e4e6fe;
	--vtc-bg-common-bg3: #dee0fd;
	--vtc-bg-common-bg4: #f7f5fb;
	--vtc-bg-bg-white: #ffffff;
	--vtc-border-border-1: #f0f0f0;
	--vtc-border-border-2: #dfdcdc;
	--vtc-border-border-4: #7e7c7f;
	--f-fw-regular: 400;
	--f-fw-medium: 500;
	--f-fw-semibold: 600;
	--f-fw-bold: 700;
	--f-fw-ex-bold: 800;
	--f-ff-font-1: 'Figtree', sans-serif;
	--f-fs-font-fs16: 14px;
	--f-fs-font-fs18: 18px;
	--f-fs-font-fs20: 20px;
	--f-fs-font-fs22: 22px;
	--f-fs-font-fs24: 24px;
	--f-fs-font-fs26: 26px;
	--f-fs-font-fs28: 28px;
	--f-fs-font-fs30: 30px;
	--f-fs-font-fs32: 32px;
	--f-fs-font-fs34: 34px;
	--f-fs-font-fs36: 36px;
	--f-fs-font-fs40: 40px;
	--f-fs-font-fs42: 42px;
	--f-fs-font-fs44: 44px;
	--f-fs-font-fs48: 48px;
	--f-fs-font-fs50: 50px;
	--f-fs-font-fs52: 52px;
	--f-fs-font-fs54: 54px;
	--f-fs-font-fs56: 56px;
	--f-fs-font-fs58: 58px;
	--f-fs-font-fs60: 60px;
	--f-fs-font-fs62: 62px;
	--f-fs-font-fs64: 64px;
	--f-fs-font-fs66: 66px;
	--f-fs-font-fs68: 68px;
	--f-fs-font-fs70: 70px;
	--f-fs-font-fs72: 72px;
	--f-fs-font-fs74: 74px;
	--f-fs-font-fs76: 76px;
	--f-fs-font-fs78: 78px;
	--f-fs-font-fs80: 80px;
	--f-fs-font-fs82: 82px;
	--f-fs-font-fs84: 84px;
	--f-fs-font-fs86: 86px;
	--f-fs-font-fs88: 88px;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.heading1-w span.span {
	display: inline-block;
	font-size: var(--f-fs-font-fs16);
	line-height: var(--f-fs-font-fs16);
	font-weight: var(--f-fw-bold);
	color: var(--vtc-text-white-1);
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.1450980392);
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.heading1-w h2 {
	color: #fff;
	font-size: var(--f-fs-font-fs44);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs56);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading1-w h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs40);
	}
}
@media (max-width: 767px) {
	.heading1-w h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs40);
	}
}
.heading1-w p {
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs26); /* 162.5% */
	letter-spacing: 0.16px;
}

.heading1 span.span {
	display: inline-block;
	font-size: var(--f-fs-font-fs16);
	line-height: var(--f-fs-font-fs16);
	font-weight: var(--f-fw-bold);
	color: var(--vtc-bg-main-bg-1);
	text-transform: uppercase;
	background-color: rgba(90, 100, 245, 0.1450980392);
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.heading1 h2 {
	color: var(--vtc-text-heading-1);
	font-size: var(--f-fs-font-fs44);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs56);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading1 h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs40);
	}
}
@media (max-width: 767px) {
	.heading1 h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs40);
	}
}
.heading1 h3 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px; /* 131.25% */
	text-transform: capitalize;
}
.heading1 h5 a {
	display: inline-block;
	font-size: var(--f-fs-font-fs18);
	color: var(--vtc-text-heading-1);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs18); /* 100% */
	letter-spacing: 0.18px;
	transition: all 0.4s;
	text-transform: capitalize;
}
.heading1 h5 a:hover {
	color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
}
.heading1 h4 a {
	display: inline-block;
	font-size: var(--f-fs-font-fs24);
	color: var(--vtc-text-heading-1);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs24); /* 100% */
	letter-spacing: 0.18px;
	transition: all 0.4s;
}
.heading1 h4 a:hover {
	color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
}
.heading1 p {
	color: var(--vtc-text-pera-1);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs26); /* 162.5% */
	letter-spacing: 0.16px;
	transition: all 0.4s;
}

.heading2 span.span {
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px 16px;
	margin-bottom: 16px;
	display: inline-block;
}
.heading2 span.span span {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: uppercase;
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #c0ff3a 17.46%, #00ffa3 93.13%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-radius: 4px;
}
.heading2 h2 {
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading2 h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs48);
	}
}
@media (max-width: 767px) {
	.heading2 h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs48);
	}
}
.heading2 h4 a {
	display: inline-block;
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	text-transform: capitalize;
	transition: all 0.4s;
}
.heading2 h4 a:hover {
	color: #c0ff3a;
}
.heading2 h5 a {
	display: inline-block;
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	text-transform: capitalize;
	transition: all 0.4s;
}
.heading2 h5 a:hover {
	color: #c0ff3a;
}
.heading2 p {
	color: var(--vtc-text-pera-2);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	letter-spacing: 0.16px;
	transition: all 0.4s;
}

.heading3 span.span {
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.075);
	padding: 8px 16px;
	margin-bottom: 16px;
	display: inline-block;
}
.heading3 span.span span {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: uppercase;
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #ee64fe 17.46%, #7000fd 93.13%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-radius: 4px;
}
.heading3 h2 {
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs56);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs64); /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading3 h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs48);
	}
}
@media (max-width: 767px) {
	.heading3 h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs48);
	}
}
.heading3 p {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs28); /* 155.556% */
}

.heading3-w span.span {
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs16); /* 100% */
	text-transform: uppercase;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1529411765);
	border-radius: 4px;
	padding: 8px 14px;
	margin-bottom: 16px;
}
.heading3-w h2 {
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs56);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs64); /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading3-w h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs48);
	}
}
@media (max-width: 767px) {
	.heading3-w h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs48);
	}
}
.heading3-w p {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs28); /* 155.556% */
}

.heading4 span.span {
	display: inline-block;
	color: #f69434;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: uppercase;
	border-radius: 3.596px;
	background: #fef4eb;
	padding: 10px 14px;
	margin-bottom: 16px;
}
.heading4 h2 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px; /* 122.727% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading4 h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs40);
	}
}
@media (max-width: 767px) {
	.heading4 h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs40);
	}
}
.heading4 p {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	letter-spacing: 0.16px;
}

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/
.blok:nth-of-type(odd) {
	background-color: white;
}

.blok:nth-of-type(even) {
	background-color: black;
}
/* #Progress
================================================== */
.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 999;
}

.progress-wrap::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f062';
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	color: #03256c;
	left: 0;
	top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap::before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f062';
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	opacity: 0;
	left: 0;
	top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	z-index: 2;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #03256c; /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/
.progress-wrap.progress-wrap2 {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.267);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 200ms linear;
}

.progress-wrap.progress-wrap2.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 99;
	color: rgb(255, 255, 255);
}

.progress-wrap.progress-wrap2::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f062';
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	color: #f7f7f7;
	left: 0;
	top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}

.progress-wrap.progress-wrap2:hover::after {
	opacity: 0;
}

.progress-wrap.progress-wrap2::before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f062';
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	opacity: 0;
	left: 0;
	top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	z-index: 2;
	transition: all 200ms linear;
}

.progress-wrap.progress-wrap2:hover::before {
	opacity: 1;
}

.progress-wrap.progress-wrap2 svg path {
	fill: none;
}

.progress-wrap.progress-wrap2 svg.progress-circle path {
	stroke: #ffffff; /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}

/* video button  */
.video-play-button {
	position: relative;
	z-index: 10;
	margin: 0px 30px;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
	.video-play-button {
		margin: 0px 30px 0px 0px;
	}
}

.video-play-button:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.3764705882);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 45px;
	height: 45px;
	background: var(--vtc-bg-main-bg-2);
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button:hover:after {
	background-color: #da0528;
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	margin-top: 14px;
	margin-left: 7px;
	width: 0;
	height: 0;
	border-radius: 4px;
	border-left: 13px solid #000;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
.hero-button1 {
	display: flex;
	align-items: center;
	cursor: pointer;
}
@media (max-width: 767px) {
	.hero-button1 {
		margin-top: 20px;
	}
}

.hero7-all-buttons {
	display: flex;
	align-items: center;
}

.video-btn-pera {
	margin-left: -24px;
}
.video-btn-pera p {
	color: var(--Home-Page-2-Color-White-Color, #fff) !important;
	font-size: 18px;
	font-style: normal;
	font-weight: var(--f-fw-bold) !important;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
}

.video-area3-all {
	text-align: end;
	display: flex;
	justify-content: end;
	align-items: center;
	margin-right: 50px;
	margin-top: 0px;
	cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-area3-all {
		justify-content: start;
		margin-top: 80px;
	}
}
@media (max-width: 767px) {
	.video-area3-all {
		justify-content: start;
		margin-top: 80px;
	}
}
.video-area3-all .video-play-button:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.3764705882);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-area3-all .video-play-button:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 140px;
	height: 140px;
	background: var(
		--Home-Page-1-Color-Gradient,
		linear-gradient(90deg, #ee64fe 0%, #7000fd 100%)
	);
	border-radius: 50%;
	transition: all 200ms;
}
.video-area3-all .video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
	margin-top: 5px;
}
.video-area3-all .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	margin-top: 14px;
	margin-left: 7px;
	width: 0;
	height: 0;
	border-radius: 4px;
	border-left: 13px solid #000;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.video-area4-all {
	text-align: end;
	display: flex;
	justify-content: end;
	align-items: center;
	margin-right: 50px;
	margin-top: 0px;
	cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-area4-all {
		margin-top: 80px;
		justify-content: start;
	}
}
@media (max-width: 767px) {
	.video-area4-all {
		margin-top: 80px;
		justify-content: start;
	}
}
.video-area4-all .video-play-button:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.3764705882);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-area4-all .video-play-button:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 140px;
	height: 140px;
	background: var(--vtc-bg-main-bg-1);
	border-radius: 50%;
	transition: all 200ms;
}
.video-area4-all .video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
	margin-top: 5px;
}
.video-area4-all .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	margin-top: 14px;
	margin-left: 7px;
	width: 0;
	height: 0;
	border-radius: 4px;
	border-left: 13px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.btn {
	position: relative;
	display: inline-block;
	outline: none;
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs18);
	line-height: var(--f-fs-font-fs18);
	font-weight: var(--f-fw-bold);
	padding: 20px 22px;
	border-radius: 4px;
	background-color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
	border: none;
	cursor: pointer;
	text-transform: capitalize;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
	line-height: var(--f-fs-font-fs16);
}
.btn i {
	transform: rotate(-45deg);
	margin-left: 2px;
}
.btn:hover {
	color: var(--vtc-text-white-1);
	background-color: var(--vtc-bg-main-bg-1);
}
.btn--ripple {
	border-radius: 4px;
	background-color: var(--vtc-bg-main-bg-1);
	overflow: hidden;
}
.btn--ripple span {
	position: absolute;
	background: var(--vtc-text-white-1);
	transform: translate(-50%, -50%);
	pointer-events: none;
	border-radius: 50%;
	animation: rippleAnimation 1s linear infinite;
	z-index: 98;
}
@keyframes rippleAnimation {
	0% {
		width: 0px;
		height: 0px;
		opacity: 0.5;
	}
	100% {
		width: 500px;
		height: 500px;
		opacity: 0;
	}
}
.btn--hoverEffect3 {
	display: inline-block;
	background: #06fcef;
	color: #333;
	overflow: hidden;
	z-index: 1;
}
.btn--hoverEffect3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 101%;
	width: 101%;
	-webkit-clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
	background: #490000;
	border-radius: 5px;
	transition: 0.3s cubic-bezier(0.38, 1.15, 0.7, 1.12);
	box-sizing: border-box;
	z-index: 1000;
}
.btn--hoverEffect3:hover::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.btn--hoverEffect3:hover {
	color: yellow;
	background-color: var(--vtc-bg-main-bg-1);
}

.btn2 {
	position: relative;
	display: inline-block;
	outline: none;
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs18);
	line-height: var(--f-fs-font-fs18);
	font-weight: var(--f-fw-bold);
	padding: 20px 22px;
	border-radius: 4px;
	background-color: var(--vtc-text-heading-1);
	transition: all 0.4s;
	border: none;
	cursor: pointer;
	text-transform: capitalize;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
	line-height: var(--f-fs-font-fs16);
}
.btn2 i {
	transform: rotate(-45deg);
	margin-left: 2px;
}
.btn2:hover {
	color: var(--vtc-text-white-1);
	background-color: var(--vtc-text-heading-1);
}
.btn2--ripple {
	border-radius: 4px;
	background-color: var(--vtc-bg-main-bg-1);
	overflow: hidden;
}
.btn2--ripple span {
	position: absolute;
	background: var(--vtc-text-white-1);
	transform: translate(-50%, -50%);
	pointer-events: none;
	border-radius: 50%;
	animation: rippleAnimation 1s linear infinite;
	z-index: 98;
}
@keyframes rippleAnimation {
	0% {
		width: 0px;
		height: 0px;
		opacity: 0.5;
	}
	100% {
		width: 500px;
		height: 500px;
		opacity: 0;
	}
}
.btn2--hoverEffect3 {
	display: inline-block;
	background: #06fcef;
	color: #333;
	overflow: hidden;
	z-index: 1;
}
.btn2--hoverEffect3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 101%;
	width: 101%;
	-webkit-clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
	background: #490000;
	border-radius: 5px;
	transition: 0.3s cubic-bezier(0.38, 1.15, 0.7, 1.12);
	box-sizing: border-box;
	z-index: 1000;
}
.btn2--hoverEffect3:hover::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.btn2--hoverEffect3:hover {
	color: yellow;
	background-color: var(--vtc-bg-main-bg-1);
}

.btn3 {
	position: relative;
	display: inline-block;
	outline: none;
	color: var(--vtc-bg-main-bg-1);
	font-size: var(--f-fs-font-fs18);
	line-height: var(--f-fs-font-fs18);
	font-weight: var(--f-fw-bold);
	padding: 20px 22px;
	border-radius: 4px;
	background-color: var(--vtc-bg-bg-white);
	transition: all 0.4s;
	border: none;
	cursor: pointer;
	text-transform: capitalize;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
	line-height: var(--f-fs-font-fs16);
	margin-left: 16px;
}
@media (max-width: 767px) {
	.btn3 {
		margin-left: 0;
		margin-top: 12px;
	}
}
.btn3 i {
	transform: rotate(-45deg);
	margin-left: 2px;
}
.btn3:hover {
	transition: all 0.4s;
	color: #fff;
	background-color: var(--vtc-text-heading-1);
}
.btn3--ripple {
	border-radius: 4px;
	background-color: var(--vtc-bg-main-bg-1);
	overflow: hidden;
}
.btn3--ripple span {
	position: absolute;
	background: red;
	transform: translate(-50%, -50%);
	pointer-events: none;
	border-radius: 50%;
	animation: rippleAnimation 1s linear infinite;
	z-index: 98;
}
@keyframes rippleAnimation {
	0% {
		width: 0px;
		height: 0px;
		opacity: 0.5;
	}
	100% {
		width: 500px;
		height: 500px;
		opacity: 0;
	}
}
.btn3--hoverEffect3 {
	display: inline-block;
	background: #06fcef;
	color: #333;
	overflow: hidden;
	z-index: 1;
}
.btn3--hoverEffect3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 101%;
	width: 101%;
	-webkit-clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
	background: #ff0000;
	border-radius: 5px;
	transition: 0.3s cubic-bezier(0.38, 1.15, 0.7, 1.12);
	box-sizing: border-box;
	z-index: 1000;
}
.btn3--hoverEffect3:hover::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	background: red;
}
.btn3--hoverEffect3:hover {
	color: yellow;
	background-color: var(--vtc-bg-main-bg-1);
}

.btn_theme {
	color: var(--vtc-text-heading-1);
	background: transparent;
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 19px 24px;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 4px;
	min-width: -moz-max-content;
	min-width: max-content;
	transition: all 0.65s ease-in-out;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
}

.btn_theme span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: var(--vtc-bg-main-bg-2);
	transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.btn_theme i {
	transition: 0s;
	transform: rotate(-45deg);
	margin-left: 3px;
}

.btn_theme svg path {
	transition: all 0.35s ease-in-out;
}

.btn_theme:hover {
	transform: translateY(-5px);
	transition: all 0.6s;
}

.btn_theme:hover,
.btn_theme:focus {
	border: 1px solid var(--vtc-bg-main-bg-2);
	color: var(--vtc-text-heading-1);
}

.btn_theme:hover svg path,
.btn_theme:focus svg path {
	fill: #fff;
}

.btn_theme:hover[disabled='disabled'],
.btn_theme:focus[disabled='disabled'] {
	color: var(--vtc-bg-main-bg-2);
	cursor: not-allowed;
}

.btn_theme:hover span,
.btn_theme:focus span {
	width: 225%;
	height: 220px;
}

.btn_theme_active {
	color: var(--vtc-text-heading-1);
	position: relative;
	z-index: 0;
}

.btn_theme_active::after {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: var(--vtc-bg-main-bg-2);
	z-index: -3;
}

.btn_theme_active span {
	background-color: #fff;
}

.btn_theme_active:hover,
.btn_theme_active:focus {
	color: var(--vtc-bg-main-bg-2);
}

.btn_theme_active {
	color: var(--vtc-text-heading-1);
	position: relative;
	z-index: 0;
}

.btn_theme_active::after {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: var(--vtc-bg-main-bg-2);
	z-index: -3;
}

.btn_theme_active span {
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #00ffa3 17.46%, #c0ff3a 93.13%)
	);
}

.btn_theme_active:hover,
.btn_theme_active:focus {
	color: #074c3e;
}

.btn_theme_active:hover,
.btn_theme_active:focus {
	color: #074c3e;
}

.btn_theme2 {
	color: var(--vtc-bg-bg-white);
	background: transparent;
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 19px 24px;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 4px;
	min-width: -moz-max-content;
	min-width: max-content;
	transition: all 0.65s ease-in-out;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
}

.btn_theme2 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: red;
	transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.btn_theme2 i {
	transition: 0s;
	transform: rotate(-45deg);
	margin-left: 3px;
}

.btn_theme2 svg path {
	transition: all 0.35s ease-in-out;
}

.btn_theme2:hover {
	transform: translateY(-5px);
	transition: all 0.6s;
}

.btn_theme2:hover,
.btn_theme2:focus {
	border: 1px solid var(--vtc-bg-main-bg-2);
	color: var(--vtc-text-white-1);
}

.btn_theme2:hover svg path,
.btn_theme2:focus svg path {
	fill: #fff;
}

.btn_theme2:hover[disabled='disabled'],
.btn_theme2:focus[disabled='disabled'] {
	color: var(--vtc-bg-main-bg-2);
	cursor: not-allowed;
}

.btn_theme2:hover span,
.btn_theme2:focus span {
	width: 225%;
	height: 220px;
}

.btn_theme_active2 {
	color: var(--vtc-bg-bg-white);
	position: relative;
	z-index: 0;
}

.btn_theme_active2::after {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: var(--vtc-bg-main-bg-2);
	z-index: -3;
}

.btn_theme_active2 span {
	background-color: #fff;
}

.btn_theme_active2:hover,
.btn_theme_active2:focus {
	color: var(--vtc-bg-main-bg-2);
}

.btn_theme_active2 {
	color: var(--vtc-text-white-1);
	position: relative;
	z-index: 0;
}

.btn_theme_active2::after {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #02020a;
	z-index: -3;
	border-radius: 4px;
}

.btn_theme_active2 span {
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #00ffa3 17.46%, #c0ff3a 93.13%)
	);
}

.btn_theme_active2:hover,
.btn_theme_active2:focus {
	color: #074c3e;
}

.btn_theme_active2:hover,
.btn_theme_active2:focus {
	color: #074c3e;
}

.btn_theme3 {
	color: var(--vtc-text-white-1);
	background: transparent;
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 19px 24px;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 4px;
	min-width: -moz-max-content;
	min-width: max-content;
	transition: all 0.65s ease-in-out;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
}

.btn_theme3 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: var(--vtc-bg-main-bg-3);
	transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.btn_theme3 i {
	transition: 0s;
	transform: rotate(-45deg);
	margin-left: 3px;
}

.btn_theme3 svg path {
	transition: all 0.35s ease-in-out;
}

.btn_theme3:hover {
	transform: translateY(-5px);
	transition: all 0.6s;
}

.btn_theme3:hover,
.btn_theme3:focus {
	border: 1px solid var(--vtc-bg-main-bg-2);
	color: var(--vtc-bg-bg-white);
}

.btn_theme3:hover svg path,
.btn_theme3:focus svg path {
	fill: #fff;
}

.btn_theme3:hover[disabled='disabled'],
.btn_theme3:focus[disabled='disabled'] {
	color: var(--vtc-bg-main-bg-3);
	cursor: not-allowed;
}

.btn_theme3:hover span,
.btn_theme3:focus span {
	width: 225%;
	height: 220px;
}

.btn_theme_active3 {
	color: var(--vtc-bg-bg-white);
	position: relative;
	z-index: 0;
}

.btn_theme_active3::after {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: var(--vtc-bg-main-bg-3);
	z-index: -3;
}

.btn_theme_active3 span {
	background-color: #fff;
}

.btn_theme_active3:hover,
.btn_theme_active3:focus {
	color: var(--vtc-bg-main-bg-3);
}

.btn_theme_active3 {
	color: var(--vtc-text-white-1);
	position: relative;
	z-index: 0;
}

.btn_theme_active3::after {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: var(--vtc-bg-main-bg-3);
	z-index: -3;
}

.btn_theme_active3 span {
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #ee64fe 17.46%, #7000fd 93.13%)
	);
}

.btn_theme_active3:hover,
.btn_theme_active3:focus {
	color: #fff;
}

.btn_theme_active3:hover,
.btn_theme_active3:focus {
	color: #fff;
}

.btn_theme4 {
	color: var(--vtc-text-heading-1);
	background: transparent;
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 19px 24px;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 4px;
	min-width: -moz-max-content;
	min-width: max-content;
	transition: all 0.65s ease-in-out;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
}

.btn_theme4 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: var(--vtc-bg-main-bg-3);
	transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.btn_theme4 i {
	transition: 0s;
	transform: rotate(-45deg);
	margin-left: 3px;
}

.btn_theme4 svg path {
	transition: all 0.35s ease-in-out;
}

.btn_theme4:hover {
	transform: translateY(-5px);
	transition: all 0.6s;
}

.btn_theme4:hover,
.btn_theme4:focus {
	border: 1px solid var(--vtc-bg-main-bg-2);
	color: var(--vtc-bg-bg-white);
}

.btn_theme4:hover svg path,
.btn_theme4:focus svg path {
	fill: #fff;
}

.btn_theme4:hover[disabled='disabled'],
.btn_theme4:focus[disabled='disabled'] {
	color: var(--vtc-bg-main-bg-3);
	cursor: not-allowed;
}

.btn_theme4:hover span,
.btn_theme4:focus span {
	width: 225%;
	height: 220px;
}

.btn_theme_active4 {
	color: var(--vtc-text-heading-1);
	position: relative;
	z-index: 0;
}

.btn_theme_active4::after {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: var(--vtc-bg-main-bg-3);
	z-index: -3;
}

.btn_theme_active4 span {
	background-color: #fff;
}

.btn_theme_active4:hover,
.btn_theme_active4:focus {
	color: var(--vtc-bg-main-bg-3);
}

.btn_theme_active4 {
	position: relative;
	z-index: 0;
}

.btn_theme_active4::after {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: var(--vtc-bg-bg-white);
	z-index: -3;
}

.btn_theme_active4 span {
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #ee64fe 17.46%, #7000fd 93.13%)
	);
}

.btn_theme_active4:hover,
.btn_theme_active4:focus {
	color: #fff;
}

.btn_theme_active4:hover,
.btn_theme_active4:focus {
	color: #fff;
}

.theme-btn4 {
	display: inline-block;
	padding: 20px 24px;
	color: #fff;
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs18); /* 100% */
	text-transform: capitalize;
	position: relative;
	z-index: 4;
	border: none;
}
.theme-btn4 span {
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 2px;
}
.theme-btn4::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1px solid var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	background: var(--vtc-bg-main-bg-4);
	z-index: -2;
	animation-timing-function: ease-in;
}
.theme-btn4::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1.2px solid var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	background: var(--home-page-4-color-light-hover, #feefe1);
	z-index: -4;
	transition: all 0.5s;
}
.theme-btn4:hover {
	color: var(--vtc-text-white-1);
}
.theme-btn4:hover::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1.2px solid var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	background: var(--home-page-4-color-light-hover, #feefe1);
	z-index: -4;
	transition: all 0.5s;
	animation-timing-function: ease-in;
}

.theme-btn5 {
	display: inline-block;
	padding: 20px 24px;
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs18); /* 100% */
	text-transform: capitalize;
	position: relative;
	z-index: 4;
	color: #050402;
	border: none;
}
.theme-btn5 span {
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 2px;
}
.theme-btn5::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background: var(--vtc-bg-bg-white);
	z-index: -2;
	animation-timing-function: ease-in;
}
.theme-btn5::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1.2px solid var(--Home-Page-4-Color-Stroke-Color, #feefe1);
	background: var(--home-page-4-color-light-hover, #050402);
	z-index: -4;
	transition: all 0.5s;
}
.theme-btn5:hover {
	color: #050402;
}
.theme-btn5:hover::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1.2px solid var(--home-page-4-color-light-hover, #feefe1);
	background: var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	z-index: -4;
	transition: all 0.5s;
	animation-timing-function: ease-in;
}

.theme-btn6 {
	display: inline-block;
	padding: 20px 24px;
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs18); /* 100% */
	text-transform: capitalize;
	position: relative;
	z-index: 4;
	color: #fff;
	border: none !important;
	margin-left: 16px;
}
@media (max-width: 767px) {
	.theme-btn6 {
		margin-left: 0;
		margin-top: 16px;
	}
}
.theme-btn6 span {
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 2px;
}
.theme-btn6::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background: #050402;
	z-index: -2;
	animation-timing-function: ease-in;
}
.theme-btn6::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1.2px solid var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	background: var(--home-page-4-color-light-hover, #feefe1);
	z-index: -4;
	transition: all 0.5s;
}
.theme-btn6:hover {
	color: #fff;
}
.theme-btn6:hover::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1.2px solid var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	background: var(--home-page-4-color-light-hover, #feefe1);
	z-index: -4;
	transition: all 0.5s;
	animation-timing-function: ease-in;
}

/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
.about1 .about1-images {
	height: 520px;
	position: relative;
}
@media (max-width: 767px) {
	.about1 .about1-images {
		height: 720px;
	}
}
.about1 .about1-images .image1 {
	position: absolute;
	bottom: 50px;
	left: 70px;
	z-index: -2;
}
@media (max-width: 767px) {
	.about1 .about1-images .image1 {
		left: 0;
	}
}
.about1 .about1-images .image2 {
	position: absolute;
	bottom: 80px;
	left: 140px;
	z-index: -2;
}
.about1 .about1-images .image3 {
	position: absolute;
	top: -30px;
	right: 40px;
	z-index: 1;
}
.about1 .about1-images .image4 {
	position: absolute;
	top: 110px;
	left: -90px;
	z-index: 1;
}
@media (max-width: 767px) {
	.about1 .about1-images .image4 {
		top: 70px;
	}
}
.about1 .about1-images .image5 {
	position: absolute;
	bottom: -60px;
	right: -40px;
	z-index: 1;
}
@media (max-width: 767px) {
	.about1 .about1-images .image5 {
		right: 0;
		bottom: 20px;
	}
}
.about1 .heading1 {
	padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about1 .heading1 {
		padding-top: 40px;
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.about1 .heading1 {
		padding-top: 40px;
		padding-left: 0;
	}
}
.about1 .heading1 .icon-box {
	display: flex;
	align-items: center;
	border-radius: 4px;
	background: var(--vtc-bg-bg-white);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
	padding: 28px 24px;
	margin-top: 24px;
	transition: all 0.4s;
}
@media (max-width: 767px) {
	.about1 .heading1 .icon-box {
		display: block;
	}
}
.about1 .heading1 .icon-box .icon {
	height: 80px;
	width: 80px;
	border-radius: 4px;
	background-color: var(--vtc-bg-common-bg2);
	text-align: center;
	line-height: 80px;
	transition: all 0.4s;
}
.about1 .heading1 .icon-box .icon img {
	transition: all 0.4s;
}
.about1 .heading1 .icon-box .heading1 {
	padding-left: 20px;
}
@media (max-width: 767px) {
	.about1 .heading1 .icon-box .heading1 {
		padding-left: 0;
		padding-top: 20px;
	}
}
.about1 .heading1 .icon-box .heading1 p {
	padding-top: 12px;
}
.about1 .heading1 .icon-box:hover {
	transition: all 0.4s;
	transform: translateY(-10px);
}
.about1 .heading1 .icon-box:hover .icon {
	transition: all 0.4s;
	background-color: var(--vtc-bg-main-bg-1);
}
.about1 .heading1 .icon-box:hover .icon img {
	transition: all 0.4s;
	transform: rotateY(180deg);
	filter: brightness(0) invert(1);
}

.about2 {
	position: relative;
}
.about2 .about2-images {
	position: relative;
	height: 480px;
}
.about2 .about2-images .image1 {
	position: absolute;
	left: 0;
	top: 0;
}
.about2 .about2-images .image2 {
	position: absolute;
	left: 150px;
	top: 30px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	padding: 16px;
	right: 30px;
}
@media (max-width: 767px) {
	.about2 .about2-images .image2 {
		left: 0;
	}
}
.about2 .about2-images .image3 {
	position: absolute;
	right: 0;
	top: -30px;
	width: 130px;
}
.about2 .about2-boxs {
	padding-left: 70px;
	position: relative;
}
@media (max-width: 767px) {
	.about2 .about2-boxs {
		padding-left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about2 .about2-boxs {
		padding-left: 0;
		padding-top: 60px;
	}
}
.about2 .about2-boxs .single-box {
	display: flex;
	align-items: start;
	margin-bottom: 60px;
}
.about2 .about2-boxs .single-box .icon {
	background: var(--vtc-bg-main-bg-2);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}
.about2 .about2-boxs .single-box .heading2 {
	padding-left: 24px;
}
.about2 .about2-boxs .single-box:nth-last-child(1) {
	margin-bottom: 0px;
}
.about2 .about2-boxs::after {
	content: '';
	position: absolute;
	left: 100px;
	top: 0;
	height: 100%;
	width: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/shapes/about2-line.png);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about2 .about2-boxs::after {
		left: 30px;
	}
}
@media (max-width: 767px) {
	.about2 .about2-boxs::after {
		left: 30px;
		top: -32px;
	}
}
.about2 .sec-shape {
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about2 .sec-shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.about2 .sec-shape {
		display: none;
	}
}

.about3 {
	position: relative;
}
.about3 .about3-counter-boxs {
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about3 .about3-counter-boxs {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.about3 .about3-counter-boxs {
		margin-top: 40px;
	}
}
.about3 .about3-counter-boxs .box h3 {
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: 100px; /* 100% */
	background: var(
		--Home-Page-1-Color-Gradient,
		linear-gradient(90deg, #ee64fe 0%, #7000fd 100%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about3 .about3-counter-boxs .box h3 {
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width: 767px) {
	.about3 .about3-counter-boxs .box h3 {
		font-size: 50px;
		line-height: 50px;
	}
}
.about3 .about3-counter-boxs .box p {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs28); /* 155.556% */
	padding-top: 16px;
}
.about3 .about3-counter-boxs .box.box-unic {
	margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about3 .about3-counter-boxs .box.box-unic {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.about3 .about3-counter-boxs .box.box-unic {
		margin-bottom: 30px;
	}
}
.about3 .about3-counter-boxs::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/shapes/about3-element.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scale(2);
	z-index: -2;
}
.about3 .shape {
	position: absolute;
	right: 0;
	top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about3 .shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.about3 .shape {
		display: none;
	}
}

.about-trusted .about-trusted-boxs {
	position: relative;
	padding-right: 80px;
}
.about-trusted .about-trusted-boxs .single-box {
	display: flex;
	align-items: start;
	margin-top: 50px;
}
.about-trusted .about-trusted-boxs .single-box .icon {
	background-color: var(--vtc-bg-main-bg-1);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}
.about-trusted .about-trusted-boxs .single-box .icon img {
	transition: all 0.4s;
}
.about-trusted .about-trusted-boxs .single-box .heading1 {
	padding-left: 16px;
}
.about-trusted .about-trusted-boxs .single-box:hover .icon img {
	transition: all 0.4s;
	transform: rotateY(180deg);
}
.about-trusted .about-trusted-boxs::after {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	height: 87%;
	width: 100%;
	background-image: url(../img/shapes/about-trusted-box-after.png);
	background-size: contain;
	background-position: start;
	background-repeat: no-repeat;
	z-index: -3;
}
.about-trusted .about-trusted-images {
	position: relative;
	height: 500px;
	margin-top: 30px;
}
.about-trusted .about-trusted-images .image1 {
	position: absolute;
	left: 0;
	top: 0;
}
.about-trusted .about-trusted-images .image2 {
	position: absolute;
	right: 0;
	top: 40px;
}
.about-trusted .about-trusted-images .image3 {
	position: absolute;
	right: -40px;
	top: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-trusted .about-trusted-images .image3 {
		right: 0;
		top: 0;
	}
}
@media (max-width: 767px) {
	.about-trusted .about-trusted-images .image3 {
		right: 0;
		top: 0;
	}
}

/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/
.chosse4 .chosse4-all-images {
	position: relative;
	height: 600px;
}
@media (max-width: 767px) {
	.chosse4 .chosse4-all-images {
		height: 450px;
	}
}
.chosse4 .chosse4-all-images .image1 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.chosse4 .chosse4-all-images .image2 {
	position: absolute;
	right: 50px;
	top: 50px;
}
.chosse4 .chosse4-all-images .image3 {
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chosse4 .heading4 {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.chosse4 .heading4 {
		margin-top: 40px;
	}
}
.chosse4 .heading4 .counter-area {
	position: relative;
	padding: 32px;
	margin-top: 32px;
}
.chosse4 .heading4 .counter-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1px solid var(--Home-Page-4-Color-Normal, #f69434);
	background: var(--home-page-4-color-light-hover, #feefe1);
	z-index: -1;
}
.chosse4 .heading4 .counter-area::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1px solid var(--Home-Page-4-Color-Normal, #f69434);
	z-index: -1;
}
.chosse4 .heading4 .counter-area .counter-single {
	text-align: center;
}
@media (max-width: 767px) {
	.chosse4 .heading4 .counter-area .counter-single {
		margin-bottom: 30px;
	}
}
.chosse4 .heading4 .counter-area .counter-single p {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	padding-bottom: 16px;
}
.chosse4 .heading4 .counter-area .counter-single p img {
	margin-top: -3px;
	margin-right: 2px;
}
.chosse4 .heading4 .counter-area .counter-single h3 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 100% */
}
.chosse4 .heading4 .counter-area .counter-single.after {
	position: relative;
}
.chosse4 .heading4 .counter-area .counter-single.after::after {
	content: '';
	position: absolute;
	right: -10px;
	top: -10px;
	height: 90px;
	width: 2px;
	background-color: #e5d8cc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chosse4 .heading4 .counter-area .counter-single.after::after {
		display: none;
	}
}
@media (max-width: 767px) {
	.chosse4 .heading4 .counter-area .counter-single.after::after {
		display: none;
	}
}

/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta1 {
	min-height: 560px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.cta1 .heading1-w {
	padding-top: 100px;
	padding-right: 60px;
}
@media (max-width: 767px) {
	.cta1 .heading1-w {
		padding-top: 50px;
	}
}
.cta1 .cta1-all-imags {
	position: relative;
	text-align: right;
	min-height: 560px;
}
@media (max-width: 767px) {
	.cta1 .cta1-all-imags {
		position: relative;
		text-align: right;
		min-height: 420px;
	}
}
.cta1 .cta1-all-imags .image1 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.cta1 .cta1-all-imags .image2 {
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: 9;
}
.cta1 .cta1-all-imags .coin-img {
	position: absolute;
	top: 0;
	left: -190px;
}

.cta2 {
	background: var(--vtc-bg-main-bg-2);
	height: 700px;
	padding-top: 100px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta2 {
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	.cta2 {
		padding-top: 50px;
	}
}
.cta2 .heading span.span {
	color: var(--Home-Page-2-Color-Dark-Color, #02020a);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
	background: rgba(2, 2, 10, 0.1);
	padding: 10px 16px;
	margin-bottom: 16px;
}
.cta2 .heading h2 {
	color: var(--Home-Page-2-Color-Dark-Color, #02020a);
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta2 .heading h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs32);
	}
}
@media (max-width: 767px) {
	.cta2 .heading h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs32);
	}
}
.cta2 .buttons a:nth-last-child(1) {
	margin-left: 16px;
}
@media (max-width: 767px) {
	.cta2 .buttons a:nth-last-child(1) {
		margin-top: 20px;
	}
}
.cta2 .circle1 {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.1;
}
.cta2 .circle2 {
	position: absolute;
	right: 30px;
	top: 30px;
	opacity: 0.1;
}

.cta2-images .images-area {
	margin-top: -250px;
	z-index: 2;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta2-images .images-area {
		margin-top: -340px;
	}
}
@media (max-width: 767px) {
	.cta2-images .images-area {
		margin-top: -180px;
	}
}
.cta2-images .images-area .image2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
	margin-top: -50px;
	margin-right: -50px;
}
@media (max-width: 767px) {
	.cta2-images .images-area .image2 {
		position: absolute;
		right: 0;
		top: 0;
		width: 130px;
		margin-top: -141px;
		margin-right: 0;
	}
}
.cta2-images .images-area .image3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	margin-top: -70px;
	margin-left: -70px;
}

.cta3 .bg {
	position: relative;
	padding: 90px 50px;
	border-radius: 4px;
	background: var(
		--Home-Page-1-Color-Gredient-1,
		linear-gradient(90deg, #49d2fd 0%, #8f00ff 100%)
	);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta3 .bg {
		padding: 50px 20px;
	}
}
@media (max-width: 767px) {
	.cta3 .bg {
		padding: 50px 20px;
	}
}
.cta3 .bg .form-area {
	position: relative;
	margin-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta3 .bg .form-area {
		margin-left: 0;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.cta3 .bg .form-area {
		margin-left: 0;
		margin-top: 30px;
	}
}
.cta3 .bg .form-area input {
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(32px);
	backdrop-filter: blur(32px);
	border: none;
	padding: 20px;
	width: 100%;
	color: #fff;
}
.cta3 .bg .form-area input:focus {
	outline: none;
}
.cta3 .bg .form-area input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.8901960784);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 100% */
}
.cta3 .bg .form-area input::placeholder {
	color: rgba(255, 255, 255, 0.8901960784);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 100% */
}
.cta3 .bg .form-area .button-area {
	position: absolute;
	top: 5px;
	right: 5px;
}
.cta3 .bg .form-area .button-area button {
	border: none;
}
.cta3 .bg .shape {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta3 .bg .shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.cta3 .bg .shape {
		display: none;
	}
}

.cta4 {
	min-height: 560px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	background-color: var(--vtc-bg-main-bg-4);
}
.cta4 .heading1-w {
	padding-top: 100px;
}
@media (max-width: 767px) {
	.cta4 .heading1-w {
		padding-top: 50px;
	}
}
.cta4 .cta1-all-imags {
	position: relative;
	text-align: right;
	min-height: 560px;
}
@media (max-width: 767px) {
	.cta4 .cta1-all-imags {
		position: relative;
		text-align: right;
		min-height: 420px;
	}
}
.cta4 .cta1-all-imags .image1 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.cta4 .cta1-all-imags .image2 {
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: 9;
}
.cta4 .cta1-all-imags .coin-img {
	position: absolute;
	top: 0;
	left: -190px;
}
.cta4 .sec-shape1 {
	position: absolute;
	top: 0;
	right: 0;
	transform: rotateY(180deg);
	opacity: 0.3;
}
.cta4 .sec-shape2 {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotateY(180deg);
	opacity: 0.3;
}

/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
.faq3 {
	position: relative;
}
.faq3 .accordion .accordion-item {
	border: 2px solid #1f1a25;
	border-radius: 14px;
	background: none;
	margin-top: 30px;
	transition: all 0.4s;
}
.faq3 .accordion .accordion-item button {
	border: none;
	background: none;
	padding: 40px;
	color: rgba(255, 255, 255, 0.8235294118);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 100% */
	text-transform: capitalize;
	position: relative;
}
@media (max-width: 767px) {
	.faq3 .accordion .accordion-item button {
		font-size: 20px;
		line-height: 26px;
		padding: 20px;
	}
}
.faq3 .accordion .accordion-item button:focus {
	outline: none;
	box-shadow: none;
}
.faq3 .accordion .accordion-item button::before {
	content: '';
	position: absolute;
	right: 26px;
	top: 32px;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	z-index: 1;
	background: var(
		--Home-Page-1-Color-Gredient-1,
		linear-gradient(90deg, #49d2fd 0%, #8f00ff 100%)
	);
}
@media (max-width: 767px) {
	.faq3 .accordion .accordion-item button::before {
		display: none;
	}
}
.faq3 .accordion .accordion-item button::after {
	filter: brightness(0) invert(1);
	z-index: 3;
}
.faq3 .accordion .accordion-item .accordion-body {
	color: rgba(255, 255, 255, 0.9098039216);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 155.556% */
	padding-left: 42px;
	margin-top: -20px;
	padding-bottom: 44px;
	padding-right: 80px;
}
@media (max-width: 767px) {
	.faq3 .accordion .accordion-item .accordion-body {
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}
}
.faq3 .accordion .accordion-item.active {
	transition: all 0.4s;
	border-radius: 14px;
	background: var(
		--Home-Page-1-Color-Gredient-1,
		linear-gradient(90deg, #49d2fd 0%, #8f00ff 100%)
	);
}
.faq3 .accordion .accordion-item.active button {
	color: #fff;
}
.faq3 .accordion .accordion-item.active button::before {
	content: '';
	position: absolute;
	right: 26px;
	top: 32px;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	z-index: 1;
	background: #fff;
}
.faq3 .accordion .accordion-item.active button::after {
	filter: brightness(0);
}
.faq3 .accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: none;
}
.faq3 .sec-shape1 {
	position: absolute;
	top: -100px;
	left: 0;
	z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq3 .sec-shape1 {
		display: none;
	}
}
@media (max-width: 767px) {
	.faq3 .sec-shape1 {
		display: none;
	}
}
.faq3 .sec-shape2 {
	position: absolute;
	top: -100px;
	right: 0;
	z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq3 .sec-shape2 {
		display: none;
	}
}
@media (max-width: 767px) {
	.faq3 .sec-shape2 {
		display: none;
	}
}
.faq3 .sec-shape3 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq3 .sec-shape3 {
		display: none;
	}
}
@media (max-width: 767px) {
	.faq3 .sec-shape3 {
		display: none;
	}
}
.faq3 .sec-shape4 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -3;
}
.faq3 .sec-shape5 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
}
.faq3 .sec-shape6 {
	position: absolute;
	bottom: 200px;
	left: 0;
	z-index: -3;
	transform: rotateX(180deg) rotateY(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq3 .sec-shape6 {
		display: none;
	}
}
@media (max-width: 767px) {
	.faq3 .sec-shape6 {
		display: none;
	}
}

.faq-page .nav {
	padding: 24px;
	background: var(--vtc-bg-common-bg1);
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
}
.faq-page .nav li button {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
	padding: 18px 22px;
	background-color: #fff;
}
.faq-page .nav li button.active {
	color: #fff;
}
.faq-page .accordion .accordion-item {
	border: 2px solid #e6e6e7;
	border-radius: 14px;
	background: none;
	margin-top: 30px;
	transition: all 0.4s;
}
.faq-page .accordion .accordion-item button {
	border: none;
	background: none;
	padding: 40px;
	color: #070811;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 100% */
	text-transform: capitalize;
	position: relative;
}
.faq-page .accordion .accordion-item button:focus {
	outline: none;
	box-shadow: none;
}
.faq-page .accordion .accordion-item button::before {
	content: '';
	position: absolute;
	right: 26px;
	top: 32px;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	z-index: 1;
	background: #5a65f5;
}
.faq-page .accordion .accordion-item button::after {
	filter: brightness(0) invert(1);
	z-index: 3;
}
.faq-page .accordion .accordion-item .accordion-body {
	color: rgba(255, 255, 255, 0.9098039216);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 155.556% */
	padding-left: 42px;
	margin-top: -20px;
	padding-bottom: 44px;
	padding-right: 80px;
}
.faq-page .accordion .accordion-item.active {
	transition: all 0.4s;
	border-radius: 14px;
	background: #5a65f5;
}
.faq-page .accordion .accordion-item.active button {
	color: #fff !important;
}
.faq-page .accordion .accordion-item.active button::before {
	content: '';
	position: absolute;
	right: 26px;
	top: 32px;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	z-index: 1;
	background: #fff;
}
.faq-page .accordion .accordion-item.active button::after {
	filter: brightness(0) invert(0);
}
.faq-page .accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: none;
}

/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
.fact {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fact .face-contact {
	position: relative;
}
.fact .face-contact .shape1 {
	position: absolute;
	top: 0;
	left: 0;
}
.fact .face-contact .shape2 {
	position: absolute;
	top: 100px;
	right: 0;
}
.fact .boxs-area {
	background-color: var(--vtc-bg-bg-white);
	padding: 60px 80px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
@media (max-width: 767px) {
	.fact .boxs-area {
		display: block;
	}
}
.fact .boxs-area .single-box {
	text-align: center;
	position: relative;
}
@media (max-width: 767px) {
	.fact .boxs-area .single-box {
		margin-top: 30px;
	}
}
.fact .boxs-area .single-box p {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-semibold);
	line-height: var(--f-fs-font-fs16); /* 100% */
}
.fact .boxs-area .single-box p img {
	margin-top: -3px;
}
.fact .boxs-area .single-box h3 {
	color: var(--vtc-text-heading-1);
	font-size: var(--f-fs-font-fs56);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs64);
	padding-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.fact .boxs-area .single-box h3 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs40);
	}
}
@media (max-width: 767px) {
	.fact .boxs-area .single-box h3 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs40);
	}
}
.fact .boxs-area .single-box::after {
	content: '';
	position: absolute;
	background-color: #e6e6e7;
	height: 90px;
	width: 2px;
	right: -100px;
	top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.fact .boxs-area .single-box::after {
		display: none;
	}
}
@media (max-width: 767px) {
	.fact .boxs-area .single-box::after {
		display: none;
	}
}
.fact .boxs-area .single-box.no::after {
	display: none;
}
.fact .boxs-area .box-shape1 {
	position: absolute;
	top: 70px;
	left: -30px;
}
.fact .boxs-area .box-shape2 {
	position: absolute;
	bottom: -20px;
	right: -20px;
}
.fact .boxs-area .box-shape3 {
	position: absolute;
	bottom: -60px;
	right: 50%;
}

.buy-sell {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
}

.buy-sell-bottom {
	position: relative;
	margin-top: -220px;
	z-index: 99;
}
.buy-sell-bottom .bg {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
	margin-right: -100px;
	margin-left: -100px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
	border-radius: 4px;
	padding-top: 40px;
}
.buy-sell-bottom .bg .box-area-all {
	position: relative;
}
.buy-sell-bottom .bg .box-area-all .icon {
	background-color: var(--vtc-bg-common-bg1);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	position: absolute;
	right: 20px;
	top: -80px;
	transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.buy-sell-bottom .bg .box-area-all .icon {
		display: none;
	}
}
@media (max-width: 767px) {
	.buy-sell-bottom .bg .box-area-all .icon {
		display: none;
	}
}
.buy-sell-bottom .bg .box-area-all .icon img {
	transition: all 0.4s;
}
.buy-sell-bottom .bg .box-area-all .single-box {
	background-color: var(--vtc-bg-common-bg1);
	padding: 24px;
	border-radius: 4px;
	margin-top: 70px;
	text-align: center;
}
.buy-sell-bottom .bg .box-area-all.box-area-all2 {
	position: relative;
}
.buy-sell-bottom .bg .box-area-all.box-area-all2 .icon {
	top: auto;
	bottom: -80px;
}
.buy-sell-bottom .bg .box-area-all.box-area-all2 .single-box {
	margin-top: 0;
}
.buy-sell-bottom .bg .box-area-all.box-area-all3 {
	position: relative;
}
.buy-sell-bottom .bg .box-area-all.box-area-all3 .icon {
	right: auto;
	left: 20px;
}
.buy-sell-bottom .bg .box-area-all.box-area-all4 {
	position: relative;
}
.buy-sell-bottom .bg .box-area-all.box-area-all4 .icon {
	top: auto;
	bottom: -80px;
	right: auto;
	left: 20px;
}
.buy-sell-bottom .bg .box-area-all.box-area-all4 .single-box {
	margin-top: 0;
}
.buy-sell-bottom .bg .box-area-all:hover .icon {
	background-color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
}
.buy-sell-bottom .bg .box-area-all:hover .icon img {
	transition: all 0.4s;
	filter: brightness(0) invert(1);
	transform: rotateY(180deg);
}
.buy-sell-bottom .service1-main-images {
	position: relative;
	margin: 60px 50px 0 50px;
}
.buy-sell-bottom .service1-main-images .image2 {
	position: absolute;
	bottom: 260px;
	left: 30px;
}
@media (max-width: 767px) {
	.buy-sell-bottom .service1-main-images .image2 {
		bottom: 160px;
	}
}
.buy-sell-bottom .service1-main-images .image3 {
	position: absolute;
	top: 260px;
	right: 30px;
}
@media (max-width: 767px) {
	.buy-sell-bottom .service1-main-images .image3 {
		top: 180px;
	}
}
.buy-sell-bottom .service1-main-images .shape1 {
	position: absolute;
	top: 62px;
	left: -101px;
}
@media (max-width: 767px) {
	.buy-sell-bottom .service1-main-images .shape1 {
		display: none;
	}
}
.buy-sell-bottom .service1-main-images .shape2 {
	position: absolute;
	top: 64px;
	right: -109px;
}
@media (max-width: 767px) {
	.buy-sell-bottom .service1-main-images .shape2 {
		display: none;
	}
}
.buy-sell-bottom .service1-main-images .shape3 {
	position: absolute;
	bottom: 52px;
	left: -104px;
}
@media (max-width: 767px) {
	.buy-sell-bottom .service1-main-images .shape3 {
		display: none;
	}
}
.buy-sell-bottom .service1-main-images .shape4 {
	position: absolute;
	bottom: 51px;
	right: -99px;
}
@media (max-width: 767px) {
	.buy-sell-bottom .service1-main-images .shape4 {
		display: none;
	}
}

.mobile-area {
	position: relative;
}
.mobile-area .button a {
	display: inline-block;
	transition: all 0.4s;
}
.mobile-area .button a:nth-last-child(1) {
	margin-left: 16px;
	display: inline-block;
}
@media (max-width: 767px) {
	.mobile-area .button a:nth-last-child(1) {
		margin-left: 0;
		margin-right: 70px;
		margin-top: 16px;
	}
}
.mobile-area .button a:hover {
	transition: all 0.4s;
	transform: translateY(-5px);
}
.mobile-area .mobile-area {
	position: relative;
	height: 355px;
	text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-area .mobile-area {
		margin-top: 170px;
	}
}
@media (max-width: 767px) {
	.mobile-area .mobile-area {
		height: 420px;
	}
}
.mobile-area .mobile-area .bg {
	position: absolute;
	bottom: -100px;
	right: 0;
}
.mobile-area .mobile-area .main-image {
	position: absolute;
	right: 0px;
	top: 0;
	left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-area .mobile-area .main-image {
		position: absolute;
		right: 0px;
		top: auto;
		left: 0;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.mobile-area .mobile-area .main-image {
		position: absolute;
		right: 0px;
		top: auto;
		left: 0;
		bottom: 0;
	}
}
.mobile-area .mobile-area .coin {
	position: absolute;
	top: -40px;
	left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-area .mobile-area .coin {
		position: absolute;
		top: -100px;
		left: 70px;
	}
}
@media (max-width: 767px) {
	.mobile-area .mobile-area .coin {
		position: absolute;
		top: 40px;
		left: 0;
	}
}
.mobile-area .mobile-area .qr {
	position: absolute;
	right: -120px;
	top: -50px;
}
@media only screen and (min-width: 1399px) and (max-width: 1599px) {
	.mobile-area .mobile-area .qr {
		position: absolute;
		right: -40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-area .mobile-area .qr {
		position: absolute;
		right: 0;
		top: -150px;
	}
}
@media (max-width: 767px) {
	.mobile-area .mobile-area .qr {
		position: absolute;
		right: 0;
		top: 30px;
	}
}
.mobile-area .mobile-area .shape {
	position: absolute;
	right: 0;
}
@media (max-width: 767px) {
	.mobile-area .mobile-area .shape {
		position: absolute;
		right: 0;
		top: 141px;
	}
}

.mobile-area4 {
	position: relative;
}
@media (max-width: 767px) {
	.mobile-area4 .button {
		margin-top: 20px;
	}
}
.mobile-area4 .button a {
	display: inline-block;
	transition: all 0.4s;
}
.mobile-area4 .button a:nth-last-child(1) {
	margin-left: 16px;
	display: inline-block;
}
@media (max-width: 767px) {
	.mobile-area4 .button a:nth-last-child(1) {
		margin-left: 16px;
		margin-right: 0;
	}
}
.mobile-area4 .button a:hover {
	transform: translateY(-5px);
	transition: all 0.4s;
}
.mobile-area4 .mobile-area {
	position: relative;
	height: 355px;
	text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-area4 .mobile-area {
		margin-top: 170px;
	}
}
@media (max-width: 767px) {
	.mobile-area4 .mobile-area {
		height: 420px;
	}
}
.mobile-area4 .mobile-area .bg {
	position: absolute;
	bottom: -100px;
	right: 0;
}
.mobile-area4 .mobile-area .main-image {
	position: absolute;
	right: 0px;
	top: 0;
	left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-area4 .mobile-area .main-image {
		position: absolute;
		right: 0px;
		top: auto;
		left: 0;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.mobile-area4 .mobile-area .main-image {
		position: absolute;
		right: 0px;
		top: auto;
		left: 0;
		bottom: 0;
	}
}
.mobile-area4 .mobile-area .coin {
	position: absolute;
	top: 0px;
	left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-area4 .mobile-area .coin {
		position: absolute;
		top: -100px;
		left: 70px;
	}
}
@media (max-width: 767px) {
	.mobile-area4 .mobile-area .coin {
		position: absolute;
		top: 40px;
		left: 0;
	}
}
.mobile-area4 .mobile-area .qr {
	position: absolute;
	right: -120px;
	top: 0;
}
@media only screen and (min-width: 1399px) and (max-width: 1599px) {
	.mobile-area4 .mobile-area .qr {
		position: absolute;
		right: -72px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-area4 .mobile-area .qr {
		position: absolute;
		right: 0;
		top: -150px;
	}
}
@media (max-width: 767px) {
	.mobile-area4 .mobile-area .qr {
		position: absolute;
		right: 0;
		top: 30px;
	}
}
.mobile-area4 .mobile-area .shape {
	position: absolute;
	right: 0;
}
@media (max-width: 767px) {
	.mobile-area4 .mobile-area .shape {
		position: absolute;
		right: 0;
		top: 141px;
	}
}
.mobile-area4 .shapes-bg {
	position: absolute;
	top: 70px;
	right: 0;
	z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-area4 .shapes-bg {
		top: auto;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.mobile-area4 .shapes-bg {
		top: auto;
		bottom: 0;
	}
}

.token-sell .token_sale {
	position: relative;
	margin: 60px 50px 0 50px;
}
.token-sell .token_sale .shape1 {
	position: absolute;
	top: 62px;
	left: -115px;
}
@media (max-width: 767px) {
	.token-sell .token_sale .shape1 {
		display: none;
	}
}
.token-sell .token_sale .shape2 {
	position: absolute;
	top: 64px;
	right: -119px;
	z-index: 9;
}
@media (max-width: 767px) {
	.token-sell .token_sale .shape2 {
		display: none;
	}
}
.token-sell .token_sale .shape3 {
	position: absolute;
	bottom: 52px;
	left: -114px;
	z-index: -9;
}
@media (max-width: 767px) {
	.token-sell .token_sale .shape3 {
		display: none;
	}
}
.token-sell .token_sale .shape4 {
	position: absolute;
	bottom: 51px;
	right: -109px;
	z-index: -9;
}
@media (max-width: 767px) {
	.token-sell .token_sale .shape4 {
		display: none;
	}
}
.token-sell .box-area-all {
	position: relative;
	z-index: 9;
}
.token-sell .box-area-all .icon {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	position: absolute;
	right: 20px;
	top: -80px;
	transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.token-sell .box-area-all .icon {
		display: none;
	}
}
@media (max-width: 767px) {
	.token-sell .box-area-all .icon {
		display: none;
	}
}
.token-sell .box-area-all .icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #283514 17.46%, #283514 93.13%)
	);
	z-index: 9;
	transition: all 0.4s;
	opacity: 1;
}
.token-sell .box-area-all .icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #c0ff3a 17.46%, #00ffa3 93.13%)
	);
	z-index: 11;
	transition: all 0.4s;
	opacity: 0;
}
.token-sell .box-area-all .icon img {
	transition: all 0.4s;
	position: relative;
	z-index: 999;
}
.token-sell .box-area-all .single-box {
	padding: 24px;
	border-radius: 4px;
	margin-top: 70px;
	text-align: center;
	position: relative;
}
.token-sell .box-area-all .single-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #021b19 17.46%, #151b0f 93.13%)
	);
	z-index: -2;
	transition: all 0.4s;
	opacity: 1;
}
.token-sell .box-area-all .single-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #c0ff3a 17.46%, #00ffa3 93.13%)
	);
	z-index: -1;
	transition: all 0.4s;
	opacity: 0;
}
.token-sell .box-area-all.box-area-all2 {
	position: relative;
}
.token-sell .box-area-all.box-area-all2 .icon {
	top: auto;
	bottom: -80px;
}
.token-sell .box-area-all.box-area-all2 .single-box {
	margin-top: 0;
}
.token-sell .box-area-all.box-area-all3 {
	position: relative;
}
.token-sell .box-area-all.box-area-all3 .icon {
	right: auto;
	left: 20px;
}
.token-sell .box-area-all.box-area-all4 {
	position: relative;
}
.token-sell .box-area-all.box-area-all4 .icon {
	top: auto;
	bottom: -80px;
	right: auto;
	left: 20px;
}
.token-sell .box-area-all.box-area-all4 .single-box {
	margin-top: 0;
}
.token-sell .box-area-all:hover .single-box::before {
	opacity: 1;
	transition: all 0.6s;
}
.token-sell .box-area-all:hover .single-box h5 a {
	transition: all 0.4s;
	color: var(--vtc-text-heading-1);
}
.token-sell .box-area-all:hover .single-box p {
	color: var(--vtc-text-pera-1);
	transition: all 0.4s;
}
.token-sell .box-area-all:hover .icon {
	transition: all 0.4s;
}
.token-sell .box-area-all:hover .icon::before {
	opacity: 1;
	transition: all 0.9s;
}
.token-sell .box-area-all:hover .icon img {
	transition: all 0.4s;
	filter: brightness(0);
	transform: rotateY(180deg);
}
.token-sell .token_sale {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-top: 60px;
}
.token-sell .token_sale .tk_counter_inner {
	background-color: #323238;
	height: 490px;
	width: 490px;
	border-radius: 50%;
	padding-top: 80px;
	position: relative;
}
@media (max-width: 767px) {
	.token-sell .token_sale .tk_counter_inner {
		background-color: #323238;
		height: auto;
		width: auto;
		border-radius: 4px;
		padding-top: 80px;
		width: 320px;
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.token-sell .token_sale .tk_counter_inner::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1294117647);
	border-radius: 50%;
	z-index: -1;
	transform: scale(1.1);
}
@media (max-width: 767px) {
	.token-sell .token_sale .tk_counter_inner::after {
		border-radius: 4px;
	}
}
.token-sell .token_sale .tk_counter_inner .progress {
	position: relative;
	margin: auto;
	height: 24px;
	width: 100%;
	text-align: right;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.1843137255);
}
.token-sell .token_sale .tk_counter_inner .progress .progress_label {
	background-color: #ffffff;
	bottom: -6px;
	color: #ffffff;
	line-height: 1;
	position: absolute;
	top: -6px;
	width: 1px;
}
.token-sell
	.token_sale
	.tk_counter_inner
	.progress
	.progress_label
	.progress
	.progress_label
	strong {
	font-size: 14px;
	font-weight: 600;
	left: 50%;
	margin-top: 5px;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.token-sell .token_sale .tk_counter_inner .progress .progress-bar {
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	text-align: right;
	background: var(--vtc-bg-main-bg-2);
	color: var(--Home-Page-2-Color-Dark-Color, #02020a);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 12px; /* 100% */
	padding-right: 10px;
}
.token-sell .token_sale .tk_counter_inner .bank-list {
	margin-top: 15px;
}
.token-sell .token_sale .tk_counter_inner .bank-list li a {
	display: inline-block;
	margin: 0px 2px;
}
.token-sell .token_sale .tk_counter_inner .progress-bar-area {
	position: relative;
	margin: 0 50px;
}
.token-sell
	.token_sale
	.tk_counter_inner
	.progress-bar-area
	.progress-texts
	li {
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
}
.token-sell
	.token_sale
	.tk_counter_inner
	.progress-bar-area
	.progress-texts
	.text1 {
	position: absolute;
	left: 0;
	top: -38px;
}
.token-sell
	.token_sale
	.tk_counter_inner
	.progress-bar-area
	.progress-texts
	.text2 {
	position: absolute;
	right: 0;
	top: -38px;
}
.token-sell
	.token_sale
	.tk_counter_inner
	.progress-bar-area
	.progress-texts
	.text3 {
	position: absolute;
	left: 70px;
	top: 42px;
}
.token-sell
	.token_sale
	.tk_counter_inner
	.progress-bar-area
	.progress-texts
	.text4 {
	position: absolute;
	right: 70px;
	top: 42px;
}
.token-sell
	.token_sale
	.tk_counter_inner
	.progress-bar-area
	.progress-texts
	.after1 {
	width: 1px;
	height: 36px;
	background-color: #fff;
	position: absolute;
	left: 29%;
	top: -6px;
}
.token-sell
	.token_sale
	.tk_counter_inner
	.progress-bar-area
	.progress-texts
	.after2 {
	width: 1px;
	height: 36px;
	background-color: #fff;
	position: absolute;
	right: 29%;
	top: -6px;
}

#timer {
	display: flex; /* This will arrange the child elements in a row */
	justify-content: center; /* This will distribute space evenly around the child elements */
	align-items: center; /* This will vertically center the child elements */
}

.time {
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 100% */
	width: 90px;
	border-radius: 4px;
	padding: 24px 0px;
	margin: 0px 16px;
}
.time span {
	display: block;
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	padding-top: 12px;
}

.token-sell-shape {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -32;
}

.roadmap .roadmap-boxs {
	position: relative;
}
.roadmap .roadmap-boxs .parent-area .circle-box-area {
	line-height: 160px;
	position: relative;
	margin-left: 175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap .roadmap-boxs .parent-area .circle-box-area {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.roadmap .roadmap-boxs .parent-area .circle-box-area {
		margin-left: 0;
	}
}
.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box {
	background-color: #1a1a1a;
	height: 160px;
	width: 160px;
	border-radius: 50%;
	text-align: center;
	line-height: 160px;
	padding-top: 50px;
	position: relative;
	z-index: 9;
	margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box {
		margin-top: 30px;
	}
}
.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 4px solid #1a1a1a;
	z-index: -2;
}
.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: var(--vtc-bg-main-bg-2);
	z-index: -1;
	opacity: 0;
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box p {
	color: #d1d1d1;
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: 600;
	line-height: var(--f-fs-font-fs16); /* 100% */
	padding-bottom: 12px;
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area .circle-box-area .circle-box h3 {
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: var(--f-fs-font-fs32);
	font-style: normal;
	font-weight: 700;
	line-height: var(--f-fs-font-fs32); /* 100% */
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area .circle-box-area .line-shape {
	position: absolute;
	right: -20px;
	top: 75px;
	filter: brightness(40);
	opacity: 0.1;
	transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap .roadmap-boxs .parent-area .circle-box-area .line-shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.roadmap .roadmap-boxs .parent-area .circle-box-area .line-shape {
		display: none;
	}
}
.roadmap .roadmap-boxs .parent-area .circle-box-area.right {
	display: flex;
	justify-content: end;
	margin-left: 0;
	margin-right: 175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap .roadmap-boxs .parent-area .circle-box-area.right {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.roadmap .roadmap-boxs .parent-area .circle-box-area.right {
		margin-right: 0;
	}
}
.roadmap .roadmap-boxs .parent-area .circle-box-area.right .line-shape {
	position: absolute;
	left: -19px;
	top: 137px;
	filter: brightness(40);
	opacity: 0.1;
	transition: all 0.4s;
	transform: rotate(180deg);
}
.roadmap .roadmap-boxs .parent-area .roadmap-box {
	background-color: #16161e;
	padding: 32px;
	border-radius: 4px;
	margin-left: 30px;
	margin-top: 60px;
	transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap .roadmap-boxs .parent-area .roadmap-box {
		margin-left: 0;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.roadmap .roadmap-boxs .parent-area .roadmap-box {
		margin-left: 0;
		margin-top: 30px;
	}
}
.roadmap .roadmap-boxs .parent-area .roadmap-box.right {
	margin-left: 0;
	margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap .roadmap-boxs .parent-area .roadmap-box.right {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.roadmap .roadmap-boxs .parent-area .roadmap-box.right {
		margin-right: 0;
	}
}
.roadmap .roadmap-boxs .parent-area:hover .circle-box-area .line-shape {
	filter: none;
	opacity: 1;
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area:hover .circle-box::after {
	border: 4px solid #c0ff3a;
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area:hover .circle-box::before {
	opacity: 1;
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area:hover .circle-box h3 {
	color: var(--vtc-text-heading-1);
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area:hover .circle-box p {
	color: var(--vtc-text-pera-1);
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area:hover .roadmap-box {
	transform: translateY(-10px);
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box-area .line-shape {
	filter: none;
	opacity: 1;
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box::after {
	border: 4px solid #c0ff3a;
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box::before {
	opacity: 1;
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box h3 {
	color: var(--vtc-text-heading-1);
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .circle-box p {
	color: var(--vtc-text-pera-1);
	transition: all 0.4s;
}
.roadmap .roadmap-boxs .parent-area.active .roadmap-box {
	transform: translateY(-10px);
	transition: all 0.4s;
}
.roadmap .roadmap-boxs::after {
	content: '';
	position: absolute;
	height: 96%;
	width: 2px;
	background-color: #35353b;
	top: 50px;
	left: 50%;
	z-index: -10;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap .roadmap-boxs::after {
		display: none;
	}
}
@media (max-width: 767px) {
	.roadmap .roadmap-boxs::after {
		display: none;
	}
}
.roadmap .sec-shape {
	position: absolute;
	bottom: -100px;
	left: 0;
	z-index: -30;
}

.others2 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.others2 .heading {
	padding: 80px 0px;
}
.others2 .heading span.span {
	display: inline-block;
	color: var(--Home-Page-2-Color-Dark-Color, #02020a);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs16); /* 100% */
	text-transform: uppercase;
	padding: 10px 14px;
	border-radius: 4px;
	background-color: var(--vtc-bg-bg-white);
	margin-bottom: 16px;
}
.others2 .heading h2 {
	color: var(--Home-Page-2-Color-Dark-Color, #02020a);
	font-size: var(--f-fs-font-fs56);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs64);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.others2 .heading h2 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
@media (max-width: 767px) {
	.others2 .heading h2 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
.others2 .heading p {
	color: var(--Home-Page-2-Color-Dark-Color, #02020a);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: 500;
	line-height: var(--f-fs-font-fs28);
}
.others2 .heading .buttons a {
	display: inline-block;
	transition: all 0.4s;
}
.others2 .heading .buttons a:hover {
	transition: all 0.4s;
	transform: translateY(-5px);
}
.others2 .heading .buttons a:nth-last-child(1) {
	margin-left: 16px;
}
@media (max-width: 767px) {
	.others2 .heading .buttons a:nth-last-child(1) {
		margin-left: 0;
		margin-top: 20px;
		margin-right: 30px;
	}
}
.others2 .main-image {
	margin-left: 160px;
	margin-top: 94px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.others2 .main-image {
		margin-left: 0;
		margin-right: 100px;
	}
}
@media (max-width: 767px) {
	.others2 .main-image {
		margin-left: 0;
		margin-right: 100px;
		margin-top: 30px;
	}
}

.roadmap2 {
	position: relative;
}
.roadmap2 .roadmap2-area {
	position: relative;
}
.roadmap2 .roadmap2-area::after {
	position: absolute;
	content: '';
	top: 145px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url(../img/shapes/roadmap2-bg-shape.png);
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width: 767px) {
	.roadmap2 .roadmap2-area::after {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap2 .roadmap2-area::after {
		display: none;
	}
}
.roadmap2 .roadmap2-area .roadmap2-box {
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap2 .roadmap2-area .roadmap2-box {
		padding-top: 40px;
	}
}
@media (max-width: 767px) {
	.roadmap2 .roadmap2-area .roadmap2-box {
		padding-top: 40px;
	}
}
.roadmap2 .roadmap2-area .roadmap2-box p {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs16); /* 100% */
	padding-bottom: 16px;
}
.roadmap2 .roadmap2-area .roadmap2-box h4 {
	color: var(--vtc-bg-bg-white);
	font-size: var(--f-fs-font-fs20);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs20); /* 100% */
}
.roadmap2 .roadmap2-area .roadmap2-box img {
	margin: 20px 0px;
}
.roadmap2 .roadmap2-area .roadmap2-box.bottom {
	margin-top: 180px;
}
.roadmap2 .roadmap2-area .roadmap2-box.bottom1 {
	margin-left: -215px;
}
.roadmap2 .roadmap2-area .roadmap2-box.top1 {
	margin-left: -110px;
}
.roadmap2 .roadmap2-area .roadmap2-box.bottom3 {
	margin-right: -218px;
}
.roadmap2 .roadmap2-area .roadmap2-box.top2 {
	margin-right: -109px;
}
.roadmap2 .sec-shape1 {
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap2 .sec-shape1 {
		display: none;
	}
}
@media (max-width: 767px) {
	.roadmap2 .sec-shape1 {
		display: none;
	}
}
.roadmap2 .sec-shape2 {
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap2 .sec-shape2 {
		display: none;
	}
}
@media (max-width: 767px) {
	.roadmap2 .sec-shape2 {
		display: none;
	}
}
.roadmap2 .sec-shape3 {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.roadmap2 .sec-shape3 {
		display: none;
	}
}
@media (max-width: 767px) {
	.roadmap2 .sec-shape3 {
		display: none;
	}
}

.possibilites {
	position: relative;
}
.possibilites .possibilites-boxs {
	text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.possibilites .possibilites-boxs {
		text-align: start;
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.possibilites .possibilites-boxs {
		text-align: start;
		margin-top: 40px;
	}
}
.possibilites .possibilites-boxs .single-box {
	display: inline-block;
	width: 260px;
	padding: 20px 0;
	text-align: center;
	border-radius: 4px;
	margin-left: 30px;
	background-color: #1f1a25;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.possibilites .possibilites-boxs .single-box {
		margin-left: 0;
		margin-right: 30px;
	}
}
@media (max-width: 767px) {
	.possibilites .possibilites-boxs .single-box {
		margin-left: 0;
		margin-right: 30px;
	}
}
.possibilites .possibilites-boxs .single-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(
		--Home-Page-1-Color-Gradient,
		linear-gradient(90deg, #ee64fe 0%, #7000fd 100%)
	);
	border-radius: 4px;
	z-index: 1;
	opacity: 0;
	transition: all 0.4s;
}
.possibilites .possibilites-boxs .single-box p {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs24); /* 100% */
	text-transform: capitalize;
	position: relative;
	z-index: 3;
}
.possibilites .possibilites-boxs .single-box.top {
	margin-bottom: 30px;
}
.possibilites .possibilites-boxs .single-box.active::after {
	opacity: 1;
}
.possibilites .possibilites-boxs .single-box:hover::after {
	opacity: 1;
	transition: all 0.4s;
}
.possibilites .features-bg {
	border-radius: 4px;
	background: var(
		--Home-Page-1-Color-Gredient-1,
		linear-gradient(90deg, #49d2fd 0%, #8f00ff 100%)
	);
	padding: 100px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.possibilites .features-bg {
		padding: 50px 0px;
	}
}
@media (max-width: 767px) {
	.possibilites .features-bg {
		padding: 50px 0px;
	}
}
.possibilites .features-bg .main-image {
	position: absolute;
	left: 0;
	bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.possibilites .features-bg .main-image {
		position: static;
	}
}
@media (max-width: 767px) {
	.possibilites .features-bg .main-image {
		position: static;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.possibilites .features-bg .heading3-w {
		padding: 30px;
	}
}
@media (max-width: 767px) {
	.possibilites .features-bg .heading3-w {
		padding: 30px;
	}
}
.possibilites .sec-shape {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.video-area3 .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 70px;
	border-radius: 4px;
}
@media (max-width: 767px) {
	.video-area3 .bg {
		padding: 30px 30px 100px 30px;
	}
}
@media (max-width: 767px) {
	.video-area3 .video-area3-all {
		justify-content: center;
		margin-right: 0;
	}
}
.video-area3.contact-page h2 {
	font-size: 44px;
}

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 MARKET AREA CSS
::::::::::::::::::::::::::
*/
.market-page-sec1 .market-update-boxs {
	background-color: var(--vtc-bg-common-bg1);
	padding: 32px;
	border-radius: 4px;
	margin-left: -100px;
	margin-right: -100px;
	margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.market-page-sec1 .market-update-boxs {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.market-page-sec1 .market-update-boxs {
		margin-left: 0;
		margin-right: 0;
	}
}
.market-page-sec1 .market-update-boxs .update-box {
	padding: 24px;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
	transition: all 0.4s;
}
.market-page-sec1 .market-update-boxs .update-box:hover {
	transition: all 0.4s;
	transform: translateY(-10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.market-page-sec1 .market-update-boxs .update-box {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.market-page-sec1 .market-update-boxs .update-box {
		margin-top: 30px;
	}
}
.market-page-sec1 .market-update-boxs .update-box h3 {
	color: var(--Core-Black, #000);
	font-size: 20.132px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.6px; /* 112.26% */
	padding-top: 24px;
}
.market-page-sec1 .market-update-boxs .update-box .icon-area {
	display: flex;
	align-items: center;
}
.market-page-sec1 .market-update-boxs .update-box .icon-area .heading {
	padding-left: 16px;
}
.market-page-sec1 .market-update-boxs .update-box .icon-area .heading h5 {
	color: var(--Core-Black, #000);
	font-size: 16.105px;
	font-style: normal;
	font-weight: 600;
	line-height: 28.184px; /* 175% */
}
.market-page-sec1 .market-update-boxs .update-box .icon-area .heading p {
	color: var(--Cool-Gray-09, #626d7d);
	font-size: 13.086px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.362px; /* 170.89% */
}
.market-page-sec1 .market-update-boxs .update-box .bottom-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
}
.market-page-sec1 .market-update-boxs .update-box .bottom-area .author {
	color: var(--Cool-Gray-09, #626d7d);
	font-size: 13.086px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.362px; /* 170.89% */
}
.market-page-sec1 .market-update-boxs .update-box .bottom-area .up {
	color: var(--Green-1, #219653);
	font-size: 13.086px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.6px; /* 172.708% */
}
.market-page-sec1 .market-update-boxs .update-box .bottom-area .down {
	color: var(--Green-1, #eb5757);
	font-size: 13.086px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.6px; /* 172.708% */
}
.market-page-sec1 .market-update-boxs .update-box .bottom-area .up-bg {
	color: var(--Green-1, #219653);
	font-size: 11.072px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.6px; /* 204.109% */
	border-radius: 61.636px;
	background: rgba(33, 150, 83, 0.2);
	padding: 2px 6px;
}
.market-page-sec1 .market-update-boxs .update-box .ye {
	position: absolute;
	right: 60px;
	top: 35px;
}
.market-page-sec1 .market-update-boxs .update-box .chart {
	position: absolute;
	top: 60px;
	right: 40px;
}
.market-page-sec1 .market-tab .nav {
	background-color: var(--vtc-bg-common-bg1);
	padding: 24px;
	border-radius: 4px;
	margin-top: 50px;
}
.market-page-sec1 .market-tab .nav li button {
	padding: 18px 20px;
	border-radius: 4px;
	background: #fff;
	margin-right: 16px;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}
.market-page-sec1 .market-tab .nav li button.active {
	background: var(--vtc-bg-main-bg-1);
	color: #fff;
}

/*
::::::::::::::::::::::::::
 MARKET AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero-area1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 900px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.hero-area1 .main-heading {
	padding-top: 120px;
}
.hero-area1 .main-heading span.span {
	display: inline-block;
	font-size: var(--f-fs-font-fs16);
	line-height: var(--f-fs-font-fs16);
	font-weight: var(--f-fw-bold);
	color: var(--vtc-bg-main-bg-1);
	text-transform: uppercase;
	background-color: var(--vtc-bg-bg-white);
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.hero-area1 .main-heading h1 {
	color: var(--vtc-text-heading-1);
	font-size: var(--f-fs-font-fs36);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs54);
}
@media (max-width: 767px) {
	.hero-area1 .main-heading h1 {
		font-size: var(--f-fs-font-fs28);
		line-height: var(--f-fs-font-fs32);
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area1 .main-heading h1 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
.hero-area1 .main-heading p {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: 28px;
}
.hero-area1 .main-heading .subscribe-form {
	margin-top: 30px;
	margin-right: 60px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area1 .main-heading .subscribe-form {
		margin-right: 0px;
	}
}
@media (max-width: 767px) {
	.hero-area1 .main-heading .subscribe-form {
		margin-right: 0px;
	}
}
.hero-area1 .main-heading .subscribe-form input {
	padding: 21px 22px;
	border: none;
	border-radius: 4px;
	width: 100%;
}
.hero-area1 .main-heading .subscribe-form input:focus {
	outline: none;
}
.hero-area1 .main-heading .subscribe-form input::-moz-placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}
.hero-area1 .main-heading .subscribe-form input::placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}
.hero-area1 .main-heading .subscribe-form .button {
	position: absolute;
	top: 5px;
	right: 5px;
}
.hero-area1 .main-heading .subscribe-form .pay-option {
	margin-top: 30px;
}
.hero-area1 .main-heading .subscribe-form .pay-option li.text {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
}
.hero-area1 .main-heading .subscribe-form .pay-option li {
	display: inline-block;
	margin-right: 7px;
}
.hero-area1 .hero1-images {
	position: relative;
	z-index: 1;
	max-height: 700px;
	margin-top: 242px;
}
@media (max-width: 767px) {
	.hero-area1 .hero1-images {
		max-height: 930px;
	}
}
.hero-area1 .hero1-images .mobile-all-imges {
	position: relative;
	height: 350px;
	text-align: start;
	width: 404px;
	margin-top: -45px;
	z-index: 2;
}
@media (max-width: 767px) {
	.hero-area1 .hero1-images .mobile-all-imges {
		margin-top: -200px;
	}
}
.hero-area1 .hero1-images .mobile-all-imges .mobile-image1 {
	margin-left: 50px;
	position: relative;
	z-index: -2;
}
@media (max-width: 767px) {
	.hero-area1 .hero1-images .mobile-all-imges .mobile-image1 {
		margin-left: 0;
	}
}
.hero-area1 .hero1-images .mobile-all-imges .mobile-image2 {
	position: absolute;
	bottom: 60px;
	left: 0;
}
.hero-area1 .hero1-images .mobile-all-imges .mobile-image3 {
	position: absolute;
	top: 60px;
	right: 0;
}
.hero-area1 .hero1-images .main-images .main-img1 {
	position: absolute;
	bottom: 0px;
}
.hero-area1 .hero1-images .main-images .main-img2 {
	position: absolute;
	right: 0;
	bottom: 0;
}
.hero-area1 .hero1-images .main-images .app-btn1 {
	position: absolute;
	top: 230px;
	right: -130px;
}
@media only screen and (min-width: 1399px) and (max-width: 1599px) {
	.hero-area1 .hero1-images .main-images .app-btn1 {
		right: -30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area1 .hero1-images .main-images .app-btn1 {
		right: 0;
		top: 40px;
	}
}
@media (max-width: 767px) {
	.hero-area1 .hero1-images .main-images .app-btn1 {
		display: none;
	}
}
.hero-area1 .hero1-images .main-images .app-btn2 {
	position: absolute;
	top: 180px;
	right: -80px;
}
@media only screen and (min-width: 1399px) and (max-width: 1599px) {
	.hero-area1 .hero1-images .main-images .app-btn2 {
		right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area1 .hero1-images .main-images .app-btn2 {
		right: 0;
		top: 0px;
	}
}
@media (max-width: 767px) {
	.hero-area1 .hero1-images .main-images .app-btn2 {
		display: none;
	}
}
.hero-area1 .hero1-images .main-images .qr-code {
	position: absolute;
	top: 30px;
	right: -120px;
}
@media only screen and (min-width: 1399px) and (max-width: 1599px) {
	.hero-area1 .hero1-images .main-images .qr-code {
		right: -30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area1 .hero1-images .main-images .qr-code {
		right: 0;
		top: -145px;
	}
}
@media (max-width: 767px) {
	.hero-area1 .hero1-images .main-images .qr-code {
		display: none;
	}
}
.hero-area1 .hero1-images .main-images .shape {
	position: absolute;
	top: 90px;
	right: -200px;
}

body.body2 {
	background-color: #02020a;
	z-index: -33;
}

.hero-area2 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 820px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.hero-area2 .circle-shape1 {
	position: absolute;
	top: 172px;
	left: -30px;
	opacity: 0.3;
}
.hero-area2 .circle-shape2 {
	position: absolute;
	top: 190px;
	left: -9px;
	opacity: 0.3;
}
.hero-area2 .shape1 {
	position: absolute;
	top: 40px;
	right: 20px;
}
.hero-area2 .shape2 {
	position: absolute;
	bottom: -30px;
	right: 50%;
}
.hero-area2 .main-heading {
	padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area2 .main-heading {
		padding-top: 150px;
	}
}
@media (max-width: 767px) {
	.hero-area2 .main-heading {
		padding-top: 150px;
	}
}
.hero-area2 .main-heading span.span {
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: uppercase;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px 16px;
	display: inline-block;
	margin-bottom: 16px;
}
.hero-area2 .main-heading h1 {
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: var(--f-fs-font-fs62);
	font-style: normal;
	font-weight: 800;
	line-height: 82px; /* 132.258% */
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area2 .main-heading h1 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
@media (max-width: 767px) {
	.hero-area2 .main-heading h1 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
.hero-area2 .main-heading h1 span.after {
	background: linear-gradient(275deg, #09ff9f 20.2%, #c0ff3b 49.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 62px;
	font-style: normal;
	font-weight: 800;
	line-height: 82px;
	text-transform: uppercase;
	display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area2 .main-heading h1 span.after {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
@media (max-width: 767px) {
	.hero-area2 .main-heading h1 span.after {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
.hero-area2 .main-heading p {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs28); /* 155.556% */
}
.hero-area2 .main-heading .buttons {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.hero-area2 .main-heading .buttons {
		display: block;
	}
}
.hero-area2 .images-area {
	height: 650px;
	position: relative;
}
.hero-area2 .images-area .image1 {
	position: absolute;
	bottom: -85px;
	right: 0;
}
.hero-area2 .images-area .image2 {
	width: 130px;
	position: absolute;
	top: 101px;
	left: 143px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area2 .images-area .image2 {
		width: 130px;
		position: absolute;
		top: 101px;
		left: 120px;
	}
}
.hero-area2 .images-area .image3 {
	width: 290px;
	position: absolute;
	bottom: 100px;
	right: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area2 .images-area .image3 {
		width: 290px;
		position: absolute;
		bottom: 100px;
		right: 0;
	}
}
@media (max-width: 767px) {
	.hero-area2 .images-area .image3 {
		width: 290px;
		position: absolute;
		bottom: 220px;
		right: 0;
	}
}
.hero-area2 .images-area .image4 {
	width: 400px;
	position: absolute;
	bottom: -60px;
	left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area2 .images-area .image4 {
		width: 400px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media (max-width: 767px) {
	.hero-area2 .images-area .image4 {
		width: 400px;
		position: absolute;
		bottom: 0;
		left: -60px;
	}
}

.hero-area3 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 860px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.hero-area3 .main-heading {
	padding-top: 90px;
	/* video button  */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area3 .main-heading {
		margin-top: 100px;
	}
}
@media (max-width: 767px) {
	.hero-area3 .main-heading {
		margin-top: 100px;
	}
}
.hero-area3 .main-heading span.span {
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.075);
	padding: 8px 16px;
	margin-bottom: 16px;
	display: inline-block;
}
.hero-area3 .main-heading span.span span {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: uppercase;
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #ee64fe 17.46%, #7000fd 93.13%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-radius: 4px;
}
.hero-area3 .main-heading h1 {
	color: var(--vtc-bg-bg-white);
	font-size: 100px;
	font-style: normal;
	font-weight: 800;
	line-height: 100px; /* 100% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area3 .main-heading h1 {
		font-size: 48px;
		line-height: 48px;
	}
}
@media (max-width: 767px) {
	.hero-area3 .main-heading h1 {
		font-size: 48px;
		line-height: 48px;
	}
}
.hero-area3 .main-heading h1 span.after {
	position: relative;
	display: inline-block;
}
.hero-area3 .main-heading h1 span.after img {
	position: absolute;
	top: 9px;
	left: 0;
}
.hero-area3 .main-heading p {
	color: var(--vtc-text-pera-2);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
}
.hero-area3 .main-heading .buttons {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.hero-area3 .main-heading .buttons {
		display: block;
		margin-top: 30px;
	}
}
.hero-area3 .main-heading .video-play-button {
	position: relative;
	z-index: 10;
	margin: 0px 30px;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
	.hero-area3 .main-heading .video-play-button {
		margin: 0px 30px 0px 0px;
	}
}
.hero-area3 .main-heading .video-play-button:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.3764705882);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.hero-area3 .main-heading .video-play-button:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 45px;
	height: 45px;
	background: var(--vtc-bg-main-bg-3);
	border-radius: 50%;
	transition: all 200ms;
}
.hero-area3 .main-heading .video-play-button:hover:after {
	background-color: #da0528;
}
.hero-area3 .main-heading .video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}
.hero-area3 .main-heading .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	margin-top: 14px;
	margin-left: 7px;
	width: 0;
	height: 0;
	border-radius: 4px;
	border-left: 13px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
.hero-area3 .main-heading .hero-button1 {
	display: flex;
	align-items: center;
	cursor: pointer;
}
@media (max-width: 767px) {
	.hero-area3 .main-heading .hero-button1 {
		margin-top: 20px;
	}
}
.hero-area3 .main-heading .hero7-all-buttons {
	display: flex;
	align-items: center;
}
.hero-area3 .main-heading .video-btn-pera {
	margin-left: -24px;
}
.hero-area3 .main-heading .video-btn-pera p {
	color: var(--Home-Page-2-Color-White-Color, #fff) !important;
	font-size: 18px;
	font-style: normal;
	font-weight: var(--f-fw-bold) !important;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
}
.hero-area3 .images-area {
	position: relative;
	margin-right: -160px;
	height: 700px;
	margin-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area3 .images-area {
		margin-left: 0;
		margin-right: 0;
		height: 700px;
	}
}
@media (max-width: 767px) {
	.hero-area3 .images-area {
		margin-left: 0;
		margin-right: 0;
		height: 500px;
	}
}
.hero-area3 .images-area .image1 {
	position: absolute;
	bottom: 0;
}
.hero-area3 .images-area .shape1 {
	position: absolute;
	left: -100px;
	top: 100px;
	width: 220px;
}
.hero-area3 .images-area .shape2 {
	position: absolute;
	left: -200px;
	bottom: 0;
}
.hero-area3 .coin-shape1 {
	position: absolute;
	left: 0;
	top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area3 .coin-shape1 {
		display: none;
	}
}
@media (max-width: 767px) {
	.hero-area3 .coin-shape1 {
		display: none;
	}
}
.hero-area3 .coin-shape2 {
	position: absolute;
	right: 0;
	top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area3 .coin-shape2 {
		display: none;
	}
}
@media (max-width: 767px) {
	.hero-area3 .coin-shape2 {
		display: none;
	}
}

.hero3-slider {
	padding-top: 100px;
	position: relative;
}
.hero3-slider .heading h5 {
	color: rgba(255, 255, 255, 0.9058823529);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 100% */
}
.hero3-slider .hero3-slider-all {
	margin-top: 30px;
}
.hero3-slider .hero3-slider-all .single-slider {
	width: 120px;
	height: 100px;
	display: flex;
	align-items: center;
	opacity: 0.8;
}
.hero3-slider .hero3-slider-shpae {
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero3-slider .hero3-slider-shpae {
		display: none;
	}
}
@media (max-width: 767px) {
	.hero3-slider .hero3-slider-shpae {
		display: none;
	}
}

.hero-area4 {
	background-color: var(--vtc-bg-common-bg4);
	min-height: 850px;
	display: flex;
	align-items: center;
	position: relative;
}
.hero-area4 .main-heading {
	padding-top: 100px;
}
.hero-area4 .main-heading span.span {
	display: inline-block;
	color: #f69434;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: uppercase;
	border-radius: 3.596px;
	background: #fff;
	padding: 10px 14px;
	margin-bottom: 16px;
}
.hero-area4 .main-heading h1 {
	color: var(--Home-Page-4-Color-Text-Color, #050402);
	font-size: var(--f-fs-font-fs56);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs70); /* 125% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area4 .main-heading h1 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
@media (max-width: 767px) {
	.hero-area4 .main-heading h1 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
.hero-area4 .main-heading p {
	color: var(--Home-Page-4-Color-Paragraph-Color, #525554);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs28); /* 155.556% */
}
.hero-area4 .subscribe-form {
	margin-top: 24px;
	position: relative;
}
.hero-area4 .subscribe-form input {
	padding: 16px 24px 15px 24px;
	border: none;
	border-radius: 4px;
	border: 1px solid var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	background: #fff;
	width: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area4 .subscribe-form input {
		width: 430px;
	}
}
.hero-area4 .subscribe-form input:focus {
	outline: none;
}
.hero-area4 .subscribe-form input::-moz-placeholder {
	color: var(--Home-Page-4-Color-Paragraph-Color, #525554);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}
.hero-area4 .subscribe-form input::placeholder {
	color: var(--Home-Page-4-Color-Paragraph-Color, #525554);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}
.hero-area4 .subscribe-form .button {
	position: absolute;
	top: 0;
	right: 60px;
}
@media (max-width: 767px) {
	.hero-area4 .subscribe-form .button {
		right: 0;
	}
}
.hero-area4 .subscribe-form .pay-option {
	padding-top: 24px;
}
.hero-area4 .subscribe-form .pay-option ul {
	display: flex;
	align-items: center;
}
.hero-area4 .subscribe-form .pay-option ul li {
	display: inline-block;
	padding-right: 4px;
}
.hero-area4 .subscribe-form .pay-option ul li.text {
	color: var(--Home-Page-4-Color-Paragraph-Color, #525554);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-semibold);
	line-height: var(--f-fs-font-fs16); /* 100% */
	padding-right: 7px;
}
.hero-area4 .all-images {
	position: relative;
	height: 650px;
}
.hero-area4 .all-images .main-image-bg {
	position: absolute;
	left: 70px;
	bottom: 0;
}
.hero-area4 .all-images .main-image {
	position: absolute;
	bottom: -100px;
	left: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area4 .all-images .main-image {
		bottom: 0;
		left: 0;
	}
}
@media (max-width: 767px) {
	.hero-area4 .all-images .main-image {
		bottom: 0;
		left: 0;
	}
}
.hero-area4 .all-images .hero4-shape1 {
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 767px) {
	.hero-area4 .all-images .hero4-shape1 {
		top: 70px;
	}
}
.hero-area4 .all-images .hero4-shape2 {
	position: absolute;
	top: 50px;
	left: 0;
}
.hero-area4 .all-images .hero4-shape3 {
	position: absolute;
	bottom: 0;
	right: -70px;
}
@media (max-width: 767px) {
	.hero-area4 .all-images .hero4-shape3 {
		display: none;
	}
}
.hero-area4 .sec-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -3;
}

.common-hero {
	position: relative;
	max-height: 512px;
	padding: 30px 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.common-hero .main-heading {
	padding-top: 100px;
}
.common-hero h1 {
	color: var(--vtc-text-heading-1);
	font-size: var(--f-fs-font-fs56);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs70);
}
@media (max-width: 767px) {
	.common-hero h1 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.common-hero h1 {
		font-size: var(--f-fs-font-fs40);
		line-height: var(--f-fs-font-fs48);
	}
}
.common-hero p {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: 28px;
}
.common-hero .subscribe-form {
	margin-top: 30px;
	margin-right: 60px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.common-hero .subscribe-form {
		margin-right: 0px;
	}
}
@media (max-width: 767px) {
	.common-hero .subscribe-form {
		margin-right: 0px;
	}
}
.common-hero .subscribe-form input {
	padding: 21px 22px;
	border: none;
	border-radius: 4px;
	width: 100%;
}
.common-hero .subscribe-form input:focus {
	outline: none;
}
.common-hero .subscribe-form input::-moz-placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}
.common-hero .subscribe-form input::placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}
.common-hero .subscribe-form .button {
	position: absolute;
	top: 5px;
	right: 5px;
}
.common-hero .common-hero-images {
	position: relative;
	height: 500px;
}
.common-hero .common-hero-images .image1 {
	position: absolute;
	left: -100px;
	top: 0;
}
.common-hero .common-hero-images .image2 {
	position: absolute;
	bottom: -10px;
	right: -90px;
}

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
.coin-list .block-text .heading {
	letter-spacing: -1px;
	margin-bottom: 0;
}
.coin-list .block-text a {
	position: relative;
	background-color: transparent;
	padding: 0;
}
.coin-list .block-text a::after {
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: red;
}
.coin-list .block-text a:hover {
	color: blue;
}
.coin-list .coin-list__main {
	margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.coin-list .coin-list__main {
		overflow: auto;
	}
}
@media (max-width: 767px) {
	.coin-list .coin-list__main {
		overflow: auto;
	}
}
.coin-list .coin-list__main .flat-tabs .menu-tab {
	display: flex;
	position: relative;
}
.coin-list .coin-list__main .flat-tabs .menu-tab li {
	margin-right: 9px;
	padding: 8px 24px;
	border-radius: 24px;
	cursor: pointer;
}
.coin-list .coin-list__main .flat-tabs .menu-tab li h6 {
	margin-bottom: 0;
	font-size: 14px;
}
.coin-list .coin-list__main .flat-tabs .menu-tab li.active {
	background: blue;
}
.coin-list .coin-list__main .flat-tabs .menu-tab li.active h6 {
	color: #fff;
}
.coin-list .coin-list__main .flat-tabs .content-tab {
	margin-top: 38px;
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner table {
	color: var(--Font-Color-Black-Title, #2b2b2b);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
}
@media (max-width: 767px) {
	.coin-list .coin-list__main .flat-tabs .content-tab .content-inner table {
		width: 800px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.coin-list .coin-list__main .flat-tabs .content-tab .content-inner table {
		width: 800px;
	}
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner table thead {
	background-color: #f3f4ff;
	border-radius: 4px;
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner thead tr th {
	padding: 22px 0px 22px 10px;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: uppercase;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	td:first-child,
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	th:first-child {
	border-radius: 4px 0 0 4px;
	vertical-align: middle;
	text-align: center;
	width: 60px;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	td:last-child,
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	th:last-child {
	border-radius: 0 4px 4px 0;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr.spacer {
	box-shadow: none;
	height: 0;
	display: block;
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner tbody tr {
	height: 90px;
	vertical-align: middle;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
	margin-top: 20px;
	border: none !important;
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner tbody tr td {
	font-weight: 700;
	font-size: 18px;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td
	a {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	display: inline-block;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td
	a
	img {
	margin-right: 10px;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td
	a
	.unit {
	margin-left: 9px;
	color: #777e90;
	font-size: 14px;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td.boild {
	font-weight: 700;
	font-size: 18px;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td.up {
	font-weight: 400;
	color: #58bd7d;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td.down {
	font-weight: 400;
	color: #d33535;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td
	a.btn {
	display: inline-block;
	color: var(--Home-Page-3-Color-Main-Color, #5a65f5);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
	transition: 0.3s all ease-in-out;
	background-color: rgba(90, 100, 245, 0.1098039216);
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr:hover
	.icon-star {
	color: #5a65f5;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr:hover
	a.btn {
	background: #5a65f5;
	color: #fff;
}
.coin-list
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	.icon-star.active::before {
	content: '\e928';
	color: #fabe3c;
}

.table > :not(caption) > * > * {
	padding: 0 0;
	background-color: none;
	border-bottom-width: 0px;
	box-shadow: none;
}

.coin-list.coin-list4 {
	position: relative;
	border-top: 1.5px solid
		var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	border-bottom: 1.5px solid
		var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
}
.coin-list.coin-list4::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--vtc-bg-common-bg4);
	z-index: -9;
}
.coin-list.coin-list4 .block-text .heading {
	letter-spacing: -1px;
	margin-bottom: 0;
}
.coin-list.coin-list4 .block-text a {
	position: relative;
	background-color: transparent;
	padding: 0;
}
.coin-list.coin-list4 .block-text a::after {
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: red;
}
.coin-list.coin-list4 .block-text a:hover {
	color: blue;
}
.coin-list.coin-list4 .coin-list__main {
	margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.coin-list.coin-list4 .coin-list__main {
		overflow: auto;
	}
}
@media (max-width: 767px) {
	.coin-list.coin-list4 .coin-list__main {
		overflow: auto;
	}
}
.coin-list.coin-list4 .coin-list__main .flat-tabs .menu-tab {
	display: flex;
	position: relative;
}
.coin-list.coin-list4 .coin-list__main .flat-tabs .menu-tab li {
	margin-right: 9px;
	padding: 8px 24px;
	border-radius: 24px;
	cursor: pointer;
}
.coin-list.coin-list4 .coin-list__main .flat-tabs .menu-tab li h6 {
	margin-bottom: 0;
	font-size: 14px;
}
.coin-list.coin-list4 .coin-list__main .flat-tabs .menu-tab li.active {
	background: blue;
}
.coin-list.coin-list4 .coin-list__main .flat-tabs .menu-tab li.active h6 {
	color: #fff;
}
.coin-list.coin-list4 .coin-list__main .flat-tabs .content-tab {
	margin-top: 38px;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	table {
	color: var(--Font-Color-Black-Title, #2b2b2b);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	table
	thead {
	border: 1px solid var(--Home-Page-4-Color-Normal, #f69434);
	background: #fff;
	border-radius: 4px;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	thead
	tr
	th {
	padding: 22px 0px 22px 48px;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: uppercase;
	border-right: 1px solid #f69434;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.coin-list.coin-list4
		.coin-list__main
		.flat-tabs
		.content-tab
		.content-inner
		thead
		tr
		th {
		padding: 22px 22px 22px 22px;
	}
}
@media (max-width: 767px) {
	.coin-list.coin-list4
		.coin-list__main
		.flat-tabs
		.content-tab
		.content-inner
		thead
		tr
		th {
		padding: 22px 60px 22px 40px;
	}
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	thead
	tr
	th:nth-child(1) {
	border-right: none;
	padding: 0px 0px 0px 0px;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	thead
	tr
	th:nth-child(2) {
	border-right: none;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	thead
	tr
	th:nth-last-child(1) {
	border-right: none;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	thead
	tr
	th:nth-last-child(2) {
	border-right: none;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	td:first-child,
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	th:first-child {
	border-radius: 4px 0 0 4px;
	vertical-align: middle;
	text-align: center;
	width: 60px;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	td:last-child,
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	th:last-child {
	border-radius: 0 4px 4px 0;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr.spacer {
	box-shadow: none;
	height: 20px;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr.spacer::after {
	display: none;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr.spacer::before {
	display: none;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr {
	height: 90px;
	vertical-align: middle;
	border-radius: 4px;
	margin-top: 20px;
	border: none !important;
	position: relative;
	box-shadow: none;
	background: none;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1px solid var(--Home-Page-4-Color-Normal, #f69434);
	background: #fff;
	z-index: -1;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1px solid var(--Home-Page-4-Color-Normal, #f69434);
	background: #fff;
	z-index: -1;
	transition: all 0.4s;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td {
	font-weight: 700;
	font-size: 18px;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td
	a {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	display: inline-block;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td
	a
	img {
	margin-right: 10px;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td
	a
	.unit {
	margin-left: 9px;
	color: #777e90;
	font-size: 14px;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td.boild {
	font-weight: 700;
	font-size: 18px;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td.up {
	font-weight: 400;
	color: #58bd7d;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td.down {
	font-weight: 400;
	color: #d33535;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr
	td
	a.btn {
	display: inline-block;
	color: var(--Home-Page-3-Color-Main-Color, #f69434);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
	transition: 0.3s all ease-in-out;
	background-color: #fdead6;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr:hover::before {
	background: var(--vtc-bg-main-bg-4);
	transition: all 0.4s;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr:hover
	.icon-star {
	color: #f69434;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	tbody
	tr:hover
	a.btn {
	background: #f69434;
	color: #fff;
}
.coin-list.coin-list4
	.coin-list__main
	.flat-tabs
	.content-tab
	.content-inner
	.icon-star.active::before {
	content: '\e928';
	color: #fabe3c;
}
.coin-list.coin-list4 .sec-shape1 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.coin-list.coin-list4 .sec-shape2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
.profile-area {
	padding: 250px 0;
	background-color: #f3f4ff;
}
.profile-area .profile-user-id {
	text-align: center;
	padding: 32px;
	border-radius: 4px;
	background: var(--Home-Page-3-Color-Gray-Color, #fff);
}
.profile-area .profile-user-id .heading {
	padding-top: 24px;
}
.profile-area .profile-user-id .heading h4 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
}
.profile-area .profile-user-id .heading h6 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	padding-top: 16px;
}
.profile-area .profile-user-id .tab-content-buttons .nav button {
	text-align: start;
	margin-top: 20px;
	padding: 20px;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
	background: #f3f4ff;
}
.profile-area .profile-user-id .tab-content-buttons .nav button img {
	margin-top: -4px;
	margin-right: 6px;
}
.profile-area .profile-user-id .tab-content-buttons .nav button.active {
	transition: all 0.4s;
	color: #fff;
	background: var(--vtc-bg-main-bg-1);
}
.profile-area .profile-user-id .tab-content-buttons .nav button.active img {
	filter: brightness(0) invert(1);
}
.profile-area .tab-content-body {
	margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.profile-area .tab-content-body {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.profile-area .tab-content-body {
		margin-left: 0;
	}
}
.profile-area .tab-content-body .profile-heading h6 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
}
.profile-area .tab-content-body .profile-heading h3 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 100% */
	text-transform: capitalize;
}
.profile-area .tab-content-body .profile-heading h3 span.up {
	color: #1fcb4f;
}
.profile-area .tab-content-body .profile-heading h3 span.down {
	color: #cb1f34;
}
.profile-area .tab-content-body .profile-heading p {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.profile-area .tab-content-body .profile-form {
	background: #fff;
	padding: 32px;
	border-radius: 4px;
}
.profile-area .tab-content-body .profile-form .single-input {
	margin-top: 20px;
	position: relative;
}
.profile-area .tab-content-body .profile-form .single-input label {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	margin-bottom: 16px;
}
.profile-area .tab-content-body .profile-form .single-input input {
	padding: 18px;
	border-radius: 4px;
	border: none;
	width: 100%;
	background: #f3f4ff;
}
.profile-area
	.tab-content-body
	.profile-form
	.single-input
	input::-moz-placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.profile-area .tab-content-body .profile-form .single-input input::placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.profile-area .tab-content-body .profile-form .single-input input:focus {
	outline: none;
}
.profile-area .tab-content-body .profile-form .single-input .copy-btn {
	border: none;
	border-radius: 4px;
	background: var(--vtc-bg-main-bg-1);
	padding: 10px 12px;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 12px; /* 100% */
	position: absolute;
	right: 10px;
	bottom: 14px;
}
.profile-area .tab-content-body .profile-form .single-input .nice-select.wide {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 100% */
	height: 60px;
	border: none;
	background: #f3f4ff;
}
.profile-area .tab-content-body .profile-form .border-all {
	background: #e2e3ee;
	width: 100%;
	height: 1px;
	margin: 30px 0px;
}
.profile-area .tab-content-body .profile-form .button {
	text-align: end;
}
.profile-area .tab-content-body .profile-form .bottom-area .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.profile-area .tab-content-body .profile-form .wallet-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}
.profile-area .tab-content-body .profile-form .wallet-option h6 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
}
.profile-area .tab-content-body .profile-form .toggle-inner input {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 25px;
	right: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
.profile-area .tab-content-body .profile-form .custom-toggle {
	position: absolute;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	top: 4px;
	left: 5px;
	border-radius: 50%;
	transition: 300ms all;
}
.profile-area .tab-content-body .profile-form .toggle-inner .t-month,
.profile-area .tab-content-body .profile-form .toggle-inner .t-year {
	position: absolute;
	left: -50px;
	top: 8px;
	color: #0e1124;
	transition: 300ms all;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
}
.profile-area .tab-content-body .profile-form .toggle-inner {
	margin-top: 30px;
}
.profile-area .tab-content-body .profile-form .toggle-inner .t-year {
	left: unset;
	right: -140px;
	opacity: 0.5;
}
.profile-area .tab-content-body .profile-form .active > .toggle-inner .t-month {
	opacity: 0.5;
}
.profile-area .tab-content-body .profile-form .active > .toggle-inner .t-year {
	opacity: 1;
}
.profile-area
	.tab-content-body
	.profile-form
	.toggle-inner
	input:checked
	+ span {
	left: 28px;
}
.profile-area .tab-content-body .profile-form .toggle-inner {
	width: 60px;
	margin: 0 auto;
	height: 35px;
	background: var(--vtc-bg-main-bg-1);
	border-radius: 25px;
	position: relative;
}

.login-page {
	padding: 225px 0px;
	background-color: #f3f4ff;
}
.login-page .login-area {
	background: #ffffff;
	border-radius: 4px;
	padding: 32px;
	margin-top: 60px;
}
.login-page .login-area h5 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	text-transform: capitalize;
	margin-bottom: 10px;
}
.login-page .login-area .form-area .single-input {
	margin-top: 20px;
}
.login-page .login-area .form-area .single-input label {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	margin-bottom: 16px;
}
.login-page .login-area .form-area .single-input input {
	padding: 18px;
	border-radius: 4px;
	border: none;
	width: 100%;
	background: #f3f4ff;
}
.login-page .login-area .form-area .single-input input::-moz-placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.login-page .login-area .form-area .single-input input::placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.login-page .login-area .form-area .single-input input:focus {
	outline: none;
}
.login-page .login-area .form-area .single-input .nice-select.wide {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 100% */
	height: 60px;
	border: none;
	background: #f3f4ff;
}
.login-page .login-area .form-area .check-box-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.login-page .login-area .form-area .check-box-area .box input {
	width: 16px;
	height: 16px;
}
.login-page .login-area .form-area .check-box-area .box label {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	margin-top: -8px;
	margin-left: 6px;
	line-height: 16px; /* 100% */
}
.login-page .login-area .form-area .check-box-area .pera a {
	display: inline-block;
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.login-page .login-area .form-area .button {
	margin: 24px 0px;
}
.login-page .login-area .form-area .button button {
	width: 100%;
}
.login-page .login-area .form-area .google-buttons {
	margin-top: 16px;
}
.login-page .login-area .form-area .google-buttons a {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	background: #f3f4fe;
	border-radius: 60px;
	padding: 16px 20px;
	text-align: center;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
}
.login-page .login-area .form-area .google-buttons a img {
	margin-top: -3px;
}
.login-page .login-area .form-area .qr-code-area {
	text-align: center;
}
.login-page .login-area .form-area .qr-code-area h6 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
}
.login-page .login-area .form-area .qr-code-area p {
	color: var(--Home-Page-3-Color-Text-Color, rgba(7, 8, 17, 0.7882352941));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 100% */
}
.login-page .login-area .form-area .qr-code-area p a {
	color: #5a65f5;
	text-decoration: underline;
}

/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preloader.preloader2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading {
	height: 140px;
	position: relative;
	width: 140px;
	border-radius: 100%;
}

.loading-container {
	margin: 40px auto;
}

.loading {
	border: 1px solid transparent;
	border-color: transparent #5a65f5 transparent #5a65f5;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading.loading2 {
	border: 1px solid transparent;
	border-color: transparent #c0ff3a transparent #c0ff3a !important;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading.loading3 {
	border: 1px solid transparent;
	border-color: transparent #ee64fe transparent #ee64fe;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading.loading4 {
	border: 1px solid transparent;
	border-color: transparent #f69434 transparent #f69434;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
	transition: all 0.5s ease-in-out;
}

#loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CASE AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  CASE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
.buy-sell-box {
	background-color: var(--vtc-bg-common-bg1);
	border-radius: 4px;
	padding: 24px;
	margin-top: 30px;
}
.buy-sell-box ul li a {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
	background-color: var(--vtc-bg-bg-white);
	padding: 18px;
	display: inline-block;
	width: 100%;
	border-radius: 4px;
}
.buy-sell-box ul li a.active {
	color: #fff;
	background-color: var(--vtc-bg-main-bg-1);
}

.buy-area .form-all-buy {
	padding-left: 30px;
	margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.buy-area .form-all-buy {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.buy-area .form-all-buy {
		padding-left: 0;
	}
}
.buy-area .form-all-buy .progress-bar {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-direction: row !important;
	margin-right: 0;
}
@media (max-width: 767px) {
	.buy-area .form-all-buy .progress-bar {
		display: block;
		flex-direction: column;
	}
}
.buy-area .form-all-buy .progress-bar .step-indicator {
	display: flex;
	align-items: center;
	position: relative;
}
@media (max-width: 767px) {
	.buy-area .form-all-buy .progress-bar .step-indicator {
		display: block;
		margin-top: 10px;
	}
}
.buy-area .form-all-buy .progress-bar .step-indicator::after {
	content: '';
	position: absolute;
	right: -100px;
	top: 10px;
	height: 2px;
	width: 80px;
	background: #838388;
}
.buy-area .form-all-buy .progress-bar .step-indicator span {
	display: inline-block;
}
.buy-area .form-all-buy .progress-bar .step-indicator span.label {
	color: var(--Home-Page-3-Color-Text-Color, rgba(7, 8, 17, 0.8431372549));
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}
.buy-area .form-all-buy .dot {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #838388;
	display: inline-block;
	transition: all 0.4s;
	position: relative;
}
.buy-area .form-all-buy .dot::after {
	content: '';
	position: absolute;
	height: 12px;
	width: 12px;
	top: 3px;
	left: 3px;
	background-color: #5a65f5;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.4s;
}
.buy-area .form-all-buy .dot.active {
	border: 1px solid #5a65f5;
}
.buy-area .form-all-buy .dot.active::after {
	content: '';
	position: absolute;
	height: 12px;
	width: 12px;
	top: 3px;
	left: 3px;
	background-color: #5a65f5;
	border-radius: 50%;
	opacity: 1;
	transition: all 0.4s;
}
.buy-area .form-all-buy form {
	display: flex;
	flex-direction: column;
}
.buy-area .form-all-buy .step {
	display: none;
}
.buy-area .form-all-buy .step.active {
	display: block;
}
.buy-area .form-all-buy button {
	margin-top: 10px;
	padding: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.buy-area .form-all-buy .stap-form-bg {
	background-color: var(--vtc-bg-common-bg1);
	border-radius: 4px;
	padding: 48px;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.buy-area .form-all-buy .stap-form-bg.unic {
		width: 500px;
		overflow-x: scroll !important;
	}
}
@media (max-width: 767px) {
	.buy-area .form-all-buy .stap-form-bg {
		padding: 24px;
	}
}
.buy-area .form-all-buy .stap-form-bg h4 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 100% */
	text-transform: capitalize;
}
.buy-area .form-all-buy .stap-form-bg h3 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
	text-transform: capitalize;
}
.buy-area .form-all-buy .stap-form-bg p {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
}
.buy-area .form-all-buy .stap-form-bg .icon {
	text-align: center;
	background-color: var(--vtc-bg-main-bg-1);
	height: 48px;
	width: 48px;
	line-height: 48px;
	border-radius: 50%;
	margin: auto;
	transform: translateY(30px);
}
.buy-area .form-all-buy .stap-form-bg .single-input {
	margin-top: 30px;
}
.buy-area .form-all-buy .stap-form-bg .single-input label {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
	margin-bottom: 16px;
}
.buy-area .form-all-buy .stap-form-bg .single-input input {
	padding: 16px;
	border: none;
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
}
.buy-area .form-all-buy .stap-form-bg .single-input input:focus {
	outline: none;
}
.buy-area .form-all-buy .stap-form-bg .single-input input::-moz-placeholder {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}
.buy-area .form-all-buy .stap-form-bg .single-input input::placeholder {
	color: var(--Home-Page-3-Color-Paragraph-Color, #50515c);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}
.buy-area .form-all-buy .stap-form-bg .single-input.input2 label {
	color: var(--Home-Page-3-Color-Text-Color, rgba(7, 8, 17, 0.7882352941));
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	margin-bottom: 16px;
}
.buy-area .form-all-buy .stap-form-bg .pay-box {
	display: flex;
	align-items: center;
}
.buy-area .form-all-buy .stap-form-bg .pay-box .heading {
	padding-left: 16px;
}
.buy-area .form-all-buy .stap-form-bg .pay-box .heading h6 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
}
.buy-area .form-all-buy .stap-form-bg .pay-box .heading p {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	padding-top: 12px;
}
.buy-area .form-all-buy .stap-form-bg .copy {
	border-radius: 4px;
	border: 1px solid rgba(7, 8, 17, 0.1);
	background: #fff;
	text-align: center;
	padding: 20px;
}
.buy-area .form-all-buy .stap-form-bg .Cancel-btn {
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}
.buy-area
	.form-all-buy
	.stap-form-bg
	.Cancel-btn
	button.theme-btn1.btn.btn--ripple.ripple {
	width: 100%;
	padding: 20px;
}
.buy-area
	.form-all-buy
	.stap-form-bg
	.Cancel-btn
	.button1
	button.theme-btn1.prev-btn.btn--ripple.ripple {
	width: 100%;
	padding: 20px;
	background: #e4e6fe;
	color: #070811;
}
.buy-area .form-all-buy .stap-form-bg .sucsess-area h5 {
	text-align: center;
}
.buy-area .form-all-buy .stap-form-bg .sucsess-area p.per {
	text-align: center;
}
.buy-area .form-all-buy .stap-form-bg .sucsess-area p.per a {
	text-decoration: underline;
}
.buy-area .form-all-buy .stap-form-bg .sucsess-area .completed-box {
	border-radius: 4px;
	border: 1px solid rgba(7, 8, 17, 0.05);
	background: #fff;
	padding: 24px;
	margin-top: 32px;
}
.buy-area
	.form-all-buy
	.stap-form-bg
	.sucsess-area
	.completed-box
	.completed-border {
	background-color: #e6e6e7;
	width: 100%;
	height: 1px;
	margin: 24px 0px;
}
.buy-area .form-all-buy .stap-form-bg .sucsess-area .completed-box .row-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.buy-area .form-all-buy .stap-form-bg .sucsess-area .completed-box .row-box {
		display: block;
	}
}
.buy-area
	.form-all-buy
	.stap-form-bg
	.sucsess-area
	.completed-box
	.row-box
	.color {
	color: #3bd165;
}
.buy-area
	.form-all-buy
	.stap-form-bg
	.sucsess-area
	.completed-box
	.row-box
	p
	img {
	margin-top: -3px;
	margin-left: 2px;
}
@media (max-width: 767px) {
	.buy-area
		.form-all-buy
		.stap-form-bg
		.sucsess-area
		.completed-box
		.row-box
		p:nth-child(1) {
		padding-bottom: 10px;
	}
}
.buy-area .form-all-buy .stap-form-bg .sucsess-area .completed-box.new {
	padding: 0;
	background: transparent;
	border: none;
}
.buy-area .form-all-buy .stap-form-bg .search-area {
	position: relative;
}
.buy-area .form-all-buy .stap-form-bg .search-area .input-area {
	position: relative;
}
@media (max-width: 767px) {
	.buy-area .form-all-buy .stap-form-bg .search-area .input-area {
		margin-bottom: 80px;
	}
}
.buy-area .form-all-buy .stap-form-bg .search-area .input-area input {
	border: none;
	padding: 18px 18px 18px 39px;
	border-radius: 4px;
	background-color: #fff;
	width: 330px;
}
.buy-area .form-all-buy .stap-form-bg .search-area .input-area input:focus {
	outline: none;
}
.buy-area
	.form-all-buy
	.stap-form-bg
	.search-area
	.input-area
	input::-moz-placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
}
.buy-area
	.form-all-buy
	.stap-form-bg
	.search-area
	.input-area
	input::placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
}
.buy-area
	.form-all-buy
	.stap-form-bg
	.search-area
	.input-area
	.input-btn
	button {
	background: none;
	position: absolute;
	left: 5px;
	top: -3px;
}
.buy-area .form-all-buy .stap-form-bg .search-area .nice-select {
	height: 60px;
	line-height: 60px !important;
	padding: 0 30px 0 24px;
	color: var(--Home-Page-3-Color-Main-Color, #5a65f5);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
	border: 1px solid #5a65f5;
	position: absolute;
	top: 0;
	right: 168px;
}
@media (max-width: 767px) {
	.buy-area .form-all-buy .stap-form-bg .search-area .nice-select {
		top: 80px;
	}
}
.buy-area .form-all-buy .stap-form-bg .search-area .nice-select:after {
	border-bottom: 2px solid #5a65f5;
	border-right: 2px solid #5a65f5;
	content: '';
	display: block;
	height: 8px;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 8px;
}
.buy-area .form-all-buy .stap-form-bg .search-area .button {
	position: absolute;
	right: 18px;
	top: -8px;
}
@media (max-width: 767px) {
	.buy-area .form-all-buy .stap-form-bg .search-area .button {
		top: 70px;
	}
}
.buy-area .form-all-buy .stap-form-bg .search-area .button button {
	padding: 20px;
}
@media (max-width: 767px) {
	.buy-area .form-all-buy .stap-form-bg table.table {
		overflow-x: auto;
	}
}
.buy-area .form-all-buy .stap-form-bg table.table thead {
	background-color: #fff;
	padding: 16px;
	border-radius: 4px;
	height: 60px;
	line-height: 60px;
}
.buy-area .form-all-buy .stap-form-bg table.table thead tr th {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.buy-area .form-all-buy .stap-form-bg table.table tbody tr {
	height: 90px;
	border-radius: 4px;
	background-color: #fff;
	line-height: 90px;
}
.buy-area .form-all-buy .stap-form-bg table.table tbody tr th {
	width: 60px;
	text-align: center;
}
.buy-area .form-all-buy .stap-form-bg table.table tbody tr td a {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	display: inline-block;
}
.buy-area .form-all-buy .stap-form-bg table.table tbody tr td a img {
	margin-right: 6px;
}
.buy-area .form-all-buy .stap-form-bg table.table tbody tr td.boild {
	color: var(--Font-Color-Black-Title, #2b2b2b);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}
.buy-area .form-all-buy .stap-form-bg table.table tbody tr td.up {
	color: #1fcb4f;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}
.buy-area .form-all-buy .stap-form-bg table.table tbody tr td.down {
	color: #ff2424;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}
.buy-area .form-all-buy .stap-form-bg table.table tbody tr.spacer {
	height: 20px;
}

/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
.about-team {
	position: relative;
}
.about-team::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--vtc-bg-common-bg1);
	z-index: -6;
}
.about-team .team-box {
	position: relative;
	padding: 32px;
	text-align: center;
	margin-top: 36px;
	transition: all 0.4s;
}
.about-team .team-box .image {
	margin-bottom: 30px;
}
.about-team .team-box .image img {
	border-radius: 50%;
}
.about-team .team-box .heading1 p {
	padding-top: 9px;
}
.about-team .team-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--vtc-bg-bg-white);
	z-index: -5;
	border-radius: 4px;
}
.about-team .team-box .box-shape {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -4;
	opacity: 0.3;
	transition: all 0.4s;
}
.about-team .team-box .icons {
	margin-top: 20px;
}
.about-team .team-box .icons li {
	display: inline-block;
}
.about-team .team-box .icons li a {
	display: inline-block;
	position: relative;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: #070811;
	margin: 0px 1px;
	transition: all 0.4s;
}
.about-team .team-box .icons li a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/shapes/about-team-icon1.png);
	z-index: -2;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.about-team .team-box .icons li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/shapes/about-team-icon2.png);
	z-index: -1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.4s;
}
.about-team .team-box .icons li a.active {
	transition: all 0.4s;
	color: #fff;
}
.about-team .team-box .icons li a.active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/shapes/about-team-icon2.png);
	z-index: -1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
	transition: all 0.4s;
}
.about-team .team-box .icons li a:hover {
	transition: all 0.4s;
	color: #fff;
}
.about-team .team-box .icons li a:hover::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/shapes/about-team-icon2.png);
	z-index: -1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
	transition: all 0.4s;
}
.about-team .team-box .icons li:nth-child(1) {
	transform: translateX(90px);
	z-index: -2;
	transition: all 0.4s;
}
.about-team .team-box .icons li:nth-child(2) {
	transform: translateX(46px);
	z-index: -2;
	transition: all 0.4s;
}
.about-team .team-box .icons li:nth-child(3) {
	z-index: 4;
	position: relative;
	transition: all 0.4s;
}
.about-team .team-box .icons li:nth-child(4) {
	transform: translateX(-46px);
	z-index: -2;
	transition: all 0.4s;
}
.about-team .team-box .icons li:nth-child(5) {
	transform: translateX(-90px);
	z-index: -2;
	transition: all 0.4s;
}
.about-team .team-box:hover {
	transition: all 0.4s;
	transform: translateY(-10px);
}
.about-team .team-box:hover .box-shape {
	opacity: 1;
	transition: all 0.4s;
}
.about-team .team-box:hover .icons li:nth-child(1) {
	transform: translateX(0);
	z-index: -2;
	transition: all 0.4s;
}
.about-team .team-box:hover .icons li:nth-child(2) {
	transform: translateX(0);
	z-index: -2;
	transition: all 0.4s;
}
.about-team .team-box:hover .icons li:nth-child(3) {
	z-index: 4;
	position: relative;
	transition: all 0.4s;
}
.about-team .team-box:hover .icons li:nth-child(4) {
	transform: translateX(0);
	z-index: -2;
	transition: all 0.4s;
}
.about-team .team-box:hover .icons li:nth-child(5) {
	transform: translateX(0);
	z-index: -2;
	transition: all 0.4s;
}
.about-team .box-shape1 {
	position: absolute;
	bottom: -70px;
	right: 50%;
}
.about-team .box-shape2 {
	position: absolute;
	left: -50px;
	top: 50%;
}
.about-team .box-shape3 {
	position: absolute;
	right: -50px;
	bottom: 30px;
}
.about-team .shape1 {
	top: 150px;
	left: 50px;
	position: absolute;
}
.about-team .shape2 {
	top: 150px;
	right: 50px;
	position: absolute;
}

/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.testimonials-2 .left {
	position: relative;
}

.testimonials-2 .left .swiper-button-next,
.testimonials-2 .left .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 50%;
	z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonials-2 .left .swiper-button-next,
	.testimonials-2 .left .swiper-button-prev {
		top: 110%;
	}
}
@media (max-width: 767px) {
	.testimonials-2 .left .swiper-button-next,
	.testimonials-2 .left .swiper-button-prev {
		top: 110%;
	}
}

.testimonials-2 .left .swiper-button-next::after,
.testimonials-2 .left .swiper-button-prev::after {
	display: none;
}

.testimonials-2 .left .swiper-pagination span {
	font-size: 16px;
	font-weight: 400;
}

.testimonials-2 .left .swiper-pagination .swiper-pagination-current {
	margin-right: -4px;
}

.testimonials-2 .left .swiper-pagination .swiper-pagination-total {
	margin-left: -4px;
}

.testimonials-2 .block-text .heading {
	text-transform: capitalize;
	margin-bottom: 15px;
}

.testimonials-2 .block-text .desc {
	font-size: 20px;
	padding: 0 100px;
}

@media only screen and (max-width: 1200px) {
	.testimonials-2 .block-text .desc {
		padding: 0;
	}
}
.testimonials-2 .swiper-testimonial-2 {
	margin-top: 47px;
	border-radius: 4px;
	background-color: var(--vtc-bg-common-bg1);
}

.testimonials-2 .testimonials-box-2 {
	border-radius: 12px;
	background: var(--bg1);
	padding: 32px 50px 32px 32px;
}
@media (max-width: 767px) {
	.testimonials-2 .testimonials-box-2 {
		padding: 20px;
	}
}

.testimonials-2 .testimonials-box-2 h6 {
	margin-bottom: 10px;
}

.testimonials-2 .testimonials-box-2 .text {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-family: 'Plus Jakarta Sans';
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px; /* 163.636% */
}
@media (max-width: 767px) {
	.testimonials-2 .testimonials-box-2 .text {
		font-size: 18px;
		line-height: 28px;
	}
}

.testimonials-2 .testimonials-box-2 .icon {
	margin-bottom: 10px;
}

.testimonials-2 .testimonials-box-2 .bottom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.testimonials-2 .testimonials-box-2 .bottom .content h6 a {
	display: inline-block;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
}
.testimonials-2 .testimonials-box-2 .bottom .content p {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 100% */
}

.testimonials-2 .testimonials-box-2 .bottom .info {
	display: flex;
}

.testimonials-2 .testimonials-box-2 .bottom .info img {
	min-width: 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
}

.testimonials-2 .testimonials-box-2 .bottom .info .content {
	padding-top: 6px;
}

.testimonials-2 .testimonials-box-2 .bottom img {
	width: 35.28px;
	height: 40.1px;
}

.testimonials-2 .map-testimonial {
	position: relative;
	width: 666px;
	height: 433.01px;
}

@media only screen and (max-width: 1200px) {
	.testimonials-2 .map-testimonial {
		margin-top: 80px;
	}
}
@media only screen and (max-width: 1024px) {
	.testimonials-2 .map-testimonial {
		width: 100%;
	}
	.testimonials-2 .map-testimonial img {
		width: 100%;
	}
}
.testimonials-2 .map-testimonial img.map {
	position: absolute;
	top: 69px;
	left: 24px;
}

.testimonials-2 .map-testimonial .swiper-thumb2 {
	width: 100%;
	height: 100%;
}

.testimonials-2 .map-testimonial .swiper-slide {
	position: absolute;
	z-index: 9;
	width: 56px;
	height: 56px;
	cursor: pointer;
}

.testimonials-2 .map-testimonial .swiper-slide div {
	width: 56px;
	height: 56px;
	border: 4px solid rgba(90, 100, 245, 0.2745098039);
	border-radius: 50%;
	position: relative;
	box-shadow: 0px 10px 25px rgba(71, 92, 133, 0.1);
}

.testimonials-2 .map-testimonial .swiper-slide div::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 2px solid #5a65f5;
	opacity: 0;
}

.testimonials-2 .map-testimonial .swiper-slide div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonials-2 .map-testimonial .swiper-slide div::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	top: auto;
	border-color: rgba(90, 100, 245, 0.2745098039) transparent transparent
		transparent;
	border-style: solid;
	border-width: 12px 6px 0px 6px;
	height: 0px;
	width: 0px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
}

.testimonials-2
	.map-testimonial
	.swiper-slide.swiper-slide-thumb-active
	div::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	top: auto;
	border-color: #5a65f5 transparent transparent transparent;
	border-style: solid;
	border-width: 12px 6px 0px 6px;
	height: 0px;
	width: 0px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
}

.testimonials-2
	.map-testimonial
	.swiper-slide.swiper-slide-thumb-active
	div::before {
	opacity: 1;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(1) {
	bottom: 5%;
	left: 30%;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(2) {
	bottom: 26%;
	left: 50%;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(3) {
	bottom: 23%;
	right: 51px;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(4) {
	top: 36%;
	right: 18px;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(5) {
	top: 22%;
	left: 35%;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(6) {
	top: 49%;
	left: 16%;
}

.pagination-buttons button {
	border-radius: 50%;
	border: none;
	background-color: #5a65f5;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	transition: all 0.4s;
}
.pagination-buttons button:hover {
	transition: all 0.4s;
	background-color: var(--vtc-text-heading-1);
}

.testimonials-2 .pagination-buttons .swiper-button-prev {
	position: absolute;
	right: -15px;
	left: auto;
	transform: translateY(-35px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonials-2 .pagination-buttons .swiper-button-prev {
		right: 50%;
		transform: translateX(-35px);
	}
}
@media (max-width: 767px) {
	.testimonials-2 .pagination-buttons .swiper-button-prev {
		right: 50%;
		transform: translateX(-35px);
	}
}
.testimonials-2 .pagination-buttons .swiper-button-next {
	position: absolute;
	right: -15px;
	left: auto;
	transform: translateY(35px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonials-2 .pagination-buttons .swiper-button-next {
		right: 50%;
		transform: translateX(35px);
	}
}
@media (max-width: 767px) {
	.testimonials-2 .pagination-buttons .swiper-button-next {
		right: 50%;
		transform: translateX(35px);
	}
}

.tes2 {
	position: relative;
}
@media (max-width: 767px) {
	.tes2 {
		padding-bottom: 100px;
	}
}
.tes2 .main-image img {
	width: 100%;
	height: 410px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}
.tes2 .tes2-slider {
	margin-top: 40px;
	background-color: #1b1b22;
	padding: 32px 48px 32px 32px;
	border-radius: 4px;
}
.tes2 .tes2-slider .pera {
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs36); /* 150% */
}
@media (max-width: 767px) {
	.tes2 .tes2-slider .pera {
		font-size: 18px;
		line-height: 26px;
	}
}
.tes2 .tes2-slider .bottom-area {
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.tes2 .tes2-slider .bottom-area .heading {
	padding-left: 16px;
}
.tes2 .tes2-slider .bottom-area .heading h5 a {
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs24); /* 100% */
}
.tes2 .tes2-slider .bottom-area .heading p {
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs18); /* 100% */
	padding-top: 12px;
}
.tes2 .nav-area button {
	display: inline-block;
	border-radius: 50%;
	border: none;
	background: #313131;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	position: relative;
}
.tes2 .nav-area button::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: linear-gradient(275deg, #09ff9f 20.2%, #c0ff3b 49.23%);
	transition: all 0.4s;
	opacity: 0;
}
.tes2 .nav-area button i {
	background: linear-gradient(275deg, #09ff9f 20.2%, #c0ff3b 49.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2;
}
.tes2 .nav-area button:hover::after {
	opacity: 1;
	transition: all 0.4s;
}
.tes2 .nav-area button:hover i {
	background: linear-gradient(275deg, #141414 20.2%, #242424 49.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2;
}
.tes2 .nav-area .arrow-left {
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -35px;
}
@media (max-width: 767px) {
	.tes2 .nav-area .arrow-left {
		top: auto;
		bottom: -80px;
		right: 55%;
	}
}
.tes2 .nav-area .arrow-right {
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: 35px;
}
@media (max-width: 767px) {
	.tes2 .nav-area .arrow-right {
		top: auto;
		bottom: -80px;
		left: 55%;
	}
}
.tes2 .sec-shape {
	position: absolute;
	left: 0;
	top: 0;
}

.tes4 {
	border-top: 1px solid
		var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	border-bottom: 1px solid
		var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	position: relative;
}
.tes4 .tes4-slider-all {
	position: relative;
}
.tes4 .tes4-slider-all .tes4-slider {
	padding: 60px 110px 60px 210px;
	margin-left: 150px;
	border-radius: 7px;
	background-color: var(--vtc-bg-bg-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tes4 .tes4-slider-all .tes4-slider {
		padding: 210px 30px 30px 30px;
		margin-left: 0;
		margin-top: 130px;
	}
}
@media (max-width: 767px) {
	.tes4 .tes4-slider-all .tes4-slider {
		padding: 210px 30px 30px 30px;
		margin-left: 0;
		margin-top: 130px;
	}
}
.tes4 .tes4-slider-all .tes4-slider .single-slider ul li {
	color: #ffc700;
	font-size: 18px;
	margin: 0px 2px;
	display: inline-block;
}
.tes4 .tes4-slider-all .tes4-slider .single-slider .pera {
	color: var(--Home-2-Color-Style-Text-Color, #12100b);
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	line-height: 38px; /* 158.333% */
	padding: 18px 0px 32px 0px;
}
@media (max-width: 767px) {
	.tes4 .tes4-slider-all .tes4-slider .single-slider .pera {
		font-size: 18px;
		line-height: 26px;
	}
}
.tes4 .tes4-slider-all .tes4-slider .single-slider .bottom-area {
	display: flex;
	align-items: center;
}
.tes4 .tes4-slider-all .tes4-slider .single-slider .bottom-area .heading {
	padding-left: 16px;
}
.tes4 .tes4-slider-all .tes4-slider .single-slider .bottom-area .heading h5 a {
	display: inline-block;
	color: var(--Home-2-Color-Style-Text-Color, #12100b);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
	transition: all 0.4s;
}
.tes4 .tes4-slider-all .tes4-slider .single-slider .bottom-area .heading p {
	color: var(--Home-2-Color-Style-Paragraph-Color, #655045);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 100% */
	padding-top: 12px;
}
.tes4 .tes4-slider-all .tes4-slider::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 20px;
	height: 100%;
	width: 100%;
	border-radius: 7px;
	border: 2px solid var(--Home-Page-4-Color-Normal, #f69434);
	background: var(--home-page-4-color-light-hover, #feefe1);
	z-index: -2;
}
.tes4 .tes4-slider-all .tes4-main-image {
	position: absolute;
	top: 55px;
	left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tes4 .tes4-slider-all .tes4-main-image {
		top: -160px;
		left: 50%;
		margin-left: -155px;
	}
}
@media (max-width: 767px) {
	.tes4 .tes4-slider-all .tes4-main-image {
		top: -160px;
		left: 50%;
		margin-left: -155px;
	}
}
.tes4 .tes4-slider-all .qute {
	position: absolute;
	right: 32px;
	bottom: 32px;
}
.tes4 .tes4-slider-all .buttons button {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: var(--vtc-bg-bg-white);
	font-size: 22px;
	border: none;
	border: 1px solid #f69434;
	color: #f69434;
	transition: all 0.4s;
}
.tes4 .tes4-slider-all .buttons button:hover {
	background-color: #f69434;
	transition: all 0.4s;
	color: var(--vtc-bg-bg-white);
}
.tes4 .tes4-slider-all .buttons .arrow-right4 {
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tes4 .tes4-slider-all .buttons .arrow-right4 {
		position: absolute;
		top: auto;
		bottom: -102px;
		right: 50%;
		margin-right: 8px;
	}
}
@media (max-width: 767px) {
	.tes4 .tes4-slider-all .buttons .arrow-right4 {
		position: absolute;
		top: auto;
		bottom: -102px;
		right: 50%;
		margin-right: 8px;
	}
}
.tes4 .tes4-slider-all .buttons .arrow-left4 {
	position: absolute;
	top: 50%;
	right: -30px;
	margin-bottom: -68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tes4 .tes4-slider-all .buttons .arrow-left4 {
		position: absolute;
		top: auto;
		bottom: -34px;
		right: 50%;
		margin-right: -65px;
	}
}
@media (max-width: 767px) {
	.tes4 .tes4-slider-all .buttons .arrow-left4 {
		position: absolute;
		top: auto;
		bottom: -34px;
		right: 50%;
		margin-right: -65px;
	}
}
.tes4::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--vtc-bg-common-bg4);
	z-index: -5;
}
.tes4 .sec-shape1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
}
.tes4 .sec-shape2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tes4 {
		padding-bottom: 160px;
	}
}
@media (max-width: 767px) {
	.tes4 {
		padding-bottom: 160px;
	}
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.testimonial4-section-area .main-shape {
	margin-top: 100px;
	margin-right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area .main-shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.testimonial4-section-area .main-shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.testimonial4-section-area {
		padding: 50px 0px 160px 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area {
		padding: 50px 0px 120px 0px;
	}
}
.testimonial4-section-area .testimonial3-header {
	margin-bottom: 60px;
}
.testimonial4-section-area .testimonial3-header span {
	padding: 8px 10px;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 24px;
}
.testimonial4-section-area .testimonial3-header h1 {
	line-height: 54px;
}
@media (max-width: 767px) {
	.testimonial4-section-area .testimonial3-header h1 {
		line-height: 42px;
	}
}
.testimonial4-section-area .testiomnial-img3 {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.testimonial4-section-area
	.slider-galeria-thumbs.text-center.slick-initialized.slick-slider.slick-vertical {
	position: relative;
	left: 50px;
}
.testimonial4-section-area .testimonial3-slider-content-area {
	border-radius: 0.933px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 4px 4px 48px 0px rgba(0, 0, 0, 0.09);
	padding: 40px 32px;
	margin: 8px;
}
@media (max-width: 767px) {
	.testimonial4-section-area .testimonial3-slider-content-area {
		padding: 20px;
	}
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-author-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-author-area
	ul
	li {
	display: inline-block;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-author-area
	ul
	li
	a {
	height: 40px;
	width: 40px;
	text-align: center;
	display: inline-block;
	color: #ffba00;
	line-height: 40px;
	border-radius: 1.429px;
	background: rgba(244, 243, 239, 0.05);
	margin-right: 4px;
}
@media (max-width: 767px) {
	.testimonial4-section-area
		.testimonial3-slider-content-area
		.testimonial3-author-area
		ul
		li
		a {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}
}
.testimonial4-section-area .testimonial3-slider-content-area p {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs28);
	font-style: italic;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs44); /* 157.143% */
}
@media (max-width: 767px) {
	.testimonial4-section-area .testimonial3-slider-content-area p {
		font-size: 20px;
		line-height: 28px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area .testimonial3-slider-content-area p {
		font-size: 20px;
		line-height: 28px;
	}
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-man-info-area {
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-man-info-area
	.mans-img
	img {
	height: 100px;
	width: 100px;
	-o-object-fit: cover;
	object-fit: cover;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-man-info-area
	.man3-text {
	margin-left: 16px;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-man-info-area
	.man3-text
	p {
	color: rgba(255, 255, 255, 0.862745098);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 100% */
	padding-top: 12px;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-man-info-area
	.man3-text
	a {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 100% */
}
.testimonial4-section-area .slider-galeria-thumbs {
	width: 100%;
}
.testimonial4-section-area .slider-galeria-thumbs .testimonial3-sliders-img {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.testimonial4-section-area .slider-galeria-thumbs .testimonial3-sliders-img {
		text-align: center;
		position: relative;
		left: 26%;
		right: 26%;
		top: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area .slider-galeria-thumbs .testimonial3-sliders-img {
		text-align: center;
		position: relative;
		left: 26%;
		right: 26%;
		top: 20px;
	}
}
.testimonial4-section-area
	.slider-galeria-thumbs
	.testimonial3-sliders-img
	img {
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
}
.testimonial4-section-area .testimonial-sliders {
	margin-bottom: 100px;
	position: relative;
}
@media (max-width: 767px) {
	.testimonial4-section-area .testimonial-sliders {
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area .testimonial-sliders {
		margin-bottom: 50px;
	}
}
.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 {
	position: absolute;
	bottom: 0;
	right: 100px;
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 {
		right: 50%;
		top: auto;
		position: absolute;
		bottom: -145px;
		margin-right: -80px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 {
		right: 50px;
		bottom: 0;
	}
}
.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 button {
	height: 60px;
	width: 60px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	border-radius: 4px;
	background: #322c38;
	transition: all 0.4s ease-in-out;
	color: #fff;
	border: none;
	outline: none;
	margin: 0 8px 0 0;
	font-size: 20px;
	position: relative;
}
.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 button i {
	position: relative;
	z-index: 4;
}
.testimonial4-section-area
	.testimonial-sliders
	.testimonial-arrows2
	button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	z-index: 1;
	opacity: 0;
	transition: all 0.4s;
	background: var(
		--Home-Page-1-Color-Gradient,
		linear-gradient(90deg, #ee64fe 0%, #7000fd 100%)
	);
}
.testimonial4-section-area
	.testimonial-sliders
	.testimonial-arrows2
	button:hover {
	transition: all 0.4s ease-in-out;
	border-radius: 4px;
	color: #fff;
}
.testimonial4-section-area
	.testimonial-sliders
	.testimonial-arrows2
	button:hover::after {
	opacity: 1;
	transition: all 0.4s;
}
.testimonial4-section-area .testimonial-sliders .slider-galeria {
	float: left;
	width: 100%;
}
.testimonial4-section-area .scetion-background {
	background-image: url(../../img/bg/tes8-bg-img.html);
	position: absolute;
	left: 0;
}
.testimonial4-section-area .slider-galeria {
	position: relative;
	top: 60px;
}
.testimonial4-section-area .slider-galeria-thumbs {
	position: relative;
	top: 60px;
}
.testimonial4-section-area
	.testimonial3-sliders-img.slick-slide.slick-current.slick-active:after {
	position: absolute;
	content: '';
	height: 90px;
	width: 90px;
	background: var(
		--Home-Page-1-Color-Gradient,
		linear-gradient(90deg, #ee64fe 0%, #7000fd 100%)
	);
	z-index: -1;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.testimonial4-section-area
	.testimonial3-sliders-img.slick-slide.slick-current.slick-active {
	position: relative;
}
.testimonial4-section-area
	.slider-galeria-thumbs.text-center.slick-initialized.slick-slider.slick-vertical
	img {
	position: relative;
	left: 5px;
	top: 5px;
}
.testimonial4-section-area .sec-shape {
	position: absolute;
	top: -200px;
	right: 0;
	z-index: -3;
}

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
.work1 {
	background-color: var(--vtc-bg-common-bg1);
}
.work1 .work-box-area {
	margin-top: 30px;
	text-align: center;
	position: relative;
	z-index: 9;
}
.work1 .work-box-area span {
	display: inline-block;
	color: var(--Home-Page-3-Color-Main-Color, #5a65f5);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs18); /* 100% */
	text-transform: capitalize;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background-color: var(--vtc-bg-bg-white);
	border-radius: 50%;
	transition: all 0.4s;
	position: relative;
	z-index: 99;
}
.work1 .work-box-area .work-box {
	background-color: var(--vtc-bg-bg-white);
	transition: all 0.4s;
	overflow: hidden;
	border-radius: 4px;
}
.work1 .work-box-area .work-box .image img {
	transition: all 0.4s;
}
.work1 .work-box-area .work-box .heading1 {
	background-color: #dee0fd;
	padding: 32px 28px;
	transition: all 0.4s;
}
.work1 .work-box-area:hover span {
	transition: all 0.4s;
	background-color: var(--vtc-bg-main-bg-1);
	color: var(--vtc-bg-bg-white);
}
.work1 .work-box-area:hover .work-box {
	transition: all 0.4s;
	transform: translateY(-10px);
}
.work1 .work-box-area:hover .work-box .heading1 {
	transition: all 0.4s;
	background-color: var(--vtc-bg-main-bg-1);
}
.work1 .work-box-area:hover .work-box .heading1 h5 a {
	color: var(--vtc-bg-bg-white);
	transition: all 0.4s;
}
.work1 .work-box-area:hover .work-box .heading1 p {
	transition: all 0.4s;
	color: rgba(255, 255, 255, 0.8235294118);
}
.work1 .work-box-area:hover .work-box .image img {
	transform: scale(1.1);
	transition: all 0.4s;
}
.work1 .work-box-area.active span {
	transition: all 0.4s;
	background-color: var(--vtc-bg-main-bg-1);
	color: var(--vtc-bg-bg-white);
}
.work1 .work-box-area.active .heading1 {
	transition: all 0.4s;
	background-color: var(--vtc-bg-main-bg-1);
}
.work1 .work-box-area.active .heading1 h5 a {
	color: var(--vtc-bg-bg-white);
	transition: all 0.4s;
}
.work1 .work-box-area.active .heading1 p {
	transition: all 0.4s;
	color: rgba(255, 255, 255, 0.8235294118);
}

.work-top {
	position: relative;
}
.work-top::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #dee0fd;
	transform: scaleX(0.7);
	left: 14px;
	width: 97%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work-top::after {
		display: none;
	}
}
@media (max-width: 767px) {
	.work-top::after {
		display: none;
	}
}

.work2 {
	position: relative;
}
.work2 .work2-box-area {
	margin-top: 50px;
	text-align: center;
	transition: all 0.4s;
}
.work2 .work2-box-area .icon-area {
	display: flex;
	justify-content: center;
}
.work2 .work2-box-area .icon {
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: var(--vtc-bg-main-bg-2);
	border-radius: 50%;
	transition: all 0.4s;
}
.work2 .work2-box-area .single-box {
	position: relative;
	padding: 90px 65px 40px 65px;
}
.work2 .work2-box-area .single-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/bg/work2-box-img.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -2;
}
.work2 .work2-box-area .single-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/bg/work2-box-img2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
	opacity: 0;
	transition: all 0.4s;
}
.work2 .work2-box-area:hover {
	transform: translateY(-10px);
	transition: all 0.4s;
}
.work2 .work2-box-area:hover .icon {
	transform: rotateY(180deg);
	transition: all 0.4s;
}
.work2 .work2-box-area:hover .single-box::before {
	opacity: 1;
	transition: all 0.4s;
}
.work2 .work2-box-area:hover .single-box .heading2 h4 a {
	color: var(--vtc-text-heading-1);
	transition: all 0.4s;
}
.work2 .work2-box-area:hover .single-box .heading2 p {
	color: var(--vtc-text-pera-1);
}
.work2 .work2-box-area.active {
	transform: translateY(-10px);
	transition: all 0.4s;
}
.work2 .work2-box-area.active .single-box::before {
	opacity: 1;
	transition: all 0.4s;
}
.work2 .work2-box-area.active .single-box .heading2 h4 a {
	color: var(--vtc-text-heading-1);
	transition: all 0.4s;
}
.work2 .work2-box-area.active .single-box .heading2 p {
	color: var(--vtc-text-pera-1);
}
.work2 .shape {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work2 .shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.work2 .shape {
		display: none;
	}
}

.work-sectigon-area {
	position: relative;
}
@media (max-width: 767px) {
	.work-sectigon-area {
		padding: 50px 0 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work-sectigon-area {
		padding: 50px 0 50px;
	}
}
.work-sectigon-area .works-header {
	margin-bottom: 60px;
}
.work-sectigon-area .works-header h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 50px;
	color: blue;
	position: relative;
}
@media (max-width: 767px) {
	.work-sectigon-area .works-header h2 {
		font-size: 32px;
		line-height: 42px;
	}
}
.work-sectigon-area .works-header h2 img {
	position: absolute;
	top: -10px;
}
.work-sectigon-area .collapse-navtabs {
	padding: 0 90px 0 0;
	position: relative;
}
@media (max-width: 767px) {
	.work-sectigon-area .collapse-navtabs {
		padding: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work-sectigon-area .collapse-navtabs {
		padding: 0;
	}
}
.work-sectigon-area .collapse-navtabs:after {
	position: absolute;
	content: '';
	height: 95%;
	width: 12px;
	background-color: #1f1a25;
	left: -70px;
	top: 0;
}
.work-sectigon-area .collapse-navtabs .nav-pills .nav-link.active,
.work-sectigon-area .collapse-navtabs .nav-pills .show > .nav-link {
	border-radius: 4px;
	background: var(
		--Home-Page-1-Color-Gredient-1,
		linear-gradient(90deg, #49d2fd 0%, #8f00ff 100%)
	);
}
.work-sectigon-area .collapse-navtabs .nav-pills .nav-link.active .polygon2,
.work-sectigon-area .collapse-navtabs .nav-pills .show > .nav-link .polygon2 {
	display: none;
	transition: all 0.4s ease-in-out;
}
.work-sectigon-area .collapse-navtabs .nav-pills .nav-link.active .polygon1,
.work-sectigon-area .collapse-navtabs .nav-pills .show > .nav-link .polygon1 {
	display: block;
}
.work-sectigon-area .collapse-navtabs button {
	position: relative;
	z-index: 1;
	background: #1f1a25;
	padding: 28px 24px;
	border-radius: 4px;
	margin-left: 30px;
	margin-bottom: 30px;
	text-align: start;
}
.work-sectigon-area .collapse-navtabs button::after:active {
	background: red;
}
@media (max-width: 767px) {
	.work-sectigon-area .collapse-navtabs button::after:active {
		margin-left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work-sectigon-area .collapse-navtabs button::after:active {
		margin-left: 0;
	}
}
.work-sectigon-area .collapse-navtabs button:after {
	position: absolute;
	content: '';
	height: 170px;
	width: 12px;
	background: linear-gradient(180deg, #49d2fd 0.36%, #8f00ff 100.26%);
	left: -100px;
	top: 0;
	opacity: 0;
	z-index: 3;
}
.work-sectigon-area .collapse-navtabs button::before {
	position: absolute;
	content: '';
	height: 70px;
	width: 70px;
	background-image: url(../img/shapes/work3-box-shape2.png);
	left: -48px;
	top: 53px;
	opacity: 0.8;
	z-index: 3;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.work-sectigon-area .collapse-navtabs button span.heading {
	color: var(--vtc-bg-bg-white);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs24); /* 100% */
	display: inline-block;
}
.work-sectigon-area .collapse-navtabs button span.button-pera {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	letter-spacing: 0.16px;
	display: inline-block;
	padding-top: 10px;
}
.work-sectigon-area .collapse-navtabs button .tabs-content img {
	position: absolute;
	left: -50px;
	top: 25%;
	filter: brightness(0) invert(1);
}
.work-sectigon-area .collapse-navtabs button.active::after {
	opacity: 1;
}
.work-sectigon-area .collapse-navtabs button.active::before {
	position: absolute;
	content: '';
	height: 70px;
	width: 70px;
	background-image: url(../img/shapes/work3-box-shape.png);
	left: -48px;
	top: 53px;
	opacity: 0.8;
	z-index: 3;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.work-sectigon-area .collapse-navtabs img {
	position: absolute;
	left: -29px;
	top: 26%;
	transition: all 0.4s ease-in-out;
}
.work-sectigon-area .collapse-navtabs img .polygon2 {
	transition: all 0.4s ease-in-out;
}
.work-sectigon-area .collapse-navtabs img .polygon1 {
	display: none;
}
.work-sectigon-area .elementors-shape1 {
	position: absolute;
	bottom: -50px;
	left: 230px;
}
.work-sectigon-area .elementors-shape2 {
	position: absolute;
	bottom: -20px;
	left: 360px;
}
.work-sectigon-area .sec-shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
}

.tabs-author-area {
	margin-top: 0;
	position: relative;
	padding: 0 0 0 50px;
}
@media (max-width: 767px) {
	.tabs-author-area {
		padding: 0;
		margin-top: 0;
		margin-bottom: 50px;
	}
}
.tabs-author-area .tabs-author-images1 {
	position: relative;
}
@media (max-width: 767px) {
	.tabs-author-area .tabs-author-images1 {
		left: 0;
		right: 0;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tabs-author-area .tabs-author-images1 {
		left: 0;
		right: 0;
		margin-top: 20px;
	}
}
.tabs-author-area .tabs-author-images1 .tabs-img1 {
	height: 220px;
	width: 220px;
	top: 8px;
	position: relative;
	left: 10px;
	border-radius: 50%;
}
.tabs-author-area .tabs-author-images1 .elementors10 {
	position: absolute;
	top: -10px;
	height: 260px;
	width: 260px;
	-o-object-fit: contain;
	object-fit: contain;
	left: -10px;
}
.tabs-author-area .tabs-author-images1 .elementors11 {
	position: absolute;
	top: -30px;
	left: -30px;
	height: 240px;
	width: 240px;
}
.tabs-author-area .tabs-author-images1.space1 {
	margin-top: 100px;
}
.tabs-author-area .tabs-author-images2 {
	position: absolute;
	top: 60px;
	right: -80px;
}
@media (max-width: 767px) {
	.tabs-author-area .tabs-author-images2 {
		position: relative;
		left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tabs-author-area .tabs-author-images2 {
		position: absolute;
		right: 0;
	}
}
.tabs-author-area .tabs-author-images2 img.tabs-img1 {
	width: 450px;
	height: 450px;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 50%;
	transform: scale(0.9);
}
@media (max-width: 767px) {
	.tabs-author-area .tabs-author-images2 img.tabs-img1 {
		width: 200px;
		height: 200px;
		position: relative;
		top: 75px;
		left: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tabs-author-area .tabs-author-images2 img.tabs-img1 {
		width: 300px;
		height: 300px;
		position: relative;
		top: 75px;
		left: 5px;
	}
}
.tabs-author-area .tabs-author-images2 .elementors12 img {
	position: absolute;
	top: 0;
	-o-object-fit: contain;
	object-fit: contain;
	left: 0;
	transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tabs-author-area .tabs-author-images2 .elementors12 img {
		top: 73px;
	}
}
@media (max-width: 767px) {
	.tabs-author-area .tabs-author-images2 .elementors12 img {
		top: 60px;
		height: 400px;
		width: 400px;
		left: -47px;
	}
}
.tabs-author-area .tabs-author-images2 .elementors13 img {
	position: relative;
	top: -396px;
	height: 450px;
	width: 450px;
	-o-object-fit: contain;
	object-fit: contain;
	left: -50px;
}
@media (max-width: 767px) {
	.tabs-author-area .tabs-author-images2 .elementors13 img {
		height: 0;
		width: 200px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tabs-author-area .tabs-author-images2 .elementors13 img {
		height: 0;
		width: 200px;
	}
}
.tabs-author-area .tabs-content {
	transition: all 0.8s ease-in-out;
}

.fade:not(.show) {
	opacity: 1;
}

.work-sectigon-area4 {
	position: relative;
}
@media (max-width: 767px) {
	.work-sectigon-area4 {
		padding: 50px 0 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work-sectigon-area4 {
		padding: 50px 0 50px;
	}
}
.work-sectigon-area4 .works-header {
	margin-bottom: 60px;
}
.work-sectigon-area4 .works-header h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 50px;
	color: blue;
	position: relative;
}
@media (max-width: 767px) {
	.work-sectigon-area4 .works-header h2 {
		font-size: 32px;
		line-height: 42px;
	}
}
.work-sectigon-area4 .works-header h2 img {
	position: absolute;
	top: -10px;
}
.work-sectigon-area4 .collapse-navtabs {
	padding: 0 90px 0 0;
	position: relative;
}
@media (max-width: 767px) {
	.work-sectigon-area4 .collapse-navtabs {
		padding: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work-sectigon-area4 .collapse-navtabs {
		padding: 0;
	}
}
.work-sectigon-area4 .collapse-navtabs:after {
	position: absolute;
	content: '';
	height: 95%;
	width: 12px;
	background-color: #f7f5fb;
	left: -70px;
	top: 0;
}
.work-sectigon-area4 .collapse-navtabs .nav-pills .nav-link.active,
.work-sectigon-area4 .collapse-navtabs .nav-pills .show > .nav-link {
	border-radius: 4px;
	background: var(
		--Home-Page-1-Color-Gredient-1,
		linear-gradient(90deg, #49d2fd 0%, #8f00ff 100%)
	);
}
.work-sectigon-area4 .collapse-navtabs .nav-pills .nav-link.active .polygon2,
.work-sectigon-area4 .collapse-navtabs .nav-pills .show > .nav-link .polygon2 {
	display: none;
	transition: all 0.4s ease-in-out;
}
.work-sectigon-area4 .collapse-navtabs .nav-pills .nav-link.active .polygon1,
.work-sectigon-area4 .collapse-navtabs .nav-pills .show > .nav-link .polygon1 {
	display: block;
}
.work-sectigon-area4 .collapse-navtabs button {
	position: relative;
	z-index: 1;
	padding: 28px 24px;
	margin-left: 30px;
	margin-bottom: 30px;
	text-align: start;
}
.work-sectigon-area4 .collapse-navtabs button::after:active {
	background: red;
}
@media (max-width: 767px) {
	.work-sectigon-area4 .collapse-navtabs button::after:active {
		margin-left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work-sectigon-area4 .collapse-navtabs button::after:active {
		margin-left: 0;
	}
}
.work-sectigon-area4 .collapse-navtabs button .button-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1.4px solid #f69434;
	background: var(--Home-Page-4-Color-Gray-Color, #f7f5fb);
	z-index: -2;
	transition: all 0.4s;
}
.work-sectigon-area4 .collapse-navtabs button .button-area::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1.4px solid #f69434;
	background: var(--Home-Page-4-Color-Gray-Color, #f69434);
	z-index: -2;
	transition: all 0.4s;
}
.work-sectigon-area4 .collapse-navtabs button:after {
	position: absolute;
	content: '';
	height: 170px;
	width: 12px;
	background: #f69434;
	left: -100px;
	top: 0;
	opacity: 0;
	z-index: 3;
}
.work-sectigon-area4 .collapse-navtabs button::before {
	position: absolute;
	content: '';
	height: 70px;
	width: 70px;
	background-image: url(../img/shapes/sell-betcoin-shape1.png);
	left: -46px;
	top: 53px;
	opacity: 0.8;
	z-index: 3;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.work-sectigon-area4 .collapse-navtabs button span.heading {
	color: var(--vtc-text-heading-1);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs24); /* 100% */
	display: inline-block;
}
.work-sectigon-area4 .collapse-navtabs button span.button-pera {
	color: var(--vtc-text-pera-1);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	letter-spacing: 0.16px;
	display: inline-block;
	padding-top: 10px;
}
.work-sectigon-area4 .collapse-navtabs button .tabs-content img {
	position: absolute;
	left: -50px;
	top: 25%;
	filter: brightness(0) invert(1);
}
.work-sectigon-area4 .collapse-navtabs button.active::after {
	opacity: 1;
}
.work-sectigon-area4 .collapse-navtabs button.active::before {
	position: absolute;
	content: '';
	height: 70px;
	width: 70px;
	background-image: url(../img/shapes/sell-betcoin-shape2.png);
	left: -48px;
	top: 53px;
	opacity: 0.8;
	z-index: 3;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.work-sectigon-area4 .collapse-navtabs button.active .button-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1.4px solid #f69434;
	background: var(--Home-Page-4-Color-Gray-Color, #f69434);
	z-index: -2;
	transition: all 0.4s;
}
.work-sectigon-area4 .collapse-navtabs button.active .button-area::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: 1.4px solid #f69434;
	background: var(--Home-Page-4-Color-Gray-Color, #f69434);
	z-index: -2;
	transition: all 0.4s;
}
.work-sectigon-area4 .collapse-navtabs button.active .button-area span.heading {
	color: var(--vtc-bg-bg-white);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs24); /* 100% */
	display: inline-block;
}
.work-sectigon-area4
	.collapse-navtabs
	button.active
	.button-area
	span.button-pera {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	letter-spacing: 0.16px;
	display: inline-block;
	padding-top: 10px;
}
.work-sectigon-area4 .collapse-navtabs img {
	position: absolute;
	left: -29px;
	top: 26%;
	transition: all 0.4s ease-in-out;
}
.work-sectigon-area4 .collapse-navtabs img .polygon2 {
	transition: all 0.4s ease-in-out;
}
.work-sectigon-area4 .collapse-navtabs img .polygon1 {
	display: none;
}
.work-sectigon-area4 .elementors-shape1 {
	position: absolute;
	bottom: -50px;
	left: 230px;
}
.work-sectigon-area4 .elementors-shape2 {
	position: absolute;
	bottom: -20px;
	left: 360px;
}
.work-sectigon-area4 .sec-shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
}
.work-sectigon-area4 .tabs-author-area .sell-betcoin-images {
	position: relative;
}
.work-sectigon-area4 .tabs-author-area .sell-betcoin-images .image2 {
	position: absolute;
	top: 100px;
	left: 0;
}
.work-sectigon-area4 .tabs-author-area .sell-betcoin-images .image3 {
	position: absolute;
	bottom: 100px;
	right: 0;
}

.work4 {
	background-color: var(--vtc-bg-common-bg4);
	border-top: 1.5px solid
		var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
	border-bottom: 1.5px solid
		var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
}
.work4 .work-box-area {
	margin-top: 30px;
	text-align: center;
}
.work4 .work-box-area span {
	display: inline-block;
	color: var(--vtc-bg-main-bg-4);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs18); /* 100% */
	text-transform: capitalize;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background-color: var(--vtc-bg-bg-white);
	border-radius: 50%;
	transition: all 0.4s;
	position: relative;
	z-index: 99;
}
.work4 .work-box-area .work-box {
	background-color: var(--vtc-bg-bg-white);
	transition: all 0.4s;
	overflow: hidden;
	border: 1px solid var(--Home-Page-4-Color-Normal, #f69434);
	background: var(--home-page-4-color-light-hover, #fff);
	border-bottom: none;
	border-radius: 4px;
}
.work4 .work-box-area .work-box .image img {
	transition: all 0.4s;
}
.work4 .work-box-area .work-box .heading1 {
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid var(--Home-Page-4-Color-Normal, #f69434);
	background: var(--home-page-4-color-light-hover, #feefe1);
	padding: 32px 28px;
	transition: all 0.4s;
}
.work4 .work-box-area:hover span {
	transition: all 0.4s;
	background-color: var(--vtc-bg-main-bg-4);
	color: var(--vtc-bg-bg-white);
}
.work4 .work-box-area:hover .work-box {
	transition: all 0.4s;
	transform: translateY(-10px);
}
.work4 .work-box-area:hover .work-box .heading1 {
	transition: all 0.4s;
	background-color: var(--vtc-bg-main-bg-4);
}
.work4 .work-box-area:hover .work-box .heading1 h5 a {
	color: var(--vtc-bg-bg-white);
	transition: all 0.4s;
}
.work4 .work-box-area:hover .work-box .heading1 p {
	transition: all 0.4s;
	color: rgba(255, 255, 255, 0.8235294118);
}
.work4 .work-box-area:hover .work-box .image img {
	transform: scale(1.1);
	transition: all 0.4s;
}
.work4 .work-box-area.active span {
	transition: all 0.4s;
	background-color: var(--vtc-bg-main-bg-4);
	color: var(--vtc-bg-bg-white);
}
.work4 .work-box-area.active .heading1 {
	transition: all 0.4s;
	background-color: var(--vtc-bg-main-bg-4);
}
.work4 .work-box-area.active .heading1 h5 a {
	color: var(--vtc-bg-bg-white);
	transition: all 0.4s;
}
.work4 .work-box-area.active .heading1 p {
	transition: all 0.4s;
	color: rgba(255, 255, 255, 0.8235294118);
}

.work-top {
	position: relative;
}
.work-top::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #dfdde4;
	transform: scaleX(0.7);
	left: 14px;
	width: 97%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work-top::after {
		display: none;
	}
}
@media (max-width: 767px) {
	.work-top::after {
		display: none;
	}
}

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
.blog1 {
	background-color: var(--vtc-bg-common-bg1);
	position: relative;
}
.blog1 .shape {
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog1 .shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.blog1 .shape {
		display: none;
	}
}

.blog-box {
	background-color: var(--vtc-bg-bg-white);
	padding: 24px;
	border-radius: 4px;
	margin-top: 30px;
	transition: all 0.4s;
}
.blog-box .tags {
	padding: 16px 0;
}
.blog-box .tags a {
	display: inline-block;
	color: var(--vtc-text-heading-1);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	margin-right: 28px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-box .tags a {
		margin-right: 16px;
	}
}
@media (max-width: 767px) {
	.blog-box .tags a {
		margin-right: 16px;
	}
}
.blog-box .tags a::after {
	content: '';
	position: absolute;
	top: 0;
	right: -14px;
	height: 16px;
	width: 2px;
	background-color: var(--vtc-text-heading-1);
}
.blog-box .tags a img {
	margin-top: -4px;
	margin-right: 3px;
}
.blog-box .tags a:nth-last-child(1)::after {
	display: none;
}
.blog-box .image {
	transition: all 0.4s;
	overflow: hidden;
	border-radius: 4px;
}
.blog-box .image img {
	transition: all 0.4s;
}
.blog-box .heading1 h5 a {
	line-height: var(--f-fs-font-fs28);
	font-size: var(--f-fs-font-fs20);
}
.blog-box .heading1 .learn {
	display: inline-block;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: 700;
	line-height: var(--f-fs-font-fs18);
	text-transform: capitalize;
	transition: all 0.4s;
}
.blog-box .heading1 .learn span {
	display: inline-block;
	transform: rotate(-45deg);
}
.blog-box .heading1 .learn:hover {
	transition: all 0.4s;
	color: var(--vtc-bg-main-bg-1);
}
.blog-box:hover {
	transform: translateY(-10px);
	transition: all 0.4s;
}
.blog-box:hover .image img {
	transition: all 0.4s;
	transform: scale(1.1) rotate(2deg);
}

.blog2 .blog2-box {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	background-color: #1b1b22;
	border-radius: 4px;
	padding: 20px;
	margin-left: 30px;
}
.blog2 .blog2-box .image {
	width: 240px;
}
@media (max-width: 767px) {
	.blog2 .blog2-box .image img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.blog2 .blog2-box .image {
		width: auto;
	}
}
.blog2 .blog2-box .heading2 {
	padding-left: 24px;
}
@media (max-width: 767px) {
	.blog2 .blog2-box .heading2 {
		padding-left: 0;
		padding-top: 24px;
	}
}
.blog2 .blog2-box .heading2 h3 a {
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: var(--f-fs-font-fs20);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs30); /* 150% */
	transition: all 0.4s;
	text-transform: capitalize;
}
.blog2 .blog2-box .heading2 h3 a:hover {
	color: #c0ff3a;
	transition: all 0.4s;
}
.blog2 .blog2-box .heading2 a.learn {
	display: inline-block;
	color: var(--Home-Page-2-Color-White-Color, #fff);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-semibold);
	line-height: var(--f-fs-font-fs16); /* 100% */
	transition: all 0.4s;
	margin-top: 24px;
}
.blog2 .blog2-box .heading2 a.learn:hover {
	color: #c0ff3a;
	transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog2 .blog2-box {
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.blog2 .blog2-box {
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 30px;
		display: block;
	}
}

.blog4 {
	position: relative;
}
.blog4 .shape {
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog4 .shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.blog4 .shape {
		display: none;
	}
}
.blog4 .blog-box {
	padding: 24px;
	border-radius: 4px;
	margin-top: 30px;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	margin-left: 5px;
	margin-right: 5px;
}
.blog4 .blog-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1px solid var(--Home-Page-4-Color-Normal, #f69434);
	background: var(--home-page-4-color-light-hover, #feefe1);
	border-radius: 4px;
	z-index: -1;
	transition: all 0.4s;
}
.blog4 .blog-box::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	height: 100%;
	width: 100%;
	border: 1px solid var(--Home-Page-4-Color-Normal, #f69434);
	background: var(--home-page-4-color-light-hover, #feefe1);
	border-radius: 4px;
	z-index: -1;
	transition: all 0.4s;
}
.blog4 .blog-box .tags {
	padding: 16px 0;
}
.blog4 .blog-box .tags a {
	display: inline-block;
	color: var(--vtc-text-heading-1);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	margin-right: 28px;
	position: relative;
}
@media (max-width: 767px) {
	.blog4 .blog-box .tags a {
		margin-right: 16px;
	}
}
.blog4 .blog-box .tags a::after {
	content: '';
	position: absolute;
	top: 0;
	right: -14px;
	height: 16px;
	width: 2px;
	background-color: var(--vtc-text-heading-1);
}
.blog4 .blog-box .tags a img {
	margin-top: -4px;
	margin-right: 3px;
}
.blog4 .blog-box .tags a:nth-last-child(1)::after {
	display: none;
}
.blog4 .blog-box .image {
	transition: all 0.4s;
	overflow: hidden;
	border-radius: 4px;
}
.blog4 .blog-box .image img {
	transition: all 0.4s;
}
.blog4 .blog-box .heading1 h5 a {
	line-height: var(--f-fs-font-fs28);
	font-size: var(--f-fs-font-fs20);
}
.blog4 .blog-box .heading1 h5 a:hover {
	color: #f69434;
}
.blog4 .blog-box .heading1 .learn {
	display: inline-block;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: 700;
	line-height: var(--f-fs-font-fs18);
	text-transform: capitalize;
	transition: all 0.4s;
}
.blog4 .blog-box .heading1 .learn span {
	display: inline-block;
	transform: rotate(-45deg);
}
.blog4 .blog-box .heading1 .learn:hover {
	transition: all 0.4s;
	color: var(--vtc-bg-main-bg-4);
}
.blog4 .blog-box:hover {
	transform: translateY(-10px);
	transition: all 0.4s;
}
.blog4 .blog-box:hover::before {
	background: #f69434;
	transition: all 0.4s;
}
.blog4 .blog-box:hover .image img {
	transition: all 0.4s;
	transform: scale(1.1) rotate(2deg);
}
.blog4 .blog-box.active {
	transition: all 0.4s;
}
.blog4 .blog-box.active::before {
	background: #f69434;
	transition: all 0.4s;
}
.blog4 .blog-box.active .image img {
	transition: all 0.4s;
	transform: scale(1.1) rotate(2deg);
}

.blog-page .blog-box {
	border-radius: 4px;
	background: #fff;
	margin-top: 0;
	margin-bottom: 30px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}

/*Pagination*/
.theme-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.theme-pagination li {
	display: inline-block;
}

.theme-pagination li a {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	background-color: var(--vtc-bg-common-bg1);
	margin: 0 4px;
	transition: all 0.3s;
	display: block;
	color: #000;
	border-radius: 4px;
	font-weight: 700;
}

.recent-post-content {
	padding-right: 20px;
}

.theme-pagination li a:hover,
.theme-pagination li a.active {
	border-radius: 4px;
	background: var(--vtc-bg-main-bg-1);
	transition: all 0.3s;
	color: #ffffff;
}

.blog-details-area .side-all {
	position: sticky;
	top: 120px;
	left: 0;
}

.details-sidebox {
	border-radius: 4px;
	background: var(--Home-Page-3-Color-Gray-Color, #f3f4ff);
	padding: 24px;
	margin-bottom: 40px;
}
.details-sidebox h3 {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	text-transform: capitalize;
	padding-bottom: 24px;
}
.details-sidebox .search-area {
	position: relative;
}
.details-sidebox .search-area input {
	background-color: #fff;
	border-radius: 4px;
	padding: 18px 20px;
	border: none;
	width: 100%;
}
.details-sidebox .search-area input::-moz-placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.details-sidebox .search-area input::placeholder {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.details-sidebox .search-area input:focus {
	outline: none;
}
.details-sidebox .search-area .button button {
	background: none;
	border: none;
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 20px;
}
.details-sidebox .recent-post ul li a {
	display: inline-block;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 155.556% */
	padding: 24px 22px 24px 26px;
	border-radius: 4px;
	background: #fff;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	transition: all 0.4s;
}
.details-sidebox .recent-post ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2%;
	height: 100%;
	background-color: var(--vtc-bg-main-bg-1);
	border-radius: 4px;
	z-index: -1;
	transition: all 0.4s;
}
.details-sidebox .recent-post ul li a:hover {
	transition: all 0.4s;
	color: #fff;
}
.details-sidebox .recent-post ul li a:hover::after {
	width: 100%;
	transition: all 0.4s;
}
.details-sidebox .recent-post ul li a.active {
	color: #fff;
}
.details-sidebox .recent-post ul li a.active::after {
	width: 100%;
}
.details-sidebox .tags ul li {
	display: inline-block;
}
.details-sidebox .tags ul li a {
	display: inline-block;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	background-color: #fff;
	transition: all 0.4s;
	border-radius: 4px;
	padding: 10px 16px;
	margin: 0px 12px 12px 0px;
}
.details-sidebox .tags ul li a:hover {
	color: #fff;
	transition: all 0.4s;
	background: var(--vtc-bg-main-bg-1);
}
.details-sidebox .tags ul li a.active {
	color: #fff;
	transition: all 0.4s;
	background: var(--vtc-bg-main-bg-1);
}

.blog-details-posts .details-post-single .image img {
	width: 100%;
	border-radius: 4px;
}
@media (max-width: 767px) {
	.blog-details-posts .details-post-single .image {
		margin-bottom: 20px;
	}
}
.blog-details-posts .details-post-single .athor-users {
	padding: 30px 0 12px 0;
}
.blog-details-posts .details-post-single .athor-users ul li {
	display: inline-block;
}
.blog-details-posts .details-post-single .athor-users ul li a {
	display: inline-block;
	margin-right: 40px;
	position: relative;
}
.blog-details-posts .details-post-single .athor-users ul li a.tag {
	display: inline-block;
	color: var(--vtc-bg-main-bg-1);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	background-color: var(--vtc-bg-common-bg1);
	transition: all 0.4s;
	border-radius: 4px;
	padding: 10px 16px;
	margin: 0px 12px 12px 0px;
	margin-right: 40px;
}
.blog-details-posts .details-post-single .athor-users ul li a.date {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	display: inline-block;
}
.blog-details-posts .details-post-single .athor-users ul li a.date img {
	margin-top: -4px;
	margin-right: 2px;
}
.blog-details-posts .details-post-single .athor-users ul li a.date::after {
	position: absolute;
	content: '';
	top: 0;
	left: -20px;
	height: 20px;
	width: 2px;
	background-color: #e9e9ea;
}
.blog-details-posts .details-border {
	width: 100%;
	background-color: #e6e6e7;
	height: 1px;
	margin: 48px 0px;
}
.blog-details-posts .commnet-box {
	background-color: var(--vtc-bg-common-bg1);
	border-radius: 4px;
	padding: 32px;
	position: relative;
}
.blog-details-posts .commnet-box p {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	line-height: 34px; /* 170% */
}
.blog-details-posts .commnet-box .qute {
	position: absolute;
	bottom: 16px;
	right: 16px;
}
.blog-details-posts .list li {
	margin: 18px 0px;
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.blog-details-posts .list li span.check {
	color: var(--vtc-bg-main-bg-1);
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	margin-right: 6px;
	font-size: 12px;
	border-radius: 50%;
	background: rgba(90, 101, 245, 0.2);
}
.blog-details-posts .social-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.blog-details-posts .social-area {
		display: block;
	}
}
.blog-details-posts .social-area .athor-users ul li {
	display: inline-block;
}
.blog-details-posts .social-area .athor-users ul li a {
	display: inline-block;
	margin-right: 40px;
	position: relative;
}
.blog-details-posts .social-area .athor-users ul li a.tag {
	display: inline-block;
	color: var(--vtc-bg-main-bg-1);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	background-color: var(--vtc-bg-common-bg1);
	transition: all 0.4s;
	border-radius: 4px;
	padding: 10px 16px;
	margin: 0px 12px 12px 0px;
	margin-right: 40px;
}
.blog-details-posts .social-area .athor-users ul li a.date {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	display: inline-block;
}
.blog-details-posts .social-area .athor-users ul li a.date img {
	margin-top: -4px;
	margin-right: 2px;
}
.blog-details-posts .social-area .athor-users ul li a.date::after {
	position: absolute;
	content: '';
	top: 0;
	left: -20px;
	height: 20px;
	width: 2px;
	background-color: #e9e9ea;
}
@media (max-width: 767px) {
	.blog-details-posts .social-area .icons {
		margin-top: 20px;
	}
}
.blog-details-posts .social-area .icons ul li {
	display: inline-block;
}
.blog-details-posts .social-area .icons ul li.text {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 100% */
	margin-right: 10px;
}
.blog-details-posts .social-area .icons ul li a {
	display: inline-block;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	color: var(--vtc-bg-main-bg-1);
	background-color: var(--vtc-bg-common-bg1);
	margin: 0px 2px;
	text-align: center;
	line-height: 32px;
	transition: all 0.4s;
}
.blog-details-posts .social-area .icons ul li a:hover {
	transition: all 0.4s;
	color: var(--vtc-bg-bg-white);
	background-color: var(--vtc-bg-main-bg-1);
}
.blog-details-posts .support-box {
	background-color: var(--vtc-bg-main-bg-1);
	border-radius: 4px;
	padding: 32px;
	display: flex;
	align-items: center;
}
.blog-details-posts .support-box .icon {
	background-color: #fff;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 4px;
}
.blog-details-posts .support-box .pera p {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
	padding-left: 16px;
}
.blog-details-posts.left {
	padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-details-posts.left {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.blog-details-posts.left {
		padding-left: 0;
	}
}

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
.footer1 {
	position: relative;
	z-index: 99;
}
.footer1 .footer-bg {
	background-color: var(--vtc-bg-bg-white);
	padding: 80px 100px 0px 100px;
	border-radius: 4px;
	margin-top: -130px;
	margin-left: -100px;
	margin-right: -100px;
	position: relative;
}
.footer1 .footer-bg .footer-shape1 {
	position: absolute;
	top: -30px;
	left: 20px;
}
.footer1 .footer-bg .footer-shape2 {
	position: absolute;
	top: -30px;
	right: 20px;
}
.footer1 .footer-bg .footer-shape3 {
	position: absolute;
	bottom: -60px;
	right: 20px;
}
.footer1 .footer-bg .footer-shape4 {
	position: absolute;
	bottom: -60px;
	left: 20px;
}
.footer1 .footer-logo-area {
	padding: 32px 46px;
	border-radius: 4px;
	text-align: center;
	background-color: var(--vtc-bg-main-bg-1);
	margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer1 .footer-logo-area {
		margin-bottom: 28px;
	}
}
.footer1 .footer-logo-area h5 {
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs32); /* 133.333% */
}
.footer1 .single-footer-items h3 {
	font-size: var(--vtc-text-heading-1);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs24); /* 100% */
	padding-bottom: 28px;
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer1 .single-footer-items h3 {
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 16px;
	}
}
.footer1 .single-footer-items .menu-list {
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer1 .single-footer-items .menu-list {
		padding-left: 0;
	}
}
.footer1 .single-footer-items .menu-list li a {
	color: var(--vtc-text-pera-1);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs16); /* 100% */
	display: inline-block;
	padding-bottom: 16px;
	position: relative;
	transition: all 0.4s;
}
.footer1 .single-footer-items .menu-list li a::after {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	height: 22px;
	width: 0px;
	background-color: var(--vtc-bg-main-bg-1);
	opacity: 0;
	transition: all 0.4s;
}
.footer1 .single-footer-items .menu-list li a:hover {
	padding-left: 12px;
	transition: all 0.4s;
	color: var(--vtc-bg-main-bg-1);
}
.footer1 .single-footer-items .menu-list li a:hover::after {
	width: 3px;
	opacity: 1;
}
.footer1 .single-footer-items .contact-info {
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer1 .single-footer-items .contact-info {
		padding-left: 0;
	}
}
.footer1 .single-footer-items .contact-info li a {
	display: inline-block;
	color: var(--vtc-text-pera-1);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs16); /* 100% */
	display: inline-block;
	padding-bottom: 14px;
	position: relative;
	transition: all 0.4s;
}
.footer1 .single-footer-items .contact-info li a:hover {
	color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
}
.footer1 .single-footer-items .icons {
	padding-left: 26px;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.footer1 .single-footer-items .icons {
		padding-left: 0;
	}
}
.footer1 .single-footer-items .icons li {
	display: inline-block;
}
.footer1 .single-footer-items .icons li a {
	display: inline-block;
	background-color: #f3f4ff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 4px;
	color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
}
.footer1 .single-footer-items .icons li a:hover {
	background-color: var(--vtc-bg-main-bg-1);
	text-align: all 0.4s;
	color: var(--vtc-bg-bg-white);
	transform: translateY(-3px);
}
.footer1 .coppyright {
	padding: 20px 0px;
	border-top: 1px solid #e6e6e7;
}
.footer1 .coppyright p {
	color: var(--vtc-text-pera-1);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs24); /* 100% */
	text-transform: capitalize;
}

.footer2 {
	position: relative;
	padding-top: 100px;
}
.footer2 .footer-logo-area {
	padding: 32px 46px;
	border-radius: 4px;
	text-align: center;
	background: linear-gradient(91deg, #c0ff3a 17.46%, #00ffa3 93.13%);
	margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer2 .footer-logo-area {
		margin-bottom: 28px;
	}
}
.footer2 .footer-logo-area h5 {
	color: var(--vtc-text-heading-1);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs32); /* 133.333% */
}
.footer2 .single-footer-items h3 {
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs24); /* 100% */
	padding-bottom: 28px;
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer2 .single-footer-items h3 {
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 16px;
	}
}
.footer2 .single-footer-items .menu-list {
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer2 .single-footer-items .menu-list {
		padding-left: 0;
	}
}
.footer2 .single-footer-items .menu-list li a {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs16); /* 100% */
	display: inline-block;
	padding-bottom: 16px;
	position: relative;
	transition: all 0.4s;
}
.footer2 .single-footer-items .menu-list li a::after {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	height: 22px;
	width: 0px;
	background-color: #00ffa3;
	opacity: 0;
	transition: all 0.4s;
}
.footer2 .single-footer-items .menu-list li a:hover {
	padding-left: 12px;
	transition: all 0.4s;
	color: #00ffa3;
}
.footer2 .single-footer-items .menu-list li a:hover::after {
	width: 3px;
	opacity: 1;
}
.footer2 .single-footer-items .contact-info {
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer2 .single-footer-items .contact-info {
		padding-left: 0;
	}
}
.footer2 .single-footer-items .contact-info li a {
	display: inline-block;
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs16); /* 100% */
	display: inline-block;
	padding-bottom: 14px;
	position: relative;
	transition: all 0.4s;
}
.footer2 .single-footer-items .contact-info li a:hover {
	color: #00ffa3;
	transition: all 0.4s;
}
.footer2 .single-footer-items .icons {
	padding-left: 26px;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.footer2 .single-footer-items .icons {
		padding-left: 0;
	}
}
.footer2 .single-footer-items .icons li {
	display: inline-block;
}
.footer2 .single-footer-items .icons li a {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1019607843);
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
	color: var(--vtc-bg-bg-white);
	transition: all 0.4s;
	position: relative;
}
.footer2 .single-footer-items .icons li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--vtc-bg-main-bg-2);
	border-radius: 50%;
	z-index: -1;
	transition: all 0.4s;
	opacity: 0;
}
.footer2 .single-footer-items .icons li a:hover {
	text-align: all 0.4s;
	color: var(--vtc-bg-bg-white);
	transform: translateY(-3px);
	color: var(--vtc-text-heading-1);
}
.footer2 .single-footer-items .icons li a:hover:after {
	opacity: 1;
	transition: all 0.4s;
}
.footer2 .coppyright {
	padding: 20px 0px;
	border-top: 1px solid rgba(230, 230, 231, 0.2196078431);
}
.footer2 .coppyright p {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs24); /* 100% */
	text-transform: capitalize;
}
.footer2 .shape {
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer3 {
	position: relative;
	padding-top: 100px;
}
.footer3 .footer-logo-area {
	padding: 32px 46px;
	border-radius: 4px;
	text-align: center;
	background: var(
		--Home-Page-1-Color-Gradient,
		linear-gradient(90deg, #ee64fe 0%, #7000fd 100%)
	);
	margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer3 .footer-logo-area {
		margin-bottom: 28px;
	}
}
.footer3 .footer-logo-area h5 {
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs32); /* 133.333% */
}
.footer3 .single-footer-items h3 {
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs24); /* 100% */
	padding-bottom: 28px;
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer3 .single-footer-items h3 {
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 16px;
	}
}
.footer3 .single-footer-items .menu-list {
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer3 .single-footer-items .menu-list {
		padding-left: 0;
	}
}
.footer3 .single-footer-items .menu-list li a {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs16); /* 100% */
	display: inline-block;
	padding-bottom: 16px;
	position: relative;
	transition: all 0.4s;
}
.footer3 .single-footer-items .menu-list li a::after {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	height: 22px;
	width: 0px;
	background: var(
		--Home-Page-1-Color-Gradient,
		linear-gradient(90deg, #ee64fe 0%, #7000fd 100%)
	);
	opacity: 0;
	transition: all 0.4s;
}
.footer3 .single-footer-items .menu-list li a:hover {
	padding-left: 12px;
	transition: all 0.4s;
	color: #9f25fd;
}
.footer3 .single-footer-items .menu-list li a:hover::after {
	width: 3px;
	opacity: 1;
}
.footer3 .single-footer-items .contact-info {
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer3 .single-footer-items .contact-info {
		padding-left: 0;
	}
}
.footer3 .single-footer-items .contact-info li a {
	display: inline-block;
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs16); /* 100% */
	display: inline-block;
	padding-bottom: 14px;
	position: relative;
	transition: all 0.4s;
}
.footer3 .single-footer-items .contact-info li a:hover {
	color: #9f25fd;
	transition: all 0.4s;
}
.footer3 .single-footer-items .icons {
	padding-left: 26px;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.footer3 .single-footer-items .icons {
		padding-left: 0;
	}
}
.footer3 .single-footer-items .icons li {
	display: inline-block;
}
.footer3 .single-footer-items .icons li a {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1019607843);
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
	color: var(--vtc-bg-bg-white);
	transition: all 0.4s;
	position: relative;
}
.footer3 .single-footer-items .icons li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(
		--Home-Page-1-Color-Gradient,
		linear-gradient(90deg, #ee64fe 0%, #7000fd 100%)
	);
	border-radius: 50%;
	z-index: -1;
	transition: all 0.4s;
	opacity: 0;
}
.footer3 .single-footer-items .icons li a:hover {
	text-align: all 0.4s;
	color: var(--vtc-bg-bg-white);
	transform: translateY(-3px);
}
.footer3 .single-footer-items .icons li a:hover:after {
	opacity: 1;
	transition: all 0.4s;
}
.footer3 .coppyright {
	padding: 20px 0px;
	border-top: 1px solid rgba(230, 230, 231, 0.2196078431);
}
.footer3 .coppyright p {
	color: var(--vtc-text-pera-2);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs24); /* 100% */
	text-transform: capitalize;
}
.footer3 .shape {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer3 .shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.footer3 .shape {
		display: none;
	}
}

.footer4 {
	position: relative;
	z-index: 99;
}
.footer4 .footer-bg {
	background-color: var(--vtc-bg-bg-white);
	padding: 80px 100px 0px 100px;
	margin-top: -130px;
	margin-left: -100px;
	margin-right: -100px;
	border-radius: 4px;
	position: relative;
}
@media (max-width: 767px) {
	.footer4 .footer-bg {
		margin-top: -100px;
	}
}
.footer4 .footer-bg .footer-shape1 {
	position: absolute;
	top: -30px;
	left: 20px;
}
.footer4 .footer-bg .footer-shape2 {
	position: absolute;
	top: -30px;
	right: 20px;
}
.footer4 .footer-bg .footer-shape3 {
	position: absolute;
	bottom: -60px;
	right: 20px;
}
.footer4 .footer-bg .footer-shape4 {
	position: absolute;
	bottom: -60px;
	left: 20px;
}
.footer4 .footer-logo-area {
	padding: 32px 46px;
	border-radius: 4px;
	text-align: center;
	background-color: var(--vtc-bg-main-bg-4);
	margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer4 .footer-logo-area {
		margin-bottom: 28px;
	}
}
.footer4 .footer-logo-area h5 {
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs32); /* 133.333% */
}
.footer4 .footer-logo-area .theme-btn5 {
	color: var(--vtc-bg-main-bg-4);
}
.footer4 .single-footer-items h3 {
	font-size: var(--vtc-text-heading-1);
	font-size: var(--f-fs-font-fs24);
	font-style: normal;
	font-weight: var(--f-fw-bold);
	line-height: var(--f-fs-font-fs24); /* 100% */
	padding-bottom: 28px;
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer4 .single-footer-items h3 {
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 16px;
	}
}
.footer4 .single-footer-items .menu-list {
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer4 .single-footer-items .menu-list {
		padding-left: 0;
	}
}
.footer4 .single-footer-items .menu-list li a {
	color: var(--vtc-text-pera-1);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs16); /* 100% */
	display: inline-block;
	padding-bottom: 16px;
	position: relative;
	transition: all 0.4s;
}
.footer4 .single-footer-items .menu-list li a::after {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	height: 22px;
	width: 0px;
	background-color: var(--vtc-bg-main-bg-4);
	opacity: 0;
	transition: all 0.4s;
}
.footer4 .single-footer-items .menu-list li a:hover {
	padding-left: 12px;
	transition: all 0.4s;
	color: var(--vtc-bg-main-bg-4);
}
.footer4 .single-footer-items .menu-list li a:hover::after {
	width: 3px;
	opacity: 1;
}
.footer4 .single-footer-items .contact-info {
	padding-left: 26px;
}
@media (max-width: 767px) {
	.footer4 .single-footer-items .contact-info {
		padding-left: 0;
	}
}
.footer4 .single-footer-items .contact-info li a {
	display: inline-block;
	color: var(--vtc-text-pera-1);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs16); /* 100% */
	display: inline-block;
	padding-bottom: 14px;
	position: relative;
	transition: all 0.4s;
}
.footer4 .single-footer-items .contact-info li a:hover {
	color: var(--vtc-bg-main-bg-4);
	transition: all 0.4s;
}
.footer4 .single-footer-items .icons {
	padding-left: 26px;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.footer4 .single-footer-items .icons {
		padding-left: 0;
	}
}
.footer4 .single-footer-items .icons li {
	display: inline-block;
}
.footer4 .single-footer-items .icons li a {
	display: inline-block;
	background-color: #feefe1;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 4px;
	color: var(--vtc-bg-main-bg-4);
	transition: all 0.4s;
}
.footer4 .single-footer-items .icons li a:hover {
	background-color: var(--vtc-bg-main-bg-4);
	text-align: all 0.4s;
	color: var(--vtc-bg-bg-white);
	transform: translateY(-3px);
}
.footer4 .coppyright {
	padding: 20px 0px;
	border-top: 1px solid #e6e6e7;
}
.footer4 .coppyright p {
	color: var(--vtc-text-pera-1);
	font-size: var(--f-fs-font-fs16);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-fs24); /* 100% */
	text-transform: capitalize;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
.header-area.header-area1 .header1-buttons {
	display: flex;
	align-items: center;
}
.header-area.header-area1 .header1-buttons .contact-btn {
	display: flex;
	align-items: center;
	margin-right: 24px;
}
.header-area.header-area1 .header1-buttons .contact-btn .icon {
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	background-color: var(--ztc-bg-bg-2);
	margin-right: 10px;
}
.header-area.header-area1 .header1-buttons .contact-btn .headding p {
	font-size: 12px;
	line-height: 12px;
	color: var(--ztc-text-pera-text-1);
}
.header-area.header-area1 .header1-buttons .contact-btn .headding a {
	font-size: var(--f-fs-font-fs16);
	line-height: var(--f-fs-font-fs16);
	font-weight: var(--f-fw-blod);
	color: var(--ztc-text-text-1);
	display: inline-block;
	margin-top: 10px;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li a.active {
	color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area2 .header-elements .main-menu-ex ul li a.active {
	color: #c0ff3a;
}

.header-area.header-area3 .header-elements .main-menu-ex ul li a.active {
	color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area4 .header-elements .main-menu-ex ul li a.active {
	color: var(--vtc-bg-main-bg-4);
}

/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  NAV MENU AREA CSS
 ::::::::::::::::::::::::::
 */
.header-area {
	padding: 12px 0;
	position: absolute;
	background: transparent;
	width: 100%;
	z-index: 999;
}

.site-logo {
	max-width: 130px;
	height: auto;
	display: flex;
	align-items: center;
}

.site-logo a {
	display: inline-block;
	position: relative;
	z-index: 9;
}

.header-area .header-elements {
	display: flex;
	align-items: center;
	align-items: center;
	justify-content: space-between;
}

.header-area1.sticky .header-elements .main-menu-ex {
	padding: 7px 24px;
	position: relative;
}

/* 
++++++++++++++++++++++++++++++++++
=========nav menu all ==========
+++++++++++++++++++++++++++++++++
*/
.main-menu-ex li {
	display: inline-block;
}

.main-menu-ex li {
	position: relative;
	z-index: 9;
}

.main-menu-ex li li {
	display: block;
}

.main-menu-ex li > ul {
	opacity: 0;
	visibility: hidden;
	top: 60px;
	right: 0;
	transition: all 0.3s;
	transform: translateY(20px) rotateX(45deg);
}

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

.main-menu-ex li li:hover > ul {
	top: 0;
}

.main-menu-ex li:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 50px;
	transition: all 0.3s;
	z-index: 99;
	transform: translateY(0);
}

li.has-dropdown1 {
	position: relative;
}

li.has-dropdown1 span {
	position: absolute;
	right: 10px;
}

.header-area1.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	z-index: 111;
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	background-color: var(--vtc-bg-bg-white);
	box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
	transition: all 0.3s ease-in-out;
	z-index: 999;
}
.header-area1.sticky .header-elements {
	padding: 0 0 !important;
	margin-top: 0px !important;
}

.header-area2.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	z-index: 111;
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	background-color: #000000;
	box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
	transition: all 0.3s ease-in-out;
	z-index: 999;
}
.header-area2.sticky .header-elements {
	padding: 0 0 !important;
	margin-top: 0px !important;
}

.header-area4.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	z-index: 111;
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	background-color: var(--vtc-bg-bg-white);
	box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
	transition: all 0.3s ease-in-out;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-area4.sticky .header-elements {
	padding: 0 0 !important;
	margin-top: 0px !important;
	border: none !important;
}

.header-area3.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	z-index: 111;
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	background-color: #0f0121;
	box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
	transition: all 0.3s ease-in-out;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-area3.sticky .header-elements {
	padding: 0 0 !important;
	margin-top: 0px !important;
	border: none !important;
	background: none !important;
}
@keyframes fade-in-down {
	0% {
		transform: translate3d(0, -50px, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
.fade-in-down {
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all ====== ======
+++++++++++++++++++++++++++++++++
*/
.tp-submenu {
	visibility: hidden;
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	position: absolute;
	background: white;
	top: 201.3%;
	transform: scale(1, 0);
	z-index: 0;
	transition: all 0.4s;
	border-radius: 5px;
	padding: 20px;
	left: -285px;
	width: 1300px;
	max-height: 600px;
	overflow: hidden;
	transform-origin: top;
	display: block;
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area1 .header-elements {
	border-radius: 4px;
	background: #fff;
	-webkit-backdrop-filter: blur(47px);
	backdrop-filter: blur(47px);
	border-radius: 4px;
	padding: 18px 32px;
	margin-top: 16px;
}
.header-area.header-area1 .header-elements .main-menu-ex {
	padding: 2px 24px;
	position: relative;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.all-images-menu {
	display: flex;
	align-items: center;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb {
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	margin: 0 20px 0 0;
	text-align: center;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.bottom-text {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	letter-spacing: 0.18px;
	display: inline-block;
	padding-top: 20px;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.img1::after {
	transform: scale(1);
	transition: all 0.4s;
	visibility: visible;
	opacity: 0.4;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.homemenu-btn {
	top: 33%;
	visibility: visible;
	opacity: 1;
	transition: all 0.6s;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.bottom-text {
	color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	background: #000026;
	opacity: 0;
	border-radius: 4px;
	transform: scale(0.8);
	z-index: 1;
	visibility: hidden;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1
	img {
	height: 100%;
	width: 100%;
	border-radius: 4px;
	transition: all 0.4s;
	border: 1px solid #e5e7eb;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn {
	position: absolute;
	top: 45%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	transition: all 0.6s;
	margin: 0 auto;
	left: 20%;
	right: 20%;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1 {
	display: inline-block;
	padding: 18px;
	transition: all 0.4s;
	border-radius: 8px;
	position: relative;
	width: 150px;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
	z-index: 1;
	background-color: #5a65f5;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1
	i {
	transform: rotate(-45deg);
	margin-left: 4px;
	transition: all 0.4s;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1:hover {
	color: #fff;
	transition: all 0.4s;
	transform: translateY(-5px);
	background: #5a65f5;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1:hover
	i {
	transform: rotate(0);
	transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul {
	position: absolute;
	left: 0;
	top: 50px;
	border-radius: 4px;
	background: #fff;
	width: 206px;
	box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
	padding: 10px;
	z-index: 99;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul:hover > a {
	transition: all 0.4s;
	padding-left: 25px;
	color: red;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	ul:hover
	> a::after {
	background: blue;
	transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li ul {
	left: 190px;
	top: 10px;
	z-index: 99;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a {
	color: var(--qt-text-h-text3);
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 0px;
	height: 100%;
	color: var(--qt-text-h-text3);
	border-radius: 4px;
	transition: all 0.4s;
	z-index: -1;
	opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover {
	color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	ul
	li
	a:hover::after {
	background-color: var(--vtc-bg-main-bg-1);
	border-radius: 4px;
	width: 5px;
	left: -10px;
	opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a {
	color: var(--vtc-text-heading-text-1);
	font-size: 16px;
	display: block;
	font-weight: 500;
	padding: 8px 15px;
	transition: all 0.3s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a:hover {
	color: var(--vtc-bg-main-bg-1);
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li:hover
	.tp-submenu {
	visibility: visible;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	z-index: 9;
	top: 150.3%;
	position: absolute;
	transition: all 0.4s;
	transform: scale(1);
}
.header-area.header-area1 .login {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
	display: inline-block;
	margin-right: 20px;
}
.header-area.header-area1 .login img {
	margin-left: 2px;
	margin-top: -2px;
}

.header-area.header-area2 .header-elements {
	border-radius: 4px;
	padding: 16px 28px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	margin-top: 16px;
}
.header-area.header-area2 .header-elements .main-menu-ex {
	padding: 2px 24px;
	position: relative;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.all-images-menu {
	display: flex;
	align-items: center;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb {
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	margin: 0 20px 0 0;
	text-align: center;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.bottom-text {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	letter-spacing: 0.18px;
	display: inline-block;
	padding-top: 20px;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.img1::after {
	transform: scale(1);
	transition: all 0.4s;
	visibility: visible;
	opacity: 0.4;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.homemenu-btn {
	top: 33%;
	visibility: visible;
	opacity: 1;
	transition: all 0.6s;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.bottom-text {
	color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	background: #000026;
	opacity: 0;
	border-radius: 4px;
	transform: scale(0.8);
	z-index: 1;
	visibility: hidden;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1
	img {
	height: 100%;
	width: 100%;
	border-radius: 4px;
	transition: all 0.4s;
	border: 1px solid #e5e7eb;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn {
	position: absolute;
	top: 45%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	transition: all 0.6s;
	margin: 0 auto;
	left: 20%;
	right: 20%;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1 {
	display: inline-block;
	padding: 18px;
	transition: all 0.4s;
	border-radius: 8px;
	position: relative;
	width: 150px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
	z-index: 1;
	border-radius: 4px;
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #c0ff3a 17.46%, #00ffa3 93.13%)
	);
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1
	i {
	transform: rotate(-45deg);
	margin-left: 4px;
	transition: all 0.4s;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1:hover {
	color: #000;
	transition: all 0.4s;
	transform: translateY(-5px);
	background: var(
		--Home-Page-2-Color-Linner-Color,
		linear-gradient(91deg, #c0ff3a 17.46%, #00ffa3 93.13%)
	);
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1:hover
	i {
	transform: rotate(0);
	transition: all 0.4s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul {
	position: absolute;
	left: 0;
	top: 50px;
	border-radius: 4px;
	background: #fff;
	width: 206px;
	box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
	padding: 10px;
	z-index: 99;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul:hover > a {
	transition: all 0.4s;
	padding-left: 25px;
	color: red;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	ul:hover
	> a::after {
	background: blue;
	transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li ul {
	left: 190px;
	top: 10px;
	z-index: 99;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a {
	color: var(--qt-text-h-text3);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 0px;
	height: 100%;
	color: #c0ff3a;
	border-radius: 4px;
	transition: all 0.4s;
	z-index: -1;
	opacity: 1;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a:hover {
	color: #00ffa3;
	transition: all 0.4s;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li
	ul
	li
	a:hover::after {
	background: var(--vtc-bg-main-bg-2);
	border-radius: 4px;
	width: 5px;
	left: -10px;
	opacity: 1;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li a {
	color: var(--vtc-text-pera-2);
	font-size: 16px;
	display: block;
	font-weight: 500;
	padding: 8px 15px;
	transition: all 0.3s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li a:hover {
	color: #00ffa3;
}
.header-area.header-area2
	.header-elements
	.main-menu-ex
	ul
	li:hover
	.tp-submenu {
	visibility: visible;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	z-index: 9;
	top: 150.3%;
	position: absolute;
	transition: all 0.4s;
	transform: scale(1);
}

.header-area.header-area3 .header-elements {
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(47px);
	backdrop-filter: blur(47px);
	padding: 16px 28px;
	margin-top: 16px;
}
.header-area.header-area3 .header-elements .main-menu-ex {
	padding: 2px 24px;
	position: relative;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.all-images-menu {
	display: flex;
	align-items: center;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb {
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	margin: 0 20px 0 0;
	text-align: center;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.bottom-text {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	letter-spacing: 0.18px;
	display: inline-block;
	padding-top: 20px;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.img1::after {
	transform: scale(1);
	transition: all 0.4s;
	visibility: visible;
	opacity: 0.4;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.homemenu-btn {
	top: 33%;
	visibility: visible;
	opacity: 1;
	transition: all 0.6s;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.bottom-text {
	color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	background: #000026;
	opacity: 0;
	border-radius: 4px;
	transform: scale(0.8);
	z-index: 1;
	visibility: hidden;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1
	img {
	height: 100%;
	width: 100%;
	border-radius: 4px;
	transition: all 0.4s;
	border: 1px solid #e5e7eb;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn {
	position: absolute;
	top: 45%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	transition: all 0.6s;
	margin: 0 auto;
	left: 20%;
	right: 20%;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1 {
	display: inline-block;
	padding: 18px;
	transition: all 0.4s;
	border-radius: 8px;
	position: relative;
	width: 150px;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
	z-index: 1;
	border-radius: 4px;
	background: linear-gradient(90deg, #ee64fe 0%, #7000fd 100%);
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1
	i {
	transform: rotate(-45deg);
	margin-left: 4px;
	transition: all 0.4s;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1:hover {
	color: #fff;
	transition: all 0.4s;
	transform: translateY(-5px);
	background: linear-gradient(90deg, #ee64fe 0%, #7000fd 100%);
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1:hover
	i {
	transform: rotate(0);
	transition: all 0.4s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul {
	position: absolute;
	left: 0;
	top: 50px;
	border-radius: 4px;
	background: #fff;
	width: 206px;
	box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
	padding: 10px;
	z-index: 99;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul:hover > a {
	transition: all 0.4s;
	padding-left: 25px;
	color: red;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	ul:hover
	> a::after {
	background: blue;
	transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li ul {
	left: 190px;
	top: 10px;
	z-index: 99;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a {
	color: var(--qt-text-h-text3);
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 0px;
	height: 100%;
	color: #c0ff3a;
	border-radius: 4px;
	transition: all 0.4s;
	z-index: -1;
	opacity: 1;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a:hover {
	color: #a92dfd;
	transition: all 0.4s;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li
	ul
	li
	a:hover::after {
	background: var(--vtc-bg-main-bg-3);
	border-radius: 4px;
	width: 5px;
	left: -10px;
	opacity: 1;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li a {
	color: var(--vtc-text-pera-2);
	font-size: 16px;
	display: block;
	font-weight: 500;
	padding: 8px 15px;
	transition: all 0.3s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li a:hover {
	color: #a92dfd;
}
.header-area.header-area3
	.header-elements
	.main-menu-ex
	ul
	li:hover
	.tp-submenu {
	visibility: visible;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	z-index: 9;
	top: 150.3%;
	position: absolute;
	transition: all 0.4s;
	transform: scale(1);
}

.header-area.header-area4 .header-elements {
	border-radius: 4px;
	background: #fff;
	-webkit-backdrop-filter: blur(47px);
	backdrop-filter: blur(47px);
	border-radius: 4px;
	padding: 16px 24px;
	margin-top: 16px;
	border: 1px solid var(--Home-Page-4-Color-Stroke-Color, rgba(5, 4, 2, 0.5));
}
.header-area.header-area4 .header-elements .main-menu-ex {
	padding: 2px 24px;
	position: relative;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.all-images-menu {
	display: flex;
	align-items: center;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb {
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	margin: 0 20px 0 0;
	text-align: center;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.bottom-text {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	letter-spacing: 0.18px;
	display: inline-block;
	padding-top: 20px;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.img1::after {
	transform: scale(1);
	transition: all 0.4s;
	visibility: visible;
	opacity: 0.4;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.homemenu-btn {
	top: 33%;
	visibility: visible;
	opacity: 1;
	transition: all 0.6s;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb:hover
	.bottom-text {
	color: var(--vtc-bg-main-bg-1);
	transition: all 0.4s;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	background: #000026;
	opacity: 0;
	border-radius: 4px;
	transform: scale(0.8);
	z-index: 1;
	visibility: hidden;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.img1
	img {
	height: 100%;
	width: 100%;
	border-radius: 4px;
	transition: all 0.4s;
	border: 1px solid #e5e7eb;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn {
	position: absolute;
	top: 45%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	transition: all 0.6s;
	margin: 0 auto;
	left: 20%;
	right: 20%;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1 {
	display: inline-block;
	padding: 18px;
	transition: all 0.4s;
	border-radius: 8px;
	position: relative;
	width: 150px;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: capitalize;
	z-index: 1;
	border-radius: 4px;
	background: #f69434;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1
	i {
	transform: rotate(-45deg);
	margin-left: 4px;
	transition: all 0.4s;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1:hover {
	color: #fff;
	transition: all 0.4s;
	transform: translateY(-5px);
	background: #f69434;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	.tp-submenu
	.homemenu-thumb
	.homemenu-btn
	.header-btn1:hover
	i {
	transform: rotate(0);
	transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul {
	position: absolute;
	left: 0;
	top: 50px;
	border-radius: 4px;
	background: #fff;
	width: 206px;
	box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
	padding: 10px;
	z-index: 99;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul:hover > a {
	transition: all 0.4s;
	padding-left: 25px;
	color: red;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	ul:hover
	> a::after {
	background: blue;
	transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li ul {
	left: 190px;
	top: 10px;
	z-index: 99;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a {
	color: var(--qt-text-h-text3);
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 0px;
	height: 100%;
	color: var(--qt-text-h-text3);
	border-radius: 4px;
	transition: all 0.4s;
	z-index: -1;
	opacity: 1;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a:hover {
	color: var(--vtc-bg-main-bg-4);
	transition: all 0.4s;
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li
	ul
	li
	a:hover::after {
	background-color: var(--vtc-bg-main-bg-4);
	border-radius: 4px;
	width: 5px;
	left: -10px;
	opacity: 1;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li a {
	color: var(--vtc-text-heading-text-1);
	font-size: 16px;
	display: block;
	font-weight: 500;
	padding: 8px 15px;
	transition: all 0.3s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li a:hover {
	color: var(--vtc-bg-main-bg-4);
}
.header-area.header-area4
	.header-elements
	.main-menu-ex
	ul
	li:hover
	.tp-submenu {
	visibility: visible;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	z-index: 9;
	top: 150.3%;
	position: absolute;
	transition: all 0.4s;
	transform: scale(1);
}
.header-area.header-area4 .login {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
	display: inline-block;
	margin-right: 20px;
}
.header-area.header-area4 .login img {
	margin-left: 2px;
	margin-top: -2px;
}

.header-area.header-area1
	.main-menu-ex.main-menu-ex1
	li.has-dropdown:hover
	a.main1 {
	color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area1
	.main-menu-ex.main-menu-ex1
	li.dropdown-menu-parrent:hover
	a.main1 {
	color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area1
	.main-menu-ex.main-menu-ex1
	li.has-dropdown.has-dropdown1:hover
	a.main {
	color: var(--vtc-bg-main-bg-1);
}
.header-area.header-area1
	.main-menu-ex.main-menu-ex1
	li.has-dropdown.has-dropdown1:hover
	a.main::after {
	background-color: var(--vtc-bg-main-bg-1);
	border-radius: 4px;
	width: 5px;
	left: -10px;
	opacity: 1;
}

.header-area.header-area2
	.main-menu-ex.main-menu-ex1
	li.has-dropdown:hover
	a.main1 {
	color: #00ffa3;
}

.header-area.header-area2
	.main-menu-ex.main-menu-ex1
	li.dropdown-menu-parrent:hover
	a.main1 {
	color: #00ffa3;
}

.header-area.header-area2
	.main-menu-ex.main-menu-ex1
	li.has-dropdown.has-dropdown1:hover
	a.main {
	color: #00ffa3;
}
.header-area.header-area2
	.main-menu-ex.main-menu-ex1
	li.has-dropdown.has-dropdown1:hover
	a.main::after {
	background: var(--vtc-bg-main-bg-2);
	border-radius: 4px;
	width: 5px;
	left: -10px;
	opacity: 1;
}

.header-area.header-area3
	.main-menu-ex.main-menu-ex1
	li.has-dropdown:hover
	a.main1 {
	color: #a92dfd;
}

.header-area.header-area3
	.main-menu-ex.main-menu-ex1
	li.dropdown-menu-parrent:hover
	a.main1 {
	color: #a92dfd;
}

.header-area.header-area3
	.main-menu-ex.main-menu-ex1
	li.has-dropdown.has-dropdown1:hover
	a.main {
	color: #a92dfd;
}
.header-area.header-area3
	.main-menu-ex.main-menu-ex1
	li.has-dropdown.has-dropdown1:hover
	a.main::after {
	background: var(--vtc-bg-main-bg-3);
	border-radius: 4px;
	width: 5px;
	left: -10px;
	opacity: 1;
}

.header-area.header-area4
	.main-menu-ex.main-menu-ex1
	li.has-dropdown:hover
	a.main1 {
	color: var(--vtc-bg-main-bg-4);
}

.header-area.header-area4
	.main-menu-ex.main-menu-ex1
	li.dropdown-menu-parrent:hover
	a.main1 {
	color: var(--vtc-bg-main-bg-4);
}

.header-area.header-area4
	.main-menu-ex.main-menu-ex1
	li.has-dropdown.has-dropdown1:hover
	a.main {
	color: var(--vtc-bg-main-bg-4);
}
.header-area.header-area4
	.main-menu-ex.main-menu-ex1
	li.has-dropdown.has-dropdown1:hover
	a.main::after {
	background: var(--vtc-bg-main-bg-4);
	border-radius: 4px;
	width: 5px;
	left: -10px;
	opacity: 1;
}

.header-area.header-area1.single-header1 .tp-submenu {
	visibility: hidden;
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	position: absolute;
	background: white;
	top: 201.3%;
	transform: scale(1, 0);
	z-index: 0;
	transition: all 0.4s;
	border-radius: 5px;
	padding: 20px;
	left: -290px;
	width: 1300px;
	max-height: 600px;
	overflow: hidden;
	transform-origin: top;
	display: block;
}

.header-area.header-area2.single-header2 .tp-submenu {
	visibility: hidden;
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	position: absolute;
	background: white;
	top: 201.3%;
	transform: scale(1, 0);
	z-index: 0;
	transition: all 0.4s;
	border-radius: 5px;
	padding: 20px;
	left: -330px;
	width: 1300px;
	max-height: 600px;
	overflow: hidden;
	transform-origin: top;
	display: block;
}

.header-area.header-area3.single-header3 .tp-submenu {
	visibility: hidden;
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	position: absolute;
	background: white;
	top: 201.3%;
	transform: scale(1, 0);
	z-index: 0;
	transition: all 0.4s;
	border-radius: 5px;
	padding: 20px;
	left: -340px;
	width: 1290px;
	max-height: 600px;
	overflow: hidden;
	transform-origin: top;
	display: block;
}

.header-area.header-area4.single-header4 .tp-submenu {
	visibility: hidden;
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	position: absolute;
	background: white;
	top: 201.3%;
	transform: scale(1, 0);
	z-index: 0;
	transition: all 0.4s;
	border-radius: 5px;
	padding: 20px;
	left: -320px;
	width: 1300px;
	max-height: 600px;
	overflow: hidden;
	transform-origin: top;
	display: block;
}

/*
::::::::::::::::::::::::::
 NAV MENU AREA CSS
::::::::::::::::::::::::::
*/ /*# sourceMappingURL=main.css.map */
