.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  /*background-color: transparent;*/
  /*border-color: transparent;*/
}

.btn-primary.focus, .btn-primary:focus {
  background-color: transparent;
  color: black;
  border-color: transparent;
}

.nav.navbar-nav.main-nav {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.navbar-nav > li {
  list-style-type: none;
  float: left;
  padding: 0;
  line-height: 50px;
  height: 50px;
  margin: 0;
}

.navbar.navbar-default {
  background: black;
}

.navbar-default .navbar-nav > li > a {
  color: white;
}

.navbar-default .navbar-nav > li > a:hover {
  background: #f64c3b;
  color: #fff;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #f4e7e7;
  background: #f64c3b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  text-align: center;
  transition: all .3s;
}

body {
  font-family: 'Montserrat';
  font-size: 14px;
  margin: 0;
  padding: 0;
  /*scroll-behavior: smooth;*/
}

/* h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather';
} */

.firstnav-area {
  background-color: #153D6F;
}

#home {
  color: white;
}

.navbar-light .navbar-nav, .navbar-light .navbar-nav .nav-link {
  color: white;
  position: relative;
  margin-bottom: 11px;
  font-size: 13px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(183,154,99);
}

.navbar-nav.secondnav-items .nav-link {
  color: rgb(21,61,110);
  font-size: 16px!important;
  font-weight: 600;
}

.navbar-nav.secondnav-items .nav-link:active {
  color: rgb(21,61,110);
  font-size: 16px!important;
  font-weight: 600;
}

.pageLogo {
  width: 238px;
}

.navbar.navbar-light.navbar-expand-md {
  /*padding: 0px 0px 18px 30px;*/
  padding-left: 6%;
  padding-right: 6%;
}

#secondnav {
  padding-right: 10%;
  padding-top: 20px;
}

.sliderImage {
  width: 1440px;
}

.col-md-12.image1 {
  /*overflow: hidden;*/
  height: 500px;
  /*width: 100vh;*/
  padding-left: -28px;
}

.sliderText {
  color: #fff;
  margin-top: 14%;
  font-weight: 600;
  width: 500px;
}

/* #slideParagraph {
  width: 20px;
} */

#slideParagraph {
  color: white;
}

#btn-1:hover {
  margin-top: -64px;
  border-radius: 25px;
  background-color: #153d6e;
  color: rgb(183,154,99);
  border-color: #153d6e;
  width: 156px;
}

#btn-1 {
  margin-top: -64px;
  border-radius: 25px;
  background-color: #153d6e;
  color: white;
  border-color: #153d6e;
  width: 156px;
}

.material-icons.fal1 {
  position: absolute;
  margin-bottom: 13px;
}

#spotlight_title {
  margin-top: 43px;
  margin-bottom: 43px;
}

#select_field {
  border-radius: 0;
  width: 26%;
  padding: 7px;
}

.newsRegion {
  margin-top: 8%;
}

.newsMain_title {
  margin-bottom: 52px;
}

.newsExplore_btn {
  color: #ffff;
  background-color: #153d6c;
  border-radius: 0;
  margin-left: 6px;
  border: none;
}

.go_right-arrow {
  margin-left: 14px;
}

#select_field, .newsExplore_btn {
  float: right;
}

.newsExplore_btn:hover {
  color: #ffff;
  background-color: #b49864;
  border-radius: 0;
  margin-left: 6px;
  border: none;
}

#moreNews_title h4 {
  margin-right: 28px;
}

#spotlight_title h3 {
  color: #153d6c;
}

#spotlight_title h3:hover {
  color: #153d6c;
  text-decoration: underline;
}

.newsHeading {
  margin-top: 100px;
  color: #153d6d;
  font-weight: 600;
}

.newsSpotlight {
  padding-top: 70px;
}

.mainNewsHeading {
  font-weight: 600;
  padding-top: 33px;
  color: #153d6d;
  line-height: inherit;
}

.singleNews_title_body {
  margin-top: 10%;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 5%;
}

.singleNews_title_body h6:hover {
  color: #153d6e;
  text-decoration: underline;
}

.single_news_date p {
  font-size: 16px;
}

.single_news_date {
  margin-top: 18px;
}

.single_news_date p {
  color: #a4a4a4;
}

.col.title {
  margin-left: 5.2rem;
  /*border-bottom: 2px solid #000;*/
}

