
.topmargin{
	margin-top: 25px;
}
/* ============================= */
/* GLOBAL MOBILE FIX */
/* ============================= */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  h1, h2, h3 {
    font-size: 20px !important;
  }

  p {
    font-size: 14px !important;
    line-height: 1.6;
  }

  .container, .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .topmargin{
	margin-top: 0px;
}

}


/* ============================= */
/* HEADER FIX */
/* ============================= */
@media (max-width: 768px) {

  .header_top_bar {
    text-align: center;
    font-size: 12px;
  }

  .header_mid_bar .logo_name_header img {
    width: 180px;
    margin: 10px auto;
    display: block;
  }

  #navbar ul {
    flex-direction: column;
    background: #050B4C;
    width: 100%;
    padding: 10px;
  }

  #navbar ul li {
    margin: 8px 0;
    text-align: center;
  }

  .mobile-nav-toggle {
    display: block !important;
    font-size: 28px;
    cursor: pointer;
    color: #000;
  }

}


/* ============================= */
/* HERO SECTION */
/* ============================= */
@media (max-width: 768px) {

  #hero {
    height: 220px;
  }

  .carousel-item {
    height: 220px;
    background-size: cover !important;
    background-position: center !important;
  }

}


/* ============================= */
/* VISION / MISSION */
/* ============================= */
@media (max-width: 768px) {

  .vision_mission {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    padding: 15px;
  }

}


/* ============================= */
/* IMPACT SECTION */
/* ============================= */
@media (max-width: 768px) {

  .impact_value {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }

  .impact_no {
    font-size: 24px;
  }

}


/* ============================= */
/* PRESIDENT MESSAGE */
/* ============================= */
@media (max-width: 768px) {

  .body_circular_image img {
    width: 200px;
    margin: 0 auto 15px;
    display: block;
  }

}


/* ============================= */
/* INSTITUTIONS GRID */
/* ============================= */
@media (max-width: 768px) {

  .vvm_inst_index .col-md-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .inst_index_title h2 {
    font-size: 16px!important;
    text-align: center;
	
  }

  .inst_image img {
    width: 100%;
    height: auto;
  }

  .vist_website {
    text-align: center;
    margin-top: 10px;
  }

}


/* ============================= */
/* CAMPUS HIGHLIGHTS */
/* ============================= */
@media (max-width: 768px) {

  .vvm_inst_index a {
    display: block;
    text-align: center;
    padding: 6px 0;
  }

}


/* ============================= */
/* FOOTER */
/* ============================= */
@media (max-width: 768px) {

  #footer .footer-top .col-lg-4 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  #footer .copyright {
    text-align: center !important;
    font-size: 12px;
  }

}


/* ============================= */
/* SPACING FIX */
/* ============================= */
@media (max-width: 768px) {

  section {
    padding: 30px 0 !important;
  }

@media (max-width: 768px) {

  #navbar ul {
    display: none;
    flex-direction: column;
    background: #050B4C;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  #navbar.navbar-mobile ul {
    display: flex;
  }

  .mobile-nav-toggle {
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 1000;
  }

}
}