/* Base CSS */
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 700;
}
html, body { height: 100%; }

a:hover { text-decoration: none; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* css starts here */
/*fonts*/
@font-face {
  font-family: 'SolaimanLipi';
  src: url('../fonts/SolaimanLipi.eot');
  src: url('../fonts/SolaimanLipi.woff') format('woff'),
       url('../fonts/SolaimanLipi.ttf') format('truetype'),
       url('../fonts/SolaimanLipi.svg#SolaimanLipiNormal') format('svg'),
       url('../fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0980-007F;
}
@font-face {
  font-family: Muli;
  src: url(../fonts/Muli-Regular.ttf) format("truetype");
  unicode-range: U+0020-09FF;
}
@font-face {
  font-family: 'Sutonny';
  src: url(../fonts/SUTOM___.TTF) format("truetype");
}

* {
  font-family: 'Muli', 'SolaimanLipi', sans-serif;
}

body {
	background: url("../images/pat3.png");
	background-repeat: repeat;
}
.top-menu li {
	list-style: none outside none;
}
.header {
	background-color: #114e0b;
}
.top-menu {
	float: right;
}

ul.top-menu li {
	display: inline-block;
	padding: 0 8px;
	margin-top: 8px;
	position: relative;
}
ul.top-menu li a {
	color: #fff;
	font-size: 16px;
}
ul.top-menu li a:hover, ul.top-menu li a:active, ul.top-menu li a:visited, ul.top-menu li a:focus  {
	text-decoration:none;
}
.header {
	padding: 10px 0;
}
.language {
	margin-top: 9px;
	position: relative;
	z-index: 1;
}
.language > a {
	background: none repeat scroll 0 0 #d4e7d3;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 7px;
	color: #193417;
}
ul.nav.navbar-nav {
	background: rgba(6, 120, 4, 0.85);
}
.mainmenu .nav.navbar-nav a {
	color: #fff;
	font-size: 12px;
	position: relative;
	text-align: left;
}
.nav.navbar-nav > li {
	width: 100%;
	max-width: 100%;
}
.nav.navbar-nav > li:after {
	background: none repeat scroll 0 0 #fff;
	content: "";
	height: 1px;
	left: 5%;
	position: absolute;
	width: 90%;
	z-index: 1;
}
.nav.navbar-nav > li:before {
	background: transparent;
	content: "\f0a8";
	left: 90%;
	top: 30%;
	position: absolute;
	z-index: 1;
	font-family: fontawesome;
	color: #fff;
	transition: .4s;
}
.nav.navbar-nav > li:hover:before, .nav.navbar-nav > li:active:before, .nav.navbar-nav > li:focus:before, .nav.navbar-nav > li.active:before {
	content: "\f0a9";
	transition: .4s;
}
.mainmenu .nav.navbar-nav > li:hover, .mainmenu .nav.navbar-nav > li.active, .mainmenu .nav.navbar-nav > li:focus, .mainmenu .nav.navbar-nav > li:active {
	background: #12510C;
}
.nav.navbar-nav a:hover, .nav.navbar-nav a:focus, .nav.navbar-nav a:active {
	/*  background-color: #11500C;*/
	background: transparent;
	color: #fff;
}
.mainmenu ul.nav.navbar-nav li a {
	width: 80%;
	max-width: 80%;
}

.breadcrumb ul {
	list-style: none outside none;
}
.breadcrumb ul li {
	display: inline-block;
	padding: 0 8px;
}
.breadcrumb {
	background-color: #fff;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.breadcrumb ul li:after {
	background: none repeat scroll 0 0 transparent;
	content: ">";
	padding-left: 5px;
	position: absolute;
}
.bradcrumb-area > li:last-child:after {
	display: none;
}

ul.bradcrumb-area > li i.fa-home {
	padding-right: 4px;
}

.main-content-box-top-portion h2 {
	color: #f5ab00;
	position: relative;
	text-transform: uppercase;
	padding-left: 30px;
}
.main-content-box-top-portion h2:after {
	content: "\f1c0";
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}
.dnld-button {
	background-color: #ffb50a;
	border: 1px solid #ffb50a;
	border-radius: 8px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	color: #000;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 1%;
	max-width: 48%;
	padding: 6px 20px;
	width: 50%;
	text-align: center;
}
.dnld-button i.fa-download{
	float: right;
	text-align: right;
	margin-top: 4px;
}

.large-button {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #27a84d;
	border-radius: 12px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color: #27a84d;
	float: left;
	margin: 6px 3px;
	max-width: 19.2%;
	padding: 4px 3px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 19.2%;
}
.showhover, .reveal-wrapper-shuni object, .reveal-wrapper-shuni.revealed img {
	display: none;
}
.reveal-wrapper-shuni.revealed object {
	display: block;
}
.large-button:hover, .large-button:active, .large-button:focus, .large-button.active {
	background: none repeat scroll 0 0 #27a84d;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
	color: #fff;
	transition: .3s;
	text-decoration: none;
}
.large-button:hover .large-button-text, .large-button:active .large-button-text, .large-button:focus .large-button-text, .large-button.active .large-button-text {
	color: #fff;
}
.large-button:hover .hidehover, .large-button:active .hidehover, .large-button:focus .hidehover, .large-button.active .hidehover {
	display: none;
}
.large-button:hover .showhover, .large-button:active .showhover, .large-button:focus .showhover, .large-button.active .showhover {
	display: inline-block;
	margin: 0 auto;
}
.large-button-text {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.large-button:hover > .large-button-text {
	color: #fff;
}

.status-container {
	background: #27A84D;
	color: #fff;
	margin: 10px 0;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}
.status-container h2 {
	font-size: 18px;
	padding: 5px 0 5px 10px;
	text-shadow: 0px 4px 2px rgba(0,0,0,.2);
}
.special-container {
	width: 100%;
	margin: 0 -15px;
	padding-left: -15px;
	padding-right: -15px;
}
/*
.navbar-collapse.collapse {
	background-color: rgba(6, 120, 4, 0.85);
}
*/
.navbar-collapse.special-nav {
	padding: 0px;
}

.main-content-box {
	background: none repeat scroll 0 0 #fff;
	padding: 10px 0 100px;
}

.main-content-box {
	background: none repeat scroll 0 0 #fff;
	padding: 10px 0 100px;
}
.read-more-button {
	margin-top: 10px;
	padding-bottom: 40px;
}
.read-more-button .dnld-button {
	font-size: 12px;
	padding: 5px 8px;
	width: 100%;
	display: block;
	max-width: 100%;
}

.progress-section {
	background: none repeat scroll 0 0 #fff;
	margin-top: 10px;
	padding: 10px 8px;
}
.paragraph-accordion h5.mb-0 {
	background: none repeat scroll 0 0 #27a84d;
	text-align: center;
	margin-bottom: 0px;
	padding: 12px 0px;
	border-bottom: 1px solid #eee;
	transition: .2s
}
h4.progress-text {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.special-accordion-button {
	color: #fff;
	font-size: 13px;
	transition: .2s
}
.paragraph-accordion h5.mb-0:hover, .paragraph-accordion h5.mb-0:active, .paragraph-accordion h5.mb-0:focus {
	background: #FFB50A;
	transition: .2s
}
.paragraph-accordion h5.mb-0:hover a.special-accordion-button {
	color: #000;
	transition: .2s;
	position: relative;

}
a.special-accordion-button:hover, a.special-accordion-button:active, a.special-accordion-button:focus {
	text-decoration: none;
	color: #000;
	transition: .2s
}
.paragraph-accordion h5.mb-0:hover a.special-accordion-button:after, .paragraph-accordion h5.mb-0:active a.special-accordion-button:after, .paragraph-accordion h5.mb-0:focus a.special-accordion-button:after, a.special-accordion-button.collapsed:after {
	content: "\f01a";
	position: absolute;
	background: transparent;
	z-index: 1;
	font-family: fontawesome;
	left: 100%;
	top: 0;

}

.card-block {
	background: none repeat scroll 0 0 #fff;
	padding: 10px 7px;
	text-align: center;
	border-left: 2px solid #27a84d;
	border-right: 2px solid #27a84d;
	margin-top: -1px;
}

ul.bradcrumb-area {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}
.main-content-tabs .nav.nav-tabs {
	margin: 0 15px;
}
.main-content-tabs ul.nav li a {
	font-size: 14px;
	padding: 5px 20px;
	margin: 0px;
	transition: .3s;
}

.main-content-tabs ul.nav li a:hover {
	background: #FFB50A;
	margin: 0px;
	transition: .3s;
}

.tab-content .tab-pane {
	*background: none repeat scroll 0 0 #f5f5f5;
	*margin: 0 15px;
	*padding: 30px 10px;
}
.main-content-tabs ul.nav li {
	border: 1px solid #49B566;
	margin-right: 1px;
}
.main-content-tabs ul.nav li a {
	color: #000;
}
.main-content-tabs ul.nav li.active {
	border-bottom: none;
}
.main-content-tabs ul.nav li.active a {
	background: #ffb50a none repeat scroll 0 0;
	border-bottom: 2px solid #FFB50A;
	border-radius: 0;
	margin: 0;
	color: #fff;
}

.progress-percent {
	padding: 18px 0;
}
.progress-percent img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
a.dnld-button:hover, a.dnld-button:focus, a.dnld-button:active {
	text-decoration: none;
	color: #fff;
	transition: .2s;
}
.main-content-box-top-portion h2 {
	font-size: 20px;
}
.main-content-box-top-portion {
	padding-bottom: 55px;
}
.mainmenu .special-nav .navbar-nav > li > a {
	padding-bottom: 5px;
	padding-top: 5px;
}
.mainmenu .special-nav .navbar-nav > li > a {
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.top-menu {
	cursor: pointer;
}
.header-menu {
	position: relative;
	z-index: 2;
}
#progress {
	width: 150px;
	height: 150px;
	position: relative;
	background: #EBE200;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
html{
	height: auto;
}
body{
	min-height: 100%;
}
.book-content {
	border-bottom: 1px solid #27a84d;
	border-left: 1px solid #27a84d;
	border-right: 1px solid #27a84d;
	margin-top: -15px;
}
.content-bangla, .bangla-font {
	font-family: 'SolaimanLipi';
	*font-size: 15px;
}
.bijoy-font {
	font-family: 'Sutonny';
	*font-size: 15px;
}
.book-content {
	padding: 10px;
}
.book-content > img.cover-photo {
	margin-bottom: 20px;
}
.tick-ques {
	padding-left: 15px;
	margin-top: 10px;
	color: #000;
}
.form-check.for-tic {
	padding-left: 25px;
	font-size: 13px;
}
@-webkit-keyframes sayeems {
	0% {left: 40%; opacity: 0;}
	100% {left: 2px; opacity: 1;}
}
@keyframes sayeems {
	0% {left: 40%; opacity: 0;}
	100% {left: 2px; opacity: 1;}
}
.answered .hideme {
	z-index: 111;
	animation: sayeems .3s normal forwards ease-in-out;
}
.hideme {
	position: relative;
	z-index: -111;
	opacity: 0;
}
.main-content-box-top-portion {
	padding-bottom: 15px;
}
.jumble-input-group {
	padding-left: 25px;
}
.jumble-input-group .input-group-addon{
	font-size: 12px;
}
.input-group .form-control.jumble-input{
	width: 70%;
	height: 26px;
}
.correct-answer.ques-wrapper, .fill-blanks {
	margin-top: 5px;
	padding-left: 25px;
}
.btn-to-reveal-ans {
	border-radius: 4px 0 0 4px;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 12px;
}
.reveal-wrapper {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #ccc #ccc #ccc -moz-use-text-color;
	border-image: none;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	font-size: 12px;
	height: 26px;
	line-height: 12px;
	margin-left: -4px;
	overflow: hidden;
	padding: 5px 12px;
	position: relative;
	border-radius: 0px 4px 4px 0px;
	opacity: 0;
	left: 30%;
}
.revealed .reveal-wrapper{
	opacity: 1;
	left: 0;
	top: 1px;
	transition: .3s;
	font-weight: bold;
}
.revealed .reveal-wrapper-small {
	opacity: 1;
	left: 5%;
	top: 20%;
	transition: .5s;
}
.reveal-wrapper-small{
	position: relative;
	opacity: 0;
	top: -10%;
	transition: .5s;
}

#blanks input {
	border: none;
	border-bottom: 1px solid #000;
	background: #f5f5f5;
}
.blank-underline {
	text-decoration: underline;
}
.text-bold {
	font-weight: bold;
}
.special-nav ul li:first-child {
	border-top: 1px solid #fff;
}

.for-border {
	-moz-border-bottom-colors: #27a84d;
	-moz-border-left-colors: #27A84D;
	-moz-border-right-colors: #27A84D;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	margin-top: -15px;
	padding-top: 15px;
}
/* code for animated blinking cursor */
.typed-cursor{
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/*end of cursor blinking*/
.read-button {
	margin-bottom: 25px;
}
.with-line-bg {
	background-image: url(images/line-2.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	/*  padding: 110px 0px;*/
	min-height: 400px;
}
.read-button.in-paragraph {
	left: 4px;
	position: absolute;
	top: 44%;
}
.in-paragraph .btn.btn-primary {
	border-radius: 50%;
	padding: 8px 20px;
}
.stay-put-paragraph {
	padding: 75px 60px 20px 115px;
}
.large-alphabet {
	font-size: 90px;
	vertical-align: middle;
}
.btn-xs.play-button {
	display: block;
	margin: 0 auto;
}
.lns-image {
	max-width: 70px;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
	transition: .5s;
}
.lns-image-container {
	height: auto;
	min-height: 108px;
	transition: .5s;
}
.lns-grow:hover .lns-image-container, .growme:hover img{
	transform: scale(1.2);
	transition: .5s;
}
.l-n-s span {
	color: #cb0100;
}
.l-n-s {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.fancybox-slider .fancybox-content {
	max-width: 1920px;
	max-height: 1080px !important;
	width: 80% !important;
	height: 80% !important;
}
.cl1-srtw .large-alphabet {
	font-size: 50px;
	float: left;
	width: 75%;
}
.book-content.listen-an-say {
	padding: 60px 0px;
}
.listen-an-say .play-button {
	background: #8c120f none repeat scroll 0 0;
	border: 1px solid #8c120f;
}
.listen-an-say {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,feecdd+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 49%, #feecdd 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 49%,#feecdd 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 49%,#feecdd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#feecdd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cl1-srtw, .parts {
	overflow: hidden;
}
.cl1-srtw .btn-to-reveal-ans {
	margin-top: 10%;
	border-radius: 4px;
}
.srtw-revealme {
	height: 0;
	left: 10%;
	position: relative;
	top: -80%;
	width: 0;
	transition: .5s;
	opacity: 0;
}
.revealed .srtw-revealme {
	top: 10px;
	opacity: 1;
	transition: .5s;
}

.c1swf{
	width: 100%;
	height: 400px;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary {
	background-color: #27A84D;
	border-color: #27A84D;
}
.btn-primary{
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.4);
	text-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.btn-primary:hover{
	box-shadow: 0 13px 8px -7px rgba(0, 0, 0, 0.4)
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.reveal-wrapper-shuni img, .reveal-wrapper-shuni object {
	margin: 20px auto;
}

.conv-subject {
	display: inline-block;
	max-width: 30%;
	vertical-align: top;
}
.conv-comment {
	display: inline-block;
	max-width: 70%;
	padding-left: 20px;
}
.poem, .caption {
	text-align: center;
	margin: 20px auto;
}
.caption .title {
	color: #008837;
}
.parts{
	position: relative;
}
.main-frame-container{
	width: 100%;
	transition: .3s;
}

.revealed .main-frame-container {
	width: 70%;
}
.sidenote-container {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	width: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	right: 0;
	top: 5%;
	transition: .3s;
	z-index: -100;
}
.revealed .sidenote-container {
	width: 30%;
	height: 100%;
	opacity: 1;
	transition: .3s;
	overflow-y: visible;
	z-index: 100;
}
.sidenote-content {
	padding: 15px 8px;
}
.chapter-cover {
	display: block;
	margin: 5px auto;
}
.topic-link {
	display: block;
	margin-left: 8%;
	padding: 2px 0px;
	border-top: 1px solid #fff;
	padding-left: 5px;
}
.sidenote-container {
	background: rgba(39, 168, 77, 0.2) none repeat scroll 0 0;
	border-left: 1px solid #27a84d;
	border-radius: 20px 0 0;
	border-top: 1px solid #27a84d;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5%;
	transition: all 0.3s ease 0s;
	width: 0;
	z-index: -100;
}

.okkhor {
	border: 1px solid #bbb;
	float: left;
	margin: 0 auto;
	max-width: 25%;
	min-height: 100px;
	min-width: 25%;
	text-align: center;
}
.okkhor > img {
	cursor: move;
	max-width: 90px;
	max-height: 90px;
}
.place-okkhor {
	border: 1px dashed #27a84d;
	max-height: 100px;
	max-width: 14.2%;
	min-height: 100px;
	min-width: 14%;
	float: left;
	margin: 0 auto;
	overflow: hidden;
}
.w-border-d {
	border: 1px dashed #bbb;
}
.w-border {
	border: 1px solid #27A84D;
}
.one,.two {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}
.min-h-w {
	min-height: 103px;
	min-width: 24%;
}
.draghere.w-border > img, .w-border-d > img {
	max-width: 90px;
	margin: 0 auto;
	display: block;
}
.growme img{
	transition: .5s;
}
.growthis{
	transition: .5s;
}
.growchild:hover .growthis{
	transform: scale(1.3);
	transition: .5s;
}
.mybox {
	border: 2px dashed #27a84d;
	max-width: 100px;
	min-height: 100px;
	transition: all 1s ease 0s;
	margin: 0 auto;
}
.mybox.myborder {
	border: 2px solid #27A84D;
	transition: 3s;
}
.hidden-content {
	text-align: center;
	font-size: 0px;
	opacity: 0;
	transition: .5s;
}
.revealed h2{
	opacity: 1;
	font-size: 74px;
	transition: .5s;
}
#correct, #incorrect {
	background-color: rgba(255, 181, 10, 0.9);
	border: 2px solid #ffb50a;
	border-radius: 50%;
	height: 200px;
	left: 42%;
	position: fixed;
	top: 20%;
	width: 200px;
	z-index: 1000;
}
.top-sign .fa {
	border-bottom: 4px solid #27a84d;
	color: #27a84d;
	display: block;
	font-size: 70px;
	margin: 0 auto;
	padding-bottom: 8px;
	text-align: center;
	text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
}
.bottom-text p {
	color: #fff;
	font-size: 30px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
}
#incorrect > .top-sign .fa{
	color: red;
	border-bottom: 2px solid red;
}
span.large-button-text {
	padding-top: 5px;
	display: block;
}
.parthokko-image img {
	display: block;
	margin: 0 auto;
	max-height: 135px;
	max-width: 200px;
	text-align: center;
}
.rabbit, .turtle {
	min-width: 97px;
}
.rabbit:hover, .turtle:hover {
	cursor: pointer;
}
.round-pointer-left, .round-pointer-right {
	border: 1px solid #bbb;
	border-radius: 50%;
	height: 10px;
	position: absolute;
	top: 40%;
	width: 10px;
}
.round-pointer-right {
	left: 100%;
}
.round-pointer-left {
	right: 100%;
}
.answer-container {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
}
.answer-container:hover {
	background-color: #fff;
	transition: .4s;
}
.fullformobile {
	margin-top: 15px;
}
.add-bg {
	background-color: rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
}
.answer-container img {
	display: block;
	margin: 0 auto;
	max-width: 25%;
}
.rabbit, .turtle {
	margin-top: 340%;
}
.mainmenu{
/*overflow-y: scroll;*/
}

/*---------------*/
/* ADDED BY KAFI */
/*---------------*/
.bangla-bg {
	/*background: #e2f1fc;
	background: -webkit-linear-gradient(#e2f1fc, #c4dbf2);
	background: -o-linear-gradient(#e2f1fc, #c4dbf2);
	background: -moz-linear-gradient(#e2f1fc, #c4dbf2);
	background: linear-gradient(#e2f1fc, #c4dbf2);*/
}
.grow { 
	transition: all .4s ease-in-out; 
}
.grow:hover { 
	transform: scale(1.2); 
}
.dragme, .cloneme {
	cursor: move;
}
.grayscale {
	filter: grayscale(100%);
}
.border {
	border: thin solid black;
}
.listen-an-say {
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 49%, #feecdd 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 49%,#feecdd 100%);
	background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 49%,#feecdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#feecdd',GradientType=1 );
}
.font-menu * {
	vertical-align: top;
}
.font-menu {
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	right: 25px;
	vertical-align: top;
	border-radius: 5px;
	height: 38px;
	box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.08), 0 2px 3px 0 rgba(1, 1, 1, 0.08);
	-moz-box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.08), 0 2px 3px 0 rgba(1, 1, 1, 0.08);
	-webkit-box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.08), 0 2px 3px 0 rgba(1, 1, 1, 0.08);
}
.font-menu button:focus {
	outline: none;
}
.font-menu button {
	font-size: 18px;
	background-color: white; 
	border: thin solid lightgray; 
	border-radius: 3px; 
	padding: 5px 10px; 
	margin-bottom: 10px;
	padding: 6px 20px 4px 10px;
	border-radius: 0;
	color: gray;
	height: 38px;
	overflow: hidden;
}
.font-menu span {
	position: absolute;
	margin-top: -7px;
	margin-left: 2px;
}
.font-menu button:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: none;
}
.font-menu button:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left: none;
}
.bangla-nav .content-bangla, .large-button-container .content-bangla {
	font-size: 15px;
}
.growme, .name_me {
	cursor: pointer;
}
.is_ques_bn {
	cursor: pointer;
}
.is_ques_bn img {
	transition: all .4s ease-in-out; 
}
.is_ques_bn img:hover {
	transform: scale(1.2); 
}
.is_ans_bn {
	display: none;
}
.is_ans_bn span {
	line-height: 1;
	padding: 5px 20px;
	border: 3px solid green;
	border-radius: 10px;
	background-color: rgba(0, 128, 0, 0.1);
}
.tool-tip {
	position: absolute;
	margin-top: -45px;
	z-index: 1;
	width: auto;
	display: inline-block;
	color: white;
	background-color: #4d4d4d;
	border-radius: 5px;
	padding: 5px 10px;
}
.tool-tip, .tool-tip * {
	color: white !important;
	font-family: 'Roboto', 'SolaimanLipi', 'Muli', sans-serif;
	font-size: 13px;
	-webkit-text-fill-color: white;
}
.tool-tip:after {
	content: '';
	position: absolute;
	display: block;
	color: transparent;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #4d4d4d;
}
.animated-grad {
	text-align: center;
	/*background: -webkit-linear-gradient(left, #006600 20%, #007F00 40%, #007F00 60%, #006600 80%);*/
	/*background: linear-gradient(to right, #006600 20%, #007F00 40%, #007F00 60%, #006600 80%);*/
	background: -webkit-linear-gradient(left, rgba(117,137,12,1) 20%, rgba(155,168,74,1)  40%, rgba(155,168,74,1)  60%, rgba(117,137,12,1) 80%);
	background: linear-gradient(to right, rgba(117,137,12,1) 20%, rgba(155,168,74,1)  40%, rgba(155,168,74,1)  60%, rgba(117,137,12,1) 80%);
	background-size: 200% auto;
	color: #000;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: grad-animation 2s linear infinite;
	animation: grad-animation 2s linear infinite;
	padding-left: 2px;
}
@-webkit-keyframes grad-animation {
	to {
		background-position: -200% center;
	}
}
@keyframes grad-animation {
	to {
		background-position: -200% center;
	}
}
.box-left, .box-right {
	cursor: pointer;
}
.disabled_button img {
  filter: grayscale(1);
  opacity: 0.3;
}
.disabled_button {
  background: rgba(100, 100, 255, 0.2) none repeat scroll 0 0;
  border: 1px solid #bbb;
  color: #bbb;
  pointer-events: none;
}
.disabled_button span.large-button-text {
  color: #bbb;
}
/*.large-button[href^="#"] {
    display: none !important;
}*/
.content-header {
	font-size: 24px;
	/*color: #FF1493;*/
	color: #1dafec;
	background-color: transparent !important;
}
.type-it {
    outline: none;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 18px;
    border: none;
    box-shadow: 2px 2px 5px gray;
}
.grad-1 {
	background: #6c757d;
    background: -webkit-linear-gradient(left, #6c757d , #2cc05a);
    background: -o-linear-gradient(right, #6c757d, #2cc05a);
    background: -moz-linear-gradient(right, #6c757d, #2cc05a);
    background: linear-gradient(to right, #6c757d , #2cc05a);
}
.grad-2 {
	background: #00c7aa;
    background: -webkit-linear-gradient(left, #00c7aa , #18b6c2);
    background: -o-linear-gradient(right, #00c7aa, #18b6c2);
    background: -moz-linear-gradient(right, #00c7aa, #18b6c2);
    background: linear-gradient(to right, #00c7aa , #18b6c2);
}
.grad-3 {
	background: #4DD0E1;
    background: -webkit-linear-gradient(left, #4DD0E1 , rgb(168,203,256));
    background: -o-linear-gradient(right, #4DD0E1, rgb(168,203,256));
    background: -moz-linear-gradient(right, #4DD0E1, rgb(168,203,256));
    background: linear-gradient(to right, #4DD0E1 , rgb(168,203,256));
}
.grad-4 {
	background: #A5D6A7;
    background: -webkit-linear-gradient(left, #A5D6A7 , #90CAF9);
    background: -o-linear-gradient(right, #A5D6A7, #90CAF9);
    background: -moz-linear-gradient(right, #A5D6A7, #90CAF9);
    background: linear-gradient(to right, #A5D6A7 , #90CAF9);
}
.grad-5 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e96c7+0,21ab93+100 */
	background: #6e96c7; /* Old browsers */
	background: -moz-linear-gradient(45deg, #6e96c7 0%, #21ab93 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #6e96c7 0%,#21ab93 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #6e96c7 0%,#21ab93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e96c7', endColorstr='#21ab93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.grad-6 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#219497+0,24cd8c+100 */
	background: #219497; /* Old browsers */
	background: -moz-linear-gradient(45deg, #219497 0%, #24cd8c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #219497 0%,#24cd8c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #219497 0%,#24cd8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219497', endColorstr='#24cd8c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.t-center {
	text-align: center;
}
.tight {
	padding: 0;
}
.light-grad {
  background: rgba(255,255,255,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.light-grad-2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+91,ededed+99 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 91%, #ededed 99%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 91%,#ededed 99%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 0%,#e5e5e5 91%,#ededed 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.light-grad-3 {
	background: rgba(245,241,210,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(245,241,210,1) 0%, rgba(160,212,174,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(245,241,210,1)), color-stop(100%, rgba(160,212,174,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(245,241,210,1) 0%, rgba(160,212,174,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(245,241,210,1) 0%, rgba(160,212,174,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(245,241,210,1) 0%, rgba(160,212,174,1) 100%);
    background: radial-gradient(ellipse at center, rgba(245,241,210,1) 0%, rgba(160,212,174,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f1d2', endColorstr='#a0d4ae', GradientType=1 );
}

.light-grad-4 {
    background:
        linear-gradient(
            limegreen,
            transparent
        ),
        linear-gradient(
            90deg,
            skyblue,
            transparent
        ),
        linear-gradient(
            -90deg,
            coral,
            transparent
        );
        
    background-blend-mode: screen;
}
.nobreak {
  white-space: nowrap;
}
.inline {
	display: inline-block;
}
/* SAJAI */
.elomelo, .elomelo * {
    vertical-align: top;
}
.elomelo * {
    font-family: 'SolaimanLipi';
    font-size: 22px;
}
.sajai { 
    margin: 0; 
    padding: 0; 
    display: inline-block;
    width: calc(100% - 50px);
}
.sajai p {
    width: 100%;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: move;
    border: thin solid rgba(1, 1, 1, 0.03);
    background-color: rgba(1, 1, 1, 0.05);
    height: 43px;
    margin-bottom: 5px;
}
.sajai-serial {
    display: inline-block;
    margin-right: 2px;
}
.sajai-serial p {
	margin-bottom: 5px;
    height: 43px !important;
    width: 43px !important;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    cursor: move;
    *border: thin solid rgba(1, 1, 1, 0.2);
    background-color: rgba(1, 1, 1, 0.2);
    color: black;
}
.reset-tab {
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    color: white;
    font-size: 22px;
    outline: none;
    box-shadow: 3px 3px 2px rgba(1, 1, 1, 0.2);
    transition: 0.3s;
}
.reset-tab:hover {
    transform: scale(1.1);
}
.dragme {
	color: green !important;
	text-shadow: 1px 1px white;
}
.fix-to-top {
    top: 10px;
    position: fixed;
    z-index: 99999999;
}
.showme {
    display: none;
}



.grad-7{background:#16A085;background:-webkit-linear-gradient(to right,#F4D03F,#16A085);background:linear-gradient(to right,#F4D03F,#16A085)}.grad-8{background:#348F50;background:-webkit-linear-gradient(to right,#56B4D3,#348F50);background:linear-gradient(to right,#56B4D3,#348F50)}.grad-9{background:#e9d362;background:-webkit-linear-gradient(to right,#333,#e9d362);background:linear-gradient(to right,#333,#e9d362)}.grad-10{background:#556270;background:-webkit-linear-gradient(to right,#FF6B6B,#556270);background:linear-gradient(to right,#FF6B6B,#556270)}.grad-11{background:rgba(30,65,66,1);background:-moz-linear-gradient(45deg,rgba(30,65,66,1) 0,rgba(0,255,157,1) 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,rgba(30,65,66,1)),color-stop(100%,rgba(0,255,157,1)));background:-webkit-linear-gradient(45deg,rgba(30,65,66,1) 0,rgba(0,255,157,1) 100%);background:-o-linear-gradient(45deg,rgba(30,65,66,1) 0,rgba(0,255,157,1) 100%);background:-ms-linear-gradient(45deg,rgba(30,65,66,1) 0,rgba(0,255,157,1) 100%);background:linear-gradient(45deg,rgba(30,65,66,1) 0,rgba(0,255,157,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4142', endColorstr='#00ff9d', GradientType=1 )}.grad-12{background:rgba(158,145,199,1);background:-moz-linear-gradient(45deg,rgba(158,145,199,1) 0,rgba(255,255,135,.88) 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,rgba(158,145,199,1)),color-stop(100%,rgba(255,255,135,.88)));background:-webkit-linear-gradient(45deg,rgba(158,145,199,1) 0,rgba(255,255,135,.88) 100%);background:-o-linear-gradient(45deg,rgba(158,145,199,1) 0,rgba(255,255,135,.88) 100%);background:-ms-linear-gradient(45deg,rgba(158,145,199,1) 0,rgba(255,255,135,.88) 100%);background:linear-gradient(45deg,rgba(158,145,199,1) 0,rgba(255,255,135,.88) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e91c7', endColorstr='#ffff87', GradientType=1 )}.grad-13{background:rgba(158,145,199,1);background:-moz-linear-gradient(45deg,rgba(158,145,199,1) 0,rgba(150,150,93,1) 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,rgba(158,145,199,1)),color-stop(100%,rgba(150,150,93,1)));background:-webkit-linear-gradient(45deg,rgba(158,145,199,1) 0,rgba(150,150,93,1) 100%);background:-o-linear-gradient(45deg,rgba(158,145,199,1) 0,rgba(150,150,93,1) 100%);background:-ms-linear-gradient(45deg,rgba(158,145,199,1) 0,rgba(150,150,93,1) 100%);background:linear-gradient(45deg,rgba(158,145,199,1) 0,rgba(150,150,93,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e91c7', endColorstr='#96965d', GradientType=1 )}.grad-14{background:rgba(62,50,99,1);background:-moz-linear-gradient(45deg,rgba(62,50,99,1) 0,rgba(255,255,135,.88) 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,rgba(62,50,99,1)),color-stop(100%,rgba(255,255,135,.88)));background:-webkit-linear-gradient(45deg,rgba(62,50,99,1) 0,rgba(255,255,135,.88) 100%);background:-o-linear-gradient(45deg,rgba(62,50,99,1) 0,rgba(255,255,135,.88) 100%);background:-ms-linear-gradient(45deg,rgba(62,50,99,1) 0,rgba(255,255,135,.88) 100%);background:linear-gradient(45deg,rgba(62,50,99,1) 0,rgba(255,255,135,.88) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3263', endColorstr='#ffff87', GradientType=1 )}.grad-15{background:rgba(135,255,135,1);background:-moz-linear-gradient(45deg,rgba(135,255,135,1) 0,rgba(82,82,75,.91) 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,rgba(135,255,135,1)),color-stop(100%,rgba(82,82,75,.91)));background:-webkit-linear-gradient(45deg,rgba(135,255,135,1) 0,rgba(82,82,75,.91) 100%);background:-o-linear-gradient(45deg,rgba(135,255,135,1) 0,rgba(82,82,75,.91) 100%);background:-ms-linear-gradient(45deg,rgba(135,255,135,1) 0,rgba(82,82,75,.91) 100%);background:linear-gradient(45deg,rgba(135,255,135,1) 0,rgba(82,82,75,.91) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87ff87', endColorstr='#52524b', GradientType=1 )}.grad-16{background:rgba(184,45,110,1);background:-moz-linear-gradient(top,rgba(184,45,110,1) 0,rgba(91,7,97,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0,rgba(184,45,110,1)),color-stop(100%,rgba(91,7,97,1)));background:-webkit-linear-gradient(top,rgba(184,45,110,1) 0,rgba(91,7,97,1) 100%);background:-o-linear-gradient(top,rgba(184,45,110,1) 0,rgba(91,7,97,1) 100%);background:-ms-linear-gradient(top,rgba(184,45,110,1) 0,rgba(91,7,97,1) 100%);background:linear-gradient(to bottom,rgba(184,45,110,1) 0,rgba(91,7,97,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82d6e', endColorstr='#5b0761', GradientType=0 )}.grad-17{background:#219497;background:-moz-linear-gradient(45deg,#219497 0,#24cd8c 100%);background:-webkit-linear-gradient(45deg,#219497 0,#24cd8c 100%);background:linear-gradient(45deg,#219497 0,#24cd8c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#219497', endColorstr='#24cd8c', GradientType=1 )}.grad-18{background:rgba(33,147,151,1);background:-moz-linear-gradient(45deg,rgba(33,147,151,1) 0,rgba(36,206,141,.92) 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,rgba(33,147,151,1)),color-stop(100%,rgba(36,206,141,.92)));background:-webkit-linear-gradient(45deg,rgba(33,147,151,1) 0,rgba(36,206,141,.92) 100%);background:-o-linear-gradient(45deg,rgba(33,147,151,1) 0,rgba(36,206,141,.92) 100%);background:-ms-linear-gradient(45deg,rgba(33,147,151,1) 0,rgba(36,206,141,.92) 100%);background:linear-gradient(45deg,rgba(33,147,151,1) 0,rgba(36,206,141,.92) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#219397', endColorstr='#24ce8d', GradientType=1 )}.grad-19{background:#FF4E50;background:-webkit-linear-gradient(to right,#F9D423,#FF4E50);background:linear-gradient(to right,#F9D423,#FF4E50)}.grad-20{background:#00467F;background:-webkit-linear-gradient(to right,#A5CC82,#00467F);background:linear-gradient(to right,#A5CC82,#00467F)}.grad-21{background:#e52d27;background:-webkit-linear-gradient(to right,#b31217,#e52d27);background:linear-gradient(to right,#b31217,#e52d27)}.plain-1{background-color:#fcc027;box-shadow:0 10px #ba6006}.plain-2{background-color:#e91d24;box-shadow:0 10px #670d11}.plain-3{background-color:#42931d;box-shadow:0 10px #224212}.plain-4{background-color:#3080cd;box-shadow:0 10px #1c558c}.plain-5{background-color:#eeeff0;box-shadow:0 10px #a2a2a2}
.vertical-middle {
    display: flex;
    align-items: center;
}


.btn-to-reveal-ans {
    outline: none !important;
}
.main-content-tabs, .main-content-tabs * {
	font-weight: normal !important;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}