body {
	
	overflow-x: hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	vertical-align: middle;
}
p {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 15px;
}
.blk {
	color: #282828 !important;
}
.bold {
	color: #ffde00;
	font-weight: 500;
	font-family: "segoeuib-webfont";
}

@media only screen and (min-width:768px) {
.fix-wrapper {
	width: 750px;
	margin: 0 auto;
}
}

@media only screen and (min-width:992px) {
.fix-wrapper {
	width: 970px;
	margin: 0 auto;
}
}

@media only screen and (max-width:1199px) {
.fix-wrapper {
	padding: 0 15px;
}
}

@media only screen and (min-width:1200px) {
.fix-wrapper {
	width: 1200px;
	margin: 0 auto;
}
}
.header-section {
	width: 100%;
	height: 100%;
}
.item {
	background: url(../images/bg-1.png) no-repeat left center;
	background-size: cover;
	border-radius: 0 0 100% 100%;
	height: 780px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	width: 100%;
	float: left;
}
.item-img {
	display: table-cell;
	vertical-align: middle;
}
.img-1 {
	width: 350px;
	position: relative;
	bottom: -100px;
}
.item-content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 80px;
}
.project-logo {
	display: block;
	width: 350px;
}
.project-head {
	font-size: 35px;
	color: #fff;
	margin: 25px 0;
	font-weight: 600;
}
.item-content p {
	color: #fff;
}
.data-analytics {
	width: 100%;
	float: left;
	display: block;
	padding: 50px 0;
	text-align: center;
}
.item-2 {
	background: url(../images/bg-2.png) no-repeat left center;
	background-size: cover;
	border-radius: 500px 0 0 500px;
	height: 780px;
	z-index: 1;
	position: relative;
	margin-left: 15px;
	width: 100%;
	float: left;
}
.img-2 {
	width: 380px;
	position: relative;
	padding-right: 80px;
}
.item-2 .item-img {
	display: block;
	float: left;
}
.item-2 .item-content {
	display: block;
	float: left;
	padding-top: 200px;
}
.user-profile {
	display: block;
	background: #fff;
	width: 100%;
	float: left;
}
.user-cover {
	position: relative;
	min-height: 550px;
	padding-right: 350px;
}
.user-pf-content {
	/*float: left;
	width: 500px;*/
	margin-top: 120px;
	float: right;
	margin-right: 150px;
}
.user-screen {
	width: 350px;
	position: absolute;
	right: 0;
	top: -450px;
	z-index: 3;
}
.user-screen img {
	float: right;
	max-width: 100%;
}
.uiux-feature {
	display: block;
	background: #fff;
	width: 100%;
	float: left;
	position: relative;
	z-index: 4;
	min-height: 650px;
	padding-left: 700px;
}
.feature-content {
	float: left;
	width: 600px;
	margin: 50px 0 0 0;
}
.uiux-screen {
	width: 700px;
	float: left;
	position: absolute;
	left: -80px;
	top: -150px;
}
.uiux-screen img {
	width: 700px;
}
.virtual {
	background: url(../images/bg-3.png) no-repeat center center;
	background-size: cover;
	height: 780px;
	position: relative;
	width: 100%;
	float: left;
	margin-top: 50px;
	padding-top: 150px;
}
.virtual-content {
	width: 600px;
	float: left;
}
.listing {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 25px 0 0 0;
}
.listing li {
	font-size: 20px;
	margin: 15px 0;
	display: block;
	font-weight: 300;
	position: relative;
	padding-left: 20px;
}
.listing li:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #419ac7;
	display: inline-block;
	position: absolute;
	top: 10px;
	margin-right: 10px;
	margin-left: -20px;
}
.consumer {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	min-height: 724px;
	margin-top: -130px;
}
.consumer:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: skewY(4deg);
	transform-origin: 0;
	background: rgba(166,7,195,0.8);
}
.consumer-content {
	width: 800px;
	float: left;
	position: relative;
	z-index: 6;
	margin-top: 140px;
}
.consumer-content p {
	color: #fff;
}
.cons-list {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 50px 0 0 0;
}
.cons-list li {
	display: inline-block;
	padding: 0;
	margin: 15px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 100;
}
.cons-list li:first-child {
	margin-left: 0;
}
.sprite-img {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat left top;
}
.icon-list {
	width: 144px;
	height: 144px;
	margin: 0 auto;
}
.ar-website {
	background-position: 0 0;
}
.ar-video {
	background-position: -144px 0;
}
.ar-survey {
	background-position: -288px 0;
}
.ar-offer {
	background-position: -432px 0;
}
.cons-text {
	display: block;
}
.review-screen {
	width: 450px;
	float: right;
	position: absolute;
	z-index: 8;
	right: -120px;
	;
}
.review-screen img {
	width: 413px;
}
.collection {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	min-height: 320px;
	margin-top: -30px;
	z-index: 5;
}
.collection:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: skewY(-4deg);
	transform-origin: 0;
	background: #fff;
}
.collection-div {
	position: relative;
	z-index: 6;
	min-height: 150px;
	padding-left: 550px;
}
.collection-text {
	font-size: 35px;
	color: #282828;
	display: block;
	font-weight: 600;
	margin: 80px 0;
}
.collection-screen {
	width: 450px;
	float: left;
	position: absolute;
	z-index: 8;
	left: 0;
	top: -260px;
}
.collection-screen img {
	width: 450px;
}
.depth-analysis {
	background: url(../images/bg-4.png) no-repeat left center;
	background-size: cover;
	border-radius: 100% 100% 0 0/50% 50% 0 0;
	height: 650px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	width: 100%;
	float: left;
}
.analysis-content {
	width: 500px;
	float: left;
	position: absolute;
	bottom: 150px;
}
.analysis-content li {
	color: #fff;
	margin: 25px 0;
	font-size: 24px;
}
.analysis-content li:before{
	top: 15px;
}

