.home .section[data-slidename="5ive"] .row {
    position: static;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 0 2.5em;
}
.home .hero-desc {
    color:#fff;
    font-weight:300;
}
.home .main-pane-m {
    justify-content: center;
    display: flex;
}
.home .content .project-content p {
    max-width: unset;
}
.home .content .project-content h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
}
.home .section[data-slidename="5ive"] .content .project-content h2 {
    /*font-size: 4em;*/
    font-size: 3.625em;
}
.home .content .project-content h3 {
    -webkit-transform: translateY(.74074em);
    -o-transform: translateY(.74074em);
    transform: translateY(.74074em);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.home .fp-section.active h3 {
    -webkit-transition: .5s .7s;
    -o-transition: .5s .7s;
    transition: .5s .7s;
}
.home .fp-section.active h3 {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.home .services-slide-list>div {
    padding-left: 90px;
    padding-right: 110px;
}
.home .section[data-slidename="5ive"] .services-slide-list .m-title-wrapper p
{
    margin-bottom: 0;
}
.home .content .project-content .main-pane-m h2 {
    justify-content: flex-start;
}
.home .content .project-content .main-pane-m h2 .text-red {
    position: relative;
    line-height: initial;
    margin-right: 16px;
    display: flex;
    height: 100%;
    align-items: center;
}

/* Text Animation */
.animated-text{
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap;
    line-height:initial;
}
.animated-text .word{
    display:inline-flex;
    white-space:nowrap;
}
.animated-text .word .letter:last-child,
.animated-text .word + .word{
    margin-right: 10px;
}
.animated-text .letter {
    line-height: 1em;
    opacity: 0;
    transform: translateX(30px);
    animation-duration: 0.25s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.animated-text.is-in .letter {
    opacity: 1;
    transform: translateX(0);
    animation-name: fadeIn;
}
.animated-text.is-out .letter {
    opacity: 1;
    transform: translateX(0);
    animation-name: fadeOut;
}


/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateX(30px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeOut {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(30px); }
}


/* Breakpoints */
@media screen and (min-width: 1700px)
{
    .home .section[data-slidename="5ive"] .services-slide-list .m-title-wrapper {
        max-width: 635px;
    }
    .home .content .project-content h1 {
        font-size: 56px;
    }
}
@media screen and (min-width: 1480px) and (max-width: 1699px)
{
    .section[data-slidename="5ive"] .services-slide-list .m-title-wrapper {
        max-width: 480px;
    }
    .home .content .project-content h1 {
        font-size: 42px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1479px)
{
    .home .section[data-slidename="5ive"] .services-slide-list .m-title-wrapper {
        max-width: 420px;
    }
    .home .content .project-content h1 {
        font-size: 38px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1279px)
{
    .home .section[data-slidename="5ive"] .services-slide-list>div {
        padding-right: 110px;
        padding-left: 40px;
    }
    .home .section[data-slidename="5ive"] .services-slide-list .m-title-wrapper {
        max-width: 360px;
    }
    .home .content .project-content h1 {
        font-size: 32px;
    }
}
@media screen and (min-width: 992px)
{
    .home .word-block-m {
        display: inline;
    }
    .home .content .project-content h1 {
        margin-top: 0;
    }
    .animated-text {
        max-width: 260px;
    }
}
@media screen and (min-width: 1025px)
{
    .animated-text {
        max-width: 360px;
        max-height: 110px;
        overflow: hidden;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px)
{
    .home .content .project-content h1 {
        font-size: 2.3em;
    }
}
@media screen and (min-width: 641px) and (max-width: 991px)
{
    .home .section[data-slidename="5ive"] .services-slide-list .m-title-wrapper {
        max-width: 520px;
    }
    .home .content .project-content h1 {
        margin-top: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px)
{
    .home .section[data-slidename="5ive"] .services-slide-list>div {
        padding-right: 60px;
        padding-left: 60px;
    }
}
/* Mobile */
@media screen and (max-width: 991px)
{
    .home .word-block {
        display: inline-flex;
        align-items: center;
    }
    .home .word-block.fw {
    }
    .home .word-block.aw {
        padding-left: 6px;
    }
    .home .word-block-m {
        display: block;
    }
    .animated-text .word .letter:last-child,
    .animated-text .word + .word{
        margin-right: 5px;
    }
    .home .section[data-slidename="5ive"] .services-slide-list>div {
        padding-left: 0;
    }
    .home .section[data-slidename="5ive"] .services-slide-list {
        max-width: 100%;
        width: 100%;
        height: 100%;
        padding-bottom: 6.25em;
        padding-top: 1.875em;
        text-align: left;
        top: 3.24em;
        bottom: auto;
        display: block;
        left: 0;
        align-items: center;
        display: flex;
        padding: 0 2.5em;
    }
    .home .section[data-slidename="5ive"] .project-content {
        height: 100%;
    }
    .home .section[data-slidename="5ive"] .project-content >.row {
        align-items: start;
        flex-flow: column-reverse;
        justify-content: center;
    }
    .home .section[data-slidename="5ive"] .project-content >.row > div {
        height: auto;
        width: 100%;
        padding: 0;
    }
    .home .section[data-slidename="5ive"] .project-content .main-pane-m {
        position: initial;
        height: auto;
        margin-bottom: 90px;
        margin-top: -90px;
    }
    .home .section[data-slidename="5ive"] .project-content .services-slide-list {
        position: initial;
        height: auto;
    }
    .home .section[data-slidename="5ive"] .content .text-wrapper {
        padding: 0;
    }
    .home .section[data-slidename="5ive"] .row {
        padding: 0 30px;
    }
    .home .content .project-content .main-pane-m h2 {
        width: 100% !important;
        max-width: unset;
        display: flex !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 991px) and (min-height: 900px)
{
    .home .section[data-slidename="5ive"] .project-content .main-pane-m {
        margin-bottom: 140px;
        margin-top: -140px;
    }
}
@media screen and (max-width: 640px)
{
    .home .section[data-slidename="5ive"] .services-slide-list .m-title-wrapper {
        max-width: 100%
    }
    .home .section[data-slidename="5ive"] .services-slide-list>div {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 641px) and (max-width: 991px)
{
    .home .section[data-slidename="5ive"] .content .text-wrapper {
        max-width: unset;
        flex-direction: column;
        justify-content: unset;
        align-items: unset !important;

    }
    .home .content .project-content .main-pane-m h2 {
        bottom: auto;
        height: auto;
        min-height: unset;
        margin: 0;
        font-size: 2.3em;
        width: 100% !important;
        max-width: unset;
        padding-right: 0;      
    }
    .home .content .project-content .main-pane-m h2 .text-red:after {
        content: " ";
        width: 2px;
        height: calc(100% + 4px);
        display: inline-block;
        position: absolute;
        border-left: 4px solid #c02025;
        right: -13px;
        margin-top: 1px;
    }
}
@media (max-width: 640px)
{
    .home .section[data-slidename="5ive"] .content .text-wrapper {
        flex-direction: column;
        justify-content: unset;
        align-items: unset !important;

    }
    .home .content .project-content .main-pane-m h2 {
        bottom: auto;
        height: auto;
        min-height: unset;
        margin: 0;
        font-size: 1.3em;
        width: 100% !important;
        max-width: unset;
        padding: 0;
    }
    .home .content .project-content .main-pane-m h2 .text-red:after {
        content: " ";
        width: 2px;
        height: 36px;
        display: inline-block;
        position: absolute;
        border-left: 2px solid #c02025;
        right: -12px;
        top: 2px;
    }
    .home .main-pane-m {
        height: 100% !important;
        align-items: center !important;
        left: 0 !important;
        right: 0 !important;
        max-width: unset !important;
        padding: 0 2.5em;
    }
    .home .main-pane-m h2 {
        display: block !important;
        text-align: left !important;
    }
    .home .section[data-slidename="5ive"] .services-slide-list {
        max-width: 440px;
        width: 100%;
        bottom: 0;
        height: 100%;
        padding-bottom: 6.25em;
        padding-top: 1.875em;
        top: 0;
        text-align: center;
        display: flex;
        padding: 0 2.5em;
        text-align: left;
    }
    .home .section[data-slidename="5ive"] .services-slide-list h1 {
        font-size: 2em;
        margin-bottom: 20px;
    }
    .home .section[data-slidename="5ive"] .services-slide-list p {
        width: 310px;
    }
}
@media (max-width: 360px)
{
    .home .content .project-content .main-pane-m h2 {
        font-size: 1.2em;
    }
    .home .section[data-slidename="5ive"] .services-slide-list h1 {
        font-size: 1.8em;
    }
    .home .section[data-slidename="5ive"] .services-slide-list p {
        max-width: 100%;
    }
    .home .section[data-slidename="5ive"] .row {
        padding: 0 20px;
    }
}
@media (max-width: 340px)
{
    .home .section[data-slidename="5ive"] .content .text-wrapper,
    .home .section[data-slidename="5ive"] .services-slide-list {
        padding: 0;
    }
    .home .section[data-slidename="5ive"] .services-slide-list>div {
        width: 100%;
    }
    .home .section[data-slidename="5ive"] .services-slide-list h1 {
        font-size: 1.8em;
    }
    .home .content .project-content .main-pane-m h2 {
        font-size: 1.2em;
    }
}