@font-face {
	font-family: 'SutonnyMJ';
	src: url(../../fonts/SutonnyMJ.ttf);
}
body {
	font-family: SolaimanLipi, adarshalipi, NikoshBAN;
	background: #ccc;
	-webkit-print-color-adjust: exact;
	zoom: 95%;

}
h1 {
	margin-bottom: -15px;
}
button {
	display: inline-block;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
	color: #444;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: default;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	height: 27px;
	line-height: 27px;
	width: 100px;
	padding: 0 8px;
	text-decoration: none;
	cursor: pointer;
	font-family: kalpurushregular, SolaimanLipi, adarshalipi, NikoshBAN;
}
.cer-container {
	background: white;
	margin: 0 auto;
	width: 750px;
	height:1000px;
	padding: 5px;
	border: 10px solid white;
}
.cer-wraper {
	
	padding: 5px;
	height: 1000px;
	font-size: 22px;
	border: 1px solid white;
}
.inner-text {
	font-size: 19px;
	text-align: justify;
	line-height: 30px;
	color: #000;
}
.title {
	font-size: 26px;
	padding: 3px;
	color: #FFC;
	font-weight: bold;
	border-radius: 5px;
	margin: 0 auto;
	width: 180px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #640000;
	background: #900;
	background: -webkit-gradient(linear, center top, center bottom, from(#900), to(#6C0000));
	background: -webkit-linear-gradient(#900, #6C0000);
	background: -moz-linear-gradient(#900, #6C0000);
	background: -o-linear-gradient(#900, #6C0000);
	background: -ms-linear-gradient(#900, #6C0000);
	background: linear-gradient(#900, #6C0000);
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #FC9;
	margin-top: 0em;
	padding: 0;
}
.text-line {
	border-bottom: 1px dotted #000;
	color: #000;
	padding: 3px;
	text-align: center;
	font-weight: 600;
}
.text-line-full {
	border-bottom: 1px dotted #000;
	color: #000;
	padding: 3px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
.head-line-1 {
	color: #900;
	font-size: 34px;
	font-weight: 600;
	margin-top: 10px;
}
.head-line-2 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}
.snBn {
	font-family: 'SutonnyMJ', 'Georgia', serif;
	float: right;
	margin-right: 18px;
	font-weight: bold;
}
label {
	font-size: 18px;
}
.menu {
	position: fixed;
	right: 0;
	top: 50%;
	width: 8em;
	margin-top: -2.5em;
}

@media print {
body {
	background: white;
}
.menu {
	display: none;
}
.cer-container {
	background: white;
	margin: 0 auto;
	width: 750px;
	height: 1000px;
	padding: 15px;
	border: 10px solid white;
}
.cer-wraper {
	
	padding: 8px;
	height: 1000px;
	font-size: 22px;
	border: 1px solid white;
}
}