.analysis-img {
	width: 700px;
	float: right;
	position: absolute;
	right: -100px;
	bottom: 0;
}
.analysis-img img {
	width: 700px;
}
.text-an {
	padding-left: 50px;
}
.midsec {
	width: 100%;
	float: left;
	position: relative;
}
.midsec:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: skewY(-4deg);
	transform-origin: 0;
	background: rgba(255,255,255,1);
}
.sectiondiv {
	width: 100%;
	float: left;
	padding: 50px 0;
	min-height: 600px;
	padding-left: 820px;
	position: relative;
	z-index: 6;
}
.section-content {
	padding: 50px 50px 0 0;
}
.img-section {
	width: 900px;
	float: left;
}
.img-lappy-1 {
	width: 900px;
	position: absolute;
	left: -130px;
}
.datasection {
	padding-left: 0;
	padding-right: 800px;
}
.img-lappy-2, .img-lappy-3 {
	width: 900px;
	position: absolute;
	right: -95px;
}
.img-lappy-3 {
	top: 100px;
}
.datasection .section-content {
	padding: 100px 0 0 50px;
}
.last-section {
	width: 100%;
	float: left;
	margin-top: -150px;
	padding: 200px 0 20px 0;
	background: url(../images/bg-5.png) no-repeat left center;
	position: relative;
	z-index: -1;
	text-align: center;
}
.last-section:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(18,160,200,0.75);
}
.last-content {
	position: relative;
	z-index: 7;
}
.last-content p {
	color: #fff;
	font-weight: 300;
	line-height: 28px;
}

