
  
    .kireik{
        overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
        text-transform: capitalize;
    }
    .card-wrap .card-footer {
    background-color: white;
}
/*    .detail-article .breadcrumb{*/
/*         background-color: transparent;*/
/*  padding: 0;*/
/*  margin-top: 30px;*/
/*  margin-left:1 px;*/
  
/*    }*/
/*    .detail-article {*/
/*  position:relative;*/
/*}*/
/*.detail-article button {*/
/*  position:absolute;*/
/*  right:1rem;*/
/*  top:50%;*/
/*  transform:translateY(-50%);*/
/*}*/
.nav-container {
    
 
  position:relative;
}
.nav-container .breadcrumb{
background-color: transparent;
  padding: 0;
  margin-top: 30px !important;
  margin-left: 1px;
 
  
    }
    .nav-container a{
       color: #9bbb14 !important;  
    }
.nav-container button {
  position:absolute;
  right:1rem;
  top:50%;
  transform:translateY(-50%);
}
.shadow_title{
    text-shadow: 0 0 5px #080808, 0 0 15px #0000, 0 0 20px #0000, 0 0 40px #0000, 0 0 60px #0000, 0 0 10px #0000, 0 0 98px #191717;
    color: #fffcfc;
    
}
.card-body {
    padding: 1.0rem !important;
}
.kireik {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.card-wrap .card-footer {
    background-color: white;
}

/*    .detail-article .breadcrumb{*/
/*         background-color: transparent;*/
/*  padding: 0;*/
/*  margin-top: 30px;*/
/*  margin-left:1 px;*/

/*    }*/
/*    .detail-article {*/
/*  position:relative;*/
/*}*/
/*.detail-article button {*/
/*  position:absolute;*/
/*  right:1rem;*/
/*  top:50%;*/
/*  transform:translateY(-50%);*/
/*}*/
.nav-container {


    position: relative;
}

.nav-container .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-top: 30px !important;
    margin-left: 1px;


}

.nav-container a {
    color: #9bbb14 !important;
}

.nav-container button {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.shadow_title {
    text-shadow: 0 0 5px #080808, 0 0 15px #0000, 0 0 20px #0000, 0 0 40px #0000, 0 0 60px #0000, 0 0 10px #0000, 0 0 98px #191717;
    color: #fffcfc;

}

.card-body {
    padding: 1.0rem !important;
}

.float {
    position: fixed;
    width: 200px;
    height: 28px;
    bottom: 0;
    right: 0;
    background-color: #0C9;
    color: #fff;
    font-size: 17px;
    border-radius: 7px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 5px;
}
    