/*
================================================
--> Table of Content
==================================================

1. Fonts
2. Common CSS
3. 

/*
================================================
1. Fonts - Raleway and Opensans
================================================
*/
@import url('https://fonts.maateen.me/kalpurush/font.css');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 16px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
	background-color: #FAFAFA;
	/*background: url(../images/site-bg-pattern.gif);*/
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, sans-serif;
	margin-top: 0;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #2f506c;
	text-decoration: none;
}
a, a:hover, a:active {
	outline: none;
}
p{
	margin: 0px;
	padding: 0px;
}
.no-padding {
	padding: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border-width: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 8px 22px;
	z-index: 1;
}
.btn:hover {
	color: #2d2e2e;
}
i {
	transition: all 0.4s ease-in-out 0s;
}

.offset-top-30 {
	margin-top: 30px;
}
.offset-top-60 {
	margin-top: 60px;
}
.offset-top-80 {
	margin-top: 80px;
}
.offset-bot-10 {
	margin-bottom: 10px;
}
.inset-right-30 {
	padding-right: 30px;
}
.inset-left-30 {
	padding-left: 30px;
}
.space-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.light-bg {
	background: #f6f7f8 none repeat scroll 0 0;
	fill: #f6f7f8;
}
.light-bg h3 {
	color: #2d2e2e;
}

.center {
	text-align:center;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}


.container{
	max-width: 1170px;
	/*padding-right: 10px;
	padding-left: 10px;*/
}
/*.col-md-1, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9,
.col-md-10, .col-md-11, .col-md-12{
	padding-right: 10px;
	padding-left: 10px;
}*/
/*.row {
    margin-right: -10px;
    margin-left: -10px;
}*/

.main_top_area {
    background-color: #fff;
    border-radius: 0px 0px 11px 11px;
    /*margin-bottom: 15px;*/
}
.logo_and_name{
	/*height: 120px;*/
	padding: 10px 15px;
	float: left;
}
.logo_and_name img {
	height: 144px;
	width: 160px;
}
.school_name{
	/*float: left;*/
	/*width: 80%;*/
	text-align: center;
	padding-top: 6px;
}
.school_name p{
	text-align: center;
}
.school_name .bangla{ 
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 0px;
	color: #fff;
	font-size: 28px;
	line-height: 0.3;
	margin-top: 25px;
}
.school_name .english {
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 0px;
    color: #008837;
	font-size: 32px;
}
.top_main_menu{
	height: auto;
	width: 100%;
	float: left;
	background-color: #033b6d;
}
.basic-menu > li > a {
    background-color: #033b6d;
    color: #fff;
    padding: 9px 14px;
    font-size: 14px;
}
.basic-menu li {
    margin-left: 0px;
}
.top_main_menu .menu-area{
	margin-top: 0px;
}
.top_main_menu .basic-menu {
    float: left;
}
.basic-menu > li.active > a {
    color: #fff;
    background-color: #ff4e31;
}
.basic-menu li:hover > a {
    color: #fff;
    background-color: #ff4e31;
}

.basic-menu li ul {
    background: #033b6d none repeat scroll 0 0;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.176);
    float: none;
    width: 220px;
    z-index: 11;
}
.basic-menu li ul li {
    border-bottom: 1px solid #3B6B96;
    display: block;
    float: none;
    margin: 0;
    border-right: none;
}
.basic-menu li ul li i{
	padding-top: 5px;
}
.basic-menu li ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 9px 15px;
    text-transform: none;
}
.basic-menu li ul li:hover > a {
    background: #ff4e31 none repeat scroll 0 0;
    color: #fff;
}

.top_news_scroll{
	height: 40px;
	width: 100%;
	float: left;
}
.name_for_news{
	color: #fff;
	font-weight: bold;
	width: 10%;
	float: left;
	padding: 7.5px 10px;
	background: #f23010;
	/*border-radius: 0 0 0 10px;*/
}
.path_for_news{
	width: 90%;
	float: right;
	padding: 7px 10px;
}
.path_for_news a{
	color: #fff;
	padding-right: 15px;
}
.path_for_news a:hover{
	text-decoration: underline;
}


.slider_notice{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-top: 15px;
}
.slider_notice .col-md-8{
	padding-right: 5px;
}
.slider_notice .col-md-4{
	padding-left: 5px;
}

.slider{
	height: 450px;
	margin: 10px 0px 10px 10px;
	border-radius: 3px;
	/*float: left;*/
}
.carousel-item img{
	border-radius: 3px;
	height: 450px;
}


