

html{
	scroll-behavior: smooth;
}
body{
	overflow-x:hidden;
}

.bg-custom{
    background-color: #3C4163;
}
.nav-link{
    color:black !important;
    font-weight: 600;
}
.bg-white{
    background-color: white ;
}
.text-bold{
    font-weight: bold;
}
.shadow{
    box-shadow: 5px 5px  8px rgb(0, 0, 0, 0.3);
}
.no-gutter{
    padding: 0 !important;
}
.text-black{
    color:black;
}
.o-price{
    text-decoration: line-through;
}
.text-grey{
    color:grey !important;
}