.home-facilities
{
	margin-bottom: 20px;
}
.home-facilities li
{
	  padding-left: 0px;
}

.owl-theme .owl-dots .owl-dot span
{
	background:none!important;
	border: 1px solid #c2a476;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	background:#c2a476!important;
}

.vmt-link
{
	color:#ffbfc5;
}

.vmt-link:hover
{
color:#89c2ff;	
}

.footer-column img
{
width: 66%;
margin-top: 24px;
}
.footer-column p
{
	color: #bbb;
font-size: 16px;
}

.footer-column h3
{
	color: #bbb;
font-size: 22px;
}

#footer-gallery a img
{
	width: 32%;
margin-top: 1.5%;
}

html {
  scroll-behavior: smooth;
}

.scroll-top
{
position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #f27244;
    color: white;
    cursor: pointer;
    padding: 12px 14px;
    border-radius: 50%;
    font-size: 18px;
}