	*{
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		margin: 0; padding: 0; outline: none;
	}
	a{text-decoration: none;}
	ul{list-style: none;}
	table{border-collapse: collapse; border-spacing: 0;}
	body{line-height: normal;}
	html{background: #141414}
	.container{
		width: 900px;
		margin: 0 auto 0 auto;
	}
	/* BREAK */



	header{
		position: absolute;
		left: 0; top: 0;
		width: 100%;
		margin: 0 0 0 0;
		padding: 70px 0;
		z-index: 20;
	}

	.headerbox{
		padding: 0 33px;
	}

	header a.logo{
		float: left;
	}
	header a.logo{
		float: left;
		width: 131px; height: auto;
	}
	.menu{
		float: right;
	}
	a.showmenu{display: none;}
	a.hidemenu{display: none;}
	nav{
		float: right;
	}
	nav ul{
		float: right;
	}
	nav ul li{
		float: left;
		margin: 0 20px 0 0;
	}
	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:'Google Sans';
		text-transform: uppercase;
		margin:0 0 0 0;
		padding: 8px 15px;
		border-radius:15px; -webkit-border-radius:15px;
	}
	nav ul li.active a,
	nav ul li:hover a{
		background: rgba(255,255,255,0.3);
	}
	/* BREAK */




	.banner{
		float: left;
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
	}
	.bannerbox{
		float: left;
		width: 100%;
		background: #ed1f24;
		padding: 150px 33px 33px 33px;
		border-radius:15px; -webkit-border-radius:15px;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.bannerbox:before{
		position: absolute;
		width:100%; height: 100%;
		left: 0; top: 0;
		z-index: -1;
		content: '';
		background: url(images/bg.jpg) no-repeat center;
		background-size: cover;
		opacity: 0.4;
	}
	.bannerbox .image{
		float: right;
		width: 50%;
		border-radius:15px; -webkit-border-radius:15px;
		overflow: hidden;
	}
	.bannerbox .image img{
		float: left;
		width: 100%;
		height: auto;
		aspect-ratio: 4/3.1;
		object-fit: cover;
		object-position: center;
		transition:0.6s; -webkit-transition:0.6s;
	}
	.bannerbox .image:hover img{
		transform: scale(1.1);
	}
	.bannerbox .text{
		float: left;
		width: 40%;
	}
	.bannerbox .text h2{
		text-align:left;
		color:#fff;
		font-size:36px;
		font-family:'Google Sans';
		font-weight: bold;
		letter-spacing: -1px;
		margin:0 0 30px 0;
		width: 70%;
	}
	.bannerbox .text p{
		text-align:left;
		color:#fff;
		font-size:14px; line-height: 120%;
		font-family:'Google Sans';
		margin:0 0 0 0;
	}
	/* BREAK */





	.about{
		float: left;
		width: 100%;
		padding: 50px 0;
	}
	.about .heading{
		float: left;
		width: 50%;
	}
	.about .heading h2{
		text-align:left;
		color:#fff;
		font-size:36px;
		font-family:'Google Sans';
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin:0 0 0 0;
	}
	.about .text{
		float: right;
		width: 50%;
	}
	.about .text h3{
		text-align:left;
		color:#fff;
		font-size:24px; line-height: 130%;
		font-family:'Google Sans';
		font-weight: normal;
		margin:0 0 30px 0;
	}
	.about .text p{
		text-align:left;
		color:#fff;
		font-size:14px; line-height: 130%;
		font-family:'Google Sans';
		font-weight: normal;
		margin:0 0 0 0;
	}
	/* BREAK */




	.services{
		float: left;
		width: 100%;
		margin: 0 0 0 0;
		padding: 50px 0 20px 0;
	}
	.servicesitems{
		float: left;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 5%;
	}
	.servicesitems .item{
		float: left;
		width: 30%;
		margin-bottom: 65px;
	}
	.servicesitems .item h3{
		text-align:left;
		color:#fff;
		font-size:24px;
		font-family:'Google Sans';
		font-weight: normal;
		margin:0 0 25px 0;
	}
	.servicesitems .item .thumb{
		float:left;
		width:100%;
		overflow: hidden;
		border-radius:15px; -webkit-border-radius:15px;
		margin-bottom: 25px;
	}
	.servicesitems .item .thumb img{
		float:left;
		width:100%; height: auto;
		aspect-ratio: 3.3/3;
		object-fit: cover;
		object-position: center;
		transition:0.6s; -webkit-transition:0.6s;
	}
	.servicesitems .item:hover .thumb img{
		transform: scale(1.1);
	}
	.servicesitems .item p{
		text-align:left;
		color:#fff;
		font-size:14px; line-height: 120%;
		font-family:'Google Sans';
		margin:0 0 0 0;
	}
	/* BREAK */



	.gpir{
		float:left;
		width:100%;
		margin: 0 0 80px 0;
		padding: 0 0 0 0;
	}
	.gpirbox{
		float:left;
		width:100%;
		margin: 0 0 0 0;
		padding:35px;
		background: #ed1f24;
		border-radius:15px; -webkit-border-radius:15px;
	}
	.gpirbox .image{
		float: left;
		width: 47%;
		overflow: hidden;
		border-radius:15px; -webkit-border-radius:15px;
	}
	.gpirbox .image img{
		float: right;
		width: 100%; height: auto;
		aspect-ratio: 4/4;
		object-fit: cover;
		object-position: center;
	}
	.gpirbox .text{
		float: right;
		width: 45%;
	}
	.gpirbox .text h2{
		text-align:left;
		color:#fff;
		font-size:36px;
		font-family:'Google Sans';
		letter-spacing: -1px;
		margin:0 0 30px 0;
		text-transform: uppercase;
	}
	.gpirbox .text p{
		text-align:left;
		color:#fff;
		font-size:14px;
		font-family:'Google Sans';
		margin:0 0 30px 0;
	}



	/* BREAK */
	.testimonials{
		float: left;
		width: 100%;
		margin: 0 0 100px 0;
	}
	.tbox{
		float: left;
		width: 100%;
		background: #282727;
		padding: 75px 35px 55px 35px;
		border-radius:15px; -webkit-border-radius:15px;
	}
	.tbox h2{
		text-align:center;
		color:#fff;
		font-size:36px;
		font-family:'Google Sans';
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: -2px;
		margin:0 0 15px 0;
	}
	.tbox h3{
		text-align:center;
		color:#fff;
		font-size:24px;
		font-family:'Google Sans';
		font-weight: normal;
		margin:0 0 0 0;
	}
	.tsliderwrap{
		float:left;
		width:100%;
		margin: 60px 0 60px 0;
		position: relative;
	}
	.tslidecontent{
		float:left;
		width:100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.tbox .thumb{
		float: left;
		width: 90px;
	}
	.tbox .thumb img{
		float: left;
		width: 100%; height: auto;
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: center;
		border-radius:50%; -webkit-border-radius:50%;
	}
	.tbox .text{
		float: left;
		width: 390px;
		margin: 0 0 0 40px;
	}
	.tbox .text p{
		text-align:left;
		color:#fff;
		font-size:14px; line-height: 120%;
		font-family:'Google Sans';
		margin:0 0 10px 0;
	}
	.tbox .text p strong{
		font-weight: 500;
	}
	.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: #ed1f24;
		border-radius:50%; -webkit-border-radius:50%;
	}
	.arrowleft{
		left: 0; top: 0; bottom: 0; margin: auto;
	}
	.arrowright{
		right: 0; top: 0; bottom: 0; margin: auto;
	}
	/* BREAK */




	.contact{
		float:left;
		width:100%;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	.contact h2{
		float: left;
		margin: 0 0 0 0;
		text-align:left;
		color:#fff;
		font-size:36px;
		font-family:'Google Sans';
		letter-spacing: -1px;
		font-weight: bold;
		text-transform: uppercase;
		margin:0 0 0 0;
	}
	.contact .text{
		float: right;
		margin: 0 0 0 0;
	}
	.contact .text p{
		text-align:left;
		color:#fff;
		font-size:14px;
		font-family:'Google Sans';
		margin:0 0 0 0;
	}
	/* BREAK */


	footer{
		float: left;
		width: 100%;
		margin: 0 0 0 0;
		padding: 45px 0;
	}
	.footerbox{
		float:left;
		width:100%;
		border-top: 2px solid #fff;
		padding: 60px 0 0 0;
	}
	footer .copyright{
		float: left;
		text-align:left;
		color:#fff;
		font-size:14px;
		font-family:'Google Sans';
		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{
		text-align:left;
		color: #fff;
		font-size:18px;
		margin-left: 5px;
		transition:0.6s; -webkit-transition:0.6s;
	}
	footer .social a:hover{
		border-bottom: 1px solid #000;
	}
	/* BREAK */




	