/* Add here all your CSS customizations */

body{
	/*font-family: "siyam_rupaliregular";*/
	font-family: 'solaimanlipinormal';
    font-size: 15px;
    line-height: 22px;
	background:#EFEFEF;
	text-align: left;
}
/*#header,
#footer{
	-webkit-box-shadow: inset -2px -17px 111px -57px rgba(255,255,255,1);
	-moz-box-shadow: inset -2px -17px 111px -57px rgba(255,255,255,1);
	box-shadow: inset -2px -17px 111px -57px rgba(255,255,255,1);
}*/
h1 .schoolTitle{
	color:#fff;
	line-height:40px;
	font-size:36px;
	margin-top:20px;
}
.schoolTitleEn{display:block; font-size:16px; padding-top:0; float:none}
a:hover{text-decoration:none}

.logo img{margin-bottom:0px; max-width:100px; min-width:90px; min-height:90px; max-height:80px}
.search{float:right; padding-top:5px; width:auto; position:absolute; right:0; top:0;}
.navbutton{
	display:none;
	width:px;
	height:px;
	position:absolute;
	right:0;
	top:0;
}

.einwrap{
	text-align:left;
	padding-right:0px;
	padding-top:25px;
	font-size:13px;
	line-height:30px;
	position:absolute;
	right:0px;
	top:15px;
}

.einwrap span{display:block; text-align:right}
.search nav{float:left; margin-right:-15px}
.nav-top{float:right; position:relative; z-index:10}

.nav-top > li  {
	line-height:22px;
	font-size:13px;
	padding:0;
	margin:0 0 0 10px;
}
.nav-top  > li >  a{
	color:#8ab5d6; line-height:22px;
	font-size:13px; float:left;
}

.nav-top > li > a:hover{color:#0088CC}

.navcontainner{
	padding:0 0 0px;
	margin:20px 0 0;
	position:relative;
	width:100%;
	background:#004884;
	display:block;
}

.mainContainer{margin-top:15px}
.mainmenu{
	padding:0;
	list-style:none;
	background:none;
}
.mainmenu li{
	float:left;
	padding:0;
	margin:0;
	position:relative
}
.commonPage{min-height:300px;text-align: justify;}
nav a {
	position: relative;
	display: inline-block;
	margin: 2px 0px;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	text-align:center;
	line-height:26px;
	font-size:18px;	
}

nav a:hover,
nav a:focus {
	outline: none;
	color:#fecd0b;
	text-decoration:none
}

/* Effect 14: border switch */
.cl-effect-1 a {
	padding: 0px;
	height: 44px;
	line-height: 44px;
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
	position: absolute;
	width: 44px;
	height: 2px;
	background: #fecd0b;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-1 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-1 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
	color:#fecd0b;
}

.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}
.submenu{
	position:absolute; left:0; top:48px; background:#003a6a ; z-index:50000;
	/*-webkit-border-radius: 0px  6px 6px 6px;
	-moz-border-radius:  0px  6px 6px 6px;
	border-radius:  0px  6px 6px 6px;*/
	min-width:220px;
	max-width:280px;
	padding:0; margin:0;
	display:none;
}

