#################### Added by Varun for testing purpose ####################
/*for node edit */
.layout-region-node-main,
.layout-region-node-footer {
    width: 100% !important;
}

.layout-region-node-secondary {
    width: 100% !important;
    float: none !important;
    clear: both;
}

.file {
    display: inline-flex;
    align-items: center;
}

.file a {
  margin-left: 6px;
}

@media screen and (min-width: 780px) {
    .layout-region-node-main,
    .layout-region-node-footer {
        width: 100% !important;
        float: none !important;
        padding-right: 0 !important;
    }
}
/* end of file node edit */

/* For Image Gallary page */

td.views-field-field-pg-e img {
    display: none !important;
}

td.views-field-field-pg-e img:first-of-type {
    display: block !important;
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

td.views-field-field-pg-e img {
    display: none;
}

td.views-field-field-pg-e img:first-of-type {
    display: block;
}

.gallery-data {
  display: none;
}

.image-gallery-block-wrapper {
  margin: 20px 0;
}

.image-gallery-title {
  font-size: 28px;
  margin-bottom: 15px;
}

.carousel-inner > .item > img {
  width: 100%;
  height: auto;
}

.carousel {
  min-height: 300px;
}
/* For table view format */
.gallery-row {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.gallery-date {
  font-weight: 600;
  margin-bottom: 10px;
}

.gallery-title {
  margin-bottom: 10px;
}

.gallery-images {
  text-align: center;
}

/* Carousel image */
.gallery-images img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}

/* Fix arrows */
.carousel-control {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .gallery-date,
  .gallery-title,
  .gallery-images {
    text-align: left;
    margin-bottom: 10px;
  }

  .gallery-images img {
    max-width: 100%;
  }
}

.mfp-arrow {
  transform: scale(1.5);
}

.mfp-container {
  padding: 0 !important;
}

.mfp-img {
  max-height: 90vh !important;
}
.gallery-row {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.gallery-images img {
  width: 100%;
  max-width: 200px;
}

.carousel-control {
  background: none !important;
}

/* Popup full screen */
.mfp-img {
  max-width: 95vw !important;
  max-height: 95vh !important;
}

/* Show close button properly */
.mfp-close {
  display: block !important;
  color: #fff !important;
  font-size: 35px !important;
  right: 10px !important;
  top: 10px !important;
  opacity: 1 !important;
}

/* Dark background */
.mfp-bg {
  opacity: 0.9 !important;
}

/* Center image better */
.mfp-content {
  text-align: center;
}

/* End of file Image Gallary page */

@media (max-width: 767px) {

  /* Right column layout */
  .top-head-def .col-sm-6.col-xs-4.text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    white-space: nowrap;
  }

  /* FIX: Proper hamburger size */
  .top-head-def .navbar-toggle {
    display: inline-block !important;
    float: none !important;

    width: 34px;
    height: 28px;
    padding: 4px 6px;

    margin: 0;
  }

  /* Fix the 3 bars inside */
  .top-head-def .navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    margin: 3px auto;
  }

  /* Remove flex from button (this was breaking it) */
  .top-head-def .navbar-toggle {
    align-items: unset !important;
    justify-content: unset !important;
  }
}
/* End of file top-header in Mobile */

/* For Announcements and events */

/* === FIX: icon + date inline (Drupal 9 style) === */

/* Parent container */
.views-row .date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-style: italic;
}

/* VERY IMPORTANT: force icon inline */
.views-row .date.fas,
.views-row .date .fas {
  display: inline-block !important;
  width: auto;
  line-height: 1;
}

/* Fix pseudo-element icon */
.views-row .date.fas::before {
  display: inline-block;
  margin-right: 6px;
}

/* Remove any block wrapper */
.views-row .date > div {
  display: inline;
}

/* Fix wrong icon (map → clock) */
.views-row .fa-map-marker-alt::before {
  content: "\f017"; /* clock */
}

/* Spacing like Drupal 9 */
.views-row .date {
  margin-top: 2px;
}

/* Remove duplicate icon (keep only one) */

/* Hide any inner icon if present */
.views-row .date i,
.views-row .date svg {
  display: none !important;
}

