.mos-img img {display: none !important;}

:root {
 --themetm-color: #ed5521;
 --secondary-color: #001a71;
 --title-color: #000000;
}
.projects12 {
    position: relative;
    margin-bottom: 30px;
}
.projects12 img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
    border-radius: 20px;
}
.projects12:last-child {
    margin-bottom: 30px;
}
.projects12 figure {
    margin: 0;
    position: relative;
    width: 85%;
    margin-left: auto;
}
.projects12:nth-child(even) figure {
    margin-left: 0;
    margin-right: auto;
}
.projects12 figure img:hover {
    transform: scale(0.98);
}
.projects12 .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 60%;
    padding: 3% 4% 3% 4%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 20px;
    border: solid 10px #fbfbfb;
}
.projects12:nth-child(even) .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 5% 4% 5% 4%;
}
.info-wrapper_out {
  text-align: center;
  color: #fff;
  background: var(--themetm-color);
  position: absolute;
  left: auto;
  right: 10px;
  top: 53px;
  width: 152px;
  height: 88px;
  opacity: 0.8;
  padding: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0;
}
.info-wrapper_out i {
    font-size: 22px;
}
.info-wrapper_out .date {
    font-size: 13px;
}
.projects12:nth-child(even) .info-wrapper_out {
  color: #fff;
  background: var(--themetm-color);
  position: absolute;
  left: 10px;
  top: 53px;
  width: 152px;
  height: 88px;
  opacity: 0.8;
  padding: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0;
}
.projects12 .caption.padding-right {
    padding-right: 0%;
}
.projects12 .caption.padding-left {
    padding-left: 0%;
}
.projects12 .caption h4,
.projects12 .caption h4 a {
    font-size: 27px;
    color: #000;
}
.projects12 .caption h4 a {
    color: var(--themetm-color);
	font-family: Play;
  font-size: 58px;
  line-height: 1;
}
.projects12 .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.projects12 .caption .info-wrapper .more {
    color: var(--themetm-color);
    text-decoration: none;
    font-size: 16px;
}
.projects12 .caption .info-wrapper .more i {
    color: #555;
    font-size: 10px;
}
.projects12 .caption .info-wrapper .date {
    color: #555;
    font-size: 16px;
}
.projects12 .caption .info-wrapper .date i {
    font-size: 20px;
    color: var(--themetm-color);
    margin-right: 5px;
}
@media (max-width: 991.98px) {
    .projects12 figure {
        width: auto;
        margin: 0;
    }
    .projects12 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .projects12 .caption,
    .projects12:nth-child(even) .caption {
        background: #f5f5f5;
    }
}
.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #fbddd2;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.link-btn:hover {
    color: var(--themetm-color);
}
.link-btn i {
    margin-left: 5px;
    font-size: 10px;
}
.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--themetm-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.link-btn:hover::before {
    width: 100%
}
.line-dec {
    position: relative;
    height: 1px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-dec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 40px;
    background: var(--themetm-color);
}
/* line dec2 */
.line-dec2 {
    position: relative;
    height: 1px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-dec2:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 90px;
    background: var(--themetm-color);
}
/* line dec3 */
.line-dec3 {
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-dec3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 50px;
    background: var(--themetm-color);
}

#mx-loads {
  padding: 20px 0px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}

a.showMore {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: #333;
  padding: 13px 25px;
  text-align: center;
  border-radius: 46px;
  font-size: 14px;
}