﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Light.eot');
    src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Light.woff') format('woff'), url('../fonts/SegoeUI-Light.ttf') format('truetype'), url('../fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('../fonts/SegoeUI-Semilieasterght.eot');
    src: url('../fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Semilight.woff') format('woff'), url('../fonts/SegoeUI-Semilight.ttf') format('truetype'), url('../fonts/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype'), url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    height: 100%;
    width: 100%;
    font-size: 15px !important;
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: 400;
    overflow-x: hidden;
}


h1 {
    font-size: 50px !important;
    font-weight: 900 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

h2 {
    font-size: 44px !important;
    font-weight: 900 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

h3 {
    font-size: 30px !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
}

h4 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

ul, li, h1, h2, h3, h4, h5, h6, p, label, span, div, table, th, tr, td {
    margin: 0;
    padding: 0;
    list-style: none;
}

.para {
    font-size: 20px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 16px;
}

.stickydv {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.mobile-area {
    display: none;
}

header {
    position: absolute;
    width: 100%;
    padding: 10px 0 0;
    z-index: 100;
}

.homebanner {
    background: #000;
}

header .left {
    float: left;
    width: 32%;
}

    header .left img {
        width: 100%;
    }

header .right {
    float: right;
    width: auto;
    margin-top: 30px;
}

    header .right li {
        float: left;
        margin-left: 20px;
        list-style-type: none;
    }

        header .right li a {
            background: #2e75b6;
            padding: 14px 19px;
            color: #fff;
            font-weight: bold;
        }

        header .right li:first-child a {
            background: #192f59;
            padding: 14px 19px;
            color: #fff;
            border: 1px solid #000;
            font-weight: bold;
        }
.mnt {
    display: none;
}

.the-bottom ul {
    margin: 0;
    padding: 0;
}

.the-bottom {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
    /*border-top: 1px solid #1E3077;*/
    background: #2e75b6;
}

    .the-bottom ul li {
        list-style: none;
        margin: 0 auto;
        border-left: 1px solid #4990d1;
        display: inline-block;
        padding: 15px 23px;
        position: relative;
        text-decoration: none;
        text-align: center;
        font-weight: 600;
    }

    .the-bottom li a {
        color: #fff;
    }

        .the-bottom li a:hover {
            color: #93f7ff;
        }

    .the-bottom ul li ul li a :hover {
        color: #2e75b6 !important;
    }

    .the-bottom ul li ul li a {
        color: #333;
    }

    .the-bottom li:hover {
        cursor: pointer;
    }

    .the-bottom ul li ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        padding-left: 0;
        left: 0;
        display: none;
        background: white;
        z-index: 999;
        margin-top: 14px;
    }

        .the-bottom ul li:hover > ul,
        .the-bottom ul li ul:hover {
            visibility: visible;
            opacity: 1;
            display: block;
            min-width: 476px;
            text-align: left;
            box-shadow: 0px 3px 5px -1px #ccc;
            padding: 35px;
        }

        .the-bottom ul li ul li {
            clear: both;
            width: 100%;
            text-align: left;
            margin-bottom: 5px;
            border-style: none;
            padding: 4px;
        }

            .the-bottom ul li ul li a:hover {
                padding-left: 10px;
                border-left: 1px solid #3ca0e7;
                transition: all 0.3s ease;
            }

    .the-bottom a {
        text-decoration: none;
    }

        .the-bottom a:hover {
            color: #3ca0e7;
        }

    .the-bottom ul li ul li a {
        transition: all 0.5s ease;
    }

.bannerprtnv {
    position: relative;
}
.sliderbg04 .banntxtprt h1 {
    color: #000 !important;
}
    .bannerprtnv h1 {
        color: #fff;
        padding-top:151px;
        font-size: 52px !important;
        text-transform: uppercase;
        font-weight: 700 !important;
        font-family: 'Archivo Black', sans-serif !important;
    }

.lightblue {
    color: #8ed5fe;
}

.bannerprtnv h1 span, .orangetext {
    color: #FF9800;
}

.bannerprtnv .sliderbg01 {
    background: #808080 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/banner/slider1.png) no-repeat;
    background-size: cover;
    height: 650px;
}

.bannerprtnv .sliderbg02 {
    background: #808080 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/banner/slider2.png) no-repeat;
    background-size: cover;
    height: 650px;
}

.bannerprtnv .sliderbg03 {
    background: #808080 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/banner/slider3.png) no-repeat;
    background-size: cover;
    height: 650px;
}

.bannerprtnv .sliderbg04 {
    background: #808080 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/holiday-season-banner-2024.png) no-repeat;
    background-size: cover;
    height: 650px;
}

.bannerprtnv .sliderbg05 {
    background: #808080 url(https://ik.imagekit.io/edtechdigit/usaii/content/nextgen/images/nextgen-banner.png) no-repeat;
    background-size: cover;
    height: 650px;
}

.bannerprtnv .carousel-control {
    font-size: 35px;
    padding-top: 22%;
    opacity: 0.2;
    width: 6%;
}

.bannerprtnv .banntxtprt {
    width: 66%;
}
.sliderbg04 .banntxtprt p {
    color: #fff;
    font-size: 18px;
}
.banntxtprt p {
    color: #fff;
    font-size: 18px;
}

    .banntxtprt p span {
        color: #fff;
        background: #2251ff;
        font-weight: 600;
        font-size: 21px;
    }
    .banntxtprt p label {
        color: #fff;
        background-color: #074d8d;
        font-weight: 600;
        font-size: 21px;
    }
    .bannerprtnv .banntxtprt .btn-white {
        margin-left: 0px;
    }

#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #333;
        text-decoration: none;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }



.btn-blk {
    text-decoration: none;
    margin-top: 10px;
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #222;
    border: 1px solid #222;
    padding: 15px 20px;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .btn-blk:hover {
        color: white;
        box-shadow: 0 0 30px 0 rgba(46, 177, 182, 0.5);
        background-color: #2e75b6;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-decoration: none;
        border: 1px solid #2e75b6;
    }

        .btn-blk:hover:before {
            -webkit-animation: shine 0.5s 0s linear;
            -moz-animation: shine 0.5s 0s linear;
            animation: shine 0.5s 0s linear;
            text-decoration: none;
        }

    .btn-blk:active {
        box-shadow: 0 0 0 0 transparent;
        -webkit-transition: box-shadow 0.2s ease-in;
        -moz-transition: box-shadow 0.2s ease-in;
        transition: box-shadow 0.2s ease-in;
        text-decoration: none;
    }

    .btn-blk:before {
        content: "";
        display: block;
        width: 0px;
        height: 86%;
        position: absolute;
        top: 7%;
        left: 0%;
        opacity: 0;
        background: white;
        box-shadow: 0 0 15px 3px white;
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }

@-webkit-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@-moz-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

.btn-blue {
    text-decoration: none;
    margin-top: 10px;
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 20px;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .btn-blue:hover {
        color: white;
        box-shadow: 0 0 30px 0 rgba(46, 177, 182, 0.5);
        background-color: #2e75b6;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-decoration: none;
        border: 1px solid #2e75b6;
    }

        .btn-blue:hover:before {
            -webkit-animation: shine 0.5s 0s linear;
            -moz-animation: shine 0.5s 0s linear;
            animation: shine 0.5s 0s linear;
            text-decoration: none;
        }

    .btn-blue:active {
        box-shadow: 0 0 0 0 transparent;
        -webkit-transition: box-shadow 0.2s ease-in;
        -moz-transition: box-shadow 0.2s ease-in;
        transition: box-shadow 0.2s ease-in;
        text-decoration: none;
    }

    .btn-blue:before {
        content: "";
        display: block;
        width: 0px;
        height: 86%;
        position: absolute;
        top: 7%;
        left: 0%;
        opacity: 0;
        background: white;
        box-shadow: 0 0 15px 3px white;
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }



.btn-white {
    text-decoration: none;
    margin-top: 10px;
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff !important;
    background: #0033a0;
    border: 1px solid #1b4ebb;
    padding: 15px 20px;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .btn-white:hover {
        color: white;
        box-shadow: 0 0 30px 0 rgba(46, 177, 182, 0.5);
        background-color: #2e75b6;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-decoration: none;
        border: 1px solid #2e75b6;
    }

        .btn-white:hover:before {
            -webkit-animation: shine 0.5s 0s linear;
            -moz-animation: shine 0.5s 0s linear;
            animation: shine 0.5s 0s linear;
            text-decoration: none;
        }

    .btn-white:active {
        box-shadow: 0 0 0 0 transparent;
        -webkit-transition: box-shadow 0.2s ease-in;
        -moz-transition: box-shadow 0.2s ease-in;
        transition: box-shadow 0.2s ease-in;
        text-decoration: none;
    }

    .btn-white:before {
        content: "";
        display: block;
        width: 0px;
        height: 86%;
        position: absolute;
        top: 7%;
        left: 0%;
        opacity: 0;
        background: white;
        box-shadow: 0 0 15px 3px white;
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
.btn-golden {
    text-decoration: none;
    margin-top: 10px;
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #000 !important;
    background: #D0A54C;
    border: 1px solid #D0A54C;
    padding: 15px 20px;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .btn-golden:hover {
        color: white;
        box-shadow: 0 0 30px 0 rgba(46, 177, 182, 0.5);
        background-color: #FED065;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-decoration: none;
        border: 1px solid #FED065;
    }

        .btn-golden:hover:before {
            -webkit-animation: shine 0.5s 0s linear;
            -moz-animation: shine 0.5s 0s linear;
            animation: shine 0.5s 0s linear;
            text-decoration: none;
        }

    .btn-golden:active {
        box-shadow: 0 0 0 0 transparent;
        -webkit-transition: box-shadow 0.2s ease-in;
        -moz-transition: box-shadow 0.2s ease-in;
        transition: box-shadow 0.2s ease-in;
        text-decoration: none;
    }

    .btn-golden:before {
        content: "";
        display: block;
        width: 0px;
        height: 86%;
        position: absolute;
        top: 7%;
        left: 0%;
        opacity: 0;
        background: white;
        box-shadow: 0 0 15px 3px white;
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
.btn-maroon {
    text-decoration: none;
    margin-top: 10px;
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff !important;
    background: #83192a;
    border: 1px solid #83192a;
    padding: 15px 20px;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .btn-maroon:hover {
        color: white;
        box-shadow: 0 0 30px 0 rgba(46, 177, 182, 0.5);
        background-color: #a31f34;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-decoration: none;
        border: 1px solid #a31f34;
    }

        .btn-maroon:hover:before {
            -webkit-animation: shine 0.5s 0s linear;
            -moz-animation: shine 0.5s 0s linear;
            animation: shine 0.5s 0s linear;
            text-decoration: none;
        }

    .btn-maroon:active {
        box-shadow: 0 0 0 0 transparent;
        -webkit-transition: box-shadow 0.2s ease-in;
        -moz-transition: box-shadow 0.2s ease-in;
        transition: box-shadow 0.2s ease-in;
        text-decoration: none;
    }

    .btn-maroon:before {
        content: "";
        display: block;
        width: 0px;
        height: 86%;
        position: absolute;
        top: 7%;
        left: 0%;
        opacity: 0;
        background: white;
        box-shadow: 0 0 15px 3px white;
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
@-webkit-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@-moz-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}



.insightsdvpt {
    background: #012f6d;
    padding: 60px 0;
}

    .insightsdvpt h2 {
        color: #d6ef52;
        font-size: 56px !important;
        font-weight: 700;
        line-height: 1.2em;
    }

    .insightsdvpt p a {
        font-size: 30px;
        color: #fff;
    }

    .insightsdvpt .fa {
        color: #fff;
        margin-left: 20px;
    }


footer {
    background: #000;
    position: relative;
    padding: 60px 0;
}

    footer .cntrprtdv {
        margin-bottom: 60px;
    }

        footer .cntrprtdv .dvprt1 {
            float: left;
            margin-right: 11px;
            width: 16.4%;
            min-height: 200px;
        }

            footer .cntrprtdv .dvprt1:nth-child(1) {
                width: 29.6%;
            }

            footer .cntrprtdv .dvprt1 ul li {
                list-style: none;
                margin: 18px 0;
            }

            footer .cntrprtdv .dvprt1 h3 a {
                color: #727272 !important;
            }

            footer .cntrprtdv .dvprt1 ul li a {
                color: #848484;
            }

                footer .cntrprtdv .dvprt1 ul li a:hover {
                    color: #3ca0e7;
                }

            footer .cntrprtdv .dvprt1 h3 {
                font-size: 18px !important;
                font-weight: 600 !important;
            }

.disclaimers {
    font-size: 14px;
    color: #848484;
    padding: 20px 0;
    background: #101010;
}

    .disclaimers .card-header button {
        font-size: 18px;
        color: #848484;
        padding: 0;
    }

        .disclaimers .card-header button .fa {
            padding-left: 20px;
        }

    .disclaimers .card-body p {
        margin-top: 20px;
    }

.colprtdv {
    padding-top: 20px;
    color: #848484;
}

    .colprtdv ul.coplist li {
        float: left;
        display: inline-block;
        margin-right: 20px;
    }

        .colprtdv ul.coplist li:nth-child(4) {
            margin-right: 0;
        }

        .colprtdv ul.coplist li a {
            color: #848484;
        }



.ownpaceprtnv {
    padding: 140px 0;
}

    .ownpaceprtnv h2 {
        color: #000;
        margin: 0;
        width: 46%;
        float: left;
        padding-top: 7px;
        font-size: 45px !important;
        border-right: 1px solid #ccc;
        padding-right: 22px;
        padding-bottom: 35px;
    }

        .ownpaceprtnv h2 span {
            font-weight: 900;
        }

    .ownpaceprtnv p {
        float: right;
        width: 49%;
        font-size: 24px;
    }

.usaiicertprtnv {
    padding: 80px 0;
    position: relative;
    background: #ccc;
    /*background: #074d8d url("https://ik.imagekit.io/edtechdigit/usaii/content/images/homebg.jpg");*/
}
.usaiick12 {
    padding: 60px 0;
    position: relative;
    background: #9A049E;
    /*background: #074d8d url("https://ik.imagekit.io/edtechdigit/usaii/content/images/homebg.jpg");*/
}
.bannertext {
    font-size: 25px !important;
}

.usaiicertprtnv ul {
    width: 100%;
    float: right;
}

    .usaiicertprtnv ul li {
        float: left;
        width: 100%;
        list-style-type: none;
        box-sizing: border-box;
        position: relative;
        z-index: 9;
        margin-bottom: 10px;
        background: rgba(255,255,255,0.7);
        padding: 20px;
        border-radius: 10px;
        color: #000;
    }



        .usaiicertprtnv ul li img {
            width: 100%;
        }
ul.bullet
{
    margin-top: 15px;
}
ul.bullet li {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/tick.png) no-repeat left 6px !important;
    background-size: auto;
    background-size: auto;
    padding: 0 0 0 25px !important;
    font-size: 16px;
    background-size: 14px !important;
    margin-bottom: 5px !important;
    padding: 0px 20px 5px 20px;
}

.usaiick12 ul {
    width: 100%;
    float: right;
}

    .usaiick12 ul li {
        float: left;
        width: 100%;
        list-style-type: none;
        box-sizing: border-box;
        position: relative;
        z-index: 9;
        margin-bottom: 10px;
        background: rgba(255,255,255,0.7);
        padding: 20px;
        border-radius: 10px;
        color: #000;
    }

        .usaiick12 ul li img {
            width: 100%;
        }
.logoframe {
    width: 120px;
    float: left;
    border-radius: 50%;
    padding: 11px 21px;
    height: 120px;
}

.usaiicertprtnv ul li .righttxt {
    float: right;
    width: 76%;
    padding-top: 20px;
}

    .usaiicertprtnv ul li .righttxt h3 {
        font-weight: 600 !important;
        font-size: 20px !important;
        margin: 0;
        color: #074d8d;
    }

.usaiicertprtnv a {
    font-weight: bold;
}

.usaiicertprtnv ul li a {
    color: #2251ff;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid;
}
.usaiick12 ul li .righttxt {
    float: right;
    width: 76%;
    padding-top: 20px;
}

    .usaiick12 ul li .righttxt h3 {
        font-weight: 600 !important;
        font-size: 20px !important;
        margin: 0;
        color: #074d8d;
    }

.usaiick12 a {
    font-weight: bold;
}

.usaiick12 ul li a {
    color: #2251ff;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid;
}
.ogrowthtnv {
    padding: 60px 0;
    background-color: rgba(233, 234, 242,1.0);
}

    .ogrowthtnv .mtp {
        margin-top: 30px;
    }

    .ogrowthtnv h4 {
        color: #012f6d;
        font-weight: 700;
    }

    .ogrowthtnv .imgbx {
        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);
    }

.benefitsdvprt {
    padding: 60px 0;
}

    .benefitsdvprt .mtp {
        margin-top: 30px;
    }

    .benefitsdvprt .benefitsbx {
        background-color: #00264d;
        -webkit-box-shadow: 0 4px 6px -3px rgba(63,72,79,0.2),0 2px 10px 0 rgba(63,72,79,0.07);
        box-shadow: 0 4px 6px -3px rgba(63,72,79,0.2),0 2px 10px 0 rgba(63,72,79,0.07);
        padding: 26px 26px;
        margin-top: 40px;
    }

        .benefitsdvprt .benefitsbx ul li {
            float: left;
            width: 100%;
            margin-bottom: 15px;
        }

            .benefitsdvprt .benefitsbx ul li .notft {
                color: #fff;
                padding: 3px 9px;
                float: left;
                font-size: 15px;
                margin-right: 10px;
                width: 28px;
                height: 28px;
                border-radius: 100%;
                font-weight: bold;
            }

            .benefitsdvprt .benefitsbx ul li p {
                float: right;
                width: 92%;
                font-weight: bold;
                margin-top: 2px;
                color: #fff;
            }

            .benefitsdvprt .benefitsbx ul li .clb01 {
                background: #f7b11c !important;
            }

            .benefitsdvprt .benefitsbx ul li .clb02 {
                background: #00bfa6 !important;
            }

            .benefitsdvprt .benefitsbx ul li .clb03 {
                background: #ec1f70 !important;
            }

            .benefitsdvprt .benefitsbx ul li .clb04 {
                background: #9292C3 !important;
            }

            .benefitsdvprt .benefitsbx ul li .clb05 {
                background: #00cb00 !important;
            }

            .benefitsdvprt .benefitsbx ul li .clb06 {
                background: #ff8000 !important;
            }

            .benefitsdvprt .benefitsbx ul li .clb07 {
                background: #38829e !important;
            }

            .benefitsdvprt .benefitsbx ul li .clb08 {
                background: #8d2800 !important;
            }

.partnerprtnv {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/partner-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}



    .partnerprtnv .right {
        width: 39%;
        float: right;
        background: rgba(255,255,255,0.9);
        padding: 80px 40px;
    }

.caitlnv {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caitl-background.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
}



    .caitlnv .right {
        width: 100%;
        float: right;
        background: rgba(255,255,255,0.9);
        padding: 40px;
    }

.ethicsprtdv {
    padding: 60px 0;
}

    .ethicsprtdv .para {
        width: 80%;
    }

    .ethicsprtdv .mpt {
        margin-top: 80px;
        padding-left: 30px;
    }

.inn-banner {
    padding: 50px 0;
    background: #f5f5f5;
}

    .inn-banner h1 {
        color: #3ca0e7;
    }

.dvprtterm {
    padding: 60px 0;
}

    .dvprtterm .ol-list {
        padding-left: 15px;
    }

        .dvprtterm .ol-list li {
            margin-bottom: 10px;
            float: left;
            width: 100%;
            list-style-type: disc;
            color: #333;
        }

    .dvprtterm h4 {
        font-weight: bold;
        margin-top: 30px;
    }

.landing-banner {
    padding-top: 150px;
    height: 550px;
}

    .landing-banner p {
        font-size: 25px;
    }

    .landing-banner h1 span {
        color: #FF9800;
    }

.certibanner {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/certibanner.jpg) no-repeat;
    background-size: 100%;
}

.dgbadge-banner {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/dgbadge-banner.jpg) no-repeat;
    background-size: cover;
}

.ai-ethics {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/ai-ethics.jpg) no-repeat;
    background-size: cover;
}

.board-banner {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/board.jpg) no-repeat;
    background-size: cover;
}

.get-informed {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/get-informed.jpg) no-repeat;
    background-size: cover;
}

    .get-informed .bannertext {
        font-size: 30px !important;
        color: #FF9800;
    }

.speedster {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/speedster-banner.jpg) no-repeat;
    background-size: cover;
}

    .speedster .bannertext {
        font-size: 30px !important;
    }

