/***********************************************************************************************/
/* General */
/***********************************************************************************************/
body {
  margin-top: 10px;
}
/***********************************************************************************************/
/* Custom */
/***********************************************************************************************/
/********The heading Part********/


/**the header part**/
.header {
  height: 120px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
        color: #1F3D5C;
        background: white;
  
}
.header  img {
    padding-top: 5px;
    width: 100px;
    height: 100px;
    display: inline-block;
  }
/*rotate the logo*/
.animate {
  text-align: center;
  transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
}

.rotate:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
/*end of the ratation*/
  .header h2 {
    display: inline-block;
    font-weight: normal;
    font-size: 30px;
  }
  .header h4 {
    display: inline-block;
    font-size: 25px;
    padding-left: 10px;
    padding-top: 30px
  }
    .header h3 {
    float: right;
    font-size: 20px;
    padding-top: 50px;
    font-weight: normal;
  }
  .header em{
    font-style: normal;
    font-size: 20px;
  }
  .header i{
    font-style: normal;
    text-shadow: 1px 2px 1px #231a0c;
    font-size: 55px;
    font-family: droid;
  }
  .header a {
    color: #A37A00;
    text-decoration: none;

  }
  .header a:hover {
    color: green;
    font-style: italic;
  }

.custom-cols {
  background-color: #ffe5e0;
  display: block;
  height: 200px;
}
[class*="span"] {
  background-color: #AAE1EE;
}
.dark {
  background-color: #2ab4d5;
}
/*the menu bar*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#menu {
  background: #2a6c7f;
  width: auto;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#menu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#menu.align-right ul li {
  float: right;
}
#menu.align-center ul {
  text-align: center;
}
#menu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#menu ul li a:hover {
  color: #333333;
}
#menu ul li a:hover:before {
  width: 100%;
}
#menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#menu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#menu ul li.last > a:after,
#menu ul li:last-child > a:after {
  display: none;
}
#menu ul li.active a {
  color: #333333;
}
#menu ul li.active a:before {
  width: 100%;
}
#menu.align-right li.last > a:after,
#menu.align-right li:last-child > a:after {
  display: block;
}
#menu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #menu ul li {
    float: none;
    display: block;
  }
  #menu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #menu ul li.last > a,
  #menu ul li:last-child > a {
    border: 0;
  }
  #menu ul li a:after {
    display: none;
  }
  #menu ul li a:before {
    display: none;
  }
}

/*Notification section*/
.bg-info{
	text-align: center;
  
    
}

/*the contents section*/

marquee ul li a:link {
  text-decoration: none;
  font-weight: bold;
}
/*the footer section*/
.footer {
	background-color: #006699;
	text-align: center;
}
.footer a:link {
  color: #0c050e;
}
.footer a:visited {
  color: #5a1e28;
}
.footer a:hover{
  color: #71c34c;
}
.footer a:active{
  color: #010202;
}



/*departmental link*/
.dept a:link{
  font-weight: bold;
  text-decoration: none;
}
.dept a:hover {
  color: #005252;
  font-style: italic;
}

/*vision*/
.vision {
  text-align: center;
  text-shadow:2px 4px 2px #ADC2D6;
  font-weight: bold;
}
