


body {
	font-family: Montserrat,sans-serif;
	background-color: #050828;
	overflow-x: hidden
}

h1,h2,h3,h4,h5,h6 {
	font-family: Michroma,sans-serif;
	margin: 0;
	padding: 0
}

a,a:active,a:focus,a:hover {
	text-decoration: none;
	color: inherit
}

a,button {
	color: inherit;
	outline: 0;
	border: none;
	background: 0 0
}

a:focus,button:focus {
	outline: 0
}

ul {
	margin-bottom: 0
}

h1 {
	font-size: 60px;
	font-weight: 800
}

h2 {
	font-size: 40px;
	font-weight: 700
}

h3 {
	font-size: 20px;
	font-weight: 600
}

h4 {
	font-size: 18px;
	font-weight: 400
}

h5 {
	font-size: 16px;
	font-weight: 400
}

h6 {
	font-size: 15px;
	font-weight: 400
}

.gg-line {
	background-image: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#fdbdba -31.69%,#fdf2a2 -22.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.header .container {
	width: 100%;
	margin: auto
}

.header .container,.header .container-fluid {
	padding-left: 15px;
	padding-right: 15px
}

.header .container {
	max-width: 1200px
}

li,ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.main-title {
	margin-bottom: 50px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	font-family: Montserrat,sans-serif;
	letter-spacing: .6px
}

