@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,300i,400,400i,500,500i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400i);
.welcome,
p {
    text-align: justify
}

.search>a,
.top-nav .time,
.top-nav li a:hover,
a {
    text-decoration: none
}

.Chancellor-wrap .page,
.innermenu ul .submenu li ul.submenu,
.otherlink,
.otherlink li {
    overflow: hidden
}

body {
    font-family: Arimo, sans-serif;
    color: #171717;
    font-size: 15px
}

.top-nav,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Barlow Semi Condensed', sans-serif
}

a {
    color: #005196
}

.top-nav {
    background-color: #EC5B38;
    padding: 3px 0;
    z-index: 10;
    position: relative;
    border-bottom: 0;
    font-size: 13px;
    height: auto;
    font-weight: 400;
    transition-duration: .3s
}

.top-nav:before {
    content: '';
    position: absolute;
    left: -34px;
    width: 0;
    height: 0;
    border-bottom: 37px solid #EC5B38;
    /* border-left: 36px solid transparent; */
    z-index: 91;
    top: 0;
}

.top-nav .time {
    float: left;
    color: #333;
    padding-top: 7px
}

.top-nav .time i {
    font-size: 14px
}

.top-nav ul {
    margin: 0;
    padding: 0;
    float: right
}

.top-nav li {
    list-style-type: none;
    text-align: right;
    padding: 0 10px;
    display: inline-block!important
}

.top-nav li:nth-child(1),
.top-nav li:nth-child(2) {
    border-right: solid 1px RGBA(179, 174, 174, .65)
}

.top-nav li:nth-child(3) {
    border-right: solid 0 RGBA(179, 174, 174, .65);
    padding-left: 5px;
    padding-right: 2px
}

.top-nav li:nth-child(4),
.top-nav li:nth-child(5),
.top-nav li:nth-child(6) {
    border-right: solid 0 RGBA(179, 174, 174, .65);
    padding-left: 2px;
    padding-right: 2px
}

.top-nav li:nth-child(10),
.top-nav li:nth-child(9) {
    border-right: solid 1px RGBA(179, 174, 174, .65);
    padding-right: 10px
}

.top-nav li:nth-child(7),
.top-nav li:nth-child(8) {
    padding-left: 2px;
    padding-right: 2px
}

.top-nav li:nth-child(9) {
    padding-left: 2px
}

.top-nav li:nth-child(10) {
    padding-left: 5px;
    font-family: "arial unicode MS";
    font-size: 14px
}

.dropdown-menu .has-submenu:after,
.dropdown>a:after,
.home>a::after,
.search>a::after {
    font-family: FontAwesome
}

.top-nav li:nth-child(11) {
    padding-left: 2px;
    padding-right: 10px
}

.search>a::after {
    content: "\f002";
    font-size: 15px;
    font-style: normal;
    text-align: center
}

.light-learning:before,
.logo:after {
    content: ''
}

.search>a {
    display: block;
    padding: 5px
}

.stylish-input-group .input-group-addon {
    background-color: #eda12e;
    border: 1px solid #eda12e;
    color: #fff
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
    border-radius: 2px
}

.stylish-input-group button {
    border: 0;
    background: 0 0
}

.searchbox {
    margin-top: 8px;
    padding-left: 200px
}

.searchdiv {
    background-color: rgba(23, 52, 75, .79);
    display: none;
    height: 100%;
    padding: 20% 20% 10%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 517
}

.searchclose {
    font-size: 35px;
    display: block;
    cursor: pointer;
    color: #fff
}

.searchclose:hover {
    color: #fff
}

.searchdiv .form-control {
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    font-size: 30px;
    color: #fff;
    border: 0;
    border-bottom: 3px solid rgba(255, 255, 255, .8)
}

.searchdiv .form-control:focus {
    box-shadow: none
}

.toggle {
    display: none
}

.top-nav li a {
    color: #fff
}

.top-nav .btn-xs {
    padding: 3px 4px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: #fff;
    color: #333;
    font-weight: 700
}