/* Keep ONLY the pseudo-element icon */
.views-row .date::before {
  display: inline-block;
  margin-right: 6px;
}

/* Ensure no second pseudo-element appears */
.views-row .date i::before {
  content: none !important;
}

/* Nuclear option: remove ALL inner icons */
.views-row .date * {
  display: none !important;
}

/* Recreate single clean icon */
.views-row .date::before {
  content: "\f017"; /* clock */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
  display: inline-block;
}

/* Keep text visible */
.views-row .date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-style: italic;
}

span.date.fas.fa-map-marker-alt {
    display: none !important;
}

/* EOF Announcements and events */

/* For Login screen */

/* ===== WRAPPER ===== */
.user-login-form {
  max-width: 400px;
  margin: 40px auto;
  padding: 25px;
  background: #eee;
  border: 1px solid #ccc;
}

#edit-openid-connect-client-sso-login {
    margin: 0px 20rem 0px 0px !important;
}

/* ===== INPUT FIELDS ===== */
.user-login-form .form-control {
  width: 100%;
  margin-bottom: 12px;
}

/* ===== BUTTON FIX (IMPORTANT) ===== */
.user-login-form .form-actions .form-submit,
.openid-connect-login-form .form-submit {
  width: auto !important;
  display: inline-block !important;
  padding: 6px 14px;
}

/* ===== ALIGN BUTTON LEFT (D9 STYLE) ===== */
.form-actions {
  text-align: left;
}

/* ===== SSO BUTTON ===== */
.openid-connect-login-form {
  text-align: center;
  margin-top: 20px;
}

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

  .user-login-form {
    max-width: 90%;
    margin: 20px auto;
    padding: 20px;
  }

  /* Make buttons full width on mobile (better UX) */
  .user-login-form .form-actions .form-submit,
  .openid-connect-login-form .form-submit {
    width: 100% !important;
    display: block !important;
  }

  .form-actions {
    text-align: center;
  }
}

/* ===== SMALL MOBILE (≤480px) ===== */
@media (max-width: 480px) {

  .user-login-form {
    max-width: 95%;
    padding: 15px;
  }

  .user-login-form .form-control {
    font-size: 14px;
    padding: 8px;
  }

  .user-login-form .form-submit,
  .openid-connect-login-form .form-submit {
    font-size: 14px;
    padding: 8px 12px;
  }
}

/* End of file Login screen */

/* Show page footer */

/* ============================= */
/* FIX PAGE HEIGHT (SHOW FOOTER) */
/* ============================= */

/* Allow full page scroll */
html, body {
  height: auto !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}

/* CRITICAL: remove height restriction */
.dialog-off-canvas-main-canvas,
.main-content,
#main-content,
.container,
main {
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
}

/* Ensure footer is visible */
footer {
  display: block;
  clear: both;
}

/* ============================= */
/* FIX FOOTER (REMOVE FIXED) */
/* ============================= */

.section-footer {
  position: relative !important;
  bottom: auto !important;
  width: 100%;
  min-height: auto;
}

/* Remove media query override */
@media screen and (min-width: 767px) {
  .section-footer {
    position: relative !important;
  }
}

/* End of file show page footer */

/* For Search Bar */



/* End of file Search Bar*/

/* For slick slider*/

/* ===================================================== */
/* DRUPAL 10 + SLICK + BLAZY FINAL CLEAN CSS */
/* ===================================================== */


/* ============================= */
/* FIX MAIN CONTENT ISSUE */
/* ============================= */

/* Remove old Drupal 9 spacing hack */
#main-content {
  margin-bottom: 0 !important;
}


/* ============================= */
/* SLIDER CONTAINER FIX */
/* ============================= */

.region-slider {
  width: 100%;
  overflow: hidden;
}


/* ============================= */
/* FIX BOOTSTRAP ROW CONFLICT */
/* ============================= */

/* Prevent negative margins breaking slider */
.region-slider.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.region-slider .views-element-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* ============================= */
/* SLICK STRUCTURE FIX */
/* ============================= */

.region-slider .slick-slider,
.region-slider .slick-list,
.region-slider .slick-track {
  width: 100%;
  height: auto !important;
}


