form .btn{
	width: 300px !important;
}
form .input-checkbox{
	font-family: var(--global--font-body);
	border: 1px solid #eaeaea !important;
	background-color: var(--global--color-white);
	height: 20px;
	width: 20px;
	z-index: 1;
	margin-right: 5px;
}
form label span{
	vertical-align: top;
}
.home-blog-custom{
	border-top: 1px solid #eaeaea;
	background-image: url(../images/background/wavy-pattern.png);
}
.advantages-list li{
	margin-top: 10px !important;
}
.bg-section.bg-section-custom{
	background-size: inherit !important;
}
.bg-section-custom{
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-size: inherit !important;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%
}

.team h3 {
	margin: 0px 0px 8px 0px !important;
	padding: 8px !important;
	border-bottom: 1px solid var(--global--color-primary-70) !important;
}
.custom-advantages-list{
	margin-left: 15px !important;
}
.custom-advantages-list li{
	font-weight: 500;font-size: 15px;line-height: 25px;color: var(--global--color-body);
}
.custom-advantages-list li::before{
	content: '\f105';
	font-family: "font awesome 5 free";
	color: var(--global--color-primary);
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.custom-img-fluid{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.custom-error404{
	margin-top: 50px;
	margin-bottom: 50px;
}