.top-nav .btn-black {
    padding: 3px 6px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.top-nav .btn-blue,
.top-nav .btn-yellow {
    font-size: 12px;
    line-height: 1.1;
    border-radius: 0
}

.top-nav .btn-blue {
    padding: 4px 8px;
    border: 0 solid #000;
    background-color: #00B9BE;
    color: #fff
}

.top-nav .btn-yellow {
    padding: 4px 6px;
    border: 0 solid #d8470e;
    background-color: #F57D57;
    color: #fff
}

.top-nav .black-theme,
.top-nav .blue-theme {
    border-color: rgba(255, 255, 255, .5);
    color: #fff
}

.top-nav .input-sm {
    height: 21px;
    margin: 0;
    padding: 0 10px;
    border-radius: 0
}

.top-nav .navbar-right {
    float: right!important;
    margin-bottom: 0;
    margin-right: -15px;
    margin-top: -1px
}

.top-nav .blue-theme {
    background-color: #03356e
}

.top-nav .black-theme {
    background-color: #5c5c5c
}

.other-menu .navbar,
.top-main-menu .navbar {
    padding: 0;
    position: relative;
    border-bottom: 0;
    border-top: 0;
    height: auto
}

.top-nav .red-theme {
    background-color: #CF1515;
    color: #fff
}

.top-main-menu .navbar {
    background: #f6c32a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 1px 6px 0 rgba(0, 0, 0, .14);
    z-index: 60
}

.top-main-menu .navbar a {
    color: #03356E
}

.other-menu .navbar {
    background-color: #ffd789;
    z-index: 50
}

.other-menu .nav>li a {
    color: #336!important;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .5)
}

.light-learning {
    position: absolute;
    z-index: 150;
    top: 120%;
    padding-left: 4%;
    left: 0
}

.light-learning img {
    height: 45px
}

.light-learning:before {
    position: absolute;
    right: -41px;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-right: 41px solid transparent;
    z-index: 102;
    top: 0
}

ul.social-network {
    list-style: none;
    display: block;
    padding: 0;
    position: relative;
    margin-top: 15px
}

ul.social-network li {
    display: inline-block;
    margin: 0 10px
}

.socialHoverClass,
a.socialIcon:hover {
    color: #44BCDD
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0px auto;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 17px;
    border-radius: 21%;
    border: 3px solid rgb(237, 234, 234);
}

.logo,
.logo img,
.logo:after,
header {
    position: absolute
}

.social-circle li i {
    margin: 0;
    line-height: 38px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.social-circle i {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s
}

.icoFacebook,
.icoGoogle,
.icoLinkedin,
.icoRss,
.icoTwitter,
.icoYoutube {
    background-color: rgba(0, 0, 0, .1);
    color: rgb(237, 234, 234)
}

.social-network a.icoRss:hover {
    background-color: #F56505;
    color: #fff
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
    color: #fff
}

.social-network a.icoTwitter:hover {
    background-color: #3cf;
    color: #fff
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
    color: #fff
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
    color: #fff
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
    color: #fff
}

.social-network a.icoYoutube:hover {
    background-color: #c52828;
    color: #fff
}

.bgwhite {  
    background-color: #FCCE00 ;
}


.bglightblue {  
/*     background-color: #34495e2b;
 */    background-color: rgba(3, 69, 120, .8) ;
}


.bggray {
    background-color: #ff9933 
}

header {
    z-index: 100;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto
}

.logo {
    margin-top: 25px;
    z-index: 70;
    padding-left: 0;
/*     background-color: #03356E;
 */    background-color: #FCCE00;
    padding-right: 0;
    min-height: 101px;
    transition-duration: .3s
}

.afetrlogo {
    display: none
}

.logo:after {
    right: -53px;
    width: 0;
    height: 0;
/*     border-top: 79px solid #03356E;
 */    border-top: 101px solid #FCCE00;
    border-right: 53px solid transparent;
    z-index: 102
}

.logo img {
    max-width: 100%;
    top: 0px;
    transition-duration: .2s
}

.dropdown>a:after {
    content: "\f0d7";
    margin-left: 6px
}

.home>a::after {
    content: "\f015";
    font-size: 15px
}

.other-menu .navbar-nav,
.top-main-menu .navbar-nav {
    margin-left: 31%
}

.main-menu {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 100
}

.menu2wrap .navbar,
.navbar-inverse {
    margin-bottom: 0
}

.navbar {
    min-height: 39px;
    border-radius: 0
}

.dropdown-menu .has-submenu:after {
    content: "\f0da";
    position: absolute;
    right: 8px
}

.navbar-inverse,
.secondmenu>li>a {
    font-family: 'Barlow Semi Condensed', sans-serif
}

.navbar-inverse {
    font-weight: 600;
    background-color: #27abb7;
    border-color: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 1px 6px 0 rgba(0, 0, 0, .14)!important
}

.navbar-inverse .navbar-nav>li>a {
    padding: 15px 14px;
    transition-duration: .2s;
    transition-duration: .8s;
    font-size: 1.3em
}

.top-main-menu .navbar-inverse .navbar-nav>.active>a,
.top-main-menu .navbar-inverse .navbar-nav>.active>a:focus,
.top-main-menu .navbar-inverse .navbar-nav>.active>a:hover,
.top-main-menu .navbar-inverse .navbar-nav>.open>a,
.top-main-menu .navbar-inverse .navbar-nav>.open>a:focus,
.top-main-menu .navbar-inverse .navbar-nav>.open>a:hover,
.top-main-menu .navbar-inverse .navbar-nav>li>a:focus,
.top-main-menu .navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: #eee
}

.navbar-nav>li>a {
    padding: 15px 17px
}

.top-main-menu .navbar-nav>li:last-child .dropdown-menu {
    left: -110px!important
}

.top-main-menu .navbar .dropdown-menu {
    width: 200px!important;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 0;
    border-bottom: 3px solid #03356E;
    z-index: 500;
    transition-duration: .3s;
    opacity: 0;
    -webkit-transform: scale(.2);
    transform: scale(.2)
}

.top-main-menu .open .dropdown-menu {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.top-main-menu .navbar .dropdown-menu>li>a {
    color: #000;
    font-size: .85;
    padding: 5px 10px;
    transition-duration: .2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    font-weight: 500
}

.top-main-menu .dropdown-menu>li>a:hover,
.top-main-menu .navbar .dropdown-menu>li>a:focus {
    background-color: #eee;
    color: #03356E;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

.menu2wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 93;
    background: rgba(0, 0, 0, .4)
}

.probg1,
.probg2,
.welcome {
    background-size: 100% 100%
}

.secondmenu {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.otherlink li a,
.secondmenu>li>a {
    padding: 15px 0;
    text-transform: uppercase;
    text-decoration: none
}

.secondmenu>li {
    width: 20%;
    float: left
}

.secondmenu>li>a {
    display: block;
    color: #fff;
    text-align: center;
    transition-duration: .3s;
    font-weight: 600;
    font-size: 1.05em
}

.secondmenu>.active>a,
.secondmenu>.active>a:focus,
.secondmenu>.active>a:hover,
.secondmenu>.open>a,
.secondmenu>.open>a:focus,
.secondmenu>.open>a:hover,
.secondmenu>li>a:focus,
.secondmenu>li>a:hover {
    color: #F3D455;
    background-color: rgba(3, 53, 110, .84)
}

.secondmenu>li>a:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 10px;
    font-family: simple-line-icons;
    font-size: 20px;
    transition-duration: .2s;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    border: 2px solid #e5e5e5;
    font-weight: 400
}

.secondmenu li>a:hover::before {
    color: #F3D455;
    border-color: #F3D455
}

.secondmenu .studentservice:before {
    /* content: "\e001" */
}

.secondmenu .faculty:before {
    content: "\e005"
}

.secondmenu .college-service:before {
/*     content: "\e056"
 */}

.secondmenu .alumani:before {
/*     content: "\e027"
 */}

.secondmenu .otherservice:before {
/*     content: "\e09a"
 */}

.secondmenu .facilities:before {
/*     content: "\e034"
 */}

.secondmenu .result:before {
/*     content: "\e019"
 */}

.secondmenu .dropdown>a::after {
    content: normal
}

.secondmenu .mega-dropdown-menu {
    min-width: 100%!important;
    max-width: 100%!important;
    left: 0!important;
    right: 0!important;
    margin: 0 auto!important;
    border: 0;
    box-shadow: none;
    padding: 15px 10%;
    background-color: rgba(3, 53, 110, .91);
    bottom: 100%;
    top: inherit;
    column-count: 4;
    transition-duration: .3s
}

.brand-item img,
.glance img,
.otherlink li img,
.thumbimag img {
    max-width: 100%
}

.home-content,
.profile {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.secondmenu .mega-dropdown {
    position: static!important
}

.navbar .mega-dropdown-menu>li {
    position: relative
}

.mega-dropdown-menu>li>a {
    padding: 10px 0!important;
    color: #fff!important;
    font-size: 1em;
    z-index: 0;
/*     border-bottom: 1px dashed rgba(255, 255, 255, .5)
 */}

.mega-dropdown-menu>li>a:before {
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    bottom: 0;
    background-color: #F3D455;
    z-index: 5;
    position: absolute;
    transition-duration: .8s
}

.mega-dropdown-menu>li>a:hover::before {
    width: 100%
}

.mega-dropdown-menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #F3D455!important
}

.mega-dropdown-menu ul {
    display: none!important
}

.mega-dropdown-menu ul li a {
    display: block;
    padding: 7px 10px;
    color: #fff
}

.colum-3,
.colum-4 {
    margin: 0;
    padding: 0
}

.colum-3 {
    column-count: 3!important;
    -webkit-column-count: 3!important;
    -moz-column-count: 3!important
}

.colum-4 {
    column-count: 4!important;
    -webkit-column-count: 4!important;
    -moz-column-count: 4!important
}

.collegeservice {
    border-bottom: 0!important
}

.collegeservice a {
    min-height: 100px;
    cursor: default
}

.btn-success {
    background-color: #7DB343
}

.btn-danger {
    background-color: #EC407A
}

.btn-info {
    background-color: #03356e;
    border-color: #062a53
}

.btn-info:focus,
.btn-info:hover {
    color: #000;
    background-color: #F6D36A;
    border-color: #269abc
}

.btn-info:hover {
    transition: 1s all
}

.btn {
    border-radius: 0
}

.home-content {
    background-color: #fff
}

.welcome {
    color: #fff;
    padding-right: 0;
/*     background-image: url(../images/dpswelcome.jpeg);
 */    background-attachment: fixed;

}

.leader-profile,
.leader-profile p,
.profile {
    text-align: center;
	color:#ffffff;
	
}

.welcome .bgmaroon {
    background-color: rgba(3, 69, 120, .8);
    padding: 15px 30px 30px
}

.welcome h3 {
    position: relative;
    margin-top: 0
}

.welcome h3 span {
    color: #ffdc6a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    margin: 15px 0;
    padding: 0 0 15px;
    display: inline-block
}

.welcome h3 span:before {
    position: absolute;
    height: 5px;
    width: 15%;
    bottom: 14px;
    background-color: #ffdc6a;
    content: '';
    right: 0;
    left: 0
}

.btn-orange {
    background-color: #FF7A5B;
    color: #fff;
    position: relative;
    padding-left: 38px
}

.btn-orange:hover {
    background-color: #d9684d;
    color: #fff
}

.btn-orange .fa {
    padding: 10px 9px 9px;
    background-color: #d9684d;
    left: 0;
    position: absolute;
    top: 0
}

.btn-orange:hover .fa {
    background-color: #FF7A5B
}

.profile {
    background-color: #fff;
    min-height: 245px;
    position: relative
}

.profilebg {
    position: relative;
    background-color: #990;
    min-height: 70px;
    margin-bottom: 60px
}

.profilebg img {
    border-radius: 50%;
    width: 56%;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: -50px;
    border: 2px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.profile h4 {
    color: #2690E6;
    text-transform: uppercase
}

.profile p {
    font-size: 13px
}

.probg1 {
    background-image: url(../images/profilebg-1.jpg);
    background-repeat: no-repeat
}

.probg2 {
    background-image: url(../images/profilebg-2.jpg);
    background-repeat: no-repeat
}

.left-side {
    background-color: #eee;
    min-height: 500px
}

.left-side h3 {
    color: #000F3A;
    padding-bottom: 10px;
    border-bottom: 1px solid #000F3A
}

.glance {
    margin-bottom: 15px
}

.glance img {
    border: 8px solid #fff;
    outline: #ccc solid 1px;
    margin-bottom: 10px
}

.glance a {
    color: #ec4933;
    text-transform: uppercase
}

.quicklinks {
    margin: 15px 0;
    padding: 0;
    list-style: none
}

.quicklinks li {
    margin-bottom: 10px
}

.quicklinks li a {
    display: block;
    padding: 10px;
    background: #12318a;
    background: -moz-linear-gradient(top, #12318a 0, #00144d 100%);
    background: -webkit-linear-gradient(top, #12318a 0, #00144d 100%);
    background: linear-gradient(to bottom, #12318a 0, #00144d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#12318a', endColorstr='#00144d', GradientType=0);
    color: #EDD786;
    border-radius: 5px;
    border: 2px solid #fff;
    text-decoration: none;
    transition-duration: .3s;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2)
}

.events-panel li a,
.news-panel li a {
    transition-duration: .2s;
    display: block
}

.quicklinks li a:hover {
    background: #cea24a;
    background: -moz-linear-gradient(top, #cea24a 0, #ffcc14 100%);
    background: -webkit-linear-gradient(top, #cea24a 0, #ffcc14 100%);
    background: linear-gradient(to bottom, #cea24a 0, #ffcc14 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cea24a', endColorstr='#ffcc14', GradientType=0);
    color: #00144D
}

.newscroll {
    background-color: rgb(237, 234, 234);
    margin-bottom: 30px
}

.newscroll h3 {
    color: #000F3A;
    padding-bottom: 10px;
    border-bottom: 1px solid #000F3A
}

.play-pause {
    float: right;
    font-size: 12px;
    margin-top: 0
}

.events-panel,
.news-panel {
    list-style: none;
    margin: 0 0 15px;
    padding: 15px;
    border: 1px solid #241e1e;
    min-height: 265px;
    max-height: 265px;
}

.events-panel li,
.news-panel li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    padding-left: 12px
}

.news-panel li {
    position: relative
}

.events-panel li:before,
.news-panel li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #7E112D
}

.news-panel li a {
    color: #0746c5
}

.news-panel li a:hover {
    color: #7E112D;
    text-decoration: none
}

.events-panel li {
    position: relative
}

.events-panel li a {
    color: #0746c5
}

.news-item .arw,
.news-item .dtype,
.news-text .owl-pagination {
    display: none
}

.events-panel li a:hover {
    color: #7E112D;
    text-decoration: none
}

.news-item .dsize,
.news-item .ndate {
    margin-bottom: 0;
    font-size: 13px;
    color: #000
}

.news-item .fa-file-pdf-o {
    color: #C00
}

.stopped {
    margin-top: 0!important
}

.leader {
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .2);
    min-height: 412px;
    z-index: 90;
    margin-bottom: 15px
}

.inner h3:before,
.msg-btn2:hover,
.msg-btn:hover {
    background-color: #03356E
}

.leader-profile {
    min-height: 327px;
    position: relative
}

.leader-profile img {
    display: block;
    margin: 12px auto;
    max-width: 100%;
    border: 10px solid #eee
}

.leader-profile h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    color: #ffffff;
}

.msg-btn,
.msg-btn2 {
    border: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    transition-duration: .3s;
    text-align: center
}

.msg-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: 0 auto;
    color: #ffffff;
}

.prog-thumb,
.thumbimag,
.ticon {
    position: relative
}

.msg-btn:hover {
    color: #fff;
    text-decoration: none
}

.msg-btn2 {
    margin: 0 auto 10px;
    color: #03356E
}

.btn-white,
.btn-yellow {
    border-radius: 0;
    border-color: #fff
}

.msg-btn2:hover {
    color: #fff;
    text-decoration: none
}

.padingtop {
    padding-top: 30px
}

.welcome a {
    color: #ec4933;
    text-transform: uppercase
}

.purple {
    background-color: #6246F0
}

.purple:hover {
    background-color: #5235e3
}

.orange {
    background-color: #DA703C
}

.orange:hover {
    background-color: #d06633
}

.yellow {
    background-color: #C8961B
}

.yellow:hover {
    background-color: #e1a510
}

.green {
    background-color: #0E8F35
}

.green:hover {
    background-color: #2b8446
}

.prog-thumb {
    min-height: 180px;
    margin-bottom: 15px
}

.thumbimag {
    height: auto;
    z-index: 1
}

.ticon {
    z-index: 3;
    color: rgba(0, 0, 0, .3);
    font-size: 3.9em;
    margin: 0 auto;
    padding: 0
}

.arrowleft:after,
.arrowright:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    z-index: 4;
    top: 0
}

.thumbtext,
.thumbtext a {
    color: #fff
}

.arrowleft:after {
    right: 0;
    border-right: 34px solid red
}

.arrowright:after {
    left: 0;
    border-left: 34px solid red
}

.thumbimag img {
    z-index: 0;
    position: relative
}

.thumbtext {
    padding: 15px 5px
}

.thumbtext h4 {
    font-weight: 600;
    font-family: Roboto, sans-serif;
    margin-top: 0
}

.thumbtext ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.thumbtext ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    text-align: center;
    padding: 75% 0 26%;
    transition-duration: .5s;
    opacity: 0
}

.overlayhover {
    transition-duration: .2s
}

.overlayhover:hover .overlay {
    height: 100%;
    opacity: 1;
    transition-duration: .2s
}

.btn-white,
.btn-yellow,
.otherlink li a {
    transition-duration: .3s
}

.overlay .btn {
    text-transform: uppercase
}

.bgred {
    background-color: #28A28B
}

.bgred .arrowleft:after {
    border-right-color: #28A28B
}

.bgyellow {
    background-color: #D59D49
}

.bgyellow .arrowleft:after {
    border-right-color: #D59D49
}

.bgorange {
    background-color: #cd4848
}

.bgorange .arrowright:after {
    border-left-color: #cd4848
}

.bgpurple {
    background-color: #cd367a
}

.bgpurple .arrowright:after {
    border-left-color: #cd367a
}

.padding0,
.paddingtop {
    padding: 0
}

.btn-white {
    box-shadow: inset 0 0 0 0 #e7e9ed;
    background-color: rgba(255, 255, 255, 0);
    color: #fff!important
}

.btn-white:hover {
    box-shadow: inset 0 -100px 0 0 #fff;
    color: #000!important;
    border-color: #fff
}

.btn-yellow {
    box-shadow: inset 0 0 0 0 #FFDC6A;
    background-color: rgba(0, 0, 0, .1);
    color: #fff!important
}

.btn-yellow:hover {
    box-shadow: inset 0 -100px 0 0 #FFDC6A;
    color: #000!important;
    border-color: #000
}

.otherlink {
    margin: 15px -15px;
    padding: 0;
    list-style: none;
    height: auto
}

.otherlink li {
    padding: 15px;
    position: relative
}

.otherlink li img {
    position: relative;
    z-index: 0
}

.otherlink li a {
    font-family: Roboto, sans-serif;
    display: block;
    border-top: 4px solid #FFDC6A;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    left: 15px;
    box-sizing: border-box;
    letter-spacing: 1px
}

.otherlink li:hover a {
    background-color: rgba(0, 0, 0, .5);
    height: 87%;
    box-sizing: border-box;
    color: #FFDC6A;
    padding: 15% 0
}

.otherlink li .shortdes {
    height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    font-size: 14px;
    margin-left: 10%;
    margin-right: 10%;
    font-family: inherit;
    text-transform: none
}

.commentsmail h4,
.footer-link h4,
.implink h3 span,
.inner h4,
.vcbtn {
    text-transform: uppercase
}

.otherlink li:hover .shortdes {
    opacity: 1;
    height: auto;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .5)
}