/* Prevent slide collapse */
.region-slider .slick-slide > div {
  height: 100%;
}


/* ============================= */
/* BLAZY RATIO SYSTEM (CORE FIX) */
/* ============================= */

/* Default desktop ratio (1200x400) */
.region-slider .media--blazy {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 33.33%;
}


/* ============================= */
/* IMAGE FITTING */
/* ============================= */

.region-slider .media__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}


/* Remove Bootstrap interference */
.region-slider img {
  max-width: none !important;
  margin: 0 !important;
  display: block;
}


/* ============================= */
/* RESPONSIVE RATIO SETTINGS */
/* ============================= */

/* Mobile */
@media (max-width: 767px) {
  .region-slider .media--blazy {
    padding-bottom: 50%;
  }

  #main-content {
    margin-top: 12em !important;
    margin-left: 10px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .region-slider .media--blazy {
    padding-bottom: 40%;
  }

  #main-content {
    margin-top: 10em;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .region-slider .media--blazy {
    padding-bottom: 33.33%;
  }

  #main-content {
    margin-top: 0;
  }
}


/* ============================= */
/* OPTIONAL IMPROVEMENTS */
/* ============================= */

/* Smooth rendering */
.slick-slide {
  overflow: hidden;
}

/* Prevent layout shift */
.media--ratio {
  height: 100%;
}


/* Optional: No crop (uncomment if needed) */
/*
.region-slider .media__element {
  object-fit: contain;
  background: #000;
}
*/


/* ===================================================== */
/* END OF FILE */
/* ===================================================== */
/* End of file slick slider*/
/*
.navbar-toggle{
display:block;
border:0;
background:none;
}

.icon-bar{
display:block;
width:22px;
height:2px;
background:#333;
margin:4px 0;
}

.text-right{
text-align:right !important;
}

.pull-right{
float:right !important;
}

.navbar-nav>li{
display:inline-block;
}
*/


.navbar-brand, .navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    line-height: 20px;
    color:#444444;
}
/* Student Notices list style */
.student-notices ul {
  list-style: circle;
  padding-left: 20px;
  margin-top: 10px;
}

.student-notices ul li {
  margin-bottom: 6px;
}

.row.region.region-top1 {
  margin-left: -15px;
  margin-right: 15px;
}

.site-footer .block {
    margin: 20px 0 !important;
    padding: 10px !important;
    border: 0;
}

.site-footer h2 {
    color: #fff !important;
}

.top1 h3, .top2 h3 {
    font-size: 24px;
}

.top1 .fas, .top2 .fas {
    font-size: 24px;
}

/* Hide skip link by default */
.skip-link {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

/* Show only when keyboard user tabs */
.skip-link:focus,
.skip-link:active {
  top: 0;
  background: #444;
  color: #fff;
  padding: 5px 12px;
  border-radius: 0 0 10px 10px;
}

.page table tr, .page table td, .blog .blog-single table tr, .blog .blog-single table td, .comments-area table td, .comments-area table tr {
    border-right: 1px solid #c3c3c3;
    padding: 10px 10px;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    background-color: transparent !important;
}

table {
    background-color: transparent !important;
    margin: auto !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

h3.western a {
    text-decoration: none !important;
}

################# End of File ###################################

.demo-block{
  text-align: center;
  color: #000000!important;
}

.contextual-region .contextual .contextual-links a{
  color: #333!important;
}
.contextual-region .contextual .contextual-links a:hover{
  color: #333!important;
}
.main-container, .main-container-admin{
 padding-bottom: 3em;
}

#main-content{
    z-index: 1;
    background-color: #ffffff;
    position: relative;
    margin-top: 7.5em;
}

@media screen and (max-width: 767px){
  #main-content{
    margin-top: 3em;
    margin-bottom: 0px!important;
  }
}
/*@media screen and (max-width: 600px){
  #main-content{
    margin-top: 9em;
  }
}

@media screen and (max-width: 450px){
  #main-content{
    margin-top: 9em;
  }
}
*/



/* top_nav */

