/*
================================================
Table of Content
==================================================

1. Fonts
2. Common CSS
3.

/*
================================================
1. Fonts - Nunito and Opensans
================================================
*/
@import url('../../../fonts.maateen.me/kalpurush/font.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito&amp;display=swap');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	/*font-family: 'Open Sans', 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: 'Nunito', 'Kalpurush', sans-serif;
	margin-top: 0;
}
a {
	color: #77194b;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #cfc2c2;
	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;
}

.center {
	text-align:center;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.btn_custome_sm{
    background-color: #004e5d;
    color: #fff;
}
.btn_custome_sm:hover{
    background-color: #004e5d;
    color: #fff;
}

.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: #004e5d;
    border-radius: 0px 0px 11px 11px;
    margin-bottom: 15px;
}
.logo_and_name{
	height: 120px;
	padding: 10px 15px;
}
.logo_and_name img{
	height: 100px;
	width: 100px;
}
.school_name{
	float: left;
	width: 80%;
}
.school_name p{
	text-align: center;
}
.school_name .bangla{
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 0px;
	color: #fff;
	font-size: 36px;
	line-height: 0.3;
	margin-top: 25px;
}
.school_name .english {
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 0px;
    color: #fff;
	font-size: 32px;
}
.top_main_menu{
	height: auto;
	width: 100%;
	float: left;
	background-color: #004e5d;
	border-top: 1px solid #ffffff;
}
.basic-menu > li > a {
    background-color: #004e5d;
    color: #fff;
    padding: 9px 15.9px;
    font-size: 13.4px;
}
.basic-menu li {
    /* margin-left: 0px; */
    border-right: 1px solid #ffffff;
}
.top_main_menu .menu-area{
	margin-top: 0px;
}
.top_main_menu .basic-menu {
    float: left;
}
.basic-menu > li.active > a {
    color: #fff;
    background-color: #004e5d;
}
.basic-menu li:hover > a {
    color: #fff;
    background-color: #004e5d;
}



.basic-menu li ul {
    background: #004e5d 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 #ffffff;
    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: #004e5d none repeat scroll 0 0;
    color: #fff;
}

.main_content_single{
    min-height: 350px;
}

.top_news_scroll{
	height: 40px;
	width: 100%;
	float: left;
	background-color: #004e5d;
	border-radius: 0px 0px 10px 10px;
	border-top: 1px solid #ffffff;
}
.name_for_news{
	color: #fff;
	font-weight: bold;
	width: 10%;
	float: left;
	padding: 7px 10px;
	background: #E7097F;
	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);
}
.slider_notice .col-md-8{
	padding-right: 5px;
}
.slider_notice .col-md-4{
	padding-left: 5px;
}

.slider{
	min-height: 360px;
	margin: 10px 10px 10px 10px;
	border-radius: 3px;
	float: none;
}
.carousel-item img{
	border-radius: 3px;
    height: 360px;
    object-fit: cover;
}
@media (max-width: 767px) {
    .slider .carousel-item img{
        height: 200px;
        object-fit: cover;
    }
}

.notice_right_side{
	/* height: 386px; */
	/* margin: 10px 10px 10px 0px; */
	/*background-color: #ddd;
	border-radius: 10px;
	padding: 10px;*/
}


.notice_right_side .single_box{
	height: 257px;
}
.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: 10px;
	box-shadow: 0 0 10px rgba(46, 94, 137, 0.1);
}
.single_heading{
	/*background-color: #004e5d;*/
	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: #004e5d;
	border-radius: 4px;
}
.single_heading span{
	background-color: #004e5d;
	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: #004e5d;
    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);
}

.youtube{
	height: 300px;
	width: 100%;
	padding: 5px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.height{
	width: 400px;
	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: #004e5d;
    border-radius: 10px 10px 0px 0px;
    margin-top: 15px;
}
.footer-wrapper p{
	padding: 14px;
	color: #fff;
}


.breadcrumb_main{
	background-image: url(../images/slider01.html);
	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: #004e5d;
    color: #fff;
    border: 4px solid #004e5d;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
}
.scrollup i:hover {
    opacity: 1;
}
/*------ Scroll Top ------>
