.sidebar-fixed {
  height: 100vh;
  width: 270px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 1050;
  background-color: #fff;
  padding: 1.5rem;
  padding-top: 0; }
  .sidebar-fixed .list-group .active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .sidebar-fixed .logo-wrapper {
    padding: 2.5rem; }
    .sidebar-fixed .logo-wrapper img {
      max-height: 50px; }
      
      
      .lead {
    font-size: 14px !important;
    font-weight: 300;
}

.rounded-main{
    border: 4px solid #ffffff;
    width: 270px;
    height: 270px;
    background: #fff;
    padding: 50px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
     flex-direction: column;
     text-align: center;
     
}
.rounded-main:hover{
        border: 4px solid #ed1c24;
        box-shadow: 0 10px 50px 0 rgba(29,79,206,.1);
    -webkit-box-shadow: 0 10px 50px 0 rgba(29,79,206,.1);
    -moz-box-shadow: 0 10px 50px 0 rgba(29,79,206,.1);
    transition: all 500ms ease;
}
.card .md-form label {
    font-weight: 300;
    pointer-events: none;
}
.card-body{
    padding: 0 !important;
}
.card-body div{
    height:285px;
    overflow: hidden;
}
.card-body img{
    object-fit:cover;
    width: 100%;
}
.navbar {
    background-color: rgb(255 255 255);
}
.navbar .nav-item .nav-link {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: rgb(237 28 36);
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: rgb(0 0 0 / 0%);
    color: #ee242c;
}

.navbar .dropdown-menu a {
    padding: 2px 16px;
    font-size: .9375rem;
    font-weight: 500;
    color: #000;
}
p{
    text-align: justify;
    color:#000;
    font-weight: 400;
}
.dropdown:hover .dropdown-menu {
        display: block;
    }
@media (min-width: 1200px) {
  .navbar,
  .page-footer,
  main {
    /*padding-left: 270px; */
  } 
  }

@media (max-width: 1199.98px) {
  .sidebar-fixed {
    display: none; } }
