<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-div img{
	width: 100%;
}
.all-exam-links {

}
.all-exam-outer-div {
    width: 250px;
    height: 90px;
    background: #a7a7a7;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    background: linear-gradient(-45deg, #3457db, #11932a, #9b7215, #c13727);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}
.all-exam-outer-div:hover{
 	box-shadow: 5px 5px 30px 2px;
 }

.exam-link-flex-direction {
    display: flex;
}
img.exam-image {
    width: 40px;
}

.all-exam-text-div {
    margin-left: 20px;
    text-align: center;
}
.exam-icon-div a {
    text-decoration: none;
    font-size: 18px;
    color: black;
    font-weight: bold;
    color: #fff;
    font-family: Bookman, URW Bookman L, serif

}
.all-exam-text-div{
	font-family: Bookman, URW Bookman L, serif
}
.all-exam-text-div h2{
	font-size: 20px;
	color: #fff !important;
}
.all-class-book-images {
    text-align: center;
}
.all-class-book-images img{
	max-width: 600px;
	height: auto;
	padding: 20px;
}



.academic-feature-div{
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}
.academic-feature-div h2{
	display: inline-block;
	padding: 5px 15px;
	margin: 0;
	font-family: "Tiro Bangla", serif;
  	font-weight: 400;
  	font-size: 40px;
  	background: linear-gradient(-135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
.job-question-bank-feature-div{
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}
.job-question-bank-feature-div h2{
	display: inline-block;
	padding: 5px 50px;
	margin: 0;
	font-family: "Tiro Bangla", serif;
  	font-weight: 400;
  	font-size: 40px;
  	background: linear-gradient(-135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.class-subject-wrap{

}
.academic-books-wrap{
	width: 258px;
	height: 122px;
	padding: 10px;
	margin: 5px;
	background: linear-gradient(118deg, #06fff6, #e73c7e, #23d539, #2723d5);
	display: flex;
	font-family: "Tiro Bangla", serif;
	animation: gradient2 10s ease infinite;
}
@keyframes gradient2 {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.academic-books-wrap h2{
	font-size: 20px;
	color: #fff;
}
.academic-books-wrap p{
	font-size: 17px;
}
.all-class-book-images{
	width: 100px;
}
.all-class-book-images img{
	width: 100%;
	padding: 5px !important;
}
.book-class-name{
	text-align: center;
}
.job-question-bank{

}

.question-bank-wrap{
	width: 300px;
	display: flex;
	background: linear-gradient(118deg, #00fff6, #e73cdd, #466dc5, #c7c30a);
	padding: 10px;
	margin: 5px;
}
.question-bank-image{
	width: 120px;
}
.question-bank-image img{
	width: 100%;
}
.question-bank-details{
	width: 180px;
	text-align: center;
}
.question-bank-details h2{
	font-family: "Tiro Bangla", serif;
	font-size: 20px !important;
	color: #fff;
	text-align: center;
}
.question-bank-details p{
	text-align: center;
	font-size: 17px !important;
	font-family: "Tiro Bangla", serif;
}

.job-book-feature-div{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.job-book-feature-div h2{
	display: inline-block;
	padding: 5px 15px;
	margin: 0;
	font-family: "Tiro Bangla", serif;
  	font-weight: 400;
  	font-size: 40px;
  	background: linear-gradient(-135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
.job-preparation-book{

}

.job-preparation-book-wrap{
	width: 300px;
	height: 105px;
	display: flex;
	background: linear-gradient(118deg, #ff8f00, #e73cdd, #466dc5, #c7c30a);
	padding: 10px;
	margin: 5px;
}
.job-preparation-book-image{
	width: 120px;
}
.job-preparation-book-image img{
	width: 100%;
}
.job-preparation-book-details{
	width: 180px;
}
.job-preparation-book-details h2{
	font-family: "Tiro Bangla", serif;
	font-size: 20px !important;
	color: #fff;
	text-align: center;
}
.job-preparation-book-details p{
	text-align: center;
	font-size: 17px !important;
	font-family: "Tiro Bangla", serif;
}
</pre></body></html>