/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	/* common media */
  .button {
    padding: 10px 12px;
  }
  .title {
    font-size: 22px;
  }
  .subTitle{
    font-size: 18px;
  }
  .common_padding{
    padding-top: 50px;
  }
  /* common media */
  /* menu */
	.menu_item ul li {
    padding: 0px 0px;
    margin-top: 10px;
  }
  header {
    padding: 5px 0px;
  }
  
  /* menu */
  /* hero */
  .hero h1 {
    line-height: 40px;
  }
  .hero p {
    margin-top: 0px;
  }
  /* hero */
  /* principle */
  .principle_speech{
    margin-top: 30px;
  }
  .principle_speech_text{
    margin-top: 15px;
  }
  .principle_speech_text h2 {
    font-size: 25px !important;
  }
  .principle_speech_text h4 {
    font-size: 20px;
  }
  .regularText {
    font-size: 15px;
  }
  .principle_speech_text h6 {
    font-size: 16px;
  }
  /* principle */
  /* notice start */
  .notice_date h4 {
    font-size: 12px;
  }
  .notice_date_value h4 {
    font-size: 12px;
  }
  .notice_date_value {
    padding: 10px 0px;
  }
  .notice_title a h5 {
    font-size: 12px;
  }
  .notice_video iframe{
    height: 200px !important;
  }
  /* notice end */
  /* achievements */
  .achievements{
    margin-top: 50px;
  }
  /* achievements */
  /* events */
  .events_gallery img {
    height: 100px;
  }
  .external_image {
    height: 216px !important;
  }
  /* events */
  /* contact form */
  .middele_card{
    margin: 20px 0px;
  }
  /* contact form */
  /* notice start */
  .notice_card_text h2 {
    font-size: 14px !important;
  }
  .notice_card_text p{
    font-size: 10px !important;
  }
  .notice_btn i {
    font-size: 15px;
  }
  .notice_title h2{
    font-size: 16px !important;
  }
  /* notice end */
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* common media */
  .title {
    font-size: 25px;
  }
  .subTitle{
    font-size: 20px;
  }
  .common_padding{
    padding-top: 50px;
  }
  /* common media */
  /* menu */
	.menu_item ul li {
    padding: 0px 0px;
    margin-top: 10px;
  }
  header {
    padding: 10px 0px;
  }
  /* menu */
  /* hero */
  .hero h1 {
    line-height: 50px;
  }
  .hero p {
    margin-top: 0px;
  }
  /* hero */
  /* principle */
  .principle_speech{
    margin-top: 30px;
  }
  .principle_speech_text h2 {
    font-size: 25px !important;
  }
  .principle_speech_text h4 {
    font-size: 20px;
  }
  .regularText {
    font-size: 15px;
  }
  .principle_speech_text h6 {
    font-size: 16px;
  }
  /* principle */
  /* notice start */
  .notice_date h4 {
    font-size: 14px;
  }
  .notice_date_value h4 {
    font-size: 14px;
  }
  .notice_date_value {
    padding: 10px 0px;
  }
  .notice_title a h5 {
    font-size: 14px;
  }
  .notice_video iframe{
    height: 315px !important;
  }
  /* notice end */
  /* achievements */
  .achievements{
    margin-top: 50px;
  }
  /* achievements */
  /* footer */
  .footer_img img{
    display: none;
  }
  /* contact form */
  .middele_card{
    margin: 20px 0px;
  }
  /* contact form */
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	/* common media */
  .title {
    font-size: 30px;
  }
  .common_padding{
    padding-top: 70px;
  }
  .subTitle{
    font-size: 22px;
  }
  /* common media */
  /* menu */
	.menu_item ul li {
    padding: 0px 0px;
    margin-top: 10px;
  }
  header {
    padding: 10px 0px;
  }
  /* menu */
  /* hero */
  .hero p {
    margin-top: 0px;
  }
  /* hero */
  /* principle */
  .principle_speech_text h2 {
    font-size: 18px !important;
  }
  .principle_speech_text h4 {
    font-size: 18px;
  }
  .regularText {
    font-size: 10px;
  }
  .principle_speech_text h6 {
    font-size: 14px;
  }
  /* principle */
  /* notice start */
  .notice_date h4 {
    font-size: 14px;
  }
  .notice_date_value h4 {
    font-size: 14px;
  }
  .notice_date_value {
    padding: 10px 0px;
  }
  .notice_title a h5 {
    font-size: 14px;
  }
  /* notice end */
  /* achievements */
  .achievements{
    margin-top: 70px;
  }
  /* achievements */
  /* feature */
  .single_card {
    border-radius: 5px;
    padding: 10px;
  }
  .card_image img {
    height: 150px;
    border-radius: 5px;
  }
  /* feature */
  /* students */
  .students_card_text h2 {
    font-size: 15px;
  }
  .card_img img {
    height: 60px;
    width: 60px;
  }
  /* footer */
  footer h4 {
    font-size: 15px !important;
  }
  /* contact form */
  .address_card i {
    font-size: 30px;
  }
  /* contact form */
  /* notice start */
  .notice_title h2{
    font-size: 26px !important;
  }
  /* notice end */
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	/* notice start */
  .notice_title h2{
    font-size: 30px !important;
  }
  /* notice end */
}

/*Extra Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
	
}

/*Extra Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {
	
}