.flexi-payments {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/flexi-payment-banner.jpg) no-repeat;
    background-size: cover;
}

    .flexi-payments .bannertext {
        font-size: 30px !important;
    }

.partner-courses-banner {
    background: #000 url(../images/university-partner-banner.png) no-repeat;
    background-size: cover;
}

    .partner-courses-banner .bannertext {
        font-size: 30px !important;
    }

.partners {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/partners.jpg) no-repeat center bottom;
    background-size: cover;
}

.insights {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/insights.jpg) no-repeat;
    background-size: cover;
}

.assessment-banner {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/assessment-banner.jpg) no-repeat;
    background-size: cover;
}

.renew-banner {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/renew-banner.jpg) no-repeat;
    background-size: cover;
}

.exam-banner {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/exam-banner.jpg) no-repeat;
    background-size: cover;
}

.contact-us {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/contact-us.jpg) no-repeat;
    background-size: cover;
    height: 350px !important;
}

.landing-banner h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: 'Archivo Black', sans-serif !important;
    font-size: 60px !important;
}

.landing-banner p {
    color: #fff;
}

.aboutusdvprt {
    padding: 60px 0;
}

    .aboutusdvprt .img-box {
        padding: 70px 14px;
        margin-top: 66px;
        background: #000;
    }

        .aboutusdvprt .img-box img {
            width: 100%;
        }

.whydvprt {
    padding: 60px 0;
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
    color: #fff;
}

.btop {
    border-top: 5px solid rgb(0, 51, 160);
    margin-top: 50px !important;
    padding-top: 40px !important;
}

.whydvprt p, .whydvprt h2 {
    color: #fff;
}

.whydvprt img {
    width: 100%;
}

.whydvprt .ptx {
    padding-top: 14px;
}

.aboutcert {
    padding: 80px 0;
}

    .aboutcert ul {
        margin-top: 30px;
    }

    .aboutcert .blist li {
        background: none;
        padding: 0 0 0 20px;
        margin: 0 0 10px 0;
    }

        .aboutcert .blist li::before {
            width: 10px;
            height: 10px;
            content: "";
            position: absolute;
            background: #074d8d;
            left: 0;
            top: 6px;
        }

    .aboutcert .blist {
        margin: 0;
    }

        .aboutcert .blist li:hover {
            box-shadow: none;
            transform: none;
        }


    .aboutcert li {
        width: 31.1%;
        margin-right: 2%;
        margin-bottom: 2%;
        float: left;
        box-sizing: border-box;
        position: relative;
        transition: all 0.2s ease 0s;
        background: #f5f5f5;
        border-radius: 4px 5px;
        -webkit-transition: all 0.2s ease 0s;
        padding: 2%;
        list-style-type: none;
    }

        .aboutcert li a:hover {
            text-decoration: none;
        }

        .aboutcert li img {
            width: 115px;
        }

        .aboutcert li img {
            margin: 10px 0;
            width: 100px;
        }

.mtop80 {
    margin-top: 80px !important
}

.overview {
    padding: 80px 0;
}

.logobox {
    width: 45%;
}

.aboutcert li h3 {
    font-size: 25px !important;
    line-height: 37px;
    font-weight: 600 !important;
}


.aboutcert ul li {
    color: #000;
    text-align: left;
}

.aboutcert li h3 {
    font-size: 22px !important;
}

.aboutcert img {
    width: 100%;
}



















.whitetext {
    color: #fff;
}

.certsprtnv {
    margin-top: -70px;
    padding: 0 0 60px;
}

    .certsprtnv ul {
        margin-top: 30px;
    }

    .certsprtnv .blist li.minh140, .certsprtnv .clist li.minh140 {
        min-height: 142px;
    }

    .certsprtnv .blist li.minh130, .certsprtnv .clist li.minh130 {
        min-height: 120px;
    }

    .certsprtnv .blist li {
        background: none;
        padding: 0 0 0 20px;
        margin: 0 20px 20px 0;
        float: left;
        width: 47%;
        font-size: 17px;
        border-left: 8px solid #2251ff;
        border-radius: 0;
        min-height: 105px;
        background: #1D3858;
        padding: 10px;
    }
    .certsprtnv .clist li {
        background: none;
        padding: 0 0 0 20px;
        margin: 0 20px 20px 0;
        float: left;
        width: 47%;
        font-size: 17px;
        border-left: 8px solid #9A049E;
        border-radius: 0;
        min-height: 105px;
        background: #660066;
        padding: 10px;
    }
        .certsprtnv .blist li::before {
            /*width: 10px;
            height: 10px;
            content: "";
            position: absolute;
            background: #fff;
            left: 0;
            top: 6px;*/
        }

    .certsprtnv .blist, .certsprtnv .clist {
        margin: 0;
    }

        .certsprtnv .blist li:hover, .certsprtnv .clist li:hover {
            box-shadow: none;
            transform: none;
        }

    .certsprtnv.aboutcert li {
        width: 31.1%;
        margin-left: 2%;
    }

    .certsprtnv li.caiebg {
        background: #f5f5f5 /*url("https://ik.imagekit.io/edtechdigit/usaii/content/images/caiebg.jpg")*/;
        background-size: cover;
        color: #333333;
    }

    .certsprtnv li.caicbg {
        background: #ccc /*url("https://ik.imagekit.io/edtechdigit/usaii/content/images/caicbg.jpg")*/;
        background-size: cover;
        color: #333;
    }

    .certsprtnv li.caisbg {
        background: #f5f5f5 /*url("https://ik.imagekit.io/edtechdigit/usaii/content/images/blockbg.jpg")*/;
        background-size: cover;
        color: #333333;
    }
    .certsprtnv li.caipbg {
        background: rgb(225,180,226);
        background-size: cover;
        color: #333;
    }
    .certsprtnv li {
        width: 100%;
        margin-bottom: 2%;
        float: left;
        box-sizing: border-box;
        position: relative;
        transition: all 0.2s ease 0s;
        background: #333 url("https://ik.imagekit.io/edtechdigit/usaii/content/images/blockbg.jpg");
        border-radius: 4px 5px;
        -webkit-transition: all 0.2s ease 0s;
        padding: 5%;
        color: #fff;
        list-style-type: none;
    }

        .certsprtnv li:hover {
            /* box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.6), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
            border-radius: 4px 5px 4px 5px;
            transform: scale(1.03);
            -webkit-transform: scale(1.03);
            -moz-transform: scale(1.03);
            -o-transform: scale(1.03);
            -ms-transform: scale(1.03);
            text-decoration: none;*/
        }

        .certsprtnv li a:hover {
            text-decoration: none;
        }

        .certsprtnv li img {
            margin: 10px 0;
            width: 50%;
        }

.overview {
    padding: 80px 0;
}

.logobox img {
    width: 120px !important;
}

.logobox {
    width: 16%;
    float: left;
}

.certsprtnv li h3 {
    font-size: 34px !important;
    font-weight: 700 !important;
}

.certsprtnv li h4 {
    font-size: 31px !important;
    font-weight: bold !important;
}

.certsprtnv img {
    width: 100%;
}

.sevenprtnvd {
    background: #000;
    padding: 60px 0;
}

    .sevenprtnvd p, .sevenprtnvd h2 {
        color: #fff;
    }

    .sevenprtnvd .accprt .accordionButton {
        border: 1px solid hsla(0,0%,100%,.25);
        cursor: pointer;
        margin: 10px 0;
        padding: 1.2% 0%;
        color: #fff;
    }

        .sevenprtnvd .accprt .accordionButton:hover {
            background: #65b0d6;
            color: #fff;
        }



    .sevenprtnvd .accprt .accordionContent p {
        margin-bottom: 15px;
        padding: 10px;
        text-align: justify;
    }

    .sevenprtnvd .accprt .on {
        background: #02277a none repeat scroll 0 0;
        cursor: pointer;
    }

    .sevenprtnvd .accprt .accordionButton span {
        font-size: 16px;
        padding-left: 8px;
        font-weight: 400;
    }

    .sevenprtnvd .bottom-message a {
        color: #fff;
        font-weight: 700;
        text-decoration: underline;
    }

    .sevenprtnvd .accprt .plusMinus {
        content: "+";
        float: right;
        font-size: 17px !important;
        padding-right: 18px;
        padding-top: 6px;
    }

    .sevenprtnvd .numb {
        padding: 5px 13px;
        font-size: 20px;
        margin-right: 5px;
        color: #fff;
        background: #FF9800;
        border-radius: 50%;
        left: 0;
        position: relative;
    }

    .sevenprtnvd .top {
        float: left;
        width: 40%;
    }

    .sevenprtnvd .accprt {
        float: right;
        width: 58%;
        background: #595959;
        padding: 49px;
    }

    .sevenprtnvd .img-pad {
        top: 15px;
    }


.examstandards {
    padding: 80px 0;
}

    .examstandards .tp {
        padding-top: 0px;
    }

    .examstandards .get-attempts {
        background: #333 url("https://ik.imagekit.io/edtechdigit/usaii/content/images/blockbg.jpg");
        padding: 100px 54px;
        color: #fff;
        margin-top: 9px;
    }