.shortdes .btn {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 6px;
    margin: 10px 20% 0
}

.vcbtn {
    display: block;
    padding: 21px 10px;
    font-size: 15px;
    margin-top: 10px;
    background-color: #DE8C35;
    color: #fff;
    text-align: left
}

.vcbtn .fa {
    margin: -11px -10px -11px -10px;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, .1);
    font-size: 23px
}

.vcbtn:hover {
    color: #fff;
    background-color: #d88125
}

.graybg {
    background-color: #F5F5F5
}

.innerbanner {
    min-height: 170px;
    background-image: url(../images/innbg.jpg);
    background-repeat: repeat;
    padding-top: 95px
}

.inner-service {
    padding-bottom: 50px
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    list-style: none;
    margin-bottom: 0;
    padding: 8px;
    text-align: right
}

.breadcrumb>li+li::before {
    padding: 0 5px;
    content: no-open-quote
}

.breadcrumb li {
    color: #fff;
    font-weight: 700
}

.breadcrumb li a,
.breadcrumb>.active,
.breadcrumb>li+li::before {
    color: #fff
}

.inner {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.inner h2 {
    font-size: 24px;
    padding: 8px 15px;
    background-color: #eee
}

.inner h3 {
    color: #002B5B
}

.inner h4 {
    border-bottom: 1px dashed #7A7979;
    padding-bottom: 10px;
    color: #004f9c
}

.minusmrgin {
    margin-top: -100px
}

.inner ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none
}

