/* Mobile and iPad Navbar */
@media only screen and (max-width: 991px) {
  .navbar-area {
    background-color: #ffffff;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area .dropdown-toggle::after {
    display: none;
  }
  .navbar-area.navbar-top {
    transform: translateY(0);
  }
  .mobile-responsive-nav {
    display: block;
  }
  .mobile-responsive-nav .mobile-responsive-menu {
    position: relative;
  }
  .mobile-responsive-nav .mobile-responsive-menu .logo {
    position: relative;
    z-index: 2;
    max-width: 185px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    margin-top: 60px;
    background-color: #ffffff;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    border: none !important;
    background-color: #ffffff;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
    border-top-color: #efefef;
    color: #002B55 !important;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: capitalize;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 100%;
    height: 28px;
    text-align: right;
    padding: 16px !important;
    background: transparent !important;
    border-left: none !important;
    border-bottom: none !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #f68723 !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
    max-height: 50vh;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
    top: 0;
    padding: 0;
    width: 35px;
    height: 30px;
    padding-top: 13px;
    color: #fecb01;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
    background: #fecb01;
    height: 4px;
    margin-top: -8px;
    border-radius: 0;
    position: relative;
    top: 8px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-bar {
    background: transparent;
    position: absolute;
    z-index: 2;
    padding: 0;
  }
  .mobile-responsive-nav .others-options {
    display: none !important;
  }
  .desktop-nav {
    display: none !important;
  }
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
  .navbar-area::after {
    display: none;
    width: 0;
  }
  .navbar-area .desktop-nav .container-fluid {
    max-width: 540px;
  }
  .navbar-area.is-sticky {
    background-color: #ffffff;
  }
  .banner-area .container-fluid {
    max-width: 540px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .common-btn {
    font-size: 14px;
  }
  .section-title .sub-title {
    font-size: 14px;
  }
  .section-title .sub-title .sub-title-shape {
    top: -2px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-heading {
    margin-bottom: 15px;
  }
  .section-heading h2 {
    font-size: 25px;
  }
  /**/
  .banner-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-content {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .banner-content .sub-title {
    font-size: 14px;
  }
  .banner-content .sub-title .hero-shape-2 {
    top: -2px;
  }
  .banner-slider .banner-area {
    padding-bottom: 90px;
  }
  .home-slides .banner-area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .go-top.active {
    top: 92%;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 20px;
  }
  .section-title {
    max-width: 320px;
    margin-bottom: 30px;
  }
  .copy-area .first-side p {
    text-align: center;
  }
  .copy-area .second-side {
    text-align: center;
  }

}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .provide-area {
    padding-bottom: 90px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .common-btn {
    font-size: 14px;
  }
  .section-title {
    max-width: 420px;
  }
  .section-title .sub-title {
    font-size: 14px;
  }
  .section-title .sub-title .sub-title-shape {
    top: -2px;
  }
  .section-title .title-ron {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-heading h2 {
    font-size: 30px;
  }

  .navbar-area .desktop-nav .container-fluid {
    max-width: 720px;
  }
  .navbar-area::after {
    display: none;
    width: 0;
  }
  .navbar-area .desktop-nav .container-fluid {
    max-width: 540px;
  }
  .navbar-area.is-sticky {
    background-color: #ffffff;
  }
  /**/
  .banner-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner-area .container-fluid {
    max-width: 720px;
  }
  .banner-content {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .banner-content .sub-title {
    font-size: 14px;
  }
  .banner-content .sub-title .hero-shape-2 {
    top: -2px;
  }
  .home-slides .banner-area {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ptb-70 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .common-btn {
    font-size: 14px;
  }
  .section-title {
    max-width: 555px;
  }
  .section-title .sub-title {
    font-size: 14px;
  }
  .section-title .sub-title .sub-title-shape {
    top: -2px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .section-heading {
    margin-bottom: 15px;
  }
  .section-heading h2 {
    font-size: 35px;
  }

  /**/
  .navbar-area .desktop-nav .container-fluid {
    max-width: 960px;
  }
  .navbar-area .desktop-nav .navbar::before {
    right: 52px;
  }
  .navbar-area .desktop-nav .container-fluid {
    max-width: 1140px;
  }
  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    margin-right: 8px;
  }

  /**/
  .banner-area {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .banner-area .container-fluid {
    max-width: 960px;
  }
  .banner-content .sub-title {
    font-size: 14px;
  }
  .banner-content .sub-title .hero-shape-2 {
    top: -2px;
  }
  .banner-content h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 14px;
    line-height: 28px;
  }
  .home-slides .banner-area {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .navbar-area .desktop-nav .container-fluid {
    max-width: 960px;
  }
  .go-top.active {
    top: 92%;
  }
}

/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .common-btn {
    font-size: 14px;
  }
  .section-heading h2 {
    font-size: 46px;
  }
  .navbar-area .desktop-nav .container-fluid {
    max-width: 1140px;
  }
  .navbar-area .desktop-nav .navbar .nav-item a {
    font-size: 15px;
  }
  .navbar-area .desktop-nav .menu .login-btn {
    margin: 0 50px 0 30px;
  }
  /**/
  .banner-area .container-fluid {
    max-width: 1140px;
  }
  .banner-content .sub-title {
    font-size: 14px;
  }
  .banner-content h1 {
    font-size: 44px;
  }
 
  /* home three */
  .section-title .title-ron {
    font-size: 20px;
  }
  .section-title h2 {
    font-size: 40px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 769px) {
.banner-content h1 {
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 20px;
}
	
.home-slides .banner-area .banner-content h1 span{
  display: block;
  font-size:42px;
  line-height: 50px;
  color: #fecc00;
  font-weight: 900;
}

.banner-content h2 {
  font-size: 20px;
  margin-top: 5px;
  color: #FFF;
  margin-bottom: 20px;
}

.about_block_content {
  padding: 25px;
}
.about_block_content h1 {font-size: 24px; line-height: 30px;}
.about_block_content p {font-size: 16px; line-height: 22px;}
ul.list2_white li {font-size: 16px; line-height: 22px;}

.acai_list{padding: 20px 20px; margin-bottom:0;}
.acai_list h2{font-size: 20px; line-height:28px;}
.acai p {font-size: 16px; line-height: 22px;}
ul.about_list li {font-size: 16px; line-height: 22px;}

.ai-advantage{ text-align:center;}
.advantage-card{ padding:10px;}
.advantage-card-body h3 {font-size: 17px; line-height: 20px;}
.advantage-card-body p {font-size: 16px; line-height: 22px; font-weight:300;}

.real-world-content{ padding:0;}
.real-world-content h1{font-size: 17px; line-height: 20px; margin-bottom:10px;}
.real-world-content p{font-size: 16px; line-height: 22px; text-align:center !important;}

.real-world-area p {font-size: 16px; line-height: 22px;}

.infrastructure-area p{font-size: 16px; line-height: 22px;}
.infrastructure_list h2{font-size: 16px; line-height: 20px;}
.infrastructure-area img {
  margin: 15px 0 5px 0px;
}
.accordion-content .accordion-item .accordion-body {
  background: #ffffff;
  padding: 0 15px 15px 15px;
}
.accordion-content .accordion-button{font-size: 18px; line-height:22px; padding: 20px 10px;}
.accordion-content .accordion-item .accordion-body p {font-size: 16px; line-height: 22px; font-weight:200;}
ul.list2 li {font-size: 16px; line-height: 22px; text-align:left;}

.innovation-content{ min-height:450px;}
.innovation-content h1{ font-size:17px; line-height:22px;}
.student-innovation-area p{font-size: 16px; line-height: 22px; font-weight:200;}

.page-banner-area .banner-content h2 {
  font-size: 40px;
  text-align:center;
}

.accordion-details {
  margin-right: 0px;
}
.vision-box{ padding:15px;}
.vision-box .vision-info h4 {
  font-size: 18px;
  line-height:24px;
  margin-bottom: 5px;
}

.leadership_content{ padding:10px;}
.leadership_content .shape-1{ display:none;}
.leadership_content .shape-2{ display:none;}
.leadership_content h2 {font-size: 24px; line-height: 32px; margin-bottom: 5px;}
.leadership_content h3 {font-size: 18px; line-height: 24px; margin-bottom:10px;}
.leadership_content p{font-size: 16px; line-height: 22px; font-weight:200;}
.leadership_content img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 3%;
  border: solid 8px #f9eadb;
}

.faculty_content {padding: 10px; text-align:center;}
.faculty_content h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}
.faculty_content h3 {
  font-size: 20px;
  line-height: 26px;
}
.faculty_content h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
  color: #000;
}
.faculty_content img {
  width: 180px !important;
  height: 180px !important;
  border-radius: 50%;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 3%;
  border: solid 8px #f9eadb;
}
.faculty_content p{font-size: 16px; line-height: 22px; font-weight:200;}
.faculty_list{padding: 20px;}

.research_areas_list h1 {font-size: 20px; line-height: 26px;}
.research_areas_list h2 {font-size: 18px !important; line-height: 24px;}

ul.list li {font-size: 16px; line-height: 22px;}
.research_table table td{font-size: 16px; line-height: 22px;}

.program_list{ padding:15px;}

.tab_wrapper{ padding:20px !important;}
.tab_wrapper .content_wrapper .tab_content {
  display: none;
  padding: 15px 0px !important;
}
.tab_wrapper .content_wrapper .tab_content p {
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight:200 !important;}
  
.infrastructure_specifications{ padding:25px;}  
.infrastructure_specifications h1 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.industry_interface_list table td{font-size: 16px; line-height: 22px;}
.advisory_board h2{ font-size:18px !important; line-height:24px !important;}
.advisory_board p{font-size: 16px; line-height: 22px; font-weight: 200;}

.student-activities h1 {font-size: 26px; line-height: 32px;}
.student-activities h2 {font-size: 22px !important; line-height: 30px !important; text-align:center;}

.student_activities_box {
  padding: 20px;
}
.student_activities_box h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight:200;
}

.events_box {
  padding: 20px;
  height:100%;
  text-align:center;
}
.events_box h1 {
  font-size: 20px;
  line-height: 26px;
}
.events_box p strong { text-align:left !important;}

.common_wide h2 {font-size: 24px; line-height: 32px;}
.common_wide p {font-size: 16px; line-height: 22px; font-weight: 200;}

.copy-area .first-side p {
  text-align: center;
  margin-bottom:0;
}
.copy-area .second-side ul {
  text-align: center;
}

}

