.progress-wrap {

	position: fixed;

	z-index: 3;

	right: 5.8%;

	bottom: 15%;

	display: none;

	transition: all 0.4s ease-in 0s;

	-webkit-transition: all 0.4s ease-in 0s;

	-moz-transition: all 0.4s ease-in 0s;

	-ms-transition: all 0.4s ease-in 0s;

	-o-transition: all 0.4s ease-in 0s;

	opacity: 0;

	visibility: hidden;

}

.progress-wrap.active {

	opacity: 1;

	visibility: visible;

}

.progress-wrap a {

	outline: none;

	border: none;

	text-decoration: none;

	width: 3.25em;

	height: 3.25em;

	position: relative;

	display: block;

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

	background-color: #fff;

	-webkit-filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));

	filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));

}

.progress-wrap a svg path {

	fill: none;

}

.progress-wrap a svg.progress-circle path {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	stroke-width: 4;

	stroke: #0f508d;

	transition: all 0.4s linear 0s;

	-webkit-transition: all 0.4s linear 0s;

	-moz-transition: all 0.4s linear 0s;

	-ms-transition: all 0.4s linear 0s;

	-o-transition: all 0.4s linear 0s;

}

.progress-wrap a span {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

}

.progress-wrap {

	display: inline-block;

}
.type9title{
	padding: 60px 0;
	color: #0f508d;font-size: 36px;
}
.type9title.f16{
	padding: 60px 0 0 0;
}
.type9{
	display: flex;
	justify-content: flex-start;
	padding: 60px 0 0 0;
	color:#333;font-size: 20px;
	flex-wrap: wrap;
}
.type9 .item{
	width: 30%;
}
.type9 .item a{
	display: block;
	width: 120px;
	color:#0f508d;
	margin-top: 20px; 
	text-decoration: none;
	-webkit-box-shadow: inset 0 -1px 0 #0f508d, 0 1px 0 #0f508d;
			box-shadow: inset 0 -1px 0 #0f508d, 0 1px 0 #0f508d;
	-webkit-transition: all 333ms ease;
	-o-transition: all 333ms ease;
	transition: all 333ms ease;
	overflow: hidden;
	color: #0f508d;
}
.type9 .item a:hover {
    -webkit-box-shadow: inset 0 -30px 0 #0f508d, 0 1px 0 #0f508d;
            box-shadow: inset 0 -30px 0 #0f508d, 0 1px 0 #0f508d;
    color: #fff !important; }
.aboutustitle{
	padding-top: 40px;
	font-size: 48px;
}
.aboutus{
	font-size: 28px;
	line-height: 1.5;
}