.carousel-item {
    height: 94vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {  display: block !important;  }
.maininfo .infod{border: 1px solid #ccc; font-size: 22px;    padding-bottom: 16px;}
.maininfo .infod h2{border-bottom: 1px solid #ccc; font-size: 22px;    padding: 10px 15px;}
.maininfo .infod p{padding:0px 10px 0px 10px; font-size:16px;margin-bottom: 5px;}
.card .card-body p{text-align: justify!important;}

.navbar.navbar-expand-lg img{height:70px!important;}
 .carousel-item img{width:100%;} 
  /* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #364f6b !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

}
@media (max-width: 767px){
    .gal-carousal{
        height: 680px;
    }
    .carousel-item {
        height: 70vh;
        max-height: 200px;
    }
   .carousel-item img{width:100%;} 
   .ProvostDesk{margin-top:0px!important;}
   .navbar.navbar-expand-lg img { height: 58px!important;}
}
@media (max-width: 1200px)
{
    .carousel-item {
        height: 80vh;
        min-height: auto;
    }
}



  .item {
    display: inline-block;
    font-size: 50vmin;
    color: #fff;
    animation: 1s bell-vibrate ease-in-out infinite;
  }
  
  @keyframes bell-vibrate {
    0% { transform: rotate(0); }
    4% { transform: rotate(8deg); }
    8% { transform: rotate(-8deg); }
    12% { transform: rotate(8deg); }
    16% { transform: rotate(-8deg); }
    20% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }
