﻿.nextgen-banner .bluebtn {
    text-decoration: none;
    margin-top: 10px;
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff !important;
    padding: 15px 20px !important;
    background: #FF9800 !important;
    font-weight: 700 !important;
}
.nextgen-banner .bluebtn:hover {
    background: #000 !important;
    text-decoration: none !important;
}
.right-boxes .right-boxes-bg {
    background: url("https://ik.imagekit.io/edtechdigit/uscsi/Content/images/bg-blue.png") no-repeat left top;
    background-size: auto;
    background-size: auto;
    min-height: 150px;
    padding: 30px;
    background-size: cover;
    margin-bottom: 10px;
}

    .right-boxes .right-boxes-bg h3 {
        font-size: 24px !important;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding-bottom: 12px;
    }

.text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10%;
}

.nextgen-tracks-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/nextgen/images/nextgen-tracks.png) no-repeat;
    background-size: auto;
    background-size: cover;
    padding: 60px 0;
}

    .nextgen-tracks-banner .left {
        width: 55%;
        float: right;
        background: rgba(0,0,0,0.85);
        padding: 40px;
        color: #fff;
    }



.brdtext {
    width: 100% !important;
}
.linprt {
    background: #074d8d;
    height: 2px;
    margin: 0 auto 35px;
    width: 70%;
}

.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background: #fff;
}

    .service .service-item {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 45px;
        transition: .3s;
    }

    .service .service-icon {
        position: relative;
    }

        .service .service-icon i {
            position: relative;
            display: block;
            color: #074d8d;
            font-size: 30px;
            line-height: 60px;
            margin-top: 5px;
        }

    .service .service-text {
        position: relative;
        margin-left: 20px;
        padding-left: 20px;
    }

        .service .service-text::before {
            position: absolute;
            content: "";
            width: 1px;
            height: calc(100% - 10px);
            top: 5px;
            left: 0;
            background: rgba(0, 0, 0, .1);
        }

        .service .service-text::after {
            position: absolute;
            content: "";
            width: 3px;
            height: 40px;
            top: calc(50% - 20px);
            left: -1px;
            background: #074d8d;
        }

        .service .service-text h4 {
            font-weight: 600;
        }

        .service .service-text p {
            margin: 0;
            font-size: 16px;
        }
.callaction {
    background: #fff;
}
.stat__icon {
    height: 80px;
    width: 80px;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
}


    .icon-boxes .icon-box h4 {
        font-size: 18px;
        font-weight: 900;
        margin: 0 0 12px 0 !important;
        min-height: 20px;
        color: #000;
    }

