body{
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    color: #454444;
	background: #e4ecef;
}
.padding-0{
    padding: 0px;
}
p{
    text-align: justify;
}
p::before{
    content: "";
    margin-right: 40px;
}


.page .header{
    background: #f8f8f8;
    margin-bottom: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.page .header .dp .logo{
    width:calc(100% - 50px);
    float: left;
    background: #f8f8f8;
    border:none;
    margin-bottom: 0;
    border-radius: 0;
}
.page .header .links{
    padding: 0;
}

.page .header .links .college-name{
    margin-bottom: 0;
    border:none;
    background: transparent;
}
.page .big-bar .navbar{
    border-radius: 0;
    border:none;
    background: #003366;
    min-height: 42px;
    margin-bottom: 0px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.page .big-bar .navbar .navbar-brand{
    height: 42px;
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    padding: 10px;
    display: none;
}

.page .big-bar .navbar .nav>li>a{
    padding: 10px;
    font-weight: bolder;
    color:#9eb4ba;
    font-size: 11px;
    text-transform: uppercase;
}
.page .big-bar .navbar .nav>li>a:focus,
.page .big-bar .navbar .nav>li:hover>a,
.page .big-bar .navbar .nav>li.active>a,
.page .big-bar .navbar .nav>li>a:hover{
    border-bottom:2px solid #9eb4ba;
    background: transparent;
}
.page .header .links .small-bar>li>a{
    color: #454444;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
}
.page .page-location{
    z-index: 1;
    padding: 5px;
    border:none;
    border-radius: 0;
    margin-bottom: 10px;
    background: #214f80;
    top: 42px;
}
.page .page-location .breadcrumb{
    margin-bottom: 0;
    padding: 2px;
    padding-left: 30px;
    background: transparent;
}
.page .page-location .breadcrumb li a{
    color: #9eb4ba;
    text-decoration: none;
}
.page .page-location .breadcrumb li:first-child a{
    font-weight: bolder;
}
.page .middle{
    background: #f8f8f8;
}
.page .middle.home{
    margin-top: 10px;
}
.page .middle .sub-nav{
    padding-top: 10px;
}
.page .middle .imp-links>li>a,
.page .middle .imp-links>li>a:hover,
.page .middle .sub-nav>li>a:hover,
.page .middle .sub-nav>li>a{
    border-radius: 0;
    color: #454444;
    background: transparent;
}
.page .middle .sub-nav li:first-child>a{
    font-weight: bolder;
    padding-left: 0;
}
.page .middle .label-link i,
.page .middle .sub-nav li:first-child>a i{
    margin-right:10px;
}
.page .middle .imp-links>li>a,
.page .middle .sub-nav li+li>a{
    padding-left: 25px;
}
.page .middle .sub-nav li:first-child>a::before{
    position: absolute;
    width:80px;
    height: 2px;
    content: "";
    margin-top: 25px;
    margin-left: 20px;
    background: #214f80;
}
.page .middle .label-link{
    font-weight: bolder;
    margin-bottom: 20px;
}
.page .middle .label-link::before{
    position: absolute;
    width:80px;
    height: 2px;
    content: "";
    margin-top: 25px;
    margin-left: 25px;
    background: #214f80;
}
.page .middle .imp-links>li>a::after,
.page .middle .sub-nav li+li>a::after{
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 10px;
}
.page .middle .imp-links>li>a:hover,
.page .middle .sub-nav>li>a:hover,
.page .middle .sub-nav>li.active>a{
    color: #e42a2f;
}
.page .middle .imp-links>li:hover>a::after,
.page .middle .sub-nav li.active>a::after,
.page .middle .sub-nav li+li:hover>a::after{
    content: "\f0d7";
    color: #e42a2f;
}
.page .middle.home .left{
    padding: 10px;
    padding-right: 0;
}
.page .middle.home .right{
    padding: 10px;
}
.page .middle.home .right .news-box{
    border:none;
    border-radius: 0;
    background: #f8f8f8;
    box-shadow: none;
    margin-bottom: 0;
}
.page .middle.home .right .news-box .panel-heading{
    padding: 0px;
    background: transparent;
}
.page .middle.home .right .news-box .panel-heading .nav li a:hover,
.page .middle.home .right .news-box .panel-heading .nav li a{
    padding: 10px;
    border-radius: 0;
    color: #9eb4ba;
    background: #003366;
}
.page .middle.home .right .news-box .panel-heading .nav li.active a{
    color: #f8f8f8;
    background: #214f80;
    border-bottom: 2px solid #9eb4ba;
}
.page .middle.home .right .news-box .panel-heading .nav li a:hover{
    color: #f8f8f8;
    background: #214f80;
}
.page .middle.home .right .news-box .panel-body{
    padding: 0;
}
.page .middle.home .right .news-box .panel-body .list-group{
    border-bottom: 2px solid #9eb4ba;
    margin-bottom: 0;
    min-height: 275px !important;
    overflow: hidden;
}
.page .middle.home .right .news-box .panel-body .list-group .list-group-item{
    border-radius: 0;
    padding: 7px;
    margin-bottom: 3px;
    border:none;
    font-size: 12px;
    border-bottom: 1px dotted #9eb4ba;
    background: transparent;
}
.page .middle.home .right .news-box .panel-body .list-group .list-group-item span.date{
    color: #003366;
    display: block;
    font-weight: bolder;
}
.page .middle.home .right .news-box .panel-body .list-group .list-group-item i{
    margin-right: 10px;
    color: #9eb4ba;
}
.page .middle.home .left .home-slider .item img{
    width:100%;
}
.page .middle.home .left .home-slider .carousel-control.left,
.page .middle.home .left .home-slider .carousel-control.right{
    background-image: none
}
.page .middle.home .left .home-slider .carousel.carousel-fade .item {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity:0;
}

.page .middle.home .left .home-slider .carousel.carousel-fade .active.item {
	opacity:1;
}

.page .middle.home .left .home-slider .carousel.carousel-fade .active.left,
.page .middle.home .left .home-slider .carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.page .middle.home .left .home-slider .carousel.carousel-fade .next,
.page .middle.home .left .home-slider .carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.page .middle.home .left .home-slider .carousel.carousel-fade .carousel-control {
	z-index: 3;
}
.page .middle .views{
    min-height: 900px;
}
.page .middle .views h3.title{
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #e42a2f;
}

.page .middle .views h3.title i{
    margin-right: 10px;
    font-size: 30px;
}

.page .middle .views h3.title span{
    padding-bottom: 3px;
    border-bottom: 2px dotted #9eb4ba;
}
.page .middle .views blockquote{
    margin-left: 90px;
    margin-right: 90px;
    border:none;
}
.page .middle .views blockquote p{
    font-size: 14px;
}
.page .middle .views blockquote p::before{
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    margin-left: -20px;
    color: #9eb4ba;
}
.page .middle .views blockquote p::after{
    font-family: FontAwesome;
    content: "\f10e";
    position: absolute;
    margin-left: 10px;
    color: #9eb4ba;
}
.page .middle .views .principal-dp{
    border:none;
    border-radius: 0;
    text-decoration: none;
    margin-bottom: 10px;
    box-shadow:0 0 2px rgba(0, 0, 0, 0.2);
}
.page .middle .views p{
    padding-top: 5px;
    padding-left: 10px;
}
.page .middle .views .all-albums{
    margin-top: 20px;
    padding-right: 5px;
}
.page .middle .views .all-albums .cover{
    padding: 5px;
    width:16%;
}
.page .middle .views .all-albums .cover.w2{
    width:48%;
    background: #003366;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.page .middle .views .all-albums .cover .thumbnail{
    text-decoration: none;
    border-radius: 0;
    margin-bottom: 0;
    border:none;
    background: #f8f8f8;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.page .middle .views .all-albums .cover .thumbnail .caption .date,
.page .middle .views .all-albums .cover .thumbnail .caption .disc,
.page .middle .views .all-albums .cover .thumbnail .caption .title{
    width: 100%;
    display: block;
    margin-bottom: 3px;
}
.page .middle .views .all-albums .cover .thumbnail .caption .date{
    font-size: 10px;
    color: #003366;
    font-weight: bolder;
}
.page .middle .views .all-albums .cover .thumbnail .caption .disc,
.page .middle .views .all-albums .cover .thumbnail .caption .title{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.page .middle .views .all-albums .cover .thumbnail .caption .disc{
    font-size: 10px;
}
.page .middle .views .all-albums .cover .thumbnail .caption .title{
    font-weight: bolder;
}

.page .middle .views .sub_info .panel-default>.panel-heading{
    background-color: rgba(119, 77, 115, 0.36);
}
.page .middle .views .sub_info .panel-default .panel-heading h3{
    margin-top:5px !important;
    margin-bottom: 5px !important;
    margin-left: 20px !important;
}

.page .middle .views .sub_info .panel-default .panel-heading h3 a:focus,
.page .middle .views .sub_info .panel-default .panel-heading h3 a:hover{
    text-decoration: none;
    cursor: pointer;
}
.page .middle .staff-members .list-group-item{
    padding: 10px;
    /* width:160px; */
    border:none;
    text-align: center;
    display: inline-block;
    background: #F8F8F8;
}
.page .middle .staff-members .list-group-item img{
    width:130px;
    border:3px solid #ddd;
    /* border-radius: 100%; */
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.page .middle .staff-members .list-group-item span{
    display: block;
}
.page .middle .staff-members .list-group-item span.name{
    font-size: 12px;
    font-weight: bolder;
}
.page .middle .staff-members .list-group-item span.deg{
    color: #e42a2f;
}

.page .middle .commitee-president .list-group-item{
    padding: 10px;
    width:200px;
    border:none;
    text-align: center;
    display: inline-block;
    background: #F8F8F8;
}

.page .middle .commitee-president .list-group-item img{
    width:180px;
    border:3px solid #ddd;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.page .middle .commitee-president .list-group-item span.name{
    font-size: 16px;
    font-weight: bolder;
}

.page .middle .staff-members .list-group-item span.deg{
    color: #e42a2f;
}
/* .page .middle .views .sub_info .panel-default .panel-body{
    background-color: rgba(77, 119, 77, 0.24);
}

.page .middle .views .sub_info .panel-default .panel-body h4{
    background-color: rgba(189, 232, 146, 0.37);
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 20px;
}

.page .middle .views .sub_info .panel-default .panel-body .caption{
    text-align: center;
    font-size: 20px;
    padding-bottom: 3px;
    font-family: initial;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    text-decoration: underline;
} */

.page .footer .well{
    padding-left: 20px;
    padding-right: 20px;
    background: #003366;
    border:none;
    border-top:2px solid #9eb4ba;
    border-radius: 0;
    margin-bottom: 0;
}
.page .footer .well span a,
.page .footer .well span{
    color: #f8f8f8;
}
.page .views .YearListPanle .list-group,
.page .views .Committee .list-group{
    box-shadow: none;
    border:none;
}
.page .views .Committee .list-group>.list-group-item,
.page .views .YearListPanle .list-group>.list-group-item{
    border-radius: 0;
    padding: 7px;
    background: none;
    border: none;
    color: #454444;
    background: #f8f8f8;
    font-weight: bold;
}
.page .views .YearListPanle .list-group>.list-group-item i,
.page .views .YearListPanle .list-group>.list-group-item i{
    margin-right: 20px;
}
.page .views .YearListPanle .list-group>.list-group-item::after,
.page .views .list-group>a.list-group-item.collapsed::after,
.page .views .Committee .list-group>.list-group-item::after{
    position: absolute;
    right: 0;
    font-size: 10px;
    font-family: FontAwesome;
}

.page .views .YearListPanle .list-group>a[aria-expanded=false]::after,
.page .views .Committee .list-group>a[aria-expanded=false]::after{
    content: "\f067";
}
/* .page .views .YearListPanle .list-group>.list-group-item::after, */
.page .views .YearListPanle .list-group>a[aria-expanded=true]::after,
.page .views .Committee .list-group>a[aria-expanded=true]::after{
    content: "\f068";
}

.page .views .YearListPanle .list-group,
.page .views .Committee .list-group{
    background: transparent;
}
.page .views .YearListPanle .list-group .sub-item{
    padding-left: 80px;
}
.page .views .YearListPanle .list-group .collapse .list-group-item{
    background: #214f80;
    color: #fff;
    padding: 7px;
    font-size: 12px;
    border-radius: 0;
    border: none;
    margin-bottom: 2px;
}
.page .views .YearListPanle .list-group .panel-body,
.page .views .Committee .list-group .panel-body{
    padding: 0px 10px 0px 20px;
}

.page .views .YearListPanle .list-group .collapse .table,
.page .views .Committee .list-group .collapse .table{
    font-size: 12px;
    background-color: #b4a8f5;
    padding: 0px;
    color: black;
    margin-bottom: 10px;
}

.page .views .YearListPanle .list-group .collapse .table>caption{
    color: rgb(77, 63, 63);
    background-color: #2c45f3;
    font-size:13px;
    padding-left: 10px;
}

.page .views .row .transport{
    width: 94%;
    height: 230px;
    padding: 20px;
    margin: 20px;
    background-color: #c7f4f9;
    border: 1px solid pink;
    border-radius: 20px;
    display: block;
}

.page .views .transport .transport-logo{
display: block;
float: left;
}
/* page massage boxes from home page */
.page .massage-box{
    padding: 20px;
    border-right: 3px dotted #ddd;
}
.page .massage-box.one{
    border-left: 3px dotted #ddd;
}
.page .massage-box img{
    margin: 5px;
    width: 80px;
}
.page .massage-box p{
    text-align: justify;
}
.page .massage-box .more{
    text-decoration: none;
    color: #003366;
    cursor: pointer;
}
.page .massage-box h5{
    font-size: 14px;
    font-weight: bolder;
}
.page .massage-box h5 i{
    margin-right: 10px;
    color: #003366;
}
