
.navbar {
	background:none!important;
}

#main-photoslider, .main-container {
    padding-top: 0px!important;
}

.fpBannerContainer {
	position: relative;
	height: 100vh;
	top:0px;
	background-image: url(/themes/custom/brokerage/images/shutterstock_646066663.jpg);
	background-size: cover;
}

.fpBannerContainer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c0a0a07a;
}

.fpBannerContent {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fpBannerContent img {
	margin: 0 auto;
	width: 95%;
	max-width: 600px;
}

.heroBtn {
	background-color: #c1d42f;
	border-radius: 9999px;
	color: #3f3f46;
	display: inline-block;
	margin-top: 3rem;
	padding: .75rem 1.5rem;
	transition: all .1s ease-in;
}

.heroBtn:hover {
	background-color: #C9DA4B;
	color: #3f3f46;
}

.scroll {
	align-items: center;
	background-color: #c1d42f;
	bottom: 25px;
	border-radius: 50%;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	display: flex;
	height: 40px;
	justify-content: center;
	left: 50%; 
	margin-left: -15px;
	width:40px;
}