.get-attempts h4 {
    font-size: 34px !important;
    font-weight: 900;
}

.examstandards .get-attempts h3 {
    line-height: 1.4;
}

.processreschedule {
    padding: 80px 0;
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
    color: rgb(255, 255, 255);
}

    .processreschedule h2 {
        color: #fff;
    }

    .processreschedule a {
        color: #fff;
        text-decoration: underline;
    }

.processprt {
    padding: 60px 0;
}

    .processprt h3 {
        color: #012f6d;
        font-weight: 800;
        font-size: 21px !important;
    }

    .processprt ul li {
        float: left;
        width: 31%;
        margin: 0 13px;
        padding: 20px;
        list-style-type: none;
        box-sizing: border-box;
        min-height: 460px;
        background: #c2e8fb;
    }

        .processprt ul li h3 {
            font-size: 20px !important;
            font-weight: 600;
            line-height: 28px;
        }

        .processprt ul li:nth-child(4) {
            width: 98%;
            min-height: auto;
            margin-top: 20px;
        }

.exam-table {
    padding: 60px 0;
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
    color: #fff;
}

    .exam-table table {
        border-collapse: collapse;
        width: 100%;
        margin-top: 30px;
    }

        .exam-table table td, .exam-table table th {
            border: 1px solid #03339c;
            padding: 20px;
        }



        .exam-table table tr:hover {
            background-color: #cfe6fe;
            color: #084181;
        }

        .exam-table table th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #022f6d;
            color: white;
        }

.box {
    background: #ccc;
    color: #fff;
    margin-bottom: 10px;
    padding: 40px;
    min-height: 250px;
}

    .box p {
        font-size: 20px !important;
    }

.boxbg1 {
    background: url("https://ik.imagekit.io/edtechdigit/usaii/content/images/boxbg1.jpg")
}

.boxbg2 {
    background: url("https://ik.imagekit.io/edtechdigit/usaii/content/images/boxbg2.jpg")
}

.boxbg3 {
    background: url("https://ik.imagekit.io/edtechdigit/usaii/content/images/boxbg3.jpg")
}

.cntrstep {
    padding: 60px 0;
    background: #f5f5f5;
}

    .cntrstep ul li {
        float: left;
        margin-left: 20px;
        margin-bottom: 4px;
        list-style-type: disc;
    }

    .cntrstep .note {
        font-size: 12px;
        margin-top: 25px;
        background: #f5f5f5;
        padding: 14px;
    }

.candidacyform {
    padding: 60px 0;
}



    .candidacyform b {
        font-weight: bold;
    }

.causesdvprt {
    padding: 80px 0;
    background: #f8f8f8;
}

    .causesdvprt .bxprt {
        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);
        min-height: 526px;
    }

.point-wrap {
    padding: 60px 0;
    background: url("https://ik.imagekit.io/edtechdigit/usaii/content/images/ethics-bg.jpg");
    /*background: linear-gradient(167deg,#0d1e4c,#112762 50%,#0d1e4c 0);*/
}

    .point-wrap h2 {
        color: #fff;
    }

    .point-wrap .inside-list ul {
        margin-top: 40px;
    }

        .point-wrap .inside-list ul li:nth-child(1) {
            background: #538234;
        }

        .point-wrap .inside-list ul li:nth-child(2) {
            background: #8a34c0;
            width: 35.2%;
        }

        .point-wrap .inside-list ul li:nth-child(3) {
            background: #bf8e19;
            width: 31.8%;
        }

        .point-wrap .inside-list ul li {
            width: 32.933%;
            float: left;
            padding: 26px 34px;
            color: #fff;
            min-height: 395px;
            position: relative;
            display: block;
            -webkit-box-shadow: 0 4px 20px 0 rgba(11,24,62,.25);
            box-shadow: 0 4px 20px 0 rgba(11,24,62,.25);
        }



            .point-wrap .inside-list ul li span.hd {
                font-size: 25px;
                font-weight: bold;
                margin-bottom: 10px;
                display: block;
            }

    .point-wrap a {
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }

    .point-wrap p {
        color: #fff;
    }

.ethicsprtdvn {
    padding: 60px 0;
}

    .ethicsprtdvn ul {
        margin-top: 20px;
    }

    .ethicsprtdvn li {
        border-bottom: 1px solid rgba(0,0,0,0.14);
        float: left;
        padding: 10px 0;
        width: 48%;
        list-style-type: none;
        font-size: 14px;
        min-height: 109px;
        margin-right: 21px;
        font-size: 14px;
    }

        .ethicsprtdvn li .numb {
            float: left;
            width: 40px;
            height: 89px;
            color: #012f6d;
            font-size: 22px;
            text-align: center;
            display: inline-block;
            border-radius: 100%;
            margin-right: 11px;
            line-height: 24px;
            font-weight: 700;
        }

    .ethicsprtdvn b {
        font-size: 18px;
        margin-bottom: 19px;
        display: block;
    }

.invstbxsec {
    padding: 60px 0;
    background: #e8f4f3 url(../images/usaii-ai-career-factsheet-2026-for-professionals.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .invstbxsec .leftbx {
        background: #333;
        padding: 54.8px;
    }

        .invstbxsec .leftbx h2, .invstbxsec .leftbx p {
            color: #fff;
        }

        .invstbxsec .leftbx ul {
            padding-left: 20px;
        }

            .invstbxsec .leftbx ul li {
                float: left;
                width: 100%;
                margin-bottom: 10px;
                color: #fff;
                list-style-type: disc;
            }



    .invstbxsec .rigthbx img {
        width: 100%;
    }

.threbxsec {
    padding: 60px 0;
    width: 100%;
}

    .threbxsec .top {
        margin-bottom: 30px;
        width: 100%;
    }

        .threbxsec .top h2 {
            float: left;
            width: 60%;
        }

        .threbxsec .top .viewall-btn {
            position: relative;
            margin-top: 24px;
            float: right;
            border: 1px solid #65b0d6;
            border-radius: 100px;
            text-transform: uppercase;
            color: #65b0d6;
            padding: 10px 23px;
            margin-top: 10px;
            display: inline-block;
            cursor: pointer;
            font-weight: 700;
        }

            .threbxsec .top .viewall-btn:hover {
                background: #65b0d6;
                color: #fff;
                text-decoration: none;
            }

    .threbxsec ul li {
        float: left;
        width: 32%;
        color: #fff;
        list-style-type: none;
        position: relative;
        margin-bottom: 14px;
        margin-right: 15px;
    }

        .threbxsec ul li span.btn-blk {
            position: absolute;
            bottom: 20px;
        }

       /* .threbxsec ul li:nth-child(2) {
            margin: 0px 20px 0px 20px;
        }

        .threbxsec ul li:nth-child(4) {
            margin: 20px 0px 0px 0px;
        }

        .threbxsec ul li:nth-child(5) {
            margin: 20px 0px 0px 20px;
        }
        */
        .threbxsec ul li .img-wrap img {
            width: 100%;
height: 200px;
overflow: hidden;
        }

        .threbxsec ul li .txt-info {
            border: 0.06em solid #CCCCCC;
            background-color: #FFFFFF;
            padding: 20px;
            display: block;
            height: 100%;
            min-height: 335px;
        }



        .threbxsec ul li .topic-link {
            font-size: 15px;
            color: #000;
            padding-bottom: 4.1px;
            border-bottom: solid 2px #2957a4;
        }

        .threbxsec ul li .txt-info .title-hd {
            font-size: 18px !important;
            color: #333;
            line-height: 26px;
            font-weight: 700 !important;
        }

            /*.threbxsec ul li .txt-info .title-hd:hover {
                color: #65b0d6;
            }*/

        .threbxsec ul li .txt-info .txt-disc {
            font-size: 15px;
            font-weight: 400;
            color: #000;
        }

        .threbxsec ul li .txt-info .article-topic {
            margin: 0 0 30px;
        }

        .threbxsec ul li .txt-info a p {
            line-height: 1.428571429;
            color: #333333;
        }

.partnerdvprt {
    padding: 60px 0;
}

.becomepartner {
    padding: 60px 0;
    background: #f5f5f5;
}

    .becomepartner .form-control {
        height: 58px;
    }

    .becomepartner form ul li {
        float: left;
        width: 47%;
        margin-bottom: 10px;
        list-style-type: none;
        margin-right: 10px;
    }

    .becomepartner form input[type="text"], .becomepartner textarea, .becomepartner select {
        border: 1px solid #e0dfdf;
        box-sizing: border-box;
        color: #6e707e;
        height: 58px;
        float: left;
        font-size: 14px;
        padding: 12px !important;
        width: 100%;
        margin-right: 2%;
        margin-bottom: 1%;
        border-radius: 3px;
    }

    .becomepartner .captcha {
        padding: 30px 35px;
        background: #fff;
        width: 96%;
    }

    .becomepartner .cp-img img {
        width: 100%;
        margin-top: 33px;
    }

.note {
    color: #333;
    font-style: italic;
    margin-top: 20px;
}

.applybx {
    background: #000;
    padding: 54px;
}

    .applybx h2 {
        color: #fff;
    }

/*****************CERTIFICATION---------------------*/
.certifications-banner, .caipa-certifications-banner {
    height: 580px;
    background: #000;
    padding-top: 150px;
}

.caie-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caie-banner.jpg) no-repeat;
    background-size: cover;
}

.caia-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caia-banner.jpg) no-repeat;
    background-size: cover;
}

.cais-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/cais-banner.jpg) no-repeat;
    background-size: cover;
}
.caip-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caip-banner.png) no-repeat;
    background-size: cover;
}
.caipa-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caipa-banner.png) no-repeat;
    background-size: cover;
}
.caibu-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caibu-banner.png) no-repeat;
    background-size: auto;
    background-size: cover;
}
.caifa-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caifa-banner.png) no-repeat;
    background-size: auto;
    background-size: cover;
}
.caisp-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caisp-banner.png) no-repeat;
    background-size: cover;
}
.nextgen-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/nextgen/images/nextgen-banner.png) no-repeat;
    background-size: cover;
    min-height: 700px;
}
.certifications-banner h1 {
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 60px !important;
    font-family: 'Archivo Black', sans-serif !important;
}
.caisp-banner h1 {
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 55px !important;
    font-family: 'Archivo Black', sans-serif !important;
}
.caipa-certifications-banner h1 {
    color: #fff;
    font-weight: 700 !important;
    font-size: 60px !important;
    font-family: 'Archivo Black', sans-serif !important;
}
.certifications-banner p, .caipa-certifications-banner p {
    color: #fff;
}
.certifications-banner p {
    color: #fff;
}

.increasinglydv {
    padding: 60px 0;
}

    .increasinglydv .righbxt {
        background: #333;
        padding: 60px 30px;
    }

        .increasinglydv .righbxt h2, .increasinglydv .righbxt p {
            color: #fff;
        }

        .increasinglydv .righbxt ul {
            float: left;
            width: 100%;
            padding-left: 21px;
        }

            .increasinglydv .righbxt ul li {
                float: left;
                width: 100%;
                margin-bottom: 5px;
                list-style-type: disc;
                color: #fff;
                font-size: 14px;
            }

        .increasinglydv .righbxt h4 {
            color: #fff;
        }

        .increasinglydv .righbxt .bg1 {
            color: #f8ba76;
            font-weight: bold;
        }

        .increasinglydv .righbxt .bg2 {
            color: #1eed5b;
            font-weight: bold;
        }

.kit-inner.bg3 {
    font-weight: bold;
}

.exploredvprt {
    padding: 80px 0;
    background: #e8f4f3;
}



    .exploredvprt .boxprt {
        width: 100%;
        background: #fff;
        padding: 54px 30px;
        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);
        text-align: center;
    }

        .exploredvprt .boxprt img {
            width: 63%;
            margin-bottom: 42px;
        }

.eligibilityprt {
    padding: 60px 0;
    color: #fff;
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
}

.caip_eligibilityprt {
    padding: 60px 0;
    color: #fff;
    background-color: #9A049E;
}
.caip_a_eligibilityprt {
    padding: 60px 0;
    color: #fff;
    background-color: #5C004F;
}
.path {
    min-height: 535px;
    border-radius: 10px;
    background: #042864 /*url("https://ik.imagekit.io/edtechdigit/usaii/content/images/pathbg.png") center bottom*/;
    padding: 20px;
    color: #fff;
}

    .path p {
        font-size: 18px;
    }

    .path h5 {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
    }

.eleg1 .path {
    min-height: auto;
}

.eleg2 .path {
    min-height:610px;
}

.path h4 {
    color: #FF9800;
    font-weight: bold;
}

.eligibilityprt .imgdvt {
    width: 100%;
}

.eligibilityprt .imgdvt022 {
    width: 95%;
    margin-top: 20px;
}

.programsecprt {
    padding: 80px 0;
    background: #fff;
}




    .programsecprt ul.top-list {
        padding-top: 20px;
        width: 100%;
        margin: 0 auto;
    }

        .programsecprt ul.top-list li {
            list-style-type: none;
            float: left;
            width: 100%;
        }

            .programsecprt ul.top-list li .accordionButton {
                cursor: pointer;
                font-size: 16px;
                font-weight: 400;
                padding: 6px 10px;
                /*border-radius:40px; border: 1px solid #D6D6D6;
                -webkit-box-shadow: 0 0px 2px 0 rgba(11,24,62,.25);
                box-shadow: 0 0px 2px 0 rgba(11,24,62,.25);*/
            }

                .programsecprt ul.top-list li .accordionButton span strong {
                    float: left;
                    width: 70%;
                    font-size: 20px;
                    color: #000;
                    padding-top: 4px;
                }


                .programsecprt ul.top-list li .accordionButton .plusMinus {
                    content: "+";
                    float: right;
                    font-size: 32px;
                    padding-right: 29px;
                    padding-top: 0;
                }

            .programsecprt ul.top-list li .accordionContent {
                padding: 20px;
            }

                .programsecprt ul.top-list li .accordionContent ul {
                    padding-left: 20px;
                }

                    .programsecprt ul.top-list li .accordionContent ul li {
                        margin-bottom: 7px;
                        list-style-type: disc;
                        font-size: 16px;
                        border: none;
                        float: none;
                        padding: 0;
                    }

