@import "css2-Latowght400700_OpenSanswght300400600700_swap.css";

body {
	font-family: open sans, sans-serif;
	color: #0c0c0c;
	background-color: #fff;
	overflow-x: hidden;
	background-color: #f1f1f1
}

a,
a:hover,
a:focus {
	text-decoration: none
}

a:hover,
a:focus {
	color: initial
}

ul,
li {
	list-style: none
}

.layout_padding {
	padding: 90px 0
}

.layout_padding2 {
	padding: 75px 0
}

.layout_padding2-top {
	padding-top: 75px
}

.layout_padding2-bottom {
	padding-bottom: 75px
}

.layout_padding-top {
	padding-top: 90px
}

.layout_padding-bottom {
	padding-bottom: 90px
}

.app-img {
	animation: upDown 5s linear infinite
}

.heading_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.heading_container h2 {
	position: relative;
	font-weight: 700;
	margin-bottom: 0
}

.clr {
	color: #fff
}

.heading_container h2 span {
	color: #010001
}

.heading_container p {
	margin-top: 10px;
	margin-bottom: 0
}

.heading_container.heading_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase
}

.btn,
.btn:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none
}

.hero_area {
	position: relative;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.hero_area .hero_bg_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: hidden;
	z-index: -1
}

.hero_area .hero_bg_box .bg_img_box {
	min-width: 100%;
	min-height: 100%
}

.hero_area .hero_bg_box img {
	min-width: 100%;
	min-height: 100%
}

.sub_page .hero_area {
	min-height: auto;
	background: linear-gradient(130deg, #2a0424, #2a0424)
}

.sub_page .hero_area .hero_bg_box {
	display: none
}

.header_section {
	padding: 15px 0
}

.header_section .container-fluid {
	padding-right: 25px;
	padding-left: 25px
}

.navbar-brand span {
	font-weight: 700;
	font-size: 24px;
	color: #fff
}

.custom_nav-container {
	padding: 0
}

.custom_nav-container .navbar-nav {
	margin-left: auto
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
	padding: 5px 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
	color: #da4bfd
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
	font-weight: 600
}

.custom_nav-container .nav_search-btn {
	width: 35px;
	height: 35px;
	padding: 0;
	border: none;
	color: #fff
}

.custom_nav-container .nav_search-btn:hover {
	color: #da4bfd
}

.custom_nav-container .navbar-toggler {
	outline: none
}

.custom_nav-container .navbar-toggler {
	padding: 0;
	width: 37px;
	height: 42px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.custom_nav-container .navbar-toggler span {
	display: block;
	width: 35px;
	height: 4px;
	background-color: #fff;
	margin: 7px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	border-radius: 5px;
	transition: all .3s
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	top: -10px;
	border-radius: 5px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.custom_nav-container .navbar-toggler span::after {
	top: 10px
}

.custom_nav-container .navbar-toggler[aria-expanded=true] {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.custom_nav-container .navbar-toggler[aria-expanded=true] span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.custom_nav-container .navbar-toggler[aria-expanded=true] span::before,
.custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0
}

.slider_section {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 45px 0 145px
}

.slider_section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.slider_section #customCarousel1 {
	width: 100%;
	position: unset
}

.slider_section .detail-box {
	color: #2a0424
}

.slider_section .detail-box h1 {
	font-size: 2.8rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff
}

.slider_section .detail-box p {
	color: #fefefe;
	font-size: 14px
}

.slider_section .detail-box .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	margin-top: 25px
}

.slider_section .detail-box .btn-box a {
	margin: 5px;
	text-align: center;
	width: 165px
}

.slider_section .detail-box .btn-box .btn1 {
	display: inline-block;
	padding: 10px 15px;
	background: linear-gradient(to right, #9e4efc 0%, #da4bfd 100%);
	color: #fff;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none;
	border-radius: 5px
}

.slider_section .detail-box .btn-box .btn1:hover {
	background: linear-gradient(to right, #da4bfd 0%, #9e4efc 100%)
}

.slider_section .detail-box .btn-box .btn2 {
	display: inline-block;
	padding: 10px 15px;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none
}

.slider_section .detail-box .btn-box .btn2:hover {
	background-color: #000
}

.slider_section .img-box {
	margin: 45px 0
}

.slider_section .img-box img {
	width: 100%;
	-webkit-animation: upDown 5s infinite;
	animation: upDown 5s infinite
}

@-webkit-keyframes upDown {
	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px)
	}

	50% {
		-webkit-transform: translateY(45px);
		transform: translateY(45px)
	}

	100% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px)
	}
}

@keyframes upDown {
	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px)
	}

	50% {
		-webkit-transform: translateY(45px);
		transform: translateY(45px)
	}

	100% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px)
	}
}

.slider_section .carousel-indicators {
	position: unset;
	margin: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.slider_section .carousel-indicators li {
	background-color: #fff;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	opacity: 1
}

.slider_section .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	background-color: #853dcc
}

