:root{
	--green:#63B354;
	--blue:#1153FC;
	--bs-nav-link-color:#1153FC;
	--bs-secondary-rgb: 150, 150, 150;
}
.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #63B354;
	--bs-btn-border-color: #63B354;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #01853a;
	--bs-btn-hover-border-color: #01853a;
	--bs-btn-focus-shadow-rgb: 60,153,110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #01853a;
	--bs-btn-active-border-color: #01853a;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #63B354;
	--bs-btn-disabled-border-color: #63B354;
}


*{
	font-family: 'Montserrat', sans-serif;
	/* border: 1px solid red; */
}
html, body{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	/* background-color: #F9F9F9; */
}
p, li, h3{
	text-wrap: pretty;
	/* text-align: justify; */
}
a{
	/* font-weight: 500; */
	color: var(--blue);
	text-decoration: none;
}

.nav-item a:not(.btn):not(.text-body-secondary){
	color: #000;
}
.btn{
	padding: 5px 2em;
}
.btn-primary{
	--bs-btn-bg:var(--blue);
	--bs-btn-border-color:var(--blue);
	--bs-btn-disabled-bg:var(--blue);
	--bs-btn-disabled-border-color:var(--blue);
}
.bg-primary {
	background-color: var(--blue)!important;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500!important;
}
.section-dash{
	width: 150px;
	border-image: linear-gradient(15deg,var(--blue), var(--green)) 30;
	border-width: 2px;
	border-style: solid;
}
i.bi.rounded-circle{
	display: inline-block;
	width: 45px;
	text-align: center;
	color:#000;
	background-color: #fff;
	border-color: var(--green)!important;
}
#where_is_accepted_sect i.bi.rounded-circle{
	width: 77px;
	font-size: 40px;
	padding: 2.5rem;
}
section{
	margin-top: 4em;
}
strong{
	font-size: inherit!important;
	color: var(--blue);
	font-weight: 600;
}

.sample_image{
	max-width: 430px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	object-fit: cover;
}
.muted{
	filter: grayscale(100%);opacity: 0.5;
	object-fit: fill;
}