body {
	overflow-x: hidden;
	background: #0d374f url(../../img2/whu-pattern-main.png) repeat 0 0;
	-webkit-animation: backgroundScroll 20s linear infinite;
	animation: backgroundScroll 20s linear infinite;
	font-family: 'Open Sans', sans-serif;
}
 @-webkit-keyframes backgroundScroll {
from {
background-position: 0 0;
}
to {
background-position: -400px 0;
}
}
 @keyframes backgroundScroll {
from {
background-position: 0 0;
}
to {
background-position: -400px 0;
}
}
#logo {
	width: 333px;
	margin: 64px auto;
}
.first-image {
	position: absolute;
	top: 0;
	left: 0;
}
.second-image {
	position: absolute;
	right: 0;
	top: 705px;
}
.third-image {
	position: absolute;
	right: 0;
	top: 2358px;
}
.fourth-image {
	position: absolute;
	left: 0;
	top: 2729px;
}
.fifth-image {
	position: absolute;
	top: 5117px;
	left: 0;
}
.six-image {
	left: -136px;
	position: absolute;
	top: 1805px;
}
.seven-image {
	position: absolute;
	right: -78px;
	top: 4233px;
}
.eight-image {
	left: -186px;
	position: absolute;
	top: 5941px;
	height: 1444px;
	overflow: hidden;
}
.nine-image {
	position: absolute;
	right: -56px;
	top: 6802px;
}
.title {
	text-align: center;
	font-size: 98px;
	color: #fff;
	display: block;
	letter-spacing: -5px;
	font-weight: 800;
	line-height: 1;
}
.title span {
	display: block;
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 7px;
}
.graph {
	position: absolute;
	right: 0%;
	top: 34px;
}
.relative {
	position: relative;
}
.fixed-container {
	max-width: 1250px;
	margin: 0 auto;
}
.reasons {
	background: #1d6a95 url("../../img2/whu-pattern-main.png") repeat 0 0;
	color: #fff;
	float: left;
	left: 0;
	margin-top: 125px;
	padding: 40px 34px 40px 44px;
	position: relative;
	top: 0;
	width: 480px;
}
.arrow.white svg path {
	fill: #fff;
}
.arrow.yellow svg path {
	fill: #f7a531;
}
.arrow.first {
	display: inline-block;
	margin-left: -59px;
	margin-top: 121px;
	position: relative;
	float: left;
}
.arrow.two {
	float: left;
	left: 540px;
	position: absolute;
	top: 262px;
}
.arrow.three {
	float: left;
	left: 349px;
	position: absolute;
	top: 262px;
}
/*
.reasons:after {
	content: "";
	background: url(../../img2/wcu-arrow.png) no-repeat 0 0;
	width: 188px;
	height: 125px;
	display: block;
	position: absolute;
	right: -140px;
	top: -30px;
}
*/
.reasons h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
}
.reason-list {
	margin: 40px 0 0 0;
}
.reason-list li {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	background: url(../../img2/wcu-bullet.png) no-repeat 0 5px;
	padding: 0 0 0 38px;
	margin: 25px 0;
}
.main-circle {
	width: 656px;
	height: 656px;
	display: block;
	border-radius: 50%;
	border: solid 2px #fff;
}
.main-circle.blue {
	background: #258eb3;
}
.main-circle.yellow {
	background: #dc8a17;
}
.main-circle.purple {
	background: #666fb2;
}
.main-circle.seagreen {
	background: #1eab90;
}
.main-circle.seablue {
	background: #0f4f73;
}
.green {
	background: #7abc3c;
}
.v-middle {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.ball-location {
	float: left;
	margin-top: 279px;
}
/*
.website path {
	fill: none;
	stroke: #fff;
	stroke-linejoin: round;
	stroke-width: 3px;
	fill-rule: evenodd;
}
.website path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 5s linear alternate infinite;
}
 @keyframes dash {
 from {
 stroke-dashoffset: 0;
}
 to {
 stroke-dashoffset:1000;
}
}*/
.txt-location-right {
	float: right;
	margin-top: 390px;
}
.simple-txt {
	width: 500px;
}
.simple-txt h2 {
	color: #fff;
	font-size: 55px;
	font-weight: 300;
	line-height: 1.2;
	padding-bottom: 30px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.simple-txt p {
	color: #fff;
	font-size: 27px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}
.simple-txt.black h2 {
	color: #000;
}
.simple-txt.black p {
	color: #848585
}
.btn-group {
	margin-top: 50px;
}
.simple-txt .btn-theme {
	display: inline-block;
	margin-right: 15px;
}
.txt-location-left {
	float: left;
	margin-top: 305px;
}
.ball-location-right {
	float: right;
	margin-top: 250px;
}
a.btn-theme, .btn-theme {
	cursor: pointer;
	color: #fff;
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	display: table;
	padding: 10px 21px;
	border: solid 1px #fff;
	border-radius: 3px;
	line-height: 1;
	vertical-align: top;
	margin: 0px auto;
	background: none;
	transition: ease-out all 0.8s 0s;
}
a.btn-theme:hover, .btn-theme:hover {
	border-radius: 30px;
	border: solid 1px #7fc241;
	background: #7fc241;
	color: #fff;
	transition: ease-out all 0.8s 0s;
}
a.btn-theme.blue {
	border-color: #4bb7dd;
}
a.btn-theme.yellow {
	border-color: #f5bb71;
	color: #f5bb71;
}
a.btn-theme.see-green {
	border-color: #80f1db;
	color: #fff;
}
a.btn-theme:hover, .btn-theme:hover {
	border-radius: 30px;
	border: solid 1px #7fc241;
	background: #7fc241;
	color: #fff;
	transition: ease-out all 0.8s 0s;
}

/* aniamation need*/
.line-drawing, .illustration {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.line-drawing path {
	fill: none;
	stroke: white;
	stroke-width: 3;
}
path.line-round {
	stroke-linecap: round;
}
path.stroke-medium {
	stroke-width: 2;
}
path.stroke-thin {
	stroke-width: 1;
}

/* aniamation need end*/
.contact {
	margin: 0;
	float: right;
	margin-top: 250px;
	margin-right: 206px;
	width: 600px;
	text-align: center;
}
.contact .both-div {
	padding: 0 50px;
}
.phone {
	display: inline-block;
	text-align: centere;
	float: left;
}
.envelope {
	float: right;
	display: inline-block;
	text-align: centere;
}
.both-div .icn {
	height: 40px;
}
.contact .phone .icn svg {
	width: 32px;
	height: auto;
}
.contact .envelope .icn svg {
	width: 62px;
	height: auto;
}
.contact .icn svg path {
	fill: #fff;
}
.contact .icn .phone-icn path, .contact .icn .envelope-icn path {
	fill: #ccc;
	stroke: #fff;
	stroke-linejoin: round;
	stroke-width: 2px;
	fill-opacity: 0;
	fill-rule: evenodd;
}
.contact .txt {
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: 300;
	margin: 27px 0;
}
.contact .txt a {
	color: #fff;
}
.social {
	display: table;
	width: 100%;
}
.social li {
	margin: 0 4px;
	display: inline-block;
}
.social li a {
	display: block;
	background: #0f8a72;
	text-align: center;
	width: 107px;
	line-height: 107px;
	height: 107px;
	border-radius: 2px;
	padding-top: 18px;
	transition: all .2s ease-in-out;
}
.social li a svg path {
	fill: #fff;
}
.social li a:hover {
	background: none;
	transform: scale(1.1);
}
.social li a:hover svg path {
	fill: #0f8a72;
}
#logo-footer {
	float: right;
	margin: 172px 28px 0 0;
	width: 333px;
	z-index: 1;
	position: relative;
}


