body {
    /* align-items: center; */
    background: #395b64;
    /* display: flex; */
    /* font-family: "Rajdhani", sans-serif;
    height: 100vh; */
    /* justify-content: center; */
  }
/* 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;
  }
  /* Navbar */
  .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;
    
  }



  /* sectiob */


.container{
  margin-top: 120px;
  /* text-align: center; */
  display: flex;
  justify-content: center;
}
  .portal-type .row{
    width: 70%; 
    
  }

  .portal-type .col{
   
    text-align: center;
    height: 70vh;
    /* border: 2px solid red ; */
    margin: 10px;
    background-color: white;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0.75em;
    padding: 1em  2em;
    margin-top: 30px;
    transform: scale(1);
    transition:  all 0.3s ;
    
  }

  .portal-type .col:hover{
    transform: scale(1.1);
  }
 .portal-type .col img{
    width: 100%;
    height: 70% ;
  
  }

  a{
    text-decoration: none;
    color: black;
  }


  /* footer */
  .section8{
    margin-top: 100px;
    background-color: #a5c9ca;

}
.section8 a{
    text-decoration: none;
    color: black;
}

.footer-img{
  display: flex;
  justify-content: center;
}


  @media only screen and (max-width: 768px) {
  
    .portal-type .row{
      width: 100%;
      
    }
  }