:root {
 --brg5-color:#dd0429;
}
.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-filter: brightness(75%);
    -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 .con {
    bottom: 0;
}
.project1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.project1 .item .con {
    margin: -120px 20px 75px;
    padding: 20px 25px;
    background-color: #fff !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);
}
.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: 25px;
    font-weight: 300;
    margin-bottom: 0px;
	margin-top: 10px;
    letter-spacing: 1px;
}
.project1 .item .con h5:hover,
.project1 .item .con h5 a:hover {
    color: var(--brg5-color);
}
.project1 .item .con p {
    font-size: 17px;
}
.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) }
.newsbox_sett a {
  order: 7;
}
.newsbox_item .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
display: block;
border-top: 0;
border-bottom: 0;
  order: 6 !important;
	margin-bottom: 10px !important;
}

.newsbox_item .tags > li {
	margin: 0;
}

.newsbox_item .tags > li a {
display: inline-block;
  background: #f4f4f4;
  padding: 2px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: var(--brg5-color);
}

.newsbox_item .tags > li a:hover {
background-color: var(--brg5-color);
  color: #fff !important;
}

.newsbox_item .tags > li {margin-left: 5px;}