:root {
 --brg5-color:#dd0429;
}
.ricolire {
  overflow-y: auto;
  width: 100%;
  max-height: 180px;
  height: 300px;
  scrollbar-width: thin;
}
.mximgro {
  display: flex;
  justify-content: center;
}
.lire {
  text-align: center;
  bottom: 0;
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.rido {
  background-color: rgba(184, 152, 70, 1);
  letter-spacing: 4.4px;
  text-transform: uppercase;
  border-radius: 37px;
  padding: .6rem 2.4rem;
  width: 100%;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  transition: all .3s;
  color: rgba(255, 255, 255, 1);
  white-space: inherit;
}
.rido:hover {
  background-color: rgba(0, 0, 0, 1);
}
.position-re {
  width: 250px!important;
}
.project1 .mos-img img {display: none !important;}
.project1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.project1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.project1 .item:hover {
    bottom: 0;
}
.project1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.project1 .item .con {
    margin: -120px 10px 75px;
    padding: 20px 25px;
    background-color: #ffffffbf !important;    
	border: 1px solid #f1f1f1;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -55px;
    position: relative;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.09);
    box-shadow: 0 2px 12px rgba(0,0,0,.09);
	min-height: 340px;
}
.project1 .item .con h6 span{
    margin-right: 10px;
}
.project1 .news_info{
    color: #333;
    margin: 10px 0px;
}
.project1 .item .con h6 {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.project1 .item .con h6 a {
    margin-right: 5px;
    color: #333;
    position: relative;
}
.project1 .item .con h6 a:hover {
    color: #b19777;
}
.project1 .item .con h6 a:last-child {
    margin-right: 0;
}
.project1 .item .con h6 a:last-child:after {
    display: none;
}
.project1 .item .con h5,
.project1 .item .con h5 a {
    color: #222;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.project1 .item .con h5:hover,
.project1 .item .con h5 a:hover {
    color: var(--brg5-color);
}
.project1 .item .con p {
    color: #fff;
    font-size: 17px;
}
.project1 .item .con i {
    color: #fff;
    font-size: 20px;
}
.fields-container {
  margin: 3px 0px
}
.fields-container li, .field-entry {list-style: none;  color: #111; display: inline-block;background: rgba(225, 225, 225, 0.5); margin-bottom: 0px;padding: 2px 10px; border: 1px solid rgba(155, 155, 155, 0.2) }