.coveragein {
    padding: 0 20px 20px;
}

    .coveragein ul li {
        background-image: url('https://ik.imagekit.io/edtechdigit/usaii/content/images/tick.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding: 5px 20px;
        background-size: 14px;
    }

    .coveragein ul li {
        width: 48% !important;
        float: left !important;
        margin-left: 20px;
    }

.coverage {
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 14px;
    margin-top: 30px;
    padding: 0 20px;
}

    .coverage strong {
        font-size: 21px;
        color: #074d8d;
    }

.programsecprt .coverage .perct {
}

.programsecprt .perct {
    line-height: 45px;
    font-weight: bold;
    color: rgb(255, 152, 0);
    font-size: 21px;
    margin-left: 20px;
    float: right;
}

.greybg {
    background: #f5f5f5
}


.resourcehubprt {
    padding: 60px 0;
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/gray-bg.jpg) no-repeat;
    background-size: cover;
}

    .resourcehubprt p, .resourcehubprt h2 {
        color: #fff;
    }

    .resourcehubprt .accordionButton {
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        cursor: pointer;
        padding-bottom: 47px;
        padding-top: 24px;
    }

        .resourcehubprt .accordionButton .heading {
            width: 75%;
            display: inline-block;
            float: left;
            text-align: left;
            color: #fff;
            font-weight: 500;
            font-size: 25px;
        }

        .resourcehubprt .accordionButton .plusMinus {
            display: inline-block;
            text-align: center;
            line-height: 20px;
            float: right;
            font-weight: 500;
            font-size: 25px;
            color: #fff;
        }

    .resourcehubprt .accordionContent {
        padding: 15px 15px 15px 5px;
    }

.processdvprt {
    padding: 60px 0;
    background: #f8f8f8
}

    .processdvprt .mrtp {
        margin-top: 13px;
    }

    .processdvprt .mrtp1 {
        margin-top: -56px;
    }



.stepdvptt {
    padding: 60px 0;
}


    .stepdvptt .left {
        float: left;
        width: 48%;
        background: #2e75b6;
        padding: 30px 50px;
        margin-top: 0;
        color: #fff;
        margin-left: 20px;
    }

.kit-inner.bg1 {
    background: #052D5A url(https://ik.imagekit.io/edtechdigit/usaii/content/images/kit-inner.jpg) no-repeat;
}

.kit-inner.bg2 {
    background: #052D5A url(https://ik.imagekit.io/edtechdigit/usaii/content/images/kit-inner1.jpg) no-repeat;
}

.kit-inner.bg3 {
    background: #052D5A url(https://ik.imagekit.io/edtechdigit/usaii/content/images/kit-inner2.jpg) no-repeat;
}

.kit-inner.bg4 {
    background: #052D5A url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caifa-inner.png) no-repeat;
}

.kit-inner {
    background-position-y: 0%;
    background-size: auto;
    background-position-y: bottom 0;
    background-size: cover;
    height: 420px;
}


.new-faq {
    padding: 80px 0;
    width: 100%;
    background: linear-gradient(135deg, #333, #000);
}

    .new-faq h2 {
        margin-bottom: 44px !important;
        color: #fff !important;
        margin: auto;
        width: 85%;
    }

    .new-faq .accordion_container {
        width: 85%;
        margin: auto;
    }

    .new-faq .accordion_head {
        color: #343434;
        cursor: pointer;
        font-size: 18px;
        padding: 15px 10px 15px 22px;
        background: #fff;
        margin-bottom: 10px;
        border-radius: 8px;
        box-shadow: 0px 2px 3px 0 #C5C5C5;
        font-size: 17px;
        color: #666;
    }

    .new-faq .plusminus {
        float: left;
        font-size: 22px;
        margin-right: 18px;
        margin-top: -2px;
        height: 30px;
        border-radius: 50%;
        width: 30px;
        text-align: center;
        background: #0033a0;
        color: #fff;
        line-height: 1.1;
    }

    .new-faq .accordion_body {
        background: #fff;
        padding: 24px 30px;
        border: 1px solid #eee;
        margin-bottom: 10px;
    }

    .new-faq ul li {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

.contactusdvpt {
    padding: 60px 0;
}

    .contactusdvpt input[type="text"] {
        font-size: 16px;
        font-weight: normal;
        padding: 15px 12px;
        border: solid 1px #ccc !important;
        box-sizing: border-box;
        color: rgb(0, 0, 0);
        width: 100%;
        resize: vertical;
    }

    .contactusdvpt .lbl-text {
        color: #494949;
        font-size: 16px !important;
        margin-bottom: 3px;
        display: inline-block;
        padding-bottom: 2px;
        font-weight: 800 !important;
        width: 100% !important;
    }

    .contactusdvpt .sub-lbl-text {
        color: #494949;
        margin: 5px 0 5px;
        font-size: 15px;
    }


    .contactusdvpt .inside-space {
        background: #f6f6f6;
        padding: 25px;
        width: 55%;
        float: left;
    }

    .contactusdvpt .contactus-aside {
        padding: 25px;
        width: 40%;
        float: right;
    }

    .contactusdvpt span.opt {
        color: #888888;
        text-transform: capitalize;
        font-size: 14px;
        margin-left: 0;
    }



    .contactusdvpt select {
        width: 100%;
        padding: 15px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #464444;
        vertical-align: middle;
        border: solid 1px #ccc !important;
        background: #fff;
        border-radius: 0px;
    }




    .contactusdvpt .space {
        padding: 5px 0;
    }

    .contactusdvpt .captcha {
        padding: 30px 35px;
        background: #f5f5f5;
        width: 100%;
    }

    .contactusdvpt .cp-img img {
        width: auto;
        margin-top: 33px;
    }

    .contactusdvpt .form-control {
        padding: 15px 12px;
        border-radius: 0;
        border: solid 1px #ccc !important;
        min-height: 57px;
        color: #6e707e;
    }

    .contactusdvpt .textarea-field {
        height: 110px;
        padding: 10px;
        border: solid 1px #ccc !important;
        box-sizing: border-box;
        width: 100%;
    }

    .contactusdvpt .rightbg {
        background: #727272;
        padding: 50px 20px;
    }

    .contactusdvpt h4 {
        font-weight: 900 !important;
    }

    .contactusdvpt .rightbg h3, .contactusdvpt .rightbg p, .contactusdvpt .rightbg h4 {
        color: #fff;
    }

    .contactusdvpt .rightbg h3 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

.renewaldeprt {
    padding: 60px 0;
    background: #eef7fc;
}

.renew1 {
    padding: 60px 0;
}
/*  .renewaldeprt .bxtpt {
        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);
        min-height: 350px;
    }*/


.map {
    padding: 60px 0;
}

    .map .sitmp1 {
        width: 33.33%;
        float: left;
        min-height: 234px;
    }

        .map .sitmp1 h3 {
            margin-bottom: 10px;
        }

        .map .sitmp1 ul {
            padding-left: 20px;
        }

            .map .sitmp1 ul li {
                float: left;
                width: 100%;
                list-style-type: disc;
                margin-bottom: 10px;
            }

.faqdvprt {
    padding: 60px 0;
}

    .faqdvprt h3 {
        background: #eeeeee;
        font-size: 20px !important;
        padding: 10px 20px;
        text-transform: uppercase;
    }

    .faqdvprt h4 {
        font-weight: bold;
        color: #000;
        font-size: 16px !important;
        line-height: 21px;
    }



    .faqdvprt .link {
        color: #65b0d6;
        text-decoration: underline;
    }

    .faqdvprt ul.lstiprt {
        padding-left: 35px;
    }

        .faqdvprt ul.lstiprt li {
            float: left;
            width: 100%;
            margin-bottom: 10px;
            list-style-type: disc;
        }

    .faqdvprt table {
        border-collapse: collapse;
        width: 100%;
    }

        .faqdvprt table td, .faqdvprt table th {
            border: 1px solid #ddd;
            padding: 20px;
        }



        .faqdvprt table tr:hover {
            background-color: #ddd;
        }

        .faqdvprt table th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #022f6d;
            color: white;
        }

    .faqdvprt .bxtlistp {
        background: #03306e;
        padding: 20px;
        float: left;
        width: 100%;
    }

        .faqdvprt .bxtlistp ul li {
            font-size: 15px;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            list-style-type: none;
        }

            .faqdvprt .bxtlistp ul li a {
                float: left;
                padding: 7px 0;
                width: 100%;
                font-weight: 400;
                color: #fff;
                border-bottom: 1px solid #ABABAB;
            }

            .faqdvprt .bxtlistp ul li:hover a {
                padding-left: 10px;
                transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
                color: #00A1E3
            }

            .faqdvprt .bxtlistp ul li a.active {
                padding-left: 10px;
                color: #00A1E3;
            }

/*-------MODEL-----------*/
.modal {
    top: 50px;
}

.modal-header {
    background: rgba(101,176,214,0.9);
    border-bottom: none;
    color: #fff;
}

.modal-body {
    padding: 20px;
}

    .modal-body form ul li {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        list-style-type: none;
        margin-right: 10px;
    }

    .modal-body form input[type="text"], .modal-body form input[type="password"] {
        border: 1px solid #e0dfdf;
        box-sizing: border-box;
        color: #000;
        float: left;
        font-size: 13px;
        font-weight: 100;
        padding: 12px !important;
        width: 100%;
        margin-right: 2%;
        margin-bottom: 1%;
        border-radius: 3px;
        font-family: 'Segoe UI';
    }

    .modal-body select {
        width: 100%;
        padding: 12px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #6e707e;
        vertical-align: middle;
        border: solid 1px #e0dfdf !important;
        background: #fff;
        border-radius: 0px;
        font-family: 'Segoe UI';
    }

    .modal-body form::-webkit-input-placeholder {
        color: #333333
    }
        .modal-content .modal-footer {
    text-align: left;
}

.modal-content .captcha {
    padding: 30px 35px;
    background: #f5f5f5;
}

.inline-bl:first-child {
    width: 30%;
    text-align: left;
    margin-right: 0;
    float: left;
}

.inline-bl:last-child {
    width: 65%;
    text-align: left;
    margin-left: 5px;
    float: left;
}

.btn-blue:hover {
    background: #023ba2 !important;
    color: #fff !important;
    text-decoration: none;
}

.btn-blue {
    border: 1px solid #023ba2 !important;
    border-radius: 100px;
    color: #023ba2 !important;
    padding: 10px 23px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
}

.note {
    color: #333;
    font-style: italic;
    margin-top: 10px;
    font-family: 'Segoe UI';
}

/* search*/
.searcbx {
    padding: 180px 0;
    background: #f5f5f5;
}

    .searcbx .search {
        width: 85%;
        position: relative;
        display: flex;
        margin-top: 26px;
    }

    .searcbx .searchTerm {
        width: 100%;
        border: 1px solid #ccc;
        border-right: none;
        padding: 14px;
        height: 73px;
        border-radius: 5px 0 0 5px;
        outline: none;
        color: #333;
        font-size: 22px;
    }

        .searcbx .searchTerm:focus {
            color: #333;
        }

    .searcbx .searchButton {
        border: 1px solid #00B4CC;
        background: #00B4CC;
        text-align: center;
        color: #fff;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
        font-size: 32px;
        width: 86px;
        height: 73px;
    }

.report-banner {
    width: 100%;
    height: 350px;
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/report-banner.jpg) no-repeat right center;
    background-size: cover;
}


    /*------------Report Misconduct----------------*/
    .report-banner h1 {
        color: #fff;
        /*font-weight: 700 !important;*/
        padding-top: 84px;
    }

    .report-banner p {
        font-size: 20px;
        color: #fff;
    }

.misconductdvprt {
    padding: 50px 0;
    background: #f5f5f5;
}

    .misconductdvprt .bxcareerdv {
        background: #fff;
        padding: 80px;
        border-radius: 5px;
        width: 70%;
        margin: auto;
    }

        .misconductdvprt .bxcareerdv form ul li {
            float: left;
            width: 100%;
            margin-bottom: 10px;
            list-style-type: none;
            margin-right: 10px;
        }

        .misconductdvprt .bxcareerdv form input[type="text"] {
            border: 1px solid #e0dfdf;
            box-sizing: border-box;
            color: #000;
            float: left;
            font-size: 13px;
            font-weight: 100;
            padding: 12px !important;
            width: 100%;
            margin-right: 2%;
            margin-bottom: 1%;
            border-radius: 3px;
            font-family: 'Segoe UI';
        }

        .misconductdvprt .bxcareerdv select {
            width: 100%;
            padding: 12px 12px;
            font-size: 14px;
            line-height: 1.428571429;
            color: #6e707e;
            vertical-align: middle;
            border: solid 1px #e0dfdf !important;
            background: #fff;
            border-radius: 0px;
            font-family: 'Segoe UI';
        }

    .misconductdvprt .captcha {
        padding: 30px 35px;
        background: #f5f5f5;
    }

/*-----search------------*/
.searcbx-in {
    background: #003172;
    padding: 80px 0;
}

    .searcbx-in h2 {
        color: #fff;
    }

.resultdvn {
    padding: 100px 0;
}

    .resultdvn ul li {
        padding: 20px 0 15px;
        border-bottom: 1px solid #eee;
        list-style-type: none;
    }

        .resultdvn ul li a {
            font-weight: bold;
            color: #003172;
            font-size: 20px;
        }


/*---------Assessment-----------*/
.assessmentbnpt {
    width: 100%;
    height: 350px;
    background: #4b5776 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/assessmentbg.jpg) no-repeat scroll center top;
    background-size: cover !important;
    padding-top: 20px;
}

    .assessmentbnpt h1 {
        color: #fff;
        padding-top: 40px;
        width: 80%;
    }

.asentdvprt {
    padding: 60px 0;
    background: #f5f5f5;
}

    .asentdvprt .bxcareerdv {
        background: #fff;
        padding: 40px;
        border-radius: 5px;
        width: 60%;
        margin: auto;
        box-shadow: 0 1px 2px rgba(32,33,36,.28);
    }


    .asentdvprt form input[type="text"], .asentdvprt form select, .asentdvprt form input {
        border: 1px solid #d1d3e2;
        box-sizing: border-box;
        color: #6e707e;
        float: left;
        font-size: 14px;
        padding: 12px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 5px;
        font-family: 'Segoe UI';
    }

    .asentdvprt form label {
        margin-bottom: 10px;
        color: #3a3b45 !important
    }

    .asentdvprt .drluelght {
        background: #023ba2;
        border-radius: 100px;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 23px;
        margin-top: 10px;
        display: inline-block;
        cursor: pointer;
        font-weight: 700;
        border: none;
    }

    .asentdvprt .bluelght {
        background: #65b0d6;
        border-radius: 100px;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 23px;
        margin-top: 10px;
        display: inline-block;
        cursor: pointer;
        font-weight: 700;
        border: none;
    }

    .asentdvprt .drluelght:hover {
        background: #65b0d6;
    }

    .asentdvprt .bluelght:hover {
        background: #023ba2;
    }

    .asentdvprt .captcha {
        padding: 30px 35px;
        background: #f5f5f5;
    }