#NewsList {
  padding-top: 42px;
  /*border: 2px #000;*/
  margin-bottom: 10px;
}

.newsDate {
  color: #ae9564;
  padding-top: 14px;
}

.material-icons.Fal3 {
  padding-left: 35px;
  position: fixed;
}

/* announcment & featured links css starts */

#announcement-featuredLinks_area {
  margin-top: 8%;
  /*margin-bottom: 8%;*/
}

article h6 {
  line-height: 1.8rem;
  font-weight: 500;
}

article h6:hover {
  color: #153d6d;
  text-decoration: underline;
}

#annouce-title {
  margin-bottom: 41px;
}

@media (min-width: 576px) {
  #annouce-title {
    padding-top: 41px;
  }
  .dropdown:hover .dropdown-menu {
    z-index: 1000;
    position: absolute;
  }
}

#announce-content {
  margin-bottom: 20px;
  margin-top: 30px;
}

.annouce_date::after {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #ddd;
  content: "";
  margin-top: 16px;
}

.label {
  font-weight: 400;
  font-style: italic;
  letter-spacing: .5px;
}

.announce_btn {
  border: 1px solid #b39864;
  border-radius: 0;
  margin-top: 32px;
}

.announce_btn:hover {
  border: 1px solid #153d6d;
  background-color: #153d6d;
  color: #ffff;
}

#featured-links {
  padding-left: 58px;
}

@media (max-width: 576px) {
  #featured-links {
    padding-left: 0;
  }
}

.featLink-container {
  height: 70%;
  overflow-y: scroll;
}

.feat_links_content {
  padding: 23px 32px;
  padding-bottom: 4px;
  /*width: 88%;*/
  border-bottom: 1px solid #e2edff;
  background-color: #f3f7ff;
}

#featured_links_holder p {
  font-size: 15px;
}

#featured_links_holder p:hover {
  text-decoration: underline;
}

#feat_body {
  max-width: 22em;
}

#icon_feat {
  float: right;
  margin-top: -35px;
  color: #000;
}

/* event css start here */

#event_container {
  margin-top: 104px;
  margin-bottom: 50px;
}

#all_event_details_cont {
  margin-top: 50px;
}

.more_events {
  float: right;
  color: #b39864;
  font-weight: 200;
  font-size: 17px;
}

.more_events i {
  margin-left: 18px;
}

.more_events a {
  font-size: 16px;
  color: #b39864;
}

.event_details {
  margin-left: 28px;
  display: block;
}

.event_details a:hover {
  text-decoration: underline;
  color: #b89d65;
}

/* .event_date {
  border-right: 1px solid #b89d65;
  padding-right: 26px;
} */

.event_date::after {
  display: block;
  width: 1px;
  height: 79px;
  background-color: #ddd;
  content: "";
  position: relative;
  top: -76px;
  left: 63px;
  right: 0;
}

.event_date span {
  font-size: 17px;
  color: #989898;
}

.event_date h1 {
  color: #153d6c;
}

#event_venue span {
  color: #666769;
  font-weight: 200;
}

.event_content p {
  font-size: 14px;
}

#event_date span {
  color: #b89d65;
}

/* event css ends here */

/* announcment & featured links css ends */

/* scrollbar css styler starts herre */

::-webkit-scrollbar {
  width: 4px;
  background-color: #0c2d55;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #b39764;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(54, 56, 58);
}

/* scroller css styler ends here */

.fal5 {
  display: flex;
  float: right;
  padding-left: 9px;
  font-size: 19px;
  color: #b89d65;
}

/* video & Quick access css starts */

#Q-access-section {
  margin-top: 53px;
}

#q-access-title {
  display: block;
  position: relative;
  top: 108px;
  /*left: 47px;*/
  opacity: 75.8;
  z-index: 2;
}

#q-access-title h5 {
  color: #ffff;
  opacity: 100;
}

.image-container {
  background: black;
  max-height: 150px;
  overflow: hidden;
}

.image-container img {
  object-fit: cover;
  opacity: 0.3;
}

/* video & Quick access css ends */

#feat_links_content {
  background-color: #edf5ff;
  width: 100%!important;
  border-top: 1px solid #ccdde7;
}

#feat_links_content:hover {
  /*background-color: #153d6c;*/
  width: 100%!important;
}

