body#Home footer .footer-top{
  margin-top: 0px!important;
}
.bg-yellow {
  background-color: #e6be1e !important;
}
.text-ltwhite{
  color: #aeafaf;
}
.text-ltgrey{
  color: #8d8d8d;
}
.open-close-btn{
  position: relative;
  font-size: 0px;
}
.open-close-btn:after {
    font-size: 22px;
    text-decoration: none;
    border: 1px dashed #ec2947;
    width: 28px;
    display: block;
    height: 28px;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 0;
    color: #ec2947;
}
.open-close-btn:after {
    content: '-';
    line-height: 24px;
}
.open-close-btn.collapsed:after {
    content: '+';
    line-height: 27px;
    border: 1px dashed #007bff;
    color: #007bff;
}

.btn-yellow {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
ul li{
  padding: .3rem 0;
}
ul.bullet-lst li{
  padding: .3rem 0 .3rem 1.5rem;
  position: relative;
}
ul.bullet-lst li:before{
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
ul.bullet-lst li:before{
      content: "\f101";
    position: absolute;
    left: 0;
    top: 9px;
  }
.aside-lst li{
  padding: 0;
}
.aside-lst li a{
	color: #282828;
    text-transform: uppercase;
    padding: 1rem 0;
    display: block;
    border-top: 1px dashed #d6d6d6;
    font-size: 90%;
    white-space: normal;
}
.aside-lst li a:hover, .aside-lst li.active a, .aside-lst li:focus a{
    background: #ffffff;
    border-left: 4px solid #e6be1e;
    padding-left: 1rem;

}
.aside-lst li:first-child a{
	border-top: none;
}
.cond-font, .new-modal-body h2, .new-modal-body h3, .new-modal-body h4, .new-modal-body h1{
	font-family: 'Fjalla One', sans-serif;
}
.new-modal-body h2, .new-modal-body h3, .new-modal-body h4, .new-modal-body h1{
  color: #28a745 !important;
}
.footer-top{
  background: #000000 url("../img/footer-bg.png") repeat-y left top;
}
.hom-latest-blck{
  background: #eaeaea url("../img/hom-latest-blck-bg.png") repeat-y left top;
}
.hom-icon-l{
     padding-left: 4.4rem!important;
     position: relative;
}
.col-box{
  position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}
table {
    border: 1px solid #dadada;
    border-spacing: 0;
    font-size: 16px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
td {
    border: 1px solid #dadada;
}
th, td {
    padding: 15px;
}
.left-nav .nav-pills .nav-link{
    background: #f9f9f9;
    border-radius: 0.25rem 0 0 0.25rem;
    margin-top: 1px;
}
.left-nav .nav-pills .nav-link.active, .left-nav .nav-pills .show > .nav-link {
    background-color: #007bff;
}
.left-nav .tab-content{
  background: #f9f9f9;
  padding: 20px;
  margin-top: 1px;
  min-height: 200px;
}
.upload-img{
  left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #2e2e2ecc;
    opacity: 0;
    transition: .3s all ease-in-out;
}
.faculty-image:hover > .upload-img{
  opacity: 1;
}
.add-dept-profile, .edit-dept-profile{
  display: none;
}
.dept-header:hover .add-dept-profile, .dept-header:hover .edit-dept-profile{
  display: inline-block;
}
.fac-pro-des-blk{
  min-height: 10px;
}
/* Add department profile - Modal */
.newmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.new-modal-content {
  top: 0;
  background-color: #fefefe;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.new-close {
  color: white;
  float: right;
  font-size: 40px;
  font-weight: bold;
  margin: 9px 0 0 0;
}

.new-close:hover,
.new-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.new-modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
#boxThis .nav-pills .nav-item{
  margin-right: 5px;
}
.nav-month-pills .nav-link{
  padding: 4px 8px;
  border: 1px solid #ffc0c0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: relative;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:focus{
  border:none!important;
  outline: none;
}
.nav-month-pills .nav-link.currentday{
  border: 1px solid #00bd2f!important;
  background: #00bd2f;
  color: #fff;
}
.nav-month-pills .nav-link:hover{
  border: 1px solid #ffc0c0!important;
  background: #ffc0c0;
}
.nav-month-pills .nav-link.active, .nav-month-pills .nav-link:focus{
  border: 1px solid #dc3545!important;
  background: #dc3545;
}
.nav-month-pills .nav-link.sunday{
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.active.arrow{
    background:white;
    border-radius: 10px;
    position: relative;
    display: inline-block;
}
.active.arrow:before {
    content:"";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 40px;
    left: 27%; /* 1px buffer for zooming problems while rendering*/
    border-width: 15px;
    border-color: #007efa transparent transparent transparent;
    border-style: solid;
}
.nmc-sidebar-menu .aside-lst li a{
    padding: .35rem 0;
}
.nmc-sidebar-menu .aside-lst li a:hover{
    padding-left: 1rem;
}
/* Add Animation */
@-webkit-keyframes slideIn {
  from {top: -300px; opacity: 0} 
  to {top: 0; opacity: 1}
}

@keyframes slideIn {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

/* Add department profile - Modal */

@media (max-width:600px) {
  .fac-pro-des-blk{
    min-height: 10px;
  }
}

.journal-r-bg, .journal-l-bg .btn{
    background: rgb(243,4,89);
    background: linear-gradient(90deg, rgba(243,4,89,1) 0%, rgba(202,18,132,1) 47%, rgba(128,47,201,1) 100%);
}
.nmc-btn{
   background: rgb(57,48,255);
background: linear-gradient(90deg, rgba(57,48,255,1) 0%, rgba(152,41,236,1) 100%);
}
.l-box{
  border-radius: 30px;
  overflow: hidden;
}



/* Register Form 2 styles */
#regForm input, #regForm textarea{
  margin-bottom: 10px;
}

input, textarea, input:focus-visible, input:focus, input:active {
  padding: 0.375rem 0.75rem;
  width: 100%;
  outline: none;
}
input[type="checkbox"], input[type="radio"]{
  width: auto;
}
input.invalid {
  border-color: #ff005e;
}

.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #8c2abf;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
  background-color: #9054a7;
}

.step.finish {
  background-color: #00b116;
}
#regForm input#email{
  margin-bottom: 0px;
}
#regForm .agreement input[type="checkbox"]{
  position: absolute;
  width: auto;
  top: 5px;
}
/* Register Form 2 styles ends here */

table, .navbar-expand-lg .navbar-nav .nav-link, .sf-menu.wh-menu-main li > a.dropdown-item, .nav-pills .nav-link{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link, .sf-menu.wh-menu-main li > a.dropdown-item{
  font-size: 16px;
}
.sf-menu.wh-menu-main li > a.dropdown-item{
  font-size: 14px;
}
.box{
  position: relative;
}
.box.active {
  background-color: #dc3545;
}
.box.active a{
  color: #fff;
}
.box.active:after, .nav-month-pills .nav-link.active:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-top: 12px solid #dc3545;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: none;
  margin-left: -10px;
}
.nav-month-pills .nav-link.active:after{
  bottom: -8px;
  border-top: 8px solid #dc3545;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  margin-left: -7px;
}
.box a{
  display: block;
}
.bio-att-bar ul li{
  background: #ffdddd;
}
.bio-att-bar ul li a:hover{
  background: #dc3545;
  color: #fff;
}
.bio-att-bar ul li.box.active a:hover{
  background-color: #dc3545;
}