.timprdtopdv {
    padding: 30px 0 20px;
    background: #012f6d;
}

    .timprdtopdv h3 {
        padding-top: 20px;
        color: #fff;
    }

    .timprdtopdv #countdown {
        width: 100%;
    }

    .timprdtopdv label {
        clear: both;
        display: block;
        font-size: 16px;
    }

    .timprdtopdv #countdown span {
        color: #012f6d;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        width: 25%;
        dispaly: block;
        float: left;
        border-right: 1px solid #65b0d6;
        background: #fff;
        padding: 10px;
    }

        .timprdtopdv #countdown span:last-child {
            border-right: none;
        }

.detailsprdv {
    padding: 30px 0;
}

    .detailsprdv ul {
        margin: 5px 0 20px;
        float: left;
        width: 100%;
    }

    .detailsprdv li {
        border-bottom: 1px solid #eeeeee;
        float: left;
        padding: 12px 10px;
        width: 100%;
        list-style-type: none;
    }

        .detailsprdv li .numb {
            float: left;
            color: #012f6d;
            font-size: 19px;
            margin-right: 40px;
            display: inline-block;
            font-weight: 500;
        }

        .detailsprdv li input[type="radio"] {
            margin-right: 6px;
        }

        .detailsprdv li p {
            float: left;
            font-size: 15px;
            margin-bottom: 0;
        }

    .detailsprdv h4 {
        background: #65b0d6;
        color: #fff;
        padding: 9px 12px;
    }


/*-------Assessment result-----------*/
.result-banner {
    background: #4b5776 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/result-banner.png) no-repeat scroll center top;
    background-size: cover !important;
    height: 450px;
    padding-top: 84px;
    color: #fff;
}

.bg1 {
    color: #013071;
    font-weight: bold;
}

.bg2 {
    color: rgb(120, 191, 232);
    font-weight: bold;
}

.colm3 h4 {
    font-size: 20px;
    font-weight: bold;
    color: #074d8d;
}

.colm3 {
    background: #f0f0f0;
    padding: 80px 0;
}

    .colm3 h3 {
        margin: 40px 0 !important;
        font-weight: 900 !important;
    }

.number {
    font-size: 50px;
    color: #FF9800;
    font-weight: bold;
}

.numberbf {
    width: 55px;
    height: 1px;
    background: #B1B1B1;
    margin: auto;
    margin-bottom: 11px;
}

.numberaf {
    width: 55px;
    height: 4px;
    background: #FF9800;
    margin-bottom: 11px;
}

.elearning {
    padding: 80px 0;
    background: url("https://ik.imagekit.io/edtechdigit/usaii/content/images/kitbg.jpg");
    background-size: 100%;
}

.elhome {
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%) !important;
}

.elearning h3 {
    width: 37%;
    float: left;
    margin-top: 60px !important;
    font-weight: 900 !important;
    color: #fff;
}

