@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
body{
	background: url('../images/pattern.png');
	font-family: 'SolaimanLipi', Arial, sans-serif !important;
	font-size: 1rem;
}

.container{
	background: #fdfbfb;
}


h1,h2,h3,h4,h5,h6{
	font-family: 'SolaimanLipi', Arial, sans-serif !important;
	font-size: 20px;
}

p{
	font-family: 'SolaimanLipi', Arial, sans-serif !important;
	font-size: 16px;
	text-align: justify;
	padding: 8px;
}

a{
	color: black;
}
a:hover{
	text-decoration: none;
}
.navbar{
	padding:0 !important;
}

.nav a{
	font-family: 'Bangla', sans-serif;
	font-size: 12px;
}

.bg-blue{
	background-color: #1a3867!important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: white;
}

.navbar-light .navbar-nav .nav-link{
	color: white;
	font-family: 'SolaimanLipi', sans-serif;
	font-size: 17px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: white;
}
.dropdown-menu{
	background-color: #1a3867!important;
}

.dropdown-item{
	color: white!important;
	font-size: 14px!important;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: #3b5e82!important;
}

.nav-item a:hover{
	background-color: #3b5e82!important;
	display: block;
}
.nav-item {
	padding: 0px 8px;
	font-family: arial;
}
.latest_news{
	background: red;
	padding: 5px 18px;
	color: white;
	margin:0px; 
	font-size: 20px;
}

.news_headline{
	font-weight: bold;
	padding: 5px 0px;
}

.main_sidebar{

}

.sidebar_title{
	background: #0d2e61;
    color: white;
    font-family: SolaimanLipi;
}
.sidebar_title h4{
	text-align: center;
	padding: 7px;
	font-size: 20px;
}

.message_heading{
	background: #0d2e61;
    color: white;
    font-family: SolaimanLipi;
}
.message_heading h4{
	text-align: center;
	padding: 7px;
	font-size: 20px;
}
.image_text_section img{
	width: 165px;
	height: 190px!important;
}

.image_text_section{
	margin: 0;
	padding: 0;
}

.sidebar-1{
	margin-bottom: 10px;
}

.sidebar li:hover{
	background: #d7e0e8!important;
}

.sidebar li a{
	color: #666666 !important;
	font-size: 14px;
}


.panel-heading{
	background: #1a3867!important;
	color: white;
}
.panel-heading h4{
	padding: 7px;
}

.footer_section{
	background: #1a3867;
	color: white;
}
.footer_section h4{
	padding: 7px;
	font-size: 20px;
}

.footer_item li a{
	color: white;
	font-size: 14px;
}

.footer_item li a:hover{
	
}
.footer_item li{
	padding:0px 12px;
}
.footer_item li:hover{
	background-color: #3b5e82!important;
}

@media screen and (max-width: 700px) {
  .logo {
   	color: white;
   	padding: 0px 5px;
  }
  .logo:hover{
  	background: #007bff ;
   	color:white ;
   	text-decoration: none;
  }
  a{
  	text-decoration: none;
  }

  .sidebar-1{
		margin-top: 10px!important; 
	}
}

.image_section{
	position: relative;
	display: inline-block;
}

.image_section img{
	width: 1200px;
	height: 120px;

}

.col-form-label{
	font-size: 15px!important;
}

.admission_form{
	border: 1px solid #1a3867!important;
	padding: 10px;
}

.text_content{
	position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%; /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 60%; /* Set the width of the positioned div */
    font-size: 25px;
    text-transform: uppercase;
    color:white;
    font-weight: bold;
}

@media screen and (min-width: 700px) {
  .logo {
   	display: none;
   	color: white;
  }
  .logo {
   	display: none;
   	color: white;
  }
}

/* Notice Section */
.notice_section{
	padding: 20px;
}

.notice_section h4{
	font-size: 24px;
	margin-bottom: 20px;
}

.notice_items{
	margin-left: 40px;
	color: #666666 !important;
}

.notice_items h5{
	color: #666666 !important;
	font-size: 14px;
	border-bottom: 1px dotted #666;
}

.notice_items h5 a{
	color:#666666 !important;
}
.notice_items h5 a:hover{
	color: #000000 !important;
}

.notice_single h2{
	padding-left: 6px;
    font-size: 1.8rem;
    font-weight: bold;
}

.student-section {
	border: 1px dotted #000;
	padding: 5px;
	margin-bottom: 5px;
}
.student-section p{
	font-size: 15px;
	background: yellow;
	text-align: center;
	padding: 5px 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.student-section p a{
	color: black;
}

.copyright{
	background: #1a3867;

}
.copyright p{
	text-align: right;
}
.copyright p a{
	color: white!important;
}


