.position-re, .o-hidden {
  border-radius: 16px;
  overflow: hidden;
}
#cuk {
  height: 200px;
  overflow-y: auto;
  width: 100%;
  scrollbar-width: thin;
  padding-left: 10px;
  padding-right: 10px;
}
.ticon {
  height: 75px;
}
: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%;
  text-align: center !important;
}
.liro {
  text-align: center;
  bottom: 0;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}
.rido {
  letter-spacing: 4.4px;
  text-transform: uppercase;
  border-radius: 37px;
  padding: .6rem 2.4rem;
  width: 100%;
  text-align: center;
  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);
}

.project1 .mos-img img {display: none !important;}
.project1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
	margin-top: 16px !important;
}
.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%);
	border-radius: 16px;
}
.project1 .item .con {
    margin: -120px 10px 75px;
    padding: 20px 25px;
    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{
    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 {
    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) }

@media only screen and (max-width: 400px) {
.project1 .item .con {
  padding: 5px 5px !important;
  -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
  transition: .2s cubic-bezier(.3, .58, .55, 1);
}
.liro {
  width: 90%;
}
.rido {
  font-size: 1.25rem;
    font-size: 14px!important;
}
}