.logo{
  padding: 10px 0;
}
.logo img.logo-nust
{

    height: 80px;
    transition-duration: 1s;
}
.logo img.logo-school
{

    height: 80px;
    transition-duration: 1s;
}
span.logo-divider {
    display: block;
    width: 1px;
    height: 80px;
    background: #ffffffc9;
    margin: 0 10px;    
    transition-duration: 1s;
}
.desktop_header.fixed .logo img{
  height: 50px;
}
.desktop_header.fixed .logo span.logo-divider{
  height: 60px;
}
.header_image{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
}
/*welcome message css*/
.msg-link
{
   border: 1px solid #fff;
}
.msg-link:hover {
    color: #f1a41f !important;
    border-color: #f1a41f !important;;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
}
/*priciple message css*/
.principle-img
{
  width:100%;
}
.principle-link
{
  border: 1px solid #0d4877;
}
.nust_fonts
{
  font-family: tahoma;
    font-weight: bold;
}
.principle-msg h3 
{
    color: #004879;
    font-family: tahoma;
    font-weight: bold;
}
.principle-msg h6{
  color: #004879;
}
.principle-link:hover {
    color: #f1a41f !important;
    border-color: #f1a41f !important;;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #f1a41f !important;
}

/*In the Spotlight css */
.spotlight-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.spotlight-carousel .owl-item.active img {
    transform-origin: center;
    transition-duration: 0s;
    transform: scale(0.9);
}
.spotlight-carousel .owl-item.active.center img {
    transform-origin: center;
    transition-duration: 2s;
    transform: scale(1);
}
.spotlight-carousel .owl-item.active {
    max-width: 25.5vw;
}
.spotlight-carousel .owl-item.active.center {
    min-width: 45vw;
}
.spotlight-carousel .owl-dots .owl-dot span {
    border-radius: 0 !important;
    width: 20px !important;
    height: 2px;
}


/*SEECE Heads css */
.seecs-heads-carousel .owl-stage {
    display: flex !important;
}
.seecs-heads-carousel .owl-item {
    min-height: 100% !important;
  /*  display: flex;
    flex: 1 0 auto;*/
}
.seece-heads
{
  border:1px solid #fff;
  color: #fff;
  padding: 3rem 1rem;
  height: 100% !important;
    display: inline-block;
	width: 100%;
}
.seece-heads .media-body h6:first-child
{
  background: #fff;
  color: #0d4877;
  padding: 5px 20px;

}

.seece-heads > ul
{
  list-style: none;
  margin:0;
  padding:0;
  word-break: break-word;
}
.seece-heads > ul > li > span
{
    font-weight: 600;
    padding-right: 0.5rem;
}
.navseecs{
  color: #fff !important;
  border: 1px solid #fff !important;
  background: inherit !important;;
  font-size: 18px !important;;
  padding: 8px !important;
  border-radius: 5px !important;
}

.navleft
{
  position: absolute;
  left: -50px
}
.navright
{
  position: absolute;
  right: -50px;
}

/*NUST PROGRAMS css */
.program-wrapper
{
  background: #f9f9f9;
  box-shadow: 0px 3px 6px #00000029;
}
.program-wrapper ul
{
  list-style: none;
  margin:0;
  padding:0;

}
.program-wrapper ul li
{
  padding: 10px 25px;
  position: relative;

}
.program-title
{
  background: #0d4877;
  color: #fff;
}
 .program-title1
{
  background: #f1a41f;
  color: #000;
}
.program-wrapper ul>li:first-child
{
  
  font-size: 24px;
  font-weight: 500;
  
  
}

.program-wrapper ul >li:not(:first-child) 
{
  padding: 10px 15px;
    margin: 0px 5px;
    border-top:1px solid #000;
}
.program-wrapper li:nth-child(2)
 {
    border-top:none !important;
}
.pro-link
{
    border: 1px solid #004284 ;
    background: inherit; 
    font-size: 12px ;
    padding: 5px;
    border-radius: 5px ;
    float: right;
}

/*Upcoming Events css */

  .image-contianer
  {
      position: relative;
      color: white;
  }
  .event-info
  {
      position: absolute;
      bottom: 5%;
      left: 16px;
      z-index: 2;
}

.image-contianer:before {
    content: '';
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background:linear-gradient(to bottom, rgba(13, 72, 119,0) 50%,rgba(13, 72, 119,1) 100%);
}

/*seminar css */
.carousel-text
{
  position: absolute;
  z-index: 10;
  top: 32%;
  max-width: 50%;
  background: #f1a41f;
  padding: 1% 2%;   
}
.seminar-carousel a:hover
{
  color: #000;
}
.seminar-carousel p
{
  font-size: 14px;
  font-weight: 500;
}
.seminar-carousel .owl-dots
{
  position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}
.seminar-carousel .owl-dots .owl-dot span 
{
      background: none repeat scroll 0 0 #fff;
    display: block;
    margin: 5px 7px;
    opacity: 0.5;
      border-radius: 0 !important;
    width: 20px !important;
    height: 2px;
}

