.bg_lines {
    background: url(../images/q8RtIlKJhcuc.webp)no-repeat;
    background-size: 100%;
    height: 1200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.video-wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px
}

.pin_spacers {
    height: calc(50vh - 170px);
    width: 100%;
    background-color: #000
}

.top_content_wrap {
    text-align: center;
    position: relative;
    z-index: 3
}

.top_head_wrap .heading1 {
    font-size: 82px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.case_full_banner {
    padding-top: 15vh;
    position: relative;
    z-index: 2
}

.case_full_banner img {
    width: 100%
}

.heading1 span {
    color: #1468fb
}

.app__subhead+.app__subhead {
    margin-top: 25px
}

.top_content_wrap .common__btn {
    margin: 55px auto
}

.top_head_wrap.bg_wrapper {
    background-color: transparent;
    padding: 0;
    margin-top: -1px;
    position: relative
}

.top_head_wrap.bg_wrapper:before {
    position: absolute;
    background-color: #000;
    content: "";
    height: 90%;
    width: 100%
}

.government-cta-banner {
    background: url(../images/test00000.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    border-radius: 10px;
    height: 296px;
    margin: 4rem 5rem 6rem;
    position: relative;
    z-index: 2
}

.cta-banner-txt {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 80%
}

.cta-banner-txt .common__btn {
    margin-bottom: 0
}

.heading3 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2
}

.solution_slider {
    padding: 6rem 0
}

#solution_slider {
    padding-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
    justify-content: center
}

#solution_slider .item {
    width: calc(25% - 40px);
    margin: 20px
}

.solution_slider .item_logo img {
    max-width: 100%;
    width: auto
}

.item_logo figure {
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 174px
}

.recent_campaigns {
    background-color: #000;
    padding: 5rem 0
}

.campaign_row {
    display: flex;
    justify-content: center;
    padding-top: 3rem
}

.campaign_row span {
    color: #fff;
    display: inline-block;
    padding-left: 10px
}

.public_offerings {
    padding: 6rem 0
}

.offering_detail_wrap .offering_detail:nth-child(2n) .offering_content {
    order: 2
}

.offering_detail {
    padding: 4rem 0;
    justify-content: space-between
}

.offering_content,
.offering_img img {
    width: 45%
}

.offering_img img {
    width: 100%
}

.offering_content .heading4 {
    font-size: 28px;
    font-weight: 700
}

.offering_detail+.offering_detail {
    padding-top: 1rem
}

.appi_badges {
    padding: 2rem 0 6rem
}

.badges_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 5rem;
    padding-top: 4rem
}

.badge_item {
    position: relative
}

.badge_item span {
    font-size: 14px;
    display: inline-block;
    padding: 20px 0 10px
}

.badge_item .heading4 {
    font-size: 18px;
    line-height: 1.4
}

.badge_item figure {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px
}

.badge_item:nth-child(-n+3):before {
    position: absolute;
    content: "";
    background-color: #ddd;
    left: 50%;
    bottom: -40px;
    width: 250px;
    height: 1px;
    transform: translate(-50%, -50%)
}

.badge_item:not(:nth-child(3n)):after {
    position: absolute;
    content: "";
    background-color: #ddd;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%
}

.bg_wrapper {
    padding: 6rem 0;
    background-color: #000
}

.why_appin .app__subhead {
    padding: 2rem 10rem 1rem
}

.our_impact {
    padding: 4rem 0 6rem
}

.cards_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-top: 4rem
}

.num_card {
    border: 1px solid #13;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 0px 11px 2px rgba(197, 210, 232, .22)
}

