

/* #Media Queries
================================================== */
@media only screen and (min-width:992px) and (max-width: 1200px) {
	#banner {
		padding: 230px 0 50px;
	}
	#banner a {
		margin-top: 135px;
	}
	#team article img{
		width: 100%;
	}
	span.verticle{
		height: 100px;
	}
	#fact h3{
		font-size: 15px;
	}
	#client img{
		width: 14%;
	}
	.bx-wrapper .bx-prev{
		left: 42%;
	}
	.bx-wrapper .bx-next{
		right: 42%;
	}

	
}

@media only screen and (min-width: 960px) and (max-width: 991px) {
	.nav-collapse a{
		padding: 5px 10px;
		font-size: 13px;
	}
	#banner {
		padding: 200px 0 50px;
	}
	#banner a {
		margin-top: 135px;
	}
	#about article {
		padding: 20px;
		margin-top: 15px;
	}
	#about article i{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.fa-2x {
		font-size: 25px;
	}
	#about p.openp{
		padding-top: 10px;
	}
	#about h3, #team h3, #work h3, #service h3, #price h3, #testimonial h3, #fact h3, #find h3{
		font-size: 15px;
	}
	#about h3.year{
		font-size: 18px;
	}
	#about button.more,span.line{
		width: 140px;
	}
	.bx-wrapper .bx-prev{
		left: 40%;
	}
	.bx-wrapper .bx-next{
		right: 40%;
	}
	.fa-4x {
		font-size: 3em;
	}
	#service h3{
		padding: 15px 0 10px;
	}
	#client img {
		width: 14%;
	}
	#fact i,#find i{
		font-size: 35px;
	}
	#fact p.number {
		font-size: 47px;
		line-height: 30px;
	}
	#contact input:last-child{
		width: 100%;
		margin-top: 30px;
	}
	#find p.openp, footer p.openp{
		font-size: 13px;
	}
	#find h3{
		padding: 8px 0 10px;
	}
}

