@font-face {
	font-family: 'SutonnyMJ';
	src: url(../../fonts/SutonnyMJ.ttf);
}
body {
	font-family: SolaimanLipi, adarshalipi, NikoshBAN;
	background: #fff;
	-webkit-print-color-adjust: exact;
	zoom: 95%;
margin-top:5px;
}
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 {
	
	margin: 0 auto;
	width: 750px;
	height: 1025px;
	padding: 5px;
	
}
.cer-wraper {
	
	padding: 5px;
	height: 1010px;
	font-size: 18px;
	
}
.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: 240px;
	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 dotted #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: 38px;
	font-weight: 600;
	margin-top: 10px;
}
.head-line-2 {
	color: #000;
	font-size: 22px;
	font-weight: 400;
}
.snBn {
	font-family: 'SutonnyMJ', 'Georgia', serif;
	float: right;
	margin-right: 20px;
	font-weight: bold;
}
label {
	font-size: 20px;
}
.menu {
	position: fixed;
	right: 0;
	top: 50%;
	width: 8em;
	margin-top: -2.5em;
}
/* ------ Table  --------*/
.DTtable {
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	border-radius: 10px;
}
.DTtable td {
	padding: 5px;
	border-bottom: 2px solid #CCC;
}
.DTtable tr {
	background: none;
		border-bottom: 2px solid #CCC;
}
.DTtable th {
	background: #900;
	color: #fff;
	border-bottom: 2px solid #CCC;
	font-weight: 600;
	padding: 5px;
	font-size: 20px;
}
.DTtable tr:nth-child(odd) {
	background: none;
	color: #000;
}
.DTtable tr:nth-child(even) {
	background: none;
	color: #000;
}
@media print {
body {
	background: #fff;
}
.menu {
	display: none;
}
.cer-container {
	
	margin: 0 auto;
	width: 750px;
	height: 1025px;
	padding: 15px;

}

.cer-wraper {
	
	padding: 5px;
	height: 1010px;
	font-size: 18px;
	
}
}
}
