#superContainer {
	height: 100%;
	position: relative;
	/* Touch detection for Windows 8 */
	-ms-touch-action: none;
	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box; /* <=28 */
	box-sizing: border-box;
	margin-top: -50px;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
}
.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
	overflow: scroll;
}
.fp-easing {
	-webkit-transition: all 0.7s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.7s ease-out;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fp-nav.right {
	right: 17px;
}
#fp-nav.left {
	left: 17px;
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}
.fp-slidesNav.bottom {
	bottom: 220px;
}
.fp-slidesNav.top {
	top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav li, .fp-slidesNav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}
.fp-slidesNav li {
	display: inline-block;
}
#fp-nav li a, .fp-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav li .active span, .fp-slidesNav .active span {
	background: #39F;
}
#fp-nav span, .fp-slidesNav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #0CF;
	background: rgb(51,51,51);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	white-space: nowrap;
	max-width: 220px;
}
.fp-tooltip.right {
	right: 20px;
}
.fp-tooltip.left {
	left: 20px;
}
/*--------------------*/


.section_div1 {
	position: absolute;
	width: 85%;
	height: auto;
	top: 0;
	left: 120px;
}
.section_div2 {
	position: absolute;
	width: 85%;
	height: auto;
	top: 10%;
	left: 110px;
	z-index: 5;
}
#section2 ul {
	position: absolute;
	width: 100%;
	left: 25%;
}
#section2 ul li {
	position: relative;
	float: left;
	z-index: 9999;
	width: 17.6%;
	height: auto;
}
#section2 ul li a {
	display: block;
	position: relative;
	width: 80%;
	height: 200px;
	color: #FFF;
	text-indent: -9999px;
}
#windforce {
	opacity: 0;
}
#windforce.fadein {
	animation: windforce 0.5s linear;
	-webkit-animation: windforce 0.5s linear;
	-moz-animation: windforce 0.5s linear;
	-ms-animation: windforce 0.5s linear;
	-o-animation: windforce 0.5s linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}
@keyframes windforce {
 0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes windforce {
 0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes windforce {
 0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-ms-keyframes windforce {
 0% {
opacity:0;
}
100% {
opacity:1;
}
}
.imgsize {
	position: absolute;
	width: 100%;
	height: auto;
	left: 1%;
}
.imgsize_1 {
	position: absolute;
	width: 100%;
	height: auto;
	left: 1%;
	animation: fadeout 3s ease-in-out infinite;
	-webkit-animation: fadeout 3s ease-in-out infinite;
	-moz-animation: fadeout 3s ease-in-out infinite;
	-ms-animation: fadeout 3s ease-in-out infinite;
	-o-animation: fadeout 3s ease-in-out infinite;
}
@keyframes fadeout {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
100% {
opacity:0;
}
}
@-webkit-keyframes fadeout {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
100% {
opacity:0;
}
}
@-moz-keyframes fadeout {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
100% {
opacity:0;
}
}
@-ms-keyframes fadeout {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
100% {
opacity:0;
}
}
/*aoout*/
#section0 .feature h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/about1.jpg);
	background-size: cover;
	text-indent: -9999px;
	background-repeat:no-repeat;
}
#section1 .feature h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u1.jpg);
	background-size: cover;
	text-indent: -9999px;
	background-repeat:no-repeat;
}
#section1 .feature h2 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u2.jpg);
	background-size: cover;
	text-indent: -9999px;
	background-repeat:no-repeat;
}
#section1 .feature h3 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u3.jpg);
	background-size: cover;
	text-indent: -9999px;
	background-repeat:no-repeat;
}
#intro {
	position: absolute;
	color: #FFF;
	width: 100%;
	height: auto;
	top: 19%;
	left: 11%;
	
	
}

#intro h5{
	width: 16%;
	font-size:2em;
    font-family: 'Open Sans', sans-serif;
	padding-bottom:10px;
	font-weight:900;
	}
#intro p{
	width: 16%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}

