p + p{
    margin-top: 1.2em;
}

/* Features */

/* .content-boxes{
    display: grid;
    grid-template-columns: 50% 50%;
} */

/* Lightbox gallery overrides */
#lg-download{
    display: none !important;
}

/* Portfolio */
.cbp-caption-activeWrap > div{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

/* Portfolio trigger */
.qfm-trigger{
    cursor: pointer;
}

/* About boxes */
.about-slider .slick-track{
    margin: auto;
}

.about-slider .slick-initialized .slick-slide{
    height: 230px;
    padding: 0;
}

.about-slider .slick-initialized .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Clients Slider */

.clients-slider .slick-track{
    display: flex;
    align-items: center;
}

/* Case Study */

#case-study .skill{
    position: relative;
    /* bottom:25px; */
    left:0;
    width: 100%;
    opacity: 1;
    overflow: hidden;
}

#case-study .skill .prg-bg{
    width: 100%;
    background-color:#e8e8e8;
    padding: 0;
    margin: 0;
}

#case-study .skill .progress-bar{
    height: 5px;
    padding:0;
    float: none;
    margin-top:15px;
    position: relative;
    left:0;
    min-width: 40%;
    box-shadow: none;
}

/* Projects */
#project-gallery .project-gallery-item{
    position: relative;
}
#project-gallery .project-gallery-item .video-play{
    position: absolute;
    width: 112px;
    max-width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

/* Terms and conditions */
.terms_section_content p{
    margin-bottom: .8em;
}

.terms_section_content p + h4{
    margin-top: 1.4em;
}

.terms_section_content ul,
.terms_section_content ol{
    list-style: initial;
    padding-left: 1.4em;
    margin-bottom: .8em;
}

.terms_section_content a{
    color: #3c3cda;
}
.terms_section_content a:hover{
    text-decoration: underline;
}

/* Progress Texts */
.team-type-2 .member .team-progress h3{ font-size:16px;
    color:#666;
    margin-top: 30px;
    white-space: nowrap;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
}

/* Footer */

.classic_footer img.logo {
    max-height: 85px;
}