@charset "utf-8";
/* CSS Document */


::-webkit-scrollbar {
 width: 8px;  /* for vertical scrollbars */
 height:8px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
 background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
 background-color: #000018;
}

html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: bold-font;
	src: url(../font/GoogleSans-Bold.ttf);
}
@font-face {
	font-family: regular;
	src: url(../font/Intro-Regular.otf);
}
@font-face {
	font-family: regular-font;
	src: url(../font/GoogleSans-Medium.ttf);
}
@font-face {
	font-family: regular-font;
	src: url(../font/GoogleSans-Regular.ttf);
}
@font-face {
	font-family: pfregular-font;
	src: url(../font/PF-Kids-Pro-Grade-Five.ttf);
}
body {
	padding: 0;
	margin: 0px auto;
}


 

/*section1*/



#about-center {
	width: 100%;
	height: 425px;
	float: left;
	padding-top:30px;
	background:#fff;
}
#about-center-in {
	width: 1214px;
	height: 415px;
	margin: auto;
}
 
#about-top {
	width: 100%;
	height: 60px;
	float: left;
	font-family: bold-font;
	font-size: 30px;
	color: #1e1f1f;
	text-align: center;
	line-height: 60px;
	text-transform: uppercase;
}
#about-top-bottom {
	width: 100%;
	height: 40px;
	float: left;
	font-family: regular-font;
	font-size: 15px;
	color: #555;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
}
#about-bottom-text {
	width: 100%;
	height: 40px;
	float: left;
	font-family: regular-font;
	font-size: 18px;
	color: #555;
	text-align: center;
	line-height: 40px;
}
#midtext-bottom {
	width: 100%;
	height: 314px;
	float:left;
	font-family: Calibri;
	color: #888888;

}
#midtext-bottom-box {
	width: 320px;
	height: 250px;
	float: left;
	font-family: Calibri;
	color: #888888;
	text-align: center;
	font-size: 18px;
	padding:32px;
}
#midtext-bottom-box1 {
		width: 320px;
	height: 250px;
	float: left;
	font-family: Calibri;
	color: #888888;
	text-align: center;
	font-size: 18px;
	padding:32px;
	margin-left: 30px;
}
#midtext-bottom-box2 {
		width: 320px;
	height: 250px;
	float: left;
	font-family: Calibri;
	color: #888888;
	text-align: center;
	font-size: 18px;
	padding:32px;
	margin-left: 30px;
}
#midtext-bottom-bar {
	width: 100%;
	height: 40px;
	float: left;
	color: #1e1f1f;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	font-family: bold-font;
	text-transform: uppercase;
}
#midtext-bottom-box-text {
	width: 100%;
	height: 130px;
	float: left;
	font-family: regular-font;
	line-height: 26px;
	font-size: 15px;
	color: #555;
	text-align: center;

}
#midtext-bottom-box-circal {
	width: 100%;
	height: 78px;
	float: left;
}
#midtext-bottom-box-circal-in {
	width: 78px;
	height: 78px;
	display: block;
	margin: auto;
	transition: all 0.3s ease 0s;
	background: url(../image/svg/cooperate.svg) no-repeat;
	background-position: center;
}
#midtext-bottom-box-circal-in1 {
	width: 78px;
	height: 78px;
	display: block;
	margin: auto;
	transition: all 0.3s ease 0s;
	background: url(../image/svg/tap.svg) no-repeat;
	background-position: center;
}
#midtext-bottom-box-circal-in2 {
	width: 78px;
	height: 78px;
	display: block;
	margin: auto;
	transition: all 0.3s ease 0s;
	background: url(../image/svg/coins-wallet-.svg) no-repeat;
	background-position: center;
}





/*end*/




 





 