.inner ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 30px
}

.inner ul li a {
    color: #ba1414
}

.inner ul li:before,
.inner ul ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    color: #03356E;
    position: absolute;
    left: 15px
}

.inner ul li:before {
    font-size: 14px;
    margin-left: -15px;
    margin-right: 6px;
    border: 1px solid #03356E;
    padding: 0 5px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    top: 4px
}

.inner ul ul {
    margin: 5px 10px 5px 17px;
    padding: 0;
    list-style: none
}

.inner ul ul li:before {
    font-size: 18px;
    margin-left: -15px;
    margin-right: 6px;
    border: 0 solid #03356E;
    border-radius: 50%;
    padding: 0;
    width: 0;
    height: 0;
    box-sizing: border-box
}

.inner {
    min-height: 579px;
    margin-bottom: 30px
}

.rightmenu {
    margin-top: -63px
}

.inner h3 {
    font-size: 28px;
    position: relative;
    border-bottom: 1px solid #002B5B;
    margin: 0 0 10px;
    padding: 0 0 10px
}

.inner h3 span {
    color: #ff7a5a
}

.inner h3:before {
    position: absolute;
    height: 5px;
    width: 15%;
    bottom: -3px;
    content: ''
}

.rightmenu .panel-danger {
    border: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 0
}

.rightmenu .panel-danger>.panel-heading {
    border-radius: 0;
    background-color: #FF7A5B;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic
}

.rightmenu .panel-danger>.panel-body {
    border-radius: 0;
    min-height: 250px;
    padding: 0
}

.rightmenu .item a img {
    height: 50px;
    margin: 0 auto
}

.rightmenu .item {
    margin: 10px
}

.rightmenu .other-acty {
    background-color: #fff
}

.news-text .thumbnail ul {
    margin: 0;
    padding: 0 10px;
    list-style: none
}

.news-text .owl-next i.fa,
.news-text .owl-prev i.fa {
    color: #111f2d;
    font-size: 28px;
    padding: 0;
    transition: all .25s ease 0s
}

.news-text .owl-buttons {
    position: absolute;
    width: 100%;
    text-align: right;
    top: -51px
}

.news-text .owl-controls .owl-buttons div {
    background: #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 2px;
    opacity: .5;
    padding: 0 4px
}

.news-text .arw,
.news-text .dtype {
    display: none
}

.news-text .adtext {
    color: #000;
    display: inline-block
}

.news-text .fa-file-pdf-o {
    display: none
}

.news-text .dsize {
    display: block;
    font-size: 13px
}

.news-text .dsize:before {
    color: #c00;
    content: "\f1c1";
    font-family: FontAwesome;
    padding-right: 2px
}

.news-text .ndate {
    color: #C9302C;
    font-size: 14px
}

.smallsize {
    font-size: .8em
}

.socialbg {
    background-color: #f6d36a
}

