body {
	margin: 0;
}

footer {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

strong {
	font-weight: bold;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

img {
	border: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	padding: 0;
}

@media print {

	*,
	*:before,
	*:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	h3 {
		orphans: 3;
		widows: 3;
	}

	h3 {
		page-break-after: avoid;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td {
		background-color: #fff !important;
	}

	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

h1,
h3,
h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-md-2,
.col-md-6,
.col-md-10,
.col-md-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width:992px) {

	.col-md-2,
	.col-md-6,
	.col-md-10,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}
}

table {
	background-color: transparent;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td {
	border: 1px solid #ddd;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn:focus,
.btn:active:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
}

.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.btn-primary:active {
	background-image: none;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

/*! CSS Used from: https://bafsdjobs.apply.ac/Themes/EasyRecruitmentTheme/css/site.css */
body {
	font-size: 16px !important;
}

:lang(bn) {
	font-family: 'SolaimanLipi' !important;
}

@media screen and (max-width:390px) {
	.headerSmall h1 {
		font-size: 17px !important;
	}

	.headerSmall div {
		width: 50%;
	}
}

@media screen and (min-width:300px) {
	.headerSmall h1 {
		font-size: 12px !important;
	}

	.headerSmall div {
		width: 80%;
	}
}

.topHeader {
	height: 95px;
}

.headerBig {
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
}

.headerBig img {
	float: left;
	height: 70px;
}

.headerBig h1 {
	font-size: 22px;
    font-weight: bold;
    margin-top: 12px;
    margin-left: 7px;
    margin-bottom: 9px;
}

.headerBig h4 {
	font-size: 15px;
	margin-left: 10px;
	font-weight: bold;
}

.headerSmall {
	display: none;
}

.headerSmall img {
	float: left;
	height: 70px;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

footer .bottomText {
	min-height: 50px;
	padding-top: 15px;
}

.copyright {
	float: left;
}

.develpedBy {
	float: right;
	text-align: right;
}

@media only screen and (max-width: 1000px) {
	.headerBig {
		display: none;
	}

	.headerSmall {
		padding-top: 10px;
		padding-bottom: 5px;
		display: block;
	}

	.headerSmall img {
		float: left;
	}

	.headerSmall h1 {
		font-size: 20px;
		font-weight: bold;
		margin-top: 5px;
		margin-left: 5px;
		margin-bottom: -8px;
	}

	.headerSmall h4 {
		font-size: 14px;
		margin-left: 5px;
		font-weight: bold;
	}
}

@media only screen and (max-width: 766px) {
	footer {
		position: inherit;
	}

	footer .bottomText {
		min-height: 50px;
		padding-top: 15px;
	}

	.copyright {
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 400px) {
	.headerSmall {
		padding-top: 10px;
		padding-bottom: 0px;
		display: block;
	}

	.headerSmall h1 {
		font-size: 20px;
		font-weight: bold;
		margin-top: 15px;
		padding-left: 5px;
	}

	.headerSmall h4 {
/*		display: none;*/
	}
}

.mainBody {
	padding: 0px;
	word-wrap: break-word;
}

.btn {
	font-size: 16px !important;
}

.btn-primary:active {
	box-shadow: none;
}

.home-box {
	padding: 50px 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
}
.loader {
	color: #fff;
	position: fixed;
	box-sizing: border-box;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: 999999;
}

.loader:after,
.loader:before {
	box-sizing: border-box;
	display: none;
}

.loader-double:after,
.loader-double:before {
	content: '';
	position: fixed;
	border-radius: 50%;
	border: solid 8px;
	animation: rotation 1s linear infinite;
}

.loader-double:after {
	width: 48px;
	height: 48px;
	border-color: #fff;
	border-left-color: transparent;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
}

.loader-double:before {
	width: 64px;
	height: 64px;
	border-color: #eb974e;
	border-right-color: transparent;
	animation-duration: 2s;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}
#messageContainer {
	margin-top: 5px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.topHeader {
	background-color: #0d0856;
}

.headerBig h1 {
	color: #FFF;
}

.headerBig h4 {
	color: #AAA;
}

footer {
	background-color: #441553;
	color: #FFF;
}

footer .bottomText {
	background-color: #441553;
	color: #FFF;
}

.headerSmall h1 {
	color: #FFF;
    font-size: 18px !important;
}

.headerSmall h4 {
    color: #fff;
    margin-top: 13px;
    margin-left: 10px;
    font-size: 12px;
}

footer {
	background-color: #441553;
	color: #FFF;
}

footer .bottomText {
	background-color: #0d0856;
	color: #FFF;
}

footer .develpedBy,
footer .develpedBy a {
	color: #5baaf5;
}

.btn-primary {
	background: #441553;
	border-color: #441553;
	color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #641e7a;
}

a.btn-primary:hover {
	background: #007bff !important;
}

.btn-primary:active {
	background: #641e7a;
}

.home-box {
	background-color: #0d0856 !important;
	color: white !important;
}

.home-box .btn {
	background-color: #4797e9 !important;
	color: white !important;
}
.btn-primary {
    color: #fff;
    background-color: #4797e9 !important;
    border-color: #fff !important;
}

@keyframes rotation {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(359deg);
	}
}
@font-face {
	font-family: 'SolaimanLipi';
	src: url('https://bafsdjobs.apply.ac/Themes/EasyRecruitmentTheme/fonts/SolaimanLipi.eot');
	src: url('https://bafsdjobs.apply.ac/Themes/EasyRecruitmentTheme/fonts/SolaimanLipi.woff') format('woff'), url('https://bafsdjobs.apply.ac/Themes/EasyRecruitmentTheme/fonts/SolaimanLipi.ttf') format('truetype'), url('https://bafsdjobs.apply.ac/Themes/EasyRecruitmentTheme/fonts/SolaimanLipi.svg#SolaimanLipiNormal') format('svg'), url('https://bafsdjobs.apply.ac/Themes/EasyRecruitmentTheme/fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}