@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
  .footer_CONTACT US_info {
    padding-right: 0px;
  }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
  .main_nav {
    display: none;
  }
  .hamburger {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
  }
  .top_bar_CONTACT US_list li > div {
    font-size: 10px;
  }
  .top_bar_CONTACT US_list li:first-child {
    margin-right: 32px !important;
  }
  .top_bar_CONTACT US_list li:not(:last-child) {
    margin-right: 23px !important;
  }
  .top_bar_login ul li a {
    font-size: 10px;
  }
  .sidebar {
    margin-top: 70px;
  }
  .news_pagination {
    margin-top: 89px;
  }
  .footer_col:not(:last-child) {
    margin-bottom: 80px;
  }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {
}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
  .top_bar {
    display: none;
  }
  .header.scrolled {
    top: 0px;
  }
  .search_button {
    display: none;
  }
  .home {
    height: 331px;
  }
  .home_title {
    font-size: 36px;
  }
  .course_search_form > div {
    width: 100%;
    margin-bottom: 15px;
  }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
  p {
    font-size: 13px;
  }
  h2 {
    font-size: 20px;
  }
  .section_title h2 {
    font-size: 20px;
  }
  .section_subtitle {
    font-size: 13px;
    margin-top: 47px;
  }
  .menu {
    width: 100%;
    right: -100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
  }
  .menu_nav ul li a {
    font-size: 14px;
  }
  .menu_close_container {
    right: 30px;
  }
  .menu .search {
    margin-bottom: 54px;
  }
  .menu .search_input {
    height: 32px;
  }
  .menu .search_input::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input:-moz-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input::-moz-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input:-ms-input-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input::input-placeholder {
    font-size: 12px !important;
  }
  .menu_extra {
    right: 30px;
    bottom: 15px;
  }
  .menu_phone,
  .menu_social {
    font-size: 9px;
  }
  .menu_social {
    margin-top: 2px;
  }
  .header_search_button i {
    font-size: 14px;
  }
  .button_arrow {
    height: 47px;
  }
  .header_content {
    height: 50px;
  }
  .header.scrolled .header_content {
    height: 50px;
  }
  /* .logo_img {
    width: 40px;
  } */
  .logo_img img {
    max-width: 100%;
  }
  .logo_text {
    font-size: 12px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .home {
  }
  .home_container {
    bottom: 71px;
  }
  .home_title {
    font-size: 24px;
  }
  .breadcrumbs {
    margin-top: 10px;
  }
  .news_post_title a {
    font-size: 24px;
  }
  .news_post_meta {
    font-size: 12px;
  }
  .news_post_date a {
    font-size: 10px;
  }
  .news_post_link a {
    font-size: 13px;
  }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {
}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
  .home_title {
    font-size: 24px;
  }
  .home_subtitle {
    font-size: 13px;
  }
  .featured_title h3 a {
    font-size: 18px;
  }
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
}
/* Responsive adjustments for tablets and smaller screens */
@media (max-width: 1024px) {
  .container {
    width: 90%;
  }
}

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
  .container {
    width: 95%;
    padding: 10px;
  }

  h1 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }
}

/* Additional adjustments for very small screens */
@media (max-width: 480px) {
  h1 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }
}
/* Responsive Design */
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  nav {
    flex-direction: column;
    text-align: center;
  }

  nav a {
    display: block;
    margin: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .container {
    width: 100%;
    padding: 10px;
  }

  nav {
    padding: 10px;
  }

  nav a {
    font-size: 16px;
  }
}
