 .blog-news{
	        position: relative;
  margin-top: -110px;
  z-index: 9;
	    }
.course-single-sidebar{
    background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #9c29b2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}

  .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0,);
    border-radius: 0.25rem;
}
           
    .date {
            background: #eb3237 !important;
            /* border-bottom: 1px dotted #0a5730; */
            font-size: 15px !important;
            color: #ffffff !important;
            text-align: center !important;
            margin-top: 0  !important;
  margin-bottom: 0rem !important;
        }   
		.datec {
            background: #FFF112 !important;
            /* border-bottom: 1px dotted #0a5730; */
            font-size: 15px !important;
            color: #ffffff !important;
            text-align: center !important;
            margin-top: 0  !important;
  margin-bottom: 0rem !important;
        }   
           .year{
               font-size:18px;
               padding:5px;
               margin: 0 0 0px 0;
               
               
           }
           








.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}
      .nav-tabs .nav-link.active {
  border-radius: 4px;
  padding: 4px 7px 4px 7px;
  margin: 4px 4px 4px 1px;
  border: 0px;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  color: #ffffff;
  background-color: #9c29b2;
  border-color: #dee2e6 #dee2e6 #fff;
} 

.widget-title{
    font-size: 24px;
  border-bottom: 1.9px solid #9c29b2;
}

@media (max-width: 1199px) {
    .blog-news {
        margin-top: -20px;
    }
}