html,
body {
    font-size: 17px;
    overflow-x: hidden;
}


.logo-title {

    padding-top: 1%;
    padding-left: 2%;
}

.title {
    color: #0f3057;
    margin-bottom: 0px;
    font-weight: bold;
}

.header-top {
    background: #C00404;
}
.stick {
  position: fixed;
  top: 0;
  z-index: 1;
    width: 100%;
}
.dep-hei{
    height: 32rem;
}

.announce-tag {
    color: white;
    background: #7a1e0b;
    text-align: right;
    padding-top: 0.5%;
    font-weight: 500;
}
/*.arrow-right:after {*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 7px solid transparent;*/
/*    border-bottom: 7px solid transparent;*/
/*    border-left: 7px solid #C00404;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: -7px;*/
/*    margin: auto;*/
/*}*/

.arrow-right:hover{
    background: #c3d1d8 !important;
    color: blue;
    transform: scale(1.2);
    box-shadow: 25px gray;
    margin-left: 20px;

}

.arrow-right-text:after{

}
.announce-tags {
   
}

.announcement {
    background: #e85;
    padding-top: 0.5%;
    width: 100%;
	
}


.custom-carosel {
/*    height: 62vh !important;*/
}

.campus {
    margin-bottom: 0px;
}

.img-tiles {
    background-size: cover;
    max-width: 100%;
}

.img-tiles2 {
    background-size: cover;
    max-width: 100%;
}

.lead {
    font-size: 18px;
    font-weight: 700;
}

.panel .panel-body {
    padding: 20px;
    background: #eff3f5;
    height: 300px;
}

.admin-section {
    background: #eff3f5;
}

.admin-cards {
    width: 125px;
    height: 125px;
    margin-top: 15%;
    border-radius: 10px;
}

.ad-name {
    font-size: 25px;
    margin-bottom: 4%;
    background: #226633;
    color: white;
    margin-top: 2%;
    border-radius: 5px;
    text-align: center;
    padding: 0.4%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #226633;
}

.navbar {
    /*    min-height: 20px;*/
    align-items: flex-start;
    background: #226633;
    /*    z-index: 5;*/
    height: auto;
    font-weight: 500;
    font-size: 15px;
}

.navbar-nav {
    /*    background: #1a0000;*/
}

.nav-item-back:hover .nav-link {
    background: #7195a8;
}


.footer {
    height: auto;
    background: #1b262c;
    color: white;
    z-index:-1;
    text-align: left;
    font-size: 15px;
    padding: 1%;
}

.news-demo-down-auto{
    list-style-type: none;
}


.news {
    background: white;
    padding: 1%;
    height: 350px;
    overflow: hidden;
}

.news-box a {
    font-size: 16px;
    color: #333;
    font-style: oblique;
    
}
.news-box{
    margin-bottom: 0.5rem;
}


.admini {
    border: 1px;
    border-style: solid;
}




.number-section {
    background-image: url("../images/blur.png");
    /*background:black;*/
    background-size: cover;
    /*opacity:0.5;*/
    height: auto;
    /*
     Add the blur effect 
    filter: blur(8px);
    -webkit-filter: blur(8px);
*/
}

.icons-text {
    font-size: 18px;
    margin-top: 10px;
}

.booked-weather-160x36 {
    margin-top: 15px !important;
}

.sall a {
    color: #007bff;
    font-size: 14px;

}

.pipe {
    color: red;
}


/*Department Section*/
.dep {
    padding: 0% 7%;
}



.slick-prev::before,
.slick-next::before {


    color: red !important;
}


.slick-next,
.slick-prev {
    height: 40px !important;
    width: 40px !important;
}

.carousel-indicators {
    /*    z-index: 4;*/

}



.dropdown-menu {
    font-size: 1.5rem;
    opacity: 0.8;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: #c00404;
    color: white;
}

.dropdown-item {
    background: #1b262c;
    color: white;
}


.welcome-note {
    position: absolute;
    top: 5%;
    bottom: 70%;
    color: white;
    left:20%;
    width:55%;
    background: black;
    opacity: 0.2;
    z-index: 0;
}

.welcome-note p {
    font-weight: 500;

    /*    z-index: 100000;*/
}

.text-marquee a{
    color: black;
}