.discover-more a {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.discover-more a:hover {
	color: #d89429
}

.discover-more a i {
	width: 10px;
	height: 10px;
	line-height: 10px;
	width: 22px;
	height: 22px;
	line-height: 21px;
	background: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	margin-left: 6px
}

.display-table {
	display: table;
	width: 100%
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
	min-height: 100%;
	height: 100vh;
	text-align: center
}

.main-btn {
	font-family: Montserrat,sans-serif;
	background: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	color: #fff;
	min-width: 129px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .3px;
	text-align: center;
	padding: 14px 40px;
	border-radius: 30px;
	outline: 0;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-btn:hover {
	background: linear-gradient(-267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	color: #fff;
	transform: scale(.91)
}

.main-btn i {
	margin-right: 7px;
	font-size: 17px
}

.custom-btn {
	margin-right: 14px;
	background: 0 0;
	margin-left: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.custom-btn:hover {
	background: #fff;
	color: #d89429;
	border: 1px solid #d7d1d1
}

.custom-btn i {
	margin-right: 0;
	margin-left: 8px
}

.header {
	position: absolute;
	width: 100%;
	height: 106px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99999
}

.header .header-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.header .header-inner .logo a {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: Michroma,sans-serif
}

.header .header-inner .logo a img {
	height: 48px;
	margin-right: 3px;
	width: 49px
}

.header .header-inner .main-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 31%;
	padding-left: 5px
}

@media only screen and (max-width:1199.99px) {
	.header .header-inner .main-nav {
		left: 21%
	}
}

@media only screen and (max-width:991.99px) {
	.header .header-inner .main-nav {
		position: absolute;
		top: 100%;
		padding-left: 0;
		width: 100%;
		background: #fff;
		left: 0;
		right: 0;
		max-height: 65vh;
		overflow-x: hidden;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scaleY(0) translateY(0);
		-moz-transform: scaleY(0) translateY(0);
		-ms-transform: scaleY(0) translateY(0);
		-o-transform: scaleY(0) translateY(0);
		transform: scaleY(0) translateY(0);
		transform-origin: 0 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}

	.header .header-inner .main-nav.slidedown {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleY(1) translateY(0);
		-moz-transform: scaleY(1) translateY(0);
		-ms-transform: scaleY(1) translateY(0);
		-o-transform: scaleY(1) translateY(0);
		transform: scaleY(1) translateY(0)
	}
}

.header .header-inner .main-nav .menu {
	display: flex;
	align-items: center;
	justify-content: flex-start
}

@media only screen and (max-width:991.99px) {
	.header .header-inner .main-nav .menu {
		flex-direction: column;
		align-items: start
	}
}

.header .header-inner .main-nav .menu li {
	position: relative;
	margin-right: 23px;
	letter-spacing: .6px
}

@media only screen and (max-width:991.99px) {
	.header .header-inner .main-nav .menu li {
		display: block;
		width: 100%;
		margin: 0
	}
}

.header .header-inner .main-nav .menu li a {
	font-family: "Chakra Petch",sans-serif;
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	padding-right: 21px;
	padding-top: 20px;
	padding-bottom: 20px
}

@media only screen and (max-width:991.99px) {
	.header .header-inner .main-nav .menu li a {
		padding: 12px 20px;
		color: #0b1124;
		opacity: .9;
		border-bottom: 1px solid #dfdcdc
	}
}

.header .header-inner .main-nav .menu li a:hover {
	background-image: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.header .header-inner .main-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	background-color: #fff;
	padding: 5px 0;
	box-shadow: 0 0 32px 0 rgb(249 90 133 / 20%);
	border-radius: 2px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width:991.99px) {
	.header .header-inner .main-nav .sub-menu {
		position: static;
		width: 100%;
		padding: 0;
		box-shadow: none;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		display: none
	}
}

.header .header-inner .main-nav .sub-menu li {
	position: relative;
	margin-right: 0
}

.header .header-inner .main-nav .sub-menu li a {
	color: #0b1124;
	opacity: .9;
	padding: 10px 20px
}

@media only screen and (max-width:1440px) {
	.header .header-inner .main-nav .menu li a {
		padding-right: 20px
	}
}

@media only screen and (max-width:991.99px) {
	.header .header-inner .main-nav .sub-menu li a {
		padding-left: 40px
	}
}

.header .header-inner .main-nav .menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(5px)
}

@media only screen and (max-width:991.99px) {
	.header .header-inner .main-nav .menu li:hover .sub-menu {
		transform: translateY(0)
	}
}

.header .header-inner .main-nav .menu li.menu-item-has-children>a::after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 13px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width:991.99px) {
	.header .header-inner .main-nav .menu li.menu-item-has-children>a::after {
		right: 20px;
		color: #0b1124;
		opacity: .9
	}

	.header .header-inner .main-nav .menu li.menu-item-has-children>a.slidedown::after {
		content: "\f077"
	}
}

.header .header-inner .main-nav .menu li.menu-item-has-children>a:hover,.header .header-inner .main-nav .menu li.menu-item-has-children>a:hover::after {
	background-image: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.header .header-inner .main-nav .menu li.menu-item.current>a {
	background-image: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.header .header-inner .main-nav .menu li.menu-item.current>a::after {
	background-image: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.header .header-inner .header-btn {
	font-family: "Chakra Petch",sans-serif;
	display: flex;
	align-items: center;
	position: relative;
	background: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 30px;
	margin-left: auto;
	height: 48px;
	border: none;
	border-radius: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.header .header-inner .header-btn:hover {
	background: linear-gradient(-267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%)
}

@media only screen and (max-width:991.99px) {
	.header .header-inner .header-btn {
		margin-right: 50px
	}
}

@media only screen and (max-width:575.99px) {
	.header .header-inner .header-btn {
		padding: 8px 20px
	}
}

.header .header-inner .mobile-button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	width: 26px;
	height: 26px;
	display: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width:991.99px) {
	.header .header-inner .mobile-button {
		display: block
	}
}

.header .header-inner .mobile-button:after,.header .header-inner .mobile-button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px
}

.header .header-inner .mobile-button span,.header .header-inner .mobile-button:after,.header .header-inner .mobile-button:before {
	background-color: #fff;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.header .header-inner .mobile-button:before {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	transform: translateY(-7px)
}

.header .header-inner .mobile-button span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px
}

.header .header-inner .mobile-button:after {
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	transform: translateY(7px)
}

.header .header-inner .mobile-button.active:before {
	-webkit-transform: rotate3d(0,0,1,45deg);
	-moz-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg)
}

.header .header-inner .mobile-button.active:after {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	-moz-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,-45deg)
}

.header .header-inner .mobile-button.active span {
	opacity: 0
}

.header.active-nav {
	position: fixed;
	top: -106px;
	left: 0;
	width: 100%;
	background-color: rgb(5 8 40 /80%);
	backdrop-filter: blur(15px);
	box-shadow: 0 5px 9px rgb(0 0 0 / 11%),inset 0 1px 0 #ebe9e9;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.header.active-nav.nav-effect {
	top: -1px;
	opacity: 1;
	visibility: visible;
	height: 82px
}

.home {
	position: relative;
	overflow: hidden;
	padding-top: 115px
}

.home .home-content {
	margin-top: 40px
}

.home .home-content h1 {
	position: relative;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 25px;
	line-height: 1.2;
	text-align: left
}

.home .home-content h1:before {
	content: "";
	width: 200px;
	height: 200px;
	background: linear-gradient(180deg,#109b9b -43.08%,#052a2a -7.55%,#2b7a7a 33.87%,#27c793 82.91%);
	filter: blur(40px);
	display: inline-block;
	position: absolute;
	top: -63px;
	left: -35px;
	border-radius: 100%;
	opacity: .5;
	z-index: -1
}

.home .home-content h1 span {
	background-image: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#fdbdba -31.69%,#fdf2a2 -22.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.home .home-content p {
	color: #d1cccc;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 45px
}

.home .home-content .main-btn {
	font-size: 15px;
	padding: 14px 25px
}

.home .home-content .custom-btn {
	margin-right: 0;
	background: 0 0;
	border: none;
	color: #d7d4d4
}

.home .home-content .custom-btn:hover {
	color: #fff
}

.home .home-facts {
	margin-top: 45px
}

.home .home-facts .facts-list {
	display: flex
}

.home .home-facts .facts-list li {
	position: relative;
	margin: 0 45px
}

.home .home-facts .facts-list li:first-of-type {
	margin-left: 0
}

.home .home-facts .facts-list li span {
	display: block;
	color: #d1cccc;
	font-weight: 600;
	font-size: 15px;
	font-family: Montserrat,sans-serif
}

.home .home-facts .facts-list li span.number {
	background-image: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-family: Montserrat,sans-serif;
	margin-bottom: 10px
}

.home .right-box {
	position: relative;
	padding-left: 30px
}

.home .home-image {
	position: relative
}

.home .home-image img {
	display: block
}

.home .home-image img.shape {
	position: absolute;
	top: -40px;
	left: 66px;
	opacity: .4;
	z-index: -1;
	-webkit-animation: moving 1s infinite alternate;
	animation: moving 1s infinite alternate
}

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

	100% {
		transform: translateX(-30px)
	}
}

.home2 {
	position: relative;
	overflow: hidden;
	height: 100vh
}

.home2 .owl-carousel {
	height: 100vh
}

.home2 .bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%
}

.home2 .owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.home2 .owl-carousel .owl-nav .owl-next,.home2 .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 36px;
	text-align: center;
	background: 0 0;
	border: 1px solid rgb(115 118 118 / 20%);
	backdrop-filter: blur(14px);
	border-radius: 24px;
	outline: 0;
	z-index: 999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.home2 .owl-carousel .owl-nav .owl-next {
	right: 10px
}

.home2 .owl-carousel .owl-nav .owl-prev {
	left: 10px
}

.home2 .owl-carousel .owl-nav .owl-next:hover,.home2 .owl-carousel .owl-nav .owl-prev:hover {
	background: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%)
}

.home2 .overlay {
	background-color: rgba(0,0,0,.4);
	height: 100%
}

.home2 .home-content h1 {
	color: #fff;
	font-size: 65px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 25px;
	line-height: 1.2
}

.home2 .home-content p {
	color: #e0dede;
	line-height: 1.6;
	letter-spacing: .3px;
	margin-bottom: 30px
}

.home2 .home-content .custom-btn {
	border: 1px solid #747273
}

.home2 .home-content .custom-btn:hover {
	color: #d89429
}

.features {
	padding-top: 120px
}

.features .item:nth-of-type(n+4) .feature-item {
	margin-top: 30px
}

