@media(max-width: 1140px){
	.container{
		width: 100%;
		padding: 0 25px;
	}
}




@media(max-width: 900px){
	header{
		position: fixed;
		padding: 15px 0;
		background: #fff;
		border-bottom: 1px solid #ccc;
		box-shadow:0 0 15px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 15px rgba(0,0,0,0.2);
	}
	header a.logo img{
		width: 120px;
	}
	a.showmenu{
		display: block;
		position: absolute;
		right: 8px; top: 8px;
		text-align:center;
		color:#000;
		font-size:24px;
		margin:0 0 0 0;
		width: 42px; height: 42px; line-height: 42px;
		background: #eee;
	}
	a.hidemenu{
		display: none;
		position: fixed;
		right: 8px; top: 8px;
		text-align:center;
		color:#fff;
		font-size:24px;
		margin:0 0 0 0;
		width: 42px; height: 42px; line-height: 42px;
		z-index: 11;
	}
	nav{
		display: none;
		position: fixed;
		width: 100%; height: 100%;
		left: 0; top: 0;
		z-index: 10;
		background: rgba(0,0,0,0.9);
		overflow-y: auto;
		padding: 100px 40px;
	}
	nav ul{
		display: table;
		width: 180px;
		margin: 0 auto 0 auto;
		float: none;
	}
	nav ul li{
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	nav ul li a{
		float: left;
		width: 100%;
		color: #fff;
		text-align: center;
	}
	/* BREAK */



	.banner{
		margin:80px 0 0 0;
	}
	.bannerbox{
		padding:100px 40px;
	}
	.bannerbox .text{
		width: 80%;
	}
	.bannerbox .text h2{
		font-size:30px;
	}
	.bannerbox .text h3{
		font-size:16px;
	}
	/* BREAK */





	.services{
		margin:30px 0;
	}
	.services h2{
		font-size:30px;
		margin:0 0 20px 0;
	}
	.servicesitems{
		gap: 5%;
	}
	.servicesitems .item{
		float: left;
		width: 30%;
		margin: 0 0 35px 0;
	}
	.servicesitems .item .text{
		padding:15px;
	}
	.servicesitems .item .text h3{
		font-size:13px;
	}
	.servicesitems .item .text p{
		font-size:10px;
	}
	/* BREAK */





	.aboutbox{
		padding:20px;
	}
	.aboutbox .text h2{
		font-size:30px;
		margin:0 0 20px 0;
		padding-bottom: 20px;
	}
	.aboutbox .text h3{
		font-size:16px;
		margin:0 0 20px 0;
	}
	.aboutbox .text p{
		font-size:11px;
		margin:0 0 20px 0;
	}
	/* BREAK */





	.testimonials{
		margin:40px 0;
	}
	.testimonials h2{
		font-size:30px;
		margin:0 0 20px 0;
	}
	.tslidecontent{
		padding: 0 60px;
	}
	.tslidecontent img{
		width: 80px; height: auto;
		margin: 0 auto 20px auto;
	}
	.tslidecontent p{
		font-size:11px;
		margin:0 0 20px 0;
	}
	.arrowleft, .arrowright{
		width: 24px; height: 24px;
		line-height: 24px;
		font-size:16px;
	}
	/* BREAK */






	.contactbox{
		padding:40px 20px;
		gap: 0;
	}
	.contactbox .image{
		width: 45%;
	}
	.contactbox .text{
		width: 45%;
	}
	.contactbox .text h2{
		font-size:30px;
		margin:0 0 20px 0;
		padding-bottom: 20px;
	}
	.contactbox .text p{
		font-size:11px;
		margin:0 0 10px 0;
	}
	/* BREAK */





	footer{
		padding:20px 0;
	}
	footer .copyright{
		float: left;
		width: 100%;
		font-size:13px;
		margin-bottom: 20px;
	}
	footer .social{
		float: left;
		margin:0 0 0 0;
	}
	/* BREAK */
}







@media(max-width: 540px){
	.banner{
		margin:80px 0 0 0;
	}
	.bannerbox{
		padding:60px 30px;
	}
	.bannerbox .text{
		width: 100%;
	}
	.bannerbox .text h2{
		font-size:30px;
	}
	.bannerbox .text h3{
		font-size:16px;
	}
	/* BREAK */




	.servicesitems{
		gap: 4%;
	}
	.servicesitems .item{
		width: 48%;
	}
	.servicesitems .item .text{
		padding:10px;
	}
	.servicesitems .item .text h3{
		font-size:11px;
	}
	.servicesitems .item .text p{
		font-size:8px;
	}
	/* BREAK */





	.aboutbox .text{
		width: 100%;
	}
	.aboutbox .image{
		width: 100%;
	}
	/* BREAK */



	.contactbox{
		padding:20px 20px;
		gap: 0;
	}
	.contactbox .image{
		width: 100%;
		margin-bottom: 20px;
	}
	.contactbox .text{
		width: 100%;
	}
	/* BREAK */





	
}