.elearning ul li {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
}

    .elearning ul li img {
        border: 1px solid #2251ff;
        padding: 4px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

.elearning ul {
    width: 60%;
    float: right;
    color: #fff;
}

.break {
    background: Url(https://ik.imagekit.io/edtechdigit/usaii/content/images/breakbg.jpg);
    width: 100%;
    color: #fff;
    padding: 150px 0;
}

    .break ul li {
        list-style: disc;
        margin-left: 20px;
    }

.numfig {
    padding: 20px;
    border-radius: 10px;
    min-height: 350px;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
}

.innbox {
    background: #074d8d;
    color: #fff;
    padding: 50px;
}

.smtext {
    font-size: 13px;
    font-weight: bold;
    color: #757575;
}

.key-insight {
    padding: 80px 0;
}

    .key-insight h4 a {
        font-weight: bold;
        color: #074d8d;
    }

    .key-insight ul li {
        min-height: 460px;
        width: 30%;
        float: left;
        margin-right: 3%;
        background: #f5f5f5;
    }

        .key-insight ul li img {
            width: 100%;
            height:200px;
            overflow:hidden;
        }

.newscont {
    padding: 20px;
}

.readmore {
    color: #2251ff;
    font-weight: bold;
}

.colm2 {
    padding: 120px 0; /*background:url("https://ik.imagekit.io/edtechdigit/usaii/content/images/jumpstart-bg.jpg"); background-size:100%;*/
}

    .colm2 img {
        width: 100%;
    }

.sidenav {
    height: 100%;
    overflow-x: scroll;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 19px;
}

    .sidenav a {
        font-size: 20px;
    }

    .sidenav .drop a {
        font-size: 15px;
    }

.headmenu {
    font-weight: bold;
}

.topmenu {
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    background: #fff;
    padding: 8px;
    margin-top: -12px;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        color: #2e75b6;
    }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    /* .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }*/
}

.bluetext {
    color: #074d8d;
}
.purpletext {
    color: #9A049E !important;
}

.txt-white {
    color: #fff !important;
}
.jumpmtop {
    background: #074d8d;
    color: #fff;
    padding: 50px;
}

.certext {
    /*background: rgba(0,51,160,.85); padding: 20px;*/ margin-top: 30px;
}

.boright {
    padding-right: 20px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

    .image img {
        width: 100%;
    }

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.overimage {
    position: relative;
}

    .overimage:hover .overlay {
        opacity: 1;
    }

.text {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shaping {
    padding: 60px 0;
}

.name {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.namehead {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.mtop {
    margin-top: 30px !important;
}

.namedeg {
    color: #fff;
}

.logolist img {
    width: 100%;
}

.logolist {
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
    padding: 80px 0;
}

.callaction {
    background: #f5f5f5 /*url("https://ik.imagekit.io/edtechdigit/usaii/content/images/logos/stripe.jpg") repeat*/;
    padding: 60px 0;
}

.bigpara {
    font-size: 24px;
}

.certoverview {
    padding: 60px 0;
}

    .certoverview .headbg, .certoverview .caip_headbg {
        padding: 50px;
    }

.overview .headbg {
    padding: 50px;
}

.robust {
    background: #f5f5f5;
    padding: 80px 0;
}

.feebox {
    background: #333 url("https://ik.imagekit.io/edtechdigit/usaii/content/images/blockbg.jpg");
    color: #fff;
    padding: 50px;
}

    .feebox img {
        width: 100px;
        float: left;
        margin-right: 20px;
    }

    .feebox h4 {
        margin-top: 10px !important;
    }

.incl {
    padding: 20px;
    background: rgba(0,0,0,0.6);
}

.feetopbox {
    padding: 20px;
}

.boxlist li {
    list-style: disc;
    margin-left: 20px;
}

.headbg {
    /*background: linear-gradient(90deg,#000030 0,#000063 15%,#0033a0 50%,#000063 85%,#000030 100%);*/
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
    color: #fff;
    padding: 80px 0;
}
.caip_headbg {
    background: linear-gradient(135deg, #800080 60%, #800080 100%);
    color: #fff;
    padding: 80px 0;
}
.ethics1 {
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
    color: #fff;
    padding: 50px;
    margin: 50px 0;
}

.overtext {
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
    color: #fff;
    padding: 50px;
}

.textgold {
    color: #df910b;
}

.textltblue {
    color: #78bfe8;
}

.celogotext {
    width: 80%;
    float: left;
    margin-top: 10px;
}

    .celogotext p {
        font-size: 20px;
    }

.board {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
}

    .board img {
        width: 100%;
    }

.brdtop {
    /*border-top: 5px solid #48887b;*/
}

.bbtm {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    margin-top: 5px;
}

.board h5 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}

.brdimage {
    width: 25%;
    float: left;
}

.brdtext {
    width: 75%;
    float: left;
    padding: 0px 40px;
}

.boardadv {
    background: #f2f2f2;
    padding: 80px 0;
}

.sec-34 {
    padding: 0 0 70px;
    margin-top: 30px;
}

    .sec-34 .right-part {
        background: #f5f5f5;
        padding: 30px 23px;
        color: #fff;
        font-size: 42px;
        text-transform: uppercase;
        line-height: 1.4;
        font-weight: 900;
        margin: auto;
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
        border-left: 10px solid #0033a0;
    }

        .sec-34 .right-part img {
            width: 75%;
        }

    .sec-34 .text-righr {
        float: right;
        width: 80%;
        margin-top: 10px;
    }

        .sec-34 .text-righr p {
            font-size: 16px;
            color: #666;
            text-transform: none;
        }

    .sec-34 .text-leftl {
        float: left;
        width: 17%
    }

    .sec-34 .right-part h2 {
        font-size: 30px !important;
        color: #0033a0;
    }

    .sec-34 .apply-btn {
        color: #fff;
        border-radius: 5px;
        background: #0033a0;
        padding: 12px 38px;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        margin-left: 0;
        margin-top: 20px;
        display: block;
        width: 30%;
    }

.pdesign {
    padding: 80px 0;
}

.zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.zoom {
    padding: 10px;
    background-color: #fff;
    transition: transform .5s;
}

.allin {
    font-size: 15px !important;
}

.testim {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: auto;
}

.modal-dialog {
    width: 800px !important;
}

.modal-header .close {
    margin-top: -11px !important;
}

sup {
    top: -0.25em !important;
}

.article-baner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden
}

    .article-baner img {
        width: 100%;
    }

.articleimg {
    position: absolute;
    width: 100%;
}

.articletitle {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 60%;
    color: #fff;
    opacity: 0.94;
    padding: 20px;
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
}

.article {
    position: relative;
    min-height: 400px;
    margin-top: 50px;
}

.bigp {
    border-left: 8px solid rgb(3, 51, 156);
    padding-left: 20px;
    font-weight: bold;
}

.arcontent {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .arcontent ul li {
        list-style: disc;
        margin-bottom: 10px;
        margin-left: 20px;
    }

.linkicon {
    position: absolute;
    right: 16px;
    top: 6px;
    width: 32px;
}

.ldicon {
    width: 32px !important;
    float: right;
}

.arcontent h4 {
    font-weight: bold !important;
    font-size: 24px !important;
    margin-top: 28px !important;
}

.social a {
    color: #919191;
    display: inline-block;
    height: 43px;
    padding: 10px 0 10px 0;
    width: 35px;
    text-align: center;
}

    .social a:hover {
        color: #2e75b6;
        background: #fff;
    }

.social {
    margin-top: 30px;
}
    .social a img {
        max-width: 100%;
        margin-top: -5px;
    }
aside h3 {
    background: #03339c;
    padding: 10px;
    color: #fff;
}

.arcontent aside ul li {
    list-style: none !important;
    margin: 0;
}

aside ul li a {
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.side-banner img {
    width: 100%;
}

.side-banner {
    margin-top: 30px;
}

.loginpop {
    background: #f5f5f5;
}

.slidewidth {
    width: 31%
}

.bgdkblue {
    background: #042350;
}

.blogdate {
    display: block;
    margin-botoom: 10px;
    color: #999;
}

.sub-form {
    background: #f5f5f5;
    padding: 30px;
}

.popform {
    margin: 30px 0;
}

    .popform input[type="text"] {
        width: 50% !important;
        float: none !important;
    }

.sub-form .close {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 29px !important;
    color: #000 !important;
}

.boardin {
    position: relative;
}

    .boardin .readmore {
        position: absolute;
        bottom: 0;
    }

.boardin1 .readmore {
    position: relative;
    margin-top: 4px;
    display: inline-block;
}

.contactusdvpt {
    /*background:url(https://ik.imagekit.io/edtechdigit/usaii/content/images/map.png)*/
}

.address {
    margin: 30px 0;
    background: #f5f5f5;
    padding: 20px;
    min-height: 240px;
}

.cform {
    margin-top: 50px;
    background: #f5f5f5;
    padding: 40px;
}

.mtopn {
    margin-top: 60px;
}

.mtopn1 {
    margin-top: 30px;
}

.mtopn2 {
    margin-top: 50px;
}

.mob-logo {
    width: 200px;
    margin-left: 34px;
    margin-bottom: 25px;
}

    .mob-logo img {
        width: 100%;
    }

.board-usaii {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/board.jpg) no-repeat;
    background-size: auto;
    background-size: cover;
}

.topic-link {
    color: #9d9d9d;
}

.sg1 {
    background: #f5f5f5;
    padding: 30px;
    margin: 30px 0;
}

.sg2 {
    padding: 30px;
}

.splefthead {
    border-right: 1px solid #ccc;
    padding: 40px 0;
}

.sprighthead {
    border-left: 1px solid #ccc;
    padding: 40px 0 40px 30px;
}

.sg1 h2, .sg2 h2 {
    font-size: 32px !important;
}

.sptext {
    margin-top: 60px;
}

.speedsterpart {
    padding-bottom: 80px;
}

/*-------Partnership---------------*/
.worldvtprt {
    background: linear-gradient(135deg, #051c2c 60%, #03339c 100%);
    color: #fff;
    padding: 80px 0;
}

    .worldvtprt .bgtxt {
        background: #fff;
        padding: 20px;
        color: #000;
    }

    .worldvtprt img {
        width: 100%;
    }

    .worldvtprt .btn-white {
        text-decoration: none;
        margin-top: 10px;
        font-weight: 900;
        font-size: 18px;
        display: inline-block;
        position: relative;
        text-align: center;
        color: #fff !important;
        background: #000;
        border: 1px solid #000;
        padding: 15px 20px;
        box-shadow: 0 0 0 0 transparent;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        .worldvtprt .btn-white:hover {
            color: white;
            box-shadow: 0 0 30px 0 rgba(46, 177, 182, 0.5);
            background-color: #000;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            text-decoration: none;
            border: 1px solid #000;
        }

            .worldvtprt .btn-white:hover:before {
                -webkit-animation: shine 0.5s 0s linear;
                -moz-animation: shine 0.5s 0s linear;
                animation: shine 0.5s 0s linear;
                text-decoration: none;
            }

    .worldvtprt b {
        color: #ffd800;
    }

    .worldvtprt .boxline {
        border: 2px solid #ffd800;
    }

.whyprtdvt b {
    color: #0094ff;
}

.whyprtdvt {
    background: #2f74b7;
    padding: 80px 0;
}

    .whyprtdvt h2 {
        color: #fff;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .whyprtdvt ul li {
        float: left;
        width: 23%;
        box-sizing: border-box;
        margin-bottom: 30px;
        background: #fff;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
        padding: 30px;
        border-radius: 3px;
        margin-right: 30px;
        text-align: center;
        min-height: 300px;
    }

        .whyprtdvt ul li:nth-child(4), .whyprtdvt ul li:nth-child(8) {
            margin-right: 0;
        }

        .whyprtdvt ul li h4 {
            font-size: 16px !important;
            font-weight: 600;
        }

        .whyprtdvt ul li p {
            font-size: 14px;
        }

        .whyprtdvt ul li .iconbx {
            border: 1px solid #ccc;
            padding: 10px;
            border-radius: 100%;
            width: 50px;
            height: 50px;
            margin: auto;
            margin-bottom: 10px;
            background: #fff;
        }

            .whyprtdvt ul li .iconbx img {
                width: 29px;
            }

        .whyprtdvt ul li:hover {
            background: #333;
            color: #fff;
        }

    .whyprtdvt .linprt {
        background: #ffffff;
        height: 2px;
        margin: 0 auto 35px;
        width: 70%;
    }

.educationdvt {
    padding: 80px 0;
}

    .educationdvt h2 {
        color: #020202;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .educationdvt .para {
        text-align: center;
    }

    .educationdvt .linprt {
        background: #7ea8f4;
        height: 2px;
        margin: 0 auto 35px;
        width: 70%;
    }

    .educationdvt .bxwhxt {
        background: #fafafa;
        border: 1px solid #ccc;
        padding: 40px;
        min-height: 800px;
        margin-top: 10px;
    }

        .educationdvt .bxwhxt ul li {
            background-image: url("https://ik.imagekit.io/edtechdigit/usaii/content/images/tick01.png");
            background-position: 0 0px;
            background-repeat: no-repeat;
            line-height: 24px;
            list-style-type: none;
            margin: 12px 0;
            padding: 0 0 0 37px;
            font-weight: 600;
        }

    .educationdvt a {
        font-weight: 900;
        text-transform: uppercase;
        margin-top: 30px;
        display: inline-block;
    }

    .educationdvt .bxwhxt h4 {
        margin-bottom: 20px !important;
        font-weight: 600 !important;
    }

    .educationdvt h3 {
        margin-top: 34px !important;
        font-weight: 800 !important;
        text-transform: uppercase;
        font-size: 20px !important;
        padding-left: 41px;
    }

.corporatedvtt {
    padding: 80px 0;
    background: #f9f9f9;
}

    .corporatedvtt h2 {
        color: #020202;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .corporatedvtt .para {
        text-align: center;
    }

    .corporatedvtt .linprt {
        background: #7ea8f4;
        height: 2px;
        margin: 0 auto 35px;
        width: 70%;
    }

    .corporatedvtt .bxwhxt {
        background: #fff;
        border: 1px solid #ccc;
        padding: 40px;
        min-height: 900px;
        margin-top: 10px;
    }

        .corporatedvtt .bxwhxt ul li {
            background-image: url("https://ik.imagekit.io/edtechdigit/usaii/content/images/tick01.png");
            background-position: 0 0px;
            background-repeat: no-repeat;
            line-height: 24px;
            list-style-type: none;
            margin: 12px 0;
            padding: 0 0 0 37px;
            font-weight: 600;
        }

    .corporatedvtt a {
        font-weight: 900;
        text-transform: uppercase;
        margin-top: 30px;
        display: inline-block;
    }

    .corporatedvtt .bxwhxt h4 {
        margin-bottom: 20px !important;
        font-weight: 600 !important;
    }

    .corporatedvtt h3 {
        margin-top: 34px !important;
        font-weight: 800 !important;
        text-transform: uppercase;
        font-size: 20px !important;
        padding-left: 41px;
    }

.Letdvttprt {
    padding: 80px 0;
}

    .Letdvttprt h2 {
        color: #020202;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .Letdvttprt p {
        text-align: center;
    }

    .Letdvttprt .linprt {
        background: #7ea8f4;
        height: 2px;
        margin: 0 auto 19px;
        width: 70%;
    }

    .Letdvttprt ul li {
        float: left;
        width: 48.2%;
        margin: 10px;
    }

    .Letdvttprt input[type=text], .Letdvttprt select, .Letdvttprt textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        resize: vertical;
    }

    .Letdvttprt .blue-label {
        font-size: 12px;
    }

    .Letdvttprt .captcha {
        padding: 30px 35px;
        width: 100%;
        border: 1px solid #ccc;
    }

    .Letdvttprt .cp-img img {
        width: 100%;
        margin-top: 33px;
    }

    .Letdvttprt .btnprtform {
        background-color: #1668b2;
        color: white;
        padding: 20px 30px;
        border: none;
        border-radius: 100px;
        font-size: 18px;
        margin-top: 20px;
        display: inline-block;
    }

        .Letdvttprt .btnprtform:hover {
            background-color: #0094ff;
        }

.partnerfaqdvt {
    padding: 80px 0;
    background: #f9f9f9;
}

    .partnerfaqdvt h2 {
        margin-bottom: 20px !important;
    }

    .partnerfaqdvt .linleftprt {
        border-left: 2px solid #ccc;
        position: relative;
        z-index: 1;
        padding: 0 19px;
        color: #333;
    }

        .partnerfaqdvt .linleftprt:before {
            content: "";
            position: absolute;
            left: -3px;
            top: 47px;
            height: 90px;
            border-left: 4px solid #0094ff;
        }

        .partnerfaqdvt .linleftprt ul li {
            float: left;
            width: 100%;
            margin-bottom: 10px;
            cursor: pointer;
            background: #fff;
            box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.03);
            padding: 7px 14px;
            border: 1px solid #ccc;
        }

    .partnerfaqdvt .accordion_head h4 {
        font-size: 14px !important;
        font-weight: 900 !important;
        color: #343434;
        float: left;
        width: 90%;
        cursor: pointer;
        line-height: 20px;
    }

    .partnerfaqdvt .accordion_body p {
        font-size: 14px;
        line-height: 1.6;
    }

    .partnerfaqdvt .plusminus {
        float: right;
        font-size: 22px;
        margin-left: 40px;
        color: #333;
    }

    .partnerfaqdvt .accordion_body {
        margin-bottom: 10px;
    }


    .partnerfaqdvt img {
        width: 100%;
    }

    .partnerfaqdvt .btn-white {
        margin-left: 21px;
    }


    /*-----------CAIS LANDINg PAGE----------*/
.tpbannrprt {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/cais-landing_banner.jpg) no-repeat;
    height: 520px;
    background-size: 100%;
    position: relative;
}

    .tpbannrprt h1 {
        font-weight: 600 !important;
        color: #152d9a;
        padding-top: 120px;
    }

    .tpbannrprt p {
        color: #1a1919;
        font-size: 20px;
    }

    .tpbannrprt a {
        background: #FF9800;
        color: #fff;
        padding: 12px 28px;
        border-radius: 5px;
        font-weight: 900;
        margin-top: 9px;
        display: inline-block;
        font-size: 16px;
    }

        .tpbannrprt a:hover {
            background: #FFC42C;
        }

    .tpbannrprt .bxwhtrd {
        background: #fff;
        padding: 27px 40px;
        border-radius: 25px;
        border-left: 60px solid #FF9800;
        position: absolute;
        left: 295px;
        bottom: -157px;
        width: 100%;
        z-index:1;
    }

        .tpbannrprt .bxwhtrd p {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
        }
/*-----------CAIC LANDINg PAGE----------*/
.tpbannrprtc {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caic-landing-banner.jpeg) no-repeat;
    height: 520px;
    background-size: 100%;
    position: relative;
}

    .tpbannrprtc h1 {
        font-weight: 600 !important;
        color: #fff;
        padding-top: 120px;
    }

    .tpbannrprtc p {
        color: #fff;
        font-size: 20px;
    }

    .tpbannrprtc a {
        background: #FF9800;
        color: #fff;
        padding: 12px 28px;
        border-radius: 5px;
        font-weight: 900;
        margin-top: 9px;
        display: inline-block;
        font-size: 16px;
    }

        .tpbannrprtc a:hover {
            background: #FFC42C;
        }

    .tpbannrprtc .bxwhtrd {
        background: #fff;
        padding: 27px 40px;
        border-radius: 25px;
        border-left: 60px solid #FF9800;
        position: absolute;
        left: 280px;
        bottom: -157px;
        width: 80%;
        z-index: 1;
    }

        .tpbannrprtc .bxwhtrd p {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
        }
.abouthedvt {
    background: #002e5a;
    padding: 80px 0;
}

    .abouthedvt h2 {
        font-weight: 600 !important;
        color: #fff;
    }

    .abouthedvt p {
        color: #fff;
        font-size: 20px;
    }

    .abouthedvt .boxline {
        border: 1px solid #fff;
        padding: 32px;
        position: relative;
        height: 370px;
        margin-top: 32px;
    }

    .abouthedvt ul li {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .abouthedvt input[type=text], .abouthedvt select, .abouthedvt textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #3b5e81;
        font-family: 'Segoe UI', sans-serif !important;
        font-weight: 500;
        background: #3b5e81;
        color: #fff;
    }
        .abouthedvt ::-webkit-input-placeholder {
            color: #fff
        }

    .abouthedvt .btndownload {
        background: #FF9800;
        color: #000;
        padding: 14px 88px;
        border-radius: 10px;
        font-weight: 600;
        display: inline-block;
        font-size: 15px;
        border: 1px solid #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: -24px;
        left: 48px;
    }
.btnbrochure {
    background: #FF9800;
    color: #000;
    padding: 14px 88px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #fff;
    text-transform: uppercase;
    position: absolute;
    left: 48px;
}
.benefprtdvt {
    background: #f6f7f9;
}

    .benefprtdvt h2 {
        font-weight: 600 !important;
        color: #324ecf;
    }

    .benefprtdvt ul {
        margin-top: 30px;
    }

        .benefprtdvt ul li img {
            float: left;
            width: 18px;
            margin-right: 12px;
        }

        .benefprtdvt ul li p {
            float: left;
            font-size: 13px;
            font-weight: 600;
            margin: 0;
        }

        .benefprtdvt ul li {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

    .benefprtdvt .bgright {
        background: #fff;
        padding: 60px 30px;
    }

    .benefprtdvt .bgbxt {
        padding: 60px 30px;
    }

.prdvtprt {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/bg_landing_page1.jpg) no-repeat;
    padding: 80px 0;
}

    .prdvtprt h2 {
        font-size: 36px !important;
        font-weight: 600 !important;
        color: #fff;
    }



    .prdvtprt ul li img {
        float: left;
        width: 20px;
        margin-right: 12px;
    }

    .prdvtprt ul li p {
        float: left;
        font-size: 17px;
        font-weight: 900;
        color: #fff;
        margin: 0;
    }

    .prdvtprt ul li {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

.technicaldvt {
    padding: 80px 0;
}

    .technicaldvt h2 {
        font-weight: 600 !important;
        color: #324ecf;
    }

    .technicaldvt p {
        margin-bottom: 50px;
        font-size:20px;
    }

    .technicaldvt img {
        width: 100%;
        margin-top: 30px;
    }

.readyaiprt {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/bg_landing_page2.jpg) no-repeat;
    padding: 80px 0;
}

    .readyaiprt h2 {
        color: #fff;
    }

    .readyaiprt .btndvtt {
        background: #FF9800;
        color: #fff;
        padding: 12px 28px;
        border-radius: 1px;
        font-weight: 900;
        margin-top: 9px;
        display: inline-block;
        font-size: 20px;
    }

        .readyaiprt .btndvtt:hover {
            background: #FFC42C;
        }
/*--------dgBadge--------------*/
#spopup {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 99;
}

.guide-cover {
    width: 65%;
    position: relative;
    float: right;
}

    .guide-cover .guide-close-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #555;
        font-size: 10px;
        font-weight: bold;
    }

.guide-pop-wrap {
    width: 100%;
    background: #fff;
    background-size: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2);
    box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2);
}

    .guide-pop-wrap .inn {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 20px;
    }

    .guide-pop-wrap .gleft {
        width: 45%;
        float: left;
        padding-top: 25px;
        padding-bottom: 30px;
    }

        .guide-pop-wrap .gleft img {
            max-width: 100%;
            /*-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.14);
                box-shadow: 0 0 10px 0 rgba(0,0,0,0.14);*/
            margin: 0 !important;
        }

    .guide-pop-wrap .gright {
        width: 48%;
        float: left;
        padding-left: 10px;
        padding-top: 30px;
        padding-right: 10px;
    }

        .guide-pop-wrap .gright h3 {
            color: #3db166;
            font-size: 24px !important;
            font-weight: 900 !important;
            margin-bottom: 8px !important;
            line-height: 1.2;
            margin-top: 0 !important;
        }

        .guide-pop-wrap .gright p {
            font-size: 14px;
            line-height: 1.3;
            color: #666;
            margin-bottom: 10px;
        }

        .guide-pop-wrap .gright .bold-para {
            font-weight: bold;
            margin-top: 15px;
            margin-bottom: 7px;
        }

        .guide-pop-wrap .gright ul {
            margin: 0;
            padding: 0;
        }

            .guide-pop-wrap .gright ul li {
                list-style: none;
                float: left;
                position: relative;
                padding-left: 14px;
                font-size: 13px;
                margin-top: 0;
                margin-bottom: 2px;
                padding-top: 0px;
                color: #666;
                line-height: 1.5;
                width: 100%;
            }

                .guide-pop-wrap .gright ul li::before {
                    content: "";
                    width: 7px;
                    height: 7px;
                    border-radius: 14px;
                    background: #2196F3;
                    position: absolute;
                    left: 0px;
                    top: 7px;
                }

    .guide-pop-wrap .r-bluestrip {
        width: 58px;
        float: left;
        background: #3db166;
        height: 42px;
        margin-top: 11px;
    }

    .guide-pop-wrap .btn-guide {
        font-size: 1.75rem;
        line-height: 2.75rem;
        font-weight: bold;
        padding: .3rem 1.3rem;
        background-color: #2196F3;
        color: #fff;
        border: 1px solid #2196F3;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 120ms linear;
        transition: all 120ms linear;
        outline: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 40px;
        display: inline-block;
        float: left;
        margin-top: 17px;
    }

        .guide-pop-wrap .btn-guide:hover {
            border-color: #2251ff;
            color: #fff;
            background-color: #2251ff;
            -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2);
            box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2);
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
        }
/**guide download style for certification page****/
.guide-download-right {
    background: #fff !important;
    transition: all 0.2s ease-in-out;
    top: 47%;
    right: -15px;
    z-index: 9;
    position: fixed;
    width: 0;
}

    .guide-download-right span {
        position: absolute;
        background: #2196F3;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        right: -44px;
        transition: all 0.2s ease-in-out;
        top: 120px;
        padding: 9px 3px 20px 3px;
        color: #fff;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        border-radius: 6px;
        text-align: center;
        width: 170px;
        z-index: -9;
    }

        .guide-download-right span:hover {
            background: #2251ff;
        }

.guide-download-right {
    background: #fff;
    transition: all 0.2s ease-in-out;
    top: 47%;
    right: -15px;
    z-index: 9;
    position: fixed;
    width: 0;
}
/*---------speedster-------------*/
.speed-overview {
    padding: 0px 0px 40px 0px;
    text-align: center;
}

.speed-headbg {
    color: #0033a0;
    padding: 80px 0px 0px 0px;
}

