.flex-title{
      text-transform: uppercase;
 
       color: #4b4949!important;
    font-size: 19px;
    margin-bottom: 6px;
    font-weight: bold;
 }
 .sub_title_serv{
      font-size: 24px;
    margin-bottom: 15px;
    margin-top: 20px;
 }
.flex-title,
.flex-description {
  left: 0;
  bottom: 0;
  background: white;
  color: #5a5454;
/*  text-shadow: 0 -1px 0 rgba(0,0,0,.3);*/
 font-size: 15px;
    line-height: 20px;
}
.carousel_bulletins .flexslider{
  margin: 0;
    background: transparent; 
}
.carousel_bulletins{
margin-top: 0; 
    padding: 15px;
    border: none;
}
.carousel_bulletins .flexslider .slides > li{
    margin-right: 4px;
    padding: 15px;
    border: 1px solid rgba(128, 128, 128, 0.27058823529411763);
    background-color: #ffffff;
}
.img_pdf{
  width: 150px!important;
  height: 125px!important;
  border: 6px solid white;
}
.bulletins_s{
    position:relative;
    overflow:hidden;
}
.captiont{
     position:absolute;
    top:-100%;
    right:0;
    background:rgba(200, 177, 110, 0.69);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bulletins_s:hover .captiont {
    top:0%;
}
.modal-dialog{
      width: 70%!important;
}