.submenu li{display:block; text-align:left; width:100% !important}
.submenu li a{padding-left:15px; font-weight:400; border-bottom:1px solid #004884; display:block; text-align:left; margin:0}
.submenu li:first-child a:hover,
.submenu .submenu li:first-child a:hover{
	-webkit-border-radius: 0px  6px 0px 0px;
	-moz-border-radius:  0px  6px 0px 0px;
	border-radius:  0px  6px 0px 0px;
}
.submenu li:last-child a{border-bottom:none}
.submenu li:last-child a:hover,
.submenu .submenu li:last-child  a:hover{
	-webkit-border-radius: 0px  0px 6px 6px;
	-moz-border-radius:  0px  0px 6px 6px;
	border-radius:  0px  0px 6px 6px;
}
.submenu .submenu li:last-child a{border-bottom:none}


.submenu .submenu{left:220px; top:-5px}
.submenu .cl-effect-1 a::before, .submenu .cl-effect-1 a::after{display:none}

#footer{background:#004884; border-top:5px solid #fecd0b; padding-top:10px}

#footer, #footer a{color:#fff}

#header{color:#fff}

#header .container{position:relative; padding:5px 0 0px}

#header .navcontainner .container{padding:0px 0 0px; border-top:1px solid #00569d}

.footer-copyright .container{padding:30px 0 20px; margin-top:30px}

.search .nav-top{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
.search .nav-top li,
.footer-copyright ul li{float:left;}

.search .nav-top li:not(:last-child)::after,
.footer-copyright ul li:not(:last-child)::after{
	content: "|";
    padding: 0 8px;
	color:#fff;
}

.footer-copyright ul{list-style:none; float:right}


/*----------Slides------------*/
.slides::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.slides li{position:relative; max-width:768px; min-width:100%}

.slides li img{max-width:768px !important}

.main-slideshow{background:#ccc; margin-top:10px;}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.banerwrap{padding-left:0; padding-right:0}
.main-slideshow{padding:6px; position:relative}
.slider-caption{
	position:absolute;
	left:6px;
	bottom:6px;
	padding:5px;
	background-color: rgba(0, 0, 0, 0.6);
	color:#fff;
}
.slider-caption h2{padding:0; margin:0; color:#fff; padding:6px 10px; line-height:24px; font-size:22px}
.slider-caption p{color:#a7aaac; padding:6px 10px;}

.newspartwrap{position:relative}
.newspartwrap .newsTag{
	padding:8px 0;
	margin:0;
	float:left;
	line-height:24px;
	font-size:16px;
	width:auto;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.94);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.94);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.94);
}
.newspartwrap span{
	float:left;
	line-height:26px;
	font-size:16px;
	padding:7px;
	background:#fecd0b;
	position:absolute;
	left:0; 
	top:0;
	font-weight:bold
}
.einwrap span.schoolinnumm{font-size:18px}

/*----------------*/

/* Adil Hasan*/
.teacherVoice{margin-top:10px; text-align:justify}
.teacherVoice h3{padding: 0px ;margin:0; line-height:17px; font-size:20px}
.teacherVoice img{margin-right:10px}
teacherVoice p{padding-top: 5px}
.sideBar{padding-right:0;padding-top: 10px}
.historyPart .col-md-4{padding-right:0}
.historyPart .col-md-4:last-child{padding-right:0px}

.historyPart .col-md-4:first-child{padding-left:0 !important}

.historyPart .panel{min-height:371px}
ul.noticeBoard{padding:0}
.commonPage .blogRow{
	border-bottom:1px solid #ccc;
	padding-bottom:4px
}
.commonPage .blogRow:last-child{border-bottom:none}
ul.noticeBoard1{min-height:200px}
ul.noticeBoard li {
  overflow: hidden;
  padding-bottom: 8px;
  width: 100%;
}
.noticeBoard a{
    display: table;
    height: 50px;
}

.noticeinner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.dateWrapper {
    float: left;
    height: 50px;
    margin-right: 8px;
    width: 55px;
}
.datecontent {
  background: #428bca none repeat scroll 0 0;
  border-bottom: 1px solid #1b609b;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 100%;
}
.monthcontent {
  background: #003a6a none repeat scroll 0 0;
  border-bottom: medium none;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #fff;
  color: #fff;
}
.calenDer iframe{width:100%}

.teacherInfo{position:relative}
.teacherInfo img:hover{
	filter: grayscale(50%);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
}
.teacherInfo .user-info{
	display:inline-block;
	background:rgba(0,0,0,0.6);
	color:#fecd0b;
	padding:1px 3px;
	font-size:14px;
	line-height:18px;
	position:absolute;
	bottom:20px;
	left:22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
.teacherInfo{padding:10px}
.commonPage h2{padding:0;
	margin:0;
	font-size:28px;
	line-height:34px
}

.singleTeacher ul{
	list-style:none;
	padding:0
}
.singleTeacher ul li{
	font-size:16px;
	line-height:20px;
	padding:3px 5px;
}
.singleTeacher ul li strong{font-weight:normal}
.singleTeacher ul li:nth-child(2n+1){background: #F5F5F5}
.singleTeacher ul{list-style:none}
a.othersUser{
	display:block;
	padding:5px
}
a.othersUser:nth-child(2n+1){background: #F5F5F5}
a.othersUser .glyphicon{
	display:inline-block;
	padding-right:10px
}
.navBtn{display:none}
.historywrap{min-height:411px;text-align:justify}
#footer,.teacherInfo {text-align:left}
#footer h4 a {
	margin:0 5px;
	display:inline-block;
}
#footer h4 a i{font-size:24px;}
#footer h4 a:hover i{color:#FECD0B}
.teacherVoice .panel-body{height:363px; overflow:auto}

.sideBar .panel-primary:last-child{min-height:370px}
/*-----------responsive--------*/
ul.noticeBoard li,ul.noticeBoard {list-style:none}
.newspartwrap .newsTag{width:100%}
.newspartwrap span{z-index:9}
ul.slides li{display:none}
ul.slides li:first-child{display:block}
.singlestdInfo td{width:25% !important}
.allCMn table{
	width: 80%;
	text-align: center;
	margin: 0 auto
}
.allCMn table,
.allCMn table tr,
.allCMn table td{border:1px solid #000;}
.border-box{
	border:1px solid #003a6a;
		padding: 20px 0;
		border-radius: 5px;
		background: #efefef
}
.border-box .btn-info{background: #003a6a}
@media (max-width: 1024px){
	.historywrap{min-height:335px; max-height:335px; overflow:auto}
	h1 .schoolTitle{font-size:30px}
	.slides li img, .slides li{max-width:641px !important }
	
}


@media (max-width: 991px){
.container{width:94%; margin:0 auto}
.navcontainner{display:none}
.navcontainner .container{width:100% }
.navBtn{
	position:absolute;
	right:20px; top:30px;
	display:block;
	z-index:5000;
}
#header .search{display:block}

.einwrap {padding-top:50px}
.mainmenu li{width:100%}
.cl-effect-1 a, .submenu li a{
	display:block; width:100% !important; text-align:left; padding-left:20px;
	border-bottom:2px solid #fecd0b}
.cl-effect-1 a::after{display:none}

.cl-effect-1 a:hover::before, .cl-effect-1 a:focus::before {
	color: #fecd0b;
	left: 0%;
	transform: rotate(0deg) translateX(100%);
}
.submenu,
.submenu .submenu{max-width:100%; position:relative; left:0; top:0; border-top:0}


.historyPart .col-md-4{padding-left:0}

.historyPart .col-md-4:last-child{padding-right:0}
.sideBar{padding-left:0;padding-top: 0}
.slides li img, .slides li{max-width:991px !important}
.navcontainner{border-top:5px solid #ddd}
.banerwrap{margin-bottom:15px}
}





@media (max-width: 768px){
.teacherVoice .panel-body,
.historywrap{height:auto; max-height:1000px}
#header > .container{width:94%}
h1 .schoolTitle{font-size:16px}
.logo img{min-height: 40px; min-width: 54px;}
.einwrap{position:relative; padding-top:0; top:-33px; margin-bottom:-30px}

.footer-copyright{text-align:center}
.footer-copyright .pull-right{float:none !important}
.slides li img, .slides li{max-width:768px !important}
.Studentgeneral{z-index: 999}
#footer .col-md-3,
#footer .col-sm-3{text-align:center}

#footer .col-md-3,
#footer .col-sm-3{border-bottom:1px solid #003a6a; margin-top:18px}
#footer .col-md-3:last-child{border-bottom:none}
}

@media (max-width: 479px){
	.einwrap{display:none}
	h1.logo{margin-top:28px}	
	.logo  a{text-align:center; margin-top:5px}
	h1 .schoolTitle{display:block; line-height:26px}
	#header h1.logo img{margin:0 auto; display:block}
	.slides li img, .slides li{max-width:480px !important}
}


@media (max-width: 320px){	
	.slides li img, .slides li{max-width:320px !important}
}
	
