.mos-img img {display: none !important;}
:root {
 --theme-color: #ed5521;
 --secondary-color: #001a71;
 --title-color: #000000;
}
.projects {
    position: relative;
    margin-bottom: 30px;
}
.projects img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
.projects:last-child {
    margin-bottom: 30px;
}
.projects figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}
.projects:nth-child(even) figure {
    margin-left: 0;
    margin-right: auto;
}
.projects figure img:hover {
    transform: scale(0.98);
}
.projects .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 3% 4% 3% 4%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.projects:nth-child(even) .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 5% 4% 5% 4%;
}
.projects .caption.padding-right {
    padding-right: 0%;
}
.projects .caption.padding-left {
    padding-left: 0%;
}
.projects .caption h4,
.projects .caption h4 a {
    font-size: 27px;
    color: #000;
}
.projects .caption h4 a {
    color: var(--theme-color);
	line-height: 1;
  font-family: Rewinder;
  font-size: 42px;
}
.projects .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;
}
.projects .caption .info-wrapper .more {
    color: var(--theme-color);
    text-decoration: none;
    font-size: 16px;
}
.projects .caption .info-wrapper .more i {
    color: #555;
    font-size: 10px;
}
.projects .caption .info-wrapper .date {
    color: #555;
    font-size: 16px;
}
.projects .caption .info-wrapper .date i {
    font-size: 20px;
    color: var(--theme-color);
    margin-right: 5px;
}
@media (max-width: 991.98px) {
    .projects figure {
        width: auto;
        margin: 0;
    }
    .projects .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);
    }
    .projects .caption,
    .projects: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(--theme-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(--theme-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: #ed5521;
}
/* 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: #ed5521;
}
/* 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: #ed5521;
}

#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;
}