.service_section {
	position: relative
}

.service_section .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-top: 45px;
	background-color: #f8f8f9;
	padding: 20px;
	border-radius: 5px
}

.service_section .box .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 125px;
	min-width: 75px;
	height: 75px;
	margin-bottom: 15px
}

.service_section .box .img-box img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.service_section .box .detail-box h5 {
	font-weight: 700;
	text-transform: uppercase;
	color: #444
}

.service_section .box .detail-box a {
	color: #2a0424;
	font-weight: 600;
	transition: all linear .3s
}

.service_section .box .detail-box a:hover {
	color: #da4bfd
}

.service_section .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px
}

.service_section .btn-box a {
	display: inline-block;
	padding: 10px 45px;
	background: linear-gradient(to right, #9e4efc 0%, #da4bfd 100%);
	color: #fff;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none;
	border-radius: 5px
}

.clr-cng {
	color: #595454
}

.service_section .btn-box a:hover {
	background: linear-gradient(to left, #9e4efc 0%, #da4bfd 100%)
}

.about_section {
	background-color: #2a0424;
	color: #fff
}

.about_section .heading_container {
	margin-bottom: 45px
}

.about_section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about_section .img-box img {
	max-width: 100%;
	animation: upDown 5s linear infinite
}

.about_section .detail-box h3 {
	font-weight: 700
}

.about_section .detail-box p {
	margin-top: 15px
}

.about_section .detail-box a {
	display: inline-block;
	padding: 10px 45px;
	background: linear-gradient(to right, #9e4efc 0%, #da4bfd 100%);
	color: #fff;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none;
	margin-top: 15px;
	border-radius: 5px
}

.about_section .detail-box a:hover {
	background: linear-gradient(to right, #da4bfd 0%, #9e4efc 100%)
}

.why_section .box {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.why_section .box .img-box {
	margin-bottom: 20px;
	width: 120px;
	height: 120px;
	min-width: 120px;
	min-height: 120px;
	border-radius: 100%;
	border: 5px solid #2a0424;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.why_section .box .img-box img {
	width: 85px;
	height: auto;
	fill: #2a0424
}

.why_section .box h5 {
	font-weight: 700;
	margin-bottom: 10px;
	color: #595454
}

.why_section .box p {
	margin-bottom: 0
}

.app-test {
	margin-top: 40%
}

.app-test h4 {
	color: #080409;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px
}

.app-test p span {
	color: #00bbf0;
	padding-right: 10px
}

.app-test p {
	color: #4d433c
}

.app-btn {
	margin-top: 70px
}

.app-btn a {
	padding: 10px 45px;
	background: linear-gradient(to right, #9e4efc 0%, #da4bfd 100%);
	color: #fff;
	text-transform: capitalize;
	transition: all linear .3s;
	border-radius: 5px
}

.myapp-btn a {
	/* background: linear-gradient(to right, #9e4efc 0%, #da4bfd 100%); */
	color: #1a1a1a;
	display: inline-block;
	text-transform: capitalize;
	transition: all linear .3s;
	border-radius: 5px
}
#mytext {
            position: absolute;
			display: inline-block;
            top: 0;
            left: 10;
            color: #1a1a1a; /* 设置文本颜色 */
            padding: 5px; /* 调整文本与图像之间的空白区域大小 */
        }
.app-btn a:hover {
	background: linear-gradient(to right, #da4bfd 0%, #9e4efc 100%)
}

#ico {
	background-color: #f5f8ff;
	padding: 80px 0
}

.why_section .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px
}

.box-boarder {
	background-color: #f8f8f9;
	padding: 20px 20px 30px;
	border-radius: 5px
}

.box-boarder1 {
	background-color: #cad8fc;
	padding: 20px 20px 30px;
	border-radius: 20px
}

.box-boarder2 {
	background-color: #d7efd1;
	padding: 20px 20px 30px;
	border-radius: 20px
}

.box-boarder3 {
	background-color: #fcf5ca;
	padding: 20px 20px 30px;
	border-radius: 20px
}

.why_section .btn-box a {
	display: inline-block;
	padding: 10px 45px;
	background: linear-gradient(to right, #9e4efc 0%, #da4bfd 100%);
	color: #fff;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none;
	border-radius: 5px
}

.why_section .btn-box a:hover {
	background: linear-gradient(to right, #da4bfd 0%, #9e4efc 100%)
}

.team_section {
	text-align: center;
	background-color: #eeeeee;
	color: #fff
}

.team_section .heading_container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.team_section .team_container {
	padding: 0 15px
}

.team_section .team_container .box {
	padding: 35px 0 0;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all .1s;
	transition: all .1s;
	margin-top: 45px;
	background: linear-gradient(to right, #aeb4fb 0%, #a6cbf7 100%)
}

.team_section .team_container .box .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.team_section .team_container .box .img-box img {
	width: 96px;
	border-radius: 100%;
	border: 5px solid #fff
}

.team_section .team_container .box .detail-box {
	margin: 25px 0
}

.team_section .team_container .box .detail-box h5 {
	color: #fff;
	font-weight: 700;
	position: relative
}

.team_section .team_container .box .social_box {
	padding: 10px 45px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.team_section .team_container .box .social_box a {
	color: #fff;
	font-size: 22px;
	transition: all linear .3s
}

.team_section .team_container .box .social_box a:hover {
	color: #2a0424;
	transform: rotate(360deg)
}

.client_section .heading_container {
	margin-bottom: 30px
}

.client_section .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 15px
}

.client_section .box .img-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	margin-bottom: -50px;
	margin-left: 25px;
	position: relative
}

.client_section .box .img-box img {
	border-radius: 100%
}

.client_section .box .client_id {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.client_section .box .client_id .client_info h6 {
	font-weight: 600;
	margin-bottom: 5px;
	color: #595454
}

.client_section .box .client_id .client_info p {
	margin-bottom: 0;
	font-size: 15px;
	font-size: 14px;
	margin-bottom: 10px
}

.client_section .box .detail-box {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	padding: 75px 25px 25px
}

.client_section .box .detail-box i {
	color: #2a0424;
	margin-bottom: 10px
}

.client_section .owl-carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
	width: 55px;
	height: 55px;
	background-color: #fff;
	color: #000;
	outline: none;
	bottom: 0;
	font-size: 24px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
	border-radius: 50%
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next:hover {
	background-color: #853dcc;
	color: #fff
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
	color: #2a0424
}

.info_section {
	background-color: #2a0424;
	color: #fff;
	padding: 45px 0 15px
}

.info_section h4 {
	font-weight: 600;
	margin-bottom: 20px
}

.info_section .info_col {
	margin-bottom: 30px
}

.info_section .info_contact .contact_link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.info_section .info_contact .contact_link_box a {
	margin: 5px 0;
	color: #fff
}

.info_section .info_contact .contact_link_box a i {
	margin-right: 5px
}

.info_section .info_contact .contact_link_box a:hover {
	color: #d54bfd
}

.info_section .info_social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-bottom: 10px
}

.info_section .info_social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border-radius: 100%;
	margin-right: 28px;
	font-size: 24px;
	transition: all linear .3s
}

.info_section .info_social a:hover {
	color: #da4bfd;
	transform: rotate(360deg)
}

.info_section .info_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.info_section .info_links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	color: #fff
}

.info_section .info_links a:hover {
	color: #da4bfd
}

.info_section form input {
	border: none;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	width: 100%;
	height: 45px;
	color: #fff;
	outline: none
}

.info_section form input::-webkit-input-placeholder {
	color: #fff
}

.info_section form input:-ms-input-placeholder {
	color: #fff
}

.info_section form input::-ms-input-placeholder {
	color: #fff
}

.info_section form input::placeholder {
	color: #fff
}

.info_section form button {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 55px;
	background: linear-gradient(to right, #9e4efc 0%, #da4bfd 100%);
	color: #fff;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none;
	margin-top: 15px
}

.info_section form button:hover {
	background: linear-gradient(to right, #da4bfd 0%, #9e4efc 100%)
}

.footer_section {
	position: relative;
	background-color: #2a0424;
	text-align: center
}

#registration-form {
	background-color: #2a0424;
	padding: 80px 0
}

.form-btnn {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 55px;
	background: linear-gradient(to right, #9e4efc 0%, #da4bfd 100%);
	color: #fff;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: none;
	margin-top: 25px;
	border-radius: 5px
}

.form-btnn:hover {
	background: linear-gradient(to right, #da4bfd 0%, #9e4efc 100%);
	color: #fff
}

.dsg {
	color: #fff;
	font-weight: 700;
	font-size: 24px
}

.abc a {
	color: #da4bfd
}

.abc a:hover {
	color: #fff
}

.footer_section p {
	color: #fff;
	padding: 25px 0;
	margin: 0;
	border-top: 1px solid
}

.footer_section p a {
	color: inherit
}

#faq {
	padding: 80px 0
}

.faq-inner h4 {
	font-weight: 600;
	color: #595454;
	cursor: pointer
}

.faq-inner p {
	color: #444
}

.faq-inner h4:hover {
	color: #da4bfd
}

.btn_top_bottom {
	color: #fff;
	text-align: center;
	background: var(--brand);
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 8px;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out
}

.btn_top_bottom p {
	color: #fff;
	font-size: 24px;
	padding: 4px;
	background: linear-gradient(to right, #9e4efc 0%, #da4bfd 100%);
	border-radius: 50px
}

.btn_top_bottom {
	display: none
}

.image-container {
  position: relative;
}
 
.image-container img {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
}
 
.bottom-image {
  z-index: 50;
}
 
.top-image {
  z-index: 20;
}