footer {
    margin-top: 0;
    background-image: url(../images/footbg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: 0
}

.footer-link {
    padding: 15px 0 8px;
    color: #fff
}

.footer-link h4 {
    color: #FFF;
    margin: 0 0 10px;
    padding: 0 0 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.footer-bottom ul,
.footer-link ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-link li a {
    display: block;
    padding: 5px 0
}

.footer-link li a:before {
    /* content: "\e606"; */
    font-family: simple-line-icons;
    margin-right: 6px;
    font-size: 12px
}

.footer-link a {
    color: rgba(255, 255, 255, .8)
}

.footer-link a:hover {
    color: #fff;
    text-decoration: none
}

.fbox {
    padding: 0 20px
}

.footer-bottom {
    padding: 15px;
    font-size: 14px;
    color: #e9e9e9;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.footer-bottom li a {
    color: #e9e9e9
}

.footer-bottom li {
    display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #e9e9e9
}

.footer-bottom li:first-child {
    padding-left: 0
}

.footer-bottom li:last-child {
    border-right: 0 solid #e9e9e9
}

.address img {
    margin: 0 auto 10px
}

.address p {
    font-size: .9em;
    text-align: center
}

.dateupdate {
    color: #ffd562;
    font-weight: 400
}

.innermenu {
    min-height: 330px;
    outline: 0;
    position: relative
}

.innermenu * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

.innermenu>ul>li>a {
    font-weight: 700;
    font-size: 20px!important;
    color: #002B5B!important;
    width: 100%;
    border-bottom: 1px solid #03356E!important;
    margin-bottom: 15px;
    background-color: transparent!important;
    border-left: 0!important;
    box-shadow: none!important;
    padding: 15px 0!important;
    cursor: default;
    pointer-events: none
}

.innermenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.innermenu ul li {
    position: relative;
    width: 100%;
    margin-bottom: 8px
}

.innermenu ul li a {
    background: #fff;
    display: block;
    color: #000;
    font-size: 14px;
    padding: 14px;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    transition-duration: .3s;
    border-left: 4px solid #03356E
}

.innermenu ul li a:focus,
.innermenu ul li a:hover {
    background-color: #F6D36A;
    color: #000
}

.innermenu ul .submenu li .innermenu-label,
.innermenu ul li .innermenu-label {
    color: #555;
    font-weight: 800;
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    right: 18px;
    border-radius: 100%
}

.innermenu ul li a i {
    float: left;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    width: 34px
}

.innermenu ul li .innermenu-label {
    background: #f0f0f0;
    font-size: 11px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 14px
}

.innermenu ul .submenu,
.innermenu ul .submenu li ul.submenu {
    display: none;
    position: static;
    width: 100%
}

.innermenu ul .submenu .submenu-indicator {
    line-height: 16px
}

.innermenu ul .submenu li {
    clear: both;
    width: 100%;
    margin-bottom: 0
}

.innermenu ul .submenu li a {
    background: #fff;
    border-left: solid 4px transparent;
    border-top: none;
    font-size: 13px;
    position: relative;
    width: 100%
}

.innermenu ul .submenu li:hover>a {
    border-left-color: #002B5B;
    background-color: #eee
}

.innermenu ul .submenu li .innermenu-label {
    background: #f0f0f0;
    font-size: 11px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 12px;
    top: 14px
}

.innermenu ul .submenu>li>ul.submenu>li>a {
    padding-left: 45px
}

.innermenu ul .submenu>li>ul.submenu>li>ul.submenu>li>a {
    padding-left: 60px
}

.innermenu .submenu-indicator {
    -moz-transition: "transform .3s linear";
    -o-transition: "transform .3s linear";
    -webkit-transition: "transform .3s linear";
    transition: "transform .3s linear";
    float: right;
    font-size: 20px;
    line-height: 19px;
    position: absolute;
    right: 22px
}

.innermenu .submenu-indicator-minus>.submenu-indicator {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.innermenu>ul>li.active>a,
.innermenu>ul>li:hover>a {
    background: #F6D36A;
    color: #000
}

.ink {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    background: rgba(255, 255, 255, .3);
    border-radius: 100%;
    display: block;
    position: absolute;
    transform: scale(0)
}

.animate-ink {
    -moz-animation: ripple .3s linear;
    -ms-animation: ripple .3s linear;
    -o-animation: ripple .3s linear;
    -webkit-animation: ripple .3s linear;
    animation: ripple .3s linear
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

.white.innermenu .innermenu-header,
.white.innermenu ul li a {
    background: #fff;
    color: #555
}

.white.innermenu ul ul.submenu li:hover>a {
    border-left-color: #f0f0f0
}

.white.innermenu ul ul.submenu li a {
    color: #f0f0f0
}

.white.innermenu>ul>li.active>a,
.white.innermenu>ul>li:hover>a {
    background: #f0f0f0
}

.white.innermenu>ul>li>a {
    border-bottom-color: #f0f0f0
}

.white.innermenu>ul>li>a>.ink {
    background: rgba(0, 0, 0, .1)
}

.implink {
    background-color: #fff;
    padding: 0 15px 15px
}

.implink h3 {
    position: relative;
    margin-top: 0;
    text-align: center
}

.implink h3 span {
    color: #03356E;
    font-weight: 600;
    font-size: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    margin: 15px 0;
    padding: 25px 0px 11px;

    display: inline-block
}

.brand-items .owl-buttons,
.menuFxd .light-learning {
    display: none
}

.implink h3 span:before {
    position: absolute;
    height: 5px;
    width: 5%;
    bottom: 14px;
    background-color: #03356E;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto
}

.brand-item {
    padding: 10px;
    border-right: 1px solid #eee
}

.border0 {
    border: 0!important
}

.brand-items .owl-page span {
    background-color: #ccc!important
}

.commentsmail {
    text-align: right
}

.commentsmail h4 {
    margin: 10px 0 0;
    padding: 0;
    color: #000
}

.commentsmail h2 {
    margin: 5px 0 15px;
    padding: 0;
    color: #000
}

.menuFxd .navbar-nav>li>a,
.service-box {
    padding: 10px
}

.commentsmail a {
    color: rgb(237, 234, 234)
}

.menuFxd {
    position: fixed;
    right: 0;
    left: 0
}

.menuFxd .logo {
    margin-top: 0
}

.menuFxd .top-nav {
    width: 100%;
    margin-left: 0
}

.menuFxd .afetrlogo {
    display: block
}

.menuFxd .beforelogo {
    display: none
}

.menuFxd .logo img {
    max-width: 100%;
    top: 0;
    margin-left: 5%
}

.table th {
    background-color: #ECD8A2!important;
    color: #000;
    font-weight: 600
}

.serial {
    counter-reset: Serial
}

.serial tr td:first-child {
    text-align: center
}

.serial tr td:first-child::before {
    content: "" counter(Serial, decimal);
    counter-increment: Serial
}

.search-result {
    list-style: none;
    margin: 0;
    padding: 0
}

.search-result li {
    border: 1px solid #eee;
    padding: 5px 10px!important;
    transition: all .2s ease 0s;
    margin-bottom: 10px
}

.search-result li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.search-result .local {
    color: #271def;
    display: block;
    font-size: 1.18em
}

.search-result .local:hover {
    color: #271def
}

.search-result span {
    color: #006621;
    display: block;
    font-size: .85em
}

.search-result p {
    margin: 5px 0;
    color: #333;
    font-size: .9em
}

.pdf-size:before,
.rar-size:before,
.word-size:before {
    font-family: FontAwesome;
    margin: 0 5px
}

.search-result li:before {
    content: unset!important
}

.pdf {
    color: #fc0f1a;
    font-size: 15px
}

.inner .poem-icon {
    color: #acacac;
    font-size: 20px
}

.inner .poem-line-1,
.inner .poem-line-2 {
    font-size: 14px;
    line-height: 28px
}

.column3 {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3
}

.pdf-size {
    font-size: 12px;
    color: #000;
    display: block
}

.pdf-size:before {
    content: "\f1c1";
    color: #D32F2F
}

#ContentPlaceHolder_Body_gvcircular .pdf-size::before {
    content: unset;
}

.word-size {
    font-size: 12px;
    color: #000;
    display: block
}

.word-size:before {
    content: "\f1c2";
    color: #D32F2F
}

.rar-size {
    font-size: 12px;
    color: #000
}

.rar-size:before {
    content: "\f1c6";
    color: #D32F2F
}

a[href$=zip]::after {
    content: url(../images/zipicon_small.png);
    padding: 0 .3em;
    top: 3px;
    position: relative
}

a[href$=rar]::after {
    content: url(../images/raricon_small.png);
    padding: 0 .3em;
    top: 3px;
    position: relative
}

a[href$=ppt]::after {
    content: url(../images/ppticon_small.png);
    padding: 0 .3em;
    top: 3px;
    position: relative
}

a[href$=doc]::after {
    content: url(../images/docicon_small.png);
    padding: 0 .3em;
    top: 3px;
    position: relative
}

.landing {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 15px
}

.Chancellor-wrap .landing {
    background: -webkit-linear-gradient(top, #f4f5f7 70%, #f4f5f7 70%, #f4f5f7 100%);
    background: linear-gradient(to bottom, #f4f5f7 70%, #f4f5f7 70%, #f4f5f7 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline
}

.Chancellor-wrap .main-title {
    position: absolute;
    top: 2%;
    font-size: 32px;
    font-weight: 300;
    color: #f4f5f7
}

.Chancellor-wrap .page {
    border-radius: 8px;
    box-shadow: 0 9px 50px 4px rgba(0, 0, 0, .1);
    background: #fff;
    width: 80%;
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.Chancellor-wrap .page .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3f51b5;
    min-height: 380px;
    width: 50%
}

.Chancellor-wrap .page .about,
.Chancellor-wrap .page .about .main {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.Chancellor-wrap .page .image img {
    width: 62%;
    border: 3px solid rgba(255, 255, 255, .5);
    border-radius: 50%
}

.Chancellor-wrap .page .about {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    max-width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.Chancellor-wrap .page .about .main {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.Chancellor-wrap .page .about .main .title {
    color: rgba(0, 0, 0, .8);
    font-size: 28px;
    padding: 0 0 7px;
    font-weight: 400
}

.Chancellor-wrap .page .about .main .description p {
    color: rgba(0, 0, 0, .7);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 0
}

.Chancellor-wrap .page .about .main .description .took-charge-p {
    margin-top: 35px
}

.Chancellor-wrap .page .about .controls .try a {
    color: #FFF
}

.Chancellor-wrap .page .about .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.Chancellor-wrap .page .about .controls .try {
    cursor: pointer;
    border-radius: 8px;
    padding: 8px;
    color: #f4f5f7;
    background: #3f51b5
}

@media only screen and (min-width:1024px) {
    .Chancellor-wrap .page {
        max-width: 900px;
        max-height: 700px
    }
}

@media only screen and (max-width:480px) {
    .Chancellor-wrap .landing {
        background: #253B6E
    }
    .Chancellor-wrap .main-title {
        font-size: 6vw;
        font-weight: 300;
        color: #f4f5f7
    }
    .Chancellor-wrap .page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .Chancellor-wrap .page .image {
        padding-top: 8px;
        width: 100%;
        height: 20%
    }
    .Chancellor-wrap .page .image img {
        height: 100%;
        width: initial
    }
    .Chancellor-wrap .page .about {
        overflow-y: scroll;
        max-width: 100%
    }
}

.annual-courses figure.snip1166 {
    font-family: Arimo, sans-serif;
    position: relative;
    float: left;
    min-height: 220px;
    width: 100%;
    background: #fff;
    color: #000;
    text-align: left
}

.annual-courses figure.snip1166 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.annual-courses figure.snip1166 img {
    opacity: 1;
    width: 100%;
    vertical-align: top;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.annual-courses figure.snip1166 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.annual-courses figure.snip1166 figcaption>div {
    height: 70%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0
}

.annual-courses figure.snip1166 h3,
figure.snip1166 p {
    margin: 0;
    position: absolute;
    right: 0
}

.annual-courses figure.snip1166 h3 {
    padding: 0 30px 0 15px;
    color: #fff;
    background-color: #1a1a1a;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    top: 30%;
    right: 0;
    left: 30px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.annual-courses figure.snip1166 h3 span {
    font-weight: 400
}

.annual-courses figure.snip1166 h3:after,
figure.snip1166 h3:before {
    border-style: solid;
    content: '';
    position: absolute;
    left: 100%
}

.annual-courses figure.snip1166 h3:after {
    border-width: 40px 0 0 12px;
    border-color: transparent transparent transparent #1a1a1a;
    top: 0
}

.annual-courses figure.snip1166 h3:before {
    width: 0!important;
    border-width: 12px 12px 0 0;
    border-color: #000 transparent transparent;
    top: 100%
}

.annual-courses figure.snip1166 p {
    padding: 8px 45px;
    opacity: 0;
    font-size: .9em;
    font-weight: 500;
    left: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.annual-courses figure.snip1166 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.annual-courses figure.snip1166.blue h3 {
    background-color: #2980b9
}

.annual-courses figure.snip1166.blue h3:after {
    border-color: transparent transparent transparent #2980b9
}

.annual-courses figure.snip1166.blue h3:before {
    border-color: #123851 transparent transparent
}

.annual-courses figure.snip1166.red h3 {
    background-color: #c0392b
}

.annual-courses figure.snip1166.red h3:after {
    border-color: transparent transparent transparent #c0392b
}

.annual-courses figure.snip1166.red h3:before {
    border-color: #581a14 transparent transparent
}

.annual-courses figure.snip1166.green h3 {
    background-color: #27ae60
}

.annual-courses figure.snip1166.green h3:after {
    border-color: transparent transparent transparent #27ae60
}

.annual-courses figure.snip1166.green h3:before {
    border-color: #104627 transparent transparent
}

.annual-courses figure.snip1166.orange h3 {
    background-color: #e67e22
}

.annual-courses figure.snip1166.orange h3:after {
    border-color: transparent transparent transparent #e67e22
}

.annual-courses figure.snip1166.orange h3:before {
    border-color: #7b410e transparent transparent
}

.annual-courses figure.snip1166.navy h3 {
    background-color: #34495e
}

.annual-courses figure.snip1166.navy h3:after {
    border-color: transparent transparent transparent #34495e
}

.annual-courses figure.snip1166.navy h3:before {
    border-color: #07090c transparent transparent
}

.annual-courses figure.snip1166:hover img,
figure.snip1166.hover img {
    opacity: .9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.annual-courses figure.snip1166:hover figcaption h3,
figure.snip1166.hover figcaption h3 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.annual-courses figure.snip1166:hover figcaption p,
figure.snip1166.hover figcaption p {
    opacity: .8;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.executive-council2 .glyphicon {
    font-size: 12px
}

.executive-council #accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 5px
}

.executive-council #accordion .panel-title a {
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #0C0119;
    transition: all .5s ease 0s
}

.executive-council #accordion .panel-title a:hover {
    background: rgba(12, 1, 25, .8)
}

.executive-council #accordion .panel-body .table-bordered>tbody>tr>td {
    border: 1px solid #b4b4b4
}

.executive-council #accordion .panel-heading h4 {
    border: none;
    padding: 5px 0!important;
    margin: 0!important
}

.executive-council #accordion .panel-body {
    font-size: 14px;
    background: #e3e3e3;
    padding: 15px 20px;
    line-height: 25px;
    border: none;
    position: relative
}

.executive-council #accordion .panel-body:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 40px;
    border: 15px solid transparent;
    border-bottom: 15px solid #e3e3e3
}

.examination-schedule .card {
    position: relative;
    float: left;
    padding-bottom: 100%;
    width: 100%;
    text-align: center
}

.card__back,
.examination-schedule .card__front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.examination-schedule .card__front {
    background-color: #f5f5f5
}

.examination-schedule .card__back {
    cursor: pointer;
    background-color: #03356e1f;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.examination-schedule .card__text {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 20px;
    color: #000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 20px;
    font-size: 24px
}

.examination-schedule .card.effect__hover:hover .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.examination-schedule .card.effect__hover:hover .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.bhoechie-tab-container {
    z-index: 10;
    background-color: #fff;
    padding: 0!important;
    width: 100%;
    margin-bottom: 30px
}

.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0
}

.bhoechie-tab-menu .list-group,
.bhoechie-tab-menu .list-group>a {
    margin-bottom: 0
}

.bhoechie-tab-menu .list-group>a .fa,
.bhoechie-tab-menu .list-group>a .glyphicon {
    color: #5A55A3
}

.bhoechie-tab-menu .list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0
}

.bhoechie-tab-menu .list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0
}

.bhoechie-tab-menu .list-group>a.active,
.bhoechie-tab-menu .list-group>a.active .fa,
.bhoechie-tab-menu .list-group>a.active .glyphicon {
    background-color: #03356e;
    background-image: #;
    color: #fff
}

.bhoechie-tab-menu .list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -16px;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 8px solid #03356e;
    outline: 0
}

.bhoechie-tab-menu .list-group-item {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-bottom: -1px!important;
    background-color: #f5f5f5;
    border: 1px solid #d7d7d7
}

.bhoechie-tab-content {
    background-color: #fff;
    padding-left: 0;
    padding-top: 0
}

.bhoechie-tab .bhoechie-tab-content:not(.active) {
    display: none
}

.bhoechie-tab-menu .list-group {
    padding: 0;
    border: 0 solid #b82d73
}

.space-bottom {
    margin-bottom: 20px;
    margin-top: 10px
}

.pdc figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 300px;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    margin: 10px 0
}

.pdc figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%
}