#section1 .feature h4 {
	position: absolute;
	color: #FFF;
	width: 28%;
	height: auto;
	padding-left: 5%;
	bottom: 20%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
}
/*feature1*/
#section0 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature1 p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 30%;
	height: auto;
	left: 15%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature1 .content h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 60%;
	height: auto;
	padding-left: 27%;
	font-size: 1.5em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature1 .content p {
	position: absolute;
	color: #FFF;
	width: 40%;
	top: 41%;
	height: auto;
	padding-left: 27%;
	font-size: 1.3em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature1 .content h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 60%;
	height: auto;
	padding-left: 14%;
	font-size: 1.5em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content p {
	position: absolute;
	color: #FFF;
	width: 22%;
	top: 41%;
	height: auto;
	padding-left: 14%;
	font-size: 1.3em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_4.jpg);
	background-size: cover;
}
#section2 .feature1_left .content h2 {
	position: absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	bottom: 60%;
	font-size: 1.5em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	padding-left: 3%;
}
#section2 .feature1_left .content p {
	position: absolute;
	color: #FFF;
	width: 11%;
	height: auto;
	top: 41%;
	font-size: 1.3em;
	font-weight: normel;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
	padding-left: 3%;
}
#section2 .feature1 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_5.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature1 .content1 h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 60%;
	height: auto;
	padding-left: 14%;
	font-size: 1.5em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content1 p {
	position: absolute;
	color: #FFF;
	width: 22%;
	top: 41%;
	height: auto;
	padding-left: 14%;
	font-size: 1.3em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_6.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature1_left .content1 h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 40%;
	height: auto;
	padding-left: 5%;
	font-size: 1.5em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left .content1 p {
	position: absolute;
	color: #FFF;
	width: 20%;
	top: 62%;
	height: auto;
	padding-left: 5%;
	font-size: 1.3em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section3 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_7.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section4 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_8.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section4 .feature1 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_9.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----feature2---*/
#section0 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature2 .content p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 30%;
	height: auto;
	left: 15%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature2 .content p {
	position: absolute;
	color: #FFF;
	width: 31%;
	bottom: 50%;
	height: auto;
	left: 47%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature2 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature2 .content2 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_4.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----feature3---*/
#section0 .feature3 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature3 .content p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 28%;
	height: auto;
	left: 15%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f3_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature3 h3 {
	position: absolute;
	color: #3CF;
	width: 100%;
	bottom: 23%;
	height: auto;
	left: 31%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3 p {
	position: absolute;
	color: #FFF;
	width: 18%;
	top: 78%;
	height: auto;
	left: 31%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3_right h3 {
	position: absolute;
	color: #3CF;
	width: 100%;
	bottom: 23%;
	height: auto;
	left: 52%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3_right p {
	position: absolute;
	color: #FFF;
	width: 16%;
	top: 78%;
	height: auto;
	left: 52%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f3_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----featur4---*/
#section0 .feature4 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f4.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature4 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f4_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature4 .content h3 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 55%;
	height: auto;
	padding-left: 14%;
	font-size: 1.5em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature4 .content p {
	position: absolute;
	color: #FFF;
	width: 30%;
	top: 47%;
	height: auto;
	left: 14%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature4 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f4_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature4 .content1 h3 {
	position: absolute;
	color: #3CF;
	width: 44%;
	bottom: 55%;
	height: auto;
	padding-left: 14%;
	font-size: 1.5em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
}
#section2 .feature4 .content1 p {
	position: absolute;
	color: #FFF;
	width: 44%;
	top: 47%;
	height: auto;
	padding-left: 14%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
/*product*/
.feature5 {
	position: relative;
	max-width: 1310px;
	height: 800px;
	margin: 0 auto;
	z-index: 1;
}
#models {
	position: relative;
	color: #FFF;
	font-size: 54px;
	font-weight: 800;
	font-style: italic;
	font-family: 'Titillium Web', sans-serif;
	padding-bottom: 20px;
	-webkit-font-smoothing: subpixel-antialiased;
	-ms-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	-o-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	padding-left: 30px;
}
.feature5 ul {
	position: relative;
	width: 100%;
	padding-left: 30px;
}
.feature5 ul li {
	position: relative;
	float: left;
	width: 330px;
	height: 183px;
}
.feature5 ul a {
	display: block;
	position: relative;
	width: 271px;
	height: 183px;
	padding-right: 15px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(images/0.png);
}
.feature5 ul li img {
	margin-left: 40px;
}
.feature5 ul li span {
	left: 0;
	position: absolute;
	top: 160px;
	width: 100%;
	font-size: 20px;
	color: #636363;
	font-weight: normal;
}
.feature5 ul a:hover {
	background-image: url(images/1.jpg);
	color: #FFF;
}
.feature5 ul li a:hover span {
	color: #FFF;
}
#background {
	display: block;
	background-image: url(images/bg.png);
	width: 100%;
	height: 200%;
	position: absolute;
	background-repeat: repeat;
	
	top: 0;
	left: 0;
}
@media screen and ( min-width:768px ) and ( max-width:1366px ) {
.section_div1 {
	position: absolute;
	width: 100%;
	height: auto;
	top: 5%;
	left: 0;
}
.section_div2 {
	position: absolute;
	width: 100%;
	height: auto;
	top: 20%;
	left: 0;
	z-index: 5;
}
#section2 ul {
	position: absolute;
	width: 100%;
	left: 25%;
}
#section2 ul li {
	position: relative;
	float: left;
	z-index: 9999;
	width: 17.6%;
	height: auto;
}
#section2 ul li a {
	display: block;
	position: relative;
	width: 80%;
	height: 200px;
	color: #FFF;
	text-indent: -9999px;
}
#windforce {
	opacity: 0;
}
#windforce.fadein {
	animation: windforce 0.5s linear;
	-webkit-animation: windforce 0.5s linear;
	-moz-animation: windforce 0.5s linear;
	-ms-animation: windforce 0.5s linear;
	-o-animation: windforce 0.5s linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}
.imgsize {
	position: absolute;
	width: 100%;
	height: auto;
	left: 1%;
}
.imgsize_1 {
	position: absolute;
	width: 100%;
	height: auto;
	left: 1%;
	animation: fadeout 3s ease-in-out infinite;
	-webkit-animation: fadeout 3s ease-in-out infinite;
	-moz-animation: fadeout 3s ease-in-out infinite;
	-ms-animation: fadeout 3s ease-in-out infinite;
	-o-animation: fadeout 3s ease-in-out infinite;
}
/*aoout*/
#section0 .feature h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/about1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u1.jpg);
	background-size: 1200px;
	text-indent: -9999px;
}
#section1 .feature h2 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature h3 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#intro {
	position: absolute;
	color: #FFF;
	width: 100%;
	height: auto;
	top: 18%;
	left: 11%;
	
	
}