/*Media Queries*/

@media(max-width:577px) {
    
    
    .footer{
        padding: 4%;
    }
    
    .title {
    font-size: 18px;
    color: #0f3057;
    margin-top: 4px;
    font-weight: bold;
        
}
    
    .ad-name {
    font-size: 20px;
    margin-bottom: 4%;
    background: #226633;
    color: white;
    margin-top: 2%;
    border-radius: 5px;
    text-align: center;
    padding: 0.4%;
}


    .news-box a {
        font-size: 14px;
        color: #333;
    }


    .small-card {
        width: 80px;
        height: 80px;

    }

    .news {
        background: white;
        padding: 1%;
        height: 40vh;

        overflow: hidden;
    }



    .tagline {
        font-size: 10px;
    }

    .img-tiles {
        height: 150px;
        padding: 2px;
    }

    .img-tiles2 {
        height: 150px;
        padding-left: 20px;
        margin-bottom: 4px;
    }

    .panel .panel-body {
        height: 100px;
    }




}

@media screen and (min-width: 768px) body {
    font-size: 85%;



    .custom-carosel {
        height: 200px !important;
    }
    .caro-img{
        height: 200px !important;
    }

    .ad {
        padding: 10px 20px;
    }

    .number-section {
        padding: 30px 30px;
        height: auto;
        font-weight: bold;
    }

    .icons-text {
        font-size: 14px;
    }

    .number-section .text-white {
        font-weight: bold;
        text-align: center;
    }



    .news {
        height: auto;
        padding: 25px;
    }

}


@media(min-width:992px) {

    .number-section,
    text-white {
        font-size: 25px;
    }

    .number-section,
    h2 {
        font-size: 30px;
    }

    .number-section {
        padding: 50px 75px;
    }
    .caro-img{
        height: 450px;
    }

}

.header__topmenu {
    background: #b41357;
    position: relative;

}

.header__topmenu a {
    color: white;
    font-weight: 500;
    font-size: 13px;
}

.card-header {
    font-weight: bold;
    font-size: initial;
}


ul {
    margin-bottom: 0.25rem;
}

.tagline {
    font-size: 12px;
    font-weight: 500;
}



.small-card {
    padding: 8px 8px;
}

.section1 {
    position: relative;
}

.sall {
    position: absolute;
    bottom: 0px;
    color: blue;
    background: white;
}




.social-media {
    height: 20px;
    width: 20px;
}

.s-icons {
    padding-right: 0 !important;
    margin-left: 6rem !important;
}

.weat {
    padding-left: 0;
}

#nav {
list-style:none inside;
margin:0;
padding:0;
text-align:center;
}
#nav li {
display:block;
position:relative;
float:left;
background: #226633; /* menu background color */
}
#nav li a {
display:block;
padding:0;
text-decoration:none;
width:200px; /* this is the width of the menu items */
line-height:35px; /* this is the hieght of the menu items */
color:#ffffff; /* list item font color */
}
#nav li li a {font-size:80%;} /* smaller font size for sub menu items */
#nav li:hover {background:#003f20;} /* highlights current hovered list item and the parent list items when hovering over sub menues */
#nav ul {
position:absolute;
padding:0;
left:0;
display:none; /* hides sublists */
}
#nav li:hover ul ul {display:none;} /* hides sub-sublists */
#nav li:hover ul {display:block;} /* shows sublist on hover */
#nav li li:hover ul {
display:block; /* shows sub-sublist on hover */
margin-left:200px; /* this should be the same width as the parent list item */
margin-top:-35px; /* aligns top of sub menu with top of list item */
}
#myDIV {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
}
.col-123{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:98%;
}
#content .ContentMNoIndent{
	border:0;
	margin:0;
	padding:0px 0px 0px 0px;		
	color: #787878;
	font-size: 14px;
	text-align: justify;
	line-height: 2;
	text-indent: 0px;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 8px;
	width: 650px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('images/table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('images/table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
	white-space: nowrap;
}
#rounded-corner td p
{
	text-align:left;
}
#rounded-corner td
{
	padding: 2px;
	background: #e8edff;
	border-top: 1px solid #fff;
	text-align:left;
	color: #669;
	white-space: nowrap;
}

#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}