figure.effect-hera figcaption::before,
figure.effect-hera h2,
figure.effect-hera p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity .35s, -webkit-transform .35s
}

figure.effect-hera h2 {
    border-bottom: solid 1px #6259F6;
    border-top: solid 1px #6259F6;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #3E3D3C;
    background-color: RGBA(254, 254, 254, .93);
    padding: 10px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

figure.effect-hera h2,
figure.effect-hera p {
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 100%
}

figure.effect-hera figcaption::before {
    background-color: rgba(255, 255, 255, .73);
    border: 2px solid #fb9504;
    width: 150px;
    height: 150px;
    content: '';
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}

figure.effect-hera p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2
}

figure.effect-hera p a {
    color: #fff
}

figure.effect-hera p a:focus,
figure.effect-hera p a:hover {
    opacity: .9
}

figure.effect-hera p a:first-child img {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0)
}

figure.effect-hera p a img {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0)
}

figure.effect-hera:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1)
}

figure.effect-hera:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(.8, .8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(.8, .8, 1)
}

figure.effect-hera:hover p img:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

figure.effect-hera h2 {
    bottom: -17%;
    top: inherit
}

figure.effect-hera h2 span {
    font-size: 18px;
    display: block;
    margin-top: 5px;
    margin-bottom: 8px
}

.service-box {
    position: relative;
    background-color: #FFF;
    min-height: 118px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin-top: 40px;
    margin-bottom: 15px
}

.service-box .fa {
    font-size: 26px;
    height: 65px;
    left: 0;
    margin: -38px auto 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 65px;
    color: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    border: 2px solid #d2d2d2;
    border-radius: 50%
}

.poem-wrap,
.sidebarmenu {
    height: auto;
    overflow: hidden
}

.service-box span {
    text-align: center;
    color: #000;
    padding-top: 38px;
    display: block;
    font-weight: 500
}

.service-box span a {
    color: #000
}

.service-box a {
    text-decoration: none
}

.service-box .green {
    background-color: #7DB343
}

.service-box .yellow {
    background-color: #FEB301
}

.service-box .purple {
    background-color: #7E57C2
}

.service-box .pink {
    background-color: #EC3F7A
}

.service-box .cyan {
    background-color: #00BCD5
}

.service-box .voilet {
    background-color: #3F51B5
}

.service-box:hover .fa {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    margin: -45px auto 0
}

.tble {
    border-collapse: collapse;
    margin: 0 0 15px
}

.tble td,
.tble th {
    padding: 5px 12px;
    border: 1px solid #ccc
}

.tble th {
    background-color: #f4f4f4
}

table td a {
    color: #ba1414
}

.poem-wrap {
    background-image: url(../images/floral.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 516px
}

#accordion .panel-heading {
    background-color: #3467a1;
    border-color: #dcd3ad;
    border-radius: 0
}

