﻿


/*---LAYOUT---*/

/*Contact + Email*/
.site-header {
    font-size: 13px !important;
}

/*Annoucement Bar*/
.announce-head h4 {
    padding-left: 5px;
    color: #fecd0b;
}
.announce-msg p {
    margin-top: 9px;
    margin-bottom: 0;
}

/*Navigation Bar*/
.sub-link-box {

}
.sub-link-box h4 {
    color: #ffd800;
    margin-bottom: 6px!important;
}
.sub-link-box ul {
    border: none!important;
    left: inherit!important;
    top: auto!important;
    position: inherit!important;
    width: 185px;
}
.sub-link-box li {
    float:none!important;
    border: none!important;
    position: initial!important;
}
.sub-link-box a {
    padding: 3px 20px!important;
    font-size: 14px;
}

/*.main-menu li {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0;
    border-right: 1px solid;
    position: relative;
}*/



/*---INDEX PAGE---*/

/*Slider Show*/
.sliderImg {
    max-height: 392px;
}

/*Notice*/
.Notice-Container {
    height: 404px;
}
.Scroll-Y {
    height: 349px;
    overflow-y: auto;
    overflow-x: hidden;
}

.Scroll-Y::-webkit-scrollbar {
    width: 7px;
}
.Scroll-Y::-webkit-scrollbar-track {
    background: #fff;
}

.Scroll-Y::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 7px;
}
.calendar-small .s-date {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 5px !important;
    line-height: 18px !important;
}
.Notice a {
    line-height: 22px!important;
    font-size: 14px!important;
    font-weight: normal!important;
}

/*---ABOUT INSTITUTE MESSAGE---*/


/*---HEAD MESSAGE---*/
#blog-author a {
    width: 135px;
    height: 150px;
}
#blog-author img {
    width: 100%;
    height: 100%;
}

/*---INFRASTRUCTURE & FACILITIES---*/
.feats {
    padding: 15px 15px;
    margin: 10px 0;
    color: #fff;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.feats:hover {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    box-shadow: 0 0 6px #c8c8c8;
}
.feats a {
    display: flex;
    justify-content: center;
    align-items: center
}
.clr1 {
    background: rgba(219,76,91,0.8);
}
.clr2 {
    background: rgba(49,156,249,0.8);
}
.clr3 {
    background: rgba(180,183,12,0.8);
}
.clr4 {
    background: rgba(203,156,69,0.8);
}

.clr5 {
    background: rgba(17,146,148,0.8);
}

.clr6 {
    background: rgba(0,157,85,0.8);
}

.feat-icon {
    margin-right: 15px;
    width: 40px;
}

/*---STUDENT TALENTED LIST---*/
.TalentedDivBox {
    display: flex;
}
.TalentedBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 120px;
    height: 150px;
    margin: 0 10px;
}
.TalentedBox .TalentedImg {
    width: 115px;
    height: 130px;
}
.TalentedBox .TalentedText {
    overflow: hidden;
}