.top-nav{
    padding: 10px;
    font-size: 1.1rem;
    position: relative;
    -moz-box-shadow: 1px 1px 8px #b1b1b1;
    -webkit-box-shadow: 1px 1px 8px #b1b1b1;
    box-shadow: 1px 1px 8px #b1b1b1;
      -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
    transition: all 0.5s;
}
.top-nav-brand{
    font-size: 1.1rem;
    font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
}
.top-nav-brand a:hover{
  text-decoration: none;
}


.top-nav p {
    margin: 0;
}
.social-media {
    padding: 10px 0;
    text-align: center;
}

.social-media a {
    line-height: 100%;
    font-size: 1.1rem;
    display: inline-block;
    padding: 4px 8px;
    width: 26px;
}

@media screen and (min-width: 767px){
.social-media {
    padding: 0px 0;
    text-align: right;
}
}
/* header */
.navbar {
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
    transition: 0.5s;
  }

  .navbar-default{
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 10;
  }

  .navbar-fixed-top{
    z-index: 10;
  }


.topnav-is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}




@media screen and (max-width: 767px){

  .region-navigation-collapsible{
    display: none;
  }
}



.hidden{
/*  display: none;*/
 opacity: 0;
  -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.region-header{
    -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}




.navbar-brand {
  height: auto;
  padding-top: 0.9em ;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
transition: all 0.5s;
}

@media screen and (max-width: 767px){
  #search-shrink{
    display: none;
  }
}

a.logo{
  width: 5em;
}

.font-shrink a.logo{
  background-color: #f8f8f8;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 0;
  width: 4.5em;
}

.sec-logo{
  display: inline;
  max-width: 6em;
}

.navbar-text {
    /* width: 10em; */
    /* text-align: initial; */
    font-weight: 400;
   /* color: #666!important;*/
    font-size: 1.1rem;
    /*font-size: 15pt;*/
    /* line-height: 1.1; */
    /* margin: 0.8em 0; */
    margin-left: 0;
    margin-top: 1.4em;
    font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
 /*     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;*/
}
.navbar-toggle {
  background-color: #afafaf;
}
.navbar-toggle .icon-bar {
    background-color: #888!important;
}

.toggle-search{
  padding: 4px 12px;
}
.form-control:focus {
  border-color: #0478d6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(74, 65, 65, 0.075), 0 0 8px #277dd6;
  box-shadow: inset 0 1px 1px rgba(74, 65, 65, 0.075), 0 0 8px #277dd6;
}

/*#search-block-form{
    margin-top: 0.45em;
    float: right;
}*/

/* header-end */



/*login-form-start*/

.user-login-form,
.user-form,
.user-pass{
    max-width: 504px;
    margin: 40px auto;
    border: 1px solid #ddd;
    padding: 30px 60px;
    background: #f3f3f3;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}
/* login form end */




..region-footer-bar-left ul{
  list-style-type: none;
}

.region-footer-bar-left ul.menu li, .region-footer-bar-right ul.menu li{
  display: inline-block;
  padding: 5px;
}

.region-footer-bar-left ul.menu li:hover a, .region-footer-bar-right ul.menu li:hover a{
  background-color: transparent!important;
}



@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  transition: box-shadow .25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  padding: 15px;
  text-align: left;
}
.card-title {
  margin-top: 0px;
  font-weight: 700;
  
}
.card-title a {
  color: #000000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase;
  color: #D30015;
}


.top-wrapper .card{
  background-color: #EDF2F6;
}

.top-wrapper .card-title{
  font-size: 1.65em;
}


/*main navigation dropdown*/

li.dropdown a span.glyphicon, li.dropdown-submenu a span.glyphicon{
 font-size: 0.8rem;
 line-height: inherit;
}
li.dropdown-submenu a span.glyphicon{
  float:right;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  padding: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: right;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: 100%;
  margin-left: 0px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-nav li:last-child > .dropdown-menu a {
text-align: left;
}

.navbar-nav li:last-child > .dropdown-menu .dropdown-submenu > .dropdown-menu {
left: 100%;
}

.navbar-nav li:last-child > .dropdown-menu .dropdown-submenu > .dropdown-menu a{
  text-align: left;
}

.navbar-nav li:last-child > .dropdown-menu .dropdown-submenu > .dropdown-menu a span.glyphicon{
  float:right;
}

.dropdown-menu > li > a{
  white-space: normal;
}
/*main navigation dropdown end*/


/* main slider section */

.slider-wrapper{
  margin-top: 7.2em;
}
.slider-wrapper-admin{
  margin-top: 7.2em;
}

@media screen and (max-width: 767px){
  .slider-wrapper{
    margin-top: 8em;
  }
  .slider-wrapper-admin{
    margin-top: 4em;
  }
}

#slick-views-main-slider-block-1-1-slider .slide__content img{
/*  height: 80vh;
  object-fit: cover;*/
  width: 100%;
}