#accordion .panel-heading h4 {
    text-transform: none;
    color: #fff;
    border: none;
    font-size: 20px;
    padding-bottom: 0
}

#accordion .panel-heading h4 a {
    display: block
}

#accordion .panel-heading a:focus,
#accordion .panel-heading a:hover {
    text-decoration: none
}

table.filter-box {
    margin-left: 0!important
}

.filter-box {
    background: #ededed;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%
}

.filter-box td {
    padding: 4px
}

.filter-box input[type=submit] {
    background: #03356E;
    border: 0 solid red;
    color: #fff;
    padding: 7px 10px;
    width: 100%
}

.filter-box input[type=text]:focus {
    border: 1px solid #177ebe;
    color: #177ebe
}

.filter-box input[type=text] {
    border: 1px solid #b3b3b3;
    padding: 5px;
    width: 100%
}

.filter-box select {
    border: 1px solid #abaaaa;
    padding: 5px;
    width: 100%
}

.s-profile {
    border-bottom: 2px solid #03356E;
    box-shadow: 0 0 6px rgba(0, 0, 0, .08);
    margin: 15px 0;
    padding: 15px 0;
    font-size: .9em
}

.imageshadow {
    border: 4px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.profiledetail table {
    border-collapse: collapse;
    width: 100%
}

.profiledetail table td {
    border-bottom: 1px solid #eee;
    padding: 5px 10px
}

.inner .ui-state-disabled {
    opacity: 1
}

.inner .grid-stack {
    background: 0 0!important
}

.inn_pic.pull-left {
    margin-right: 15px
}

.inn_pic.pull-right {
    margin-left: 15px
}

.newicon:after {
    content: url(../images/new_red.gif);
    margin: 0 5px
}

.sidebarmenu {
    position: fixed;
    width: 230px;
    right: -230px;
    top: 20%;
    z-index: 500;
    box-shadow: 0 0 8px rgba(0, 0, 0, .7);
    transition-duration: .2s
}

.sidebarbutton {
    position: fixed;
    background-color: #072b80;
    z-index: 499;
    top: 50%;
    right: -43px;
    transform: rotate(270deg);
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #fff;
    cursor: pointer
}

.sidebarmenu2 {
    position: fixed;
    width: 230px;
    right: -230px;
    top: 20%;
    z-index: 500;
    box-shadow: 0 0 8px rgba(0, 0, 0, .7);
    transition-duration: .2s;
}

.sidebarmenu .innermenu,
.sidebarmenu2 .innermenu {
    min-height: auto
}

.sidebarmenu .innermenu>ul>li>a,
.sidebarmenu2 .innermenu>ul>li>a {
    font-size: 15px!important;
    color: #fff!important;
    border-bottom: 0 solid #03356E!important;
    margin-bottom: 0;
    background-color: #002B5B!important;
    padding: 11px 10px!important;
    cursor: default;
    pointer-events: none
}

.sidebarhide>a:after,
.sidebarhide>a:before {
    color: #fff;
    font-family: simple-line-icons
}

.sidebarhide2>a:after,
.sidebarhide2>a:before {
    color: #fff;
    font-family: simple-line-icons
}

.sidebarmenu .innermenu ul li,
.sidebarmenu2 .innermenu ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #eee
}

.sidebarmenu .innermenu ul li a,
.sidebarmenu2 .innermenu ul li a {
    padding: 9px 14px;
    border-left: 0 solid #03356E
}

.sidebaropen {
    right: 0!important
}

.sidebarhide>a:after {
    content: "\e606";
    float: right
}

.sidebarhide>a:before {
    content: "\e601";
    margin-right: 10px
}

.sidebarhide2>a:after {
    content: "\e606";
    float: right
}

.sidebarhide2>a:before {
    content: "\e601";
    margin-right: 10px
}

.left-other-links-menu .snk-left-1:after,
.left-other-links-menu .snk-left-1:before {
    display: none
}

.left-other-links-menu .snk-left-1 {
    font-weight: 700;
    font-size: 20px!important;
    color: #002B5B!important;
    width: 100%;
    border-bottom: 1px solid #03356E!important;
    margin-bottom: 15px;
    background-color: transparent!important;
    border-left: 0!important;
    box-shadow: none!important;
    padding: 15px 0!important;
    cursor: default;
    pointer-events: none
}

.archive .panel .panel-body ul li,
.news li {
    border-bottom: 1px dashed #131212
}

.archive .panel .panel-body {
    max-height: 350px;
    overflow: auto
}

.archive .panel .panel-body ul li a {
    color: #333
}

.archive .panel .panel-body ul li p {
    font-size: .9em
}

.news li {
    padding-top: 5px;
    padding-bottom: 5px
}

.OtherLinks li {
    display: block!important
}

.title-caption {
    background: rgba(0, 0, 0, .52);
    color: #fff;
    padding: 2px 10px;
    bottom: 0!important
}

.grid-stack-item-content img {
    color: rgba(255, 255, 255, .1)
}

figure.snip0078 {
    font-family: Raleway, Arial, sans-serif;
    color: #fff;
    position: relative;
    float: left;
    margin: 10px 1%;
    min-width: 220px;
    max-width: 256px;
    max-height: 256px;
    width: 100%;
    text-align: center
}

figure.snip0078 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box
}

figure.snip0078 img {
    opacity: 1;
    max-width: 100%;
    border: 10px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

figure.snip0078 figcaption {
    bottom: 0;
    width: 80%;
    right: 0;
    position: absolute;
    background: #000;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 10px -10px #000
}

.effect-oscar img,
.pagination,
.photo-gallery .article img {
    width: 100%
}

figure.snip0078 figcaption h2,
figure.snip0078 figcaption p {
    margin: 0;
    color: #fff
}

figure.snip0078 figcaption h2 {
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent
}

figure.snip0078 figcaption h2 span {
    font-weight: 800
}

figure.snip0078 figcaption p {
    font-size: .9em;
    font-weight: 500;
    opacity: .65
}

figure.snip0078 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1
}

figure.snip0078.blue figcaption {
    background: #1b557a
}

figure.snip0078.blue img {
    border: 10px solid #1b557a
}

figure.snip0078.red figcaption {
    background: #81261d
}

figure.snip0078.red img {
    border: 10px solid #81261d
}

figure.snip0078.yellow figcaption {
    background: #a85913
}

figure.snip0078.yellow img {
    border: 10px solid #a85913
}

figure.snip0078.hover figcaption,
figure.snip0078:hover figcaption {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 0 15px 15px -15px #000
}

figure.snip0078.hover.blue img,
figure.snip0078:hover.blue img {
    border: 10px solid #2980b9
}

figure.snip0078.hover.red img,
figure.snip0078:hover.red img {
    border: 10px solid #c0392b
}

figure.snip0078.hover.yellow img,
figure.snip0078:hover.yellow img {
    border: 10px solid #e67e22
}

figure.snip0078.yellow {
    background: 0 0
}

.pagination {
    display: table-row!important
}

.pagination a,
.pagination span {
    background: #072B80;
    border: 1px solid #ccc;
    color: #fff;
    padding: 4px;
    margin-left: 4px
}

.pagination a:hover {
    background: #FC3;
    color: #000;
    text-decoration: none
}

.photo-gallery .article-wrapper {
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center
}

.photo-gallery .article,
.photo-gallery .article:hover {
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer
}

.photo-gallery .article {
    min-height: 260px;
    border: 1px solid #ddd;
    box-shadow: 0 0 7px #ccc;
    border-radius: 3px;
    transition: all ease-in-out .2s
}

.photo-gallery .article:hover {
    border: 1px solid #F6D36A;
    box-shadow: 0 1px 14px #F6D36A;
    border-radius: 0;
    transition: all ease-in-out .1s
}

.photo-gallery .article .article-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.photo-gallery .article .article-data {
    font-size: 12px
}

.photo-gallery .article small {
    display: block;
    font-size: 8px
}

.inner figure.effect-oscar {
    display: inline-block
}

.inner figure.effect-oscar img {
    width: 100%;
    display: block;
    height: 180px!important
}

.inner .album {
    margin-left: 0;
    margin-right: 0
}

