.main_sidebar{
    width: 350px;
    float: left;
    
    }
.sidebar{
    background: #e2ece9;
box-shadow: 0 -20px 30px #9bdfda inset;
margin-bottom: 30px;
}
.sidebar_title{
margin: 0;
padding: 10px;
background: #4d908e;
color: #f1fff1;
font-weight: lighter;


}
.sidebar>ul>li>a{

padding: 5px 10px;
color: #144551;


}
.sidebar>ul>li>a:hover{

    background: #9bdfda;
  }
  .sidebar_comm-img{
    margin-bottom: 30px;

}
.sidebar_comm-img>a>img{
    width: 100%;

} 
 .sidebar_comm-txt{
    margin-bottom: 30px;

}
.sidebar_comm-txt>a{
padding: 5px 10px;   
color: #144551;

}

.sidebar_comm-txt>ul>li:nth-child(1)>a{
    padding: 5px 10px;
    border-right: 5px solid #144551;
    background: #e2ece9;

    }
    .sidebar_comm-txt>ul>li:nth-child(1):hover>a{
    background:#144551;
    color: #e2ece9 ;
    }

    .sidebar_comm-txt>ul>li:nth-child(2)>a{
        padding: 5px 10px;
        border-right: 5px solid #037d8d;
        background: #e2ece9;
    
        }
        .sidebar_comm-txt>ul>li:nth-child(2):hover>a{
        background:#037d8d;
        color: #e2ece9 ;
        }
        .sidebar_comm-txt>ul>li:nth-child(3)>a{
            padding: 5px 10px;
            border-right: 5px solid #0295b9;
            background: #e2ece9;
        
            }
            .sidebar_comm-txt>ul>li:nth-child(3):hover>a{
            background:#0295b9;
            color: #e2ece9 ;
            }
        
