@font-face{
    font-family:"Noto Sans Bengali UI","Open Sans",san-serif;
    src: url('../fonts/NotoSansBengaliUI-Regular.ttf'),
}
@font-face {
    font-family: "SutonnyOMJ","Open Sans",san-serif;
    src: url('../fonts/SutonnyOMJ.ttf');
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
a:hover, a:visited, a{
	text-decoration: none;
}
/*header area*/
.top-header{
	background: #124c0c;
	position: fixed;
	width: 100%;
	z-index: 333;
}
.header-row{
	margin: 0;
	padding: 0;
}
.top-header img.logo{
	float: left;
	margin-top: 8px;
	/*margin-bottom: 30px;*/
	transition:all 0.7s ease 0s;
	-webkit-transition:all 0.7s ease 0s;
	-moz-transition:all 0.7s ease 0s;
	-o-transition:all 0.7s ease 0s;
	-ms-transition:all 0.7s ease 0s;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  transition:all 0.7s ease 0s;
	-webkit-transition:all 0.7s ease 0s;
	-moz-transition:all 0.7s ease 0s;
	-o-transition:all 0.7s ease 0s;
	-ms-transition:all 0.7s ease 0s;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 12px 20px;
	border-radius: 5px;
}
.navbar-default .navbar-nav>li>a:hover{
	text-decoration: underline;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #f58a1f !important;
}
/*banner area*/
.banner{
	background-position: center;
}
.banner-inner {
	background: url(../img/banner_inner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner h3{
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
    padding: 5px 0px;
}
.banner h1{
	font-size: 68px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.banner p{
	font-size: 18px;
	color: #fff;
}
.banner img{
	margin: 50px;
}
.banner button{
	width: 190px;
	height: 50px;
	font-size: 14px;
	color: #0b1016;
	background: #cfc91d;
	border-radius: 2px;
	border: 0px;
	font-weight: 800;
	margin-bottom: 205px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;

}
.banner button:hover{
	background: red;
	color: #fff;
}

.block_content {
	height: 180px; 
	font-size: 20px;
}

.block_content .top-text {
	font-family:"Noto Sans Bengali UI","Open Sans",san-serif;
	padding: 10% 0% 5%;
    color: #fff;
    font-size: 18px;
}

.block_content .bottom-text {
	font-family:'Roboto', sans-serif;
	color: #fff;
    font-size: 18px;
    margin-top: 5%;
}

.circle-block {
	border-radius: 50%;
	width: 60px;
    height: 60px;
    background: #fff;
    margin-left: 37%;
}

.circle-text {
	padding-top: 30%;
	font-weight: bolder;
}

.footer-content {
	color: #fff; 
	font-size: 12px; 
	margin-top: 3%;
}

.sidebarmenu {
	background: rgba(6, 120, 4, 0.85);
	min-height: 750px;
	margin-top: 56px;
}

.sidebarmenu ul {
	margin: 0px;
    padding: 15px 0px;
}

.sidebarmenu ul li{
	padding: 10% 5%;
	list-style-type: none;
	border-bottom: 1px solid #fff;
}

.sidebarmenu .active {
	background-color: #134f0d;
} 

.sidebarmenu .chapter_title {
	color: #fff;
	margin: 10px 0px;
}

.maincontent {
	background-color: #fffcc8;
	min-height: 500px;
    margin-top: 65px;
}

.maincontent .top-design {
	background-image: url("../img/top_design.png");
    background-repeat: repeat-x;
    height: 34px;
}

.maincontent .middle-content {
	min-height: 200px;
}

.maincontent .bottom-content {
	min-height: 50px;

}

.bangabandhu_content {
	padding: 1%;
}

.footer-content-inner {
	background: rgba(143,199,65, 0.85);
	min-height: 30px;

}

.footer-content-inner .copyright {
	margin-top: 1%;
    font-size: 12px;
    color: #000;
}

.yellow_button {
	background-color: #ffb50b;
    padding: 6% 19%;
    border-radius: 7px;
    box-shadow: 3px 3px 3px #888888;
    color: #000000;
    font-weight: 600;
}

.yellow_button:hover {
	color:#fff;
}

.yellow_button_anthem {
	background-color: #ffb50b;
    padding: 3% 11%;
    border-radius: 7px;
    box-shadow: 3px 3px 3px #888888;
    color: #000000;
    font-weight: 600;
}

.yellow_button_anthem:hover {
	color:#fff;
}

.pagetitle {

}
.pagetitle h2{
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}

.subjectitems {
	padding-top: 4%;
	text-align: center;
	margin: 0 -20px;
}
.subjectitems .subjectitem {
	display: inline-block;
	margin: 25px 18px;
	max-width: 160px;
}
.subjectitems .subjectitem .bookcover{
	margin-bottom: 20px;
	box-shadow: 2px 1px 20px 0px #222;
}

.subjectitems .subjectitem .button_read {
	display: inline-block;
	font-size: 14px;
	color: #000;
	background: #e2a30d;
	border-radius: 4px;
	border: 0 none;
	font-weight: 300;
	padding: 7px 25px;
	transition: all .3s ease .1s;
	box-shadow: 1px 2px 0 1px #6f5c17;
}
.subjectitems .subjectitem .button_read:hover{
	background: #48a742;
	box-shadow: 1px 2px 0 1px #124c0c;
}

#suchipotro td {
	padding: 5px;
}

.national-anthem {
	background: url('../img/anthem-background.png'); 
	height: 600px;
	background-size: cover;
}

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.national-anthem p {
	font-family: "SutonnyOMJ";
}

.bangladesh{
	    margin-left: 20%;		
  width:500px;
  height:300px;
  /*background-color:#006a4e;*/
  position:relative;
  border: 1px solid #000;
}
.bangladesh::after{
  content:"";
  top:50px;
  left:140px;
  position:absolute;
  width:200px;
  height:200px;
  border-radius:80%;
  /*background-color:#f42a41;*/
  border: 1px solid #000;
}

.bangladesh:hover{
	background-color:#006a4e;
	cursor: pointer;
}

.bangladesh:hover:after{
    background-color: #f42a41;
    cursor: pointer;
}

div.vertical-line{
      width: 2px; /* Line width */
      background-color: #00deff; /* Line color */
    }


/******************************
responsive area
********************************/
/* lg */ 
@media (min-width: 1200px) {
	
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.single-service{
		margin-bottom: 30px;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 12px 10px;
	}
	input.message {
	  width: 718px;
	}
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
	input.name {
	  margin-top: 55px;
	  width: 420px;
	}
	input.email{
		width: 420px;
	}
	input.message{
		width: 420px;
	}
	.banner h1 {
	  font-size: 60px;
	  letter-spacing: 3px;
	}
	.about-inside{
		padding: 10px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	.logo{
		margin-top: 10px;
	}
	input.name{
		margin-top: 55px;
		width: 275px;
	}
	input.email{
		width: 275px;
	}
	input.message{
		width: 275px;
	}
	.contact-form input.submit-btn{
		width: 200px;
		height: 50px;
		border:0;
	}
	.banner h1 {
		  font-size: 38px;
		  letter-spacing: 0px;
	}
	.navbar-header{
		margin-top: 5px !important;
	}
	.about-inside{
		padding: 0px;
	}
}
