section#goals p {
    font-family: 'Gotham Book';
    font-size: 16px;
    color: #333;
}
h1 {
    margin: 0;
}
.container:before, .container:after {
    display: none;
}
.al-landing {
    background-image: url('/wp-content/themes/aplusl/images/aplusl-bg-4.jpg');
    background-size: cover;
    height: 100vh;
    background-position: center;
}
.landing-overlay {
    background-color:#000;
    opacity: .7;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
}
.landing-contain {
    top: 50%;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-weight: 800;
    transform: translate(-50%, -50%);
    left: 50%;
}
.landing-contain h1 {
    font-size: 55px;
    font-family: 'SF-Pro Bold';
}
.org {
    background-color: #F49B35;
    color: #fff;
}
.orange {
    color: #F49B35;
}
.wht {
    background-color: #fff;
    color: #171717;
}
.btn-main:hover {
    background-color: #171717;
    color: #fff;
}
.btn-main {
    padding: 12px;
    width: 274px;
    display: block;
    margin: 0 8px;
    font-family: 'Gotham Bold', sans-serif;
}
#goals {
    background-image: url('/wp-content/themes/aplusl/images/feild-gameplay.png');
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    padding: 2em 0;
    background-position: center;
}
.landing-divider {
    position: relative;
    margin-top: -82px;
    z-index: 99;
}
/* #front-landing #goals h2 {
    font-family: 'Gotham Bold';
    font-size: 26px;
    font-weight: 900;
} */
.goals-contain {
    margin: 0 auto;
    background:
    linear-gradient(to right, #F49B35 16px, transparent 16px) 0 0,
    linear-gradient(to right, #F49B35 16px, transparent 16px) 0 100%,
    linear-gradient(to left, #F49B35 16px, transparent 16px) 100% 0,
    linear-gradient(to left, #F49B35 16px, transparent 16px) 100% 100%,
    linear-gradient(to bottom, #F49B35 16px, transparent 16px) 0 0,
    linear-gradient(to bottom, #F49B35 16px, transparent 16px) 100% 0,
    linear-gradient(to top, #F49B35 16px, transparent 16px) 0 100%,
    linear-gradient(to top, #F49B35 16px, transparent 16px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 70px 42px;
    padding: 34px 48px;
    line-height: 2;
}
#our-process {
    background-image: url('/wp-content/themes/aplusl/images/process-plays.png');
    background-size: 700px;
    background-repeat: no-repeat;
    width: 700px;
    margin: 34px auto 0;
    height: 864px;
}
#newsupdates {
    background: #F49B35;
    background: linear-gradient(180deg, #F49B35 0%, rgba(255,78,0,1) 100%);
}
#newsupdates h1 {
    font-size: 49px;
    color: #fff;
    margin: 0 0 26px;
    display: inline-block;
    font-family: "SF-Pro Heavy";
}
section#goals #our-process h2 {
    font-size: 21px;
    font-family: 'Gotham Bold';
    line-height: 1.1;
}
.card-contain p {
    line-height: 18px;
}
.art-link {
    font-size: 25px;
    color: #fff;
    border-bottom: 4px solid #948171;
    padding: 0 24px 6px;
    display: inline-block;
    line-height: 38px;
    margin-top: 2em;
    transition: all 1s ease;
    font-family: 'Gotham Book';

} 
.art-link:hover {
    padding: 0 0 6px;
    border-bottom: 4px solid #F49B35;
}
#al-carousel h2 {
    border-bottom: 4px solid #F49B35;
    padding: 0 24px 6px;
    display: inline-block;
    line-height: 38px;
    margin: 0 0 1em 0;
    font-family: 'Gotham Bold';
    color: #333;
}
.view-all {
    text-align: center;
}
#pj-card {
    background-color: #C7C7C7;
}
.pj-img {
    width: 100%;
}
#projects {
    background-color: #C7C7C7;
}
.article-img {
    width: 100%;
    display: block;
    height: 350px;
    object-fit: cover;
} 
.pj-title ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    font-weight: 800;
}
.pj-title li:after {
    content: '|';
    padding: 0 8px;
}
.pj-title ul:last-child li:last-child:after {
    content: ' ';
}
.pj-title h3 {
    color: #868686;
    font-weight: 800;
    font-size: 25px;
    font-family: 'SF-Pro Bold';
    margin-top: 20px;
    line-height: 1.1;
}
section#goals h2 {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 26px;
    color: #333;
}
.pj-title a:hover h3 {
    color: #171717;
}
.al-credit {
    margin: 2em 0 0;
}
.social-link, .foot-links {
    margin-bottom: 24px;
    padding: 0 5em;
}
.social-link {
    padding: 0;
}
#mobile-nav {
    display: none;
}
@media (max-width: 700px) {
    /* #main-nav {
        display: none;
    } */
    #our-process, #main-nav {
        display: none;
    }
    .btn-row {
        text-align: -webkit-center;
        margin: 2em 0;
    }
    .btn-main {
        margin: 14px 8px;
    }
    .header {
        justify-content: center;
    }
    .landing-contain h1 {
        font-size: 46px;
    }
    .card-contain {
        margin-bottom: 24px 0;
    }
    /* .foot-link {
        height: auto;
    } 
    .social-link {
        margin: 1em 0;
    }
    .contact-foot {
        margin-bottom: 2em;
    }
    .al-credit {
        margin: 2em 0;
    } */
    .container {
        padding: 4em 1em 0;
        width: 100%;
    }
    /* #nav {
        position: absolute;
        background: #262626;
        padding: 4em 2em;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    #nav .nav-item, #nav .nav-contain {
        font-size: 21px;
        display: block;
        margin: 5px 0;
    }
    #nav-icon {
        width: 50px;
        height: 45px;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 9999;
        right: 1em;
        margin-top: 1em;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon span:nth-child(1) {
        top: 0px;
    }
    #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
        top: 16px;
    }
    #nav-icon span:nth-child(4) {
        top: 32px;
    }
    #nav-icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-icon.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #mobile-nav .sub-menu {
        display: block;
        position: relative;
        background: none;
        padding: 0 1em 0;
        margin-top: 0;
    } */
    #newsupdates .title-contain h3 {
        margin-bottom: 2em;
        font-weight: bold;
    }
    #newsupdates, #projects, footer#al-foot, #services-front {
        padding-top: 0;
    }
    #projects .pj-title {
        margin-bottom: 1em;
    }
    #process-mobile p {
        margin: 0 0 34px;
    }
    #newsupdates .title-contain h3 {
        color: #333;
    }
    section#al-carousel {
        padding: 0;
    }
}
@media (min-width: 700px) {
    #process-mobile {
        display: none;
    }
    .card-contain {
        width: 300px;
    }
    .goals-contain {
        width: 700px;
    }
    .card-contain:nth-child(1) {
        margin-left: 300px;
        margin-bottom: 118px;
    }
    .card-contain:nth-child(2) {
        margin-left: 140px;
        margin-bottom: 94px;
    }
    .card-contain:nth-child(3) {
        margin-left: 474px;
        margin-bottom: 88px;
        width: 216px;
    }
    .card-contain:nth-child(4) {
        margin-left: 189px;
        margin-bottom: 110px;
    }
    .card-contain:nth-child(5) {
        margin-left: 348px;
    }
    .btn-row {
        display: flex;
        justify-content: center;
        margin: 28px;
    }
    .news-card {
        width: 268px;
        height: 349px;
        background-color: #000;
        position: relative;
    }
    .row:before, .row:after {
        display: none;
    }
    .title-contain {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 1em;
        width: calc(100% - 20px);
        height: 115px;
        transition: all 1s ease;
        display: flex;
        align-items: center;
    }
    .title-contain h3 {
        color: #fff;
        z-index: 99;
        margin: 0;
        font-family: "SF-Pro Bold";
        transition: all 1s ease;
        font-size: 24px;
        line-height: 1.1;
    }
    #main-nav {
        display: flex;
    }
    #newsupdates a:hover .title-contain {
        height: 150px;
    }
    #newsupdates a:hover .title-contain h3 {
        font-size: 26px;
    }
}
.logo-item {
    width: 100px;
    text-align: -webkit-center;
    height: auto;
    align-items: center;
    padding: 2em;
    height: 200px;
}
#al-carousel {
    text-align: center;
    margin: 0 0 2em 0;
}
/* #al-carousel .container {
    padding: 0 0 2em 0;
} */
#services-front {
    background-color: #F49B35!important;
    display: flex;
    color: rgb(59, 57, 57);
    margin-bottom: -50px;
}
#services-front ul {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}
#services-front li {
    line-height: 2;
    font-family: 'SF-Pro';
}
#services-front h3 {
    font-family: 'SF-Pro Bold';
    font-size: 24px;
}
/* section, #al-foot {
    padding: 5em 0;
} */
.serv-ex {
    color: #fff;
    font-size: 12px;
    padding-left: 6px;
}
.art-link:hover {
    color: #5F5F5F;
}
section#al-carousel .client-scroll {
    margin: 0;
}
.pj-title ul {
    display: inline-block;
    font-family: 'SF-Pro Bold';
    margin-bottom: 3em;
    color: #333;
    line-height: 1.4;
}
.pj-title li {
    display: inline-flex;
}
.slick-track {
    align-items: center;
}
section#services-front h4 {
    font-family: 'Gotham Book';
}
section#services-front li {
    line-height: 2;
}
#al-foot .foot-links ul {
    padding: 0 4em;
}
section {
    padding: 5em 0;
}

section#goals .clearfix:before, .clearfix:after, 
.dl-horizontal dd:before, .dl-horizontal dd:after, 
section#goals .container:before, 
section#goals .container:after, 
section#goals .container-fluid:before, 
section#goals .container-fluid:after, 
section#goals .row:before, 
section#goals .row:after, 
section#goals .form-horizontal .form-group:before, 
section#goals .form-horizontal .form-group:after, 
section#goals .pager:before, 
section#goals .pager:after, 
section#goals .modal-footer:before, 
section#goals .modal-footer:after {
    display: none;
}