.notice_right_side{
	height: 450px;
	margin: 10px 10px 10px 0px;
	/*background-color: #ddd;
	border-radius: 10px;
	padding: 10px;*/
}
.notice_right_side .single_box{
	height: 450px;
}
.notice_right_side ul{
	list-style: none;
}
.notice_right_side ul li{
	padding: 5px 10px;
	border-radius: 10px;
	border-bottom: 1px dotted #ddd;
}
.notice_right_side ul li a{
	text-align: justify;
}
.single_box i{
	font-weight: bold;
}


.main_content{
	height: auto;
	background-color: #fff;
	margin: 15px 0 0 0;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer_top_img{
	margin-top: 15px;
}
.fspe{
	margin: 0px !important;
	border-radius: 0px 0px 10px 10px;
}
.main_content_single{
    height: auto;
	background-color: #fff;
	margin: 0px 0 0 0;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	min-height: 330px;
}

.single_box{
	width: 100%;
	background-color: #F6F6F6;
	padding: 10px;
	border-radius: 3px;
	float: left;
	margin-bottom: 10px;
	box-shadow: 0 0 10px rgba(46, 94, 137, 0.1);
}
.single_heading{
	/*background-color: #002749;*/
	color: #fff;
	text-align: center;
	border-radius: 0px;
	font-size: 18px;
	font-weight: 600;
	padding: 0px 10px;
	margin-bottom: 10px;
	line-height: 37px;
	background-color: #002749;
	border-radius: 4px;
}
.single_heading span{
	background-color: #002749;
	padding: 4px 10px;
}
.use_images_def img{
	height: 220px;
	width: 200px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #D7D7D7;
	margin: 0px 10px 0px 0;
	float: left;
}
.home_mg_img{
	width: 100%;
	height: auto;
}
.home_mg_img img{
	height: 100px;
	width: 90px;
}
.single_box p{
	text-align: justify;
}
.single_box ul{
	list-style: none;
	margin-bottom: 0px;
}
.read_more_btn{
	background-color: #f23010;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
	border-radius: 5px;
}
.read_more_btn:hover{
	background-color: #002749;
	color: #fff;
}
.social_link_box{
	height: 45px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;

}
.single_sub_img img{
	height: 35px;
	width: 35px;
	padding: 2px;
	border-radius: 5px;
	border: none;
	margin: 0px 10px 0px 0;
	float: left;
}
.single_sub_text{
	padding: 4px 0 0 0;
}


.school_details{

}
.about_text{
	width: 55%;
	float: left;
}
.about_img{
	width: 43%;
	height: auto;
	float: right;
}


.owl-theme .owl-nav {
    margin-top: -45px;
    position: absolute;
    top: 0;
    right: 0;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    background: #002749;
    color: #fff;
    border: none;
    padding: 0px 10px !important;
    font: inherit;
}

.galleryss .item img{
    height: 150px;
}

.map{
	height: 180px;
	width: 100%;
	padding: 5px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.footer_address{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.footer_all_single{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
}
.only_single_icon{
	height: auto;
	width: 8%;
	float: left;
}
.only_single_icon i{
	color: #666666;
	padding: 5px 5px;
}
.single_fo_con_info{
	float: right;
	height: auto;
	width: 92%;
}
.single_fo_con_info p{
	text-align: justify;
	color: #666;
}




.corner_box {
    float: left;
    min-height: 250px;
}

.table td, .table th {
    padding: 5px 10px;
}
.tb_sm_r .row{
    margin-right: 0px;
    margin-left: 0px;
}

.gb_img{
	height: 100px;
	width: 100px;
	margin: 0 auto;
}

.magazine {
	height: 180px;
	width: 100%;
}

.map_big{
	height: 350px;
}


.login_btn{
    background-color: #033b6d;
    color: #fff;
    font-weight: bold;
}
.login_btn:hover{
    color: #fff;
    background-color: #002749;
}

.paid_design{
    width: 45px;
    border: 1px solid #9d9a9b;
    text-align: center;
    display: block;
    color: #fff;
    background-color: green;
    font-weight: normal;
    padding: 0px 0px;
}
.paid_value{
    
}

.unpaid_design{
    width: 45px;
    border: 1px solid #9d9a9b;
    text-align: center;
    display: block;
    color: #929292;
    font-weight: normal;
    padding: 0px 0px;
}
.unpaid_value{
    
}

.collects_fees_custome_table .table > tbody > tr > td, 
.collects_fees_custome_table .table > tfoot > tr > td, 
.collects_fees_custome_table .table > tfoot > tr > th, 
.collects_fees_custome_table .table > thead > tr > td {
    padding: 3px 5px;
}





.footer-wrapper{
    margin-top: 15px;
}
.footer-wrapper p{
	padding: 15px;
	color: #fff;
}


.breadcrumb_main{
	background-image: url(../images/slider01.jpg);
	padding: 15px 15px;
	border-radius: 10px;
	position: relative;
	background-position: right center;
}
.breadcrumb_main h2{
	color: #fff;
}

.breadcrumb{
	background-color: transparent;
	margin-bottom: 0px;
	padding: 5px 0;
}
.breadcrumb-list .breadcrumb > li + li::before {
    color: #333;
    content: "/ ";
    padding: 0 5px;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  border-radius: 10px;
}


.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 40px;
    height: 40px;
    line-height: 34px;
    border-radius: 5%;
    background: #002749;
    color: #fff;
    border: 4px solid #002749;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
}
.scrollup i:hover {
    opacity: 1;
}

.btn-smback{
    background-color: #FF5752;
    padding: 3px 10px;
    color: #fff;
    margin: 2px 0px;
}
.btn-smback:hover{
    background-color: #E7097F;
    padding: 3px 10px;
    color: #fff;
    margin: 2px 0px;
}
/*------ Scroll Top ------>*/


@media only screen and (max-width: 480px) {
    .slider{
    	height: 220px;
    	margin: 10px 0px 10px 10px;
    	border-radius: 3px;
    }
    .carousel-item img{
    	border-radius: 3px;
    	height: 220px;
    }

	.map_big{
		height: 250px;
	}
}

.topsec{
	background-color: #fff;
	border-top: 5px solid #008837;
}

.menu_only{
	background-color: #033b6d;
	display: flex;
}
.news_only{
	background-color: #002749;
	display: flex;
}

.main_single_con{
	display: flex;
	margin-top: 15px;
}
.notice_modal embed{
	width: 100%;
	min-height: 350px;
}

.teacher_page .card{
	padding: 25px 15px;
	margin-bottom: 10px;
	background-color: #fbfbfb;
	border-radius: 10px;
}
.teacher_page .card .card-img-top{
	border-radius: 5px;
	height: 100px;
	width: 90px;
	margin: 0px auto;
	/*border: 1px solid #ddd;*/
}
.teacher_page .card .card-body {
	padding: 15px 0 0 0px;
	text-align: center;
}
.teacher_page .card .card-body .card-title{
	color: #033b6d;
	font-weight: bold;
	margin-bottom: 0px;
}
.teacher_page .card .card-body p{
	text-align: center;
	font-weight: bold;
}
.tb_sm_r tr td,
.stu_table tr td{
	vertical-align: middle;
}
.single_sub {
	padding: 10px 15px;
	box-shadow: 0 6px 12px rgba(140,152,164,.25) !important;
	height: 100%;
	margin-bottom: 15px;
	border-radius: 5px;
}
.single_sub h3{
	text-align: center;
	border-radius: 10px;
	font-size: 24px;
	padding: 2px;
	background-color: #033b6d;
	color: #fff;
}

.album_pg .card{
	padding: 15px;
	margin-bottom: 10px;
	background-color: #fbfbfb;
	border-radius: 10px;
}

.album_pg .card h4{
	text-align: center;
	font-size: 22px;
	color: #033b6d;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
}

.gal img{
	height: 180px;
	width: 100%;
}

.social_logo{
	height: auto;
	width: auto;
	display: flex;
	justify-content: end;
	padding-top: 10px;
}

.top_icon img {
	height: 35px;
	width: 35px;
	padding: 3px;
	border-radius: 10px;
	margin: 0px 10px 0px 0;
	background: #cdcdcd;
}

.cu_sm{
	background-color: #F23010;
	border: none;
	color: #fff;
}
.cu_sm:hover{
	background-color: #002749;
	border: none;
	color: #fff;
}

.tor-right_s p{
	color: #fff;
}

.tooltip-inner.image {
	max-width: 100%;
}
.tooltip.show {
	opacity: 1;
}
.tooltip img {
	margin: 5px 0;
	background-color: #333;
}

.btn_lang {
	border-width: 0;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 5px 15px;
	z-index: 1;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #FF4E31;
	font-family: 'Kalpurush';
}

.bangla_eng_btn {
	position: absolute;
	top: 50px;
	right: 4%;
}

.tooltip-img{
	width: 220px;
	height: 245px;
	/*object-fit: cover;*/
}

.tooltip-inner{
	padding: 2px 5px;
}

.img-thumbnails{
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
}

.se_color{
	background-color: #FF4E31;
}