	*{
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		margin: 0 0 0 0; padding: 0 0 0 0;
		outline: none;
	}
	a{text-decoration: none;}
	ul{list-style: none;}
	table{border-collapse: collapse; border-spacing: 0;}
	body{line-height: normal;}
	html{background: #fff;}
	.container{
		width: 900px;
		margin: 0 auto 0 auto;
	}
	/* BREAK */


	header{
		position: absolute;
		width: 100%;
		left: 0; top: 0;
		padding: 40px 0;
		z-index: 20;
	}
	header a.logo{
		float: left;
	}
	header a.logo img{
		float: left;
		width: 120px; height: auto;
		margin: 0 0 0 0;
	}

	.menu{
		float: right;
		margin-top: 10px;
	}
	a.showmenu, a.hidemenu{display: none;}
	nav{}
	nav ul{}
	nav ul li{
		float: left;
		margin-right: 40px;
	}
	nav ul li:last-of-type{
		margin-right: 0;
	}
	nav ul li a{
		float: left;
		text-align:left;
		color:#fff;
		font-size:13px;
		font-family:'Inter';
		text-transform: uppercase;
		margin:0 0 0 0;
		border-bottom: 1px solid rgba(0,0,0,0);
		transition:0.6s; -webkit-transition:0.6s;
	}
	nav ul li a:hover{
		border-bottom: 1px solid #fff;
	}
	/* BREAK */



	.banner{
		float:left;
		width:100%; 
		padding:250px 0 180px 0;
		background: url(images/bannerimage.jpg) no-repeat center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}
	.banner:before{
		position: absolute;
		width: 100%; height:100%;
		left:0; top: 0;
		z-index: -1;
		background: rgba(0,0,0,0.4);
		content:'';
	}
	.banner .text{
		float:left;
		width:70%;
		margin-left: -5px;
	}
	.banner .text h2{
		text-align:left;
		color:#fff;
		font-size:48px; line-height: 120%;
		font-family:'Inter';
		letter-spacing: -2px;
		margin:0 0 20px 0;
	}
	.banner .text h3{
		text-align:left;
		color:#fff;
		font-size:24px; line-height: 120%;
		font-family:'Inter';
		letter-spacing: -1px;
		font-weight: normal;
		margin:0 0 0 0;
	}
	/* BREAK */





	.about{
		float: left;
		width: 100%;
		margin: 0 0 0 0;
		padding:80px 0;
	}
	.about .text{
		float: left;
		width: 45%;
		margin: 0 0 0 0;
	}
	.about .text h2{
		text-align:left;
		color:#000;
		font-size:48px;
		font-family:'Inter';
		letter-spacing: -2px;
		margin:0 0 20px 0;
	}
	.about .text h3{
		text-align:left;
		color:#000;
		font-size:24px; line-height: 120%;
		font-family:'Inter';
		letter-spacing: -1px;
		font-weight: normal;
		margin:0 0 20px 0;
	}
	.about .text p{
		text-align:left;
		color:#000;
		font-size:14px; line-height: 120%;
		font-family:'Inter';
		margin:0 0 20px 0;
	}
	.about .image{
		float: right;
		width: 45%;
		margin: 0 0 0 0;
	}
	.about .image img{
		float: left;
		width: 100%; height: auto;
		aspect-ratio: 16/12;
		object-fit: cover;
		object-position: center;
		margin: 0 0 0 0;
	}
	/* BREAK */






	.services{
		float:left;
		width:100%;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	.servicesitems{
		float:left;
		width:100%;
		margin:0 0 0 0;
		padding:0 0 0 0;
		display: flex;
		flex-wrap: wrap;
		gap: 5%;
		justify-content: flex-start;
	}
	.servicesitems .item{
		float: left;
		width: 30%;
		margin: 0 0 0 0;
	}
	.servicesitems .item .thumb{
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.servicesitems .item .thumb img{
		float: left;
		width: 100%; height: auto;
		margin: 0 0 0 0;
		aspect-ratio: 4/3;
		object-fit: cover;
		object-position: center;
	}
	.servicesitems .item h3{
		text-align:left;
		color:#000;
		font-size:18px;
		font-family:'Inter';
		font-weight: 600;
		margin:0 0 20px 0;
	}
	.servicesitems .item p{
		text-align:left;
		color:#666;
		font-size:14px;
		font-family:'Inter';
		margin:0 0 0 0;
	}
	/* BREAK */





	.testimonials{
		float:left;
		width:100%;
		margin:80px 0 50px 0;
		padding:0 0 0 0;
	}
	.testimonials h2{
		text-align:left;
		color:#000;
		font-size:48px;
		font-family:'Inter';
		letter-spacing: -2px;
		margin:0 0 30px 0;
	}
	.tsliderwrap{
		float:left;
		width:100%;
		position: relative;
	}
	.tslider{}
	.tslide{}
	.tslidecontent{
		float:left;
		width:100%;
		padding: 0 100px;
	}
	.tslidecontent img{
		display: table;
		width: 100px; height: auto;
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: center;
		margin: 0 auto 30px auto;
		border-radius:50%; -webkit-border-radius:50%;
	}
	.tslidecontent p{
		text-align:center;
		color:#000;
		font-size:14px;
		font-family:'Inter';
		margin:0 0 30px 0;
	}
	.tslidecontent p strong{
		font-weight: bold;
	}
	.tsliderwrap .bx-wrapper {
	  border:none !important;
	  background: none !important;
	}
	.arrowleft, .arrowright{
		position: absolute;
		width: 42px; height: 42px;
		line-height: 42px;
		text-align:center;
		color:#fff;
		font-size:24px;
		margin:0 0 0 0;
		background:rgba(0,0,0,0.9);
		border-radius:50%; -webkit-border-radius:50%;
		z-index: 3;
	}
	.arrowleft{
		left: 0; top: 0; bottom: 0; margin: auto;
	}
	.arrowright{
		right: 0; top: 0; bottom: 0; margin: auto;
	}
	/* BREAK */






	.contact{
		float:left;
		width:100%;
		margin:0 0 0 0;
		padding:100px 0;
		background: #000;
	}
	.contact h2{
		float: left;
		text-align:left;
		color:#fff;
		font-size:48px;
		font-family:'Inter';
		letter-spacing: -2px;
		font-weight: bold;
		margin:0 0 0 0;
	}
	.contactinfo{
		float: right;
		border-left: 1px solid #333;
		padding-left: 30px;
	}
	.contactinfo p{
		text-align:left;
		color:#fff;
		font-size:15px;
		font-family:'Inter';
		margin:0 0 10px 0;
	}
	.contactinfo p:last-of-type{
		margin-bottom: 0;
	}
	/* BREAK */




	footer{
		float:left;
		width:100%;
		margin:0 0 0 0;
		padding:60px 0;
		background: #000;
		border-top: 1px solid #333;
	}
	footer .copyright{
		float: left;
		text-align:left;
		color:#fff;
		font-size:14px;
		font-family:'Inter';
		margin:0 0 0 0;
	}
	footer .copyright a{
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	footer .social{
		float: right;
		margin:0 0 0 0;
	}
	footer .social a{
		float: left;
		text-align:left;
		color:#fff;
		font-size:16px;
		margin:0 10px 0 0;
	}
	footer .social a:last-of-type{
		margin-right: 0;
	}