/*
================================================
Table of Content
==================================================

1. Fonts
2. Common CSS
3. 

/*
================================================
1. Fonts - Nunito and Opensans
================================================
*/
@import url('https://fonts.maateen.me/kalpurush/font.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Nunito', 'Kalpurush', 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: 'Lato', sans-serif;*/
	font-family: 'Nunito', 'Kalpurush', 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;
	font-size: 14px;
}
.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;
}

.mb-10{
	margin-bottom: 10px !important;
}

.center {
	text-align:center;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.btn_custome_sm{
    background-color: #2E5E89;
    color: #fff;
}
.btn_custome_sm:hover{
    background-color: #13436E;
    color: #fff;
}

.container{
	max-width: 1170px;
	/*padding-right: 10px;
	padding-left: 10px;*/
}

.container-fluid{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

/*.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: #004ea2;
}
.logo_and_name{
	height: 120px;
	padding: 10px 15px;
}
.logo_and_name img{
	height: 100px;
	width: 100px;
}
.school_name{
	float: left;
	width: 70%;
    padding-left: 20px;
}
.school_name p{
	text-align: left;
}
.school_name .bangla{ 
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 0px;
	color: #fff;
	font-size: 36px;
	line-height: 0.3;
	margin-top: 25px;
	text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
}
.school_name .english {
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 0px;
    color: #fff;
	font-size: 32px;
	text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
}

.slider_top{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 260px;
    position: relative;
}

.slider_top::before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.slider_top .carousel-item img{
    height: 260px !important;
}

.slider_top .carousel-caption {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 1000;
    padding-top: 0;
    padding-bottom: 45px;
    color: #fff;
    text-align: left;
}



.top_main_menu{
	height: auto;
	width: 100%;
	float: left;
	background-color: #13436E;
}
.basic-menu > li > a {
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
}
.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: #2E5E89;
}
.basic-menu li:hover > a {
    color: #fff;
    background-color: #13436E;
}

.menu-area{
	margin-top: 0px;
}



.basic-menu li ul {
    background: #13436E 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: 16px;
    font-weight: normal;
    padding: 9px 15px;
    text-transform: capitalize;
}
.basic-menu li ul li:hover > a {
    background: #2E5E89 none repeat scroll 0 0;
    color: #fff;
}





.top_news_scroll{
	height: 40px;
	width: 100%;
	float: left;
	background-color: #004ea2;
	margin-bottom: 15px;
}
.name_for_news{
	color: #fff;
	font-weight: bold;
	width: 10%;
	float: left;
	padding: 7px 10px;
	background: #E7097F;
	height: 100%;
}
.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);
}
.slider_notice .col-md-8{
	padding-right: 5px;
}
.slider_notice .col-md-4{
	padding-left: 5px;
}

.slider{
	min-height: 360px;
	margin: 10px 0px 10px 10px;
	border-radius: 3px;
	float: left;
}
.slider .carousel-item img{
	border-radius: 3px;
}


.notice_right_side{
	height: 386px;
	margin: 10px 10px 10px 0px;
	/*background-color: #ddd;
	border-radius: 10px;
	padding: 10px;*/
}
.notice_right_side .single_box{
	height: 386px;
}
.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);
}
.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);
}

.single_box{
	width: 100%;
	background-color: #F6F6F6;
	padding: 10px;
	border-radius: 3px;
	float: left;
	margin-bottom: 0px;
	box-shadow: 0 0 10px rgba(46, 94, 137, 0.1);
}
.single_heading{
	/*background-color: #2E5E89;*/
	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: #004ea2;
	border-radius: 4px;
}
.single_heading span{
	background-color: #004ea2;
	padding: 4px 10px;
}
.use_images_def img{
	height: 180px;
	width: 200px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #D7D7D7;
	margin: 0px 10px 0px 0;
	float: left;
}
.single_box p{
	text-align: justify;
}
.single_box ul{
	list-style: none;
	margin-bottom: 0px;
}
.single_box ul li{
	margin-bottom: 3px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    border-radius: 5px;
}
.read_more_btn{
	background-color: #E7097F;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
	border-radius: 5px;
}
.read_more_btn:hover{
	background-color: #D9158B;
	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: #004ea2;
    color: #fff;
    border: none;
    padding: 0px 10px !important;
    font: inherit;
}

.galleryss .item img{
    height: 120px;
}

.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: 250px;
    width: 100%;
}

.cu_sm{
    margin: 0px;
    padding: 5px 15px;
}

.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: 1px solid #ddd;
    border-radius: 5px;
    font-size: 24px;
    padding: 2px;
}





.footer-wrapper{
	background-color: #004ea2;
    margin-top: 15px;
}
.footer-wrapper p{
	padding: 14px;
	color: #fff;
}
.hit_counter_im .counterimg{
    height: 150px;
}
.hit_counter_im br {
    display: none;
}


.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: #467AAD;
    color: #fff;
    border: 4px solid #467AAD;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
}
.scrollup i:hover {
    opacity: 1;
}
/*------ Scroll Top ------>*/


.top_name_area{
	background-color: #fff;
}
.top_sc_name h1{
	font-weight: bolder;
	color: #0551A5;
	padding: 5px 0px 5px 15px;
	font-size: 20px;
	margin-bottom: 0px;
}

.top_name_right h1{
	float: right;
	padding: 5px 15px 5px 0px;
}

.logo_center{
	position: absolute;
	z-index: 99;
	margin-top: -30px;
}
.logo_center img{
	width: 120px;
	transition: all .5s ease-in-out;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 7px 3px #2E5E89;
	box-shadow: 0px 0px 7px 3px #2E5E89;
}
.logo_center img:hover{
	box-shadow: 0px 0px 7px 3px #007bff;
	transition: all .5s ease-in-out;
}

.basic-menu {
	float: none;
}

.sub_menu_bot{
	background-color: #F0F0F0;
	border: #e2e2e2 1px solid;
}
.sub_menu_bot ul{
	margin-bottom: 0px;
	padding: 4px 0px;
}
.sub_menu_bot ul li a{
	font-size: 18px;
	font-weight: bold;
}

.fixed-top {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
}

.fixed-top .logo_center img{
	width: 85px;
	margin-top: 10px;
}


.heading_background{
	background-image: url('../images/breadcamb.png');
	background-repeat: repeat;
	padding: 35px 0px;
	margin-bottom: 15px;
}
.breadcrumb_area h1{
	color: #2E5E89;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

.min_height{
	min-height: 50vh !important;
}


.logo_for_mob{
	display: none;
}

.mob_sc_name{
	display: none;
}

.brand{
    text-align: center; 
    font-size: 4rem;  
    letter-spacing: 10px;  
    color: #fff; 
    -webkit-text-stroke-color: #f6f6f6; 
    font-family: 'Lato', sans-serif; 
    text-shadow: 2px 2px 2px #000000, 3px 3px 2px #000000;
}

.shortname{
    color: white; 
    position: absolute; 
    z-index: 7; 
    right: 6%; 
    top: 20px; 
    max-width: 350px; 
    width: 250px;
}
