

/* #Media Queries
================================================== */
@media only screen and (min-width:992px) and (max-width: 1200px) {
	.maincontent {
		top: 35%;
	}
	.maincontent h1 {
		font-size: 40px;		
		line-height: 20px;
	}
	#wowslider-container .ws_bullets .ws_bulframe {
		top: -105px;
	}
	aside#slidernew {
		text-align: left;    
	}
	#slidernew ul.bxslider li img{
		margin:0 10px 0 0;
	}
	.triangle-bottomleft{
		border-right: 280px solid transparent;
	}
	input {
		width: 160px;
	}

}

@media only screen and (min-width: 960px) and (max-width: 991px) {
	.nav-collapse a{
		padding: 5px 10px;
	}
	header button.more{
		height: 36px;
		line-height: 36px;
	}
	header {
		padding: 15px 0 15px;
	}
	.maincontent {
		top: 40%;
	}
	.maincontent h1 {
		font-size: 40px;		
		line-height: 20px;
	}
	#wowslider-container .ws_bullets .ws_bulframe {
		top: -105px;
	}
	#startup article, #feature article {
		padding-top: 30px;
	}
	#slidernew ul.bxslider li img{
		/*width: 100px;*/
		margin: 0 5px;
	}
	aside#slidernew {   
		padding-top: 160px;
	}
	aside#slidernew .bx-wrapper .bx-pager {
		bottom: -50%;
	}
	.triangle-bottomleft{
		position: relative;		
		top: 128px;
		border-right: 250px solid transparent;
	}
	input {
		width: 170px;
	}
	#service .BorderBtn {
		padding-bottom: 50px;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {	
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.nav-collapse a{
		padding: 5px 10px;
	}
	header button.more{
		height: 36px;
		line-height: 36px;
	}
	header {
		padding: 15px 0 15px;
	}
	.maincontent {
		top: 32%;
	}
	.maincontent h1 {
		font-size: 35px;		
		line-height: 15px;
	}
	p.headp {
		font-size: 13px;
		padding-top: 5px;
	}
	#startup h2, #client h2, #feature h2, #price h2, #team h2{
		font-size: 25px;
		line-height: 28px;
	}
	#startup h3, #feature h3, #service h3{
		line-height: 25px;
	}
	span.dream {
		font-size: 16px;
	}
	#wowslider-container .ws_bullets .ws_bulframe {
		top: -105px;
	}
	#startup article, #feature article {
		padding-top: 30px;
	}
	#slidernew ul.bxslider li img{
		/*width: 100px;*/
		margin: 0 5px;
	}
	aside#slidernew {   
		padding-top: 160px;
	}
	aside#slidernew .bx-wrapper .bx-pager {
		bottom: -50%;
	}
	.triangle-bottomleft{
		position: relative;		
		top: 128px;
		border-right: 135px solid transparent;
	}
	input {
		width: 170px;
	}
	#service .BorderBtn {
		padding-bottom: 50px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	#headernew{
		display: none;
	}
	.nav-toggle:before{
		color: #29c2e1;
	}
	header{
		padding: 0;
	}
	
	header .nav-collapse .more{
		display: block;
		margin-top: 7px;
	}
	.logo img{
		position: relative;
		top: 10px;
	}
	header .nav-collapse .active a,header .nav-collapse a:hover{
		color: #f69b37;
	}
	.nav-collapse ul{
		padding-bottom: 20px;
	}

	header.backcolor{
		padding-bottom: 10px;
	}
	header.sticky .logo{
		margin: 0;
	}
	#wowslider-container .ws_bullets a{
		width: 10px;
		height: 10px;
		border: 2px solid #afafaf;
		margin: 0 4px;
	}
	#wowslider-container .ws_bullets a.ws_selbull{
		border: 2px solid #fff;
	}
	p.innerp{
		padding: 20px 0;
	}
	p.nopad {
		padding: 0;
	}
	#client article .col-lg-10{
		border: none;
	}
	#price article p.innerp {
		padding-top: 10px;
	}
	.psection {   
		min-height: 170px;
	}
	#price h3{
		padding: 15px 0 10px;
	}
	#price h4{
		padding: 10px;
	}
	#team img{
		width: auto;
		margin: 30px auto 0;
	}
	#team article{
		padding: 10px;
		width: 263px;		
		text-align: center;
		margin: 0 auto;
	}
	#startup h2, #client h2, #feature h2, #price h2, #team h2{
		text-align: center;
	}
	span.dream{
		display: block;
		text-align: center;
	}
	#contact article{
		padding: 20px;		
	}
	#contact article.fcenter{
		text-align: center;
	}
	#contact{
		padding: 0 0 30px;
	}
	span.triangle-up-new{
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 45px solid #29c2e1;
		left: 15px;
	}
	span.triangle-up{
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-bottom: 70px solid #f69b37;
	}
	.triangle-bottomleft{
		position: relative;		
		top: 372px;
		border-right: 150px solid transparent;
		border-bottom: 150px solid #f69b37;
	}
	.triangle-bottomright{
		border-bottom: 120px solid #29c2e1;
		border-left: 144px solid transparent;		
		margin-top: -81px;
	}
	#contact article p.footerp, footer p.footerp,#contact article a{
		line-height: 26px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.maincontent {
		top: 32%;
	}
	.maincontent h1 {
		font-size: 23px;		
		line-height: 15px;
	}
	p.headp {
		font-size: 10px;
		padding-top: 5px;
		line-height: 15px;
	}
	#wowslider-container .ws_bullets {		
		left: 43%;
	}
	#wowslider-container .ws_bullets .ws_bulframe {
		top: -100px;
	}
	.maincontent {
		top: 38%;
	}
	#wowslider-container .ws_bulframe span{
		margin-left: -7px;
	}
	#startup article, #feature article {
		padding-top: 20px;
	}
	#service .BorderBtn {
		padding-bottom: 30px;
	}
	#startup{
		padding: 30px 0;
	}
	#client,#feature,#team{
		padding: 50px 0;
	}
	#service{
		padding: 40px 0 0;
	}
	#startup article i, #feature article i{
		margin: 0 auto;
		display: block;
	}
	#client p.newpad {		
		padding-bottom: 15px;
	}
	#slidernew ul.bxslider li img{
		margin: 0 5px;
	}
	aside#slidernew {		
		padding-top: 40px;
	}

	#price {
		padding: 0 0 50px;
	}


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {	
	p.innerp{
		font-size: 13px;
	}
	#client p.innerp{
		line-height: 20px;
	}
	#startup button.more{
		margin: 28px auto 0;	
	}
	#startup {		
		padding: 0 0 30px;
	}
	#startup h2, #client h2, #feature h2, #price h2, #team h2{
		font-size: 25px;
		line-height: 25px;
	}
	#startup article, #feature article {
		padding-top: 30px;
	}
	#wowslider-container .ws_images img{
		height: 170px;
	}
	.maincontent {
		top: 32%;
	}
	.maincontent h1 {
		font-size: 17px;		
		line-height: 15px;
	}
	p.headp {
		font-size: 12px;
		padding-top: 5px;
		line-height: 12px;
	}
	#wowslider-container .ws_bullets {		
		left: 39%;
	}
	#wowslider-container .ws_bullets .ws_bulframe {
		top: -100px;
	}
	.maincontent {
		top: 38%;
	}
	#wowslider-container .ws_bulframe span{
		margin-left: -7px;
	}
	#startup h3, #feature h3, #service h3{
		font-size: 18px;
		line-height: 25px;
	}
	#client article.clearfix img{
		width: 35px;
		height: auto;
	}
	#client article {
		padding: 25px 0 0;
	}
	#client p.newpad{
		padding-bottom: 15px;
	}
	#feature,#team{
		padding: 30px 0
	}
	#client{
		padding: 30px 0 60px;
	}
	#price{
		padding: 0 0 30px;
	}
	#service{
		padding: 30px 0 0;
	}
	#service button.more{
		margin: 20px auto;
	}
	button.btnContact{
		margin: 0 auto 30px;
	}
	#service .BorderBtn{
		padding: 0;
	}
	.social i{
		margin-right: 4px;
	}
	input{
		width: 183px;
	}
	.triangle-bottomleft { 
		display: none;
	}
	.triangle-bottomright{
		border-left: 50px solid transparent;
		border-bottom: 100px solid #29c2e1;
	}
	#contact article p.footerp,footer p.footerp{
		font-size: 13px;
	}
	#slidernew ul.bxslider li img{
		/*margin: 0 5px;*/
	}
	aside#slidernew {	
		padding-top: 30px;
	}
	
}

