/* 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;
  }
  .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-slider .banner-area {
    padding-bottom: 90px;
  }
  .home-slides .banner-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .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;
  }

}
/* 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;
  }
  .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;
  }
  .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: 12px;
    margin-right: 10px;
  }

  /**/
  .banner-area {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .banner-area .container-fluid {
    max-width: 960px;
  }
  .banner-content h1 {
    font-size: 38px;
	line-height:44px;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 18px;
    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: 14px;
  }
  .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: 42px;
	line-height:50px;
	font-weight:700;
  }
  
  .banner-content h1 span{
	  display:block;
  }
 
  /* home three */
  .section-title .title-ron {
    font-size: 20px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 769px) {
.padding {
  padding: 40px 0;
}
.section-title h2 {
  font-size: 22px;
  line-height:28px;
}
  
.banner-content h1 {
  font-size: 18px;
  line-height:24px;
  padding-right:60px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.banner-content h1 span {
  font-size: 15px;
  line-height: 20px;
}
.banner-content p, .intro p, .disciplines-offered-img-text .disciplines-case-text p, .heading_flip p, .common_wide p, .value, ul.research_list li, .accordion-content .accordion-item .accordion-body p, .faculty_details p, .footer-address p {font-size: 14px; line-height: 20px; font-weight:300}

.disciplines-offered-img-text .disciplines-case-text {
  top: -25px;
}
.disciplines-offered-img-text {
  margin: 0px;
}
.disciplines-offered-img-text .disciplines-case-text{
	min-height:140px;
}
.disciplines-offered-img-text .disciplines-case-text h3{
font-size: 17px;
line-height: 24px;
}
.disciplines-offered-img-text .disciplines-case-text {
  padding: 15px 10px;
}

.box .front-face{height:350px;}
.box .front-face span, .box .back-face span{
font-size: 17px;
line-height: 24px;
}

.heading_flip h1 {
font-size: 17px;
line-height: 24px;
margin-bottom:10px;
}

.heading_flip a {
font-size: 15px;
}


.page-banner-area {
  background: url(../images/inside-banner.jpg) no-repeat center #132342;
  padding: 30px 0;
  position: relative;
}
.page-banner-area .banner-content h2 {
  font-size: 20px;
  line-height: 26px;
}

.program_list h2, .accordion-content .accordion-button {
font-size: 17px;
line-height: 24px;
}
.program_list{ padding:20px;}
.research_focus_list, .faq_list{ padding:15px;}

.card-body {
 padding:5px;
}
.label {
width: 100%;
}
.value {
  flex: auto;
}
.accordion-content .accordion-button {
  padding: 15px 15px;
}
.accordion-content .accordion-item .accordion-body {
padding: 0 15px 25px 15px;
}
.research_focus_list h1, .faq_list h1{
font-size: 15px;
line-height: 22px;
}
.career-block {
  padding: 20px;
  display: inline-block;
  text-align:center;
}
.career-block h2{
	font-size: 15px;
    line-height: 22px;
}
.career-icon {
  width: 80px;
  margin: auto;
}
.career-icon img {
  width: auto;
  margin:auto;
  margin-bottom:10px;
}
.career-detail {
  width:auto;
  padding-left: 0px;
}
.career-detail p{
  text-align:center !important;
}

.faculty_content {
  padding: 10px;
  display: block;
  height: 100%;
}
.faculty_details {
	width:auto;
  padding-left: 0px;
}
.faculty_details h4{ text-align:center;}
.faculty_details p {
  text-align: center;
}
.faculty_content img{ margin-top:30px; margin-bottom:10px;}
.footer-address h2 {
  font-size: 22px;
  line-height: 28px;
}
.footer-address p {
  padding: 0 0px;
}
.single_address p span{
	display:block;
}

.mt-5 {
  margin-top: 0rem !important;
}

}