#intro h5{
	width: 16%;
	font-size:1.5em;
    font-family: 'Open Sans', sans-serif;
	padding-bottom:10px;
	font-weight:900;
	}
#intro p{
	width: 16%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature h4 {
	position: absolute;
	color: #FFF;
	width: 28%;
	height: auto;
	padding-left: 5%;
	bottom: 20%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
}
/*feature1*/
#section0 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature1 p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 25%;
	height: auto;
	left: 15%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature1 .content h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 60%;
	height: auto;
	padding-left: 27%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature1 .content p {
	position: absolute;
	color: #FFF;
	width: 45%;
	top: 41%;
	height: auto;
	padding-left: 27%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature1 .content h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 56%;
	height: auto;
	padding-left: 14%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content p {
	position: absolute;
	color: #FFF;
	width: 22%;
	top: 45%;
	height: auto;
	padding-left: 14%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_4.jpg);
	background-size: cover;
}
#section2 .feature1_left .content h2 {
	position: absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	bottom: 60%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	padding-left: 3%;
}
#section2 .feature1_left .content p {
	position: absolute;
	color: #FFF;
	width: 11%;
	height: auto;
	top: 41%;
	font-size: 1em;
	font-weight: normel;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
	padding-left: 3%;
}
#section2 .feature1 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_5.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature1 .content1 h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 60%;
	height: auto;
	padding-left: 14%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content1 p {
	position: absolute;
	color: #FFF;
	width: 22%;
	top: 41%;
	height: auto;
	padding-left: 14%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_6.jpg);
	background-size: auto;
	text-indent: -9999px;
}
#section2 .feature1_left .content1 h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 40%;
	height: auto;
	padding-left: 5%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left .content1 p {
	position: absolute;
	color: #FFF;
	width: 20%;
	top: 62%;
	height: auto;
	padding-left: 5%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section3 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_7_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section4 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_8.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section4 .feature1 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_9.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----feature2---*/
#section0 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature2 .content p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 26%;
	height: auto;
	left: 15%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature2 .content p {
	position: absolute;
	color: #FFF;
	width: 31%;
	bottom: 50%;
	height: auto;
	left: 47%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature2 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature2 .content2 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_4.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----feature3---*/
#section0 .feature3 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature3 .content p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 23%;
	height: auto;
	left: 15%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f3_1_1.jpg);
	background-size: 1000px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
#section1 .feature3 h3 {
	position: absolute;
	color: #3CF;
	width: 100%;
	bottom: 23%;
	height: auto;
	left: 31%;
	font-size: 0.9em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3 p {
	position: absolute;
	color: #FFF;
	width: 18%;
	top: 78%;
	height: auto;
	left: 31%;
	font-size: 0.7em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3_right h3 {
	position: absolute;
	color: #3CF;
	width: 100%;
	bottom: 23%;
	height: auto;
	left: 52%;
	font-size: 0.9em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3_right p {
	position: absolute;
	color: #FFF;
	width: 16%;
	top: 78%;
	height: auto;
	left: 52%;
	font-size: 0.7em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f3_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----featur4---*/
#section0 .feature4 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f4.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature4 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f4_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature4 .content h3 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 55%;
	height: auto;
	padding-left: 14%;
	font-size: 1em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature4 .content p {
	position: absolute;
	color: #FFF;
	width: 30%;
	top: 47%;
	height: auto;
	left: 14%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature4 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f4_2_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature4 .content1 h3 {
	position: absolute;
	color: #3CF;
	width: 44%;
	bottom: 55%;
	height: auto;
	padding-left: 14%;
	font-size: 1em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
}
#section2 .feature4 .content1 p {
	position: absolute;
	color: #FFF;
	width: 44%;
	top: 47%;
	height: auto;
	padding-left: 14%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
}
 @media screen and ( min-width:768px ) and ( max-width:1280px ) {
.logo_left {
	width: 292px;
	padding-left: 20px;
}
.logo_right {
	left: 70%;
	position: absolute;
}
.section_div1 {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.section_div2 {
	position: absolute;
	width: 100%;
	height: auto;
	top: 11%;
	left: 0;
	z-index: 5;
}
#section2 ul {
	position: absolute;
	width: 100%;
	left: 25%;
}
#section2 ul li {
	position: relative;
	float: left;
	z-index: 9999;
	width: 17.6%;
	height: auto;
}
#section2 ul li a {
	display: block;
	position: relative;
	width: 80%;
	height: 200px;
	color: #FFF;
	text-indent: -9999px;
}
#windforce {
	opacity: 0;
}
#windforce.fadein {
	animation: windforce 0.5s linear;
	-webkit-animation: windforce 0.5s linear;
	-moz-animation: windforce 0.5s linear;
	-ms-animation: windforce 0.5s linear;
	-o-animation: windforce 0.5s linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}
.imgsize {
	position: absolute;
	width: 100%;
	height: auto;
	left: 1%;
}
.imgsize_1 {
	position: absolute;
	width: 100%;
	height: auto;
	left: 1%;
	animation: fadeout 3s ease-in-out infinite;
	-webkit-animation: fadeout 3s ease-in-out infinite;
	-moz-animation: fadeout 3s ease-in-out infinite;
	-ms-animation: fadeout 3s ease-in-out infinite;
	-o-animation: fadeout 3s ease-in-out infinite;
}
/*aoout*/
#section0 .feature h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/about1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature h2 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature h3 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#intro {
	position: absolute;
	color: #FFF;
	width: 100%;
	height: auto;
	top: 18%;
	left: 11%;
	
	
}

