@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
	url('fonts/solaiman-lipi.woff') format('woff'),
	url('fonts/solaiman-lipi.ttf') format('truetype'),
	url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
}
.bn-font { 
	font-family:SutonnyMJ; 
	font-size:18px!important;
}
	body {
	font-family: SolaimanLipiNormal;
	font-size: 16px;
	background: #ffffff;
	margin: auto;
	padding: 0;
 
	margin-bottom: 10px;
}
h2, .h2 {
    font-size: 1.5rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FAFAFA;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
 
 
#main-menu li a.active {
    background: #8CC63E;
}
#header, #main-wrapper {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 8px #b9b7b742;
}
.bg-light {
    background-color: #fff!important;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px dashed #eee;
}
}


/*Home Block*/

.home-banner-icon{
	width: 200px;
    height: 200px;
    background: #0000008f;
    color: yellow;
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
	
}
.home-banner-title{
	text-align: center;
    font-size: 24px;
    margin-top: 10px;
    color: white;
	
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e0f7fa;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: none;
color: #044740;font-weight: 500;/* font-size: 20px; */}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #044740;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}