.slick-arrow{
  position: absolute;
  height: 50px;
  color: transparent;
  width: 50px;
}

.slick-arrow::before {
    color: #37465b!important;
    font-size: 3rem;
}

.slick-prev::before{
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  /*font-size: 3rem;*/
  top: 0%;
  left: 0;
  content: "\f104";
  font-weight: 900;
}
.slick-next::before{
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  /*font-size: 3rem;*/
  top: 0%;
  left: 0;
  content: "\f105";
  font-weight: 900;
}

#slick-views-main-slider-block-1-1-slider .slide__caption{
  background: #00000096;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  /*font-size: 1.2rem;*/
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 80%;
  transform: translateX(-50%);
  width: 50%;
  color: #ffffff;
  margin-bottom: 0px;
  /*font-family: "Montserrat";*/
  }

#slick-views-main-slider-block-1-1-slider .slide__title{
  font-size: 1.3rem;
}
#slick-views-main-slider-block-1-1-slider .slide__title a{
  color: #ffffff;
}

#slick-views-main-slider-block-1-1-slider .slide__title a:hover{
  color: #ffffff;
}

@media screen and (max-width: 767px){
  #slick-views-main-slider-block-1-1-slider .slide__caption{
    top: 65%;
    font-size: 0.85rem;
  }

  #slick-views-main-slider-block-1-1-slider .slide__title{
    font-size: 1rem;
  }

  .slick-arrow{
    height: 40px;
    width: 40px;
  }

  .slick-arrow::before {
    font-size: 2rem;
  }

}

@media screen and (max-width: 600px){
  #slick-views-main-slider-block-1-1-slider .slide__caption{
    top: 45%;
    font-size: 0.75rem;
  }

  #slick-views-main-slider-block-1-1-slider .slide__title{
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 450px){
  #slick-views-main-slider-block-1-1-slider .slide__caption{
    top: 30%;
    width: 70%;
    font-size: 0.65rem;
  }

  #slick-views-main-slider-block-1-1-slider .slide__title{
    font-size: 0.7rem;
  }

  .slick-arrow{
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 64em){
  .slide__caption {
    padding: 10px;
  }
}

 /* .region-research-highlights #slick-views-research-highlights-block-1-1{
    padding-left: 4em;
    padding-right: 4em;
  }*/
  .region-slider .slick-arrow {
    border-radius: 5px;
    background-color: #e3e3ed;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
/* main slider section ends */

/* node */

/*    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;*/

ol.breadcrumb li::before, ol.breadcrumb li.active::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
} 
ol.breadcrumb li:first-child::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}*/
  .sabbi-page-header.page-header-lg {
    min-height: 265px;
    /* width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 100px;
    left: 50%; */
  }


.profile-nav{
  padding:0;
  margin: 30px 0 30px 0;
  list-style:none;
  text-align:center;
}

.profile-nav li{
  margin: 0 5px;
  display:inline;
}

.profile-nav li a{
  display:inline-block;
  padding:10px 22px;
  color:#222222;
  border-radius:4px;
  background:#f7f7f7;
  margin-bottom:5px;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}



/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.padding{
  padding-bottom:60px;
}