/*Academic Program  CSS*/
  .academic-program-wrapper
  {
     box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px, rgba(0, 0, 0, 0.15) 0px 3px 3px;
  }
  .program-heading
  {
    font-family: tahoma;
	 font-weight:bold;
  }
  .academic-program p 
  {
    font-weight: 500;
    font-size: 16px;
  }
  .program-quote
  {
    padding: 15px;
      background: #e6d9ba;
      font-style: italic;

  }
  .program-objective
  {
    margin: 0;
    padding: 0 18px;

  }
  .program-objective li > p
  {
    margin-bottom: 0px;

  }
    ul.program-objective
    {
    list-style-type: none;
    padding: 0px;
    }
  ul.program-objective li >p:before
  {
    content: "-";

  }

  .courses-details table >thead>tr:first-child
  {
    background: #004879;
    color: #fff;

  }
  .quote-text
  {
    font-weight: 600;
  }
  .program-sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px, rgba(0, 0, 0, 0.15) 0px 3px 3px;
    }
  .program-sidebar ul li:first-child
  {
    background: #e6d9ba;
    padding: 10px;
    text-align: center;
    color: #000;
    font-weight: 500;     
  }
  .program-sidebar li {
    background: rgba(0,0,0,.05);
  }
  .program-sidebar li span {
  display: block;
     padding: 0px 10px;   
    border-bottom:1px solid #000;
}
.program-sidebar li a {
    padding: 8px 10px;
    display: block;
    color: #004879;
}
.program-sidebar li a:hover {
  
    color: #f1a400;
   
}
.program-sidebar li span i{
    font-size: 6px;
    margin-right: 10px;
}
    .other-program-sidebar ul{
      margin:0px;
      padding: 0px;
      list-style: none;

    }
    .other-program-sidebar ul li:first-child
  {
    background:rgba(0,0,0,.05);
    padding: 10px;
    text-align: center;
    color: #000;
    font-weight: 500;
    border-left: none;  
  }
    .other-program-sidebar li {
    background: #004284;
    margin: 2px 0;
    border-left: 10px solid #e6d9ba;
}
.other-program-sidebar li a {
    padding: 10px 10px;
    display: block;
    color: #fff;
    border-left: 2px solid #fff;
}

.program-archive-sidebar{
     margin-top: 65px;
}
.program-archive-sidebar ul{
      margin:0px;
      padding: 0px;
      list-style: none;

}
    .program-archive-sidebar ul li:first-child
  {
    background:#004284;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-left: none; 
  }
    .program-archive-sidebar li {
    background: rgba(0,0,0,.05);
    margin: 2px 0;
    border-left: 10px solid #e6d9ba;
    text-align: center;
}
.program-archive-sidebar li a {
    padding: 10px 10px;
    display: block;
    color: #000;
    border-left: 2px solid #fff;
}
.program-archive-sidebar li a:hover {
  
    color: #fff;
}

.program-img
{
    background-size: cover !important;
    position: relative;
    background-repeat: no-repeat !important;
    z-index: 0;
    background-position: center !important;
}
.program-img a
{
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 175px;
    align-items: center;
    z-index: 1;
    display: grid;
    transition-duration: 500ms;
}
.program-link ul>li:first-child {
    font-size:initial;
    font-weight: normal;
    padding: 10px 15px;
    margin: 0px 5px;
    border-bottom: 1px solid #000;
}

.program-link ul>li a {
  	color: #000;
	text-transform: uppercase;
	padding-right: 15px;
	display: inline-block;
}
.program-link ul>li a:hover {
  color: #f1a400;
}
.program-link ul>li>a i{
    border: 1px solid #000;
    background: inherit;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
	top: 20%;
	right: 0;
}

/* SEECS Department page css strat */ 
.img-section
{
  position: relative;
      height: 138px;
    overflow: hidden;
}
.img-section img {
    position: absolute;
    width: 100%;
    min-height: 138px;
}
.dep-item-wrapper
{
  height: 100%;
}
/*.dep-item-wrapper:hover::after
{
  content: "\f124";
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: #f1a400;
  border-radius: 50px;
  bottom: -16px;
  text-align: center;
  line-height: 30px;
}
*/
.dep-item-wrapper:hover
{
  cursor: pointer;
}
.dep-body
{
  background: #f9f9f9;
  padding: 10px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}
.dep-body:hover
{
  background: #fff;
  box-shadow:-1px 3px 20px 0px rgba(0, 0, 0, 0.2);

}
.img-section:hover + .dep-body {
  background: #fff !important;
  box-shadow:-1px 3px 20px 0px rgba(0, 0, 0, 0.2);
}
/* SEECS Department page css end */ 

.footer-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.footer-menu a:hover {
    color: #efa41d;
}


/*  lang switcher*/
.switcher .option {
    position: absolute !important;
}