@media only screen and (max-width:767px) {
	p {
		font-size: 16px;
	}
	.item, .item-2 {
		height: auto;
		border-radius: 0;
		text-align: center;
		padding: 25px 0 10px 0;
	}
	.img-1 {
		bottom: 0;
		width: 70%;
		max-width: 250px;
	}
	.item-img {
		display: block;
	}
	.item-content {
		display: block;
		padding: 0;
	}
	.project-logo {
		width: 60%;
		max-width: 250px;
		margin: 0 auto 15px auto;
	}
	.project-head {
		font-size: 25px;
		margin: 0 0 15px 0;
	}
	.data-analytics {
		padding: 25px 0;
	}
	.item-2 {
		margin: 0;
	}
	.item-2 .item-img {
		float: none;
	}
	.img-2 {
		max-width: 300px;
		width: 50%;
		padding-right: 0;
	}
	.item-2 .item-content {
		padding-top: 25px;
		width: 100%;
	}
	.user-profile {
		text-align: center;
		padding: 25px 0;
	}
	.user-pf-content {
		margin: 0;
		width: 100%;
	}
	.user-cover {
		min-height: inherit;
		padding-right: 0;
	}
	.user-screen {
		position: initial;
		width: 100%;
	}
	.user-screen img {
		width: 60%;
		max-width: 300px;
		float: none;
	}
	.listing li {
		font-size: 16px;
	}
	.listing li:before {
		top: 6px;
	}
	.analysis-content li:before {
    	top: 10px;
	}
	.uiux-feature {
		min-height: inherit;
		padding-left: 0;
		text-align: center;
		padding-bottom: 25px;
	}
	.feature-content {
		width: 100%;
		margin-top: 25px;
	}
	.uiux-screen {
		position: initial;
		width: 100%;
		margin-top: 10px;
	}
	.uiux-screen img {
		width: 80%;
		max-width: 400px;
	}
	.virtual {
		height: auto;
		margin: 0;
		padding: 25px 0;
		text-align: center;
	}
	.virtual:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(255,255,255,0.75);
		content: '';
	}
	.virtual-content {
		width: 100%;
		position: relative;
	}
	.consumer {
		margin: 0;
		min-height: inherit;
		padding: 25px 0;
		text-align: center;
	}
	.consumer::after {
		transform: none;
	}
	.consumer-content {
		width: 100%;
		margin: 0;
	}
	.review-screen {
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
	}
	.review-screen img {
		width: 70%;
		max-width: 400px;
	}
	.cons-list {
		margin: 0;
	}
	.cons-list li {
		margin: 15px 0;
		width: 100%;
	}
	.collection {
		min-height: inherit;
		padding: 25px 0;
		text-align: center;
		margin: 0;
	}
	.collection-div {
		min-height: inherit;
		padding-left: 0;
	}
	.collection-screen {
		width: 100%;
		position: initial;
	}
	.collection::after {
		transform: none;
	}
	.collection-text {
		margin: 0 0 25px 0;
		font-size: 25px;
	}
	.collection-screen img {
		width: 70%;
		max-width: 400px;
	}
	.depth-analysis {
		height: auto;
		border-radius: 0;
		padding: 10px 0 25px 0;
		text-align: center;
	}
	.analysis-content {
		position: initial;
		width: 100%;
		margin: 0;
	}
	.analysis-img {
		position: initial;
		width: 100%;
	}
	.analysis-img img {
		width: 100%;
		max-width: 500px;
	}
	.analysis-content li {
		margin: 15px 0;
		font-size: 16px;
	}
	.text-an {
		padding-left: 0;
	}
	.midsec {
		padding: 0 15px;
		text-align: center;
	}
	.midsec::after {
		display: none;
	}
	.sectiondiv {
		min-height: inherit;
		padding-left: 0;
		padding: 25px 0;
	}
	.img-section {
		width: 100%;
		margin-bottom: 25px;
	}
	.section-content {
		width: 100%;
		float: left;
		padding: 0;
	}
	.img-lappy-1, .img-lappy-2, .img-lappy-3 {
		width: 100%;
		position: initial;
		max-width: 500px;
	}
	.datasection .section-content {
		padding: 0;
	}
	.last-section {
		margin: 0;
		padding: 25px 0 10px 0;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.img-1 {
		width: 300px;
	}
	.project-logo {
		width: 250px;
	}
	.item-content {
		padding-right: 15px;
	}
	.img-2 {
		width: 350px;
	}
	.item-2 .item-content {
		width: 350px;
	}
	.user-screen {
		width: 250px;
		top: -280px;
	}
	.user-pf-content {
		margin-right: 0;
		margin-top: 50px
	}
	.uiux-screen {
		width: 450px;
		top: -180px;
	}
	.uiux-screen img {
		width: 450px;
	}
	.uiux-feature {
		padding-left: 380px;
		min-height: 350px;
	}
	.feature-content {
		width: 330px;
		margin-top: -50px;
	}
	.virtual {
		margin-top: 25px;
		padding-top: 100px;
	}
	.virtual-content {
		width: 400px;
	}
	.consumer {
		min-height: 650px;
		margin-top: -70px;
	}
	.consumer-content {
		width: 400px;
		margin-top: 25px;
	}
	.review-screen {
		width: 400px;
	}
	.review-screen img {
		width: 400px;
	}
	.cons-list {
		margin-top: 20px;
	}
	.collection-screen {
		width: 350px;
		top: -145px;
	}
	.collection-screen img {
		width: 350px;
	}
	.collection-div {
		padding-left: 370px;
	}
	.depth-analysis {
		height: 550px;
	}
	.analysis-content {
		width: 350px;
		bottom: 80px;
	}
	.analysis-img {
		width: 450px;
	}
	.analysis-img img {
		width: 450px;
	}
	.sectiondiv {
		min-height: 300px;
		padding-left: 400px;
	}
	.section-content {
		padding: 5px 5px 0 0;
		width: 350px;
	}
	.datasection {
		padding-left: 0;
		padding-right: 400px;
	}
	.img-section {
		width: 500px;
	}
	.img-lappy-1 {
		width: 500px;
	}
	.img-lappy-2, .img-lappy-3 {
		width: 500px;
	}
	.datasection .section-content {
		padding: 5px 0 0 50px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.item-2 .item-content {
		padding-top: 120px;
	}
	.item-content {
		padding-right: 20px;
	}
	.uiux-feature {
		padding-left: 550px;
		min-height: 520px;
	}
	.uiux-screen {
		width: 600px;
	}
	.uiux-screen img {
		width: 600px;
	}
	.feature-content {
		width: 350px;
	}
	.virtual-content {
		width: 500px;
	}
	.consumer {
		min-height: 610px;
	}
	.review-screen {
		width: 350px;
	}
	.review-screen img {
		width: 350px;
	}
	.consumer-content {
		margin-top: 40px;
	}
	.analysis-img, .analysis-img img {
		width: 550px;
	}
	.analysis-content {
		bottom: 85px;
	}
	.sectiondiv {
		padding-left: 600px;
		min-height: 500px;
	}
	.img-section, .img-lappy-1, .img-lappy-2, .img-lappy-3 {
		width: 700px;
	}
	.datasection {
		padding-left: 0;
		padding-right: 600px;
	}
	.section-content {
		width: 400px;
		float: left;
	}
	.datasection .section-content {
		padding: 50px 0 0 50px;
	}
}