/*.scholar_icon img, .scopus_icon img, .orcid_icon img{
  width: 32px;
}
*/
.scholar_icon{
    background-image: url(../img/scholar.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    color: transparent;
}

.scopus_icon{
  background-image: url(../img/scopus.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    color: transparent;
}

.orcid_icon{
    background-image: url(../img/orcid.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    color: transparent;
}

.scholar_icon:hover, .scopus_icon:hover, .orcid_icon:hover{
    color: transparent;
    outline: none;
}

.scholar_icon:focus, .scopus_icon:focus, .orcid_icon:focus{
    color: transparent;
    outline: none;
}
.scholar_icon:active:focus, .scopus_icon:active:focus, .orcid_icon:active:focus{
    color: transparent;
    outline: none;
}

ul.shs li:last-of-type{
  list-style-type: none;
}

.file {
  font-size: 100%;
  }

.file span.file-size{
  display: none;
}

.file>span {
    border: none!important;
    background: transparent!important;
}

.fac-info-link{
  white-space: normal;
}





/* single event section */
.sabbi-events-item .events-item-meta .events-date{
    display: block;
}

.event-page-header{
  background-color: #b0cad0;
  /*background: url(../img/seats.jpg);*/
/*  background-size: cover;*/
}

.event-page-header .page-title{
  background-color: rgba(30, 31, 31, 0.7);
}

.event-venue-label:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    margin: 0 8px 0 0;
  }

.event-date-label:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    margin: 0 8px 0 0;
  }

/* single event section */

/* single news section */
.sabbi-events-item .events-item-meta .events-date{
    display: block;
}

.news-page-header{
  background-color: #b0cad0;
/*  background: url(../img/news.jpg);
  background-size: cover;
  background-position: center;*/
}

.news-page-header .page-title{
  background-color: rgba(30, 31, 31, 0.7);
}

.news-venue-label:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    margin: 0 8px 0 0;
  }

.news-date-label:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    margin: 0 8px 0 0;
    font-weight: 800;
  }

/* single news section */
/* node-end *


/* main slider section ends */
/* footer section */
.footer1 .nav > li > a:hover, .footer1 .nav > li > a:focus {
  background: transparent;
}
.footer-bottom nav li > a:hover, .footer-bottom nav li > a:focus{
  background: transparent;
}
.footer-bottom nav li > a:active{
  background: transparent;

}
.footer-bottom .contextual-region .contextual .contextual-links li{
  display: inline-block;
}
/* footer section end */


/*--------Back to top----------*/

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius:3px;
    color: #ffffff;
    z-index: 9999;
    cursor: pointer;
    transition: background 0.5s;
    -moz-transition:all background 0.5s;
    -webkit-transition: background 0.5s;
}

#back-to-top:after {
  content: "\f106";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
}






.top-nav{
    padding: 5px;
    font-size: 1.1rem;
    /*position: relative;*/
    -moz-box-shadow: 1px 1px 8px #b1b1b1;
    -webkit-box-shadow: 1px 1px 8px #b1b1b1;
    box-shadow: 1px 1px 8px #b1b1b1;
      -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
    transition: all 0.5s;
}

.top-nav-fixed{
  z-index: 15;
  position: fixed;
    top: 0;
    width: 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
   transition: all 0.8s;
}

.top-nav-hidden{
  -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
   transition: all 0.8s;
}


body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .top-nav-fixed{
  top: 79px;
}

body.toolbar-fixed .top-nav-fixed{
  top: 39px;
}

#main-wrap {
  padding-top: 0;
}

.top-nav-fadeout{
  opacity: 0;
    -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
   transition: all 0.8s;
}

.top-head-def{
  padding: 5px;
  font-size: 1.1rem;
}

.top-head-site-info{
  display: none;
}

.top-head-def-brand, .top-head-site-info{
  font-size: 1.1rem;
  font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
}


.top-head-def a:hover{
  text-decoration: none;
}

.language-switcher-language-url ul.lang-links{
  list-style-type: none;
  display: inline-block;
  font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
  font-size: 0.85rem;
}

.language-switcher-language-url ul.lang-links li{
  display: inline;
  padding: 0px 5px;
  border-right: 1px dotted;
}
.language-switcher-language-url ul.lang-links li:last-child{
   border-right: none;
}
.language-switcher-language-url ul.lang-links li a:hover{
  text-decoration: underline;
}
.navbar{
  margin-bottom: 0px;
}

#navbar {
  -webkit-transition: all 0.8s;
     -moz-transition: all 0.8s;
     -o-transition: all 0.8s;
    transition: all 0.8s;
  }
  .navbar-fixed-top{
    z-index: 10;
  }
