@font-face {
            font-family: 'SutonnyOMJ'; /* Font family name */
            src: url('../fonts/SutonnyOMJ.ttf') format('truetype'); /* Font file path */
        }

.head_bg{
	padding: 10px;
	background: #002749;
}
.menu_bg{
	background: #033b6d;
	color: white;
}
.nav-item>a{
	color: white;
}
.notice_header_bg{
	background: #002749;
	
}
.recnt_n_button{
	padding: 10px;
	background: red;
	color: white;
}

.profile-box {
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 20px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .profile-image_head img{
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin: 0 auto 10px;
    }
    .profile-image_smchead img{
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin: 0 auto 10px;
    }

    .teacher-name {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 5px;
    }

    .teacher-subject {
      font-size: 16px;
      text-align: center;
      color: #666;
      margin-bottom: 10px;
    }

    .teacher-description {
      font-size: 14px;
      line-height: 1.4;
      text-align: justify;
    }