
.active a{
    color: red !important;
  }
  .active a:hover{
    color: rgb(21, 35, 223) !important;
  }
  .mb-5, .my-5 {
    margin-top: 2.5rem;
    margin-bottom: 1rem!important;

}

.page-title .block h1 {
  
  font-family: Arial, Helvetica, sans-serif!important;
  
}

p {
  
}
  .overlay:before {
   
    position: absolute;
    left: 20;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 100%;
    opacity: 0.9;
    background: #f7f6f4;
  }
  .page-title .block h1 {
    color: #062fa5fa;
}

.card-img-top {
  width: 60%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  height: 113px;
  align-self: center;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .65rem;
  height: 160px;
}

.w-100 {
  width: 90%!important;
}
.img-fluid-f {
  max-width: 350px;
  height: 300px;
}354px