.feature-item {
	background: rgba(255,255,255,.03);
	border: 2px solid rgba(255,255,255,.1);
	padding: 20px;
	border-radius: 24px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.feature-item:hover {
	border: 2px solid #d89429;
	transform: translateY(-10px)
}

.features .feature-item img {
	margin-bottom: 25px
}

.features .feature-item h3 {
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 15px;
	background-image: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#fdbdba -31.69%,#fdf2a2 -22.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.features .feature-item p {
	color: #d1cccc;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 0
}

.models table {
	color: #d1cccc;
	font-size: 14px
}

.models .table-dark {
	background-color: #0b102b
}

.models .table {
	border-radius: 10px
}

.models .table thead th {
	border-bottom: none;
	border-top: none
}

.models .table td,.models .table th {
	border-color: #15191e
}

.about {
	padding-top: 120px
}

.about .main-title {
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 20px
}

.about .sub-title {
	background-image: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-weight: 700;
	font-family: Montserrat,sans-serif;
	letter-spacing: .6px;
	margin-bottom: 8px
}

.about p {
	color: #d1cccc;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8
}

.about p {
	margin-bottom: 22px
}

.about .about-details li {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #d1cccc;
	font-size: 17px;
	font-weight: 400;
	line-height: 2
}

.about .about-details li i {
	display: inline-block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	background: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	border-radius: 50%
}

.about .main-btn {
	font-size: 16px;
	padding: 16px 38px;
	margin-top: 44px
}

.about .main-btn i {
	margin-left: 8px
}

.faq {
	padding-top: 120px
}

.faq .card {
	margin-bottom: 30px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: 0 0
}

.faq .card:last-of-type {
	margin-bottom: 0
}

.faq .card .card-header {
	padding: 0
}

.faq .card .card-header h5 .btn-link {
	position: relative;
	padding: 20px 40px 20px 20px;
	display: block;
	text-decoration: none;
	background: rgba(255,255,255,.03);
	border: 1px solid rgba(255,255,255,.1);
	color: #fff;
	font-size: 17px;
	line-height: 1.1;
	width: 100%;
	text-align: left;
	white-space: initial;
	border-radius: 24px 24px 0 0
}

.faq .card .card-header .btn-link:after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	top: 8px;
	right: 9px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	width: 43px;
	height: 43px;
	line-height: 44px;
	text-align: center;
	border-radius: 24px
}

.faq .card .card-header .btn-link[aria-expanded=true]:after {
	content: "\f106"
}

.faq .card .card-body {
	color: #d1cccc;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	padding: 20px;
	border: 1px solid #19213e;
	border-top: none;
	border-radius: 0 0 24px 24px
}

.footer {
	background: #040722;
	margin-top: 120px;
	border-top: 1px solid #0b0e28
}

.footer .footer-top {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #0b0e28
}

.footer .footer-top .footer-menu {
	position: relative;
	z-index: 1
}

.footer .footer-top .footer-logo {
	margin-bottom: 20px
}

.footer .footer-top .footer-logo a {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: Michroma,sans-serif
}

.footer .footer-top .footer-logo a img {
	height: 48px;
	margin-right: 3px;
	width: 49px
}

.footer .footer-top .footer-logo .my-logo {
	position: relative;
	top: -6px;
	left: -4px
}

.footer .footer-top .footer-menu p {
	color: #d1cccc;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8
}

.footer .footer-top ul li {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #ebe9e9
}

.footer .footer-top ul li:last-of-type {
	margin-bottom: 10px
}

.footer .footer-top .footer-item h4 {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: .7px;
	margin-bottom: 20px;
	text-transform: capitalize
}

