@charset "utf-8";
/* CSS Document */
@keyframes animatedsend {
	0% { background-position:0% 0%; }
	50% { background-position:100% 100% ; }
	100% { background-position:0% 0%; }
}
@-webkit-keyframes animatedsend {
	0% { background-position:0% 0%; }
	50% { background-position:100% 100% ; }
	100% { background-position:0% 0%; }
}
@keyframes leftright {
	0% { background-position:0% 100%;}
	100% { background-position:768px 100% ;}
}
@-webkit-keyframes leftright {
	0% { background-position:0% 100%;}
	100% { background-position:768px 100% ; }
}

@keyframes rocket {
	0% {background-position:0 0;}
	50% {background-position:0 40px;}
	100% {background-position:0 0;}
}
@-webkit-keyframes rocket {
	0% {background-position:0 0;}
	50% {background-position:0 40px;}
	100% {background-position:0 0;}
}
@keyframes space {
	0% {background-position:0 0;}
	0% {background-position:0 0;}
	50% {background-position:100% 100%;}
	100% {background-position:0 0;}
}
@-webkit-keyframes space {
	0% {background-position:0 0;}
	50% {background-position:100% 100%;}
	100% {background-position:0 0;}
	100% {background-position:0 0;}
}
@keyframes clouds {
	0% {background-position:0 0;}
	100% {background-position:1800px 0;}
}
@-webkit-keyframes clouds {
	0% {background-position:0 0;}
	100% {background-position:1800px 0;}
}
@keyframes rocketflame {
	0% {height:34px; top:107px;}
	5% {height:55px;}
	10% {height:34px;}
	15% {height:55px;}
	20% {height:34px;}
	25% {height:55px;}
	30% {height:34px;}
	35% {height:55px;}
	40% {height:34px;}
	45% {height:55px;}
	50% {height:34px;top:147px;}
	55% {height:55px;}
	60% {height:34px;}
	65% {height:55px;}
	70% {height:34px;}
	75% {height:55px;}
	80% {height:34px;}
	85% {height:55px;}
	90% {height:34px;}
	95% {height:55px;}
	100% {height:34px; top:107px;}
}
@-webkit-keyframes rocketflame {
	0% {height:34px; top:107px;}
	5% {height:55px;}
	10% {height:34px;}
	15% {height:55px;}
	20% {height:34px;}
	25% {height:55px;}
	30% {height:34px;}
	35% {height:55px;}
	40% {height:34px;}
	45% {height:55px;}
	50% {height:34px;top:147px;}
	55% {height:55px;}
	60% {height:34px;}
	65% {height:55px;}
	70% {height:34px;}
	75% {height:55px;}
	80% {height:34px;}
	85% {height:55px;}
	90% {height:34px;}
	95% {height:55px;}
	100% {height:34px; top:107px;}
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
html{
	height:100%;
}
body{
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#333333;
	background-color: #f3f3f3;
}
a{
	text-decoration:none;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
.newstand  {
	min-width: 60px;
    display: inline-block;
    text-align: center;
    padding: 12px;
    margin: 0 5px 5px;
    border: 1px solid #555;
    border-radius: 18px;
    color: #333;
}
.s18{height:18px;}
.s27{height:27px;}
.s36{height:36px;}
.s45{height:45px;}
.s60{height:60px;}
.s90{height:90px;}
.clr{clear:both;}
.center{ text-align:center;}
.right{ float:right;}
h1{
	font-size:48px;
	line-height: 54px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	color:#38a9f4;
	text-align:center;
	text-shadow:0 7px 9px rgba(0,0,0,.3);
	margin: 0 auto 27px;
}
h2{
	max-width:630px;
	font-size:45px;
	line-height: 60px;
	font-weight:100;
	text-align:center;
	color:#0b74d2;
	background-image:url(../images/titlebg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 0 12px;
	margin:0 auto 18px;
}
h3{
	font-size:30px;
	font-weight:300;
	text-align:center;
}
h4{
	font-size:24px;
	font-weight:300;
	text-align:center;
}
h5{
	font-size:20px;
	font-weight:300;
	text-align:center;
}
.wrapper{
	max-width:1500px;
	padding:0 54px;
	margin:0 auto;
}
.homebg{
	height:calc(100% - 45px);
	min-height: 750px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d02cc+0,27b4ff+100 */
	background: #6d02cc; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #6d02cc 20%, #27b4ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #6d02cc 20%,#27b4ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #6d02cc 20%,#27b4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d02cc', endColorstr='#27b4ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.homebgcover{
	width: 100%;
	height: 100%;
}
.homeshape1{
	width: 100%;
	height: 405px;
	position: absolute;
	left: 0;
	bottom: -70px;
	z-index: 2;
}
.girl{
	position: absolute;
	right: 47%;
	bottom: 90px;
	z-index: 2;
}
.homeshape1 img{
	display: block;
	width: 100%;
	height: 100%;
}
.homeslider{
	height: 100%;
}
.menubar{
	position:fixed;
	height:99px;
	width:calc(100% - 90px);
	padding: 0 45px;
	border-bottom:1px solid rgba(255,255,255,.1);
	z-index:7;
	text-align: right;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
	
}
.menubardown{
	position:fixed;
	height:79px;
	width:calc(100% - 90px);
	padding: 0 45px;
	background-color: #fff;
	box-shadow: 0 2px 7px rgba(0,0,0,.3);
	z-index:7;
	text-align: right;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
.logo{
	margin:18px 0 0 0;
	float:left;
	width:138px;
	height:62px;
	background-image:url(../images/logo-w.png);
}
.menubardown .logo{
	margin:7px 0 0 0;
	background-image:url(../images/logo.png);
}
.menubar .nav, .menubardown .nav {
	display: inline-block;
	color: #f2f2f2;
	padding: 40px 12px;
	text-transform: uppercase;
	vertical-align: top;
}
.menubardown .nav {
	padding: 30px 12px;
	color: #333;

}
.menubar .icon, .menubardown .icon {
	display: none;
}
.icon .bar1, .icon .bar2, .icon .bar3{
	height: 4px;
	width: 27px;
	margin:0 0 4px;
	background-color:#fff;
	border-radius:3px;
}
.icon:hover .bar1, .icon:hover .bar2, .icon:hover .bar3{
	height: 4px;
	width: 27px;
	margin:0 0 4px;
	background-color:#fff;
	border-radius:3px;
}
.menubardown .icon .bar1, .menubardown .icon .bar2, .menubardown .icon .bar3{
	height: 4px;
	width: 27px;
	margin:0 0 4px;
	background-color:#f00;
	border-radius:3px;
}
.dropdown {
	display: inline-block;
	vertical-align: top;
	position: relative;
	
}
.dropdown .dropbtn, .userbtn {
	color: #f2f2f2;
	padding: 40px 18px;
	margin: 0;
	text-transform: uppercase;
	background-color: inherit;
	border: none;
}
.menubardown .dropdown .dropbtn {
	color: #333;
	padding: 30px 18px;
}
.menubardown .dropdown .userbtn{
	padding: 12px 18px 13px;

}
.userbtn{
	padding: 23px 18px;
}
.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #fc870d;
	min-width: 200px;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
	z-index: 1;
	text-align: left;
	border-radius: 18px 0 18px 18px;
	padding: 18px 9px;
}
.dropdown-content a {
	color: black;
	padding: 12px 18px;
	display: block;
	border-bottom: 1px dotted #ffdcb7;
	font-weight: 400;
}
.menubar .nav:hover, .menubardown .nav:hover, .dropdown:hover .dropbtn, .dropdown:hover .userbtn{
	background: #d72296; /* Old browsers */
	background: -moz-linear-gradient(top,  #d72296 0%, #fc880a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d72296 0%,#fc880a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d72296 0%,#fc880a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72296', endColorstr='#fc880a',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.dropdown-content a:hover {
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.navreg{
	display: inline-block;
	font-size: 14px;
	border-right: 1px dotted #fff;
	padding: 12px 18px;
	margin: 18px 18px 0 0;
	color: #fdfdfd;
	vertical-align: top;
}
.navreg b{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d72296+0,fc880a+100 */
	background: #d72296; /* Old browsers */
	background: -moz-linear-gradient(left,  #d72296 0%, #fc880a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d72296 0%,#fc880a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d72296 0%,#fc880a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72296', endColorstr='#fc880a',GradientType=1 ); /* IE6-9 */
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 0 12px;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.menubardown .navreg{
	color: #333;
	margin: 8px 18px 0 0;
}

.navlogin{
	background: #d72296; /* Old browsers */
	background: -moz-linear-gradient(top,  #d72296 0%, #fc880a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d72296 0%,#fc880a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d72296 0%,#fc880a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72296', endColorstr='#fc880a',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 12px 18px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 400;
	vertical-align: top;
	display: inline-block;
	margin: 28px 0 0;
	cursor: pointer;
}
.navlogin:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.menubardown .navlogin{
	margin: 18px 0 0;
}
.user{
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 40px;
	background-size: cover;
	border: 2px solid #38a9f4;
}
.language{
	width: 55px;
	height: 39px;
	display:inline-block;
	background-image: url(../images/lang.png), url(../images/lang-bg.png);
	background-repeat: no-repeat;
	background-position: 35px 10px, center;
	font-size: 11px;
	padding: 40px 0 0 24px;
	text-align: center;
	color: #fff;
}
.language:hover{
	background-image: url(../images/lang.png), url(../images/lang-bg-roll.png);
}
.intro{
	font-size: 22px;
}
.rm{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 18px;
	margin: 10px 0 0;
	border-radius: 45px;
	display: inline-block;	
	box-shadow:0px 2px 5px rgba(0,0,0,.5);
}
.bp{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6e00cb+0,28b3ff+100 */
	background: #6e00cb; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #6e00cb 0%, #28b3ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #6e00cb 0%,#28b3ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #6e00cb 0%,#28b3ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e00cb', endColorstr='#28b3ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.homeinfo{
	position:relative;
}
.corvep{
	width:25%;
	position:absolute;
	top:0;
	right:0;
}
.corvep img{
	width:100%;
	height:auto;
}
.homeinfotext{
	font-size:24px;
	width:50%;
	max-width:1600px;
	margin:0 auto;
}
#myBtnContainer{
	text-align:center;
	background-color:#006;
	animation: space 50s linear infinite;
	-webkit-animation: space 50s linear infinite;
	border-radius: 45px;
	box-shadow: inset 3px 5px 5px rgba(0,0,0,.5);
}
.btn{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	border:none;
	outline:0;
	font-size:22px;
	text-transform:uppercase;
	padding: 18px 24px;
	background-color:rgba(255,255,255,.0);
	cursor: pointer;
}
.btn:hover {
  background-color:rgba(0,0,0,.3);
  color:#fff;
}
.btn.active {
  background-color:#143088;
  color:#fff;
}
.gallerypic, .galleryinner{
	display:inline-block;
	margin:5px;
	width:460px;
	border-radius:12px;
	overflow:hidden;
	border:1px solid rgba(0,0,0,.5);
	position:relative;
}
.gallerypic{
    display: none;
}
.show {
  display:inline-block;
}
.gallerypic img, .galleryinner img{
	display:block;
	width: 100%;
}
.cation{
	position:absolute;
	background-color:rgba(0,0,0,.4);
	padding:12px 18px;
	width:calc(100% - 36px);
	bottom:0;
	color:#fff;
	text-align:left;
}
.video{
	position:absolute;
	width:70px;
	height:70px;
	margin:0 auto;
	left:0;
	right:0;
	top:90px;
	border:2px solid #fff;
	border-radius:60px;
	background-image:url(../images/play.png);
	background-repeat:no-repeat;
	background-position:center;
	opacity:1;
	background-size:40%;
}
.gallerypic:hover .cation, .galleryinner:hover .cation{
	background-color:rgba(0,0,0,1);
	padding:12px 18px 36px;
}
.gallerypic:hover .video, .galleryinner:hover .video{
	background-image:url(../images/playroll.png);
	opacity:1;
	background-size:100%;
}
.cloud1{
	height:250px;
	background-image:url(../images/cloud.png);
	background-repeat:repeat-x;
	background-position:0 bottom;
	position:relative;
}
.rocket{
	width:67px;
	height:166px;
	margin:0 auto;
	left:0;
	right:0;
	background-image:url(../images/rocket.png);
	background-repeat:no-repeat;
	animation: rocket 2s linear infinite;
	-webkit-animation: rocket 2s linear infinite;
	position:absolute;
	z-index:2;
}
.rocketflame{
	width:32px;
	height:34px;
	margin:0 auto;
	left:0;
	right:0;
	top:110px;
	position:absolute;
	animation: rocketflame 2s linear infinite;
	-webkit-animation: rocketflame 2s linear infinite;
}
.rocketflame img{
	width:100%;
	height:100%;
}
.fearures{
	background-image:url(../images/pattern.png);
	background-color:#ff9e3c;
}
.fearuresbg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc68d+38,ffc68d+100&1+38,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,198,141,1) 0%, rgba(255,198,141,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,198,141,1) 0%,rgba(255,198,141,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,198,141,1) 0%,rgba(255,198,141,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc68d', endColorstr='#00ffc68d',GradientType=0 ); /* IE6-9 */
	text-align:center;
}
.fearure, .count{
	display:inline-block;
	width:320px;
	margin:20px;
	vertical-align:top;
}
.count{
	background-image: url("../images/count-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor:default;
	min-height: 123px;
}
.count:hover{
	background-image: url("../images/count-bg-roll.png");
}
.countnum{
	font-size: 63px;
	font-weight: 600;
	color: #003c67;
	text-shadow:0px 2px 5px rgba(0,0,0,.4);	
	background:url(../images/bg3.jpg);
	animation: animatedsend 12s linear infinite;
	-webkit-animation: animatedsend 12s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.countnuminner{
	font-size: 24px;
	font-weight: 400;
	color: #003c67;
	text-shadow:0px 2px 5px rgba(0,0,0,.4);	
	background:url(../images/bg3.jpg);
	animation: animatedsend 12s linear infinite;
	-webkit-animation: animatedsend 12s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.countnuminner b{
	font-size: 45px;
	font-weight: 600;
}
.countnum sup{
	font-size: 36px;
	font-weight: 300;
}
.fearure h3{
	font-size:22px;
	font-weight:400;
	text-transform: uppercase;
	margin:0 auto 9px;
}
.count h3{
	font-size:22px;
	font-weight:400;
	margin:0 auto 9px;
	color:#003c67;
	text-transform:uppercase;
}
.ficon{
	width:120px;
	height:120px;
	margin:20px auto;
	border-radius:100px;
	border:3px solid #ff8d1c;
	background-color:#ff8d1c;
	background-repeat:no-repeat;
}
.fearure:hover .ficon{
	width:160px;
	height:160px;
	margin:0px auto;
	background-color:#fff;
	background-position:20px -100px;
	border:3px solid #fff;
}
.clouds2, .clouds3{
	height:100px;
	background-image:url(../images/cloud2.png);
	animation: clouds 22s linear infinite;
	-webkit-animation: clouds 22s linear infinite;
}
.clouds3{
	position:absolute;
	bottom:0;
	width:100%;
}
.gray{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9f8ff+0,f3f3f3+100 */
	background: #d9f8ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #d9f8ff 0%, #f3f3f3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d9f8ff 0%,#f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d9f8ff 0%,#f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f8ff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.sep{
	height: 28px;
	background-image: url("../images/sep2.png");
	background-position: center;
	background-repeat: repeat-x;
}
.birds{
	background-image: url("../images/birds.png");
	background-position:right 0;
	background-repeat: no-repeat;
}
.client{	
	text-align:center;
	width:calc(33.3% - 54px);
	display:inline-block;
	background-image:url(../images/doubleinverted.png);
	background-repeat:no-repeat;
	background-position:center 0;
	vertical-align:top;
	padding:54px 25px 45px;
}
.client b{
	font-size: 20px;
	font-weight: 300;
	margin:0 0 18px;
	display: inline-block;

}
.client p{
	line-height: 24px;
	text-align: justify;

}
.clientpic{
	width: 120px;
	height: 120px;
	margin: 0 auto 18px;
	border: 2px solid #38a9f4;
	border-radius: 70px;
}
.faint{
	width:45px;
	height:31px;
	margin:18px auto 0;
	background-image:url(../images/faint.png);
}
.footer{
	width:100%;
	height:390px;
	position:relative;
	overflow:hidden;

}
.mountain1, .mountain2{
	position:absolute;
	background-color:#a2ff00;
	width:180%;
	border-radius:50% 50% 0 0;
	right:-7%;
	height:800px;
	top:140px;
}
.mountain2{
	width:140%;
	right:-50%;
	top:100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2adc00+0,a2ff00+80 */
	background: rgb(42,220,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(42,220,0,1) 30%, rgba(162,255,0,1) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(42,220,0,1) 30%,rgba(162,255,0,1) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(42,220,0,1) 30%,rgba(162,255,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2adc00', endColorstr='#a2ff00',GradientType=1 ); /* IE6-9 */
}
.flinks{
	background-color:#a2ff00;
}
.flinkscont{
	position: relative;
	margin-top: -100px;
}
.tree{
	width:119px;
	height:114px;
	background-image:url(../images/tree.png);
	position:absolute;
	left:55%;
	top:-100px;
}
.greenary, .greenary2{
	height:100px;
	width: 100%;
	max-width: 611px;
	position: absolute;
	right: 20%;
	top: 60px;
	background-image: url("../images/greenary.png");
}
.greenary2{
	height:92px;
	width: 100%;
	max-width: 611px;
	right: auto;
	left:0;
	top: 90px;
	background-image: url("../images/greenary2.png");
}
.col3{
	width: calc(33.3% - 36px);
	display: inline-block;
	padding: 0 16px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	margin: 0 0 60px;
}
.col3 b{
	padding: 0 0 12px 32px;
	font-size: 27px;
	display: block;
	font-weight: 300;
}
.col3 a{
	color: #177900;
	font-weight: 500;
	display: block;
	padding: 12px 0 7px 36px;
	border-bottom: 1px dotted #177900;
	background-image: url("../images/bullet.png");
	background-repeat: no-repeat;
	background-position: 10px 16px;
}
.copyright{
	background-color: #212121;
	padding: 15px;
	color:#38a9f4;
}
.gridtab,.gridtab>dt,.gridtab>dd{
	margin:0;
	padding:0;
	position:relative;
	border:0 solid;
}
.gridtab>dt{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.gridtab{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
}
.gridtab *{box-sizing:border-box;}
.gridtab>dd{
	z-index:1;
	display:none;
	min-width:100%;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;

}
.board{
	width: 180px;
	height: 180px;
	margin: 0 auto 20px;
	border-radius: 100px;
}
.boardpop{
	background-color: #fff;
	padding: 45px;
	text-align: center;
}
.boardpop h3, .boardpop h4{
	margin: 10px;
	text-transform: uppercase;
}

.medium{
	margin: 20px;
}
.stand a, .stand .btlink {
	min-width: 60px;
	display:inline-block;
	text-align: center;
	padding: 12px;
	margin: 0 5px 5px;
	border:1px solid #555;
	border-radius: 18px;
	color: #333;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.stand a:hover, .stand .btlink:hover{
	border:1px solid #999;
	background-color: #333;
	color: #fff;
}
.popup{
	height:100%;
	width:100%;
	top:0;
	position:fixed;
	background-color:rgba(0,0,0,.7);
	z-index:10;
	display:none;
}
.login{
	max-width:600px;
	padding:27px;
	background-color:#fff;
	margin:5% auto 0;
	vertical-align:middle;
	border-radius:30px;
	position:relative;
}
.langpop{
	background-image:url(../images/city.png);
	background-repeat:repeat-x;
	background-position:0 bottom ;
	animation: leftright 12s linear infinite;
	-webkit-animation: leftright 12s linear infinite;
}
.langpop a{
	display: inline-block;
	width:calc(50% - 60px);
	border-radius: 40px;
	border: 1px solid rgba(0,0,0,.2);
	padding: 12px 18px;
	margin: 5px 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #d72296;
}
.langpop a:hover{
	background: #d72296; /* Old browsers */
	background: -moz-linear-gradient(top,  #d72296 0%, #fc880a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d72296 0%,#fc880a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d72296 0%,#fc880a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72296', endColorstr='#fc880a',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.close{
	position:absolute;
	width:45px;
	height:45px;
	top:10px;
	right:10px;
	border-radius:30px;
	background-color:#fff;
	background-image:url(../images/close.png);
	cursor:pointer;
	z-index: 10;
}
.close:hover{
	background-color:#fc880a;
	background-position:0px 45px;
}
.sublable{
	display:inline-block;
	width:70px;
	padding:0 12px;
	color:#990020;
	font-weight:500;
}
.forgotpassbox{
	margin:10px 0;
	position:relative;
	font-size:14px
}
.implink{
	display:inline-block;
	text-transform:uppercase;
	padding:7px 0;
	font-weight:500;
}
.textfield2{
	width:100%;
	padding:0 0 9px;
	margin:5px 0;
	font-size:24px;
	color:#990020;
	outline:none;
	border:none;
	border-bottom:1px solid #ccc;
}
.textfield2:focus{
	padding:0 0 7px;
	border-bottom:3px solid #fc880a;
}
.checkbox{
	width:200px;
	display: inline-block;
	padding: 5px 0;
}
.button{
	padding:12px 27px;
	width:calc(100% - 2px);
	text-transform:uppercase;
	font-size:20px;
	color:#fff;
	border:1px solid rgba(0,0,0,.2);
	border-radius:27px;
	outline:none;
	background: #d72296; /* Old browsers */
	background: -moz-linear-gradient(top,  #d72296 0%, #fc880a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d72296 0%,#fc880a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d72296 0%,#fc880a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72296', endColorstr='#fc880a',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 3px 5px rgba(0,0,0,.5);
	cursor: pointer;
}
.registerboxs{
    display: inline-block;
    margin: 10px 30px;
    vertical-align: top;
}
.registerbox{
	text-align: center;
    width: 180px;
    height: 180px;
    vertical-align: top;
    border-radius: 100px;
}
.registerboxs p{
	text-align: center;
	margin-top: 18px; 
	font-weight: 500;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
}
.registerbox img{
    height: 70px;
    margin-top: 56px;
}
.dashboard, .dashboard2{
	background-image: url(../images/inner-head.png);
	width: 100%;
	height: 360px;
	background-size:cover;
	background-position: bottom right;
	text-align: center;
}
.dashboard2{
	height:auto;
	background: #6e00cb; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #6e00cb 0%, #28b3ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #6e00cb 0%,#28b3ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #6e00cb 0%,#28b3ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e00cb', endColorstr='#28b3ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.dashboard h3, .dashboard2 h3{
	color: #fff;
	font-size: 36px;
	/* text-transform: uppercase; */
}
.dashboardicons, .reporticon{
	display:inline-block;
	width:320px;
	margin:20px;
	vertical-align:top;
	color: #fff;
}
.reporticon{
	width:60px;
	height: 60px;
	margin:0 0 0 -90px;
	border-radius: 50px;
	border: 1px solid #00c2ff;
	background:url(../images/report.png);
}
.dashboardicon, .profileicon{
	width:180px;
	height: 180px;
	margin: 0 auto 18px;
	border-radius: 100px;
	background-position: 0 0, 0 0;
	
}
.dashboardicons:hover .dashboardicon{
	background-position: 0 180px, 0 0;
}
.dashboardicons:hover, .dashboardicons:hover h3{
	color: #fc880a;
}
.notice-client{
	text-align:left;
	width: calc(50% - 57px);
	display:inline-block;
	vertical-align:top;
	padding:0 27px 60px;
}
.notice-client ul li{
	list-style: none;
	border-bottom: 1px dotted #177900;
	padding:9px 0 5px;
}
.notice-client h3{
	margin-bottom: 18px;
	text-transform: uppercase;
	text-align:left;
}
.notice-client h4{
	margin-bottom: 9px;
	color: #e03c2f;
	text-align:left;
}
.notice-client a{
	display: inline-block;
	color: #20c300;
	font-size: 15px;
	text-transform: uppercase;
	border: 1px solid #20c300;
	border-radius: 30px;
	padding: 9px 12px;
}
.notice-client .rm1{
	display:inline-block;
	color: #fff;
	padding: 12px 18px;
	border: none;
	background: #d72296; /* Old browsers */
	background: -moz-linear-gradient(top,  #d72296 0%, #fc880a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d72296 0%,#fc880a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d72296 0%,#fc880a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72296', endColorstr='#fc880a',GradientType=0 ); /* IE6-9 */
	border-radius: 30px;
}
.notice-client .rm1:hover{
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.noticebody, .noticebody2{
	display: inline-block;
	width: calc(60% - 87px);
	padding:9px 0 5px;
}
.noticebody2{
	/*width:80px;*/
	text-align: right;
}
.packagesbody, .packagesdate, .packagesbutt{
	display: inline-block;
	width: calc(100% - 218px);
	font-size: 18px;
}
.packagesdate{
	width:120px;
	text-align: right;
	padding: 9px 9px 4px 0;
}
.notice-client .exp{
	color: #f00;
}
.packagesbutt{
	width:80px;
}
.standards{
	display: inline-block;
	text-align: center;
	width:150px;
	vertical-align: top;
	margin: 10px 20px;
	font-size: 22px
}
.standard{
	display: table-cell;
	vertical-align: middle;
	font-size: 45px;
	width:150px;
	height: 150px;
	border-radius: 100px;
	color: #fff;
}
.standardtxt{
	font-size: 22px;
	margin: 9px 0 0;
}
.col2{
	display: inline-block;
	width: calc(50% - 76px);
	padding: 27px 18px;
	margin: 0 10px;
	vertical-align: top;
}
.col4{
	display: inline-block;
	/*width: calc(50% - 76px);*/
	padding: 27px 18px;
	margin: 0 10px;
	vertical-align: top;
}
.colmiss, .colvisi{
	color: #fff;
	background-color: aqua;
	border-radius: 18px;
	background: #6d02cc; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #6d02cc 20%, #27b4ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #6d02cc 20%,#27b4ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #6d02cc 20%,#27b4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d02cc', endColorstr='#27b4ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.colvisi{
	background: #d72296; /* Old browsers */
	background: -moz-linear-gradient(top,  #d72296 0%, #fc880a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d72296 0%,#fc880a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d72296 0%,#fc880a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72296', endColorstr='#fc880a',GradientType=0 ); /* IE6-9 */
}
.contno{
	font-size: 36px;
	color: #d72296;
}
.contno:hover{
	color: #fc880a;
}
.contactform{
	padding: 27px 18px;
	text-align: left;

}
.contactform label{
	color: #0094df;
	padding: 3px 12px;
}
.contactform input[type=text], .contactform textarea{
	width: calc(100% - 38px);
	padding: 9px 18px;
	border: 1px solid #b5e6ff;
	border-radius: 12px;
	margin: 3px 0 12px 0;
	outline: 0;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight: 300;
	color: #d72296;
}
.contactform textarea{
	height: 50px;
}
.contactform ::placeholder{
  color: #81d4ff;
  opacity: 1;
}
.contactform :-ms-input-placeholder{
  color: #81d4ff;
}
.contactform ::-ms-input-placeholder{
  color: #81d4ff;
}
.chaptitle{
	font-size: 30px;
}
.videowrapper{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.videoplayer{
	width: 100%;
	height: 600px;
	margin: 0 auto;
}

.collapsible{
  	cursor: pointer;
	color: #38a9f4;
	padding: 12px 18px;
	border: 1px solid #38a9f4;
	border-radius: 30px;
	display: inline-block;
	position:absolute;
	z-index: 2;
}
.collapsible:hover {
	background-color: #e9e9e9;
}
.videowrapper .active {
	background-color: #e9e9e9;
	border-radius: 20px 20px 0 0;
	border-bottom: 1px solid #e9e9e9;
}

.content {
	border: 1px solid #38a9f4;
	padding: 24px;
	display: none;
	overflow: hidden;
	background-color: #e9e9e9;
	border-radius: 0 20px 20px 20px;
	margin: 43px 0 0;
}

.videowrapper ul li{
	border-bottom: 1px dotted #999;
	padding: 9px 0 5px 30px;
	list-style:none;
}
.videoclose{
	position:absolute;
	width:45px;
	height:45px;
	top:10px;
	right:10px;
	border-radius:30px;
	border:1px solid #ccc;
	background-color:#f3f3f3;
	background-image:url(../images/close.png);
	cursor:pointer;
}
.videoclose:hover{
	background-color:#fc880a;
	background-position:0px 45px;
}










.inner {
  padding: 20px;
  background: #fff;
  /*max-width: 850px;*/
  max-width: 86%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  display: flex;
  font-family: 'Nunito', sans-serif!important; }
  .inner .image-holder {
    width: 40%; }
  .inner form {
    width: 60%;
    padding-top: 5px;
    padding-left: 45px;
    padding-right: 45px; }
  .inner h3 {
    /*text-transform: lowercase;*/
    font-size: 25px;
    font-family: "Poppins-SemiBold";
    text-align: center;
    margin-bottom: 28px; }

.form-group {
  display: flex; }
  .form-group input {
    width: 100%; 
}
    .form-group input:first-child {
      margin-right: 25px; }

.form-wrapper {
  position: relative; }
  .form-wrapper i {
    position: absolute;
    bottom: 9px;
    right: 0;
    top: 7px;
    left: 575px;
     }

    .inner img{
       margin-top: 70px;
       border-radius: 10px;
       -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
       -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
       box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
    }

.form-control {
  border: 1px solid #a9a7a7!important;
  /*border-top: none!important;
  border-right: none!important;
  border-left: none!important;*/
  display: block!important;
  width: 100%!important;
  height: 30px!important;
  padding: 5px!important;
  margin-bottom: 25px!important;
  border-radius: 3px!important;
  font-weight: 600;
  color: #858585;
  opacity: 0.8
   }




  .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #858585;
    font-weight: 600;
    padding: 5px!important;
    /*font-family: "Poppins-Regular";*/ 
    font-family: 'Nunito', sans-serif!important;
  }
  .form-control::-moz-placeholder {
    font-size: 13px;
    color: #858585;
    font-weight: 600;
    padding: 5px!important;
   /* font-family: "Poppins-Regular";*/
   font-family: 'Nunito', sans-serif!important;
    }
  .form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #858585;
    font-weight: 600;
    padding: 5px!important;
    /*font-family: "Poppins-Regular";*/
    font-family: 'Nunito', sans-serif!important;
     }
  .form-control:-moz-placeholder {
    font-size: 13px;
   color: #858585;
    font-weight: 600;
    padding: 5px!important;
    /*font-family: "Poppins-Regular";*/
    font-family: 'Nunito', sans-serif!important;
     }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-left: 20px; }
  select option[value=""][disabled] {
    display: none; }

.subbtn {
  border: none;
  width: 164px;
  height: 51px;
  margin: auto;
  margin-top: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: -webkit-linear-gradient(-45deg, #6e00cb 0%,#28b3ff 100%);
  background: linear-gradient(135deg, #6e00cb 0%,#28b3ff 100%);
  border-radius: 30px;
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
 }


  .stud-subbtn i {
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .stud-subbtn:hover i, .stud-subbtn:focus i, .stud-subbtn:active i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@media (max-width: 1199px) {
  .wrapper {
    background-position: right center; } }
@media (max-width: 991px) {
  .inner form {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 767px) {
  .inner {
    display: block; }
    .inner .image-holder {
      width: 100%; }
    .inner form {
      width: 100%;
      padding: 40px 0 30px; }

  .stud-subbtn {
    margin-top: 60px; } }

/*# sourceMappingURL=style.css.map */


.homicon{
  position: relative;
  top: 10px;
  height: 29px;
  margin-right: 16px;
}



@media screen and (max-width: 1600px) {
	.gallerypic, .galleryinner{
		
		width:360px;
	}
}

@media screen and (max-width: 1200px) {
	.logo{margin:18px 0 18px 45px; float: none;}
	.menubardown .logo{margin:7px 0 7px 45px; float: none;}
	.menubar, .menubardown{
		width:100%;
		padding: 0;
	}

}
@media screen and (max-width: 900px) {
	.wrapper{padding:0 27px;}
	h1{
		font-size:40px;
		line-height:45px;
		text-shadow:0 4px 4px rgba(0,0,0,.3);
	}
	h2{font-size:30px;}
	h3{font-size:25px;}
	.greenary{right: 0%;}
	.col3{width: calc(100% - 36px);}
	.client{width:calc(100% - 54px);}
	.tree{left:45%;}
	.homeshape1{
		height: 200px;
		bottom: -30px;
	}
	.homeslider{
		width:calc(100% - 20px);
		max-width: 400px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.girl{
		display: none;
	}
	.notice-client{
		width: calc(100% - 57px);
	}
}


@media screen and (max-width: 1200px) {
	.menubar .nav, .menubar .navreg, .menubar .navlogin, .menubar .language, .menubardown .nav, .menubardown .navreg, .menubardown .navlogin, .dropdown .dropbtn, .menubardown .language{
		display: none;
	}
	.menubar .icon, .menubardown .icon{
		display: block;
		position: absolute;
		right: 30px;
		top: 30px;
		width: 27px;
		padding: 12px;
	}
	.menubardown .icon{
		top: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.menubar.responsivem, .menubardown.responsivemd {position: fixed;}
	.responsivem .icon{
		position: absolute;
		right: 0;
		top: 0;
		padding: 20px;
	}
	.responsivem .nav, .responsivem .navreg, .responsivem .navlogin, .responsivem .language{
		display: block;
		text-align: left;
		background-color: #333;
		padding: 15px 18px;
		margin: 0;
		border-radius: 0;
		border-bottom: 1px solid #444;
		width: calc(100% - 36px);
	}
	.responsivem .language{
		background-image: none;
		background-position:center;
		font-size: 16px;
		height: auto;
	}
	.responsivem .language:hover{
		background: #d72296; /* Old browsers */
		background: -moz-linear-gradient(top,  #d72296 0%, #fc880a 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #d72296 0%,#fc880a 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #d72296 0%,#fc880a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72296', endColorstr='#fc880a',GradientType=0 ); /* IE6-9 */
	}
	.responsivem .dropdown {
		display: block;
		width: 100%;
		border-bottom: 1px solid #444;
		padding: 0;
	}
	.responsivem .dropdown-content {
		position: relative;
		left: 0;
	}
	.responsivem .dropdown .dropbtn{
		display: block;
		text-align: left;
	}
	.responsivem .dropdown .dropbtn {
		display: block;
		padding: 15px 18px;
		background-color: #333;
	}
	.responsivem .dropdown-content {
		padding: 18px 18px;
		width: calc(100% - 36px);
		border-radius: 0;
	}
	.responsivem .icon{
		right: 30px;
		top: 30px;
		padding: 12px;
	}
}
@media screen and (max-width: 500px) {
	.logo{margin:18px 0 0 18px;}
	.menubardown .logo{margin:7px 0 0 18px;}
	.homeshape1{ display: none;}
	.gallerypic, .galleryinner{
		width:calc(100% - 12px);
	}
	.packagesbody{
		width: calc(100% - 6px);
	}
}


.pass-marg {
		margin-left: 35px;
	}