#intro h5{
	width: 20%;
	font-size:2em;
    font-family: 'Open Sans', sans-serif;
	padding-bottom:10px;
	font-weight:900;
	}
#intro p{
	width: 16%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature h4 {
	position: absolute;
	color: #FFF;
	width: 28%;
	height: auto;
	padding-left: 5%;
	bottom: 20%;
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
}
/*feature1*/
#section0 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature1 p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 30%;
	height: auto;
	left: 15%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature1 .content h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 60%;
	height: auto;
	padding-left: 27%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature1 .content p {
	position: absolute;
	color: #FFF;
	width: 45%;
	top: 41%;
	height: auto;
	padding-left: 27%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature1 .content h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 56%;
	height: auto;
	padding-left: 14%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content p {
	position: absolute;
	color: #FFF;
	width: 22%;
	top: 45%;
	height: auto;
	padding-left: 14%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_4.jpg);
	background-size: cover;
}
#section2 .feature1_left .content h2 {
	position: absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	bottom: 60%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	padding-left: 3%;
}
#section2 .feature1_left .content p {
	position: absolute;
	color: #FFF;
	width: 11%;
	height: auto;
	top: 41%;
	font-size: 1em;
	font-weight: normel;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
	padding-left: 3%;
}
#section2 .feature1 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_5.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature1 .content1 h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 60%;
	height: auto;
	padding-left: 14%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content1 p {
	position: absolute;
	color: #FFF;
	width: 22%;
	top: 41%;
	height: auto;
	padding-left: 14%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_6.jpg);
	background-size: auto;
	text-indent: -9999px;
}
#section2 .feature1_left .content1 h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 40%;
	height: auto;
	padding-left: 5%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left .content1 p {
	position: absolute;
	color: #FFF;
	width: 20%;
	top: 62%;
	height: auto;
	padding-left: 5%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section3 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_7_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section4 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_8.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section4 .feature1 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1_9.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----feature2---*/
#section0 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature2 .content p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 30%;
	height: auto;
	left: 15%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature2 .content p {
	position: absolute;
	color: #FFF;
	width: 31%;
	bottom: 50%;
	height: auto;
	left: 47%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature2 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature2 .content2 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2_4.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----feature3---*/
#section0 .feature3 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature3 .content p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 28%;
	height: auto;
	left: 15%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f3_1_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature3 h3 {
	position: absolute;
	color: #3CF;
	width: 100%;
	bottom: 23%;
	height: auto;
	left: 28%;
	font-size: 0.9em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3 p {
	position: absolute;
	color: #FFF;
	width: 18%;
	top: 78%;
	height: auto;
	left: 28%;
	font-size: 0.7em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3_right h3 {
	position: absolute;
	color: #3CF;
	width: 100%;
	bottom: 23%;
	height: auto;
	left: 52%;
	font-size: 0.9em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3_right p {
	position: absolute;
	color: #FFF;
	width: 16%;
	top: 78%;
	height: auto;
	left: 52%;
	font-size: 0.7em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f3_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----featur4---*/
#section0 .feature4 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f4.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature4 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f4_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature4 .content h3 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 55%;
	height: auto;
	padding-left: 14%;
	font-size: 1em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature4 .content p {
	position: absolute;
	color: #FFF;
	width: 30%;
	top: 47%;
	height: auto;
	left: 14%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature4 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f4_2_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature4 .content1 h3 {
	position: absolute;
	color: #3CF;
	width: 44%;
	bottom: 55%;
	height: auto;
	padding-left: 14%;
	font-size: 1em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
}
#section2 .feature4 .content1 p {
	position: absolute;
	color: #FFF;
	width: 44%;
	top: 47%;
	height: auto;
	padding-left: 14%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
}
@media screen and ( max-width:767px ) {
header {
	width: 100%;
	min-width: 600px;
	height: 0;
	background-color: #000;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 0;
}
.logo_left {
	position: absolute;
	width: 220px;
	padding-left: 20px;
	z-index: 9999;
}
.logo_right {
	display: none;
	left: 74%;
	position: absolute;
}
#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: none;
	z-index: 50;
}
article {
	position:absolute;
	width: 100%;
	height:auto;
	overflow:none;	
	background-color: #000;
	
}
#section2 ul {
	position: absolute;
	width: 100%;
	left: 25%;
}
#section2 ul li {
	position: relative;
	float: left;
	width: 17.6%;
	height: auto;
}
#section2 ul li a {
	display: block;
	position: relative;
	width: 80%;
	height: 200px;
	color: #FFF;
	text-indent: -9999px;
}
.black_background{
	position:fixed;	
	display: none;
	width: 100%;
	height:100%;
	background-image:url(images/bg.png);	
	
	}
.black_background1{
	
	display:block;

	}

#menu {
	display: block;
	position: absolute;
	width: 300px;
	height: 310px;
	overflow: none;
	background-color: none;
	margin-left: -150px;
	margin-top: 200px;
	left: 50%;
	top: 50%;
	text-align: center;
}
#menu ul {
	width: 300px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: none;
	
}
#menu ul li {
	width: 100%;
	float: none;
	border-right: none;
	cursor: pointer;
}
#menu ul li a {
	float: left;
	display: block;
	width: 100%;
	height: 52px;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	line-height: 52px;
	text-decoration: none;
	background-image: url(images/button_empty.png);
	background: -moz-linear-gradient(top, #4c4c4c 0%, #666666 0%, #474747 52%, #303030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(0%, #666666), color-stop(52%, #474747), color-stop(100%, #303030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #666666 0%, #474747 52%, #303030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 0%, #666666 0%, #474747 52%, #303030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 0%, #666666 0%, #474747 52%, #303030 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c4c4c 0%, #666666 0%, #474747 52%, #303030 100%); /* W3C */
}
#menu ul li a sup {
	position: relative;
	vertical-align: baseline;
	font-size: 0.7em;
	line-height: 0;
	top: -0.75em;
}
#menu ul li a:hover {
	color: #3CF;
	text-shadow: 1px 1px 1px #010101;
	background: -moz-linear-gradient(top, #00195e 0%, #004e89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00195e), color-stop(100%, #004e89)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00195e 0%, #004e89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00195e 0%, #004e89 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00195e 0%, #004e89 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00195e 0%, #004e89 100%); /* W3C */
}
#menu ul li ul {
	display: block;
	width: 100%;
	background-image:none;
	margin-top: 52px;
	margin-left: 0;
	border-radius: 0px 0px 0px 0px;
	border: 0px;
}
#menu ul li ul li {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
	border-bottom-style: none;
}
#menu ul li ul li a {
	float: none;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.small {
	margin-top: 260px;
}
.fadeIn {
	animation: none;
}
#mobile_menu_bar {
	position: absolute;
	display: block;
	width: 100%;
	height: 70px;
	background-color: #191919;
}
#mobile_menu_bar h1 {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(images/small%20menu.png);
	background-size: cover;
	right: 15px;
	top: 10px;
	cursor: pointer;
	z-index:9999;
}
.close {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	opacity: 0;
}
.open {
	
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}
#bottom ul {
	position: absolute;
	left: 0;
	list-style-type: none;
	padding-right: 10px;
}
#bottom li {
	display: block;
	color: #999;
	float: left;
	padding: 16px;
}
#bottom li a {
	text-decoration: none;
	font-size: 12px;
	color: #999;
}
#bottom li a:hover {
	color: #FFF;
}
.facebook {
	width: 66px;
	height: auto;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
}
.facebook:hover {
	background-image: url(images/facebook1.png);
}
.facebook a {
	display: block;
	text-indent: -9999px;
}
/*---------------nav---------------*/
#nav-bar {
	position: relative;
	z-index: 100;
	width: 1300px;
	margin: 0 auto;
	z-index: 2;
}
#nav-bar ul {
	position: absolute;
	width: 500px;
	padding-top: 80px;
	padding-left: 5%;
	left: 10px;
}
#nav-bar ul li {
	display: block;
	padding-right: 30px;
	float: left;
}
#nav-bar ul li a {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
}
.nav-color {
	color: #3CF;
}
/*---------------nav---------------*/
/*index*/
.section_div1 {
	position: absolute;
	width: 150%;
	height: auto;
	top: 18%;
	left: -25%;
}
.section_div2 {
	position: absolute;
	width: 150%;
	height: auto;
	top: 55%;
	left: -25%;
	z-index: 5;
}
#section2 ul {
	position: absolute;
	width: 150%;
	left: 18%;
	bottom: 10%;
}
#section2 ul li a {
	display: block;
	position: relative;
	width: 90%;
	height: 200px;
	color: #FFF;
	text-indent: -9999px;
}
/*about*/
#section0 .feature h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/about1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-image:none;
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature h2 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature h3 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/u3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#intro {
	position: absolute;
	color: #FFF;
	width: 100%;
	height: auto;
	top: 25%;
	left: 1%;
	
	
}

