body {
  height: 100%;
}

.nav-link, .dropdown-item {
    color:white !important;
}
.nav-link:hover, .dropdown-item:hover {
    color: #2c76c7 !important;
}
ul.dropdown-menu {
    background-color: #2a2d6f;
}

#access ul li ul .dropdown-menu{
 background-color: #fff;
}

#access ul li {
    position: relative;
    display: block;
    float: center;
    margin-right: 8px;
    white-space: nowrap;
    
}

#access a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}



/* This code start for Text More/Less*/
.more{
    display: none;
 }

button{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-     out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* End More/Less Button*/

/* Start Publication*/


/* End Publication*/

#footer { 
  background-color: #01122d;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  /*background: #183e71;*/
  background-color: #2a2d6f;  
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}


#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}