/* 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;
		font-size: 13px;
	}
	#banner {
		padding: 200px 0 50px;
	}
	#banner a {
		margin-top: 135px;
	}
	#about article {
		padding: 20px;
		margin-top: 15px;
	}
	#about article i{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.fa-2x {
		font-size: 25px;
	}
	#about p.openp{
		padding-top: 10px;
	}
	#about h3, #team h3, #work h3, #service h3, #price h3, #testimonial h3, #fact h3, #find h3{
		font-size: 15px;
	}
	#about h3.year{
		font-size: 18px;
	}
	#about button.more,span.line{
		width: 140px;
	}
	.bx-wrapper .bx-prev{
		left: 40%;
	}
	.bx-wrapper .bx-next{
		right: 40%;
	}
	.fa-4x {
		font-size: 3em;
	}
	#service h3{
		padding: 15px 0 10px;
	}
	#price article{
		padding: 20px 0;
	}
	#price button.more{
		margin-top: 15px;
	}
	#price article h4{
		font-size: 55px;   
		line-height: 70px;
	}
	#client img {
		width: 14%;
	}
	#fact i,#find i{
		font-size: 35px;
	}
	#fact p.number {
		font-size: 47px;
		line-height: 30px;
	}
	#contact input:last-child{
		width: 100%;
		margin-top: 30px;
	}
	#find p.openp, footer p.openp{
		font-size: 13px;
	}
	#find h3{
		padding: 8px 0 10px;
	}
	#testimonial p.openp br{
		display: none;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.nav-collapse li{
		padding: 5px;
	}
	header {
		padding:0;
	}
	header .logo img{
		margin-top: 15px;		
	}
	header.sticky{
		padding: 5px 0;
	}
	#about article{
		padding: 15px;
	}
	#team h3{
		text-align: center;
		padding-top: 0px;
	}
	#team .social{
		padding-top: 0px;
	}
	#team .social i{
		float: none;
	}
	#about h3, #team h3, #work h3, #service h3, #price h3, #testimonial h3, #fact h3, #find h3{
		font-size: 12px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		top: 150%;
	}
	#testimonial p.openp br{
		display: none;
	}
	#fact h3{
		text-align: center;
		padding-top:0;
		font-size: 14px;
	}
	#fact p.number{
		font-size: 40px;
		text-align: center;
		padding-top: 10px;
	}
	#contact input{	
		margin-top: 30px;
	}
	#contact button.more{
		margin-top: 40px;
	}
	footer .social{
		float: none;
		text-align: center;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#banner h1 {
		font-size: 88px;
		line-height: 110px;
	}
	#banner{
		padding: 130px 0 50px;
	}
	#banner a {
		margin-top: 110px;
	}
	#about p.openp{
		padding-top: 5px;
		text-align: center;
		font-size: 12px;
	}
	#about article i{
		width: 60px;
		height: 60px;
		line-height: 60px;	
	}
	#about h3{
		padding-top: 5px;
		text-align: center;
		font-size: 12px;
	}
	#about h3.year{
		margin-left: 5px;   
		top: -2px;
	}
	#about .lineyear {
		padding-left: 38px;
	}
	#about .lineyearright h3.year{
		margin-right: 5px;
	}
	#about .lineyearright {
		padding-right: 37px;
	}
	#about article{
		margin-top: 0;
	}
	span.verticle{
		height: 100px;
	}
	#about button.more,#about span.line{
		width: 90px;
		font-size: 12px;		
	}
	#about button.more{
		margin-bottom: 50px;
	}
	#about,#service,#testimonial,#fact,#contact,#find{
		padding: 50px 0;
	}
	#service span.line{
		margin-top: 50px;
	}
	#team,#price,#client{
		padding: 0 0 50px;
	}
	#work{
		padding: 50px 0 190px;
	}
	#testimonial span.line{
		margin-top: 125px;
	}
	#about p.innerp, #team p.innerp, #work p.innerp, #service p.innerp, #price p.innerp, #testimonial p.innerp, #client p.innerp, #fact p.innerp, #contact p.innerp, #find p.innerp{
		font-size: 14px;
		padding-bottom: 30px;
	}

	#team article{
		padding-bottom: 15px;
	}
	.bx-wrapper .bx-next{
		right: 35%;
	}
	.bx-wrapper .bx-prev{
		left: 35%;
	}
	#work span.line{
		margin: 10px 0;
	}
	#service h3,#price article h3{
		padding: 10px 0 0;
		font-size: 14px;
	}
	#price article{
		padding: 25px 0;
	}
	#price p.openp{
		padding-bottom: 10px;
	}
	#price button.more{
		margin-top: 10px;
	}
	#price article h4{
		font-size: 55px;
	}
	#video h5{
		font-size: 30px;   
		line-height: 20px;
	}
	#video{
		padding: 60px 0;
	}
	#testimonial p.openp{
		padding: 15px 0 15px;
	}
	#client img,#client img:last-child{
		width: 33%;
		margin: 15px;
	}
	#find h3{
		text-align: center;
		padding: 5px 0 0px;
	}
	#find p.openp, footer p.openp{
		text-align: center;
	}
	#find article{
		padding:15px 0; 
	}
	#find i {
		font-size: 35px;
	}


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {	
	
	#banner h1 {
		font-size: 66px;
		line-height: 75px;
	}
	#banner{
		padding: 140px 0 50px;
	}
	#banner a {
		margin-top: 80px;
	}
	#about p.openp{
		padding-top: 5px;
		text-align: center;
		font-size: 12px;
	}
	#about article i{
		width: 60px;
		height: 60px;
		line-height: 60px;	
	}
	#about h3{
		padding-top: 5px;
		text-align: center;
		font-size: 12px;
	}
	#about .innercenter,#about .innerleft,#about .innerright{
		width: 100%;
	}
	#testimonial .bx-wrapper .bx-pager{
		top: 105%;
	}
	#price article span.line{
		margin: 15px auto;
	}

	#about h3.year{
		margin-left: 0;   
		top: -2px;
	}
	#about .lineyear {
		padding-left: 0px;
	}
	#about .lineyearright h3.year{
		margin-right: 0;
	}
	#about .lineyearright {
		padding-right: 0;
	}
	#about .innercenter{
		display: none;
	}
	#about article{
		margin-top: 15px;
	}
	span.verticle{
		display: none;
	}
	#about .nonediv{
		display: none;
	}
	#about button.more,#about span.line{
		width: 90px;
		font-size: 12px;		
	}
	#about button.more{
		margin-bottom: 50px;
	}
	#about,#service,#testimonial,#fact,#contact,#find,footer{
		padding: 30px 0;
	}
	#service span.line{
		margin-top: 50px;
	}
	#team,#price,#client{
		padding: 0 0 30px;
	}
	#work{
		padding: 30px 0 190px;
	}
	#testimonial span.line{
		margin-top: 50px;
	}
	#about h2, #team h2, #work h2, #service h2, #price h2, #testimonial h2, #client h2, #fact h2, #contact h2, #find h2{
		font-size: 45px;
		line-height: 45px;
	}
	#about p.innerp, #team p.innerp, #work p.innerp, #service p.innerp, #price p.innerp, #testimonial p.innerp, #client p.innerp, #fact p.innerp, #contact p.innerp, #find p.innerp{
		font-size: 13px;
		padding-bottom: 15px;
	}

	#team article{
		padding-bottom: 15px;
	}
	.bx-wrapper .bx-next{
		right: 27%;
	}
	.bx-wrapper .bx-prev{
		left: 27%;
	}
	.bx-wrapper .bx-controls-direction a{
		top: 110%;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		top: 140%;
	}
	#work span.line{
		margin: 10px 0;
	}
	#service h3,#price article h3{
		padding: 10px 0 0;
		font-size: 14px;
	}
	#price article{
		padding: 15px 0;
	}
	#price p.openp{
		padding-bottom: 10px;
	}
	#price button.more{
		margin-top: 10px;
	}
	#price article h4{
		font-size: 55px;
	}
	#video h5{
		font-size: 20px;
		line-height: 12px;
	}
	#video{
		padding: 60px 0;
	}
	#testimonial p.openp{
		padding: 15px 0 15px;
	}
	#client img,#client img:last-child{
		width: 100%;
		margin: 10px 0;
	}
	#find h3{
		text-align: center;
		padding: 5px 0 0px;
	}
	#fact h3{
		font-size: 11px;
	}
	#fact i, #find i {
		font-size: 38px;
	}
	#contact input,#contact textarea,#contact button.more{
		margin-top: 10px;
	}
	#fact p.number {
		font-size: 30px;
	}
	#find p.openp, footer p.openp{
		text-align: center;
	}
	#find article{
		padding:15px 0; 
	}
	footer p.openp {
		font-size: 11px;
	}
	#find i {
		font-size: 35px;
	}
	#testimonial h3 span.innerteam {
		font-size: 12px;
	}
}