/*  #navbar.is-hidden {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
*/
  .is-hidden{
     -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
    }
 
  .is-hidden-nav{
     -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
    }

  .navbar-text {
    width: 10em;
    text-align: initial;
    font-weight: 400;
    color: #666!important;
    font-size: 12pt;
    line-height: 1.1;
    margin: 1.2em 0;
    font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
  }

  .navbar-nav {
    font-size: 0.95rem;
  }

.region-top-head-search .form-group{
  margin-bottom: 0px;
}

.navbar-text{
    margin: 2em 0;
    width: 5em;
}

.footer-bottom .social-media{
  text-align: right;
}


.footer-bottom .contextual-region .contextual .contextual-links{
  top: -71px;
}


/* view-chemical-engineering-laboratories*/
.view-chemical-engineering-laboratories .views-field-field-facultynode ul{
  list-style-type: none;
}



/* media queries */

@media screen and (max-width: 1200px){
/*  .region-content{
    font-size: 14px;
  }*/
  .node-field-label{
    font-size: 16px;
  }

}

@media screen and (max-width: 1000px){
/*  .sec-logo {
    max-width: 5em;
  }*/
/*  .region-content{
    font-size: 14px;
  }*/
}

@media screen and (max-width: 992px){

  .node-field-label{
    font-size: 14px;
  }
  .navbar-text {
    width: 5em;
  }
   .navbar-brand {
    font-size: 1.4rem;
    line-height: 2;
  }
}


@media screen and (max-width: 768px){
  .navbar-brand{
   /* font-size: 14pt;
    padding: 10pt;*/
    font-weight: normal;
    float:left;
    text-align: left;
    line-height: 1.2;
  }
/*   a.logo {
    width: 4.5em;
  }*/
  .sec-logo {
    display: inline;
    max-width: 4.5em;
  }

 /* .navbar-brand {
    max-width: 11em;
  }*/
}

@media screen and (max-width:767px){
  .footer-bootom-nav a {
    font-size: 0.75rem;
  }
  .footer-bottom ul.menu li{
    display: inline;
  }

  .title-widget{
    margin-bottom: 10px;
  }

  #main-wrap{
    padding-top: 0px;
  }
  .navbar-text{
    /*margin: 1em;*/
    /*font-size: 10pt;*/
    /*width: 8em;*/
    text-align: initial;
  }

  .top-nav{
    font-size: 0.95em;
  }

  .top-nav-brand{
    font-size: 0.95em;
    text-align: center;
  }

  .footer-bottom .social-media{
  text-align: left;
  }

}


@media screen and (max-width: 767px){
  .navbar-text {
    margin: 1.5em;
  }
  .navbar-brand {
    font-size: 1rem;
    line-height: 2;
  }
/*  .top-head-def{
    text-align: center;
  }*/
    .top-head-def-brand, .top-head-site-info{
    font-size: 14px;
  }
}

@media screen and (max-width: 600px){
  .navbar-text {
    display: none;
  }
  #nav-wrap{
      -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .top-head-def-brand{
    display: block;
  }

  .top-head-site-info{
    display: none;
  }
}


@media screen and (max-width: 450px) {
  .navbar-brand {
    max-width: 9em;
    padding: 10px;
    margin-left: 0px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .sec-logo {
    display: inline;
    max-width: 4em;

  }
  a.logo {
    width: 5em;
  }

  .top-head p {
    font-size: 10pt;
  }
  a.logo2{
    margin-right: 0em;
  }

  .navbar-toggle{
    margin: 0px;
    padding: 7px;
  }
}


@media screen and (max-width: 300px){
  .navbar-brand{
    max-width: 10em;
    line-height: 15px;
  }

  img.sec-logo{
    max-width: 4em;
  }
}







/* media queries end */



/*===================================*/




/*
.region-header-search {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

#search-block-form {
    display: table;
    width: 100%;
}

#search-block-form .form-item, #search-block-form .form-actions {
    display: table-cell;
    vertical-align: top;
}

@media (min-width: 767px){
.region-header-search {
    float: right;
    width: 260px;
}
}
*/