.footer .footer-top .footer-item ul li a {
	color: #ebe9e9;
	padding-left: 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.footer .footer-top .footer-item ul li a:hover {
	color: #d89429;
	padding-left: 14px
}

.footer .footer-top .footer-item ul li a:before {
	content: '\f105';
	font-family: FontAwesome;
	position: relative;
	left: -10px
}

.footer .footer-top .footer-item .footer-newsletter {
	position: relative
}

.footer .footer-top .footer-item .footer-newsletter input {
	background: 0 0;
	border: 1px solid #1f2130;
	padding: 16px 20px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	outline: 0;
	border-radius: 24px
}

.footer .footer-top .footer-item .footer-newsletter input:focus {
	outline: 0
}

.footer .footer-top .footer-item .footer-newsletter input::placeholder {
	color: #fff
}

.footer .footer-top .footer-item .footer-newsletter .submit {
	position: absolute;
	right: 0;
	top: 1px;
	height: 56px;
	width: 58px;
	line-height: 58px;
	text-align: center;
	background: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	border-radius: 0 24px 24px 0
}

.footer .footer-top .footer-item .footer-newsletter .submit:hover {
	background: linear-gradient(-267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%)
}

.footer .footer-top .footer-item .footer-newsletter .submit i {
	color: #fff;
	font-size: 19px
}

.footer .footer-bottom {
	padding: 20px 0;
	background: #050828
}

.footer .footer-bottom .copyright p {
	letter-spacing: .3px;
	margin: 0;
	color: #ebe9e9;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8
}

.footer .footer-bottom .copyright p span {
	font-family: Poppins,sans-serif;
	background-image: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	letter-spacing: .5px
}

.footer .footer-bottom .social-media li {
	font-size: 15px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #040722;
	color: #fff;
	border: 1px solid #0f143a;
	margin-left: 10px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.footer .footer-bottom .social-media li:hover {
	background: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%)
}

.scroll-top {
	position: fixed;
	bottom: 107%;
	right: 25px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	color: #fff!important;
	background: #040722;
	border: 1px solid #121534;
	border-radius: 10px;
	z-index: 999;
	-webkit-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-o-transition: all .7s linear;
	-ms-transition: all .7s linear;
	transition: all .7s linear;
	overflow: hidden
}

.scroll-top.active {
	bottom: 25px
}

.scroll-top:hover {
	background: linear-gradient(267deg,#d64c45 27.93%,#d89429 99.79%,#c6bafd -31.69%,#b7a2fd -22.78%)
}

@media (min-width:768px) and (max-width:991.98px) {
	.home .right-box {
		padding-top: 100px;
		padding-left: 0
	}

	.home .home-content h1:before {
		content: none
	}

	.features .item:nth-of-type(n+3) .feature-item {
		margin-top: 30px
	}

	.about .about-info {
		margin-bottom: 40px
	}

	.about .about-image {
		width: 80%;
		margin: auto
	}

	.sidebar {
		margin-top: 50px
	}

	.footer .footer-top {
		padding-bottom: 50px
	}

	.footer .footer-top .footer-item {
		margin-bottom: 30px
	}

	.contact .contact-box {
		margin-bottom: 30px
	}
}

@media (max-width:767.98px) {
	.main-title {
		margin-bottom: 55px
	}

	.home .right-box {
		padding-top: 100px;
		padding-left: 0
	}

	.home .home-content h1:before {
		content: none
	}

	.home2 .home-content h1 {
		font-size: 55px
	}

	.features {
		padding-top: 90px
	}

	.features .item:nth-of-type(n+2) .feature-item {
		margin-top: 30px
	}

	.about {
		padding-top: 90px
	}

	.about .about-info {
		margin-bottom: 40px
	}

	.about .about-image {
		width: 85%;
		margin: auto
	}

	.faq {
		padding-top: 90px
	}

	.sidebar {
		margin-top: 50px
	}

	.blog .blog-item .blog-item-content .post-comment.reply {
		margin-left: 65px
	}

	.footer {
		margin-top: 90px
	}

	.footer .footer-top {
		padding-bottom: 50px
	}

	.footer .footer-top .footer-item {
		margin-bottom: 30px
	}

	.footer .footer-bottom .copyright p {
		margin-bottom: 15px
	}
}

@media (max-width:575.98px) {
	.home .right-box {
		padding-left: 0
	}

	.home2 .home-content h1 {
		font-size: 45px
	}

	.footer .copyright {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
}
