/* Navbar */
.navbar{
    background-color: #395b64 !important;
    /* height: 80px; */
    padding: 0px;
  }
  .dropdown-menu{
    /* margin-top: 20px; */
    background-color: #a5c9ca !important;
    /* display: inline-block; */
    /* width: 300px; */
    text-align: center;
    
  }
  .dropdown:hover .dropdown-menu{
    display: block;
  }
  .navbar-brand img{
    height: 50px;
    width: 50px;
  }
  
  .nav-item a{
  
    position: relative;
    text-decoration: none !important;
    /* font-family: 'Poppins',sans-serif; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white  !important;
    font-weight: bolder !important;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 0 10px;
  }
  .nav-item a:after{
    content: "";
    position: absolute;
    background-color: #2c3333;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease;
    
    /* margin: 10px; */
   
  }
  
  
  .nav-item a:hover:after{
    width: 100%;
  }
  
  
  .portal-btn{
    font-weight: bolder;
    color: #2c3333;
    border: 2px solid #395b64;  
    background-color: #e7f6f2
  }
  .portal-btn:hover{
    border: 2px solid #a5c9ca ;
    background-color: #2c3333 !important;
    color: #e7f6f2;
    
  }




  /* Section fORM */
  .form-wrapper{
    
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
  }


  .btn-submit input{
    width: 100%;
    border: 2px solid #395b64;
  }

  .btn-submit input:hover{
    background-color: #395b64;
    color: white;
  }
  .btn-submit input:active{
    background-color: white;
    /* color: white; */
    color: black;
  }


  /* footer */
  .section8{
    margin-top: 100px;
    background-color: #a5c9ca;

}
.section8 a{
    text-decoration: none;
    color: black;
}

.footer-img{
  display: flex;
  justify-content: center;
}
