/** Home **/
body {
	background: #000;
}

/*About Us*/
.aboutus {
	padding: 6% 0px 8% 0px;
	background: #000000;
	background-size: cover;
}

.aboutus .container {
	max-width: 1440px;

}

.aboutus .txt-con {
	display: flex;
	justify-content: start;
	flex-direction: column;
}

.aboutus h2 {
	color: #fff;
	font-size: 56px;
	line-height: 1.2;
	margin-bottom: 100px;
	font-weight: 600;
	background: -webkit-linear-gradient(left, #81FD40, #5ECBBC, #4F1DF0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.aboutus ul {
	font-size: 16px;
	color: #fff;
	padding-left: 0px;
	font-weight: bold;
}

.aboutus ul li {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 30px;
	width: 80%;
}

.aboutus ul li i {
	width: 24px;
	height: 24px;
	background: url(../images/li_icon.svg) left center no-repeat;
	background-size: cover;
	display: inline-block;
}


.aboutus ul li p {
	width: calc(100% - 34px);
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.aboutus .imgbox img {
	max-width: 100%;
}

.aboutus .imgbox .intro {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 40px;
}

.aboutus .imgbox .intro p {
	margin-bottom: 20px;
}

.aboutus .linkbtn {
	margin-top: 10px;
	position: relative;
	width: 160px;
	padding: 15px 10px;
	border-radius: 30px;
	border: 1px solid #D9D9D9;
	color: #000000;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aboutus .linkbtn svg {
	margin-right: 10px;
}

.aboutus .col-lg-6 {
	padding: 0px;
}


/**/
.ourserviceWrap {
	padding: 5% 0px 10% 0px;
	background: #000;
}

.ourserviceWrap .container {
	max-width: 1440px;
}


.ourserviceWrap img {
	max-width: 100%;
}

.ourserviceWrap .serviceIntro {
	width: 100%;
}

.ourserviceWrap .serviceIntro .txtCon {
	text-align: center;
}

.ourserviceWrap .serviceIntro h3 {
	font-size: 56px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	background: -webkit-linear-gradient(left, #81FD40, #5ECBBC, #4F1DF0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.ourserviceWrap .serviceIntro p {
	font-size: 18px;
	color: #fff;
	opacity: .4;
}

.ourserviceWrap .col-lg-5 {
	padding: 0px;
}

.ourserviceWrap .ourserviceList {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}

.ourserviceWrap .ourserviceList .innerservice {
	width: 100%;
	background: #161B22;
	padding: 32px 24px 40px 24px;
	margin-bottom: 40px;
	position: relative;
	border-radius: 24px;
	height:420px;
}


.ourserviceWrap .ourserviceList .innerservice ul{
	margin-top:30px;
	margin-left:16px;
}
.ourserviceWrap .ourserviceList .innerservice ul li{
	color:#fff;
	list-style: disc;
	opacity: 0.3;
	margin-bottom:4px;
}

.ourserviceWrap .ourserviceList .innerservice i {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 12px;
	position: absolute;
	top: 32px;
	right: 24px;
}

.ourserviceWrap .ourserviceList .innerservice .txtBox {
	width: 90%;
}

.ourserviceWrap .ourserviceList .innerservice span {
	font-size: 28px;
	color: #fff;
	line-height: 1.3;
	font-weight: 700;
}

.ourserviceWrap .ourserviceList .innerservice p {
	color: #fff;
	font-size: 18px;
	opacity: 0.5;
	width: 90%;
	margin-top: 16px;
}



/**/
.whychooseWrap {
	padding: 8% 0px 12% 0px;
	background: url(../images/time-zones-contrast_v2.png) center center no-repeat;
	background-size: 80%;
}

.whychooseWrap .container {
	max-width: 1440px;
}

.whychooseWrap .introCon {
	height: 100%;
	color: #fff;
	text-align: center;
}

.whychooseWrap .introCon h3 {
	height: 100%;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 60px;
}

.whychooseWrap .introCon h2 {
	font-style: normal;
	font-size: 56px;
	line-height: 1.3;
	margin-bottom: 30px;
	background: -webkit-linear-gradient(left, #81FD40, #5ECBBC, #4F1DF0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}


.whychooseWrap .introCon p {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	margin:0 auto;
	width: 90%;
	color: rgba(255, 255, 255, 0.6);
}



/*technicalWrap*/
.technicalWrap {
	padding: 8% 0px 12% 0px;
	background: #ffffff url(../images/technicalwrap_bg.svg) bottom center no-repeat;
	background-size: 80%;
}

.technicalWrap .container {
	max-width: 1440px;
}

.technicalWrap .wrapTitle {
	text-align: center;
}

.technicalWrap .wrapTitle h2 {
	font-size: 54px;
	color: #000000;
	opacity: .8;
	font-weight: bold;
	margin-bottom: 50px;
}


.technicalWrap .technlist {
	margin-top: 60px;
	margin: 0 auto;
}

.technicalWrap .card {
	padding: 1.8rem 1.25rem;
	background: #ffffff;
	display: block;
	border: 2px solid #76ed68;
	text-align: left;
	margin-bottom: 30px;
}

.technicalWrap ul {
	padding-left: 0px;
}

.technicalWrap .card ul li {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 30px;
	width: 80%;
}

.technicalWrap .card ul li i {
	width: 24px;
	height: 24px;
	background: url(../images/li_icon.svg) left center no-repeat;
	background-size: cover;
	display: inline-block;
}

.technicalWrap .card ul li p {
	width: calc(100% - 34px);
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.technicalWrap .card ul li b {
	font-weight: 700;
}


.technicalWrap .card span {
	display: block;
}

.technicalWrap .card img {
	width: 40px;
	margin-right: 6px;
}

.technicalWrap .card-body {
	height: 320px;
	padding: 0px;
	padding-top: 20px;
	color: #353535;
	margin: 0px;
	margin-bottom: 40px;
	text-transform: capitalize;
}

.technicalWrap .card-body h2 {
	font-size: 32px;
	color: #000;
	margin-bottom: 32px;
}

.technicalWrap .card-body p {
	width: 80%;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	color: #383838;
	padding: 0px;
}


/*valueWrap*/
.valueWrap {
	padding: 5% 0px 0% 0px;
	background: #F6F7F9;
	overflow: hidden;
}

.valueWrap .container {
	max-width: 1440px;
}

.valueWrap .wrapTitle {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

.valueWrap .wrapTitle h2 {
	font-size: 56px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.valueWrap .wrapTitle b {
	color: #F58F0A;
	font-style: normal;
	font-weight: 400;
	background: linear-gradient(89.66deg, #FB783D 17.05%, #F58F0A 44.46%), #F58F0A;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.valueWrap .wrapTitle h5 {
	color: #F58F0A;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
}

.valueWrap .wrapTitle ul {
	padding: 0px;
}

.valueWrap .wrapTitle ul li {
	list-style: none;
	font-size: 21px;
	color: #000000;
	opacity: 0.5;
}

.valueWrap .numBox {
	padding: 20px 0px;
	border-radius: 24px 24px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
}

.valueWrap .numBox .numInner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 8%;
}

.valueWrap .numBox h4 {
	font-size: 80px;
	font-family: 'DIN Next LT Pro';
	background: linear-gradient(89.94deg, #7735E8 1.46%, #E840DD 96.22%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	letter-spacing: -4px;
	margin: 0px;
}

.valueWrap .numBox p {
	font-size: 21px;
	font-weight: 500;
}

.valueWrap .contentBox {
	display: flex;
	width: 80%;
	margin: 0 auto;
}

.valueWrap .contentBox img {
	max-width: 100%;
}


/*ecosystemWrap*/
.ecosystemWrap {
	padding: 8% 0px 8% 0px;
	background: #ECECEC url(../images/ecosystemlistbg.png) bottom center no-repeat;
}


.ecosystemWrap .container {
	max-width: 1440px;
	padding-bottom: 3%;
	border-bottom: 1px solid #E2E2E1;
}

.ecosystemWrap .wrapTitle {
	text-align: center;
}

.ecosystemWrap .wrapTitle h2 {
	font-size: 56px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

.ecosystemWrap .listWrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.ecosystemWrap .listWrap .innerTeam {
	border: 1px solid #D8D8D8;
	padding: 40px;
	height: 320px;
	display: flex;
	background: #fff;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	margin-bottom: 42px;
}

.ecosystemWrap .listWrap h5 {
	color: #000000;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 24px;
}

.ecosystemWrap .listWrap p {
	color: #8E8E8E;
	width: 90%;
	line-height: 1.6;
}
.ecosystemWrap .listWrap .imgBox {
	position: absolute;
	bottom:30px;
	right:40px;
}

/**/
.contactWrap {
	padding: 8% 0px 12% 0px;
	background: #020202 url(../images/contactwrapbg.png) center center no-repeat;
	background-size: cover;
}

.contactWrap .titleBox h2 {
	font-size: 3rem;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.contactWrap .titleBox p {
	font-size: 21px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
}

.contactWrap .followus {
	margin: 0 auto;
	text-align: center;
	margin-top: 2rem;
	justify-content: center;
	display: flex;
}

.contactWrap .followus .snsbtn {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	margin: 0px 12px;
}

.contactWrap .followus .twitterico {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-image: url(../images/twitter.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.contactWrap .followus .telegramico {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-image: url(../images/telegram.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.contactWrap .followus .snsbtn:hover {
	background: #fff;
	border-color: #fff;
}





@media only screen and (min-width: 2560px) and (max-width: 3560px) {}

@media only screen and (max-width: 1920px) {
	.aboutus .container {
		padding: 0% 0px 6% 0px;
	}

	.whychooseWrap {
		background-size: contain;
	}
	
	.whychooseWrap .introCon h3 {
	    font-size: 32px;
	}
	.whychooseWrap .introCon p{
		font-size: 21px;
		width:80%;
	}
}

@media only screen and (max-width: 1680px) {

	.aboutus {
		padding: 6% 0px 4% 0px;
	}
	
	
	.whychooseWrap {
	    padding: 6% 0px 8% 0px;
	    background-size: contain;
	}
	.whychooseWrap .introCon {
		padding: 2% 5%;
	}

	.whychooseWrap .introCon h6 {
		font-size: 21px;
	}

	.whychooseWrap .introCon h3 {
		font-size: 24px;
		line-height: 1.6;
		margin-bottom: 40px;
	}
	
	.whychooseWrap .introCon p {
		font-size: 18px;
		line-height: 1.5;
		width: 90%;
	}
	
	.ourserviceWrap .ourserviceList .innerservice p {
	    font-size: 16px;
	}
	.ourserviceWrap .ourserviceList .innerservice span {
	    font-size: 24px;
		width: 90%;
		display: inline-block;
	}
	
	
}

@media only screen and (max-width: 1580px) {}

@media only screen and (max-width:1480px) {

	.aboutus {
	    padding: 6% 0px 6% 0px;
	}
	
	.aboutus .container {
		max-width: 80%;
	}
	
	.aboutus h2 {
		font-size: 48px;
		line-height: 1.2;
		margin-bottom: 60px;
	}

	.aboutus ul li {
		margin-bottom: 12px;
	}

	
	
	
	.whychooseWrap .introCon h2{
		font-size: 48px;
	}
	
	.whychooseWrap .introCon h3 {
	    font-size: 21px;
	    line-height: 1.6;
	    width: 80%;
	    margin: 0 auto;
	    margin-bottom: 40px;
	}
	.whychooseWrap .introCon p{
		margin:0 auto;
		width:80%;
	}

	/**/
	.ourserviceWrap .container {
		max-width: 80%;
	}

	.ourserviceWrap .serviceIntro h3 {
		font-size: 48px;
	}

	.ourserviceWrap .serviceIntro p {
		font-size: 16px;
	}
	
	.ourserviceWrap .ourserviceList .innerservice {
	    height: 480px;
	}
	
	.ourserviceWrap .ourserviceList .innerservice i {
	    right: 12px;
	}

	.ourserviceWrap .ourserviceList .innerservice span {
		font-size: 21px;
	}

	.ourserviceWrap .ourserviceList .innerservice p,
	.ourserviceWrap .ourserviceList .innerservice ul li{
		font-size: 15px;
		margin-top: 6px;
	}
	
	



	/**/
	.technicalWrap .wrapTitle h2 {
		font-size: 36px;
		margin-bottom: 40px;
	}

	.technicalWrap .container {
		max-width: 80%;
	}

	.technicalWrap .card img {
		width: 40px;
	}

	.technicalWrap .card-body {
		height: 260px;
		padding-top: 12px;
	}

	.technicalWrap .card-body h2 {
		font-size: 24px;
	}

	.technicalWrap .card-body p {
		width: 90%;
		font-size: 15px;
		line-height: 1.5;
	}

	.technicalWrap .card ul li {
		width: 90%;
	}


	.contactWrap .titleBox h2 {
	    font-size: 32px;
	}



	/**/
	.valueWrap .wrapTitle {
		width: 80%;
	}

	.valueWrap .wrapTitle h2 {
		font-size: 36px;
	}

	.valueWrap .wrapTitle ul li {
		font-size: 18px;
	}



	/**/
	.ecosystemWrap .wrapTitle h2 {
		font-size: 36px;
	}

	.ecosystemWrap .container {
		max-width: 80%;
	}

	.ecosystemWrap .listWrap .innerTeam {
		
	}

	.ecosystemWrap .listWrap h5 {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.ecosystemWrap .listWrap p {
		font-size: 15px;
	}


}


@media only screen and (max-width:1280px) {
	.aboutus {
		margin-bottom: 40px !important;
	}

	.aboutus .container {
		max-width: 100% !important;
		padding: 0% 10% 0% 10% !important;
	}

	.aboutus h2 {
		
	}
	
	.aboutus h2,
	.whychooseWrap .introCon h2,
	.ecosystemWrap .wrapTitle h2,
	.technicalWrap .wrapTitle h2
	{
	    font-size: 48px;
	}

	/**/
	.technicalWrap .card-body {
		height: 150px;
	}
	
	.technicalWrap .card-body i{
		display: block;
		margin-bottom: 16px;
	}

	.technicalWrap .card-body h2 {
		font-size: 21px;
	}


	.technicalWrap .card {
		padding: 24px 12px;
	}

	.technicalWrap .card-body p {
		width: 100%;
		font-size: 14px;
	}


	.ecosystemWrap .listWrap h5 {
		font-size: 24px;
	}

	.ecosystemWrap .listWrap p {
		font-size: 15px;
	}




}


@media only screen and (max-width: 1180px) {

	.ourserviceWrap .ourserviceList .innerservice .txtBox {
	    width: 100%;
	}
	
	.ourserviceWrap .ourserviceList .innerservice {
	    height: 520px;
	}
	
	.ourserviceWrap .ourserviceList .innerservice p, .ourserviceWrap .ourserviceList .innerservice ul li {
	    font-size: 14px;
	    margin-top: 6px;
	}

	
	.whychooseWrap {
	    height: auto;
	    background-size: cover;
	    padding: 10% 0px 14% 0px;
	}
	
	.whychooseWrap .introCon h3 {
		font-size: 18px;
		line-height: 1.3;
	}

	.technicalWrap .card img {
		width: 24px;
	}

	.technicalWrap .card-body h2 {
		font-size: 21px;
	}

	.technicalWrap .card-body {
		height: auto;
	}

	.ecosystemWrap .listWrap .txt {
		margin-bottom: 20px;
	}

	.ecosystemWrap .listWrap img {
		max-height: 60px;
	}
}

@media only screen and (max-width: 1024px) {

	.ourserviceWrap .serviceIntro h3 {
		font-size: 32px;
	}

	.ourserviceWrap .ourserviceList {
		margin-top: 60px;
		margin-bottom: 80px;
	}


	.aboutus h2 {
		font-size: 28px;
	}

	.aboutus .linkbtn {
		width: 130px;
		padding: 12px 8px;
	}

	.aboutus ul li i {
		width: 20px;
		height: 20px;
		background-size: 100%;
	}

	.aboutus p {
		font-size: 13px;
		line-height: 1.5;
	}
	
	

	/**/
	.ourserviceWrap .serviceIntro p {
		font-size: 14px;
	}

	.ourserviceWrap .ourserviceList .innerservice i {
		width: 50px;
		height: 50px;
	}

	.ourserviceWrap .ourserviceList .innerservice span {
		font-size: 18px;
	}

	.ourserviceWrap .ourserviceList .innerservice p {
		font-size: 15px;
		margin-top: 12px;
	}

	.ourserviceWrap .ourserviceList .innerservice p br {
		display: none;
	}


	/**/
	.valueWrap .wrapTitle p br {
		display: none;
	}

	.valueWrap .wrapTitle {
		width: 90%;
	}

	.valueWrap .wrapTitle p {
		font-size: 15px;
	}

	.valueWrap .contentBox .txtR {
		font-size: 16px;
		line-height: 1.8;
		width: 90%;
		font-weight: 500;
	}

	/**/
	.ecosystemWrap .container {
	    max-width: 90%;
	}
	.ecosystemWrap .listWrap{
		margin:0 auto;
	}
	.ecosystemWrap .listWrap .col-lg-6{
		
	}
	.ecosystemWrap .listWrap .imgBox {
	    bottom: 24px;
	    right: 24px;
	}
	
	.ecosystemWrap .listWrap .innerTeam{
		padding:20px;
	}
	.ecosystemWrap .listWrap p {
		font-size: 13px;
		width:80%;
	}


	.contactWrap .titleBox p {
		font-size: 18px;
	}

}

@media only screen and (max-width:820px) {


	.aboutus h2, .whychooseWrap .introCon h2, .ecosystemWrap .wrapTitle h2, .technicalWrap .wrapTitle h2 {
	    font-size: 32px;
	}
	
	.ourserviceWrap .ourserviceList .innerservice{
		height:auto;
	}
	
	
	.aboutus{
		padding-top:120px;
	}


	.aboutus .linkbtn {
		display: none;
	}

	.ourserviceWrap .col-lg-5 {
		margin-top: 40px;
	}

	.ourserviceWrap .ourserviceList .innerservice p {
		width: 100%;
	}
	
	.technicalWrap .container {
	    max-width: 90%;
	}

	.technicalWrap .technlist .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.ourserviceWrap .ourserviceList .innerservice i{
		top:24px;
	}
	
	.ecosystemWrap .listWrap .imgBox {
	    max-height: 40px;
		right:16px;
		bottom:16px;
	}


	.valueWrap .wrapTitle ul li {
		font-size: 16px;
	}

	.ecosystemWrap .listWrap {
		margin-top: 30px;
	}

	.ecosystemWrap .listWrap .innerTeam {
		height: auto;
	}
	
	
	
	.contactWrap .titleBox h2 {
	    font-size: 28px;
	    width: 80%;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	
	




}

@media only screen and (max-width: 640px) {



	.ourserviceWrap .container {
		max-width: 90%;
	}

	.ourserviceWrap .ourserviceList .innerservice {
		padding: 20px 12px 40px 12px;
	}


	.technicalWrap {
		padding: 10% 0px 12% 0px;
	}

	.technicalWrap .container {
		max-width: 90%;
	}

	.technicalWrap .card {
		padding: 24px 24px;
	}

	.technicalWrap .card-body {
		height: auto;
	}

	.technicalWrap .technlist .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}




	.ecosystemWrap {
		padding: 10% 0px 8% 0px;
	}

	.ecosystemWrap .container {
		max-width: 90%;
	}

	.valueWrap {
		padding: 12% 0px 0% 0px;
	}

	.valueWrap .wrapTitle h2 {
		font-size: 28px;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 12px;
	}

	.ecosystemWrap .wrapTitle h2 {
		font-size: 32px;
	}

	.ecosystemWrap .listWrap .innerTeam {
		width: 100%;
		height: auto;
	}

	.ecosystemWrap .listWrap .txt {
		height: auto;
	}

	


}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 480px) {}