
 .headings
{
    margin-top:40px;
    /* background-image: url('assets/img/mediated-pro-system-bg.jpg',rgba(0, 0, 0, 0.5)); */
    background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.5)),
    url('assets/img/mediated-pro-system-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.titles
{
    padding: 30px;
}
.titles h1
{
    color:#ffff;
    font-weight: 700;
}
.titles p{
    color: #ffffff;
}
.page-content{
    margin-top:15px;
 
}
.arrow-icon{
    height: 30px;
    width: 30px;
    padding: 5px;
}
.side-bar
{
margin-top: 2px;
padding:5px;
border:2px solid #242424;
border-radius: 10px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
.side-bar h3
{
font-weight: 700;
}
.side-bar ul
{
    list-style: none;
}

.side-bar ul li {
  padding: 5px;
  padding-top: 10px;
  transition: transform 0.3s ease;

}
.side-bar ul li:hover 
{
    transform: scaleX(1.1);
}
.side-bar ul li a {
    font-weight: 600;
}

.row.justify-content-center {
    align-items: center;
    min-height: 100vh;
}

