@media (max-width:1080px) {
  #footer input {
    width: 120px;
  }
}


@media (max-width:992px) {
  #slider {
    max-height: 70vh;
  }

  #slider img {
    max-height: 70vh;
  }

  #slider h1 {
    margin-top: 65px;
    color: white;
  }

  #slider .carousel-control-prev {
    display: none;
  }

  #slider .carousel-control-next {
    display: none;

  }

  #menu-bar {
    margin-right: 48px;
  }

  .main-navbar {
    padding: 15px 0;
  }

  .header-logo img {
    max-height: 70px;
  }

  .header-logo .logo-text .main,
  .main-header.stick_header .header-logo .logo-text .main {
    font-size: 20px;
    line-height: 20px;
  }

  .header-logo .logo-text .sub,
  .main-header.stick_header .header-logo .logo-text .sub {
    font-size: 16px;
    line-height: 20px;
  }

  #slider .carousel-control-prev, #slider .carousel-control-next {
    display: none;
  }

  .mobile-nav {
    padding: 40px;
  }

  .main-header {
    padding-left: 15px;
  }

  .header-logo {
    margin: 0px;
  }

  /* slider */
  #slider .overlay {
    min-height: 0;
  }

  .slider-heading {
    font-size: 50px;

  }

  /* slider end */
  /* digits */
  #digits h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  #digits .box {
    margin: auto;
    width: max-content;
  }

  #digits .box:before {
    content: "" !important;
    display: none;
  }

  /* digits end */
  /* courses start */

  #courses .news-events .n-e-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  #courses .news-events li:last-child {
    margin-bottom: 30px !important;

  }

  /*  */
  #choose-us .main-box {
    margin-bottom: 50px !important;
  }

  /* #about */
  #about .col-lg-5 {
    order: 2;
  }

  #about .form {
    margin: auto;
    margin-top: 30px;
  }

  #choose-us .center-img {
    display: none;
  }

  .font-22 {
    font-size: 18px;
  }

  .para {
    font-size: 14px;
  }

  #blogs .img-box {
    max-height: 200px;

  }

  #theme-img-design .main-box {
    margin-top: 30px;
    margin: auto;
  }

  #footer .box {

    margin: 0px;
  }

  .section-title {
    justify-content: center;
  }

  .section-heading {
    text-align: center;
  }

  .staff-block {
    display: block;
    text-align: center;
  }

  .staff-content {
    padding: 22px 20px 24px 36px;
  }

  .staff-img {
    margin: 0 auto;
    padding: 0;
  }

  .staff-block::before {
    height: 100%;


  }

  #staff-members {
    padding-top: 100px !important;
  }
}

/* media query (768) for small screen desktop - laptops */
@media (max-width:768px) {
  #slider .overlay {
    padding-left: 25px;
  }

  #footer input {
    width: 300px !important;
  }

  #menu-bar {
    margin-right: 20px;
  }

  .news-events h3 {
    text-align: center;
  }

  #choose-us .main-box .icon-box {

    width: 60px;
    height: 60px;
  }

  #choose-us .main-box .icon-box img {
    width: 30px;
  }

  #about .form::before {

    width: 20px;

    left: -20px;
  }

  #faq .heading-box {
    margin-left: 0px !important;
  }

  #slider h1 {
    margin-top: 80px;
    font-size: 40px;
    margin-bottom: 10px;
  }

  #digits h2 {
    font-size: 30px;

  }

  #digits .box p {
    font-size: 16px;
  }

  #digits .box span {
    font-size: 30px;

  }

  .section-title span {
    display: block;
    width: 7px;
    height: 7px;

  }

  .section-title {
    gap: 10px;
    font-size: 14px !important;
    letter-spacing: 2px;
  }

  .section-title h3 {

    font-size: 14px !important;

  }

  .heading-box {
    margin-bottom: 30px !important;
  }

  .section-heading {
    font-size: 26px;

  }

  .section-padding {
    padding: 50px 0px;
  }

  #choose-us .col-lg-5:nth-child(odd) .main-box {
    flex-direction: column;
  }

  #choose-us .col-lg-5:nth-child(even) .main-box {
    flex-direction: column-reverse;
  }

  #choose-us .main-box .discription h5 {
    text-align: center !important;
  }

  #choose-us .main-box .discription .para {
    width: 100% !important;
    text-align: center !important;
  }

  #digits h2 {
    text-align: center;
    margin-bottom: 15px;
  }

  #staff-members {
    padding-top: 100px !important;
  }
}


/* media query (576) for tablate n other high resolution mobiles */
@media (max-width:576px) {
  #slider{
    max-height: 55vh;
  }

  #slider .overlay {
    padding-bottom: 50px;
    padding-left: 10px;
  }

  #slider .slider-heading span {
    display: inline !important;
  }

  #slider .overlay {
    height: 100%;
  }

  #slider img {
    object-fit: cover;
    min-height: 100%;


  }


  .staff-row {
    grid-template-columns: 1fr;
  }

  .main-header {
    padding-left: 12px;
  }

  #menu-bar {
    margin-right: 12px;
  }

  .main-navbar {
    padding: 10px 0;
  }

  .header-logo img {
    max-height: 50px;
  }

  .header-logo .logo-text .sub,
  .main-header.stick_header .header-logo .logo-text .sub {
    font-size: 13px;
    line-height: 14px;
  }

  .header-logo .logo-text .main,
  .main-header.stick_header .header-logo .logo-text .main {
    font-size: 15px;
    line-height: 14px;
  }

  .mobile-nav {
    padding: 40px 12px;
  }

  #courses .course-box .img-box {
    max-height: 200px;

  }

  @keyframes move {
    0% {
      transform: translateX(50px);
    }

    50% {
      transform: translateX(100px);
    }

    100% {
      transform: translateX(50px);
    }
  }

  .mobile-nav.openMenu {

    max-width: 100%;
  }

  .theme-list {

    font-size: 14px;
  }

  p {
    font-size: 14px !important;
  }

  #testimonials .profile {
    width: 80px;
    height: 80px;
    margin-top: 30px !important;

  }

  #testimonials .quote {
    width: 200px;

  }

  #slider h1 {
    margin-top: 55px !important;
    font-size: 32px !important;
    line-height: 42px !important;
}


  .n-e-list li {
    font-size: 14px;
  }

  #fixed-links a {
    width: 35px;
    height: 35px;

    font-size: 16px;
  }

  #about .form {
    width: 310px;
    padding: 15px;
  }

  #about .form h4 {
    font-size: 25px !important;
    margin-bottom: 22px !important;
  }
 

}

/* media query (420) for mobiles screen  */
@media (max-width:420px) {
  #footer input {
    min-width: 280px;
  }
  #slider p{
    display: none;
  }



}

/* media query (300) for small mobiles screen  */
@media (max-width:768px) {}