*{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
strong,
em{
	margin: 0px;
}

img{
	width: 100%;
}

p{
	font-family: 'Futura LT', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Playfair Display", serif;
	font-weight: 500;
}

h1{
	font-size: 55px;
	line-height: 70px;
}
h2{
	font-size: 80px;
	line-height: 90px;
}
h3{
	font-size: 38px;
	line-height: 48px;
	font-weight: 300;
}
.color-000000{
	color: #000000;
}
.color-606060{
	color: #606060;
}
.ivypresto{
	font-family: "ivypresto-display", serif !important;
}
.futura{
	font-family: 'Futura LT', sans-serif !important;
}
.playfair{
	font-family: "Playfair Display", serif !important;
}
.py-80{
	padding-top: 80px;
	padding-bottom: 80px;
}
.pb-100{
	padding-bottom: 100px;
}
.py-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.my-60{
	margin-top: 60px;
	margin-bottom: 60px;
}
.my-3rem{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.color-gold{
	color: gold;
}
.bg-eaeaea{
	background: #eaeaea;
}
.weight-500{
	font-weight: 500 !important;
}
.font-55px{
	font-size: 55px;
	line-height: 70px;
	font-weight: 300;
}
.font-50px{
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
}
.font-40px{
	font-size: 40px;
	line-height: 60px;
	font-family: "Playfair Display", serif;
	font-weight: 300;
}
.font-20px{
	font-size: 30px;
	line-height: 40px;
	font-family: "Playfair Display", serif;
	font-weight: 300;
}
.font-22px{
	font-size: 22px;
	line-height: 30px;
	font-family: "Playfair Display", serif;
	font-weight: 300;
}
.font-28px{
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
}
.letter-spacing-1hpx{
	letter-spacing: 1.5px;
}
.mx-w-35{
	max-width: 35%;
}

.container{
	max-width: 1640px;
	margin: 0 auto;
	width: 100%;
	padding-left: 6%;
	padding-right: 6%;
}

/**/
/* Hide main header when scrolling down */
#Header.hide-on-scroll {
	transform: translateY(-100%);
}

/* Floating Mini Navigation */
#floating-mini-nav {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* Only text menu */
.mini-link {
	font-size: 18px;
	font-weight: 400;
	color: #606060;
	background: rgba(223,223,223,0.8);
	padding: 5px 20px;
	border-radius: 0px;
	text-decoration: none;
	transition: 0.3s ease;
}

/* Hover effect */
.mini-link:hover {
	background: #fff;
	color: #000;
}

/* Active section highlight */
.mini-link.active {
	background: #000;
	color: white;
	border-left: 3px solid #fff;
}


/* Header */
#Header {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
}

#Header .navbar-brand img{
	height: 80px;
}
#Header .nav-link{
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #000000;
	font-family: 'Futura Std', sans-serif;
}

/* about_wrap */
.about_wrapper{
	background: #eaeaea;
}

.abt_content_col{
	max-width: 90%;
	margin: 0 auto;
}

.review_item{
	position: relative;
}
.review_qoute{
	position: absolute;
	top: -20px;
	left: -40%;
	font-size: 280px;
	font-family: 'Playfair Display';
	width: fit-content;
	height: fit-content;
	line-height: 100%;
	color: #c8c8c8;
}
.star{
	font-size: 70px;
	line-height: 100%;
	text-align: center;
}

#Footer{
	margin-top: 230px;
}

.foot_logo{
	margin: -180px auto 0;
	padding: 30px 30px;
	border-radius: 50%;
	background: #eaeaea;
	max-width: 270px;
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 7px solid #FFF;
}
.foot_detail{
	border-left: 1px solid #000;
	padding-left: 80px;
	margin-left: 80px;
}

.item_one,
.icon_item{
	padding-left: 60px;
	position: relative;
}
.icon_item::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: 'Fontawesome';
	font-size: 30px;
	bottom: 0px;
	margin: auto 0;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #000000;
	text-align: center;
}
.location::before{
	content: "\f3c5";
}
.phone::before{
	content: "\f3ce";
}
.mail::before{
	content: "\f0e0";
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#Header {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#Header .navbar-brand img{
		height: 70px;
	}
	h1 {
		font-size: 50px;
		line-height: 65px;
	}
	h2 {
		font-size: 60px;
		line-height: 70px;
	}
	.font-40px{
		font-size: 30px;
		line-height: 40px;
	}
	h3 {
		font-size: 32px;
		line-height: 40px;
	}
	.font-20px {
		font-size: 22px;
		line-height: 30px;
	}
	.font-50px{
		font-size: 40px;
		line-height: 50px;
	}
	.py-50{
		padding-top: 0px !important;
	}
	.my-3rem {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.mb-5 {
		margin-bottom: 2rem !important;
	}
	.mx-w-35 {
		max-width: 80%;
	}
	.review_wrapper .mt-5{
		margin-top: 1rem !important;
	}
	.review_wrapper .mb-5{
		margin-bottom: 1.5rem !important;
	}
	.review_qoute{
		top: -40px;
		left: -10%;
		font-size: 210px;
	}
	.star{
		font-size: 60px;
	}
}

@media screen and (max-width: 767px) {
	#Header {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#Header .navbar-brand img{
		height: 50px;
	}
	h1 {
		font-size: 45px;
		line-height: 52px;
	}
	.about_wrapper{
		margin-bottom: 0px;
	}
	h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.mx-w-35 {
		max-width: 100%;
	}
	.my-3rem {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.font-40px{
		font-size: 20px;
		line-height: 30px;
	}
	.mb-5{
		margin-bottom: 1rem !important;
	}
	.abt_content_wrap{
		padding-bottom: 0px !important;
	}
	h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.font-20px{
		font-size: 20px;
		line-height: 30px;
	}
	.mb-4{
		margin-bottom: .5rem !important;
	}
	.mt-4{
		margin-top: 1rem !important;
	}
	.ser_item:not(:last-of-type){
		margin-bottom: 40px !important;
	}
	.vendors_wrapper,
	.services_wrapper{
		padding-bottom: 0px !important;
	}

	.mt-5{
		margin-top: 1.5rem !important;
	}
	.font-50px{
		font-size: 35px;
		line-height: 44px;
	}
	.font-55px{
		font-size: 45px;
		line-height: 60px;
	}
	.font-28px{
		font-size: 22px;
		line-height: 28px;
	}
	.review_qoute{
		top: -30px;
		left: 0px;
		font-size: 150px;
	}
	.letter-spacing-1hpx {
		letter-spacing: 1px;
	}
	.star{
		font-size: 50px;
	}
	#Footer {
		margin-top: 130px;
	}
	.foot_logo {
		margin: -130px auto 0;
		max-width: 200px;
		height: 200px;
	}
	#Footer .foot_item{
		flex-flow: wrap;
	}
	#Footer .foot_detail{
		border-top: 1px solid #000;
		padding: 20px 0px 0px 0px !important;
		margin: 20px 0px 0px 0px !important;
		border-left: 0px;
	}
	#Footer .item_one,
	#Footer .icon_item{
		margin-bottom: 25px !important;
		padding-left: 30px !important;
	}
	#Footer .icon_item::before{
		font-size: 22px;
		height: 22px;
		width: 22px;
	}
	br{
		display: none;
	}
}