.speedster-pro {
    padding: 40px 0px 0px 0px;
    background: #1b2945 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/speedster-pro.jpg) no-repeat scroll left top;
    color: #fff;
}

    .speedster-pro h4 {
        color: #fff;
        font-size: 28px !important;
        font-weight: bold !important;
    }

    .speedster-pro .textpart-right ul {
        padding-left: 30px;
    }

        .speedster-pro .textpart-right ul li {
            float: left;
            width: 100%;
            margin-bottom: 20px;
            list-style-type: none;
        }

    .speedster-pro .textpart-right li .circle-num {
        color: #fff;
        display: inline-block;
        font-size: 15px;
        margin-left: -22px;
        position: absolute;
        text-align: center;
        font-weight: bold;
        z-index: 9;
        width: 14px;
        height: 14px;
        line-height: 30px;
        background: #3db166;
        border-radius: 100%;
        margin-top: 5px;
    }


    .speedster-pro b {
        color: #3db166 !important;
    }

    .speedster-pro p {
        font-size: 17px;
    }

.uni-speedster {
    padding: 40px 0;
    background: #D9EEFF url(https://ik.imagekit.io/edtechdigit/usaii/content/images/uni-speedster.jpg) no-repeat scroll right top;
    color: #0033a0;
}

    .uni-speedster h4 {
        color: #0033a0;
        font-size: 28px !important;
        font-weight: bold !important;
    }

    .uni-speedster b {
        color: #3db166 !important;
    }

    .uni-speedster p {
        color: #333;
        font-size: 18px;
    }

.co-speedster {
    padding: 150px 0;
    background: #FDD56A url(https://ik.imagekit.io/edtechdigit/usaii/content/images/co-speedster.jpg) no-repeat scroll left top;
    color: #0033a0;
}

    .co-speedster h4 {
        color: #0033a0;
        font-size: 28px !important;
        font-weight: bold !important;
    }

    .co-speedster b {
        color: #3db166 !important;
    }

    .co-speedster p {
        color: #333;
        font-size: 17px;
    }

/*************home speedster---------*/

.speedster-home-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/speedster-home-banner-1.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}



    .speedster-home-banner .left {
        width: 45%;
        float: left;
        background: rgba(0,0,0,0.85);
        padding: 80px 40px;
        color: #fff;
    }

.best-certification {
    background: #ECAD04;
    padding: 60px 0;
}

/*----------sppedster recognised organizations--------*/
.organizations-logo .logoslider ul li {
    display: inline-block;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    opacity: .9;
    width: 11%
}

.swipe {
    overflow: hidden
}

.organizations-logo .logoslider ul li:hover {
    opacity: .5
}

.logoslider ul li img {
    width: 80%
}

.swipe-wrap > div {
    float: left;
    z-index: 10
}

.organizations-logo .organizations-logo h6 {
    position: relative;
    color: #000
}

    .organizations-logo .organizations-logo h6::before {
        position: absolute;
        left: -40px;
        content: "";
        border-top: 2px solid #cb6d1b;
        width: 29px;
        margin-top: 13px;
        font-weight: 900
    }

.organizations-logo {
    background: #e5e5e5;
    margin-top: 20px;
    height: 360px
}

    .organizations-logo .left {
        float: left;
        width: 60%
    }

    .organizations-logo .right {
        float: right;
        width: 35%;
        background: #00657c;
        height: 360px;
        padding: 30px 50px;
        box-sizing: border-box
    }

        .organizations-logo .right h2 {
            color: #fff;
            font-weight: 300;
            font-size: 25px
        }

        .organizations-logo .right span {
            font-weight: 700;
            font-size: 35px
        }

        .organizations-logo .right p {
            color: #fff
        }

    .organizations-logo .slider1, slider2, slider3, slider4 {
        background: 0 0
    }

    .organizations-logo .logoslide1, .organizations-logo .logoslide2, .organizations-logo .logoslide3, .organizations-logo .logoslide4, .organizations-logo .logoslide5 {
        height: 370px
    }

    .organizations-logo .slider-text {
        top: 35px
    }

        .organizations-logo .slider-text li {
            float: left;
            width: 20%;
            margin-bottom: 28px;
            margin-left: 28px;
            -webkit-box-shadow: -1px 1px 5px 3px rgba(0,0,0,.07);
            -moz-box-shadow: -1px 1px 5px 3px rgba(0,0,0,.07);
            box-shadow: -1px 1px 5px 3px rgba(0,0,0,.07);
            background: #fff;
            height: 120px
        }

            .organizations-logo .slider-text li img {
                width: 100%;
                padding: 10px
            }

    .organizations-logo .swipe .nav.next {
        left: 99px !important;
        background: #fafafa;
        padding: 3px;
        width: 50px
    }

    .organizations-logo .swipe .nav.prev {
        left: 42px !important;
        background: #fafafa;
        padding: 3px;
        width: 50px
    }

    .organizations-logo .fa-angle-right::before {
        content: "\f105";
        color: #0C66D1;
        font-size: 37px
    }

    .organizations-logo .fa-angle-left::before {
        content: "\f104";
        color: #0C66D1;
        font-size: 37px
    }

    .organizations-logo .swipe .nav {
        bottom: 5%;
        width: 30px;
        position: absolute;
        padding: 0 5px;
        text-align: center;
        cursor: pointer;
        z-index: 100
    }

    .organizations-logo .right .btn {
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase;
        color: #cb6d1b;
        font-weight: 700;
        cursor: pointer;
        border: 2px solid #fff;
        margin: 50px 0 10px;
        padding: 12px 23px;
        border-radius: 5px
    }

    .organizations-logo .slider-text {
        width: 100%;
        position: absolute;
        top: 13%
    }

.swipe-wrap > div {
    width: 100%;
    position: relative
}


/*----------sppedster recognised university--------*/
.university-logo .logoslider ul li {
    display: inline-block;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    opacity: .9;
    width: 11%
}

.swipe {
    overflow: hidden
}

.university-logo .logoslider ul li:hover {
    opacity: .5
}

.university-logo .university-logo h6 {
    position: relative;
    color: #000
}

    .university-logo .university-logo h6::before {
        position: absolute;
        left: -40px;
        content: "";
        border-top: 2px solid #cb6d1b;
        width: 29px;
        margin-top: 13px;
        font-weight: 900
    }

.university-logo {
    background: #e5e5e5;
    margin-top: 20px;
    height: 360px
}

    .university-logo .left {
        float: right;
        width: 60%
    }

    .university-logo .right {
        float: left;
        width: 35%;
        background: #00657c;
        height: 360px;
        padding: 30px 50px;
        box-sizing: border-box
    }

        .university-logo .right h2 {
            color: #fff;
            font-weight: 300;
            font-size: 25px
        }

        .university-logo .right span {
            font-weight: 700;
            font-size: 35px
        }

        .university-logo .right p {
            color: #fff
        }

    .university-logo .slider1, slider2, slider3, slider4 {
        background: 0 0
    }

    .university-logo .logoslide1, .university-logo .logoslide2, .university-logo .logoslide3, .university-logo .logoslide4, .university-logo .logoslide5 {
        height: 370px
    }

    .university-logo .slider-text {
        top: 35px
    }

        .university-logo .slider-text li {
            float: left;
            width: 20%;
            margin-bottom: 28px;
            margin-left: 28px;
            -webkit-box-shadow: -1px 1px 5px 3px rgba(0,0,0,.07);
            -moz-box-shadow: -1px 1px 5px 3px rgba(0,0,0,.07);
            box-shadow: -1px 1px 5px 3px rgba(0,0,0,.07);
            background: #fff;
            height: 120px
        }

            .university-logo .slider-text li img {
                width: 100%;
                padding: 10px
            }

    .university-logo .swipe .nav.next {
        left: 99px !important;
        background: #fafafa;
        padding: 3px;
        width: 50px
    }

    .university-logo .swipe .nav.prev {
        left: 42px !important;
        background: #fafafa;
        padding: 3px;
        width: 50px
    }

    .university-logo .fa-angle-right::before {
        content: "\f105";
        color: #0C66D1;
        font-size: 37px
    }

    .university-logo .fa-angle-left::before {
        content: "\f104";
        color: #0C66D1;
        font-size: 37px
    }

    .university-logo .swipe .nav {
        bottom: 5%;
        width: 30px;
        position: absolute;
        padding: 0 5px;
        text-align: center;
        cursor: pointer;
        z-index: 100
    }

    .university-logo .right .btn {
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase;
        color: #cb6d1b;
        font-weight: 700;
        cursor: pointer;
        border: 2px solid #fff;
        margin: 50px 0 10px;
        padding: 12px 23px;
        border-radius: 5px
    }

    .university-logo .slider-text {
        width: 100%;
        position: absolute;
        top: 13%
    }
.breadcrumb {
    margin-top: 100px;
    padding: 0 !important;
    background-color: transparent !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

    .breadcrumb li, .breadcrumb li a,
    .breadcrumb .breadcrumb-item,
    .breadcrumb li a:focus,
    .breadcrumb li a:hover {
        color: #fff !important;
    }

        .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: #fff;
        }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #cccccc;
        content: ">" !important;
    }

/*----------AI Certification Landing Page--------------*/
.ai-banner {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/ai-certification-banner-2.jpg) no-repeat scroll center top;
    height: 520px;
    background-size: cover;
    position: relative;
}

    .ai-banner h1 {
        font-weight: 600 !important;
        color: #fff;
        padding-top: 120px;
    }

    .ai-banner p {
        color: #ff5500;
        font-size: 20px;
    }

    .ai-banner a {
        background: #FF9800;
        color: #fff;
        padding: 12px 28px;
        border-radius: 5px;
        font-weight: 900;
        margin-top: 9px;
        display: inline-block;
        font-size: 16px;
    }

        .ai-banner a:hover {
            background: #FFC42C;
        }

    .ai-banner .bxwhtrd {
        background: #fff;
        padding: 27px 40px;
        border-radius: 25px;
        border-left: 60px solid #FF9800;
        position: absolute;
        left: 295px;
        bottom: -180px;
        width: 100%;
        z-index: 1;
    }

        .ai-banner .bxwhtrd p {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
        }

.ai-facts {
    padding: 50px 0;
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/facts-banner.jpg)no-repeat left top;
    background-size: cover;
}
/*-----CUSTOM HEADER---------*/
/*-----------HEADER--------------*/
.stickydv {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header {
    background: #fff;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    /*box-shadow: 0 0 6px 0 rgba(0,0,0,.5);*/
}

    header .tpheader {
        /*padding: 9px 0 10px;*/
        padding: 0px;
    }

        header .tpheader .left {
            float: left;
        }

            header .tpheader .left img {
                width: 100%;
            }

        header .tpheader .right {
            float: right;
            margin-top: 28px;
        }

            header .tpheader .right li {
                float: left;
                margin-left: 20px;
                list-style-type: none;
            }

                header .tpheader .right li a {
                    font-size: 15px;
                    color: #fff;
                    font-weight: 700;
                }

    header .bluebtn {
        color: #fff !important;
        padding: 15px 20px;
        background: #3db166;
        font-weight: 700;
    }

        header .bluebtn:hover {
            background: #192f59;
        }

    header .outlinebtn {
        color: #fff !important;
        padding: 15px 20px !important;
        background: #000 !important;
    }

        header .outlinebtn:hover {
            background: #FF9800 !important;
            text-decoration: none !important;
            border: 1px solid #FF9800 !important;
        }

    header .bluebtn {
        color: #fff !important;
        padding: 15px 20px !important;
        background: #FF9800 !important;
        font-weight: 700 !important;
    }

        header .bluebtn:hover {
            background: #000 !important;
            text-decoration: none !important;
        }

    header .btomheader {
        margin-top: 7px;
        background: #000;
        padding: 20px 0;
    }

        header .btomheader ul {
            margin: 0;
            padding: 0;
        }

        header .btomheader li {
            float: left;
            list-style-type: none;
            border-right: 1px solid #FF9800;
            box-sizing: border-box;
        }

            header .btomheader li a {
                color: #fff;
                font-size: 15px;
                padding-bottom: 20px;
                margin-right: 21.5px;
                margin-left: 18.5px;
                font-weight: 600;
                box-sizing: border-box;
            }

            header .btomheader li .fa {
                font-size: 18px;
            }

            header .btomheader li:nth-child(1) a {
                margin-left: 0;
            }


            /*header .btomheader li:nth-child(6) {
                border-right: none;
                margin-right: 0;
            }*/

            header .btomheader li:nth-child(7) {
                border-right: none;
                margin-right: 0;
            }

            header .btomheader li:hover a {
                color: #FF9800;
                text-decoration: none;
            }

        header .btomheader ul li:hover .submenu {
            display: block;
        }

        header .btomheader .submenu {
            display: none;
            position: absolute;
            background: #fff;
            width: 40%;
            left: 15px;
            z-index: 10;
            padding: 30px 40px 0;
            box-shadow: 0 8px 3px rgba(0, 0, 0, 0.2);
            margin-top: 20px;
        }

    header .aboutmenu {
        display: none;
        position: absolute;
        background: #fff;
        width: 30% !important;
        left: 425px !important;
        z-index: 10;
        padding: 30px 40px 0;
        box-shadow: 0 8px 3px rgba(0, 0, 0, 0.2);
        margin-top: 20px;
    }

    header .insightmenu {
        display: none;
        position: absolute;
        background: #fff;
        width: 30% !important;
        left: 760px !important;
        z-index: 10;
        padding: 30px 40px 0;
        box-shadow: 0 8px 3px rgba(0, 0, 0, 0.2);
        margin-top: 20px;
    }

    header .btomheader .submenu ul li {
        float: left;
        width: 100%;
        margin-bottom: 24px;
        border: none;
    }

        header .btomheader .submenu ul li a {
            color: #333;
            margin-right: 0;
            margin-left: 0;
        }

            header .btomheader .submenu ul li a:hover {
                color: #FF9800;
                text-decoration: underline !important;
            }



/*------------Webinar--------------------------*/

.partnering {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/Banner-4.jpg) no-repeat;
    background-size: 100%;
    margin-top: 80px;
    padding-top: 65px;
}

    .partnering h1 {
        color: #000;
    }

    .partnering .para {
        color: #000;
    }

    .partnering .boxcover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 200px;
        box-sizing: border-box;
        padding: 0;
        margin-top: 20px;
        width: 100%;
    }

        .partnering .boxcover:hover .box-item {
            width: 40%;
        }

    .partnering .box-item:hover {
        width: 40% !important;
        color: #000;
        text-decoration: none;
    }

    .partnering .box-item {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        position: relative;
        width: 40%;
        height: 240px;
        color: #000;
        overflow: hidden;
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
        border-left: 1px solid rgba(0, 0, 0, 0.65);
        box-sizing: border-box;
        padding-top: 16px;
        float: left;
    }

    .partnering .box-head {
        position: relative;
        z-index: 1;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        min-height: 145px;
    }

        .partnering .box-head h2 {
            font-size: 2.1rem;
            line-height: 1.2;
            font-weight: 300;
            padding-left: 20px;
            border-left: 1px solid #000;
            margin-bottom: 8px;
            -webkit-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
            color: #000;
            letter-spacing: 0.5px;
        }

        .partnering .box-head h4 {
            font-size: 1.1rem;
            line-height: 1.2;
            font-weight: 300;
            padding-left: 20px;
            margin-bottom: 8px;
            -webkit-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
            color: #000;
            letter-spacing: 0.5px;
        }

    .partnering .box-content {
        position: relative;
        z-index: 1;
        text-align: left;
        margin: 0 1.518em;
        -webkit-transition: all .25s ease .5s;
        transition: all .25s ease .5s;
    }

        .partnering .box-content p {
            font-size: 14px;
            line-height: 1.55;
            color: #000;
            width: 190px;
        }

    .partnering .learn-more {
        width: auto;
        padding: 5px 15px;
        border-radius: 25px;
        background: #2196F3;
        color: #fff;
        font-size: 15px;
        display: inline-block;
        font-weight: 700;
        position: absolute;
    }

    .partnering .box-head p {
        font-size: 15px;
        padding-left: 20px;
        text-transform: capitalize;
        color: #000;
    }