.card_count {
    color: #136bfb;
    font-size: 42px;
    font-weight: 800;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.card_count:before {
    position: absolute;
    content: "";
    background: #000;
    width: 147px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.num_card span {
    line-height: 1.4
}

.mob {
    display: none
}

@media (max-width:1899px) {
    .case_full_banner {
        padding-top: 24vh
    }
}

@media (max-width:1680px) {
    .common__btn .btn-effect {
        font-size: 14px
    }

    .top_head_wrap .heading1 {
        font-size: 78px
    }

    .common__btn.top_spc {
        margin-top: 50px
    }
}

@media (max-width:1550px) {
    .top_head_wrap .heading1 {
        font-size: 70px
    }
}

@media (max-width:1440px) {
    .top_head_wrap .heading1 {
        font-size: 68px
    }

    .heading2 {
        font-size: 46px
    }

    .app__subhead {
        font-size: 17px
    }

    .heading3 {
        font-size: 35px
    }
}

@media (max-width:1366px) {
    .top_head_wrap .heading1 {
        font-size: 66px
    }
}

@media (max-width:1280px) {
    .top_head_wrap .heading1 {
        font-size: 64px
    }
}

@media screen and (max-width:1200px) {
    .top_head_wrap .heading1 {
        font-size: 56px
    }

    .top_content_wrap .app__subhead {
        font-size: 18px
    }

    .common__btn .btn-effect {
        font-size: 13px;
        padding: 12px 50px 12px 24px
    }

    .heading2 {
        font-size: 40px
    }

    .app__subhead,
    .serv_card_list li {
        font-size: 16px
    }
}

@media screen and (max-width:1024px) {
    .mob {
        display: block
    }

    .desk {
        display: none
    }

    .campaign_row span {
        padding: 10px 0
    }

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px
    }

    .app__subhead br {
        display: none
    }

    .top_head_wrap .heading1 {
        font-size: 50px
    }

    .top_content_wrap .app__subhead {
        font-size: 16px
    }

    .heading4 {
        font-size: 18px
    }

    br {
        display: none
    }
}

@media screen and (max-width:912px) {
    .heading4 {
        font-size: 16px
    }

    .heading2 {
        font-size: 32px
    }
}

@media screen and (max-width:820px) {
    .heading2 {
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px
    }

    .bg_lines {
        display: none
    }

    .heading1 br {
        display: inherit
    }

    .heading2 br,
    .top_content_wrap br {
        display: none
    }

    .heading3 {
        font-size: 20px
    }

    .heading2 {
        font-size: 26px
    }

    .pin_spacers {
        display: none
    }

    .case_full_banner {
        padding: 0
    }

    .top_head_wrap.bg_wrapper {
        padding-top: 8rem
    }

    .top_content_wrap .common__btn {
        margin: 35px auto
    }

    .top_head_wrap.bg_wrapper:before {
        content: none
    }

    .top_head_wrap.bg_wrapper {
        background-color: #000;
        padding: 8rem 0 2rem
    }

    .solution_slider,
    .public_offerings,
    .recent_campaigns {
        padding: 4rem 0
    }

    .item_logo figure {
        height: 120px
    }

    .solution_slider .item_logo img {
        transform: scale(.6);
        -webkit-transform: scale(.6)
    }

    .campaign_row,
    .offering_detail {
        flex-direction: column
    }

    .campaign_row {
        padding-top: 2rem
    }

    .offering_content,
    .offering_img img {
        width: 100%
    }

    .campaign_row img {
        width: 100%
    }

    .upper_left_col,
    .btm_left_col {
        margin-bottom: 30px
    }

    .offering_detail {
        padding: 2rem 0
    }

    .campaign_row+.campaign_row {
        padding-top: 0
    }

    .government-cta-banner {
        height: 235px;
        margin: 2rem 0
    }

    .badges_grid {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 2rem
    }

    .badge_item:not(:nth-child(3n)):after {
        content: none
    }

    .badge_item figure {
        min-height: auto
    }

    .badge_item:not(:last-child):before {
        position: absolute;
        content: "";
        background-color: #ddd;
        left: 50%;
        bottom: -40px;
        width: 250px;
        height: 1px;
        transform: translate(-50%, -50%)
    }

    .badge_item .heading4 br {
        display: block
    }

    .why_appin .app__subhead {
        padding: 2rem 0
    }

    #solution_slider {
        justify-content: center;
        margin: -10px
    }

    .offering_content .heading4 {
        font-size: 18px
    }

    .offering_content .para {
        margin-top: 10px
    }

    #solution_slider .item {
        width: calc(50% - 20px);
        margin: 10px
    }

    .offering_detail_wrap .offering_detail:nth-child(2n) .offering_content {
        order: unset
    }

    .our_impact {
        padding: 3rem 0
    }

    .cards_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding-top: 2rem
    }

    .num_card {
        padding: 15px 10px
    }

    .card_count {
        font-size: 28px;
        padding-bottom: 8px;
        margin-bottom: 8px
    }

    .card_count:before {
        width: 107px
    }

    .num_card span {
        font-size: 12px
    }
}

@media screen and (max-width:650px) {
    #bike-img{
        max-width: 80%;
    }
    #light-2{
        display: none;
    }
    #light-3{
        display: none;
    }
    #light-5{
        display: none;
    }
    #light-6{
        display: none;
    }
    .horizontal_line:before {
        display: none
    }

    .top_content_wrap .app__subhead {
        font-size: 14px;
        margin-top: 10px
    }

    .top_head_wrap .heading1 {
        font-size: 24px
    }

    .common__btn .btn-effect {
        font-size: 12px;
        padding: 10px 40px 10px 20px
    }

    .bg_wrapper {
        padding: 3rem 0
    }

    .app__subhead {
        padding-top: 5px
    }

    .common__btn {
        margin-top: 20px
    }
}

.offering_img img{
    border-radius: 15px;
}