body {
	background: #dadada;
}
.headerbox {
	background: url('../images/bgred.jpg') 50% 50% no-repeat;
	background-size: cover;
}
/* .site-section {
	padding: 30px 0 20px 0;
}
.breadcrumb {
	margin: 0;
} */
/* .bgpage {
	padding: 0 30px 30px 30px;
} */
h2 {
	font-size: 30px;
	font-weight: 600;
}
.bgpage h2 {
	margin: 0;
}
.item {
	width: 100%
}
/* How to collect */
.thumbbox {
	width: 100%;
	height: auto;
}
.thumbbox a {
	display: block;
	background: #b3d3f4;
	color: #0b4da1;
	/*     margin-bottom: 20px;
    border-top-right-radius: 30px;*/
	border-bottom-right-radius: 30px;
}
.thumbbox a:hover {
	transition: all ease-in-out .3s;
	background: #0b4da1;
}
.thumbbox a:hover p, .thumbbox a:hover p b {
	color: #FFF
}
.thumbbox img {
	width: 100%;
	height: auto;
	display: block;/*  border-bottom-left-radius: 25px; */
}
.thumbbox .conbox {
	width: 100%;
	display: block;
}
.thumbbox p {
	font-family: 'Prompt', sans-serif;
	color: #0b4da1;
	padding: 20px;
	line-height: 1em;
	margin: 0;
	font-size: 16px;
}
.thumbbox p b {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #0b4da1;
	display: block;
	margin: 0 0 10px 0;
	line-height: 1em;
}
.h2box {
	display: block !important;
	width: 100% !important;
	margin: 40px auto !important;
}
.owl-stage-outer {
	margin-bottom: 30px;
}
