:root {
 --brg15-color: #ce0144;
 --txt15-color: #ce0144;
}


.mos-img img {display: none !important;}
.project-one__single {
  position: relative;
  display: block;
}

.project-one__img {
  position: relative;
  display: block;
}

.project-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(21, 4, 0, .60);
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__single:hover .project-one__img:before {
  transform: scaleY(1);
}

.project-one__img img {
  width: 100%;
}

.project-one__content {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(180, 181, 184, 0.35);
  margin-left: 35px;
  margin-right: 35px;
  padding: 20px 30px;
  transform: translateY(-50px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.project-one__single:hover .project-one__content {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1
}

.project-one__content-title-box {
  position: relative;
  display: block;
}

.project-one__content-title-box span {
  color: var(--brg15-color);
  font-size: 14px;
}
.project-one__content-title-box span a {
  color: var(--brg15-color);
  font-size: 14px;
}

.project-one__content-title-box h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 5px;
}

.project-one__content-title-box h3 a {
  color: #333;
}

.project-one__content-text {
  color: #333;
  opacity: .80;
}

.project-one__btn-box {
  position: relative;
  display: block;
}

.project-one__btn {
  padding: 4px 20px 4px;
  text-transform: capitalize;
}

.project-one__btn:hover {
  color: var(--txt15-color);
}

.project-one__btn:after {
  display: none;
}

.project-one__bottom {
  position: relative;
  display: block;
  padding: 205px 0 120px;
  z-index: 1;
}

.project-one__bottom-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.project-one__bottom-bg:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(49, 38, 34, .70);
}

.project-one__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 35px;
  justify-content: space-between;
}

.project-one__bottom-left {
  position: relative;
  display: block;
  max-width: 701px;
  width: 100%;
}

.project-one__bottom-title {
  font-size: 65px;
  color: var(--txt15-color);
  font-weight: 700;
  line-height: 70px;
}

.project-one__bottom-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  content: "";
  width: 2px;
  background-color: var(--brg15-color);
}

.project-one__bottom-btn {
  padding: 17px 30px 16px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--brg15-color);
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 20px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: var(--brg15-color);
}

.thm-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: #333;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover:before {
  width: 100%;
}

.thm-btn:after {
  position: absolute;
  bottom: 3px;
  right: 3px;
  content: "";
  background-color: #f1f1f1;
  height: 10px;
  width: 10px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: -1;
}

.thm-btn:hover:after {
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
}
.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) }

.project-one__btn-box{
  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(--brg15-color);
}

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

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