:root {
    --primary: #B3AB4A;
    --secondary: #F57E57;
    --light: #fffcde;
    --dark: #091E3E;
}
.topcontain{
	width: 80%;
}
.navwidth{
	margin-left: 120px;
    margin-right: 120px;
}
.collapse{
	justify-content: space-between;
}
.text-primary {
    color: #B3AB4A !important;
}
.bg-primary {
    background-color: #B3AB4A !important;
}
.bg-light {
    background-color: #fffcde !important;
}
.btn-primary {
    color: #000;
    background-color: #B3AB4A !important;
    border-color: #B3AB4A !important;
}
.btn-primary:hover {
    color: #000;
    background-color: #F57E57 !important;
    border-color: #F57E57 !important;
}
.abcon {
    font-size: 15px;
    color: #8b8b8b;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Rubik', sans-serif;
    margin-top: 100px;
}
.img-fluid1 {
    max-width: 100%;
    height: 250px;
}
.h-slide{
	height: 720px;
}
@media screen and (min-width: 992px) {
	.displayres{
		display:none;
	}
}
@media screen and (max-width: 600px) {
	.topcontain{
	width: 100%;
	}
	.navwidth{
	margin-left: 0px;
    margin-right: 0px;
	}
	.h-slide{
	height: 520px;
	}
}