﻿.bg-attach-fixed {
    background-attachment: fixed !important;
}

.section-stats {
    padding: 80px 0 0 0;
    background: #fff url(https://ik.imagekit.io/edtechdigit/uscsi/content/images/bg-contact-box.png) no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    transition: all .3s ease-out;
    opacity: 1;
}

.nextgen-banner .bluebtn, .section-area .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: 20px;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10%;
}

.text2 {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 80%;
    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-inner-tracks.png) no-repeat;
    background-size: auto;
    padding: 60px 0;
    background-size: cover;
    transition: all .3s ease-out;
    opacity: 1;
}

    .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;
    }

/*-- Pricing table  --*/
.tracksprt {
    padding: 60px 0;
    position: relative;
    background: #9A049E;
}


/*.tracksprt h5 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
        color: #fff;
    }

    .tracksprt ul li {
        margin-right: 12px;
        overflow: hidden;
        margin-top: 20px;
        width: 32.5%;
        float: left;
        min-height: 520px;
        box-sizing: border-box;
        padding: 24px;
        border-radius: 4px;
        background-color: #fff;
        -webkit-box-shadow: 0px 7px 31px 0 rgba(0,0,0,0.05);
        box-shadow: 0px 7px 31px 0 rgba(0,0,0,0.05);
    }

        .tracksprt ul li:nth-child(3) {
            margin-right: 0;
        }

    .tracksprt ul li .ts-pricing-body {
        margin: 20px 0;
        text-align: left;
    }

.ts-pricing-box {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    background: #f9f9f9;
}

    .ts-pricing-box .ts-pricing-header {
        background: #074d8d;
        color: #fff;
        position: relative;
        padding: 30px 20px;
    }
    .ts-pricing-box .ts-pricing-body p {
        color: #000;
    }
.tracksprt ul li .ts-pricing-footer {
    text-align: left;
}
.price {
    padding: 9px;
    position: absolute;
    right: 0px;
    top: 107px;
    background: #FF9800;
    color: #fff;
    font: 700 16px 'Segoe UI', sans-serif;
}

*/

.events {
    margin-bottom: 50px
}

.img-thumb {
    display: block;
    overflow: hidden;
}

figure {
    margin: 0;
}

.img-thumb img {
    display: block;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.img-thumb:hover img, .img-thumb:focus img, .zoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.price {
    padding: 9px 20px 9px 25px;
    position: absolute;
    right: -1px;
    top: -35px;
    background: #FF9800;
    color: #fff;
    font: 700 16px Montserrat,sans-serif;
}

.events a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.events h3 a {
    color: #074d8d !important;
}
.events h3 {
    font-size: 20px !important;
}
.events .events-info {
    clear: both;
    padding: 10px 30px 80px;
    border: 1px solid #eaecf3;
    border-top: none;
    position: relative;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 310px;
    background: #fff;
}

    .events .events-info p.location {
        margin: 0;
        padding: 0;
        color: #03a9f4;
        font-size: 15px
    }

        .events .events-info p.location i {
            font-size: 16px
        }

    .events .events-info .events-time {
        list-style: none;
        margin: 0;
        padding: 5px 0;
    }

        .events .events-info .events-time li {
            margin: 0;
            padding: 0 25px;
            width: 50%;
            float: left;
            border-right: 1px solid #eaecf3;
            background: 0 0;
            font-size: 12px;
            color: #878e9a;
            line-height: 22px;
            border-radius: 0px !important;
        }

            .events .events-info .events-time li span {
                font-weight: 700;
                color: #262c38;
                display: block;
                font-size: 15px;
            }

            .events .events-info .events-time li:last-child {
                border: none
            }

            .events .events-info .events-time li:first-child {
                padding-left: 0
            }

.events a.know-more {
    border-top: 1px solid #00134d;
    background: #00134d;
    font: 700 15px Montserrat,sans-serif;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.events a:hover.know-more {
    border-top: 1px solid #FF9800;
    background: #FF9800;
    color: #fff;
}

.events a:hover {
    color: #00134d;
}

.events a.know-more i {
    float: right;
    font-size: 16px;
    margin-right: 20px
}



.sliderbg04 .banntxtprt p {
    color: #000 !important;
}

.ai-nextgen-inner-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/nextgen/images/nextgen-inner-banner.png) no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 60px 0;
}

    .ai-nextgen-inner-banner .left {
        width: 55%;
        float: left;
        background: rgba(0,0,0,0.85);
        padding: 40px;
        color: #fff;
    }

.section-area {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/nextgen/images/scholarship-event-banner.png) no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 60px 0;
}

.ovpr-dark .container {
    position: relative;
    z-index: 1;
}

.ovpr-dark {
    position: relative;
}

    .ovpr-dark::after {
        background: #4c1864;
        background: -moz-linear-gradient(45deg, #4c1864 0%, #3f189a 100%);
        background: -webkit-linear-gradient(45deg, #4c1864 0%,#3f189a 100%);
        background: linear-gradient(45deg, #4c1864 0%,#3f189a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1864', endColorstr='#3f189a',GradientType=1 );
    }

    .ovpr-dark::after {
        opacity: 0.95;
    }

    .ovpr-dark::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.mw800 {
    max-width: 800px;
}

.m-auto {
    margin: auto !important;
}

.cours-search-bx {
    text-align: center;
    border-radius: 4px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.15);
    padding: 20px 20px 15px 20px;
}

    .cours-search-bx h3 {
        color: #fff;
        font-size: 24px !important;
        line-height: 35px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding-bottom: 12px;
    }


.counter {
    position: relative;
}

.m-b30 {
    margin-bottom: 30px;
}

.cours-search-text {
    font-size: 17px;
    font-weight: 600;
}

@media (max-width: 47.9375em) {
    .nextgen-tracks-banner .left, .ai-nextgen-inner-banner .left {
        float: none;
        width: 100%;
    }
    .text {
        top: 80% !important;
     }
    .events .events-info {
        min-height: 325px !important;
    }
    .board h5 {
        width: 80% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .text {
        top: 42% !important;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .nextgen-tracks-banner .left, .ai-nextgen-inner-banner .left {
        float: none;
        width: 100%;
    }

    .nextgen-banner {
        height: 600px;
    }

    .right-boxes .right-boxes-bg {
        min-height: 150px !important;
    }

    .events .events-info {
        min-height: 535px !important;
    }
}
.board h5 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
    width: 90%;
    float: left;
    cursor: pointer;
}

.boardtext .plusminus {
    font-weight: bold;
    font-size: 24px;
    margin-left: 40px;
    color: #000;
    float: right;
}
ul.scroll-fixed {
    position: fixed;
    left: 40px;
    top: 55%;
    z-index: 9999;
}

    ul.scroll-fixed li a {
        font-size: 18px;
        color: #000;
        padding: 12px;
        position: absolute;
        left: -47px;
        transition: all 0.3s ease 0s;
        width: 155px;
        text-decoration: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    ul.scroll-fixed li.scroll a {
        background: #ff9800;
        text-decoration: none;
    }

    ul.scroll-fixed li a .fa {
        font-size: 23px;
        width: 30px;
    }

    ul.scroll-fixed li a span {
        margin-top: -5px;
    }


    