#feat_mainContent {
  width: 262.2px!important;
}

/* #f_contentArrow {
} */

#feat_links_content p {
  color: #3d3d3d;
  padding: 0 25px 0;
  margin-top: 17px;
}

#feat_links_content p:hover {
  color: #b39764;
}

#featLinks_icon {
  float: right;
  position: relative;
  top: 4px;
  color: #3a3a3a;
  margin-top: 17px;
  margin-left: auto;
}

.col-md-6 img {
  background-size: contain;
  margin-top: 8px;
}

.imagesSection {
  margin-top: 8%;
}

#navcol-1 {
  margin-top: -22px;
}

.givebtn {
  margin-top: -14px;
  background-color: #153d6d;
  border-radius: 0;
  border: 1px solid #aa9265;
  font-size: 12px;
}

.givebtn:hover {
  margin-top: -14px;
  background-color: #aa9265;
  border-radius: 0;
  border: 1px solid #aa9265;
  font-size: 12px;
  color: #fff;
}

#video-area {
  margin-top: 100px;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  /*width: 1000px;*/
}

#video-area iframe {
  width: 100%;
  text-align: center;
}

.col-md-12.video {
  border: none;
  height: 44vh;
}

.container-fluid.video {
  margin-top: 0%;
}

.row.quickLinks {
  height: 37vh;
}

/* MISweb section css */

#misWeb_area {
  padding-bottom: 30px;
  padding-top: 30px;
}

#misWeb_area p:hover {
  color: #b39764;
}

/* misweb section css */

.columnText {
  position: absolute;
  margin-top: 67%;
  padding-left: 27px;
  font-size: 20px;
  display: flex;
  color: #fff;
}

.spanVideoText {
  /*position: absolute;*/
  margin-top: 10%;
  font-size: 20px;
  display: flex;
}

.whiteLogo {
  height: 65px;
  width: 165px;
  /* padding: 0;
  left: 0; */
}

.col-sm-4.col-md-3.item h3 {
  color: rgb(185,157,100);
  font-size: 17px;
}

.footerGivebtn {
  float: left;
  width: 138px;
  background-color: rgb(21,61,108);
  border: 1px solid rgb(185,157,100);
  border-radius: 0;
}

.footerGivebtn:hover {
  float: left;
  width: 138px;
  background-color: rgb(21,61,108);
  border: 1px solid rgb(254,250,243);
  border-radius: 0;
}

.socialIcons {
  margin-top: 57px;
  color: white;
}

a .icon {
  padding-right: 20px;
  color: #fff;
  /*width: 100px;*/
  font-size: 25px;
}

a .icon:hover{
  color: rgb(185,157,100);
}

#copyright {
  margin-top: 59px;
  padding: 0;
  border-top: 1px solid #0a2d56;
  margin-bottom: -42px;
}

.d-xl-flex.align-items-xl-end {
  color: #c8c6c6;
  font-weight: 100;
  font-size: 12px;
  opacity: 56%;
}

#developed-by {
  color: #c8c6c6;
  font-weight: 100;
  font-size: 12px;
  /* float: right; */
  display: inline-block;
  margin-left: 48%;
}

.col-md-3.linkColumns::before {
  background-image: linear-gradient(180deg, rgba(216,216,216,0.00) 0%, rgba(0,0,0,0.50) 86%);
}

.material-icons.youtubePlay {
  color: #ffff;
  font-size: 79px;
}

.VideoText {
  color: #fff;
  font-size: 17px;
}

/* chancellor css starts here */

#page_intro {
  padding-bottom: 46px;
}

.inaugurationInfo {
  margin-top: 85px;
}

.col-md-2.sideLinks {
  margin-left: 60px;
  background-color: rgb(241,241,241);
}

#aside_list a {
  color: #000;
  line-height: 1.8rem;
}

#welcome {
  font-weight: 600;
  margin-bottom: 42px;
  color: #153d6e;
  margin-top: 50px;
}

#nameSalutation {
  font-weight: 600;
  font-size: 16px;
}

.counterSection {
  background-color: #153d6c;
}

.material-icons.flagIcon {
  color: #fff;
  font-size: 57px;
}

.fas.fa-globe-africa.d-xl-flex.justify-content-xl-center.flagIcon {
  color: #fff;
  font-size: 57px;
}