.transforming .right-part {
    width: 62%;
    float: left;
    padding-top: 15px;
    padding-left: 70px;
    box-sizing: border-box;
    /*padding-left: 30px;*/
}

.transforming .left-part {
    width: 37%;
    float: left;
    /*height: 400px;*/
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding-top: 0px;
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

    .transforming .left-part img {
        max-width: 100%;
    }

.transforming ul {
    margin-top: 20px;
}

.transforming li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px dotted #999;
}

    .transforming li:last-child {
        border-bottom: 0 dotted #999;
    }

    .transforming li .numb {
        height: 25px;
        width: 25px;
        line-height: 24px;
        font-size: 15px;
        font-weight: bold;
        color: #00A1E3;
        /*background: #00A1E3;*/
        position: absolute;
        left: 0;
        top: -2px;
        display: inline-block;
        border-radius: 50px;
        text-align: center;
    }

.transforming h2 {
    margin-bottom: 20px;
}

.transforming h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 800;
}

.transforming .para {
    font-size: 18px;
    color: #333;
}

.agenda {
    padding: 80px 0;
    background: #284b8c url("https://ik.imagekit.io/edtechdigit/usaii/content/images/kitbg.jpg") no-repeat;
    background-size: cover;
}

    .agenda h2, .agenda p {
        color: #fff;
    }

    .agenda ul {
        margin-top: 30px;
    }

        .agenda ul li {
            width: 100%;
            float: left;
            padding: 10px 20px 20px 0;
            border-bottom: 1px solid rgba(255,255,255,0.6);
            margin-bottom: 20px;
        }

            .agenda ul li h3 {
                width: 25%;
                float: left;
                font-size: 23px;
                font-weight: 900;
                color: #fff;
            }

            .agenda ul li .txtdtpt {
                width: 70%;
                float: left;
                border-left: 1px solid rgba(255,255,255,0.6);
                padding-left: 40px;
                color: #fff;
            }

            .agenda ul li ul li {
                float: left;
                width: 100%;
                margin-bottom: 6px;
                padding: 0;
                border: none;
                list-style-type: disc;
                font-size: 12px;
            }

            .agenda ul li ul {
                padding-left: 30px;
                margin-top: 10px;
            }
/*--------------------MIT PROGRAMS*/
.mitbxsec {
    padding: 60px 0;
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/mit-xpro-banner-1.jpg) no-repeat;
    background-size: 100%;
    height: 600px;
}

.mit-banner-1 {
    padding: 60px 0;
    background: #000 url(https://xpro.mit.edu/images/htzjq1P-ACp4RY_h4Ltmo2RsVRg=/121/fill-1920x1080/QCx1_Program_Darkened_Reversed.original.jpg?v=b23734742a97768067b76d62aa984c1950823ff6) no-repeat;
    background-size: 100%;
}

.mit-banner-2 {
    padding: 60px 0;
    background: #000 url(https://xpro.mit.edu/images/5Nz0QbH_VXM_GLmtyNp5kqrlvNk=/158/fill-1920x1080/NEW-LP-Course-2-small.original.jpg?v=d5081643ae026689f16b4cb5d797e5d51c0f7e8a) no-repeat;
    background-size: 100%;
}

.mit-banner-3 {
    padding: 60px 0;
    background: #000 url(https://xpro.mit.edu/images/ggQC6UgoPLNK5MMQGEB9RGyZkcw=/157/fill-1920x1080/NEW-LP-Course-1.original-1.jpg?v=85ca82032cf0dd289eac549cdabc0e0e3cd62f65) no-repeat;
    background-size: 100%;
}

.mit-banner-4 {
    padding: 60px 0;
    background: #000 url(https://xpro.mit.edu/images/252WcCVM2L2GHHdNYCiMuiOHy6w=/392/fill-1920x1080/MCPO-1900x650.jpg?v=b9249ccc0eea6b4091cd5d1b852be805c08049cf) no-repeat;
    background-size: 100%;
}

.mit-banner-5 {
    padding: 60px 0;
    background: #000 url(https://xpro.mit.edu/images/OjTnAz2YDA-K4YZ7LHNkraoqxY8=/288/fill-1920x1080/Tech_Innovation_FLIPPED.jpg?v=7486e43ea4a453c6d62fd04054f39a4fca7930d0) no-repeat;
    background-size: 100%;
}
.mit-banner-6 {
    padding: 60px 0;
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/machinelearning-for-new-age-ai.png) no-repeat;
    background-size: 100%;
}

    .mitbxsec .leftbx, .mit-banner-1 .leftbx, .mit-banner-2 .leftbx, .mit-banner-3 .leftbx, .mit-banner-4 .leftbx, .mit-banner-5 .leftbx, .mit-banner-6 .leftbx, .partner-courses-banner .leftbx {
        background: rgba(0,0,0,0.75);
        padding: 54.8px;
    }

        .mitbxsec .leftbx h2, .mitbxsec .leftbx p {
            color: #fff;
        }

        .mitbxsec .leftbx ul {
            padding-left: 20px;
        }

            .mitbxsec .leftbx ul li {
                float: left;
                width: 100%;
                margin-bottom: 10px;
                color: #fff;
                list-style-type: disc;
            }



.mitbxsec .rigthbx img {
    width: 100%;
}

.mitlogo img {
    width: 35%;
    margin-bottom: 10px;
}

.mit-sub-logo img {
    width: 25%;
    margin-bottom: 10px;
}
/* Sub Header Style */
.header_meta {
    font: 15px Montserrat,sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-weight: 400;
    color: #494949;
}

.header_meta_one {
    background: #fff;
    border: none
}

    .header_meta_one nav.meta-login ul li {
        padding: 10px 5px;
        border: none;
        color: #494949;
        font-weight: 400;
        float: right;
        list-style-type: none;
    }

    .header_meta_one .meta-login ul li a {
        color: #838a95;
        font-weight: 700;
        text-transform: uppercase
    }

        .header_meta_one .meta-login ul li a:hover {
            color: #ff5722
        }

.header_meta .social-header {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    float: left
}

    .header_meta .social-header li {
        float: left;
        width: auto
    }

        .header_meta .social-header li i {
            font-size: 18px
        }

        .header_meta .social-header li a {
            padding: 8px 10px;
            color: #c9d0d6
        }

            .header_meta .social-header li a:hover {
                color: #60646d
            }

.meta-login ul {
    margin: 0px !important;
}
.underprivileged-banner {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/underprivileged-new-banner.png) no-repeat;
    background-size: cover;
    padding-top: 100px;
    height: 550px;
}

.underprivileged-banner .bannertext {
    font-size: 30px !important;
    color: #fff;
}

.underprivileged-banner p {
    font-size: 25px;
}

.underprivileged-banner h1 span {
    color: #FF9800;
}

.underprivileged-banner h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: 'Archivo Black', sans-serif !important;
    font-size: 60px !important;
}
.upskilling-the-underprivileged {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/underprivileged-12.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}



    .upskilling-the-underprivileged .left {
        width: 39%;
        float: left;
        background: rgba(255,255,255,0.9);
        padding: 80px 40px;
    }
.underprivileged-process {
    background: linear-gradient(167deg,#0d1e4c,#112762 50%,#0d1e4c 0);
    padding: 80px 0;
    color: #fff;
}

    .underprivileged-process h2 {
        color: #fff;
    }


    .underprivileged-process .leftbx {
        background: #0e498b;
        padding: 40px;
    }

/*---------cookies box------------------*/
.dialogue-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: #000;
    z-index: 100;
}

.outer {
    width: 1200px;
    margin: auto;
}

.dialogue-box p {
    color: #fff;
    width: 60%;
    margin: auto;
    float: left;
    font-size: 12px;
    line-height: 20px;
}

.gotit {
    float: left;
    margin-left: 35px;
}

.btn-cookies {
    background: #2196f3 !important;
    border-radius: 2px;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #fff !important;
    padding: 5px 10px !important;
    display: inline-block;
    margin-top: 5px !important;
}
.learning-deck-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/images/caitl-candidate-evaluation-1.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.learning-deck-banner .left {
        width: 65%;
        float: left;
        background: #D0A54C;
        padding: 40px;
        color: #000;
    }
.ai-nextgen-home-banner {
    background: url(https://ik.imagekit.io/edtechdigit/usaii/content/nextgen/images/nextgen-home-banner.png) no-repeat;
    background-size: auto;
    background-size: cover;
    padding: 60px 0;
}

    .ai-nextgen-home-banner .left {
        width: 55%;
        float: left;
        background: rgba(0,0,0,0.85);
        padding: 40px;
        color: #fff;
    }
/*---------------CAISP-------------------------*/
.caisp-header {
    color: #0D840D !important;
}

.certoverview .caisp_headbg {
    padding: 50px;
}

.caisp_headbg {
    background-color: #0D840D;
    color: #fff;
    padding: 80px 0;
}

.btn-caisp {
    text-decoration: none;
    margin-top: 10px;
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff !important;
    background: #0D840D;
    border: 1px solid #0D840D;
    padding: 15px 20px;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .btn-caisp:hover {
        color: white;
        box-shadow: 0 0 30px 0 rgba(46, 177, 182, 0.5);
        background-color: #0F9B0F;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-decoration: none;
        border: 1px solid #0F9B0F;
    }

        .btn-caisp:hover:before {
            -webkit-animation: shine 0.5s 0s linear;
            -moz-animation: shine 0.5s 0s linear;
            animation: shine 0.5s 0s linear;
            text-decoration: none;
        }

    .btn-caisp:active {
        box-shadow: 0 0 0 0 transparent;
        -webkit-transition: box-shadow 0.2s ease-in;
        -moz-transition: box-shadow 0.2s ease-in;
        transition: box-shadow 0.2s ease-in;
        text-decoration: none;
    }

    .btn-caisp:before {
        content: "";
        display: block;
        width: 0px;
        height: 86%;
        position: absolute;
        top: 7%;
        left: 0%;
        opacity: 0;
        background: white;
        box-shadow: 0 0 15px 3px white;
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }

.sec-35 {
    padding: 0 0 70px;
    margin-top: 30px;
}

    .sec-35 .right-part {
        background: #f5f5f5;
        padding: 30px 23px;
        color: #fff;
        font-size: 42px;
        text-transform: uppercase;
        line-height: 1.4;
        font-weight: 900;
        margin: auto;
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
        border-left: 10px solid #0D840D;
    }

        .sec-35 .right-part img {
            width: 75%;
        }

    .sec-35 .text-righr {
        float: right;
        width: 80%;
        margin-top: 10px;
    }

        .sec-35 .text-righr p {
            font-size: 16px;
            color: #666;
            text-transform: none;
        }

    .sec-35 .text-leftl {
        float: left;
        width: 17%
    }

    .sec-35 .right-part h2 {
        font-size: 30px !important;
        color: #0033a0;
    }

    .sec-35 .apply-btn {
        color: #fff;
        border-radius: 5px;
        background: #0033a0;
        padding: 12px 38px;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        margin-left: 0;
        margin-top: 20px;
        display: block;
        width: 30%;
    }

.step-caisp {
    padding: 60px 0;
}

    .step-caisp .left {
        float: left;
        width: 48%;
        background: #0D840D;
        padding: 30px 50px;
        margin-top: 0;
        color: #fff;
        margin-left: 20px;
    }

.caisp_eligibilityprt {
    padding: 60px 0;
    color: #fff;
    background-color: #0D840D;
}

/*-------------------------------NextGen Landaning Page----------------------------*/
.ai-next-gen-banner {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/images/nextgen.png) no-repeat scroll center top;
    height: 600px;
    background-size: cover;
    position: relative;
}

    .ai-next-gen-banner h1 {
        font-weight: 600 !important;
        color: #fff;
        ai-next-gen: 120px;
    }

    .ai-next-gen-banner p {
        color: #ff5500;
        font-size: 20px;
    }

    .ai-next-gen-banner a {
        background: #FF9800;
        color: #fff;
        padding: 12px 28px;
        border-radius: 5px;
        font-weight: 900;
        margin-top: 9px;
        display: inline-block;
        font-size: 16px;
    }

        .ai-next-gen-banner a:hover {
            background: #FFC42C;
        }
.ai-nextgen-webinar-banner {
    background: #000 url(https://ik.imagekit.io/edtechdigit/usaii/content/nextgen/images/webinar-nextgen.png) no-repeat scroll center top;
    background-size: auto;
    height: 630px;
    background-size: cover;
    position: relative;
}

    .ai-nextgen-webinar-banner h1 {
        font-weight: 600 !important;
        color: #fff;
    }

    .ai-nextgen-webinar-banner p {
        color: #ff5500;
        font-size: 20px;
    }

    .ai-nextgen-webinar-banner a {
        background: #FF9800;
        color: #fff;
        padding: 12px 28px;
        border-radius: 5px;
        font-weight: 900;
        margin-top: 9px;
        display: inline-block;
        font-size: 16px;
    }

        .ai-nextgen-webinar-banner a:hover {
            background: #FFC42C;
        }
.ai-nextgen-careers-webinar-banner {
    background: #000 url(https://www.usaii.org/content/nextgen/images/webinar-careers-nextgen.png) no-repeat scroll center top;
    height: 600px;
    background-size: cover;
    position: relative;
}

    .ai-nextgen-careers-webinar-banner h1 {
        font-weight: 600 !important;
        color: #fff;
    }

    .ai-nextgen-careers-webinar-banner p {
        color: #ff5500;
        font-size: 20px;
    }

    .ai-nextgen-careers-webinar-banner a {
        background: #FF9800;
        color: #fff;
        padding: 12px 28px;
        border-radius: 5px;
        font-weight: 900;
        margin-top: 9px;
        display: inline-block;
        font-size: 16px;
    }

        .ai-nextgen-careers-webinar-banner a:hover {
            background: #FFC42C;
        }
