@import url("loading.css");
@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("banner.css");

*{
	box-sizing:border-box;
	}

html {
  scroll-behavior: smooth;
}

body {
	width: auto;
	margin: auto;
}


/**********************************************************/
/* banner already set but below is for desmond phone 6 problem only */
@media only screen and (max-width: 575px) {
	body {
	margin-top:62px;
}
}

@media only screen and (max-width: 375px) {
	body {
	margin-top:50px;
}
}
/**********************************************************/

top{
	display:block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index:99999;
	width:40px;
	display:none;
	}
top img{
	width:100%;
	}

	/* .img-fit {
		height: 396px;
		object-fit: cover;
		object-position: center;
	} */
	.img-fit {
		height: 400px;
		object-fit: cover;
		object-position: bottom;
	}
	.img-fit-2 {
		height: 250px;
		object-fit: cover;
		object-position: bottom;
	}
	.bg-cust-dark {
		background-image: url(box.jpg);
	}