.perrcentile {
  color: #b99d64;
  margin-top: 32px;
  font-size: 23px;
}

.descriptionText {
  color: #fff;
  margin-top: 19px;
  text-align: center;
  font-size: 15px;
}

.row.rankings {
  padding-top: 94px;
  padding-bottom: 94px;
}

.positionHeading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.positionBody {
  text-align: center;
  font-size: 14px;
}

#position {
  margin-top: 88px;
  margin-bottom: 54px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #1e1e1e;
}

p {
  color: rgb(67,67,67);
}

.chancellorImage {
  width: 269px;
  margin-right: 27px;
}

.row.row1 {
  margin-top: 52px;
}

.row.bioTitle {
  margin-top: 105px;
}

body.pastChancellor {
  background-color: #0c2d55;
  color: #fff;
}

.secondnav-area {
  background-color: #ffff;
  border-bottom: 1px solid #dddddd;
}

.Massonry {
  overflow-x: hidden;
}

.p1, .heading1 {
  text-align: center;
  color: #fff;
}

.heading1 {
  margin-top: 18%;
  margin-bottom: 3%;
}

.p1 {
  /*max-width: 742px;*/
  padding-left: 15%;
  padding-right: 15%;
  font-size: 16px;
}

.col.col-body {
  align-content: center;
}

.team-grid {
  padding-bottom: 79px;
}

#Pquicklinks {
  /*background: #252525;*/
  margin-top: 20px;
  margin-bottom: 21px;
  padding-top: 5px;
}

#Pquicklinks_main {
  background-color: rgb(245,245,245);
}

#Pquicklinks_main a {
  color: rgb(50,50,50);
}

#Pquicklinks_main a:hover {
  color: #b39864;
}

#qlinks {
  color: #d5d5d5;
}

#Pquicklinks_main {
  padding-top: 26px;
  padding-bottom: 20px;
  margin-top: 2px;
}

.slidePostdescription {
  font-weight: 400;
  /*letter-spacing: .06em;*/
  line-height: 1.33;
  color: #fff;
  width: 500px;
}

.slideHeader {
  margin-bottom: 10%;
}

.dropdown {
  position: relative;
  float: right;
  margin-top: -68px;
  /*margin-right: 124px;*/
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu.show {
  z-index: 1000;
  position: absolute;
}

#allnewsbtn {
  position: absolute;
  margin-left: 79%;
  border-radius: 0;
  background-color: #153d6d;
  height: 50px;
}

#news_explore_dropdown {
  width: 154px;
  position: absolute;
  margin-left: 48%;
  width: 11em;
  height: 50px;
  border-radius: 0;
  border: none;
  background-color: rgb(241,241,241);
}

.form_field_label {
  position: absolute;
  padding-top: 10px;
  margin-left: 15%;
  font-size: 19px;
}

#Explore_news_header {
  margin-top: 96px;
  margin-bottom: 1px;
  padding-bottom: 10%;
}

#slide_page_button {
  background-color: #153d6d;
  border-radius: 0;
  border: none;
  margin-top: 26px;
}

/* about page main css starts here */

.first_text {
  display: block!important;
  color: #153d6e;
}

#second_text {
  display: block!important;
  margin-left: 20%;
  margin-right: 20%;
  color: #153d6e;
}

#top_paragraph {
  margin-left: 9%;
  margin-right: 9%;
  display: block;
  text-align: justify;
}

.about_heading {
  padding-top: 9%;
}

.read_more_btn {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  color: inherit;
  border: 1px solid #b79a63;
  color: rgb(48,48,48);
}

.read_more_btn:hover {
  border: 1px solid #153d6d;
  border-radius: 0;
  background-color: #153d6e;
  color: #ffffff;
}

#read_more_icon {
  margin-left: 17px;
  position: relative;
  display: flex;
  float: right;
}

.ug_history_btn {
  margin-left: 38px;
  background-color: #153d6e;
  border: 1px solid #153d6e;
  border-radius: 0;
}

.btn.btn-primary.ug_history_btn:hover {
  color: black;
  background-color: transparent;
  border: 1px solid #b79a62;
}

.middle-data {
  margin-top: 9%;
  background: #f6f6f5;
  padding-bottom: 66px;
}

.leadership {
  text-align: center;
  padding-top: 81px;
}

#leaders {
  width: 300px;
}

#leader-2 {
  width: 289px;
}