.inner figure.effect-oscar figcaption h2 {
    font-size: 16px;
    padding: 0;
    background: 0 0;
    margin: 8px 0;
    font-weight: 700
}

.inner figure.effect-oscar figcaption a {
    position: absolute;
    background: #03356e;
    padding: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    bottom: 12px;
    left: 33%
}

.effect-oscar,
.under-graduate {
    position: relative
}

.effect-oscar,
.effect-oscar:hover {
    display: inline-block;
    padding: 10px;
    cursor: pointer
}

.inner figure.effect-oscar figcaption a:hover {
    background: #000;
    transition: 2s all
}

.effect-oscar {
    height: 300px;
    margin: 0 auto 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ddd;
    box-shadow: 0 0 7px #ccc;
    border-radius: 3px;
    transition: all ease-in-out .2s
}

.effect-oscar:hover {
    border: 1px solid #F6D36A;
    box-shadow: 0 1px 14px #F6D36A;
    margin-bottom: 10px;
    border-radius: 0;
    transition: all ease-in-out .1s
}

.effect-oscar .article-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

effect-oscar .article-data {
    font-size: 12px
}

.effect-oscar small {
    display: block;
    font-size: 8px
}

.inner figure.effect-oscar p {
    display: none
}

.under-graduate .circle {
    cursor: pointer;
    padding: 10px;
    background: #03356e;
    position: absolute;
    top: -52px;
    right: 0;
    animation: corner-move 20s linear 1s infinite;
    -webkit-animation: corner-move 20s linear 1s infinite;
    border-radius: 5px 20px 0 0
}

.under-graduate .circle:hover {
    transition: 2s all;
    background: #F6D36A;
    color: #000
}

.under-graduate .circle a:hover {
    color: #000
}

.under-graduate .circle a {
    color: #fff;
    padding: 20px
}

.photo-gallery {
    position: relative
}

.faculty .circle,
.photo-gallery .circle {
    cursor: pointer;
    padding: 10px;
    background: #03356e;
    position: absolute;
    top: -52px;
    right: 0;
    animation: corner-move 20s linear 1s infinite;
    -webkit-animation: corner-move 20s linear 1s infinite;
    border-radius: 5px 20px 0 0
}

.faculty .circle:hover,
.photo-gallery .circle:hover {
    transition: 2s all;
    background: #F6D36A;
    color: #000
}

.faculty .circle a:hover,
.photo-gallery .circle a:hover {
    color: #000
}

.faculty .circle a,
.photo-gallery .circle a {
    color: #fff;
    padding: 20px
}

.qwestion-icon {
    position: relative;
    display: block
}

.qwestion-icon:after {
    content: "\f128";
    font-family: FontAwesome;
    color: #03356E;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 6px;
    border: 1px solid #03356E;
    padding: 3px 4px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0
}

.archive-btn,
.question-papers-archive ul a {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 8px
}

.question-papers-archive ul a {
    width: 100px;
    border: 1px solid #ddd
}

.archive-btn {
    transition: 2s all;
    margin: 4px;
    width: 19%;
    border: 1px solid #d9d9d9;
    font-size: 13px
}

.archive-btn:after,
.archive-btn:before {
    font-family: FontAwesome;
    font-size: 14px;
    padding: 3px 4px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 5px
}

.archive-btn:after {
    content: "\f019";
    color: #03356E;
    right: 0
}

.archive-btn:before {
    content: "\f1c1";
    color: #D32F2F;
    left: 0
}

.cyber-library span.top-new,
.cyber-library span.top-new1 {
    color: #000;
    display: block;
    font-weight: 500;
    text-align: center
}

.mob-view {
    display: block
}

.model-tagore {
    position: relative
}

.model-tagore p {
    position: absolute;
    top: 0;
    left: 15px;
    background: #d9d9d9;
    padding: 15px
}

.cyber-library span.top-new {
    border-top: 1px solid #ddd;
    padding-top: 0
}

.cyber-library span.top-new1 {
    border-top: 0 solid #ddd;
    padding-top: 28px
}

.pagecontent .inner .grid-stack>.grid-stack-item>.grid-stack-item-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0!important;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .29), 0 6px 20px 0 rgba(0, 0, 0, .1)
}

.ragging-btn {
    transition: 2s all;
    cursor: pointer;
    margin: 4px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px;
    border: 1px solid #d9d9d9;
    font-size: 13px
}

.ragging-btn:after,
.ragging-btn:before {
    font-family: FontAwesome;
    font-size: 14px;
    padding: 3px 4px;
    width: 20px;
    height: 20px;
    top: 5px;
    box-sizing: border-box;
    position: absolute
}

.ragging-btn:after {
    content: "";
    color: #03356E;
    right: 0
}

.ragging-btn:before {
    content: "\f167";
    color: #D32F2F;
    left: 0
}

.Prsrls-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.Prsrls-list li {
    padding: 10px 15px!important;
    text-align: center;
    min-height: 358px;
    box-sizing: border-box;
    margin: 10px;
    width: 23%;
    float: left;
    border: 1px solid #ddd;
    max-height: 358px;
    overflow: hidden
}

.Prsrls-list li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 200px
}

.Prsrls-list li p {
    font-size: .8em;
    text-align: center;
    position: absolute;
    top: 129px;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 10px
}

.Prsrls-list li a,
.Prsrls-list li p span {
    display: block
}

.Prsrls-list li a strong {
    font-weight: 400
}

.Prsrls-list li::before {
    content: normal!important
}

.sitemap .sidebarhide>a::after,
.sitemap .sidebarhide>a::before,
.sitemap ul li:before {
    content: unset!important
}

.Prsrls-list li:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .2)
}

.sidebarmenu>.innermenu>ul>li {
    display: block!important
}

.sitemap {
    margin: 0 15px
}

.sitemap ul {
    background: url(../images/site_map_ul.gif) 0 -5px repeat-y!important;
    list-style-type: none!important;
    margin: 0!important;
    padding: 0 5px 4px 6px!important;
    position: relative!important
}

.sitemap ul li {
    background: url(../images/site_map_list.gif) -5px -5px no-repeat!important;
    line-height: 16px!important;
    padding: 0 0 0 10px!important;
    font: 700 10pt arial;
    margin: 10px 0
}

.sitemap ul li a {
    background-color: #d5e0ff;
    border: 1px solid #1b426e;
    color: #000;
    display: inline-block;
    padding: 5px;
    border-radius: 15px 0;
    transition-duration: .3s
}

.sitemap ul li a:hover {
    background-color: #fbcf86;
    border: 1px solid #ed9501;
    color: #000;
    padding-left: 5px;
    text-decoration: none
}

.sitemap ul li ul {
    padding-bottom: 1px
}

.sitemap ul li ul li {
    font: 10pt arial
}

.vc-notice {
    display: none;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #009;
    margin: 5px auto 15px;
    padding: 10px;
    text-align: center
}

.linkbox {
    display: block;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    padding: 25px;
    color: #cb2323;
    margin: 15% auto;
    border-radius: 10px;
    border: 1px dashed #ccc
}

.linkbox .icon {
    font-size: 5em;
    color: #03356E
}

.linkbox:hover {
    text-decoration: none;
    background-color: #cb2323;
    color: #fff
}

.linkbox:hover .icon {
    color: #fff
}

.jeebed {
    background-color: rgba(186, 113, 2, 0.6);
}

.udrc-login {
    top: 27%;
    background: #273a49;
    position: fixed;
    background-color: #072b80;
    z-index: 499;
    right: -43px;
    transform: rotate(270deg);
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #fff;
    cursor: pointer;
}

.sidebarmenu-urdc {
    position: fixed;
    width: 230px;
    right: -230px;
    top: 20%;
    z-index: 500;
    box-shadow: 0 0 8px rgba(0, 0, 0, .7);
    transition-duration: .2s;
}

.sidebaropen-new {
    right: 0!important;
}

.btn-archive {
    background: #03356E;
    border: 0 solid red;
    color: #fff;
    padding: 8px 11px;
    width: 100%;
    display: block;
    color: #fff !important;
    text-decoration: none !important;
}

h3.icphed:before {
    width: 50%;
}

h3.icphed1:before {
    width: 60%;
}