#intro h5{
	width: 100%;
	font-size:1.6em;
    font-family: 'Open Sans', sans-serif;
	padding-bottom:10px;
	font-weight:900;
	}
#intro p{
	width: 27%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature h4 {
	position: absolute;
	color: #FFF;
	width: 28%;
	height: auto;
	padding-left: 5%;
	bottom: 20%;
	font-size: 1.2em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align:justify;
}
/*feature1*/
#section0 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature1 p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 25%;
	height: auto;
	left: 15%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 120%;
	height: 0;
	left:-10%;
	padding-bottom: 56%;
	background-image: url(images/f1_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 140%;
	height: 0;
	left:8%;
	padding-bottom: 49.28%;
	background-image: url(images/f1_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature1 .content h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 20%;
	height: auto;
	padding-left: 6%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature1 .content p {
	position: absolute;
	color: #FFF;
	width: 47%;
	top: 80%;
	height: auto;
	padding-left: 6%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 120%;
	height: 0;
	padding-bottom: 55%;
	background-image: url(images/f1_3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature1 .content h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 28%;
	height: auto;
	padding-left: 5%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content p {
	position: absolute;
	color: #FFF;
	width: 22%;
	top: 73%;
	height: auto;
	padding-left: 5%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left h1 {
	position: relative;
	margin: 0 auto;
	width: 120%;
	height: 0;
	left:-30%;
	padding-bottom: 49.28%;
	background-image: url(images/f1_4.jpg);
	background-size: cover;
}
#section2 .feature1_left .content h2 {
	position: absolute;
	color: #3CF;
	width: 30%;
	height: auto;
	bottom: 30%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	padding-left: 3%;
}
#section2 .feature1_left .content p {
	position: absolute;
	color: #FFF;
	width: 22%;
	height: auto;
	top: 71%;
	font-size: 1em;
	font-weight: normel;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
	padding-left: 3%;
}
#section2 .feature1 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 130%;
	height: 0;
	padding-bottom: 51%;
	background-image: url(images/f1_5.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature1 .content1 h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 25%;
	height: auto;
	padding-left: 4%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1 .content1 p {
	position: absolute;
	color: #FFF;
	width: 22%;
	top: 76%;
	height: auto;
	padding-left: 4%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 125%;
	height: 0;

	padding-bottom: 80%;
	background-image: url(images/f1_6.jpg);
	background-size:cover;
	text-indent: -9999px;
}
#section2 .feature1_left .content1 h2 {
	position: absolute;
	color: #3CF;
	width: 40%;
	bottom: 40%;
	height: auto;
	padding-left: 5%;
	font-size: 1.3em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature1_left .content1 p {
	position: absolute;
	color: #FFF;
	width: 20%;
	top: 62%;
	height: auto;
	padding-left: 5%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section3 .feature1 h1 {
	position: relative;
	margin: 0 auto;
	width: 140%;
	height: 0;
	left:-20%;
	padding-bottom: 60%;
	background-image: url(images/f1_7_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section4 .feature1 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 130%;
	height: 0;
	left:-16%;
	padding-bottom: 55%;
	background-image: url(images/f1_8.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section4 .feature1 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 130%;
	height: 0;
	left:-10%;
	padding-bottom: 55%;
	background-image: url(images/f1_9.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----feature2---*/
#section0 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature2 .content p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 20%;
	height: auto;
	left: 15%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 130%;
	height: 0;
	padding-bottom: 52%;
	left:-15%;
	background-image: url(images/f2_1_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature2 .content p {
	position: absolute;
	color: #FFF;
	width: 74%;
	bottom: 17%;
	height: auto;
	left: 15%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature2 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 120%;
	height: 0;
	left:-13%;
	padding-bottom: 55%;
	background-image: url(images/f2_2.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature2 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 120%;
	height: 0;
	padding-bottom: 55%;
	left:-8%;
	background-image: url(images/f2_3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature2 .content2 h1 {
	position: relative;
	margin: 0 auto;
	width: 120%;
	height: 0;
	left:-8%;
	padding-bottom: 60%;
	background-image: url(images/f2_4.jpg);
	background-size: cover;
	text-indent: -9999px;
}
/*----feature3---*/
#section0 .feature3 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 49.28%;
	background-image: url(images/f3.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section0 .feature3 .content p {
	position: absolute;
	color: #FFF;
	width: 70%;
	bottom: 20%;
	height: auto;
	left: 15%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 h1 {
	position: relative;
	margin: 0 auto;
	width: 125%;
	height: 0;
	padding-bottom: 60%;
	left:-25%;
	background-image: url(images/f3_1_1.jpg);
	background-size: 1000px;
	text-indent: -9999px;
}
#section1 .feature3 h3 {
	position: absolute;
	color: #3CF;
	width: 100%;
	bottom: 23%;
	height: auto;
	left: 15%;
	font-size: 0.9em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3 p {
	position: absolute;
	color: #FFF;
	width: 30%;
	top: 78%;
	height: auto;
	left: 15%;
	font-size: 0.8em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3_right h3 {
	position: absolute;
	color: #3CF;
	width: 100%;
	bottom: 23%;
	height: auto;
	left: 52%;
	font-size: 0.9em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature3_right p {
	position: absolute;
	color: #FFF;
	width: 30%;
	top: 78%;
	height: auto;
	left: 52%;
	font-size: 0.8em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 h1 {
	position: relative;
	margin: 0 auto;
	width: 110%;
	height: 0;
	left:-10%;
	padding-bottom: 49.52%;
	background-image: url(images/f3_2.jpg);
	background-size: 800px;
	text-indent: -9999px;
}
/*----featur4---*/
#section0 .feature4 h1 {
	position: relative;
	margin: 0 auto;
	width: 44%;
	height: 0;
	
	padding-bottom:100%;
	background-image: url(images/f4_1_1.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature4 .content h1 {
	position: relative;
	margin: 0 auto;
	width: 150%;
	height: 0;
	padding-bottom: 60%;
	background-image: url(images/f4_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section1 .feature4 .content h3 {
	position: absolute;
	color: #3CF;
	width: 60%;
	bottom: 48%;
	height: auto;
	padding-left: 5%;
	font-size: 1em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section1 .feature4 .content p {
	position: absolute;
	color: #FFF;
	width: 50%;
	top: 53%;
	height: auto;
	left: 5%;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
#section2 .feature4 .content1 h1 {
	position: relative;
	margin: 0 auto;
	width: 130%;
	height: 0;
	padding-bottom: 70%;
	left:-25%;
	background-image: url(images/f4_2_1.jpg);
	background-size: cover;
	text-indent: -9999px;
}
#section2 .feature4 .content1 h3 {
	position: absolute;
	color: #3CF;
	width: 44%;
	bottom: 50%;
	height: auto;
	padding-left: 5%;
	font-size: 1em;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
}
#section2 .feature4 .content1 p {
	position: absolute;
	color: #FFF;
	width: 41%;
	top: 52%;
	height: auto;
	padding-left: 5%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-align: justify;
}
}