#leader-3 {
  width: 306px;
}

.leader_name {
  margin-top: 25px;
  color: rgb(67,67,67);
}

.leader_name:hover {
  color: #b79a63;
}

.row.leaders_container {
  margin-top: 58px;
}

.leaderrship_description {
  padding-top: 30px;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 16px;
}

.leader_org_btn {
  margin-top: 60px;
  position: relative;
  left: 34%;
  background-color: #153d6d;
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
}

.btn.btn-primary.leader_org_btn:hover {
  background-color: #fff;
  color: black;
  border: 1px solid #b39764;
}

#lead_descrip {
  padding-top: 15px;
}

#below {
  column-gap: 40px;
}

#side_menu {
  border-bottom: 1px solid rgb(203,203,203);
  padding: 8px;
}

#side_menu:hover {
  border-bottom: 1px solid rgb(203,203,203);
  padding: 8px;
  color: #b49864;
}

#side_menu_header {
  background-color: rgb(241,241,241);
}

#side_menu_heading {
  color: rgb(21,61,109);
  padding: 10px;
}

.card {
  border: none;
  padding-top: 0;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  /*background-color: #0069d9;*/
  /*border-color: #0062cc;*/
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-primary:hover {
  color: #fff;
  /*background-color: #0069d9;*/
  /*border-color: #0062cc;*/
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  /*background-color: #0062cc;*/
  /*border-color: #005cbf;*/
}

#figure_heading {
  color: rgb(21,61,109);
  margin-top: 35px;
}

#figure-caption {
  font-size: 17px;
  color: #b49864;
  /*font-weight: 500;*/
  margin-top: 20px;
}

#figure-caption:hover {
  font-size: 17px;
  color: rgb(21,61,109);
  /*font-weight: 500;*/
  margin-top: 20px;
}

#explore_arrow {
  padding-left: 10px;
  font-weight: 300;
  color: #b49864;
}

/* about continue css starts here */

.about_cont_middle-data {
  background-color: rgb(250,250,254);
}

.btn.btn-primary.college.buttons {
  background-color: rgb(21,61,109);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 26px;
  font-size: 12px;
}

.row.second_college_row {
  margin-top: 92px;
  padding-bottom: 128px;
}

.card-title.college_title {
  color: rgb(21,61,109);
  margin-top: 20px;
  margin-bottom: 20px;
}

.la.la-angle-right.college_btn_arrow {
  margin-left: 14px;
}

#college_column:hover {
  box-shadow: 37px 57px 36px -3px rgba(219,229,255,0.41);
  transition: all 0.5s 0s ease;
}

#research_area {
  margin-top: 91px;
}

#research_content {
  padding-left: 52px;
}

#hr {
  margin-top: 74px;
  margin-bottom: 50px;
}

/* history page css here */

#history_page_title {
  color: rgb(21,61,110);
  margin-bottom: 44px;
}

/* vc-css */

.vc-side-menu a {
  color: inherit;
}

.vc-spotNewsbody i {
  font-size: 34px;
  margin-right: 10px;
  color: #9e8a65;
}

.vc-spotNewsbody .vcReadmore {
  text-decoration: none;
  color: #000;
}

.vc-spotNewsbody .vcReadmore:hover {
  color: #b79a63;
}

/* .vc-newsTitle {
} */

.vc-News h4 {
  color: #000;
}

.v-NewsBody {
  margin-top: 33px;
}

.meetVCbtn {
  border: 1px solid #000;
  color: inherit;
  border-radius: 0px;
  /*width: 181px;
  height: 47px;*/
  margin-top: 35px;
  padding: 12px 40px;
}

.meetVCbtn:hover {
  color: #b39764;
  border: 1px solid #b39764;
}

#speechesTitle {
  color: #153d6e;
  /*font-size: 53px;*/
}

.vcSpeechDiv {
  height: auto;
  width: 100%;
  padding: 24px;
  background-color: #e3e5e5;
  /*margin-bottom: 50px;*/
  grid-template-columns: repeat(3,1fr);
}

.vcSpeechDiv:hover {
  background-color: #f4f4f4;
  color: #000;
}

#speechSection {
  /*margin-left: 100px;*/
  /*margin-right: 100px;*/
  margin-top: 50px;
}

.spTitleDiv {
  margin-bottom: 40px;
}

/* news css ends */

